@media only screen and (max-width: 900px) {
    #mobile {
        display: block !important;
    }

    #desktop {
        display: none !important;
    }

    .blog-post .blog-avatar {
        width: 120px;
        height: 120px;
        float: left;
    }

    .blog-post .blog-content {
        width: calc(100% - 120px);
        height: 120px;
    }

    .blog-post {
        height: 140px;
    }

    .blog-description {
        display: none;
    }

    .blog-post .blog-content h2 {
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    article.banner-category .banner-category {
        width: 100%;
        margin: 30px 0;
    }

    article.banner-category {
        width: 100%;
        position: unset !important;
        display: inline-block;
        bottom: 0px;
        z-index: 99;
    }

    .banner-category .banner-items {
        width: calc(100% / 2);
    }

    footer#footer {
        background: #94684b;
    }

    article.menu-order {
        width: 100%;
    }

    #top-bar {
        display: none !important;
    }

    .product-info.summary.col-fit.col.entry-summary.product-summary {
        padding-top: 30px !important;
    }

    div#masthead {
        background: #fff !important;
    }
    .archive .swiper-slide {
        width: 100% !important;
    }
    .titlesq {
        font-size: 13px !important;
    }
    .row-footer-top {
        flex-wrap: wrap !important;
        padding: 0px 15px !important;
        margin: 0px !important;
    }
    .row-footer-top .col-left {
        width: 100% !important;
        gap: 8px !important;
    }
    .row-footer-top .col-right {
        width: 100% !important;
        flex-direction: column !important;
    }
    .box-col-right {
        display: flex;
        flex-direction: column;
    }
    .footer-top {
        padding: 30px 15px;
        background-size: cover;
    }
    .right-box-ft {
        flex-wrap: wrap;
        display: flex;
        gap: 12px !important;
    }
    .search-form-cs.search-form-home {
        width: 100% !important;
        left: 0 !important;
    }
    .box-header {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .search-form-cs {
        position: static !important;
    }
    .mobile {
    }
    .filter-product .col-9 {
        width: 100%;
    }
    .exit-filter {
        position: absolute;
        color: #ffff;
        right: 0;
        background-color: red;
        width: 30px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-right: -39px;
    }
    .row-grid-left{
        display: none !important;
    }
    .row-grid-right{
        display: none !important;
    }
    .products.row{
        margin: 0px !important;
    }
    @-webkit-keyframes fadeInLeft {
        from {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
        }
      
        to {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
      @keyframes fadeInLeft {
        from {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
        }
      
        to {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
      
      .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s; /* Add duration */
        animation-duration: 1s; /* Add duration */
        -webkit-animation-fill-mode: both; /* Add fill mode */
        animation-fill-mode: both; /* Add fill mode */
      }
    .row-single-product{
        display: flex;
        flex-direction: column;
        gap:12px;
    }
    .row-single-product .col-1{
        width: 100% ;
    }
    .row-single-product .col-2{
        width: 100% ;
    }
    .row-single-product .col-3{
        width: 100% ;
    }
    .mfp-content{
        padding:0px !important;
        top:-225px !important;
    }
    .menu-item.menu-item-type-post_type a{
        font-size: 16px !important;
        color: black !important;
    }
    li.header-search-form.search-form{
        display: none !important;
    }
  
    .row{
        width: 100% !important;
        margin: 0px !important;
    }
    .single-product .row-single-product {
        display: flex;
        flex-direction: column !important;
    }
    .single-product .row-single-product .col-1{
        width: 100% !important;
    }
    .single-product .row-single-product .col-2{
        width: 100% !important;
    }
    .single-product .row-single-product .col-3{
        width: 100% !important;
    }
      
}
