.woocommerce-cart .cart-collaterals .cart_totals .shop_table, .woocommerce-cart .cart-collaterals .cross-sells .shop_table {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

table tbody tr:hover > td, table tbody tr:hover > th {
    background: none !important;
}

table tbody tr > td, table tbody tr > th {
    background: none !important;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    padding-left: 25px;
    border: none;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before {
    left: 0;
}

.woocommerce-cart-form table.shop_table thead {
    background: none;
}

.woocommerce-cart-form table.shop_table {
    border: none;
}

.woocommerce-cart-form table.shop_table tbody tr td {
    border: none;
    border-top: 1px solid #E3DAD1 !important;
    border-bottom: none;
}

.woocommerce-cart-form table.shop_table tr th {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-cart-form table.shop_table tr td {
    font-size: 16px;
    font-weight: 600;
    background: none;
}

table tbody tr:hover > td, table tbody tr:hover > th {
    background: none;
}


.woocommerce-cart-form table.shop_table tr td, .woocommerce-cart-form table.shop_table tr th {
    padding: 12px 3px;
}

.woocommerce-cart-form table.shop_table tr th {
    border: none !important;
}

.woocommerce-cart-form table.shop_table .product-price .amount, .woocommerce-cart-form table.shop_table .product-subtotal .amount {
    font-weight: 400;
}

.woocommerce-cart-form table.shop_table tbody tr:nth-last-child(2) td {
    border-bottom: 1px solid #E3DAD1;
}

.woocommerce-cart-form table.shop_table .product-quantity .quantity {
    display: inline-flex;
}

.woocommerce-cart-form table.shop_table .product-quantity .minus {
    width: 48px;
    border: 1px solid #E3DAD1 !important;
    color: #E3DAD1;
    align-items: center;
    border-radius: 20px;
    line-height: 1px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background-color: transparent;
    outline: 0;
    font-weight: 400;
    z-index: 3;
    position: relative;
}

.woocommerce-cart-form table.shop_table .product-quantity .qty {
    min-height: 26px;
    font-size: 16px !important;
    font-weight: 400;
    color: #243450;
    border: none !important;
    background: none !important;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 40px;
    padding: 0;
}

.woocommerce-cart-form table.shop_table .product-quantity .qty:focus {
    border: none !important;
}


.woocommerce-cart-form table.shop_table .product-quantity .qty::-webkit-outer-spin-button, .woocommerce-cart-form table.shop_table .product-quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-cart-form table.shop_table .product-quantity .plus {
    width: 48px;
    border: 1px solid #E3DAD1 !important;
    color: #243450;
    align-items: center;
    border-radius: 20px;
    line-height: 1px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background-color: transparent;
    outline: 0;
    font-weight: 400;
    z-index: 3;
    position: relative;
}

.woocommerce-cart-form table.shop_table .product-remove a.remove {
    font-weight: 400;
    font-size: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    border-radius: 100%;
    color: #363636 !important;
    text-decoration: none;
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-cart-form table.shop_table .product-remove a.remove:hover {
    background: none;
}

.woocommerce-cart-form table.shop_table .product-remove a.remove:before {
    border: none;
}

.woocommerce-cart-form table.shop_table .product-remove a.remove .ahfb-svg-iconset svg {
    width: 18px;
    height: auto;
}


.woocommerce-cart table.cart td.actions {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


.woocommerce-cart .cart-collaterals .cross-sells {
    width: calc(100% - 380px);
    padding-right: 64px;
    padding-left: 0;
    border: none;
}

.woocommerce-cart .cross-sells .cross-sells-swiper {
    align-items: stretch;
}


.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide {
    border: 1px solid #E3DAD1;
    border-radius: 20px;
    padding: 16px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide .meta-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: #53555a;
}

.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide .meta-product span {
    color: #62728E;
    font-size: 12px;
}

.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide .meta-product span.from {
    color: #53555a;
}

.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide .meta-product span.amount {
    color: #233450;
}

.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide > a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide > a img {
    height: 150px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
}

.woocommerce-cart .cross-sells .cross-sells-swiper .swiper-slide .product-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #53555a;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    background: rgba(244, 240, 236, 0.9) !important;
    border: none !important;
    border-radius: 24px;
    padding: 0 24px 24px;
    width: 380px;
    margin-bottom: 0 !important;
}


.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th {
    font-weight: 600 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    font-weight: 600 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td .amount {
    font-weight: 600 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping .woocommerce-shipping-destination {
    margin-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping .shipping-calculator-button {
    font-weight: 600;
    color: #627C73;
    display: inline-block;
    text-transform: capitalize;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping .shipping-calculator-button:hover {
    text-decoration: underline;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .form-row {
    padding: 0px;
    margin: 0 0 6px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .form-row {
    padding: 0px;
    margin: 0 0 6px;
}

.select2-container .select2-results__options .select2-results__option {
    padding: 6px 6px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #233450;
}

.woocommerce-page .select2-container .select2-search__field {
    border: 1px solid #E3DAD1 !important;
}


.woocommerce .select2-container .select2-selection--single, .woocommerce select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
    border-color: #E3DAD1 !important;
    border-radius: 16px;
    min-height: 34px;
}

.woocommerce .select2-container .select2-dropdown, .woocommerce .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-dropdown, .woocommerce-page .select2-container .select2-search__field {
    border: 1px solid #E3DAD1 !important;
}


.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .form-row input.input-text {
    border: 1px solid #E3DAD1 !important;
    border-radius: 16px;
    min-height: 34px;
    font-size: 14px;
    padding: 3px 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .form-row label {
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .button {
    width: 100%;
    margin-top: 10px;
    border-radius: 28px;
}


.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 14px 10px !important;
    text-transform: capitalize;
    border-radius: 28px;
    font-size: 16px;
    line-height: 1.2;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-terms {
    font-size: 14px;
    margin: 0 0 5px 0 !important;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-terms a {
    font-weight: 600;
    color: #627C73;
    display: inline-block;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-terms a:hover {
    text-decoration: underline;
}

.woocommerce-cart .cart-collaterals .cross-sells > h2 {
    font-size: 24px;
    margin: 0 0 24px 0 !important;
    font-family: Outfit, sans-serif;
    padding: 0px !important;
    background: none !important;
    font-weight: 400;
    border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 24px;
    margin: 0 !important;
    font-family: Outfit, sans-serif;
    padding: 24px 0px 20px 0px !important;
    background: none !important;
    font-weight: 400;
    border-bottom: 1px solid #E3DAD1;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table_responsive {
    border-color: #E3DAD1;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table_responsive tr td, .woocommerce-cart .cart-collaterals .cart_totals .shop_table_responsive tr th {
    border-color: #E3DAD1;
    padding: 8px 3px;
    border-bottom: none;
}

.cart-collaterals .woocommerce-form-coupon-toggle-block {
    border-bottom: 1px solid #E3DAD1;
    padding: 16px 0;
}

.cart-collaterals .woocommerce-form-coupon-toggle-block .cart-custom-coupon-toggle {
    cursor: pointer;
    position: relative;
    padding-right: 16px;
}

.cart-collaterals .woocommerce-form-coupon-toggle-block .cart-custom-coupon-toggle:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 7px;
    background: #243450;
    width: 2px;
    height: 12px;
}

.cart-collaterals .woocommerce-form-coupon-toggle-block .cart-custom-coupon-toggle.active:before {
    content: none;

}

.cart-collaterals .woocommerce-form-coupon-toggle-block .cart-custom-coupon-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    background: #243450;
    width: 12px;
    height: 2px;
}


.cart-collaterals .woocommerce-form-coupon-toggle-block .checkout_coupon {
    margin-top: 16px !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.cart-collaterals .woocommerce-form-coupon-toggle-block .checkout_coupon .form-row {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}


.cart-custom-coupon-form .form-row-first {
    width: 60% !important;
}

.cart-custom-coupon-form .form-row-last {
    width: 38% !important;
}

.cart-custom-coupon-form input.input-text,
.cart-custom-coupon-form button.button {
    height: 38px !important;
}

.cart-custom-coupon-form input.input-text {
    border-radius: 24px !important;
    font-size: 14px !important;
    padding: 3px 15px !important;
    border: 1px solid #E3DAD1 !important;
}

.cart-custom-coupon-form button.button {
    border-radius: 24px !important;
    font-size: 14px !important;
    padding: 3px 5px !important;
}

.cart-custom-coupon-form button.button {
    width: 100%;
}

.custom-coupon-error-notice {
    clear: both;
    margin-top: 12px;
    color: #b81c23;
    text-align: center;
    font-size: 14px;
}


.elementor-shortcode .woocommerce .cart-empty {
    padding: 16px 0;
    color: #9E9083 !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.3;
    border: none;
    border-bottom: 1px solid #E3DAD1 !important;
    border-radius: 0;
    margin-bottom: 16px;
}

.woocommerce .cart-empty:before {
    content: none;
}

.woocommerce .return-to-shop {
    text-align: right;
}

.woocommerce .return-to-shop .return-to-shop-text {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #53555A;
    line-height: 136%;
    margin-bottom: 16px;
}

.woocommerce .return-to-shop .button {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #627C73 !important;
    line-height: 136%;
    padding: 5px 3px;
    background: none !important;
}

.woocommerce .return-to-shop .button:hover {
    text-decoration: underline;
    background: none !important;
    color: #627C73 !important;
}

.woocommerce .return-to-shop .button svg {
    margin-right: 5px;
}


.woocommerce-cart-form table.shop_table tr .product-thumbnail img {
    width: auto;
    max-width: 70px;
}


table tbody tr:hover > td, table tbody tr:hover > th {
    background: none;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    margin-bottom: 34px;
}


@media (max-width: 1200px) {
    .cart-custom-coupon-form .form-row-first,
    .cart-custom-coupon-form .form-row-last {
        width: 100%;
        float: none;
    }

    .woocommerce-cart .cart-collaterals .cross-sells {
        padding-right: 20px;
    }
}


@media (max-width: 921px) {
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }

    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td .shipping-calculator-form, .woocommerce-page table.shop_table_responsive tr td .shipping-calculator-form {
        text-align: left;
    }


    .woocommerce-page table.cart .product-thumbnail {
        display: block;
        text-align: center !important;
    }

    .woocommerce-page table.cart .product-thumbnail:before,
    .woocommerce-page table.cart .product-remove:before {
        content: none !important;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        float: left;
        font-weight: 500;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
    }

    .woocommerce-page .cart-collaterals .cross-sells {
        float: left;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        flex-direction: column !important;
        background: rgb(243, 235, 227, 0.14);
    }

    .woocommerce-cart-form table.shop_table tr .product-remove {
        order: 0;
        border-top: 15px solid #fff !important;
        box-shadow: inset 0 1px 0 0 #E3DAD1;
    }

    .woocommerce-cart-form table.shop_table tr .product-thumbnail {
        order: 1;
    }

    .woocommerce-cart-form table.shop_table tr .product-thumbnail img {
        max-width: 100px;
    }

    .woocommerce-cart-form table.shop_table tr .product-name {
        order: 2;
    }

    .woocommerce-cart-form table.shop_table tr .product-price {
        order: 3;
    }

    .woocommerce-cart-form table.shop_table tr .product-quantity {
        order: 4;
    }

    .woocommerce-cart-form table.shop_table tr .product-subtotal {
        order: 5;
        border-bottom: 1px solid #E3DAD1 !important;
    }

    .woocommerce-cart-form table.shop_table tbody tr:nth-last-child(2) td {
        border-bottom: none;
    }

}

@media (max-width: 700px) {
    .woocommerce-page .cart-collaterals .cross-sells {
        float: none;
        width: 100%;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
}

/*@media (max-width: 768px) {*/
/*    .cart-custom-coupon-form .form-row-first,*/
/*    .cart-custom-coupon-form .form-row-last {*/
/*        width: 100%;*/
/*        float: none;*/
/*    }*/
/*}*/


