.quantity-selector {
    padding:4px;
    background-color: white;
    border:1px solid #E4E4E4;
    border-radius: 100px;
}
.quantity-selector .qty-input::-webkit-outer-spin-button,
.quantity-selector .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-selector .qty-input
{
    padding:0px;
    border:none;
    border-radius: 4px;
    height: 24px;
    -moz-appearance: textfield;
    appearance: textfield;
    color:#212121;
}
.quantity-selector .qty-btn
{
    height:44px;
    width:44px;
    flex-shrink: 0;
    border:none;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}
.added_to_cart.wc-forward
{
    display: none;
}
.custom-product-form .form-btn
{
    border: 1px solid #0A3644    ;
    padding:12px 40px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    color:#0A3644;
    background-color: transparent;
    cursor: pointer;
}
.custom-product-form .btn-add-to-cart:hover 
{
    color:white !important;
    background-color:#FEE3B5;
    border-color:#FEE3B5;
}
.custom-product-form .form-btn.btn-buy-now
{
    background-color: #0A3644;
    box-shadow: 2px 2px 0px 0px #0A36444D;
    color:white;

}
.custom-product-form .form-btn.btn-buy-now:hover 
{
    opacity:0.8;
}
.custom-product-form .current-price
{
    color:#0A3644;
    font-size: 32px;
    font-weight: 500;

}
.custom-product-form .original-price
{
    color:#C4C4C4;
    font-weight: 500;
    font-size: 20px;
    margin-right:12px;
}
.custom-product-form .custom-product-variations
{
    margin-bottom: 40px;
}
.custom-product-form .custom-product-variations .variation-group:nth-child(n+2)
{
    margin-top:40px;
}
.custom-product-form .custom-product-price
{
    margin-bottom: 40px;
}
.custom-product-form .variation-label
{
    color:#0A3644;
    font-weight: 700;
}
.custom-product-form .variation-options
{
    margin-top:24px;
    overflow: auto;
}
.custom-product-form .variation-options label
{
   padding: 7.5px 32px;
   border:1px solid #C4C4C4;
   background-color:white;
   border-radius: 100px;
   cursor: pointer;
   position: relative;
   overflow: hidden;
   font-weight: 300;
   flex-shrink: 0;
}
.custom-product-form .variation-options label.checked
{
    border-color: #0A3644;
    color:#0A3644;
}
.custom-product-form .variation-options label.checked::before
{
    content: "";
    display: block;
    height: 31px;
    width: 31px;
    background-image: url(/wp-content/themes/yootheme-ngoclinh/img/checkmark.png);
    position: absolute;
    right: 0px;
    top: 0px;
}
.gradient-showmore .gradient
{
    position:absolute;
    top:156px;
   background: linear-gradient(180deg, rgba(95, 32, 43, 0) 0%, #0A3644  98.02%);
	height:calc(100% - 156px);
    width:100%;
    left:0px;
    border-radius:24px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.button-showmore
{
    margin-bottom:24px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:7px 24px;
    background-color:transparent;
    border:1px solid white;
    box-shadow:none;
    color:white;
    border-radius:8px;
    cursor:pointer;
    position: absolute;
    left:50%;
    bottom: 0px;
    transform: translate(-50%,0px);
}
.showmore-content .uk-card-default 
{
    max-height:500px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.showmore-content .uk-card-default.expanded {
    max-height: none;
}
@media(max-width:960px)
{
    .custom-product-form .original-price
    {
        font-size: 16px;
    }
    .custom-product-form .variation-options label
    {
        font-size: 14px;
        padding:8px 16px;
    }
    .custom-product-form .variation-options label.checked::before
    {
        height:25px;
        width:25px;
    }
    .custom-product-form .current-price
    {
        font-size: 23px;
    }
    .quantity-selector .qty-btn
    {
        height:35px
    }
    .discount-badge
    {
        font-size: 12px;
    }
    .custom-product-form .variation-label
    {
        font-size: 16px;
    }
    .custom-product-form .variation-options
    {
        gap:16px;
    }
    .custom-product-actions
    {
        flex-wrap: wrap;
    }
    .quantity-selector .qty-input
    {
        width:36px;
        
    }
    .custom-product-form .form-btn
    {
        font-size: 16px;
        padding: 8px 30px;
    }
    .custom-product-actions .btn-buy-now {
        flex: 0 0 100%;
        width: 100%;
    }
    .button-showmore
    {
        font-size: 14px;
    }
    .custom-product-form .variation-options
    {
        margin-top:16px;
    }
    .custom-product-form .custom-product-variations .variation-group:nth-child(n+2)
    {
        margin-top:24px;
    }
    .custom-product-form .custom-product-price,
    .custom-product-form .custom-product-variations
    {
        margin-bottom: 24px;
    }
}