/*=================================
 Media screen info
=================================*/

@media only screen and (max-width: 1023px) {
    .home-slider .slide-wrap .mobile-img,
    .home-slider .slide-wrap .desktop-img {
        display: none;
    }
    .home-slider .slide-wrap .table-img {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    header.header-wrap {
        padding-top: 20px;
    }
    ul.main-menu {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider .slide-wrap .table-img,
    .home-slider .slide-wrap .desktop-img {
        display: none;
    }
    .home-slider .slide-wrap .mobile-img {
        display: block;
    }
    .gmProduct-mobile {
        display: block;
    }
    .gmProduct-desktop {
        display: none;
    }
    .w-100 {
        width: 100%!important;
    }
    .menu-toggle {
        margin-top: 0;
    }
    header.header-wrap {
        padding-top: 13px;
    }
    header.header-sticky {
        padding-bottom: 13px;
    }
    ul.main-menu>li>a {
        font-size: 14px;
        padding: 16px 10px;
    }
    ul.main-menu>li:after {
        top: 9px;
        right: -2px;
        height: 14px;
    }
    .header-logo .logo img {
        width: 130px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-title {
        margin-top: 10px;
    }
    .home-slider-section {
        margin-bottom: 30px;
    }
    .header-wrap .header-left {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .header-wrap .header-right {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    main.main {
        padding-bottom: 10px;
    }
    .footer-section {
        padding: 15px 0;
    }
    .gmProduct .title {
        font-size: 14px;
        white-space: nowrap;
    }
    .stars {
        font-size: 26px;
    }
    .gmProduct .des {
        min-height: 46px;
    }
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .gmProduct .title {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .stars {
        font-size: 18px;
    }
    .gmProduct .des {
        min-height: 46px;
    }
    .home-slider.owl-theme .owl-dots {
        right: inherit;
        bottom: 0;
        top: inherit;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
        left: 0;
        right: 0;
        bottom: 0;
    }
}