/*=====================================
idap-pro css
======================================*/
@media (max-width: 1199px) {
}

/*=====================================
ipad css
======================================*/
@media (max-width: 991px) {
    .pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item {
        margin-left: 50px;
    }
    .pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link {
        padding: 10px 20px;
    }

    /* section title css */
    .section-title h2 {
        margin-bottom: 40px;
    }
    /* btn style css */
    .btn-style1 {
        padding: 8px 25px;
    }
    /* slider css */
    .slider .home-slider .img-back .h-s-content {
        bottom: 35%;
        width: 60%;
        transform: translateY(35%);
    }
    .slider .home-slider .img-back .h-s-content.slide-c-r {
        left: 8%;
    }
    .slider .home-slider .img-back .h-s-content h1 {
        font-size: 35px;
        margin-top: 9px;
    }
    .slider .home-slider .img-back .h-s-content a {
        margin-top: 16px;
    }
    /* carousel button css */
    .slider .home-slider .owl-nav button.owl-prev {
        left: 20px;
    }
    .slider .home-slider .owl-nav button.owl-next {
        right: 20px;
    }
    .h-t-products1 .trending-products .owl-nav button.owl-prev,
    .testimonial-bg1 .testi-m.owl-carousel .owl-nav button.owl-prev {
        right: -10px;
    }
    .h-t-products1 .trending-products .owl-nav button.owl-next,
    .testimonial-bg1 .testi-m.owl-carousel .owl-nav button.owl-next {
        left: -10px;
    }
    /* grid banner css */
    .t-banner1 .home-offer-banner .o-t-banner .o-t-content {
        right: 15px;
    }
    /* trending product css */
    .h-t-products1 .trending-products .owl-nav button.owl-prev {
        right: -10px;
    }
    .h-t-products1 .trending-products .owl-nav button.owl-next {
        left: -10px;
    }
    .tred-pro .pro-icn {
        bottom: 10px;
    }
    .tred-pro .pro-icn a.w-c-q-icn i {
        opacity: 1;
        visibility: visible;
    }
    .tred-pro:hover .pro-icn a.w-c-q-icn:first-child,
    .tred-pro .pro-icn a.w-c-q-icn:first-child {
        transform: translateX(0px);
        margin-left: 5px;
    }
    .tred-pro:hover .pro-icn a.w-c-q-icn:last-child,
    .tred-pro .pro-icn a.w-c-q-icn:last-child {
        transform: translateX(0px);
        margin-right: 5px;
    }
    .caption .rating {
        margin-top: 10px;
    }
    /* deal countdown css */
    .home-countdown1 .back-img {
        height: 350px;
    }
    .home-countdown1 .back-img .deal-content span.deal-c {
        font-size: 14px;
    }
    .home-countdown1
        .back-img
        .deal-content
        ul.contdown_row
        li.countdown_section
        span.countdown_timer {
        font-size: 24px;
    }
    /* blog css */
    .blog1 .home-blog .blog-start .blog-content {
        padding: 20px;
    }
    /* new letter css */
    .news-letter1 .news-img {
        background-position: top;
    }
    .news-letter1 .home-news {
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .news-letter1 .home-news .news h2.news-title {
        font-size: 20px;
    }
}

/*=====================================
iphone css
======================================*/
@media (max-width: 767px) {
}

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