@font-face {
  font-family: Tekab;
  font-weight: 400;
  src: url(fonts/DIAKOTEKAB.woff);
}
.custom_font {
  font-family: Tekab, sans-serif;
}

.g-breadcrumbs-separator {
  display: flex;
}

nav.g-breadcrumbs {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  overflow-y: hidden;
}

.each_blog_content h1,
.each_blog_content h2,
.each_blog_content h3,
.each_blog_content h4,
.each_blog_content h5,
.each_blog_content h6 {
  padding-bottom: 15px;
}

.each_blog_content .tag-text {
  position: relative;
  padding-bottom: 15px;
}

.tag-text:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: min(70vw, 800px);
  background: var(--color-alt-content-primary);
  bottom: 0;
  height: 5px;
  border-radius: 5px;
  z-index: 1;
}

.tag-text:after {
  content: "";
  position: absolute;
  width: 200%;
  max-width: min(90vw, 900px);
  background: #f4f4f4;
  bottom: 1px;
  height: 3px;
  border-radius: 5px;
  right: 0;
  z-index: 0;
}

.each_blog_content img {
  border-radius: 20px;
}

.multiply_image {
  mix-blend-mode: multiply;
}

.lumino_hover {
  background: #fff;
}

.lumino_hover img {
  transition: all 0.5s ease;
  mix-blend-mode: luminosity;
}

.w-grid-item-h:hover .lumino_hover img {
  mix-blend-mode: normal;
}

.nav_activator_bars {
  display: flex;
  align-items: center;
  gap: 5px;
  border: solid 1px;
  border-radius: 5px;
  padding: 7px 15px;
}

.nav_activator_bars span {
  font-size: 16px;
}

.l-subheader.at_middle {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
}

.grow_flex {
  flex-grow: 1;
}

.price_box_container .price_row .currency {
  color: #000;
}

.w-slider.product_gallery .w-slider-h {
  padding-top: calc(100% - 110px);
  position: relative;
}

@media (max-width: 768px) {
  .w-slider.product_gallery .w-slider-h {
    padding-top: 100%;
  }
}
.w-slider.product_gallery img {
  border-radius: 15px;
}

@media (max-width: 768px) {
  .w-slider.product_gallery {
    overflow: visible;
  }
}
.w-slider.product_gallery .royalSlider {
  display: flex;
  align-items: stretch;
  aspect-ratio: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  gap: 30px;
}

.w-slider.product_gallery .royalSlider .rsOverflow {
  height: 100% !important;
}

@media (max-width: 768px) {
  .w-slider.product_gallery .royalSlider .rsOverflow {
    overflow: visible;
  }
}
.w-slider.product_gallery .royalSlider .rsArrow {
  display: none !important;
}

@media (max-width: 768px) {
  .w-slider.product_gallery .royalSlider .rsArrow {
    display: block !important;
    text-shadow: none;
    color: #000;
    font-size: 20px;
    width: 20px;
    margin: 0 10px;
    left: 20%;
    top: auto;
    bottom: -50px;
  }
  .w-slider.product_gallery .royalSlider .rsArrow.rsArrowRight {
    right: 20%;
    left: auto;
  }
}
.w-slider.product_gallery .royalSlider .rsThumbsHor {
  width: 64px;
  min-width: 100px;
  padding-top: 0;
  height: auto;
}

@media (max-width: 768px) {
  .w-slider.product_gallery .royalSlider .rsThumbsHor {
    display: none;
  }
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transform: none !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar {
  width: 2px;
}

.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-thumb {
  background: #888;
}

.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsNavItem.rsThumb {
  margin: 0 !important;
}

.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsThumb.rsNavSelected::after {
  border-width: 2px;
  border-radius: 15px;
}

.products_grid .w-grid-list {
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.05));
}

.footer_option_row .w-hwrapper {
  mix-blend-mode: luminosity;
  border-radius: 20px;
  padding: 15px 35px;
  transition: all 0.5s ease;
}

.footer_option_row .w-hwrapper:hover {
  mix-blend-mode: normal;
}

.footer_option_row .w-hwrapper .custom_font {
  mix-blend-mode: color-burn;
  color: #8B8B8B;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.footer_option_row .w-hwrapper .secondary_text {
  color: #EDEDED;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.75px;
}

.w-vwrapper.social_box_wrapper {
  gap: 12px;
  flex-direction: row;
}

.w-vwrapper.social_box_wrapper .w-iconbox.style_circle .w-iconbox-icon {
  width: 32px !important;
  height: 32px;
  border-radius: 4px;
  padding: 4px;
}

/*# sourceMappingURL=custom.css.map */
