.elementor-456 .elementor-element.elementor-element-9dc0e56{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-456 .elementor-element.elementor-element-9dc0e56.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-456 .elementor-element.elementor-element-2ca97ec{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-456 .elementor-element.elementor-element-9dc0e56{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-456 .elementor-element.elementor-element-9dc0e56{--width:100%;}}/* Start custom CSS */.cart_item a, .shop_table_titles {
    color: rgb(0, 104, 97);
}

.woocommerce-Price-amount {
    color: rgb(52, 17, 56);
}

.cart_totals .shop_table {
    color: rgb(0, 104, 97);
}

.shop_table_titles {
    padding-top: 5px;
}

.shop_table_titles p {
    margin-bottom: 9px;
}

.cart-items {
    padding-top: 10px;
}

.cart-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

.shop_table {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}


.shop_table_titles {
    display: grid;
    grid-template-columns: 5fr 4fr 3fr  4fr 5fr;
    gap: 10px;

}

.woocommerce-cart-form__cart-item {
    display: grid;
    width: 100% !important;
    grid-template-columns: 5fr 4fr 1fr 3fr  4fr 5fr;
    gap: 10px;
    align-items: center;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-custom {
    display: flex;
}


.woocommerce-cart .woocommerce {
  display: flex;
  align-items: flex-start;
}

.woocommerce-cart-form {
  flex: 0 0 70%;
  font-family: "Cormorant Garamond", sans-serif;
}

.cart-collaterals {
  flex: 0 0 30%;
  font-family: "Cormorant Garamond", sans-serif;
}

.product-subtotal {
    width: 0 !important;
}


.cart_totals {
    width: 100% !important;
}


.woocommerce-cart-form {
    background: transparent !important;
}

.cart-collaterals {
    background: transparent !important;
    font-weight: 400 !important;

}

.woocommerce-cart-form .shop_table {
  background-color: #e5e2d9;
}

.cart-items .cart_item:nth-child(even) {
  background-color: rgb(217, 214, 206);
}

.remove span {
    color: rgb(176, 172, 160);
}

.remove:hover {
    background: none !important;
}


.quantity-custom input[type="number"]::-webkit-inner-spin-button,
.quantity-custom input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-custom input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce {
    display: flex;
    flex-direction: column;
}

.minus, .plus {
    background: white;
    width: 20px;
    display: flex;
    justify-content: center;
    border-color: rgb(212, 212, 212);
}

.minus {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.plus {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.minus:hover, .plus:hover {
    background: rgb(176, 172, 160);
    color: black;
}

.qty {
    width: 40px !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    border-color: rgb(212, 212, 212) !important;
    display: flex !important;
    justify-content: center !important;
    background: white;
}


.woocommerce-cart-form th {
    border: none !important;
    border-bottom: 1px solid black !important;
}


.cart-subtotal {
    
}

.cart-collaterals th {
    border: none !important;
}

.product-thumbnail img {
    width: 80px !important;
}

.shipping-calculator-form {
    display: block !important;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
    
}

.shop_table_titles {
     border-bottom: 1px solid black;
}

.cart_totals {
    padding-top: 5px;
}

.calc-shipping-row {
    display: flex;

}

.calc-shipping-row input.input-text {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: rgb(212, 212, 212) !important;
    flex: 1;
}

.order-total {
    display: flex;
    justify-content: space-between;
}


.cart_totals .shop_table {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart_totals div {
    font-weight: 400 !important;
}


.cart-subtotal {
    padding-bottom: 9px;
    font-family: "Cormorant Garamond", sans-serif;
}

.calc-shipping-row button, .wc-proceed-to-checkout a {
    background: rgb(64, 224, 208) !important;
    color: rgb(0, 104, 97) !important;
    font-family: "Cormorant SC", sans-serif;
}

.calc-shipping-row button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.wc-proceed-to-checkout a {
    transition: all 0.3s;
    border-radius: 6px !important;
}

.calc-shipping-row button:hover, .wc-proceed-to-checkout a:hover {
     background: rgb(204, 157, 6) !important;
 }
 
@media(max-width: 1023px) {
    .cart-wrapper {
        display: flex;
        flex-direction: column;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .shop_table_titles {
    display: none;

}

.woocommerce-cart-form__cart-item {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 20px;
    align-items: center;
}}

@media(max-width: 767px) {
    .cart-wrapper {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        gap: 0;
    }
    
    .shop_table_titles {
    display: none;

    }
    


.woocommerce-cart-form__cart-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}}/* End custom CSS */