/* POPUP MINI CART */

.ewcs-transition {
    transition: all .3s ease-in;
}

.ewcs-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000099;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

.ewcs-overlay.active {
    visibility: visible;
    opacity: 1;
}

div#cart-popup {
    border-radius: 16px;
    position: fixed;
    margin: 10px;
    height: calc(100vh - 20px) !important;
}

.ewcs-cart-loader {
    top: 0 !important;
    max-width: 530px;
    right: 0;
    background: white;
    transform: translateX(110%);
}

.ewcs-cart-loader.active {
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=47, Direction=0, Color=#101010)";
    -moz-box-shadow: 0 0 47px -22px #101010;
    -webkit-box-shadow: 0 0 47px -22px #101010;
    box-shadow: 0 0 47px -22px #101010;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=47, Direction=135, Color=#101010);
}

.mark-popup-2 {
    z-index: 99999;
    padding: 0px 20px 0 20px;
}

#fl-mini-cart-loader {
    position: absolute;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    border-radius: 16px;
}

.xfrm-mini-cart-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    top: 0;
}

h2.xfrm-mini-cart-title {
    color: black;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px !important;
    font-family: inherit;
    border-radius: 0;
    position: relative;
    z-index: 88;
    top: 10px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

h2.xfrm-mini-cart-title > span {
    font-weight: 700;
    margin-left: 5px;
}

.cart-popup-inner .close-popup {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 58%;
    transform: translateY(-50%);
    color: black;
    line-height: 1;
    z-index: 999;
}

.close-popup span {
    font-size: 37px;
}

.cart-sidebar-inner {
    position: fixed;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: calc(100% - 40px) !important;
}

.check-wrap {
    overflow-y: auto !important;
    flex-grow: 1;
    padding-top: 20px;
}

.ewcs-cart-loader .check-item {
    display: flex;
    position: relative;
    margin: 25px 0px;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 20px !important;
    border-radius: 16px;
    border-bottom: 1px solid #f1f1f1;
}

.ewcs-cart-loader .check-item:nth-child(1) {
    margin-top: unset;
}

.inner-left-column-mini-cart {
    display: flex;
}

.ewcs-cart-loader .check-item .image {
    margin-right: 20px;
    position: relative;
}

.ewcs-mini-item-qty {
    width: 30px;
    height: 30px;
    background: black;
    text-align: center;
    border-radius: 100%;
    color: white;
    line-height: 27px;
    position: absolute;
    right: 0;
    border: 3px solid white;
    top: 0;
    z-index: 99;
}

.ewcs-cart-loader .check-item .image img {
    max-height: 90px;
    width: auto;
    max-width: 80px;
    min-width: 90px;
    object-fit: contain;
    background: #fff;
}

.inner-text-mini-cart h5 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: black !important;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner-right-column-mini-cart {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}

.delete-item.remove_ajax img {
    max-width: 20px;
}

.inner-price-mini-cart {
    display: flex;
    flex-direction: column;
    line-height: 1;
    color: #F5DF32;
}

span.quantity {
    font-size: 15px !important;
    color: black !important;
    position: inherit;
}

.ewcs-loader-spinner {
    width: 90px;
    height: 90px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.ewcs-cart-loader .check-pay-wrap {
    width: 100%;
    padding-bottom: 0;
    background: white;
    margin-top: 0;
}

.check-pay-wrap.showed {
    border-radius: 0;
    padding: 20px;
    position: relative;
    bottom: 20px;
}

.ewcs-cart-loader .price-total.font-fam-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #989a9e;
    padding-bottom: 5px;
}

.ewcs-cart-loader .price-total.font-fam-2, .price-total.font-fam-2 span {
    text-align: center;
    font-size: 17px;
    color: black;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: normal;
}

.inner-button-mini-cart {
    display: flex;
    justify-content: space-between;
}

.ewcs-checkout-cta.quick-cart {
    margin-right: 10px;
}

.ewcs-checkout-cta {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.ewcs-checkout-cta.quick-cart a {
    height: 50px;
    background: #5774a4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: unset !important;
    font-weight: 700;
    text-transform: unset !important;
    font-size: 13px !important;
}

.sala-header-button.menu-char{
    padding: 13px !important;
    width: 100%;
    transition: 0.3s linear;
    line-height: normal;
    color: #fff !important;
}

span.mmj-cart-btn-text {
    margin-left: 5px;
}

.ewcs-checkout-cta.quick-checkout {
    margin-left: 10px;
}

.ewcs-checkout-cta.quick-checkout .sala-header-button.menu-char {
    background-color: #C4925A;
    color: #fff !important;
}

.ewcs-checkout-cta.quick-checkout a {
    height: 50px;
    background: #C4925A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: unset !important;
    font-weight: 700;
    text-transform: unset !important;
    font-size: 13px !important;
}

@media screen and (min-width: 500px){
    .ewcs-cart-loader {
        max-width: 500px;
        min-width: 530px;
    }
}

/* FINE POPUP MINI CART */




/* STANDARD CART VIEW */

.et-icon-wrapper.img-cart, .et-icon-wrapper.img-cart svg {
    width: 20px;
    height: 20px;
}

.inner-quantity-eplay.blocked {
    pointer-events: none;
    opacity: 0.4;
}

.woocommerce-cart .inner-quantity-eplay {
    margin-bottom: unset;
}

.inner-quantity-eplay {
    display: flex;
    align-items: center;
}

.inner-quantity-eplay .quantity {
    display: flex;
    position: relative;
}

.inner-quantity-eplay input.qty_button {
    width: 35px !important;
    height: 35px !important;
    padding: unset !important;
    background: transparent !important;
    color: #101010 !important;
    border-radius: unset !important;
    font-size: 17px;
}

.inner-quantity-eplay .input-text.qty.text {
    width: 35px !important;
    height: 35px !important;
    text-align: center !important;
    border-radius: unset !important;
    border-color: #989a9e !important;
    background: transparent;
    padding: unset;
    border: unset;
    font-size: 17px;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
    max-height: 90px;
    width: auto;
    max-width: 80px;
    min-width: 90px;
    object-fit: contain;
    background: #fff;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-price span.woocommerce-Price-amount.amount bdi{
    font-size: 14px;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
    text-wrap: pretty;
    display: flex;
    max-width: 400px;
}

/* FINE STANDARD CART VIEW */




/* CUSTOM CART VIEW */

.inner-custom-cart {
    max-width: 1450px;
    margin: auto;
    margin-bottom: 50px !important;
    display: flex;
    width: 100%;
    margin-top: 100px;
}

.inner-custom-cart form.woocommerce-cart-form {
    width: 55%;
    padding: 0 20px;
}

.inner-custom-cart .cart-collaterals {
    width: 45% !important;
    margin: 0 40px;
    align-items: flex-start;
}

form.woocommerce-cart-form .xfrm-custom-cart-item:nth-child(1) {
    border-top: 1px solid;
}

.xfrm-custom-cart-item {
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid;
}

.inner-clm-left-custom-cart {
    width: 30%;
}

.inner-clm-left-custom-cart .product-thumbnail {
    border: 1px solid #B9B9B9;
    max-width: 160px;
    min-width: 160px;
    max-height: 160px;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-custom-cart .product-thumbnail img {
    max-width: 70px;
    display: block;
}

.inner-clm-right-custom-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 0;
    width: 70%;
}

.inner-wishlist-cart {
    position: absolute;
    right: 0;
}

.inner-wishlist-cart .yith-wcwl-add-to-wishlist {
    padding: 5px;
    border-radius: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white !important;
    border: 0 !important;
    margin: unset;
}

.inner-clm-right-custom-cart .product-name, .inner-description-cart {
    color: #000;
    font-size: 15px;
}

.inner-clm-right-custom-cart .product-name a {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000 !important;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.inner-clm-right-custom-cart .product-name {
    color: #000;
    font-size: 15px;
}

.inner-custom-cart .inner-description-cart {
    color: #000;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    max-width: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner-custom-cart .product-subtotal {
    font-size: 18px !important;
    color: #000 !important;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.inner-custom-cart.shop_table .product-remove {
    display: flex !important;
    justify-content: end !important;
    width: 100% !important;
    font-size: 30px;
    line-height: normal;
    font-weight: 100;
}

.woocommerce .xfrm-custom-cart-item .inner-clm-right-custom-cart .product-remove a.remove {
    font-size: 12px !important;
    height: inherit;
    width: fit-content;
    border-radius: unset;
    color: black !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
    opacity: 1;
}

.woocommerce-cart .ast-article-single{
    padding: 50px 0 !important;
}

.woocommerce-cart .woocommerce {
    max-width: 100% !important;
    margin: unset !important;
}

.inner-clm-right-custom-cart .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    display: -webkit-box;
    max-width: 90%;
}

.inner-clm-right-custom-cart .product-quantity {
    display: flex;
}

.inner-custom-cart form.woocommerce-cart-form .coupon {
    display: flex;
    padding-top: 15px;
}

.inner-custom-cart form.woocommerce-cart-form input#coupon_code {
    border-radius: unset;
    width: 60% !important;
    font-size: 11px;
    letter-spacing: 2px;
    border: 1px solid;
    height: 55px;
    padding: 0 20px;
    margin: unset;
}

.inner-custom-cart .coupon button.button {
    background-color: #C4925A !important;
    font-size: 12px !important;
    line-height: initial !important;
    border: 1px solid #C4925A !important;
    border-radius: unset;
    width: 40%;
    padding: 10px 0px !important;
    letter-spacing: 1px;
    margin: unset !important;
    height: 55px;
    margin-left: 15px !important;
    font-weight: 500;
    transition: 0.3s linear !important;
    justify-content: center;
    align-items: center;
    display: flex !important;
    text-transform: uppercase;
    color: #fff !important;
}

.inner-button-update-cart {
    padding-top: 15px;
}

button.xfrm-update-cart.button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.inner-custom-cart button.xfrm-update-cart.button {
    background-color: #fff !important;
    font-size: 12px !important;
    line-height: initial !important;
    border: 1px solid #000 !important;
    border-radius: unset;
    width: 280px !important;
    padding: 5px 0px !important;
    height: 55px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.3s linear !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #000 !important;
}

.inner-custom-cart form.woocommerce-cart-form input#coupon_code:focus {
    border-color: #d39d60 !important;
    outline-color: #d39d60 !important;
}

