/*------------------------------------
Media Query For Other Devices
------------------------------------*/

@media (min-width: 768px) {
    #header {
        height: 261px;
    }
    #header .header__text h3 {
        max-width: 169px;
        left: 32%;
        font-size: 1rem;
    }
    #footer {
        padding: 2.4rem 0;
        padding-bottom: 0.9rem;
    }
}

@media (min-width: 992px) {
    .searchbox {
        float: right;
    }
    #header {
        height: 348px;
    }
    #header .header__text h3 {
        max-width: 244px;
        left: 31%;
        font-size: 1.4rem;
    }
    #shopNow {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #productBanner {
        min-height: 315px;
    }
    #productBanner h3 {
        font-size: 2rem;
        max-width: 383px;
    }
    #testimonial {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .dropping__menu {
        width: 200px !important;
    }
    #header {
        height: 436px;
    }
    #header .header__text h3 {
        max-width: 345px;
        left: 28%;
        font-size: 2rem;
    }
}


/*# sourceMappingURL=mediaQuery.css.map */

@media screen and (max-width:768px) {
    #header {
        height: inherit;
    }
    #ProductInner .singleProduct {
        flex-direction: column !important;
        align-items: center !important;
    }
    #header .banner__slides .owl-nav .owl-prev,
    #header .banner__slides .owl-nav .owl-next {
        font-size: 60px;
    }
    #shopNow .product {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 10px;
    }
    .product__Image {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1200px) {
    #shopNow .product {
        flex-direction: column-reverse;
    }
    .product__Image {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {
    .site-title {
        font-size: 25px;
    }
}