/* 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;}
@media (max-width:768px){.woocommerce-MyAccount-navigation-link--customer-logout{display:none}
}

/*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}