.elementor-92 .elementor-element.elementor-element-9941ff4{--display:flex;}.elementor-92 .elementor-element.elementor-element-795f23c{--update-cart-automatically-display:none;--sections-padding:20px 20px 20px 20px;--totals-color:var( --e-global-color-primary );}.elementor-92 .elementor-element.elementor-element-795f23c {--forms-fields-padding:2px 2px 2px 2px;}.elementor-92 .elementor-element.elementor-element-795f23c .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:calc( (2px*2) + 16px );padding-left:2px;padding-right:2px;}.elementor-92 .elementor-element.elementor-element-795f23c .select2-container--default .select2-selection--single .select2-selection__arrow{height:calc( (2px*2) + 16px );right:2px;}.elementor-92 .elementor-element.elementor-element-795f23c .select2-container--default .select2-selection--single{height:auto;}.elementor-92 .elementor-element.elementor-element-6afe4af{--display:flex;}@media(min-width:768px){.elementor-92 .elementor-element.elementor-element-9941ff4{--content-width:1200px;}}/* Start custom CSS */.woocommerce table.cart thead {
    display: none;
}
.product-quantity, .product-subtotal {
    display: none;
}

.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    justify-content: space-between;
}

.product-quantity, .product-subtotal {
    display: none!important;
}
.product-thumbnail {
    width: 15%;
    order: 1;
    height: auto!important;
}

.product-name {
    display: flex;
    align-items: center;
    width: 65%;
    order: 2;
    font-family: montserrat;
    font-size: 15px!important;
    font-weight: 600;
    ;
}

.product-name a {
    color: #171717!important;
}

.product-price {
    width: 15%;
    order: 4;
    display: flex;
    align-items: center;
}

.product-remove {
    display: flex;
    align-items: center;
    width: 5%;
    order: 5;
    
}

.woocommerce table.cart td.product-thumbnail img {
    width: 100%!important;
    height: 70%!important;
    object-fit: fill;
}

.e-cart__container .product-thumbnail{
    padding-bottom: 0px!important;
}

.product-price .woocommerce-Price-amount.amount {
    font-family: montserrat;
    font-size: 18px!important;
    font-weight: 700!important;
}

.product-price .woocommerce-Price-currencySymbol {
    font-family: montserrat;
    font-size: 18px!important;
    font-weight: 700!important;
}

.product-remove a {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 30px!important;
    height: 30px!important;
    background: #FAEBE3!important;
}

.elementor-widget-woocommerce-cart .woocommerce .remove {
    font-size: 18px;
    color: #DF6618!important;
}

.product-name::before {
    display: none!important;
}

.product-price::before {
    display: none!important;
}

.product-thumbnail::before {
    display: none!important;
}


@media(max-width:768px) {
    .product-thumbnail {
        display: flex!important;
    }
    
    
}/* End custom CSS */