@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Thin.eot");
  src: url("../../fonts/exo/Exo2-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Thin.woff2") format("woff2"), url("../../fonts/exo/Exo2-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-ExtraLight.eot");
  src: url("../../fonts/exo/Exo2-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-ExtraLight.woff2") format("woff2"), url("../../fonts/exo/Exo2-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Light.eot");
  src: url("../../fonts/exo/Exo2-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Light.woff2") format("woff2"), url("../../fonts/exo/Exo2-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Regular.eot");
  src: url("../../fonts/exo/Exo2-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Regular.woff2") format("woff2"), url("../../fonts/exo/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Medium.eot");
  src: url("../../fonts/exo/Exo2-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Medium.woff2") format("woff2"), url("../../fonts/exo/Exo2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-SemiBold.eot");
  src: url("../../fonts/exo/Exo2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-SemiBold.woff2") format("woff2"), url("../../fonts/exo/Exo2-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Bold.eot");
  src: url("../../fonts/exo/Exo2-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Bold.woff2") format("woff2"), url("../../fonts/exo/Exo2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-ExtraBold.eot");
  src: url("../../fonts/exo/Exo2-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-ExtraBold.woff2") format("woff2"), url("../../fonts/exo/Exo2-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../fonts/exo/Exo2-Black.eot");
  src: url("../../fonts/exo/Exo2-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/exo/Exo2-Black.woff2") format("woff2"), url("../../fonts/exo/Exo2-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#masthead .header-top {
  background-color: #A6CE39;
}
#masthead .header-top .main-navigation {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #masthead .header-top .main-navigation {
    flex: unset;
  }
}
#masthead .header-top .main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead .header-top .main-navigation ul a {
  text-transform: uppercase;
  padding: 15px;
  display: block;
  color: white;
  font-weight: 700;
}
#masthead .header-middle {
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
}
#masthead .header-middle .custom-logo-link {
  display: block;
  max-width: 210px;
}
#masthead .header-middle .site-branding {
  max-width: 150px;
}
#masthead .header-middle .header-wishlist .header-wishlist-count {
  position: absolute;
  right: -4px;
  top: -5px;
  background-color: #A6CE39;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#masthead .header-middle .header-cart {
  display: flex;
  align-items: center;
}
#masthead .header-middle .header-cart .header-cart-icon {
  background-image: url("../img/icon-cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  position: relative;
}
#masthead .header-middle .header-cart .header-cart-icon .cart-items-count {
  position: absolute;
  right: -5px;
  top: -4px;
  color: #ffffff;
  background-color: #A6CE39;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .header-middle .header-cart .header-cart-texts {
  margin-left: 10px;
}
#masthead .header-middle .header-cart .header-cart-texts > * {
  line-height: 15px;
}
#masthead .header-middle .header-cart a,
#masthead .header-middle .header-cart a:hover {
  color: #000000;
}
#masthead .header-bottom {
  display: none;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 1100px) {
  #masthead .header-bottom {
    display: block;
  }
}
#masthead .header-bottom ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead .header-bottom ul#menu-header-categories > li a {
  display: block;
  min-width: max-content;
  padding: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
> #masthead .header-bottom ul#menu-header-categories > li.menu-item-has-children {
  position: relative;
}
> #masthead .header-bottom ul#menu-header-categories > li.menu-item-has-children:before {
  content: url("../img/down-arrow-black.svg");
  position: absolute;
  right: 0;
  top: 10px;
}
> #masthead .header-bottom ul#menu-header-categories > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  z-index: 10;
  display: none;
}
> #masthead .header-bottom ul#menu-header-categories > li.menu-item-has-children > .sub-menu li a {
  text-transform: initial;
  padding: 15px;
  font-weight: 400;
}
> #masthead .header-bottom ul#menu-header-categories > li.menu-item-has-children > .sub-menu li:hover a {
  color: #ffffff;
  background-color: #A6CE39;
}
#masthead .header-bottom ul#menu-header-categories > li:hover > a {
  color: white;
  background-color: #38383A;
}
#masthead .header-bottom ul#menu-header-categories > li:hover > .sub-menu {
  display: block;
}
#masthead .header-bottom ul#menu-header-categories > li:hover:before {
  content: url("../img/down-arrow-white.svg");
  position: absolute;
  right: 0;
  top: 10px;
}

