.popup-cart-content-overlay .popup-cart-content {
    padding: 62px 24px;
}

.popup-cart-content-overlay .popup-cart-content .close-popup-cart {
    left: inherit;
    top: 24px;
    right: 24px;
    width: 14px;
    height: 14px;
}

.popup-cart-content-overlay .popup-cart-content .close-popup-cart:before {
    display: none;
}

.popup-cart-content-overlay .popup-cart-content .close-popup-cart:after {
    content: '';
    background-image: url('../images/smart_popup_close_normal.svg');
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.5s;
}

.popup-cart-content-overlay .popup-cart-content .close-popup-cart:hover {
    background-color: transparent !important;
}

.popup-cart-content-overlay .popup-cart-content .close-popup-cart:hover:after {
    background-image: url('../images/smart_popup_close_hover.svg');
}

.popup-cart-content-overlay.active .popup-cart-content {
    overflow-y: scroll;
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top-color: var(--stone_50);
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row:first-child {
    border-top: none !important;
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}

.popup-cart-content-overlay .popup-cart-content #popup-cart-info {
    scrollbar-width: none;
}

.smart-cart-disabled-fontawesome .woocommerce-smart-cart-remove-cart-item:before {
    display: none;
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row .woocommerce-smart-cart-remove-cart-item {
    right: 0;
    top: 24px;
    width: 20px;
    height: 20px;
}

.smart-cart-disabled-fontawesome .woocommerce-smart-cart-remove-cart-item:after {
    content: '';
    background-image: url('../images/smart_popup_remove_item_normal.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.5s;
}

.smart-cart-disabled-fontawesome .woocommerce-smart-cart-remove-cart-item:hover {
    background-color: transparent !important;
}

.smart-cart-disabled-fontawesome .woocommerce-smart-cart-remove-cart-item:hover:after {
    background-image: url('../images/smart_popup_remove_item_hover.svg');
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-thumb {
    width: 24.7%;
    padding-right: 12px;
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc {
    width: 75.3%;
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc p {
    font-size: 15px;
    line-height: 150%;
    /*max-width: calc(100% - 30px);*/
    max-width: calc(100% - 100px);
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-price {
    font-size: 15px;
    line-height: 150%;
    font-weight: normal;
    font-family: var(--font_Avenir_Next_Regular);
    color: var(--stone);
}

.woocommerce-smart-cart-quantity, .woocommerce-smart-cart-add-related-product {
    border: 1px solid var(--iron_gray_40);
    border-radius: 15px;
    margin-right: 0;
    background-color: transparent;
    padding: 3px 12px;
    height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce-smart-cart-button, .woocommerce-smart-cart-quantity input[type="button"] {
    background-color: transparent !important;
    border: none;
    font-size: 26px !important;
    font-weight: inherit;
    font-family: inherit;
    color: var(--iron_gray_30) !important;
    /*
    width: inherit !important;
    height: inherit !important;
    margin-top: -5px;*/
    width: 16px !important;
    height: 16px !important;
    
}

.woocommerce-smart-cart-quantity input[type="button"].woocommerce-smart-cart-remove-item,
.woocommerce-smart-cart-quantity input[type="button"].woocommerce-smart-cart-add-item  {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent !important;
}

.woocommerce-smart-cart-quantity input[type="button"].woocommerce-smart-cart-remove-item {
    background: url('../images/smart_cart_minus_icon.svg');
}

.woocommerce-smart-cart-quantity input[type="button"].woocommerce-smart-cart-add-item  {
    background: url('../images/smart_cart_plus_icon.svg.svg');
}

.woocommerce-smart-cart-calculation {
    padding: 0;
}

.woocommerce-smart-cart-calculation-amt {
    margin: 10px 0 22px;
    color: transparent;
}


.woocommerce-smart-cart-calculation .wsc-button.float-left {
    width: calc(50% - 6px);
}

.woocommerce-smart-cart-calculation .wsc-button.float-right {
    width: calc(50% - 6px);
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data {
    color: var(--iron_gray);
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list {
    background-color: var(--stone_10);
    padding: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    position: relative;
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -16px;
    background: var(--stone_50);
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list .highlight_bg_item {
    margin-bottom: 8px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list .highlight_bg_item .item_label,
.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list .highlight_bg_item .item_value {
    font-size: 13px !important;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: var(--font_Avenir_Next_Medium);
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list .highlight_bg_item .item_label {
    font-family: var(--font_Avenir_Next_Bold);
    width: 100px;
    padding-right: 10px;
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list .highlight_bg_item .item_value {
    width: calc(100% - 100px);
    text-align: right;
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .highlight_bg_list .highlight_bg_item:last-child {
    margin-bottom: 0;
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .free-shipping-progress-section {
    background-color: var(--white);
    /*padding-top: 16px;*/
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .free-shipping-progress-section .free-shipping-progress-text {
    /*border-top: 1px solid var(--stone_50);
    padding-top: 16px;*/
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-family: var(--font_Avenir_Next_Demi_Bold);
}



.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .smart-cart-coupon-notice {
    font-size: 15px;
    background-color: var(--white);
}

.woocommerce-smart-cart-calculation .text-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-smart-cart-calculation .text-right .smart-cart-extra-close-button:after {
    display: none;
}

.woocommerce-smart-cart-calculation .text-right .woocommerce-smart-cart-button,
.woocommerce-smart-cart-calculation .wsc-button .woocommerce-smart-cart-button {
    border: 1px solid var(--iron_gray);
    padding: 15px 12px; 
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 150%;
    letter-spacing: 0.1em;
    background-color: var(--iron_gray) !important;
    color: var(--white) !important;
    font-family: var(--font_Avenir_Next_Demi_Bold);
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center; 
    width: 100% !important; 
    height: inherit !important;
}

.woocommerce-smart-cart-calculation .text-right .woocommerce-smart-cart-button:hover,
.woocommerce-smart-cart-calculation .wsc-button .woocommerce-smart-cart-button:hover  {
    color: var(--iron_gray) !important;
    background-color: transparent !important;
}

.woocommerce-smart-cart-calculation .text-right .woocommerce-smart-cart-button.smart-cart-extra-close-button,
.woocommerce-smart-cart-calculation .wsc-button.float-left .woocommerce-smart-cart-button  {
    color: var(--iron_gray) !important;
    background-color: transparent !important;
    top: inherit;
    right: inherit;
    left: inherit;
}

.woocommerce-smart-cart-calculation .text-right .woocommerce-smart-cart-button.smart-cart-extra-close-button:hover,
.woocommerce-smart-cart-calculation .wsc-button.float-left .woocommerce-smart-cart-button:hover  {
    color: var(--white) !important;
    background-color: var(--iron_gray) !important;
}

.woocommerce-smart-cart-quantity input:focus-visible {
    /* outline: none; */
}

.woocommerce-smart-cart-quantity input[type="text"] {
    font-size: 13px !important;
    line-height: 150% !important;
    letter-spacing: 0.1em;
    color: var(--iron_gray);
    font-family: var(--font_Avenir_Next_Demi_Bold);
}

.woocommerce-smart-cart-button, .woocommerce-smart-cart-quantity input.woocommerce-smart-cart-add-item  {
    color: var(--iron_gray) !important;
}

.woocommerce-smart-cart-calculation .woocommerce-smart-cart-calculation-amt>*:not(.extra-smart-cart-data) {
    display: none;
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .free-shipping-progress-section .free-shipping-progress-bar {
    width: 100%;
    overflow: hidden;
    max-height: 18px;
    accent-color: var(--khaki);
}

.woocommerce-smart-cart-calculation-amt .extra-smart-cart-data .free-shipping-progress-section progress::-webkit-tap-highlight-color  {
    background-color: #E5E3E2;
}

.popup-cart-content-overlay .popup-cart-content #popup-cart-info .woocommerce-smart-cart-button {
    font-size: 13px !important;
    line-height: 150% !important;
    letter-spacing: 0.1em !important;
    font-family: var(--font_Avenir_Next_Demi_Bold) !important;
    background-color: var(--iron_gray) !important;
    color: var(--white) !important;
	color: var(--iron_gray) !important;
    background-color: transparent !important;
    border-radius: 15px !important;
    padding: 17px 31px 14px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all ease 0.5s !important;
    border: 1px solid var(--iron_gray) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
}

.popup-cart-content-overlay .popup-cart-content #popup-cart-info .woocommerce-smart-cart-button:hover {
	background-color: var(--iron_gray) !important;
    color: var(--white) !important;
}

@media (max-width: 767px) {
    .popup-cart-content-overlay .popup-cart-content {
        padding: 50px 18px 30px;
    }
    .woocommerce-smart-cart-calculation .wsc-button.float-left {
        width: 100%;
    }
    .woocommerce-smart-cart-calculation .wsc-button.float-right {
        width: 100%;
        margin-top: 15px;
    }
    .popup-cart-content-overlay .popup-cart-content .close-popup-cart {
        top: 15px;
        right: 18px;
    }
}
@media (max-width: 767px) {
    .popup-cart-content-overlay .popup-cart-content {
        padding: 40px 12px 30px;
    }
    .popup-cart-content-overlay .popup-cart-content .close-popup-cart {
        right: 12px;
    }
}