/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

.new-label {
  position: absolute;
  bottom: 1.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6.4em;
  height: 1.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #f07f3b;
  font-family: montserrat, sans-serif;
  font-size: 0.8em;
  line-height: 1.9em;
}

@media screen and (min-width: 768px) {
  .additional-items {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-out {
    display: none;
  }

  .additional-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .additional-items li {
    position: relative;
    list-style: none;
  }

  .additional-items li a {
    border: 1px solid #4e4e4e;
    border-radius: 16px;
    font-size: 12.px;
    width: 3.167em;
    height: 3.167em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b3b3b3;
    font-family: neue-haas-unica;
    text-transform: uppercase;
    background: #000;
  }

  .additional-items li a span {
    position: absolute;
    background: #f07f3b;
    width: 15px;
    height: 15px;
    font-size: 9px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    top: -0.7em;
    right: -0.7em;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .additional-items li:not(:first-child) {
    margin-left: 1.083em;
  }
}

.hero__new > img {
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero__new:hover > img {
  -webkit-transform: translateY(-50%) scale(1.05);
  -ms-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}

@media screen and (max-width: 460px) {
  .banner .banner__item h3 {
    font-size: 1.2em;
  }

  .banner .banner__item p {
    font-size: 0.8em;
  }

  .banner .banner__item a {
    font-size: 0.625em;
  }
}

@media screen and (max-width: 800px) {
  .page-header__image {
    top: unset;
    bottom: 0;
  }

  .page-header:not(.page-header--oragne) {
    max-height: 184px;
  }
}

.newproducts__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 940px;
  height: 532px;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  background-image: -o-linear-gradient(234deg, #2c2c2c 0%, #000000 100%);
  background-image: linear-gradient(216deg, #2c2c2c 0%, #000000 100%);
  border-bottom: 3px solid #ff781f;
  padding: 44px 65px 59px 65px;
  display: none;
}

.newproducts__popup-close {
  width: 48px;
  height: 42px;
  background-color: #ff781f;
  position: absolute;
  right: 0;
  top: -42px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 800px) {
  .newproducts__popup-close {
    top: 0;
  }
}

@media screen and (min-width: 801px) and (max-height: 600px) {
  .newproducts__popup-close {
    top: 0;
  }
}

.newproducts__popup-close:hover {
  background-color: #fff;
}

.newproducts__popup-close:hover svg path {
  stroke: #000;
}

.popup__heading {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

.popup__products {
  max-width: 100%;
}

.popup__products .owl-stage {
  /* max-width: 100%; */
}

@media screen and (min-width: 801px) {
  .popup__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.popup__product {
  /* background-color: #fff; */
  max-width: 255px;
}

@media screen and (max-width: 800px) {
  .popup__product {
    margin: 0 auto;
  }
}

@media screen and (min-width: 801px) {
  .popup__product {
    width: 31%;
    max-width: 255px;
  }
}

.popup__product .product__data {
  background-color: #fff;
}

.newproducts__popup .product__data {
  min-height: 299px;
  padding-top: 26px;
}

.newproducts__popup .product__link {
  width: 100%;
  border: none;
}

.newproducts__popup .product__link a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  height: inherit;
  width: 100%;
  position: relative;
  padding: 18px 17px;
  display: block;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}

.newproducts__popup .product__link a span {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .newproducts__popup .product__link a {
    font-size: 0.8em;
  }

  .newproducts__popup .product__title {
    font-size: 1em;
  }
}

@media screen and (max-width: 800px) {
  .newproducts__popup .product__link a {
    font-size: 0.6em;
  }

  .newproducts__popup .product__title {
    font-size: 0.8em;
  }
}

.newproducts__popup .popup__product:hover .product__link a {
  background-color: #ff781f;
}

.newproducts__popup .product__link a span svg path {
  fill: #fff;
}

.newproducts__popup .product__title {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  margin-bottom: 23px;
}

.newproducts__popup .popup__product .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.open-newproducts {
  background-color: #ff781f;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  padding: 12px 18px;
  position: fixed;
  right: 0;
  transform: translateX(calc(50% - 27.5px)) rotate(-90deg);
  top: 50%;
  /* -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear; */
  transition: all 0.3s linear;
  cursor: pointer;
  z-index: 9998;
}

@media screen and (max-width: 800px) {
  .open-newproducts {
    font-size: 10px;
    padding: 8px 12px;
    right: 0;
    transform: translateX(calc(50% - 21px)) rotate(-90deg);
  }
}

.open-newproducts:hover {
  background-color: #fff;
  color: #000;
}

.overlay-newproducts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f0f0f;
  opacity: 0.41;
  z-index: 9999;
  display: none;
}

.newproducts__popup .owl-dots {
  max-width: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 15px;
}

.newproducts__popup .owl-dot {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.newproducts__popup .owl-dot.active {
  background: #ff781f !important;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .features__image__label span {
    width: 1.694em;
    height: 1.694em;
    min-width: 1.694em;
    min-height: 1.694em;
  }
}
