/* 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: 0 50px;
    position: fixed;
    margin: 10px;
    height: calc(100vh - 20px) !important;
    background-color: #F5F4F4;
    overflow: hidden;
}

.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: #864D27;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px !important;
    border-radius: 0;
    position: relative;
    z-index: 88;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    font-family: 'CHARM';
}

h2.xfrm-mini-cart-title > span {
    font-weight: 300;
    font-size: 25px;
}

.cart-popup-inner .close-popup {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 68%;
    transform: translateY(-50%);
    color: #9c9c9c;
    line-height: 1;
    z-index: 999;
}

.close-popup span {
    font-size: 37px;
}

.cart-sidebar-inner {
    position: fixed;
    height: calc(100% - 115px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: calc(100% - 40px) !important;
    overflow-y: auto;
}

.check-wrap {
    flex-grow: 1;
    padding-top: 20px;
}

.ewcs-cart-loader .check-item {
    display: flex;
    position: relative;
    margin: 25px 0px;
    justify-content: space-between;
    padding: 20px !important;
    border-radius: 16px;
    border-bottom: 1px solid #f1f1f1;
}

.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);
}

.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: #a66658;
    text-align: center;
    border-radius: 100%;
    color: white;
    line-height: 27px;
    position: absolute;
    left: -20px;
    border: 3px solid white;
    top: 0;
    z-index: 99;
}

h5.h5.sm.cart-brand-name {
    font-size: 10px !important;
    color: #A66658;
}



.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-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-text-mini-cart h5 a {
    color: var(--ecreative-black);
    color: #151C26;
    font-size: 11px;
    font-weight: 600;
}

.cart-popup-inner span.woocommerce-Price-amount.amount bdi {
    color: #A66658 !important;

}

.inner-right-column-mini-cart {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}

.delete-item.remove_ajax img {
    max-width: 15px;
}

h6.cart-product-sku {
    font-size: 10px;
    color: black;
}



.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: translate(-50%, -50%);
    display: flex;
}

.ewcs-cart-loader .check-pay-wrap {
    width: auto;
    padding-bottom: 0;
    margin-top: 0;
}

.check-pay-wrap.showed {
    border-radius: 0;
    padding: 20px;
    position: relative;
}

.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;
    align-items: baseline;
    width: 90%;
}

.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;
    width: 100%;
}

.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 {
    background: var(--ecreative-first-color);
}

.ewcs-checkout-cta.quick-checkout a {
    background: #2c3d2d;
}

.ewcs-checkout-cta.quick-cart a, .ewcs-checkout-cta.quick-checkout a {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: unset !important;
    font-weight: 400;
    text-transform: unset !important;
    font-size: 12px !important;
    transition: 0.3s linear;
    line-height: normal;
    color: var(--ecreative-white) !important;
    width: 100%;
    margin: auto;
    padding: 15px 25px;
    text-transform: uppercase !important;
    font-weight: 600;
    font-family: var(--ecreative-font-primary);
    letter-spacing: 1px;
    transition: all 0.3s linear;
}

.cart-sidebar-inner div#xfrm-customer-care {
    margin-top: 40px;
}

.mini-cart-empty p.woocommerce-mini-cart__empty-message {
    margin: 40px 0;
    text-align: center;
}

.ewcs-checkout-cta.quick-checkout {
    margin-left: 10px;
}

.ewcs-checkout-cta.quick-checkout .sala-header-button.menu-char {
    background-color: var(--ecreative-second-color);
    color: var(--ecreative-white) !important;
    transition: all 0.3s linear;
}

.ewcs-checkout-cta.quick-checkout .sala-header-button.menu-char:hover, .ewcs-checkout-cta.quick-cart a:hover {
    background-color: var(--ecreative-third-color);
}

@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;
    align-items: center;
}
/*
.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 !important;
    font-family: inherit !important;
    font-weight: 400 !important;
}
body.woocommerce div.product .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 !important;
    border: unset !important;
    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 !important;
    justify-content: flex-start !important;
}

/*form.woocommerce-cart-form .xfrm-custom-cart-item:nth-child(1) {
    border-top: 1px solid;
}*/

.xfrm-custom-cart-item {
    display: flex;
    padding: 20px 25px;
    align-items: center;
    /*border-bottom: 1px solid;*/
}

.inner-clm-left-custom-cart {
    width: 20%;
}

.inner-clm-left-custom-cart .product-thumbnail {
    border: 1px solid #B9B9B9;
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.inner-custom-cart .product-thumbnail img {
    max-width: 70%;
    display: block;
    margin: auto;
}

.inner-clm-right-custom-cart {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    position: relative;
    padding: 0;
    width: 80%;
}

.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;
    display: flex;
    align-items: center;
}

.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;
    text-indent: inherit;
}

.woocommerce .xfrm-custom-cart-item .inner-clm-right-custom-cart .product-remove a.remove::after{
    content: unset !important;
}

.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: 215px;
}

.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;
    border-radius: 34px 0px 34px 0px !important;
}

