.product-image-detail {
    width: 100%;
}

.child-img {
    padding-top: 10px;
}

.owl-carousel .product-big-img {
    height: 700px;
    overflow: hidden;
}
.owl-carousel .product-big-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}

.child-img.owl-carousel .item-image {
    height: 200px;
    overflow: hidden;
}
.child-img.owl-carousel .item-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}

@media (max-width: 767px) {
    .box__product-gallery {
        height: unset;
    }
    .popup-box {
        flex-direction: column;
    }
    .popup-box .popup-left, .popup-box .popup-right {
        width: 100%;
    }
    .popup-box .popup-right {
        padding: 10px;
    }
    .owl-carousel .product-big-img {
        height: 500px;
        overflow: hidden;
    }
    .child-img.owl-carousel .item-image {
        height: 150px;
    }
}

.owl-nav button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    background: #fff !important;
    border-radius: 50% !important;
    font-size: 30px !important;
    opacity: 0.7;
    z-index: 9999;
    color: #000 !important;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.wrap-description {
    display: inline-block;
    width: 100%;
}
.child-img .item-image {
    border: 1px solid #f7f7f8;
}
.child-img .owl-item .item-image.img-active {
    border-color: #808284;
}

.popup-box {
    background: #fff;
    width: 900px;
    max-width: 100%;
    border-radius: 8px;
    display: flex;
    position: relative;
}

.popup-left {
    width: 55%;
    background: #f5f5f5;
}

.popup-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.popup-right {
    width: 45%;
    padding: 50px 30px;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
}

.popup-right .popup-logo {
    margin-bottom: 80px;
}
.popup-right .link-signup:hover {
    color: #fff;
}

.popup-desc {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.5;
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-form input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.popup-form button {
    padding: 12px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.popup-form button:hover {
    opacity: 0.85;
}

#buynow {
    background: #fff;
    border: 1px solid #252a2b;
    color: #252a2b;
    margin-top: 10px;
}
.multinventory {
    display: none;
}
.layered-content.filter-price .check-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layered-content.filter-price .check-box-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.layered-content.filter-price .check-box-list li input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    display: block;
}

.layered-content.filter-price .check-box-list li a {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 4px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    transition: 0.2s;
}

.layered-content.filter-price .check-box-list li:hover a {
    color: #000;
}

.layered-content.filter-price .check-box-list li.active a {
    font-weight: 600;
}

.layered-content.filter-price .check-box-list li .button {
    display: none;
}
.layered-content.filter-price .check-box-list li input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #888;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    background: #fff;
    margin-top: 0;
}
.layered-content.filter-price .check-box-list li.active input[type="checkbox"] {
    border-color: #333;
    background: #333;
}
.layered-content.filter-price .check-box-list li.active input[type="checkbox"]::after {
    content: "✔";
    position: absolute;
    top: -2px;
    left: 2px;
    font-size: 14px;
    color: #fff;
}
.layered .layered_subtitle {
    padding: 10px 0 0;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .popup-left img {
        height: 100%;
    }
    .popup-right .popup-logo {
        width: 100%;
        height: 35px;
    }
    .fancybox-inner {
        height: 100% !important;
    }
    .wrapper-collection-1 .product-img {
        min-height: 143px !important;
    }
    .pro-loop .product-img img {
        height: 100%;
    }
    .header-wrap-icon .wrap-logo img {
        height: 40px;
        object-fit: scale-down;
    }
    .popup-box .popup-left {
        /*position: absolute;*/
        height: 100%;
    }
    .popup-desc h1,.popup-desc span,.popup-desc h5 {
        color: #ffff;
    }
    .popup-box .popup-left:before {
        background: #3333337d;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.link-signup{
    padding: 12px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}