.site-footer .newsletter > div {
  width: 100%;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul li a {
  color: white;
}
.site-footer ul li a:hover {
  color: #A6CE39;
}
@media screen and (min-width: 800px) {
  .site-footer .footer-menu-wrapper ul {
    columns: 2;
  }
}
.site-footer .footer-menu-wrapper ul li {
  padding-bottom: 15px;
}
.site-footer .bottom-footer {
  padding: 15px 0;
  border-top: 1px solid #D8D8D8;
}
.site-footer .middle-footer > div img {
  max-width: 190px;
}

#mobile-toggle {
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
}
#mobile-toggle .inner-toggle-wrapper {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mobile-toggle .inner-toggle-wrapper span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(1) {
  top: 0;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(2), #mobile-toggle .inner-toggle-wrapper span:nth-child(3) {
  top: 50%;
  transform: translate(0, -1px);
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(4) {
  bottom: 0;
}
#mobile-toggle.open span:nth-child(1) {
  width: 0;
}
#mobile-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-toggle.open span:nth-child(4) {
  width: 0;
}

.mobile-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background-color: #38383A;
  z-index: 11;
  width: 100%;
  padding: 15px;
  height: 100vh;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul li a {
  padding: 10px 20px;
  display: block;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-toggle {
  display: block;
}
@media screen and (min-width: 1200px) {
  .mobile-toggle {
    display: none !important;
  }
}

.mobile-menu[data-state=opened] {
  animation: clipPathCircleOpen 750ms ease-in-out forwards;
  display: block;
}

.mobile-menu[data-state=closing] {
  animation: clipPathCircleClose 750ms ease-in-out forwards;
}

.category-navigation[data-state=closed],
.mobile-menu[data-state=closed] {
  display: none;
}

@keyframes clipPathCircleOpen {
  0% {
    clip-path: polygon(0 0, 0% 0%, 0% 0);
  }
  100% {
    clip-path: polygon(0 0, 0% 300%, 300% 0);
  }
}
@keyframes clipPathCircleClose {
  0% {
    clip-path: polygon(0 0, 0% 300%, 300% 0);
  }
  100% {
    clip-path: polygon(0 0, 0% 0%, 0% 0);
  }
}
.menu-header-top-container {
  display: none;
}
@media screen and (min-width: 1200px) {
  .menu-header-top-container {
    display: block;
  }
}

.header-search {
  width: 100%;
  max-width: 440px;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .header-search {
    padding: 0 40px;
  }
}
.header-search .aws-container {
  width: 100%;
}
.header-search .aws-container .aws-search-btn {
  background-color: transparent;
  border-left: none;
  border-radius: 0 10px 10px 0 !important;
}
.header-search .aws-container .aws-search-btn:hover {
  background-color: transparent;
}
.header-search .aws-container input {
  padding: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid #E0E0E0;
  border-right: none;
  border-radius: 10px 0 0 10px !important;
  background-color: white;
}
.header-search .aws-container .aws-search-btn_icon {
  position: relative;
}
.header-search .aws-container .aws-search-btn_icon:before {
  content: url("../img/icon-search.svg");
  position: absolute;
  top: 0;
  right: 10px;
}
.header-search .aws-container .aws-search-btn_icon svg {
  display: none;
}
.header-search.header-search-desktop {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header-search.header-search-desktop {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .header-search.header-search-mobile {
    display: none;
  }
}
.header-search.header-search-mobile .aws-search-btn {
  background-color: white;
  border-left: none;
  border-radius: 0 10px 10px 0 !important;
}
.header-search.header-search-mobile .aws-search-btn:hover {
  background-color: white;
}

#wp-admin-bar-bapf_debug_bar {
  display: none;
}

.bg-red a {
  background-color: #EB5757 !important;
}

.text-red a {
  color: #EB5757 !important;
}

#masthead .header-bottom ul#menu-header-categories li.menu-item-has-children.always-open > .sub-menu {
  display: block !important;
  position: absolute !important;
  z-index: 2;
  background-color: white;
  border: none;
  min-width: auto;
  margin-top: 1px;
}

#masthead .header-bottom ul#menu-header-categories li.menu-item-has-children.always-open:before {
  display: none;
}

#masthead .header-bottom ul#menu-header-categories li.menu-item-has-children.always-open > a {
  background-color: #A6CE39;
  color: white;
}

body.not-homepage #masthead .header-bottom ul#menu-header-categories li.menu-item-has-children > .sub-menu {
  display: none !important;
}

body.homepage #masthead .header-bottom ul#menu-header-categories li.menu-item-has-children.always-open > .sub-menu {
  display: block !important;
  position: absolute !important;
  z-index: 2;
  background-color: white;
  border: none;
  min-width: auto;
  margin-top: 1px;
}

body.homepage #masthead .header-bottom ul#menu-header-categories li.menu-item-has-children.always-open > a {
  background-color: #A6CE39;
  color: white;
}

body.homepage #masthead .header-bottom ul#menu-header-categories li.menu-item-has-children.always-open > .sub-menu li a:hover {
  background-color: #000000;
  color: white;
}

#site-navigation a:hover {
  background-color: #000000;
  color: white;
}

.white-line {
  border-left: 1px solid white;
  height: 14px;
}/*# sourceMappingURL=header.css.map */