/*
 Theme Name: Diginoiz17
 Template: diginoiz17-parent
 Version: 1.0
*/

/* Free samples cart button disable */
.product-page--free .single-product__price-cart button[name="add-to-cart"],
.product-page--free .single-product__price-cart .price {
    display: none;
}

.nu-product-btn-free {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 999px;
    text-align: center;
    font-size: 8px;
    font-weight: 600;
    transition: 0.2s all;
    border: 2px solid #aaa;
    color: #aaa;
    margin: 0 10px;
}

.nu-product-btn-free:hover {
    background: #aaa;
    color: #fff;
    text-decoration: none;
}

/* Social locker box */
.single-product__price-cart [data-lock-id] {
    margin: 0 auto;
}

.button.alt {
    color: #fff !important;
}
