/* styles for large desktops and down */
@media (max-width: 1200px) {}

/* styles for tablets and small desktops */
@media (max-width: 1024px) {
  .header-main {
    height: auto;
  }

  .header-main .logo {
    left: unset !important;
  }

  .header-main .header-logo {
    margin: auto;
    left: unset !important;
  }
}

/* styles for tablets and large phones */
@media (max-width: 768px) {
  .slogan {
    width: 90%;
  }

  .menu-items-holder li span {
    font-size: 1.5rem;
  }
}

/* styles for small phones */
@media (max-width: 576px) {
  .hide-on-mobile {
    display: none !important;
  }

  .slogan {
    width: 100%;
  }

  .menu-items-holder li {
    padding: 10px;
  }

  .swin-sc-product.products-01.style-02 .products .item {
    flex-direction: column;
  }

  .swin-sc-product.products-01.style-02 .products .img-holder {
    margin-bottom: 20px;
  }

}

@media (max-width: 404px) {

  .cats-flexslider .swiper-pagination {
    bottom: -20px;
  }
}