/* my-account/view-order View*/
.wc-item-meta{}
.wc-item-meta li{display:flex;}
.wc-item-meta li strong{margin-right:10px;}
.wc-item-meta li p{margin-bottom:0px;}

/* my-account/edit-address/billing */
.ds_edit_address{}
.ds_edit_address p{margin-bottom:15px!important;}
.ds_edit_address p label{display:block;font-size:14px;margin-bottom:5px;}
.ds_edit_address p input{width:100%;padding:10px 12px!important;border:1px solid #ccc!important;border-radius:5px;}
.ds_edit_address .select2-container .select2-selection--single{height:42px;border:1px solid #ccc;}
.ds_edit_address .select2-container .select2-selection--single .select2-selection__rendered{height:40px;line-height:28px;text-indent:5px;}
.ds_edit_address .select2-container--default .select2-selection--single .select2-selection__arrow{top:3px;right:10px;}
/*my-account_top_nav*/
.account_navigation{}
.account_navigation .is-active a{font-weight:600;color: #000;}
.account_navigation a{color:#636464;}

/*other*/
textarea#order_comments{padding:10px 15px;border:1px solid #cccccc;}
.woocommerce form.checkout_coupon .coupon-error-notice{position:absolute;left:16px;bottom:10px;}

/*single-star-rating*/
.woocommerce .woocommerce-product-rating{display:flex;align-items:center;line-height:1;}
.woocommerce .woocommerce-product-rating .star-rating{margin:0!important;float:inherit!important;}
.woocommerce .woocommerce-product-rating .woocommerce-review-link{padding-top:1.5px;margin-left:10px;color:#969696;font-weight:300;}
.woocommerce .star-rating span::before{color:#f7a325;}
.woocommerce p.stars a::before{color:#f7a325;}
@media (max-width:768px){.woofc-menu-item-inner-subtotal{display:none;}
}

.woofc-menu-item-inner-subtotal{display:none;}
#woofc-area .woofc-item-thumb img{border-radius:10px;}
#woofc-area .woofc-action-checkout{background:#000000 !important;color:#fff;border-radius:25px;cursor:pointer;width:100%;height:50px;line-height:50px;border:none;}
.wc-block-components-button{background:#000000 !important;color:#fff;border-radius:25px;cursor:pointer;width:100%;border:none;}

/*no cart*/
.wp-block-woocommerce-empty-cart-block{display:none}


.wc-block-components-checkout-return-to-cart-button{flex-shrink: 0; margin-right: 40px;}



/*product WPC Product Options*/
.wpcpo-option-form{}
.wpcpo-option-form .form-row{padding:0px!important;margin:0px!important;}
.wpcpo-option{border-top:1px solid #ededed;padding-top:20px;margin-bottom:10px;}
.wpcpo-option .wpcpo-option-name{margin-bottom:15px;font-weight: 500;}
.wpcpo-option .wpcpo-option-name>span{font-weight:300;margin-left:10px;}
.wpcpo-option .wpcpo-option-form{}
.field-select-buttons{}
.field-select-buttons button{padding:12px 20px;margin:0px 10px 10px 0px;border:1px solid #ececec;background:#fff;position:relative;border-radius:3px;color:#333;}
.field-select-buttons button.active{background:#000;color:#fff;border:1px solid #000;}
.field-select-buttons button small{position:absolute;right:3px;top:2px;font-size:9px;font-weight:300;}
.wpcpo-total{padding:20px 0px!important;}
.wpcpo-total ul li{display:none!important;}
.wpcpo-total ul li.wpcpo-subtotal{display:flex!important;justify-content:flex-start!important;border-top:none!important;padding:0!important;margin-top:0px!important;}
.wpcpo-total ul li.wpcpo-subtotal .wpcpo-clear{display:none!important}
.wpcpo-total ul li.wpcpo-subtotal .wpcpo-subtotal-amount{font-weight:500}