.header--market-place-3 .navigation .container {
  position: relative;
}

.header--market-place-3 .menu--recent-view {
  position: static;
}

.header--market-place-3 .menu--recent-view .menu-item-has-children {
  position: static;
}

.header--market-place-3 .menu--recent-view .menu-item-has-children a {
  font-size: 16px;
}

.header--market-place-3 .menu--recent-view .menu-item-has-children:hover .navigation__recent-products {
  visibility: visible;
  opacity: 1;
}

.header--market-place-3 .navigation__recent-products {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 1170px;
  width: 100%;
  padding: 20px 50px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-top: 0;
  z-index: 100;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
}

.header--market-place-3 .navigation__recent-products p {
  margin-bottom: 0;
  text-align: center;
}

.header--market-place-3 .navigation__recent-products p a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}

.header--market-place-3 .navigation__recent-products .owl-nav .owl-prev {
  margin-left: -30px;
}

.header--market-place-3 .navigation__recent-products .owl-nav .owl-next {
  margin-right: -30px;
}

.header--market-place-3 .navigation__recent-products .owl-slider .owl-item a {
  display: block;
  padding: 10px;
  border: 1px solid transparent;
}

.header--market-place-3 .navigation__recent-products .owl-slider .owl-item a:hover {
  border-color: #fcb800;
}

.header--market-place-3.header--sticky .header__top .menu--product-categories span {
  display: block;
}

.header--market-place-3.header--sticky .header__top .menu--product-categories .menu__content:before {
  right: auto;
  left: 55px;
}

.header--market-place-3.header--sticky .header__top .menu--product-categories:hover .menu__content {
  transform: translateY(8px);
}

#homepage-5 {
  padding: 70px 0;
  background-color: #eeeeee;
}

#homepage-5 .ps-home-banner {
    margin-bottom: 20px;
}

#homepage-5 .ps-home-banner ul, #homepage-5 .ps-home-banner ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#homepage-5 .ps-home-banner .owl-slider .owl-item img {
  width: 100%;
}

#homepage-5 .ps-home-banner .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#homepage-5 .ps-home-banner .container > * {
  width: 100%;
}

#homepage-5 .ps-home-banner .ps-section__left {
  position: relative;
  max-width: 285px;
  background-color: #ffffff;
}

#homepage-5 .ps-home-banner .ps-section__left .menu--dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

#homepage-5 .ps-home-banner .ps-section__left .menu--dropdown > li > a {
  line-height: 16px;
}

#homepage-5 .ps-home-banner .ps-section__left .mega-menu {
  z-index: 100;
  min-height: 100%;
}

#homepage-5 .ps-home-banner .ps-section__center {
  max-width: calc(100% - 270px);
  background-color: #ffffff;
}

#homepage-5 .ps-home-banner .ps-section__center img {
  width: 100%;
}

#homepage-5 .ps-home-banner .ps-section__center .owl-slider {
  max-width: 100%;
}

#homepage-5 .ps-home-banner .ps-section__right {
  max-width: 3820px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

#homepage-5 .ps-home-banner .ps-section__right > a {
  display: block;
  max-width: 50%;
  width: 100%;
}

#homepage-5 .ps-home-banner .ps-section__right > a img {
  width: 100%;
}

#homepage-5 .ps-home-banner .ps-section__right > a.wide {
  max-width: 100%;
}

@media (max-width: 1199px) {
  #homepage-5 {
    padding: 20px 0;
  }
  #homepage-5 .ps-home-banner .ps-section__left {
    display: none;
  }
  #homepage-5 .ps-home-banner .container .ps-section__center {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #homepage-5 .ps-home-banner .container {
    flex-flow: column wrap;
  }
  #homepage-5 .ps-home-banner .container .ps-section__center {
    max-width: 100%;
  }
  #homepage-5 .ps-home-banner .container .ps-section__right {
    max-width: 100%;
  }
}

#homepage-5 .ps-latest-arrival {
  margin-bottom: 30px;
}

#homepage-5 .ps-latest-arrival .ps-product .ps-product__price {
  color: #690;
  font-size: 1.1em;
  font-weight: 500;
}

#homepage-5 .ps-latest-arrival .ps-product .ps-product__price del {
  margin-left: 10px;
  font-size: 14px;
}

#homepage-5 .ps-latest-arrival .ps-product .ps-product__price small {
  margin-left: 10px;
  color: red;
}

#homepage-5 .ps-latest-arrival .ps-section__header, #homepage-5 .ps-latest-arrival .ps-section__content {
  background-color: #fff;
}

#homepage-5 .ps-latest-arrival .ps-section__header {
  margin-bottom: 0;
  /*padding: 20px 20px 10px;*/
  padding: 20px 10px 10px;
}

#homepage-5 .ps-latest-arrival .ps-section__content {
  /*padding: 30px 30px 30px;*/
  padding: 30px 10px 30px;
}

#homepage-5 .ps-sponsored {
  margin-bottom: 30px;
}

#homepage-5 .ps-sponsored .ps-product .ps-product__price {
  color: #690;
  font-size: 1.1em;
  font-weight: 500;
}

#homepage-5 .ps-sponsored .ps-product .ps-product__price del {
  margin-left: 10px;
  font-size: 14px;
}

#homepage-5 .ps-sponsored .ps-product .ps-product__price small {
  margin-left: 10px;
  color: red;
}

#homepage-5 .ps-sponsored .ps-section__header, #homepage-5 .ps-sponsored .ps-section__content {
  background-color: #fff;
}

#homepage-5 .ps-sponsored .ps-section__header {
  margin-bottom: 0;
  /*padding: 20px 20px 10px;*/
  padding: 20px 10px 10px;
}

#homepage-5 .ps-sponsored .ps-section__content {
  /*padding: 30px 30px 30px;*/
  padding: 30px 10px 30px;
}

#homepage-5 .ps-deal-of-day {
  margin-bottom: 30px;
}

#homepage-5 .ps-deal-of-day .ps-product .ps-product__price {
  color: #690;
  font-size: 18px;
}

#homepage-5 .ps-deal-of-day .ps-product .ps-product__price del {
  margin-left: 10px;
  font-size: 14px;
}

#homepage-5 .ps-deal-of-day .ps-product .ps-product__price small {
  margin-left: 10px;
  color: red;
}

#homepage-5 .ps-deal-of-day .ps-section__header, #homepage-5 .ps-deal-of-day .ps-section__content {
  background-color: #fff;
}

#homepage-5 .ps-deal-of-day .ps-section__header {
  margin-bottom: 0;
  padding: 20px 20px 10px;
}

#homepage-5 .ps-deal-of-day .ps-section__content {
  padding: 60px 30px 30px;
}

#homepage-5 .ps-home-promotions {
  margin: 0 0 30px;
}

#homepage-5 .ps-block--product-box {
  margin-bottom: 30px;
}

.ps-product__container {
    /*height: 150px;*/
}


.ps-product__sponsored {
    background-color: #fcb800;
    width: 100%;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ps-product__sponsored p {
    color: black;
    font-weight: bold;
}

.ps-category-title {
    background-color:  #fcb800;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
}

/*.ps-section__content {*/
/*    display: flex !important;*/
/*}*/

.product-container {
    display: flex;
    column-gap: 30px;
}

/*
.ps-product {
    width: 200px;
    margin-top: 12px;
    margin-bottom: 12px;
}
*/

/*# sourceMappingURL=market-place-3.css.map */
