/*:root {*/
/*    --woocommerce: #153359;*/
/*    --wc-primary: #153359;*/
/*    --wc-secondary: #222;*/
/*    --wc-link: #9A9A9A;*/
/*}*/

.wc-block-cart table.wc-block-cart-items{
    border: 1px solid var(--wc-primary);
    border-bottom: 1px solid var(--wc-primary) !important;
}
.wc-block-cart table.wc-block-cart-items{
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td{
    border-top: 1px solid var(--wc-primary);
}
.woocommerce-cart .wc-block-components-product-details__remove-current-product-price{
    display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block{
    border: 1px solid var(--wc-primary);
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.woocommerce-cart .wc-block-components-totals-wrapper{
    /*padding: 16px 0 0 0;*/
    border-top: 1px solid var(--wc-primary);
}
.woocommerce-cart .wc-block-cart__submit-button{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--wc-primary);
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block{
    border-top: 1px solid var(--wc-primary);
}
.woocommerce-cart .wc-block-components-totals-coupon__button{
    background-color: var(--wc-primary);
    border-radius: 5px;
}
.woocommerce-cart .wc-block-components-button__text,
.woocommerce-cart .wc-block-components-button__text:active{
    color: #fff;
}
.woocommerce-cart .wc-block-components-product-name,
.woocommerce-cart  .wc-block-components-formatted-money-amount{
    font-weight: 600;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title{
    padding-top: 0;
    font-size: 1.5em;
    text-transform: capitalize;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th{
    color: var(--wc-primary);
    font-size: 1.5em;
    text-transform: capitalize;
}
.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p{
    line-height: 1.5;
}
.woocommerce-cart  .wc-block-cart-item__image img{
    border-radius: 5px;
}
.wc-block-components-product-details__options{
    display: none;
}
.woocommerce-cart .wc-block-components-shipping-address{
    display: none !important;
}
/* Check out page custom style*/
#checkout-page-detail{
    display: flex;
}
#checkout-page-billing {
    width: 70%;
    margin-right: 25px;
}
#checkout-page-summary {
    width: 30%;
}
#order_review .variation-spanclasspewc-cart-group-headingRemoveCurrentProductPricespan{
    display: none;
}
.woocommerce-order-received #checkout-page-detail{
    display: block;
}
.woocommerce-order-received #checkout-page-summary,
.woocommerce-order-received #checkout-page-summary{
    width: 100%;
}
#checkout-page-summary .woocommerce-checkout-review-order{
    border: 1px solid var(--woocommerce);
    border-radius: 5px;
    padding: 10px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table{
    border: 0 !important;
}
#checkout-page-detail .et_pb_wc_checkout_billing form .form-row .input-text,
#checkout-page-detail .et_pb_wc_checkout_shipping form .form-row .input-text{
    border-radius: 5px;
    padding: 10px;
    background: transparent;
    border: 1px solid var(--woocommerce);
}


#checkout-page-detail table.shop_table td,
#checkout-page-detail table.shop_table tbody th,
#checkout-page-detail table.shop_table tfoot td,
#checkout-page-detail table.shop_table tfoot th{
    border-top: 1px solid var(--woocommerce) !important;
}

#checkout-page-detail table.shop_table,
#checkout-page-detail .woocommerce-customer-details address{
    border: 1px solid var(--woocommerce) !important;
}
.woocommerce-additional-fields__field-wrapper textarea{
    background: transparent !important;
    border: 1px solid var(--woocommerce) !important;
    border-radius: 5px !important;
}
#checkout-page-detail ul.order_details li{
    border-right: 1px dashed var(--woocommerce);
}

#checkout-page-detail .et_pb_wc_checkout_order_details_0 .shop_table.woocommerce-checkout-review-order-table{
    border: 0 !important;
}
@media (max-width: 980px) {
    #checkout-page-detail {
        flex-direction: column;
    }
    #checkout-page-billing{
        width: 100%;
        margin: 0;
    }
    #checkout-page-summary {
        width: 100%;
    }
}
#checkout-page-detail td.product-name dl.variation{
    font-size: 0.9em;
}


#checkout-page-summary a{
    color: var(--wc-primary);
    font-weight: 600;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    padding-bottom: 30px;
}
#checkout-page-summary table.shop_table th{
    color: var(--wc-primary);
}
#checkout-page-summary ul:has(li.group_heading.remove_current_product_price) {
    display: none;
}
.woocommerce-billing-fields label{
    font-weight: 600;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle{
    display: none;
}
.woocommerce-checkout #payment div.payment_box{
    border-radius: 5px;
    background-color: var(--wc-highlight);
}
#order_review .place-order{
    display: flex;
    flex-direction: column;
}
#order_review .woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 20px;
}
.wc-block-components-product-name{
    color: var(--wc-primary);
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    background: var(--woocommerce);
    font-size: 1em;
    padding: 15px 25px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid var(--woocommerce);
    cursor: pointer;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:active{
    background: #fff;
    color: var(--woocommerce);
}
.wc-block-components-button__text{
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.wc-block-components-checkout-place-order-button__text{
    color: #fff;
    padding: 15px 25px;
}
.wc-block-components-checkout-place-order-button__text:hover{
    color: var(--woocommerce);
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
    justify-content: center;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button{
    padding: 0;
}

.woocommerce-checkout .main_title,
.woocommerce-cart .main_title {
    font-size: 55px;
}
.woocommerce-checkout .main_title{
    margin-bottom: 0;
}
.wc-block-components-form fieldset.wc-block-components-checkout-step{
    margin: 0 0 20px;
}
.wp-block-woocommerce-checkout{
    padding: 25px 0;
}
.woofc-menu-item .woofc-menu-item-inner:after{
    background-color: #153359;
}
.woofc-area .woofc-suggested .woofc-suggested-product-atc .button.ajax_add_to_cart{
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-weight: 700;
    border-width: 2px;
    border-color: #153359;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
}
.woofc-area .woofc-suggested .woofc-suggested-product-atc .button.ajax_add_to_cart:after{
    display: none;
}
.woofc-area .woofc-suggested .woofc-suggested-product-atc .button.ajax_add_to_cart:hover{
    border: 2px solid #153359;
    color: #fff;
    background: #153359;
}
.wc-block-cart__sidebar .wc-block-components-totals-coupon__button .wc-block-components-button__text{
    font-size: 18px;
    opacity: 1 !important;
}
.wc-block-cart__sidebar .wc-block-components-shipping-calculator-address__button .wc-block-components-button__text{
    font-size: 18px;
    color: #fff;
    background: #153359;
}
.wc-block-cart__sidebar .wc-block-components-shipping-calculator-address__button{
    background: #153359 !important;
}
.wc-block-cart__sidebar .wc-block-components-shipping-calculator-address__button:hover{
    border: 0 !important;
}
.wc-block-cart .wc-block-components-product-badge,
.wp-block-woocommerce-checkout-totals-block .wc-block-components-product-badge{
    display: none;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p{
    font-size: 16px !important;
}