.product-box span.out-of-stock{
   background-color: #b4e457 !important;
   font-size: 14px !important;
   font-weight: 600 !important;
}

/* a.cta.disabled {
    background-color: #f2f2f2;
    color: #414042;
pointer-events: none;
} */


/*  */
.all-line {
    padding: 15px 0px;
    width: 90%;
    margin: 15px auto;
    overflow: auto;

}

.all-line .title h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
}

.products,
.bundles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;

}

.product-box {
    position: relative;
}

.product-box img {
    background-color: whitesmoke;
    position: relative;
    margin-bottom: 8px;
}

.product-box img.tap {
    background-color: transparent;
    width: 25px;
    right: 0;
    bottom: 85px;
    position: absolute;
    margin-bottom: 0;
}

.bundles img.tap {
    bottom: 145px;
}

.product-box span.badge {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    color: white;
    z-index: 10;
    display: block;
    padding: 4px 12px;
    text-transform: uppercase;
}

.product-box span.badge.blue {
    background-color: #308dd3;
}

.product-box span.badge.red {
    background-color: #f54500;
}

.product-box h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.product-box p {
    font-size: 14px;
}


.bundles-container h2 {
    font-weight: 400;
    font-size: 25px;
}

.bundles-container .bundle-sub {
    font-size: 18px;
    line-height: 1.3;
}

.bundles {
    margin: 15px 0px;
}

.bundle-main-img {
    margin: 30px auto;
    /* width: 80%; */
    display: block;
}

/* from /cdn/onycostop/assets_v.4.0/css/style.css */
/* modal  */

.modal {
    position: fixed;
    z-index: 60;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    filter: blur(0px);
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(2px);
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.is-visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.popup-content {
    border: 10px solid #2a80b1;
    border-radius: 22px;
    width: 73%;
    margin: 0 auto;
    position: absolute;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-header {
    display: grid;
    grid-template-columns: 1fr 20px;
    text-align: center;

    background-color: #2a80b1;
    padding: 10px 0px;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px;
}

.modal h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: #414042;
}

.modal-header h3 {
    color: white;
    font-size: 27px;
    margin-top: 0;
    margin-left: 15px;
    color: white;
}

.modal-header .close {
    font-size: 26px;
}

.modal-img,
.modal-img img {
    position: relative;
    text-align: center;
}

.modal-img img {
    z-index: 10;
    width: 200px;
}

.modal-img span {
    font-size: 12px;
    background-color: #2a80b1;
    color: white;
    padding: 5px;
    border-radius: 15px;
    position: absolute;
    top: 20px;
    z-index: 100;
    right: 70px;
}

.modal-content {
    padding: 20px;
    background-color: white;
    width: 80%;
    margin: 15px auto;
}


.close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    background-color: transparent;
    border: none;
    font-size: 30px;
}

.modal h2 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 8px 0px;
}

.modal li {
    display: flex;
    align-items: center;
    margin: 8px 0px;
}

.modal li img {
    width: 20px;
    margin-right: 8px;
}

.modal p,
.modal li {
    font-size: 14px;
}

.modal p b {
    text-align: center;
    font-style: italic;
}

.modal .cta {
    display: block;
    width: 50%;
    margin: 8px auto;
    text-align: center;
}

a.cta {
    background-color: #f54400;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 10px 5px;
    text-transform: uppercase;
}

/*  */

@media only screen and (min-width: 992px) {

   .all-line .title h2 {
        font-size: 35px;
    }

    .txt-on-image {
        width: 50%;
        left: unset;
        right: 0;
        font-size: 22px;
    }
 .products {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .bundle-main-img,
    .bundles {
        margin: 0;
    }

    .bundles-container {
        display: grid;
        grid-template-columns: 0.5fr 0.5fr 1fr;
        column-gap: 15px;
        align-items: flex-start;
        margin-top: 30px;
    }

    .modal-content {
        display: grid;
        grid-template-columns: 250px 1fr;
        column-gap: 15px;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modalGallery {
        width: 250px;
        margin: 0;
    }

    .modal h2 {
        text-align: left;
    }

    .modal p,
    .modal li {
        font-size: 16px;
    }

    .modal li img {
        width: 35px;
    }

    .bundles-container {
        margin-top: 50px;
    }

    .bundles-container h2 {
        margin-bottom: 30px;
    }

    .modal-content {
        width: auto;
    }

a.cta {
    font-size: 16px;

    }


}


@media only screen and (min-width: 1200px) {
 .all-line {
        width: 70%;
    }

}