.inner-custom-cart .cart_totals {
    padding: 50px 0px !important;
    float: unset !important;
    text-align: center !important;
    margin: auto;
    background: #5774a4;
    width: 100% !important;
    border-radius: 16px !important;
    margin-top: unset !important;
    margin-bottom: 50px !important;
}

.inner-custom-cart .cart-collaterals .cart_totals h3 {
    color: #fff;
    margin-top: unset;
    transition: 0.3s linear;
    font-size: 46px;
    font-weight: 500;
    font-family: inherit;
}

.inner-custom-cart .cart_totals table.shop_table.shop_table_responsive {
    border: unset !important;
    position: relative;
    background: #5874a4;
    margin: auto;
    border-collapse: collapse !important;
}

.inner-xfrm-title-custom-cart {
    margin-top: 20px;
}

.inner-custom-cart tr.order-total {
    width: 65% !important;
    display: flex;
    margin: auto;
    justify-content: space-between;
    border: unset;
}

.coupon button, .inner-button-update-cart button {
    border-radius: 50px !important;
}

.inner-custom-cart .cart-collaterals .shop_table .order-total td, .inner-custom-cart .cart-collaterals .shop_table .order-total th {
    padding-bottom: 25px;
}

.woocommerce-cart .inner-custom-cart .cart-collaterals .cart_totals table th {
    width: 200px !important;
    padding-left: unset !important;
    vertical-align: bottom !important;
    padding: 5px 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce-cart .inner-custom-cart tr.order-total span.woocommerce-Price-amount.amount {
    font-size: 19px !important;
    color: #fff !important;
}

.inner-custom-cart .wc-proceed-to-checkout {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: unset !important;
    margin-top: 40px;
}

a.checkout-button.button.alt.wc-forward {
    border-radius: 50px !important;
    border: 0 !important;
    background: #ffffff !important;
    color: black;
    font-weight: 700;
    width: 70%;
    line-height: 1 !important;
    padding: 15px 0px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    transition: 0.3s linear !important;
    justify-content: center;
    align-items: center;
    margin: 0 10px !important;
    display: flex !important;
    text-transform: uppercase;
    color: #000 !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.inner-custom-cart tr.order-total th {
    color: #fff !important;
}

.woocommerce-cart .inner-custom-cart tr.order-total bdi, .woocommerce-cart .inner-custom-cart span.woocommerce-Price-currencySymbol {
    font-size: 18px !important;
    color: #fff !important;
}

.inner-fixed-proceed-to-checkout.active-cart-tob-bar {
    top: 113px;
}

.inner-fixed-proceed-to-checkout {
    position: fixed;
    width: 100%;
    left: 0;
    top: -100px;
    z-index: 1;
    box-shadow: 0px 0px 8px #ccc !important;
    transition: 0.3s linear;
}

.wrapper-fixed-proceed-to-checkout {
    display: flex;
    align-items: center;
    padding: 5px 60px;
    justify-content: space-between;
    float: unset !important;
    text-align: center !important;
    margin: auto;
    background: #C4925A;
    width: 100% !important;
}

.wrapper-fixed-proceed-to-checkout .order-total-custom {
    color: #fff;
}

.inner-wc-proceed-to-checkout-fixed {
    display: flex;
    align-items: center;
}

.inner-fixed-proceed-to-checkout .wc-proceed-to-checkout {
    margin-top: unset;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: unset !important;
}

.inner-fixed-proceed-to-checkout .wc-proceed-to-checkout {
    margin-top: unset;
}

.inner-fixed-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    padding: 15px 50px !important;
}

.wrapper-fixed-proceed-to-checkout .order-total-custom .woocommerce-Price-amount.amount bdi {
    color: #fff !important;
    font-size: 20px !important;
    font-family: inherit !important;
}

.wrapper-fixed-proceed-to-checkout .order-total-custom .woocommerce-Price-amount.amount {
    margin-left: 10px;
}

.xfrm-custom-cart-item .yith-wcwl-add-button a span{
    display: none !important;
}

.wrapper-fixed-info-proceed-to-checkout .et-icon-wrapper.img-primary-share svg {
    width: 50px;
    height: 50px;
}

/* FINE CUSTOM CART VIEW */