.site-main {
    background: #11141d;
}

.woocommerce-cart-form .product-subtotal {
    width: 180px;
    max-width: 100%;
}
.woocommerce-cart-form .product-quantity {
    width: 160px;
    max-width: 100%;
}
.woocommerce-cart-form .product-price {
    width: 160px;
    max-width: 100%;
}

.cart_item_con {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart_item_con .image_con {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 5px;
}
.woocommerce-cart .cart_item_con .image_con img {
    width: auto;
}

.woocommerce .cart_item a.remove {
    font-size: 0;
    width: 20px;
    height: 20px;
}
.woocommerce .cart_item a.remove:hover {
    background: none;
}
.woocommerce .cart_item a.remove:before {
    content: '\e9df';
    font-family: 'icomoon';
    font-size: 18px;
    font-weight: 400;
    color: #202E44;
}
.woocommerce .cart_item a.remove:hover:before {
    color: #cb3b3b;
}

.cart_item_con .name {
    font-weight: 700;
}

.woocommerce .woocommerce-cart-form table.shop_table th {
    background: #D9262A;
    border-top: none;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name {
    padding-left: 30px;
}
.woocommerce .woocommerce-cart-form table.shop_table{
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
    border: none;
    background: #fff;
}

.woocommerce .woocommerce-cart-form table.shop_table .actions {
    background-color: #f5f5f5;
    padding: 20px 40px;
}

.woocommerce-cart-form #coupon_code {
    width: 240px;
    max-width: 100%;
    border: none;
    margin-right: 12px;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
    border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table .cart_item:first-child td {
    padding-top: 20px;
}
.woocommerce .woocommerce-cart-form table.shop_table .cart_item:nth-last-child(2) td {
    padding-bottom: 40px;
}

#cart_total_details_con {
    border: 1px solid #E0E1E4;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
}
#cart_total_details_con > h2 {
    font-size: 18px;
    margin: 0;
    padding: 18px 30px;
    border-bottom: 1px solid #E0E1E4;
}
#cart_total_details_con table {
    margin: 0;
    border-radius: 0;
    border: none;;
}
#cart_total_details_con tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E1E4;
    padding: 13px 30px;
}
#cart_total_details_con tr:last-child {
    border:none;
}
#cart_total_details_con td,
#cart_total_details_con th {
    
    border: none;
    padding: 0;
}
#cart_total_details_con th {
    background: none;
    font-weight: 300;
}

.DR-Legal-Footer {
    text-align: right;
}

/* @media(max-width:768px){
    .woocommerce .woocommerce-cart-form table.shop_table .cart_item:first-child td,
    .woocommerce .woocommerce-cart-form table.shop_table .cart_item:nth-last-child(2) td,
    .woocommerce .woocommerce-cart-form table.shop_table td {
        padding: 5px;
    }

    .woocommerce table.shop_table_responsive tr .product-name::before {
        display: none;
    }

    .woocommerce-cart-form .product-price {
        width: 100%;
    }
    .woocommerce-cart-form .product-quantity {
        width: 100%;
    }
    .woocommerce-cart-form .product-subtotal {
        width: 100%;
    }

    .woocommerce .woocommerce-cart-form table.shop_table .product-name {
        padding-left: 10px;
        text-align: left!important;
    }

    .cart_item_con {
        flex-wrap: wrap;
    }
    
    .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item {
        padding: 25px 10px;
    }

    .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item:nth-child(even) {
        background: #f9f9f9;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
}

@media(max-width:767px){
    .woocommerce-cart-form #coupon_code {
        width: 100%;
        margin: 0 0 10px;
    }
    .woocommerce-cart-form .coupon .button {
        width: 100%!important;
    }
    .woocommerce .woocommerce-cart-form table.shop_table .actions {
        padding: 20px;
    }
} */