@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ps-logo img {
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .container {
    min-width: 1140px;
  }

  /* .menu--product-categories .menu__content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    z-index: 1000;
    min-width: 100%;
    padding-top: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    transform: scale3d(1, 1, 0) translateY(30px);
  } */


}

@media (max-width: 1600px) {}

@media (max-width: 1200px) {
  .ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
    max-height: 410px;
  }

  .ps-product--detail .ps-product__variants .item.slick-current img {
    max-height: 80px;
  }

}


@media (max-width: 1199.98px) {
  .ps-logo img {
    height: 60px;
  }

  .header .header__actions>* {
    margin: 0 10px;
  }

  .header__content-left.header__content-mobile {
    display: none !important;
  }

  .header--standard .header__content-center {
    text-align: start;
  }

  .header--standard .header__content {
    padding: 16px 0;
  }

  .maxOwlWidth {
    width: 210px;
  }

  .header {
    display: block !important;
  }

  .header--standard {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .maxOwlWidth {
    width: 150px;
  }
}


@media (max-width: 767px) {
  .ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
    max-height: 330px;
  }


  .ps-block--user-header {
    margin-left: 0 !important;
  }

  .header--mobile .navigation--mobile {
    padding: 10px 15px;
  }

  .ps-product--detail .ps-product__thumbnail .ps-product__variants {
    padding: 0 20px;
  }
  .ps-layout__left_add {
    width: 100%;
    margin-right: 0;
  }


}

@media (min-width: 576px) and (max-width: 767px) {
  .owl-carousel.product-banner .owl-stage-outer {
    height: 210px;
  }
}


@media (max-width: 575px) {

  .header .header__extra>i {
    font-size: 26px;
  }

  .header .header__actions>* {
    margin: 0 5px;
  }

  .header--standard .header__content {
    padding: 14px 0;
  }

  .ps-product .ps-product__thumbnail img {
    max-height: 144px;
  }

  .maxOwlWidth {
    width: auto;
  }

  .navigation__right .header__action .header__actions .ps-cart--mini:nth-child(3) {
    display: none;
  }

  .categoriesr_thumbnail {
    width: 100%;
    height: 125px;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
  }
  .owl-carousel.product-banner .owl-stage-outer {
    height: auto;
    margin-bottom: 20px;
}

}

@media (max-width: 479px) {


}