

.custom-single-product-form .qty-wrap{
    border:1px solid #e5e5e5;
    width:fit-content;

}

.custom-single-product-form .qty-input{
        border: none;
    width: 50px;
    height: 54px;
    text-align: center;
    outline: none;
    padding: 0;
    margin: 0;
    height: 54px;
    font-weight: 500;
    font-size: 18px;
}

.custom-single-product-form .qty-minus,
.custom-single-product-form .qty-plus{
       border: none;
    width: 45px;
    height: 54px;
    padding: 0px;
}

.custom-single-product-form .add-to-cart-btn{
    height:55px;
    font-weight:700;
    letter-spacing:1px;
}
.variation-options
{
    gap:8px;
}
.custom-single-product-form .variation-button
{
        line-height: 40px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.added_to_cart.wc-forward
{
    display: none !important;
}
.product-price:not(:has(del)) .woocommerce-Price-amount
{
    font-size: 30px;
    font-weight: 700;
}
.product-price:has(del) ins {
    font-size: 24px;
    
}
#guide-line .guide-modal{
    padding: 35px;
    border-radius: 0;
}

#guide-line .uk-modal-title{
    font-size: 38px;
    font-family: serif;
    font-weight: 400;
    margin-bottom: 35px;
    color: #222;
}

#guide-line .guide-image{
    background: #f7f7f7;
    padding: 20px;
}

#guide-line .guide-size-item{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 0;
}

#guide-line .guide-size-badge{
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}

#guide-line .guide-size-cm{
    font-size: 28px;
    line-height: 1.2;
    color: #222;
}

#guide-line .guide-size-inch{
    font-size: 18px;
    color: #999;
    margin-top: 3px;
}

#guide-line hr{
    margin: 10px 0;
    border-top: 1px solid #e5e5e5;
}

#guide-line .guide-footer{
    margin: 35px -35px -35px;
    padding: 18px 35px;
    background: #f4ede6;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8b7f73;
    font-size: 14px;
}

#guide-line .uk-modal-close-default{
    top: 20px;
    right: 20px;
    color: #999;
}

@media(max-width: 767px){

    #guide-line .guide-modal{
        padding: 25px 20px;
    }

    #guide-line .uk-modal-title{
        font-size: 28px;
        margin-bottom: 25px;
    }

    #guide-line .guide-size-cm{
        font-size: 22px;
    }

    #guide-line .guide-size-inch{
        font-size: 15px;
    }

    #guide-line .guide-footer{
        margin: 25px -20px -20px;
        padding: 15px 20px;
        align-items: flex-start;
    }

}