/* Extra small devices (portrait phones, less than 576px)*/



        @media only screen and (max-width: 1024px) {
            .slick-list {
                height: 650px !important;
            }
        }

        @media only screen and (max-width: 991px) {
            .slick-list {
                height: 435px !important;
            }
        }

        @media only screen and (max-width: 767px) {
            .slick-list {
                height: 435px !important;
            }
        }

        @media only screen and (max-width: 575px) {
            .slick-list {
                height: 430px !important;
            }
        }

        @media only screen and (max-width: 480px) {
            .slick-list {
                height: 400px !important;
            }
        }


@media (max-width: 575.98px) {
.offer-img {
        height: auto;
    }
.offer-img-small {
    height: auto;
}
.video-height {
    height: auto;
}
.video-border {
    padding: 4px !important;
    background: #fff;
    margin-left: 0px;
    margin-top: 5px;
}
.offer-header {
    font-size: 30px;
    text-align: center;
    padding: 10px 0px;
}
.category-title {
    font-size: 24px !important;
}
.product-image img {
    height: auto;
}
.thumbnail>a>img {
    height: 160px;

}
.animated-icon>img {
    height: auto;
}
.gstore-breadcrumb {
    padding: 18px 0 18px;

}
.breadcrumb-content h2 {
    font-size: 28px;
}


}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.offer-img {
        height: auto;
    }
.offer-img-small {
    height: auto;
}
.video-height {
    height: auto;
}
.video-border {
    padding: 4px !important;
    background: #fff;
    margin-left: 0px;
    margin-top: 5px;
}
.offer-header {
    font-size: 30px;
    text-align: center;
    padding: 10px 0px;
}
.category-title {
    font-size: 26px !important;
}
.product-image img {
    height: auto;
}
.thumbnail>img {
    height: auto;
}
.animated-icon>img {
    height: auto;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo-title h1 {
            font-size: 23px;
    }
    .gshop-navmenu ul li a {
        padding: 5px 6px;
        font-size: 13px;
    }
    .category-title {
        font-size: 25px !important;
    }
        .fs-5 {
            font-size: 1rem !important;
        }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
.logo-title h1 {

        font-size: 26px;
}
.gshop-navmenu ul li a {
    padding: 5px 7px;
}
.category-title {
    font-size: 30px !important;
}
.offer-header {
    font-size: 33px;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   
}