/*********** cart ***********/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}
.product-thumbnail{
    max-width: 160px;
    margin-left: 15px;
}
.nw_cart_row_product{
    background: #ffffff;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 10px;
    box-shadow: 1px 0 16px #B2BFCB25 ;
}
.woocommerce a.remove:hover{
    background: none;
}
.nw_cart_row_product .woocommerce-Price-amount{
    font-size: 20px;
    font-weight: 600;
    color: #0174be;
}
.nw_cart_page_title{
    margin: 15px auto 35px auto;
    font-size: 24px;
    color: #666666;
}
.cart_totals {
    background: #ffffff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 1px 0 16px #B2BFCB25 ;
}
.cart_totals h2 ,.shop_table h2{
    font-size: 20px;
    color: #666666;
    font-family: IRANYekanX;
    font-weight: 400;
    margin-bottom: 15px;
}
.cart_totals .checkout-button ,.shop_table .checkout-button,.woocommerce-checkout button {
    background: linear-gradient(90deg, #54b2ff 0%, #22a3ff 100%) !important;
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 20px !important;
    border-radius: 12px !important;
    margin-top: 35px !important;
}
.nw_cart_total_row{
    background: rgba(36, 156, 255, 0.06);
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.cart_totals .coupon{
    display: flex;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: solid 1px #dddddd;
}
#coupon_code{
    background: #FAFAFF;
    width: 60%;
    margin-left: 10px;
    border: none;
    border-radius: 10px;
    height: 54px;
    padding: 7px;
}
.cart_totals .coupon button ,.nw_checkout_coupon button{
    background: #0174be;
    color: #ffffff !important;
    border-radius: 10px;
    height: 54px;
    transition: all 0.2s ease-in-out;
}
.cart_totals strong ,.woocommerce-checkout-review-order-table strong{
    color: #0174be;
}
.woocommerce-terms-and-conditions {
    line-height: 2em;
    font-size: 14px;
    background: #9dd8fd;
    border: none;
    border-radius: 9px;
}
.cart_totals .coupon button:hover ,.nw_checkout_coupon button{
    background: #078ce1 !important;
    color: #ffffff !important;
}
.nw_cart_product_name{
    color: #666666;
    font-size: 18px;
    font-weight: 600;
}
.nw_cart_back_shopping a{
    margin: 20px 0;
    color: #015386;
    display: flex;
    align-items: center;
}
.nw_cart_back_shopping img{
    margin-left: 5px;
}
.nw_back_cart_empty{
    display: block !important;
    max-width: max-content !important;
    background: #0381d2 !important;
    color: #ffffff  !important;
    padding: 15px 30px  !important;
}
/*********** checkout **********/
.nw_checkout_form{
    padding: 25px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 0 16px #B2BFCB25;
}
.nw_checkout_form h3{
    font-family: IRANYekanX;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 35px;
    color: #666666;
}
.nw_checkout_input_div{
    padding: 5px;
}
.nw_checkout_input{
    height: 50px;
    border-radius: 8px;
    border: none;
    background: #F7F9FC;
    padding: 7px 12px;
    width: 100%;
}
.nw_checkout_coupon{
    background: #ffffff;
    box-shadow: 0 0 16px #B2BFCB25;
    padding: 15px;
    margin: 15px 0;
    border-radius: 12px;
}
.woocommerce-checkout-payment{
    background: #ffffff !important;
}
.woocommerce-privacy-policy-text p{
    font-weight: 300;
    text-align: justify;
    line-height: 1.8em;
    margin-bottom: 18px;
}
.nw_checkout_product_name{
    font-weight: 600;
    display: block;
    margin-bottom: 10px !important;
}
@media (max-width: 760px) {
    .nw_cart_row_product .product-subtotal{
        width: 80%;
        text-align: left;
    }

}