/* ------------------------------ Dev.css ------------------------------ */

.hero-banner-slider .swiper-wrapper {
    max-height: 700px;
}

.hero-banner-slider .slider-wrap .image {
    position: relative;
}

.hero-banner-slider .slider-wrap .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-banner-slider .box-content {
    z-index: 2;
}

.footer-bottom-wrap {
    justify-content: center;
}

.brand-marquee.fade-edge .infiniteslide_wrap::before {
    background: linear-gradient(to right, #f7f7f7, transparent);
}

.brand-marquee.fade-edge .infiniteslide_wrap::after {
    background: linear-gradient(to left, #f7f7f7, transparent);
}

.brand-marquee .infiniteslide.tf-brand {
    gap: 30px;
}

.brand-marquee .brand-item {
    max-width: 150px;
}

.about-us .flat-title-2 {
    gap: 45px;
}

.about-us .flat-title-2 .box-title {
    flex: 0 0 40%;
}

.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity {
    display: none;
}

.wd-product-descriptions table td {
    padding: 3px 6px;
    border: 1px solid #b6b6b6;
    width: 50%;
}

.wg-cls.style-abs2 .image {
    width: 100%;
    height: 100%;
    max-height: 450px;
}

.certi-sec a {
    pointer-events: none;
}

.certi-sec img {
    max-height: 478px;
    object-fit: contain !important;
}


/* --------------- Responsive CSS --------------- */

@media(min-width:576px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(min-width:1400px) {}

@media(min-width:1600px) {}

@media(max-width:479px) {}

@media(max-width:575px) {}

@media(max-width:767px) {
    .menu-tab-line {
        justify-content: flex-start !important;
    }
}

@media(max-width:991px) {}

@media(max-width:1024px) {}

@media(max-width:1199px) {
    header {
        padding: 10px 0;
    }
    header .tf-btn .icon {
        display: none;
    }
    .about-us .flat-title-2 {
        gap: 25px;
        text-align: center;
    }
}

@media(max-width:1399px) {}

@media(max-width:1599px) {}

@media screen and (max-width: 1799px) and (min-width: 1600px) {}

@media screen and (max-width: 1599px) and (min-width: 1400px) {}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .tf-btn {
        padding: 10px 20px;
    }
    .certi-sec img {
        max-height: 404px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 767px) and (min-width: 576px) {
    header .tf-btn {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 575px) and (min-width: 480px) {
    header .tf-btn {
        font-size: 11px;
        line-height: 1.5;
        padding: 6px 10px;
    }
}

@media screen and (max-width: 479px) and (min-width: 380px) {
    header .tf-btn {
        font-size: 8px;
        line-height: 1.5;
        padding: 5px 7px;
    }
}

@media screen and (max-width: 379px) {
    header a.tf-btn {
        display: none;
    }
}