/**
* Az init.php-ben ($responsive_pages) meghatározott oldalakon nem kerül alkalmazásra a php által meghatározott mobil/tablet mód, mert a reszponzív design ezt nem igényli.
* A reszponzív design alkalmazkodik a kijelző méretéhez, mert a CSS ezt kezeli media query-k segítségével.
* Az ilyen oldalakat css kódját ebben a fájlban vagy ezen fájlon keresztül kell elhelyezni.
* Ne hozzunk létre újabb css fájlokat. A css-t mindig less-ben írjuk meg!
* Betöltésre kerül a többi legacy css fájl is, de az új kódokat NE abba írjuk, mert az oldal teljes átalakítása miatt a jövőben csak a reszponzív css kód kerül majd alkalmazásra.
*/
body > #content {
  padding-top: 0;
  font-family: "Montserrat", sans-serif;
}
.fluid-wrapper {
  display: block;
  width: 100%;
}
.fluid-container {
  width: 100%;
  padding: 0 max(0px, min(1920px, (100vw - 1920px) / 2));
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
}
#new_products,
#fav_products {
  display: flex;
  width: 100%;
  min-height: 0px;
}
.external_placeholder {
  display: block;
  width: 100%;
}
.owl-stage-outer {
  overflow: hidden;
}
.owl-carousel {
  display: block;
}
.owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
.owl-item {
  display: inline-flex;
}
.owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 32px;
  height: 5px;
  margin: 0;
  padding: 0;
}
.owl-dots .owl-dot {
  border-radius: 0;
  width: 38px;
  height: 4px;
  background-color: #fff;
  opacity: 0.36;
  margin: 0 6px;
  display: inline-block;
  cursor: pointer;
}
.owl-dots .owl-dot.active {
  background-color: #fff;
  opacity: 1;
}
.footer-ob-icons {
  display: flex;
  width: 100%;
  justify-content: left;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}
