/* Add custom CSS styles below */ 
@media screen and (max-width:768px) {
    header.store-header {
        position: static;
    }
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 40px;
    max-width: 40px;
}
.inner.add-blur {
    height: 49px;
    padding-top: 0px;
}
.main-nav-container {
    min-height: 40px;
    height: 64px !important;
}
.navbar-brand img {
    max-width: 50px;
}
 header.store-header .header-btn {
    height: 22px;
}
 header.store-header .search-btn {

    padding: 0px;
}
}
/********************/
.top-navbar {
display: none;
}
/*---heading------------------*/
.image-title {
    margin-bottom: 25px;
}

@media screen and (max-width:768px) {
    .g-products .image-title {
        margin-bottom: 44px;
    }
  .g_cat .grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.g_cat  h3{
    font-size: 13px;  
    }
}
/*--------height-of-video---------------------*/
#video-banner {
    margin-bottom: 50px;
    height: 700px !important;
}

@media screen and (max-width:768px) {
    #video-banner {
        margin-bottom: 50px;
        height: 230px !important;
    }
}

#video-banner .absolute {
    width: 100% !important;
    right: 0px;
    justify-content: center;
}
@media screen and (max-width:768px) {
.g-products .s-products-slider-card  img{
    min-height: 125px;
    height: 110px;
}
.landing-page-first-bannar h1.animate__animated{
    font-size: 15px;
    line-height: 20px;
}
.banner_ad .item-text {
    font-size: 15px;
}
}
/**************************/
.product-single .main-content  h1 {
    font-size: 14px;
}
.s-quantity-input-container {
    height: 1.5rem;
}
.total-price {
    font-size: 10px;
}
.sticky_bar > div{
height: 48px;
}
/*section.p-5.rounded-md.rounded-b-none.sticky-product-bar.flex.flex-col.bg-bar {
  
    bottom: 47px !important;
}*/
section.sticky_bar {
    bottom: 22px !important;
}
.whatsapp-info.fixSingle {
    bottom: 210px;
    right: 10px;
}

.product-index .s-product-card-vertical {
    height: 100% !important;
}