.product-image-badge-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.top-right-badge {
  top: 1rem;
  right: 1rem;
}

.top-left-badge {
  top: 1rem;
  left: 1rem;
}

.bottom-right-badge {
  bottom: 1rem;
  right: 1rem;
}

.bottom-left-badge {
  bottom: 1rem;
  left: 1rem;
}

.category-box.box {
  box-shadow: none;
}

ul.faq {
  list-style: none;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
ul.faq > li {
  border-bottom: 3px solid white;
}
ul.faq > li .question {
  font-weight: bold;
  cursor: pointer;
  background-color: #F2F2F2;
  padding: 0.6rem 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  ul.faq > li .question {
    padding: 2rem 3rem;
    display: flex;
    background: white;
    border-bottom: 1px solid #424343;
  }
}
@media (max-width: 1023px) {
  ul.faq > li .question .title-icon {
    font-size: 90%;
  }
}
@media (max-width: 1023px) {
  ul.faq > li .question .title-icon .fas {
    font-size: 2rem;
  }
}
ul.faq > li .question .title-icon .arrow-up {
  display: none;
}
ul.faq > li .question h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0;
  color: #032344;
}
@media (max-width: 1023px) {
  ul.faq > li .question h3 {
    font-size: 1.6rem;
    width: 90%;
    font-weight: 700;
  }
}
ul.faq > li p {
  display: none;
  padding: 1rem;
  position: relative;
  margin-bottom: 1em;
  font-weight: 300;
  line-height: 1.6em;
}
@media (max-width: 1023px) {
  ul.faq > li p {
    padding: 0 2rem;
    margin-bottom: 1em;
    font-weight: 400;
  }
}
ul.faq > li a {
  text-decoration: underline;
  font-weight: 700;
}

ul.faq > li.active .title-icon .arrow-up {
  display: block;
}

ul.faq > li.active .title-icon .arrow-down {
  display: none;
}

@media (max-width: 1023px) {
  body.single-product #breadcrumbs {
    display: none;
  }
  body.single-product .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #787878;
    background-color: #fff;
    width: 1rem;
    height: 1rem;
    margin: 0 1rem;
    opacity: 1;
    transition: all 0.13s ease-in-out;
  }
  body.single-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.4);
    transform-origin: center;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background: #424343;
  }
  body.single-product .product-overview--brand.mobile-only {
    text-align: center;
    padding: 1.5rem 0;
    display: block;
    position: relative;
  }
  body.single-product .product-overview--brand.mobile-only > a {
    color: #424343;
    font-weight: 600;
    font-size: 2.4rem;
  }
  body.single-product .product-overview--brand.mobile-only .go-back {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translate(0, -50%);
  }
  body.single-product .product-gallery--thumbs {
    display: none;
  }
  body.single-product .product-gallery--main {
    width: 100%;
    padding: 2rem;
  }
  body.single-product .product-gallery--main-wrapper {
    border: none;
  }
  body.single-product .product-overview--info {
    width: 100%;
    background-color: #fff;
  }
  body.single-product .product-overview--info h1 {
    text-align: center;
  }
  body.single-product .product-overview--info-model {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.single-product .product-overview--info .quantity {
    justify-content: center;
  }
  body.single-product .product-overview--info > *:not(:last-child) {
    border-bottom: 0;
  }
  body.single-product .product-overview--info .product-price--new {
    font-size: 2.4rem !important;
  }
  body.single-product .product-overview--info .delivery-promotion {
    text-align: center;
    justify-content: center;
  }
}
body.single-product .product-overview--info-colors .info-colors--flex {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
body.single-product .product-overview--info-colors .info-colors--flex label {
  line-height: 2em;
}
body.single-product .product-overview--info-colors .info-colors--flex .info-colors--select {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
body.single-product .product-overview--info-colors .info-colors--flex .info-colors--select .info-colors--variation {
  opacity: 0.5;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background: #FFFFFF;
}
@media (max-width: 1023px) {
  body.single-product .product-overview--info-colors .info-colors--flex .info-colors--select .info-colors--variation {
    width: 3.5rem;
    height: 3.5rem;
  }
}
body.single-product .product-overview--info-colors .info-colors--flex .info-colors--select .info-colors--variation-color {
  width: 50%;
  height: 50%;
  border-radius: 50%;
}
body.single-product .product-overview--info-colors .info-colors--flex .info-colors--select .info-colors--variation.current-color {
  opacity: 1;
}

.woocommerce a.button.loading:after {
  top: 22%;
  left: 5em;
}

.mini-cart--details {
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .delivery-promotion:after {
    content: none;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .product-description--flex {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .product-description--accordion {
    width: 70%;
    padding: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
@media (min-width: 1024px) {
  .product-description--sidebar {
    width: 30%;
    padding: 2rem 4rem;
    background-color: #F2F2F2;
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .product-description--sidebar-form {
    margin-top: 0;
  }
  .product-description--sidebar-form .sidebar-contact input[type=text],
.product-description--sidebar-form .sidebar-contact input[type=tel] {
    margin: 0.6rem 0;
  }
  .product-description--sidebar-form .sidebar-contact input[type=submit] {
    margin-top: 3rem;
  }
}
@media (max-width: 1023px) {
  .homepage-hero--background .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 1rem;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .homepage-hero--background .flickity-page-dots .dot.is-selected {
    background: #000;
  }
  .homepage-hero--background .flickity-button {
    display: none;
  }
}

.product-related .products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}/*# sourceMappingURL=idan.css.map */