

.ps-carousel--animate .slick-dots li {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 10px;
}

.ps-carousel--animate .slick-dots li button {
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  vertical-align: top;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ps-carousel--animate .slick-dots li.slick-active button {
  background-color: #000;
}

.ps-carousel--animate .slick-dots li:last-child {
  margin-right: 0;
}

@media (max-width: 479px) {
  .ps-carousel--animate .slick-dots {
    bottom: 5px;
  }
  .ps-carousel--animate .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.ps-carousel--responsive {
  position: relative;
  z-index: 10;
}

.ps-carousel--responsive .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none !important;
  text-align: center;
}

.ps-carousel--responsive .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.ps-carousel--responsive .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.ps-carousel--responsive .owl-dots .owl-dot.active {
  background-color: #fcb800;
}

@media (max-width: 1199px) {
  .ps-carousel--responsive {
    margin-bottom: 3rem;
    padding-bottom: 30px;
  }
  .ps-carousel--responsive .owl-nav {
    display: none;
  }
  .ps-carousel--responsive .owl-dots {
    display: block !important;
  }
}

.ps-carousel--product-box {
  overflow: hidden;
}

.ps-carousel--product-box .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.ps-carousel--product-box .owl-nav > * {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 40px;
}

.ps-carousel--product-box .owl-nav > * > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.ps-carousel--product-box .owl-nav .owl-prev {
  padding-right: 2px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.ps-carousel--product-box .owl-nav .owl-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.ps-carousel--product-box .owl-nav .owl-next i {
  padding-left: 2px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.ps-carousel--product-box .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.ps-carousel--product-box .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ps-carousel--product-box .owl-dots .owl-dot:hover, .ps-carousel--product-box .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.ps-carousel--product-box .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.ps-carousel--product-box:hover .owl-nav .owl-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ps-carousel--product-box:hover .owl-nav .owl-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ps-carousel--nav-inside {
  overflow: hidden;
}

.ps-carousel--nav-inside .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.ps-carousel--nav-inside .owl-nav > * {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ps-carousel--nav-inside .owl-nav > * > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

.ps-carousel--nav-inside .owl-nav .owl-prev {
  padding-right: 2px;
}

.ps-carousel--nav-inside .owl-nav .owl-next {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.ps-carousel--nav-inside .owl-nav .owl-next i {
  padding-left: 2px;
}

.ps-carousel--nav-inside .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.ps-carousel--nav-inside .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ps-carousel--nav-inside .owl-dots .owl-dot:hover, .ps-carousel--nav-inside .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.ps-carousel--nav-inside .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.ps-carousel--nav-inside.second .owl-nav > * {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.3);
}

.ps-carousel--nav-inside.second .owl-nav > * i {
  font-size: 18px;
  color: #ffffff;
}

.ps-carousel--nav-inside.second .owl-nav > *:hover {
  background-color: #000;
}

.ps-carousel--nav-inside.second .owl-nav .owl-prev {
  margin-left: 20px;
}

.ps-carousel--nav-inside.second .owl-nav .owl-next {
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .ps-carousel--nav-inside .owl-nav {
    display: none;
  }
  .ps-carousel--nav-inside .owl-dots {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.ps-carousel--dots .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.ps-carousel--dots .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ps-carousel--dots .owl-dots .owl-dot:hover, .ps-carousel--dots .owl-dots .owl-dot.active {
  background-color: #fcb800;
}

.ps-carousel--dots .owl-dots .owl-dot:last-child {
  margin-right: 0;
}


/*0 */

.header--market-place-4 .ps-dropdown a:hover {
    color: #ffffff;
  }
  
  .header--market-place-4 .header__extra span {
    background-color: #000;
  }
  
  .header--market-place-4 .header__extra span i {
    color: #ffffff;
  }
  
  .header--market-place-4 .ps-block--user-header a:hover {
    color: #fff;
  }
  
  .header--market-place-4 .header__top {
    background-color: #dba500;
  }
  
  .header--market-place-4 .header__top .header__left p {
    color: #000;
  }
  
  .header--market-place-4 .header__top .header__top-links li:after {
    border-color: #a37000;
  }
  
  .header--market-place-4 .header__top .header__top-links li > a {
    color: #000;
  }
  
  .header--market-place-4 .header__content {
    background-color: #fcb800;
  }
  
  .header--market-place-4 .header__content .container {
    -webkit-box-align: start;
            align-items: flex-start;
  }
  
  .header--market-place-4 .header__content .menu--product-categories .menu__toggle span {
    display: none;
  }
  
  .header--market-place-4 .header__center-left {
    padding-top: 10px;
  }
  
  .header--market-place-4 .header__content-center .ps-form--quick-search {
    margin-bottom: 10px;
  }
  
  .header--market-place-4 .header__content-center .ps-form--quick-search button {
    background-color: #000;
    color: #fff;
  }
  
  .header--market-place-4 .header__content-center p {
    margin-bottom: 0;
  }
  
  .header--market-place-4 .header__content-center p a {
    display: inline-block;
    margin-right: 10px;
    color: #000;
  }
  
  .header--market-place-4 .header__content-center p a:hover {
    color: #ffffff;
  }
  
  .header--market-place-4.header--sticky .header__content .container {
    -webkit-box-align: center;
            align-items: center;
  }
  
  .header--market-place-4.header--sticky .header__content .menu--product-categories span {
    display: block;
  }
  
  .header--market-place-4.header--sticky .header__content-center p {
    display: none;
  }
  
  .ps-banner--market-4 {
    position: relative;
  }
  
  .ps-banner--market-4 h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #0098ce;
  }
  
  .ps-banner--market-4 h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2em;
  }
  
  .ps-banner--market-4 h3 strong {
    font-weight: 600;
    color: #669900;
  }
  
  .ps-banner--market-4 .ps-btn {
    margin-top: 20px;
    padding: 12px 24px;
  }
  
  .ps-banner--market-4 .ps-banner__content {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 140px;
  }
  
  @media (max-width: 1680px) {
    .ps-banner--market-4 h4 {
      margin-bottom: 10px;
    }
    .ps-banner--market-4 h3 {
      font-size: 40px;
      line-height: 1.2em;
    }
  }
  
  @media (max-width: 1366px) {
    .ps-banner--market-4 h4 {
      margin-bottom: 10px;
      font-size: 16px;
    }
    .ps-banner--market-4 h3 {
      font-size: 40px;
    }
    .ps-banner--market-4 h3 br {
      display: none;
    }
  }
  
  @media (max-width: 1199px) {
    .ps-banner--market-4 {
      min-height: 400px;
    }
    .ps-banner--market-4 img {
      display: none;
      visibility: hidden;
      opacity: 0;
    }
    .ps-banner--market-4 .ps-banner__content {
      padding: 0 30px;
    }
  }
  
  @media (max-width: 479px) {
    .ps-banner--market-4 h3 {
      font-size: 24px;
    }
    .ps-banner--market-4 p {
      font-size: 12px;
    }
  }
  
  #homepage-6 .ps-home-banner .owl-slider .owl-nav {
    left: 50%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  #homepage-6 .ps-home-banner .owl-slider .owl-nav > * {
    width: 48px;
    height: 48px;
  }
  
  #homepage-6 .ps-site-features {
    padding: 50px 0;
  }
  
  @media (max-width: 767px) {
    #homepage-6 .ps-site-features {
      padding: 30px 0;
    }
  }
  
  #homepage-6 .ps-top-categories {
    padding-bottom: 30px;
  }
  
  @media (min-width: 1680px) {
    #homepage-6 .ps-top-categories .row .col-xl-2 {
      max-width: calc(100% / 6);
    }
  }
  
  #homepage-6 .ps-deal-hot {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  
  @media (max-width: 767px) {
    #homepage-6 .ps-promotions .ps-collection {
      margin-bottom: 30px;
    }
  }

  #homepage-6 .ps-section--gray {
    margin-top: 50px;
    /* padding-bottom: 30px; */
  }