.footer-ob-icons img {
  width: 150px;
  max-width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 680px) {
  .footer-ob-icons {
    justify-content: center;
    gap: 32px;
  }
  .footer-ob-icons img {
    max-width: calc((100% - 32px) / 2);
  }
}
/*
#breadcrumb {
    a {
        padding: 0 5px;

        &:first-child {
            padding-left: 0;
        }

        &.breadcrumb_last_element {
            color: #000000;
            padding-right: 0;
        }

        &.mobile {
            display: none;
        }
    }
}
*/
body > #content.fixed_header {
  padding-top: 56px;
}
.header_25 {
  display: inline-block;
  width: 100%;
  z-index: 100;
}
.header_25 .header_back_top {
  display: none;
}
.header_25.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header_25 #csikbanner_holder {
  min-height: 48px;
  max-height: 48px;
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
}
.header_25 #csikbanner_holder .owl-stage-outer {
  max-height: 48px;
  overflow: hidden;
}
.header_25 #csikbanner_holder.owl-carousel {
  height: auto;
}
.header_25 #csikbanner_holder.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.header_25 #csikbanner_holder .owl-dots,
.header_25 #csikbanner_holder .owl-nav {
  display: none;
}
.header_25 #csikbanner_holder .item {
  display: none;
}
.header_25 #csikbanner_holder .owl-item {
  align-items: center;
  display: none;
}
.header_25 #csikbanner_holder .promotion_line_container {
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text {
  line-height: 24px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text > a,
.header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text > span {
  padding: 0 5px;
  box-sizing: border-box;
}
.header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text > span,
.header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text span {
  margin-right: 0 !important;
}
.header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text .pr_but {
  border: 0;
  margin-left: 32px;
  padding-left: 32px;
  border-left: 2px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 24px;
  line-height: 24px;
  display: inline-flex;
  align-content: center;
  padding-right: 0;
}
.header_25 .header_back_bottom {
  width: 100%;
  background-color: #fff;
  height: 64px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  border: none;
  margin-bottom: 0;
}
.header_25 .header_back_bottom.home {
  margin-bottom: 0;
}
.header_25 .header_back_bottom #mobile_icons {
  display: none;
}
.header_25 .header_back_bottom #mobile_icons #header_mobile_menuicon svg:last-child {
  display: none;
}
.header_25 .header_back_bottom #mobile_icons #header_mobile_menuicon.open svg:first-child {
  display: none;
}
.header_25 .header_back_bottom #mobile_icons #header_mobile_menuicon.open svg:last-child {
  display: inline-block;
}
.header_25 .header_back_bottom #logo_container {
  width: 376px;
}
.header_25 .header_back_bottom #logo_container a {
  height: auto;
}
.header_25 .header_back_bottom #logo_container a img {
  top: 2px;
  position: relative;
}
.header_25 .header_back_bottom #logo_container a img.mobile {
  display: none;
  top: 0;
}
.header_25 .header_back_bottom #menublock {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
  position: initial;
  height: 100%;
  overflow: hidden;
}
.header_25 .header_back_bottom #menublock ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style-type: none;
  width: 100%;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  position: initial;
}
.header_25 .header_back_bottom #menublock ul li h2 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 12.6px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.99px;
}
.header_25 .header_back_bottom #menublock ul li h2 a,
.header_25 .header_back_bottom #menublock ul li h2 span {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 12.6px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.99px;
}
.header_25 .header_back_bottom #menublock ul li h2 a:hover,
.header_25 .header_back_bottom #menublock ul li h2 span:hover {
  text-decoration: none;
  color: #D81919;
}
.header_25 .header_back_bottom #menublock > ul {
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 3vw;
  justify-content: center;
}
.header_25 .header_back_bottom #menublock > ul > li {
  height: 100%;
}
.header_25 .header_back_bottom #menublock > ul > li h2 {
  height: 100%;
}
.header_25 .header_back_bottom #menublock > ul > li a,
.header_25 .header_back_bottom #menublock > ul > li span {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_25 .header_back_bottom #menublock .dropdown {
  position: absolute;
  top: 72px;
  background-color: #F2F2F2;
  box-shadow: 0px 32px 32px 0px #00000014;
  box-shadow: 0px 16px 16px 0px #0000000F;
  padding: 24px 0 10px 0;
  box-sizing: border-box;
  left: 0;
  text-align: center;
  display: none;
  width: 100%;
  max-width: 0 auto;
}
.header_25 .header_back_bottom #menublock .dropdown div {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.header_25 .header_back_bottom #menublock .dropdown div.dropdown_level3 {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.header_25 .header_back_bottom #menublock .dropdown div.dropdown_level4 {
  display: inline-flex;
  width: auto;
  flex-wrap: wrap;
  align-self: baseline;
  width: calc((100% - 40px) / 5);
  max-width: 250px;
}
.header_25 .header_back_bottom #menublock .dropdown div.dropdown_level4 h3,
.header_25 .header_back_bottom #menublock .dropdown div.dropdown_level4 h4 {
  width: 100%;
}
.header_25 .header_back_bottom #menublock .dropdown div a,
.header_25 .header_back_bottom #menublock .dropdown div span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 12.6px;
  color: #0d1a3c;
  display: inline-block;
  text-decoration: none;
  margin: 5px 0px 5px 0px;
  text-transform: none;
  min-width: 150px;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.99px;
}
.header_25 .header_back_bottom #menublock .dropdown div a:hover {
  text-decoration: underline;
}
.header_25 .header_back_bottom #menublock .dropdown div h3 a,
.header_25 .header_back_bottom #menublock .dropdown div h3 span {
  color: #0d1a3c;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.99px;
}
.header_25 .header_back_bottom #header_right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  gap: 24px;
}
.header_25 .header_back_bottom #header_right #header_quick_search_container {
  float: none;
  position: initial;
  margin-top: 0;
  max-width: 240px;
}
.header_25 .header_back_bottom #header_controls {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  top: -1px;
}
.header_25 .header_back_bottom #header_controls ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 18px;
}
.header_25 .header_back_bottom #header_controls ul li.mobile {
  display: none;
}
.header_25 .header_back_bottom #header_controls ul li > a {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1146px) {
  .header_25 .header_back_bottom #header_controls ul li > a svg {
    width: 32px;
    height: 32px;
  }
}
.header_25 .header_back_bottom #header_controls ul li > a svg path {
  fill: #000;
}
.header_25 .header_back_bottom #header_controls ul li #shopping_cart {
  position: relative;
}
.header_25 .header_back_bottom #header_controls ul li #shopping_cart span {
  position: absolute;
  top: 3px;
  right: -6px;
  background-color: #e23000;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_25 .header_back_bottom #header_controls ul li #shopping_cart span:empty {
  display: none;
}
.header_25 .header_back_bottom #header_controls ul li.domains {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: none;
}
.header_25 .header_back_bottom #header_controls ul li.domains a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
}
.header_25 .header_back_bottom #header_controls ul li.domains a:hover {
  text-decoration: underline;
}
.header_25 .header_back_bottom #header_controls ul li.domains a.active {
  color: #FFFFFF66;
  text-decoration: none;
  pointer-events: none;
}
.header_25 .header_back_bottom #header_controls ul li.domains span {
  width: 1px;
  height: 16px;
  background-color: #FFFFFF;
  display: inline-block;
}
.header_25 .header_back_bottom #header_controls .minicart_container {
  position: absolute;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  background-color: #fff;
  top: 54px;
  right: 0;
  padding: 0;
  max-height: calc(100dvh - 72px);
  overflow: auto;
  box-sizing: border-box;
  box-shadow: 0px 16px 16px 0px #0000000F;
  display: none;
}
.header_25 .header_back_bottom #header_controls .minicart_container .empty_cart {
  display: inline-block;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 16px;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block {
  display: inline-block;
  width: 100%;
  position: relative;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  padding-bottom: 98px;
  max-height: calc(100dvh - 125px);
  overflow: auto;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 5px;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 0.5px solid #85858559;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  min-width: 50px;
  height: auto;
  background-color: #fff;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_img img {
  max-width: 50px;
  max-height: 50px;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_text {
  flex: 1;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_text .prod_name {
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  text-align: left;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_text .prod_attrs {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_text .prod_qt_price {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-family: "Bebas Neue", sans-serif;
  margin-top: 5px;
  text-align: left;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_text .prod_qt_price .prod_price {
  display: inline-block;
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 18px;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_text .prod_qt_price .prod_price.stroke {
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_line_text .prod_qt_price .prod_price.saled {
  color: #e23000;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_delete {
  cursor: pointer;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_delete svg {
  width: 18px;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line .prod_delete svg path {
  fill: #000;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods .levitating_cart_prod_line:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 7px;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #124d37;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .checkout_summary_container {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  min-height: 0;
  float: none;
  padding: 0;
  margin: 0;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .checkout_summary_container .shopping_cart_sum_products_row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: auto;
  margin: 0;
  padding: 0;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .checkout_summary_container .shopping_cart_sum_products_row .shopping_cart_sum_products {
  flex: 1;
  color: #000;
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .checkout_summary_container .shopping_cart_sum_products_row .shopping_cart_sum_products_gross {
  width: 120px;
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .checkout_summary_container .shopping_cart_sum_products_row .clear {
  display: none;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .checkout_summary_container .shopping_cart_sum_total_row {
  display: none;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .shopping_cart_button_div {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 6px;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .shopping_cart_button_div a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 0 32px;
  border: none;
  cursor: pointer;
  margin-top: 0;
  width: 90%;
  text-align: center;
  box-sizing: border-box;
}
.header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_summary .shopping_cart_button_div a:hover {
  text-decoration: none;
}
.header_25 #responsive_mobile_menu {
  background: #000000B2;
  position: fixed;
  right: 0;
  top: var(--top-banner-height);
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  height: calc(100dvh - var(--top-banner-height) - 0px);
  display: none;
}
.header_25 #responsive_mobile_menu .mobile_menu_content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 240px;
  background-color: #F2F2F2;
  height: auto;
  z-index: 101;
  overflow: auto;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div {
  display: inline-block;
  width: 100%;
  position: relative;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus {
  display: inline-block;
  width: 100%;
  overflow: auto;
  height: calc(100dvh - var(--top-banner-height) - 4px);
  list-style-type: none;
  padding: 12px 10px 12px 24px;
  margin: 0;
  box-sizing: border-box;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1 {
  display: inline-block;
  width: 100%;
  border-bottom: 0.5px solid #b3b3b3;
  padding: 12px 0;
  position: relative;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1:last-child {
  border-bottom: none;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1 span {
  position: absolute;
  right: -5px;
  top: 0;
  padding: 9px;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1 span svg path {
  fill: #000;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1 a {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1 a.menu_red_bold {
  color: #D81919 !important;
  font-weight: 700 !important;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1 > ul {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1.open span svg {
  transform: rotate(180deg);
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu1.open > ul {
  display: inline-block;
  padding-top: 5px;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu2 {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu2 a {
  color: #000;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu2 > ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu3 {
  display: inline-block;
  width: 100%;
  padding: 8px 0 0 0;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul li.mobile_menu3 a {
  color: #000;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  text-transform: none;
  width: 100%;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul:nth-child(2) {
  border-top: 0.5px solid #b3b3b3;
  margin-top: 0;
  padding-top: 0;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul:nth-child(2) li.mobile_menu1 > a {
  font-size: 14px;
}
.header_25 #responsive_mobile_menu .mobile_menu_content > div .menus > ul:nth-child(2) li.mobile_menu2 > a {
  font-weight: 500;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer {
  width: 240px;
  height: 56px;
  background-color: #fff;
  display: none;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 18px;
  height: 100%;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer > ul li {
  order: 1;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer > ul li.domains {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  order: 0;
  margin-right: 22px;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer > ul li.domains a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer > ul li.domains a.active {
  color: #D81919;
  text-decoration: none;
  pointer-events: none;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer > ul li.domains a svg path {
  fill: #000;
}
.header_25 #responsive_mobile_menu .mobile_menu_content .mobile_menu_footer > ul li.domains span {
  width: 1px;
  height: 16px;
  background-color: #000;
  display: inline-block;
}
.header_25 #search_form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.header_25 #search_form #search_keywords {
  border: none;
  height: 32px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #6C6C6C;
  width: 220px;
  box-sizing: border-box;
  padding: 0 10px 0 38px;
  background-color: #eee;
  border-radius: 20px;
  outline: none;
}
.header_25 #search_form #quick_search_button_container {
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header_25 #search_form #quick_search_button_container #search_general_button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header_25 .header_back_bottom #menublock > ul {
    gap: 2vw;
  }
}
@media screen and (min-width: 1146px) {
  .header_25 #responsive_mobile_menu {
    display: none !important;
  }
}
@media screen and (max-width: 1145px) {
  .header_25 {
    display: flex;
    flex-wrap: wrap;
  }
  .header_25 #csikbanner_holder {
    min-height: 40px;
    max-height: 40px;
  }
  .header_25 #csikbanner_holder .owl-stage-outer {
    max-height: none;
  }
  .header_25 #csikbanner_holder .promotion_line_container {
    min-height: 40px;
  }
  .header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text {
    line-height: 24px;
    font-size: 16px;
  }
  .header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text .pr_but {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .header_25 .header_back_bottom {
    height: 40px;
    padding: 0 8px;
    border: 0;
  }
  .header_25 .header_back_bottom #menublock {
    display: none;
  }
  .header_25 .header_back_bottom #mobile_icons {
    display: inline-block;
    width: 101px;
  }
  .header_25 .header_back_bottom #mobile_icons ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .header_25 .header_back_bottom #mobile_icons ul li {
    display: inline-block;
  }
  .header_25 .header_back_bottom #mobile_icons ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .header_25 .header_back_bottom #logo_container {
    width: auto;
  }
  .header_25 .header_back_bottom #logo_container a img.desktop {
    display: none;
  }
  .header_25 .header_back_bottom #logo_container a img.mobile {
    display: inline-block;
  }
  .header_25 .header_back_bottom #header_controls ul li.mobile {
    display: inline-block;
  }
  .header_25 .header_back_bottom #header_controls ul li.mobile.mobile_close {
    display: none;
  }
  .header_25 .header_back_bottom #header_controls ul li.desktop {
    display: none;
  }
  .header_25 .header_back_bottom #header_controls .minicart_container {
    top: 34px;
    max-height: calc(100dvh - 56px);
  }
  .header_25 .header_back_bottom #header_controls .minicart_container #new_drk_checkout_levitating_cart_block .levitating_cart_prods {
    max-height: calc(100dvh - 110px);
  }
  .header_25 .header_back_bottom #header_right #header_quick_search_container {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    background-color: #F2F2F2;
    max-width: 100%;
    padding: 5px 16px;
    box-sizing: border-box;
    box-shadow: 0px 16px 16px 0px #0000000F;
    backdrop-filter: blur(5px);
  }
  .header_25 .header_back_bottom #header_right #header_quick_search_container #quick_search_input_container {
    width: 100%;
  }
  .header_25 .header_back_bottom #header_right #header_quick_search_container #quick_search_input_container #search_keywords {
    width: 100%;
  }
  .header_25 .header_back_bottom #header_right #header_quick_search_container #search_general_button svg path {
    fill: #000 !important;
  }
  .header_25 .header_back_bottom #header_right.desktop {
    display: none;
  }
}
@media screen and (max-width: 1145px) {
  .header_25 #logo_container {
    margin-top: 2px;
  }
}
@media screen and (max-width: 980px) {
  .header_25 #logo_container {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .header_25 #csikbanner_holder .promotion_line_container .promotion_line_top_text .pr_but {
    margin-left: 10px;
    padding-left: 10px;
  }
}
footer {
  background-color: #004E38;
}
footer.home {
  margin-top: 0;
}
footer > .footer-content > .fluid-container {
  padding: 0 max(16px, min(1920px, (100vw - 1680px) / 2));
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  align-items: flex-start;
}
footer > .footer-content > .fluid-container .side-a {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 32px;
  width: calc(66.66% - 16px);
}
footer > .footer-content > .fluid-container .side-a .footer_menu_toggle {
  display: none;
}
footer > .footer-content > .fluid-container .side-a ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
footer > .footer-content > .fluid-container .side-a ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
footer > .footer-content > .fluid-container .side-a ul li p {
  padding: 0;
  margin: 0 0 40px 0;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2.2px;
}
footer > .footer-content > .fluid-container .side-a ul li p::first-letter {
  font-size: 28px;
}
footer > .footer-content > .fluid-container .side-a ul li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2.2px;
  margin-bottom: 8px;
}
footer > .footer-content > .fluid-container .side-a ul li a:hover {
  text-decoration: underline;
}
footer > .footer-content > .fluid-container .side-a ul.footer_editor_block {
  margin-top: 40px;
}
footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li p {
  margin-bottom: 0;
}
footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p {
  font-weight: 200;
  margin-bottom: 8px;
}
footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p a {
  font-weight: 200;
  margin-bottom: 0;
}
footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p:first-child {
  margin-bottom: 40px;
}
footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p::first-letter {
  font-size: 22px;
}
footer > .footer-content > .fluid-container .side-a > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 32px;
}
footer > .footer-content > .fluid-container .side-a > ul > li {
  width: calc(50% - 16px);
  display: inline-block;
}
footer > .footer-content > .fluid-container .side-b {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(33.33% - 16px);
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 {
  width: 100%;
  height: auto;
  display: inline-block;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 {
  display: inline-block;
  width: 100%;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_title_25 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 24px;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_text_25 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home label {
  display: none;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home #newsletter_email_home {
  display: inline-block;
  width: calc(100% - 183px);
  border-radius: 10px 0 0 10px;
  background-color: #004E38;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #fff;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  outline: none;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home #newsletter_email_home::placeholder {
  color: #fff;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home .newsletter_form_home_button_wrapper_25 {
  display: inline-block;
  width: auto;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home .newsletter_form_home_button_wrapper_25 #newsletter_form_home_button_25 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 203px;
  box-sizing: border-box;
  background-color: #fff;
  color: #004E38;
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home .newsletter_form_home_button_wrapper_25 #newsletter_form_home_button_25:hover {
  font-weight: 400;
}
footer > .footer-content > .fluid-container .side-b .footer-social-icons {
  width: 100%;
  display: inline-block;
  margin-top: 96px;
}
footer > .footer-content > .fluid-container .side-b .footer-social-icons .title {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2.27px;
  font-family: "Montserrat", sans-serif;
  height: 30px;
  margin-bottom: 32px;
}
footer > .footer-content > .fluid-container .side-b .footer-social-icons .icons {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 48px;
}
footer > .footer-content > .fluid-container .side-b .footer-social-icons .icons a {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
footer > .footer-content > .fluid-container .fluid-icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
  flex-wrap: wrap;
}
footer > .footer-content > .fluid-container .fluid-icons .footer-icon img {
  max-width: 90vw;
}
@media screen and (max-width: 1860px) {
  footer > .footer-content > .fluid-container .fluid-icons {
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 670px) {
  footer > .footer-content > .fluid-container .fluid-icons {
    gap: 40px;
    margin-top: 40px;
  }
  footer > .footer-content > .fluid-container .fluid-icons .footer-icon:nth-child(1),
  footer > .footer-content > .fluid-container .fluid-icons .footer-icon:nth-child(2) {
    max-width: calc(50% - 20px);
  }
  footer > .footer-content > .fluid-container .fluid-icons .footer-icon:nth-child(1) img,
  footer > .footer-content > .fluid-container .fluid-icons .footer-icon:nth-child(2) img {
    max-width: 100%;
  }
}
@media screen and (max-width: 670px) {
  footer > .footer-content > .fluid-container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1860px) {
  footer > .footer-content > .fluid-container .side-a ul li p {
    margin-bottom: 30px;
  }
  footer > .footer-content > .fluid-container .side-a ul li a {
    font-size: 18px;
  }
  footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1680px) {
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_title_25 {
    font-size: 58px;
    line-height: 62px;
    margin-bottom: 16px;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_text_25 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1250px) {
  footer > .footer-content > .fluid-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  footer > .footer-content > .fluid-container .side-a {
    width: calc(66.66% - 8px);
  }
  footer > .footer-content > .fluid-container .side-a > ul {
    gap: 16px;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li {
    width: calc(100% - 8px);
  }
  footer > .footer-content > .fluid-container .side-a ul li a {
    font-size: 17px;
    line-height: 25px;
  }
  footer > .footer-content > .fluid-container .side-a ul li p {
    margin-bottom: 25px;
  }
  footer > .footer-content > .fluid-container .side-a ul.footer_editor_block {
    margin-top: 30px;
  }
  footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p {
    font-size: 16px;
    line-height: 25px;
  }
  footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p:first-child {
    margin-bottom: 25px;
  }
  footer > .footer-content > .fluid-container .side-b {
    width: calc(33.33% - 8px);
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons {
    margin-top: 40px;
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons .title {
    margin-bottom: 16px;
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons .icons {
    gap: 0;
    justify-content: space-between;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_title_25 {
    font-size: 52px;
    line-height: 57px;
    margin-bottom: 8px;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_text_25 {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home {
    flex-wrap: wrap;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home #newsletter_email_home {
    width: 100%;
    border-radius: 10px;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home .newsletter_form_home_button_wrapper_25 {
    width: 100%;
    margin-top: 16px;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home .newsletter_form_home_button_wrapper_25 #newsletter_form_home_button_25 {
    width: 100%;
    position: initial;
  }
  footer > .footer-content > .fluid-container .fluid-icons {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1050px) {
  footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div p {
    font-size: 15px;
  }
  footer > .footer-content > .fluid-container .side-a ul.footer_editor_block li div a {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  footer > .footer-content > .fluid-container .side-a {
    width: 100%;
  }
  footer > .footer-content > .fluid-container .side-b {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 {
    margin-top: 20px;
    width: calc(50% - 8px);
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 {
    width: 90%;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_title_25 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_text_25 {
    margin-bottom: 10px;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home {
    width: 90%;
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons {
    width: calc(50% - 8px);
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons .icons {
    width: 320px;
  }
  footer > .footer-content > .fluid-container .fluid-icons {
    order: 2;
    margin-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  footer > .footer-content > .fluid-container .side-a {
    order: 1;
    margin-top: 40px;
    gap: 0;
  }
  footer > .footer-content > .fluid-container .side-a .footer_menu_toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer > .footer-content > .fluid-container .side-a ul li > a {
    font-size: max(14px, 3vw);
    text-transform: none;
    width: 100%;
  }
  footer > .footer-content > .fluid-container .side-a ul li > p {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 0;
    font-size: max(14px, 3vw);
    line-height: 1;
    text-transform: none;
  }
  footer > .footer-content > .fluid-container .side-a ul li > p::first-letter {
    font-size: max(14px, 3vw);
  }
  footer > .footer-content > .fluid-container .side-a ul li > p.open .footer_menu_toggle {
    transform: translateY(-50%) rotate(180deg);
  }
  footer > .footer-content > .fluid-container .side-a > ul {
    gap: 0;
    flex-wrap: wrap;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li {
    width: 100%;
    border-top: 1px solid #fff;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul {
    display: none;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.open {
    display: block;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block {
    display: block;
    margin-top: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block > li > p {
    padding: 12px 0;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block > li > p.open .footer_menu_toggle {
    transform: translateY(-50%) rotate(180deg);
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block li div {
    display: none;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block li div.open {
    display: block;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block li div p,
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block li div a {
    width: 100%;
    font-size: max(14px, 2.5vw);
    text-transform: none;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block li div p:first-child {
    margin-bottom: 10px;
  }
  footer > .footer-content > .fluid-container .side-a > ul > li > ul.footer_editor_block li div p::first-letter {
    font-size: max(14px, 2.5vw);
  }
  footer > .footer-content > .fluid-container .side-b {
    order: 0;
    gap: 0;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_title_25 {
    font-size: max(32px, 7vw);
    line-height: 1.2;
    width: 50%;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25 .newsletter_home_subscribe_text_25 {
    font-size: max(14px, 3vw);
    line-height: 1.4;
  }
  footer > .footer-content > .fluid-container .side-b #newsletter_form_home {
    width: 100%;
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons {
    width: 100%;
    text-align: center;
  }
  footer > .footer-content > .fluid-container .side-b .footer-social-icons .icons {
    width: 100%;
    gap: 32px;
    justify-content: center;
  }
  footer > .footer-content > .fluid-container .fluid-icons {
    order: 2;
    margin-top: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 460px) {
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_text_25,
  footer > .footer-content > .fluid-container .side-b #newsletter_section_25 #newsletter_form_home {
    width: 100%;
  }
}
.home_after_big_banners_25 .banners {
  display: flex;
  flex-wrap: nowrap;
  background-color: #F5F3EC;
  justify-content: space-between;
  gap: 1.7vw;
  padding: 20px 5.5vw;
}
.home_after_big_banners_25 .banners .banner {
  width: calc(25% - 1.7vw);
  display: inline-flex;
  align-items: center;
}
.home_after_big_banners_25 .banners .banner .image {
  width: 64px;
  text-align: left;
}
.home_after_big_banners_25 .banners .banner .image img {
  display: inline-block;
  max-width: 45px;
  max-height: 45px;
}
.home_after_big_banners_25 .banners .banner .title_and_text {
  width: calc(100% - 64px);
  display: inline-block;
}
.home_after_big_banners_25 .banners .banner .title_and_text .title {
  width: 100%;
  display: inline-block;
  color: #040404;
  font-family: "Montserrat", sans-serif;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home_after_big_banners_25 .banners .banner .title_and_text .text {
  width: 100%;
  display: inline-block;
  color: #6D6C66;
  font-family: "Montserrat", sans-serif;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 1620px) {
  .home_after_big_banners_25 .banners {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1280px) {
  .home_after_big_banners_25 .banners {
    flex-wrap: wrap;
  }
  .home_after_big_banners_25 .banners .banner {
    width: calc(50% - 1.7vw);
  }
  .home_after_big_banners_25 .banners .banner .title_and_text .title {
    font-size: 1.3vw;
  }
  .home_after_big_banners_25 .banners .banner .title_and_text .text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .home_after_big_banners_25 .banners {
    display: none;
  }
}
.responsive_banner {
  width: 100%;
  display: flex;
}
.responsive_banner .html_video {
  width: 100%;
  display: flex;
}
.responsive_banner .html_video video {
  width: 100%;
  display: flex;
}
.responsive_banner .image_banner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.responsive_banner .image_banner > a {
  width: 100%;
  display: flex;
  text-decoration: none;
  outline: none;
}
.responsive_banner .image_banner > a:hover {
  text-decoration: none;
}
.responsive_banner .image_banner picture {
  width: 100%;
  display: flex;
}
.responsive_banner .image_banner img {
  width: 100%;
  display: flex;
}
.responsive_banner .image_banner .banner_html {
  display: none;
  display: block;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
}
.responsive_banner .image_banner .banner_html .banner_title {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.responsive_banner .image_banner .banner_html .banner_title p {
  padding: 0;
  margin: 0;
}
.responsive_banner .image_banner .banner_html .banner_text {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.responsive_banner .image_banner .banner_html .banner_text p {
  padding: 0;
  margin: 0;
}
.responsive_banner .image_banner .banner_html .banner_ct {
  display: none;
  width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 1.68px;
}
.responsive_banner .image_banner .banner_html .banner_ct span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .responsive_banner .image_banner .banner_html .banner_ct {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.responsive_banner:empty {
  display: none;
}
.responsive_banner.home_after_reviews_banners_25 .banner_html {
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
  max-width: min(763px, 42%);
  text-align: center;
  padding: 0 10px;
}
.responsive_banner.home_after_reviews_banners_25 .banner_html .banner_title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 3vw, 56px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 13px;
}
.responsive_banner.home_after_reviews_banners_25 .banner_html .banner_text {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.5vw, 28px);
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .responsive_banner.home_after_reviews_banners_25 .banner_html {
    max-width: 50%;
  }
}
@media screen and (max-width: 740px) {
  .responsive_banner.home_after_reviews_banners_25 .banner_html {
    max-width: 78%;
  }
}
@media screen and (max-width: 660px) {
  .responsive_banner.home_after_reviews_banners_25 .banner_html {
    max-width: 90%;
    right: 5%;
  }
}
@media screen and (max-width: 460px) {
  .responsive_banner.home_after_reviews_banners_25 .banner_html {
    max-width: 94%;
    right: 3%;
    top: initial;
    transform: initial;
    bottom: 24px;
  }
}
.responsive_banner.homepage_banners_1 .image_banner,
.responsive_banner.home_after_favorites_banners_25 .image_banner,
.responsive_banner.home_after_newness_banners_25 .image_banner {
  background-color: #000;
}
.responsive_banner.homepage_banners_1 .banner_html,
.responsive_banner.home_after_favorites_banners_25 .banner_html,
.responsive_banner.home_after_newness_banners_25 .banner_html {
  bottom: 4.5vw;
  left: 5%;
  max-width: 90%;
  text-align: left;
  padding: 0 10px;
}
.responsive_banner.homepage_banners_1 .banner_html .banner_title,
.responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title,
.responsive_banner.home_after_newness_banners_25 .banner_html .banner_title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 5px;
  font-size: clamp(40px, 4.6vw, 80px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 4vw;
}
.responsive_banner.homepage_banners_1 .banner_html .banner_title p,
.responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title p,
.responsive_banner.home_after_newness_banners_25 .banner_html .banner_title p {
  max-width: min(634px, 35vw);
}
.responsive_banner.homepage_banners_1 .banner_html .banner_text,
.responsive_banner.home_after_favorites_banners_25 .banner_html .banner_text,
.responsive_banner.home_after_newness_banners_25 .banner_html .banner_text {
  display: none;
}
.responsive_banner.homepage_banners_1 .banner_html .banner_ct,
.responsive_banner.home_after_favorites_banners_25 .banner_html .banner_ct,
.responsive_banner.home_after_newness_banners_25 .banner_html .banner_ct {
  display: block;
}
@media screen and (max-width: 1380px) {
  .responsive_banner.homepage_banners_1 .banner_html .banner_title p,
  .responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title p,
  .responsive_banner.home_after_newness_banners_25 .banner_html .banner_title p {
    max-width: min(524px, 38vw);
  }
}
@media screen and (max-width: 820px) {
  .responsive_banner.homepage_banners_1 .banner_html .banner_title,
  .responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title,
  .responsive_banner.home_after_newness_banners_25 .banner_html .banner_title {
    line-height: 1.3;
    margin-bottom: 2.5vw;
  }
  .responsive_banner.homepage_banners_1 .banner_html .banner_title p,
  .responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title p,
  .responsive_banner.home_after_newness_banners_25 .banner_html .banner_title p {
    max-width: min(352px, 60vw);
  }
}
@media screen and (max-width: 570px) {
  .responsive_banner.homepage_banners_1 .banner_html .banner_title p,
  .responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title p,
  .responsive_banner.home_after_newness_banners_25 .banner_html .banner_title p {
    max-width: min(325px, 100vw);
  }
}
@media screen and (max-width: 460px) {
  .responsive_banner.homepage_banners_1 .banner_html,
  .responsive_banner.home_after_favorites_banners_25 .banner_html,
  .responsive_banner.home_after_newness_banners_25 .banner_html {
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    text-align: center;
    bottom: 24px;
  }
  .responsive_banner.homepage_banners_1 .banner_html .banner_title,
  .responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title,
  .responsive_banner.home_after_newness_banners_25 .banner_html .banner_title {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .responsive_banner.homepage_banners_1 .banner_html .banner_title p,
  .responsive_banner.home_after_favorites_banners_25 .banner_html .banner_title p,
  .responsive_banner.home_after_newness_banners_25 .banner_html .banner_title p {
    max-width: 100%;
  }
  .responsive_banner.homepage_banners_1 .banner_html .banner_ct,
  .responsive_banner.home_after_favorites_banners_25 .banner_html .banner_ct,
  .responsive_banner.home_after_newness_banners_25 .banner_html .banner_ct {
    display: inline-block;
  }
}
.responsive_banner.home_category_banners_25 {
  width: 25%;
}
.responsive_banner.home_category_banners_25 .banner_html {
  bottom: 1.7vw;
  left: 2.1vw;
  width: calc(100% - 80px);
}
.responsive_banner.home_category_banners_25 .banner_html .banner_title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.5vw, 28px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .responsive_banner.home_category_banners_25 {
    margin-bottom: 8px;
    width: 100%;
  }
  .responsive_banner.home_category_banners_25 .banner_html {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .responsive_banner.home_category_banners_25:last-child {
    margin-bottom: 0;
  }
}
.responsive_banner.home_brand_faces_banners_25 .image_banner {
  margin-bottom: clamp(100px, 6.5vw, 124px);
}
.responsive_banner.home_brand_faces_banners_25 .banner_html {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(100%);
  height: clamp(68px, 4.8vw, 92px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-flow: column;
  justify-content: flex-end;
}
.responsive_banner.home_brand_faces_banners_25 .banner_html .banner_title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  color: #000;
}
.responsive_banner.home_brand_faces_banners_25 .banner_html .banner_text {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.1vw, 20px);
  font-weight: 300;
  line-height: 1;
  color: #000;
}
.loyalty_club_banners_25_main_wrapper .fluid-container {
  flex-wrap: nowrap;
  display: flex;
}
.loyalty_club_banners_25_main_wrapper .fluid-container h3 {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 2.1vw, 40px);
  padding: 0 16px;
  padding-top: clamp(32px, 4.2vw, 80px);
  padding-bottom: clamp(16px, 3vw, 56px);
  box-sizing: border-box;
}
.loyalty_club_banners_25_main_wrapper .fluid-container.loyalty_club_banners_25_banners {
  padding: 0;
  padding-left: clamp(0px, 5vw, 96px);
  padding-right: clamp(0px, 5vw, 96px);
  box-sizing: border-box;
  gap: 1vw;
}
.loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content {
  width: clamp(0px, 45.6vw, 876px);
  margin: 0 auto;
  display: block;
  text-align: center;
}
.loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content h3 {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(32px, 5.5vw, 105px);
  font-weight: 400;
  line-height: 1;
  color: #004E38;
  margin-top: clamp(32px, 8.3vw, 160px);
  margin-bottom: clamp(8px, 3.3vw, 64px);
}
.loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content p {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.5vw, 28px);
  font-weight: 300;
  line-height: 1.2;
  color: #004E38;
}
.loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content img {
  display: block;
  width: 100%;
  margin-top: clamp(24px, 6.7vw, 128px);
  margin-bottom: clamp(24px, 5.8vw, 112px);
}
.loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2.5vw;
  width: 100%;
  margin-bottom: clamp(24px, 5.8vw, 112px);
}
.loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content .buttons .banner_ct {
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 1.68px;
}
.loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content .buttons .banner_ct span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content .buttons .banner_ct {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content {
    width: clamp(0px, 50vw, 876px);
  }
}
@media screen and (max-width: 720px) {
  .loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content {
    width: clamp(0px, 60vw, 876px);
  }
}
@media screen and (max-width: 650px) {
  .loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content {
    width: clamp(0px, 75vw, 876px);
  }
}
@media screen and (max-width: 460px) {
  .loyalty_club_banners_25_main_wrapper .fluid-container {
    flex-wrap: nowrap;
  }
  .loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content .buttons {
    flex-wrap: wrap;
    gap: 16px;
  }
  .loyalty_club_banners_25_main_wrapper .fluid-container .loyalty_club_content .buttons .banner_ct {
    width: 100%;
  }
  .loyalty_club_banners_25_main_wrapper .fluid-container.loyalty_club_banners_25_banners {
    gap: 0;
    padding: 0;
  }
}
.home_category_banners_25_main_wrapper .fluid-container {
  flex-wrap: nowrap;
  display: flex;
}
.home_category_banners_25_main_wrapper .fluid-container h3 {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.7vw, 32px);
  padding: 0 16px;
  padding-top: clamp(32px, 2.5vw, 48px);
  padding-bottom: clamp(32px, 2.5vw, 48px);
  box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  .home_category_banners_25_main_wrapper .fluid-container {
    flex-wrap: wrap;
  }
}
.home_reviews_25_main_wrapper .fluid-container {
  padding-top: clamp(32px, 7.5vw, 144px);
  padding-bottom: clamp(32px, 7.5vw, 144px);
  padding-left: clamp(16px, 2.8vw, 54px);
  padding-right: clamp(16px, 2.8vw, 54px);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.home_reviews_25_main_wrapper .fluid-container .owl-stage {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(16px, 3.3vw, 64px);
  align-items: center;
}
.home_reviews_25_main_wrapper .fluid-container .owl-nav,
.home_reviews_25_main_wrapper .fluid-container .owl-dots {
  display: none;
}
.home_reviews_25_main_wrapper .fluid-container .review {
  display: inline-block;
}
.home_reviews_25_main_wrapper .fluid-container .review .icon {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.home_reviews_25_main_wrapper .fluid-container .review .text {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 300;
  line-height: 1.3;
  color: #000;
}
.home_reviews_25_main_wrapper .fluid-container .review .name {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-top: clamp(16px, 1.2vw, 24px);
}
.home_after_partners_25_main_wrapper .fluid-container {
  display: flex;
  justify-content: center;
  padding-bottom: clamp(32px, 3.3vw, 64px);
}
.home_after_partners_25_main_wrapper .fluid-container .banners {
  display: inline-flex;
  padding-left: clamp(16px, 12.9vw, 247px);
  padding-right: clamp(16px, 12.9vw, 247px);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(24px, 3.3vw, 64px);
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_left {
  width: calc(61.4% - (clamp(24px, 3.3vw, 64px) / 2));
  display: inline-block;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_left .responsive_banner .image_banner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_left .responsive_banner .image_banner > a {
  width: 100%;
  display: flex;
  text-decoration: none;
  outline: none;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_left .responsive_banner .image_banner > a:hover {
  text-decoration: none;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_left .responsive_banner .image_banner picture {
  width: 100%;
  display: flex;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_left .responsive_banner .image_banner img {
  width: 100%;
  display: flex;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right {
  width: calc(35.7% - (clamp(24px, 3.3vw, 64px) / 2));
  display: inline-block;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html {
  display: block;
  position: initial;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_title {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: clamp(16px, 1.45vw, 28px);
  font-weight: 900;
  margin-bottom: clamp(4px, 1.7vw, 32px);
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_title p {
  padding: 0;
  margin: 0;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_text {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 300;
  margin-bottom: clamp(16px, 1.7vw, 32px);
  line-height: 1.3;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_text p {
  padding: 0;
  margin: 0;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_ct {
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 1.68px;
}
.home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_ct span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_ct {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .home_after_partners_25_main_wrapper .fluid-container .banners {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }
  .home_after_partners_25_main_wrapper .fluid-container .banners .banner_left,
  .home_after_partners_25_main_wrapper .fluid-container .banners .banner_right {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 680px) {
  .home_after_partners_25_main_wrapper .fluid-container .banners .banner_left,
  .home_after_partners_25_main_wrapper .fluid-container .banners .banner_right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .home_after_partners_25_main_wrapper .fluid-container .banners .banner_right .banner_html .banner_ct {
    width: 100%;
  }
}
.home_brand_faces_banners_25_main_wrapper .fluid-container:first-child {
  flex-wrap: wrap;
  display: flex;
  padding: 0 16px;
  padding-top: clamp(32px, 2.5vw, 48px);
  padding-bottom: clamp(16px, 2.5vw, 48px);
  text-align: center;
}
.home_brand_faces_banners_25_main_wrapper .fluid-container:first-child h3 {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.7vw, 32px);
  padding-bottom: 8px;
  box-sizing: border-box;
}
.home_brand_faces_banners_25_main_wrapper .fluid-container:first-child p {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.6vw, 30px);
  box-sizing: border-box;
  color: #7A7575;
}
.home_brand_faces_banners_25_main_wrapper .owl-stage {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
.home_brand_faces_banners_25_main_wrapper .owl-dot,
.home_brand_faces_banners_25_main_wrapper .owl-nav {
  display: none;
}
.home_partners_25_main_wrapper .fluid-container {
  flex-wrap: nowrap;
  display: flex;
}
.home_partners_25_main_wrapper .fluid-container h3 {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.7vw, 32px);
  padding: 0 16px;
  padding-top: clamp(16px, 2.5vw, 48px);
  padding-bottom: clamp(16px, 2.5vw, 48px);
  box-sizing: border-box;
}
.home_partners_25_main_wrapper .fluid-container.home_partners_25_banners {
  padding: 0 clamp(16px, 12vw, 231px);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(32px, 2.5vw, 48px);
}
.home_partners_25_main_wrapper .fluid-container.home_partners_25_banners .owl-stage {
  gap: clamp(32px, 4.2vw, 80px);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.home_partners_25_main_wrapper .fluid-container.home_partners_25_banners .owl-item {
  justify-content: center;
}
.home_partners_25_main_wrapper .fluid-container .responsive_banner {
  width: auto;
}
@media screen and (max-width: 999px) {
  .home_partners_25_main_wrapper .fluid-container.home_partners_25_banners {
    padding: 0 16px;
  }
}
@media screen and (max-width: 460px) {
  .home_partners_25_main_wrapper .fluid-container {
    flex-wrap: wrap;
  }
}
.home_after_brand_faces_banners_25_main_wrapper,
.home_after_reviews_banners_2_main_wrapper {
  background-color: #f5f5f5;
}
.fluid-wrapper.home_after_brand_faces_banners_25,
.fluid-wrapper.home_after_reviews_banners_2_25 {
  position: relative;
  text-align: center;
  padding-bottom: max(72px, 6.6vw);
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html {
  display: inline-block;
  width: 100%;
  max-width: 1535px;
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_title,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_title {
  display: inline-block;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(36px, 4.2vw, 80px);
  font-weight: 400;
  letter-spacing: 1.65px;
  margin-bottom: 8px;
  margin-top: clamp(32px, 3.3vw, 64px);
  text-align: center;
  line-height: 1.1;
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_title p,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_title p {
  padding: 0;
  margin: 0;
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_text,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_text {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.5vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: clamp(16px, 2.15vw, 40px);
  text-align: center;
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_text b,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_text b {
  font-weight: 700;
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_text p,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_text p {
  padding: 0;
  margin: 0;
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_ct,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_ct {
  display: inline-block;
  width: auto;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 1.68px;
  padding: 0 48px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(calc(((-1 * max(72px, 6.6vw)) / 2) + 24px));
  white-space: nowrap;
}
.fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_ct span,
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_ct span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_ct,
  .fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_ct {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transform: translateX(-50%) translateY(calc(((-1 * max(72px, 6.6vw)) / 2) + 20px));
  }
}
@media screen and (max-width: 1540px) {
  .fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_title,
  .fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_title,
  .fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_text,
  .fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_text {
    padding: 0 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 820x) {
  .fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_ct,
  .fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_ct {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_title,
  .fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_title,
  .fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_text,
  .fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_text {
    padding: 0 16px;
    text-align: left;
  }
  .fluid-wrapper.home_after_brand_faces_banners_25 .banner_html .banner_ct,
  .fluid-wrapper.home_after_reviews_banners_2_25 .banner_html .banner_ct {
    padding: 0 14px;
    letter-spacing: 1.1px;
  }
}
.fluid-wrapper.home_after_reviews_banners_2_25 .banner_html {
  display: flex;
}
.drk_new_login_header {
  display: none !important;
}
.drk_new_checkout_header #logo_container,
.drk_new_login_header #logo_container {
  display: none !important;
}
#middle_container .minicart_container {
  display: none;
}
/*
#middle_container_product_detail {
    #breadcrumb {
        display: inline-block; 
        width: 100%;
        height: 76px;

        .products_list_breadcrumb_container_inner {
            font-family: @font-montserrat;
            color: #767676;
            font-weight: bold;
            font-size: 20px;
            line-height: 20px;
            height: 76px;
            display: flex;
            align-items: center;
            width: 100%;
        }

        a {
            color: #767676;
            font-weight: bold;
            font-size: 20px;
            line-height: 20px;
            padding: 0 5px;

            &.mobile {
                display: none;
            }

            &:first-child {
                padding-left: 0;
            }

            &.breadcrumb_last_element {
                color: #000000;
                padding-right: 0;
            }
        }
    }

    #products_top {
        width: 100%;
        padding: 0 52px;
        box-sizing: border-box;
        max-width: 100%;
        display: flex;
        align-items: center;
        height: auto;

        #paging, 
        .clear {
            display: none;
        }
    }

    #product_detailed_section {
        width: 100%;
        max-width: 1920px;
        padding: 0 52px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        gap: 32px;

        #product_detailed_left {
            width: ~"calc(100% - 576px - 32px)";

            #product_main_image_container {
                display: flex;
                justify-content: space-between;
                width: 100%;
                gap: 32px;
                flex-wrap: wrap;

                .video-item,
                a {
                    width: ~"calc(50% - 16px)";
                    height: 768px;
                    margin: 0;
                    padding: 0;

                    img {
                        max-width: 100%;
                        max-height: 100%;
                    }
                }
            }
        }

        #product_detailed_middle {
            width: 576px;

            .product_detailed_namebox_button {
                padding: 0;
                min-width: 0;
                line-height: 1;
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                border: 1px solid #000;
                border-radius: 10px;

                span:not(.icon) {
                    display: none;
                }

                span.icon {
                    margin: 0;
                    float: none;
                }
            }

            .detailed_price_lowest {
                padding: 0;
            }
        }
    }
}*/
