/* Header */
.store-header {
    position: static !important;
}

section.jo-hero-section .my-slide > div:first-child,
section.jo-hero-section .my-slide .arrows,
.dis_background,
.pro_addit {
    display: none;
}
section.jo-hero-section .my-slide {
    background-size: cover !important;
    background-position: 90% !important;
}
@media (min-width: 768px) {
    section.jo-hero-section .my-slide {
        height: 600px !important;
    }
    section.jo-hero-section .my-slide .subtext {
        font-size: 20px;
    }
}
@media (min-width: 1280px) {
    section.jo-hero-section .my-slide {
        height: 1080px !important;
    }
    section.jo-hero-section .my-slide .subtext {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    section.jo-hero-section .my-slide {
        height: 300px !important;
    }
    section.jo-hero-section .my-slide .text-container {
        align-items: center;
    }
    section.jo-hero-section .my-slide .text-container a {
        text-align: center !important;
    }
    section.jo-hero-section .my-slide .subtext {
        font-size: 14px;
    }
    section.jo-hero-section .my-slide .block-title {
        font-size: 25px;
    }
    section.jo-hero-section .mybutton {
        padding: 6px 22px;
    }
    section.jo-hero-section i {
        padding: 6px;
    }
    section.jo-hero-section .my-slide::before {
        content: "";
        background-image: linear-gradient(0deg, #ffffff88 60%, transparent);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* cats */
@media (min-width: 1024px) {
    section.jo-categories .swiper-wrapper {
        justify-content: center;
    }
}

/* Testimonials Icon */
i.sicon-quote {
    color: #c99986;
}

/* products-banner-slider */
section.products-banner-slider .bg-black\/40,
section.products-banner-slider .text-background.leading-tight,
.promotext {
    display: none;
}
@media (max-width: 768px) {
    section.jo-hero-section .my-slide .subtext {
        font-size: 16px;
    }
}
.opacity-70 {
    opacity: 1;
}
@media (max-width: 768px) {
    section.jo-hero-section .my-slide .block-title {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #mainnav .logo_size {
        height: unset
    }
    .navbar-brand img {
        max-height: 5rem;
        width: auto;
        max-width: unset;
    }
    #mainnav .flex.relative > * {
        flex-basis: 33%;
    }
    /*  */
    section.jo-hero-section,
    section.jo-hero-section .hero-wrapper {
        margin-bottom: 0;
    }
    section.jo-Why-choose-us {
        scale: 0.8;
        margin-top: -2rem
    }
    section.jo-Why-choose-us .container {
        margin-bottom: 0;
    }
}