.inner-custom-cart .coupon button.button {
    background-color: #F9BD9A !important;
    font-size: 12px !important;
    line-height: initial !important;
    border: 1px solid #F9BD9A !important;
    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;
    border-radius: 34px 0px 34px 0px !important;
}

.inner-custom-cart .coupon button.button:hover {
    border: 1px solid #904E4C !important;
    background-color: #904E4C !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 {
    font-size: 12px !important;
    line-height: initial !important;
    border: 1px solid #904E4C !important;
    width: 280px !important;
    padding: 5px 0px !important;
    height: 55px ! IMPORTANT;
    letter-spacing: 2px ! IMPORTANT;
    transition: 0.3s linear !important;
    justify-content: center;
    text-transform: uppercase !important;
    border-radius: 0px 34px 0px 34px !important;
    background-color: #904E4C;
}

.inner-custom-cart button.xfrm-update-cart.button:hover {
    border: 1px solid #F9BD9A !important;
    background-color: #F9BD9A;
}

.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: #904E4C;
    width: 100% !important;
    border-radius: 0px 34px 0px 34px;
    margin-top: unset !important;
    margin-bottom: 50px !important;
    box-shadow: 0px 9px 32px #00000012;
}

.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;
    font-family: ivypresto-display, serif;
}

.inner-custom-cart .cart_totals table.shop_table.shop_table_responsive {
    border: unset !important;
    position: relative;
    background: #904E4C;
    margin: auto;
    border-collapse: collapse !important;
}

.inner-xfrm-title-custom-cart {
    margin-top: 20px;
}

.inner-custom-cart tr.order-total {
    width: 80% !important;
    display: flex !important;
    margin: auto;
    justify-content: space-between;
    border: unset;
    align-items: center;
}

.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;
    background-color: transparent !important;
}

.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: 55%;
    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;
}

.woocommerce-cart .inner-custom-cart .inner-cart-product span.woocommerce-Price-currencySymbol{
    color: #000 !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;
}

.inner-control-product-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-control-product-cart .product-info a {
    display: flex;
}

.inner-control-product-cart .product-remove, .inner-control-product-cart .product-info {
    margin: 5px 0;
}

.inner-cart-product {
    background: #F6F4F2;
    border-radius: 0px 43px 0px 46px;
    box-shadow: 0px 9px 32px #00000012;
    padding: 20px 0 40px;
}

.inner-cart-product .xfrm-custom-cart-item:nth-child(even) {
    background: #FFFFFF;
}

.woocommerce-cart .woocommerce .wrapper-cart-product .inner-quantity-eplay .quantity input:nth-child(odd) {
    padding: unset !important;
    border: unset !important;
}

.woocommerce-cart .inner-quantity-eplay label{
    margin-right: unset !important;
}

.woocommerce-cart .woocommerce .wrapper-cart-product .inner-quantity-eplay .quantity input:nth-child(odd) {
    padding: unset !important;
    border: unset !important;
    width: auto;
    text-align: center;
    height: auto;
    color: #000;
}

.inner-cart-product input.qty_button.minus, .inner-cart-product input.qty_button.plus {
    height: auto !important;
    justify-content: center;
    font-size: 20px !important;
    font-family: cursive;
}

.inner-related-cart-product li.product {
    border-radius: 40px 40px 0px 0px !important;
    display: block !important;
    background: #fff;
}

tr.cart-discount {
    align-items: center;
    justify-content: space-between;
    width: 80% !important;
    display: flex !important;
    margin: auto;
}

tr.cart-discount td {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #fff !important;
    align-items: center;
}

tr.cart-discount th {
    color: #fff !important;
}

tr.cart-discount td a.woocommerce-remove-coupon {
    width: 100%;
    text-align: end;
    color: #fff;
    font-size: 12px;
}

tr.cart-discount td span.woocommerce-Price-amount.amount {
    color: #fff !important;
    margin-left: 6px;
}

.inner-related-cart-product .xfrm-controls {
    display: none !important;
}

.inner-related-cart-product .xfrm-loop-single-thumbnail.main-thumb img {
    height: 65% !important;
}

.inner-related-cart-product li.product:hover .xfrm-loop-single-thumbnail.main-thumb {
    min-height: 220px;
}

.inner-related-cart-product .ewcs-new-product-sign {
    top: 5px;
}

.inner-related-cart-produc span.onsale {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 50px !important;
    height: 75px !important;
    min-width: auto !important;
    min-height: fit-content !important;
    padding: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: -5px !important;
    left: -5px !important;
    color: #34312E !important;
    background: #E2D7CF !important;
    letter-spacing: 0 !important;
    z-index: auto;
    font-weight: 400 !important;
}

.inner-specific-product-cart {
    max-width: 150px;
    min-width: 150px;
}


/* FINE CUSTOM CART VIEW */




button.fc-step__substep-save.button:hover, button#place_order:hover, button.fc-coupon-code__apply.button:hover {
    background: #904E4C !important;
}

