/*
Compile-Minify: true
Upgrade-Behavior: Protect
Compile-Area: product
Compile-OutputGroup: headtag
Compile-Exports: sb-stocknotifications
Compile-Dependencies: bootstrap, site
Compile-SourceHash: tJS5bXDKWLWDyyr6OiQV9g==
*/

/*
    AE. When adding a specific website style, Upgrade-Behavior: Protect should be added
*/

/* notify modal */
@media (min-width: 576px) {
    .modal.notifyme-modal-container .modal-dialog {
        max-width: 550px;
    }
}

.modal.notifyme-modal-container .modal-header {
    justify-content: center;
}

.modal.notifyme-modal-container .modal-title {
    padding: 10px 0;
}

.modal.notifyme-modal-container .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal.notifyme-modal-container .modal-product-title {
    font-weight: normal;
}

.modal.notifyme-modal-container .btn-orange {
    border-radius: 0;
    font-weight: 700;
    padding: 7px 15px;
    border: 2px solid #ffcb47;
}

.modal.notifyme-modal-container .btn-default {
    border-radius: 0;
    font-weight: 700;
    padding: 7px 15px;
    color: black;
    border: 2px solid black;
    margin-left: .5rem;
}

.sb-stocknotification-email {
    color: #007bff;
}

#sb-stocknotification-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-product-details #AddToCartForm .out-of-stock {
    text-transform: capitalize;
}
.single-product-details .out-of-stock {
    width: 100%;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: 45px;
    color: #323232;
    background-color: #ffcb47;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}
@media (max-width: 991px) and (min-width: 768px) {
    .single-product-details .out-of-stock {
        font-size: 16px;
        padding: 0.375rem 0.15rem;
    }
}
@media (max-width: 400px) {
    .single-product-details .out-of-stock {
        font-size: 16px;
        padding: 0.375rem 0.15rem;
    }
}