button.button.hkskt-coupon-change-button:before {
    content: url(/wp-content/uploads/2024/04/gift_726532.svg);
    width: 25px !important;
    margin-left: 10px;
}

button.button.hkskt-coupon-change-button.clicked:before {
    content: url(/wp-content/uploads/2024/09/loader.svg);
	width: 25px !important;
    margin-left: 10px;
	margin-top:2px;
}


div#hkskt-upsell-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    text-align: center;
    background: rgb(0 0 0 / 80%);
}
.hkskt-popup-products {
    display: flex;
    gap: 10px;
}

.hkskt-upsell-popup-wrapper {
    background: white;
    padding: 30px;
    position: relative;
}
span.hkskt-close-popup {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
}
#hkskt-upsell-popup li.woo-variation-items-wrapper {
    justify-content: center !important;
}
#hkskt-upsell-popup .wvs_archive_reset_variations{
    display:none !important;
}
.hkskt-popup-products .product {
    display: flex;
    flex-direction: column;
}
.hkskt-gift-select-wrapper {
    margin-top: auto;
}
.hkskt-loader-wrapper {
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 50%);
}
.hkskt-loader-wrapper.hkskt-loader-hide {
    display: none;
}
.hkskt-loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #D73989;
    --_m:
            conic-gradient(#0000 10%,#000),
            linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
.woocommerce .cart .button[name="apply_coupon"] {
    float: right;
}

.woocommerce-page table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text {
    width: 30% !important;
}
button.hkskt-gift-select[disabled="disabled"] {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .hkskt-popup-products {
        flex-direction: column;
        gap: 10px;
    }

    div#hkskt-upsell-popup .product {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    div#hkskt-upsell-popup .product .product-image img {
        width: 100px;
        height: initial;
        max-width: none;
    }

    div#hkskt-upsell-popup .product h2.product-name {
        font-size: 16px;
    }

}