div#fc-checkout-order-review tfoot tr, div#fc-checkout-order-review tfoot td, div#fc-checkout-order-review tfoot th {
    background: transparent !important;
}

div#fc-checkout-order-review tfoot tr.cart-discount {
    width: 100% !important;
    display: table-row !important;
}

div#fc-checkout-order-review tfoot tr.cart-discount th, div#fc-checkout-order-review tfoot tr.cart-discount td, div#fc-checkout-order-review tfoot tr.cart-discount td a.woocommerce-remove-coupon, div#fc-checkout-order-review tfoot span.woocommerce-Price-amount.amount{
    color: #34312E !important;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    font-size: 17px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    font-size: 20px;
}

.mini-cart-empty .sala-header-button.menu-char {
    background: var(--ecreative-third-color);
    border-radius: 26px;
    color: #fff;
    width: fit-content;
    padding: 11px 30px;
    margin: auto;
    font-size: 15px;
    transition: all 0.3s linear;
}

.mini-cart-empty .sala-header-button.menu-char:hover {
    background: var(--ecreative-second-color);
}

@media screen and (max-width:1350px){
    .inner-custom-cart .cart-collaterals .cart_totals h3 {
        font-size: 36px;
    }
}

@media screen and (max-width:1150px){
    .inner-custom-cart {
        margin-top: 50px;
    }
}

@media screen and (max-width:1024px){
    .inner-custom-cart {
        flex-direction: column;
    }

    .inner-custom-cart form.woocommerce-cart-form {
        width: calc(100% - 40px);
    }

    .inner-custom-cart .cart-collaterals {
        margin: 0 20px;
        width: calc(100% - 40px) !important;
        margin-top: 80px;
    }
}

@media screen and (max-width:767px){
    .inner-clm-right-custom-cart > div {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }

    .inner-clm-right-custom-cart {
        flex-wrap: wrap;
    }

    .inner-clm-right-custom-cart .product-quantity {
        justify-content: flex-end;
    }

    .inner-control-product-cart .product-info {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .inner-clm-left-custom-cart .product-thumbnail {
        max-width: 80px;
        min-width: 80px;
        max-height: 80px;
        min-height: 80px;
    }

    .inner-clm-left-custom-cart {
        width: 20%;
        min-width: 85px;
        margin-right: 20px;
    }

    .product-quantity .inner-quantity-eplay .quantity {
        display: flex !important;
    }
}

@media screen and (max-width:750px){
    .fc-progress-bar .fc-progress-bar__inner, .fc-wrapper .fc-checkout-steps {
        border-radius: 8px !important;
    }

    .fc-wrapper .fc-checkout-step:first-child, .fc-wrapper .fc-checkout-step:first-child>div:first-of-type{
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    .has-checkout-layout--multi-step .fc-checkout-step.fc-checkout-step--next-step-incomplete, .has-checkout-layout--multi-step .fc-checkout-step.fc-checkout-step--next-step-incomplete>div:last-of-type{
        border-bottom-right-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }

    .fc-wrapper .fc-checkout-steps, .fc-progress-bar{
        margin: 0 !important;
    }

    div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
        margin: 0;
        padding: 20px;
        width: calc(100% + 0px);
        max-width: calc(100% + 0px);
    }
}

@media screen and (max-width:565px){
    .inner-clm-right-custom-cart > div {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .inner-clm-right-custom-cart .product-quantity {
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .inner-control-product-cart {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .inner-custom-cart.shop_table .product-remove {
        width: auto !important;
        margin-left: 20px;
    }

    .inner-control-product-cart .product-info{
        width: auto !important;
    }
}

@media screen and (max-width:500px){
    .inner-custom-cart .cart-collaterals {
        margin: 0 0px;
        width: calc(100% - 0px) !important;
        margin-top: 80px;
    }

    .inner-custom-cart form.woocommerce-cart-form{
        padding: 0 0px;
        width: calc(100% - 0px) !important;
    }
}

.wc-block-components-sidebar-layout.wc-block-cart {
    width: 85%;
}

.wc-block-components-sidebar-layout.wc-block-checkout {
    width: 85%;
}

a.wc-block-components-product-name {
    color: #000;
}

.wc-block-cart__submit-container {
    text-align: center;
}

a.wc-block-cart__submit-button {
    background: var(--ecreative-third-color) !important;
    width: fit-content;
    border-radius: 50px;
    color: #fff;
    border: unset !important;
    padding: 0 20px;
}

button.wc-block-components-checkout-place-order-button {
    padding: 10px 30px !important;
    background: var(--ecreative-third-color) !important;
    width: fit-content !important;
    border-radius: 50px;
    color: #fff;
    border: unset !important;
    font-size: 15px;
}

.wc-block-checkout__actions_row {
    justify-content: center !important;
}

.wp-block-woocommerce-cart .wc-block-components-product-badge, .wp-block-woocommerce-checkout .wc-block-components-product-badge {
    display: none;
}