img{
    height: auto;
}
.img-contain{
    object-fit: contain;
    height: 100%;
}
.pop-up-header{
    display: none;
}
p{
    margin-bottom: 15px;;
}
p:last-child{
    margin-bottom: 0;
}
.about-side-link.active {
opacity: 100;
}
.about-side-link.active .about-side-icon-b {
display: block;
}
.w-checkbox input:checked + .w-checkbox-input {
border: 1px solid var(--grey);
background-color: var(--grey);
background-image: url('../images/invoice-checkbox-tick.svg');
background-position: 50%;
background-size: 70%;
background-repeat: no-repeat;
}
.w-checkbox input:checked + .w-checkbox-input.all{
    background-color: var(--white);
    background-image: url('../images/invoice-checkbox-tick-black.svg');
}
[v-cloak]{
display: none!important;
}
.popup{
    z-index: 999;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
}
.popup .login-container{
    display: block!important;
}
/* .popup, .pop-up-header{
    overflow: auto;
    min-height: 100vh;
}
.pop-up-b{
    height: auto;
    max-height: none;
    overflow: visible;
}
.pop-up-close-bg{
    position: fixed;
} */
.filter-top-b{
    padding-top: 20px;
    padding-bottom: 20px;
}
.filter-form-b{
    padding-top: 20px;
}
.filter-choice-b{
    padding-bottom: 10px;
}

.detail-title{
    font-size: 25px;
    line-height: 130%;
    font-weight: 600;
}
.firework-detail-b{
    padding-top: 15px;
}
.firework-detail-thumb-slider-b{
    margin-top: 20px;;
}
.product-detail-img-b{
    background-color: var(--white);
}

@media (max-width: 767px) {
    .detail-title{
        font-size: 18px;
    }
}