.blenda {
  position: relative;
}
.vjs-tech  {
	pointer-events:none;
}



.blenda::after {
  border: none;
  left: -49%;
  top: 56px;
  position: absolute;
  content: "";
  width: 200vw;
  height: 400px;
  rotate: 330deg;
  z-index: -1;
  background-image: linear-gradient(to right, rgba(212, 212, 212, 0.2), transparent 66%);
}
.blenda::before {
  border: none;
  left: -49%;
  top: 456px;
  position: absolute;
  content: "";
  width: 200vw;
  height: 400px;
  rotate: 330deg;
  z-index: -1;
  background-image: linear-gradient(to right, transparent 30%, rgba(212, 212, 212, 0.2) 66%);
}

* {
  padding: 0;
  margin: 0;
  outline: none;
}

html {
  overflow-x: hidden;
}

.woocommerce-info {
  -o-border-image: linear-gradient(to right, #078c6f, #fff) 1;
     border-image: linear-gradient(to right, #078c6f, #fff) 1;
}

.border_gradient {
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #078c6f, #fff) 1;
     border-image: linear-gradient(to right, #078c6f, #fff) 1;
}

body {
  font-family: "EONBrixSans", Helvetica, sans-serif;
  overflow-x: hidden;
  background: #fafafa;
  color: #191919;
}

li {
  list-style: none;
}

a {
  color: #191919;
  text-decoration: none;
}

a:hover {
  color: #22033c;
}

.price-suffix {
  display: none;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce button.button.alt,
.button {
  background-color: #1dcd9f;
  border: 2px solid #1dcd9f;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  transition: 0.5s all;
  font-weight: bold;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.button:hover {
  background-color: #fff;
  color: #1dcd9f;
}

i::before {
  font-size: 20px;
  color: #1dcd9f;
}

.cursor-poitner {
  cursor: pointer;
}

.text_blue {
  color: #1dcd9f;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 50%;
  translate: 0 -50%;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=email] {
  display: block;
  width: inherit;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

input.form-control:focus,
select:focus {
  border-color: #1dcd9f;
  box-shadow: none;
}

input[type=checkbox] {
  padding: 0;
}

.error {
  color: rgb(119, 0, 0);
  display: none;
}

.error.set {
  display: block;
}

select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.woocommerce a.button.alt {
  background-color: #1dcd9f;
}

.outline-text {
  color: transparent;
  -webkit-text-stroke: 2px #1dcd9f;
  opacity: 0.8;
  transform: translateX(-50%);
}

.woocommerce-breadcrumb {
  box-shadow: none;
  background-color: transparent;
  margin: 1rem 0 2rem 0;
  font-size: 0.8rem;
  color: gray;
}
.woocommerce-breadcrumb a {
  color: #22033c;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.sort__box {
  width: 300px;
  margin: 1rem 0;
}

.woocommerce-message {
  border-top-color: #22033c;
}
.woocommerce-message::before {
  color: #22033c;
}

.paginator {
  margin: 2rem 0 3rem 0;
  text-align: center;
  font-size: 18px;
}
.paginator .current {
  color: #22033c;
}

#logos li {
  width: 150px;
}

.small_hero {
  height: 350px;
  background-size: cover;
}

@media (min-width: 1000px) {
  .small_hero {
    height: 500px;
    background-size: cover;
  }
}
.companies {
  padding-top: 50px;
  padding-bottom: 50px;
}
.companies img {
  width: 200px;
}

.video-js button.vjs-big-play-button {
  display: none;
}

.custom-play {
  border: none;
  z-index: 2;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  translate: -50% -50%;
  background-color: #1dcd9f;
}
.custom-play.hide {
  display: none;
}
.custom-play::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 24px;
  background-image: url(../gfx/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-body {
  overflow: hidden;
  position: unset !important;
}

iframe#vid1_Youtube_api {
  bottom: 0;
  right: 0;
}

.vid1-dimensions {
  height: 100%;
  width: 100%;
}

.vid1-dimensions.vjs-fluid {
  height: 1005 !important;
  position: relative;
  overflow: hidden;
  /* padding-top: 56.25%; */
}

iframe#vid1_Youtube_api {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.contact_info li {
  position: relative;
  padding-left: 48px;
}
.contact_info li svg {
  position: absolute;
  left: 0;
  top: -6px;
}

.contact svg path {
  fill: #078c6f;
}

.cart .product-thumbnail img {
  max-width: 200px;
}

.category_container {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.category_container .category_box {
  border: 3px solid #f1f3f4;
  cursor: pointer;
}
.category_container .category_box img {
  height: 250px;
}

@media (min-width: 768px) {
  .category_container {
    grid-template-columns: repeat(4, 1fr);
  }
  .category_container .category_box img {
    height: 303px;
  }
}
.entry-summary {
  color: #22033c;
}
.entry-summary h1 {
  font-size: 34px;
  line-height: 44px;
}
.entry-summary .reset_variations {
  display: none;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.entry-summary .price {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 2rem;
}
.entry-summary input {
  margin-bottom: 1rem;
}
.entry-summary .product_meta {
  display: none;
}

.woocommerce-product-gallery .flex-viewport {
  height: 600px;
}
.woocommerce-product-gallery .flex-viewport .flex-active-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-product-gallery .flex-control-nav {
  display: flex;
  padding: 0;
  margin-top: 1rem;
}

.woocommerce-tabs h2 {
  display: none;
}

.tabs.wc-tabs {
  display: flex;
  margin: 2rem 0 1rem 0;
}
.tabs.wc-tabs li {
  transition: 0.5s all;
  padding: 1rem;
  background-color: #1dcd9f;
}
.tabs.wc-tabs .active {
  background-color: #078c6f;
}
.tabs.wc-tabs .active a {
  color: #fff;
}

.shop_attributes {
  width: 300px;
}
.shop_attributes tbody tr:nth-child(even) {
  background-color: #fff;
}
.shop_attributes tr th {
  padding: 1rem;
}
.shop_attributes tr p {
  margin-bottom: 0;
  padding-left: 1rem;
}

select#pa_kolor {
  display: none;
}

table.variations {
  margin-bottom: 1rem;
}
.variations label {
	padding-right: 0.5rem
}


table.variations select {
  width: -moz-fit-content;
  width: fit-content;
}
table.variations .variation-radios {
  display: flex;
  flex-wrap: wrap;
}
table.variations .variation-radios div {
  width: 60px;
  align-items: center;
  margin-right: 0.7rem;
}
table.variations .variation-radios div p {
  font-size: 12px;
	word-break: break-word;
}
table.variations .variation-radios div div {
  margin-bottom: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  min-width: 50%;
}
table.variations .variation-radios div div input {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  border: 1px solid gray;
}
table.variations .variation-radios div div input:checked + label::after {
  border: 2px solid #1dcd9f;
}
table.variations .variation-radios div div label {
  transition: 0.5s all;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background-size: cover;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  color: #fff;
}
table.variations .variation-radios div div label::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid rgba(34, 3, 60, 0.4);
}

.video-js.vjs-theme-eon {
  height: 100% !important;
}

.ytp-large-play-button {
  display: none !important;
}

.posts {
  background: linear-gradient(37deg, rgb(34, 3, 60) 0%, rgb(7, 140, 111) 72%);
  padding: 60px 0;
}
.posts .heading_2 {
  color: #fff;
}
.posts .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 20px;
  padding-bottom: 100px;
}
.posts .gallery .post {
  padding: 0;
}
.posts .gallery .post h4,
.posts .gallery .post p {
  color: #fff;
}
.posts .gallery .post .img-box {
  position: relative;
  background-color: rebeccapurple;
  height: 70%;
  overflow: hidden;
  margin-bottom: 1rem;
  border-top: 3px solid #22033c;
}
.posts .gallery .post .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts .gallery .post .img-box div {
  height: 100%;
  width: 100%;
}
.posts .gallery .post:nth-child(3) {
  grid-row: 1/3;
}

@media screen and (max-width: 800px) {
  .posts .gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 300px);
  }
  .posts .gallery .post:nth-child(3) {
    grid-row: unset;
  }
}
@media screen and (min-width: 1000px) {
  .post .gallery {
    padding-bottom: 150px;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 1rem;
  background-color: #1dcd9f;
  color: #fff;
  transition: 0.5s all;
  flex: 1 1 200px;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #078c6f;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
}

.woocommerce-MyAccount-content nav {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 20px 40px rgba(20, 35, 49, 0.11);
}
.woocommerce-MyAccount-content header {
  padding: 1rem;
}

.coupon {
  display: flex;
}
.coupon button {
  margin-left: 1rem !important;
}

section.products .products_container {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product_box {
  background-color: #fff;
  border: 1px solid #dfdede;
  font-weight: bold;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  transition: 0.3s box-shadow;
  display: flex;
  flex-direction: column;
}
.product_box .img_box img {
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.product_box .product_producetn {
  margin-top: 1rem;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  -moz-columns: #22033c;
       columns: #22033c;
}
.product_box .product_producetn::after {
  position: absolute;
  content: "";
  background-color: #078c6f;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 30px;
}
.product_box .product_title {
  font-size: 16px;
  line-height: 20px;
}
.product_box .price {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 22px;
  line-height: 22px;
  color: #078c6f;
}
.product_box:hover {
  box-shadow: rgba(0, 0, 0, 0.2) -1px 5px 11px 0px;
  border: 1px solid #1dcd9f;
}

.paginator span,
.paginator a {
  border: 1px solid #22033c;
  padding: 0.4rem;
  font-weight: bold;
  transition: 0.5s all;
}
.paginator span:hover,
.paginator a:hover {
  background-color: #1dcd9f;
}
.paginator .current {
  background-color: #1dcd9f;
  color: #fff;
}
.paginator .next {
  background-color: #22033c;
  color: #fff;
}
.paginator .next:hover {
  color: #22033c;
  background-color: #1dcd9f;
}

.sort-box {
  border-bottom: 2px solid #078c6f;
}
.sort-box form {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1rem 0;
}
.sort-box form select {
  font-size: 12px;
}

.woocommerce-product-gallery img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  section.products .products_container {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #22033c;
  display: inline-block;
  position: relative;
  box-shadow: 0px 2px 10px rgba(25, 25, 25, 0.5);
}
.arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -30% -50%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 40%;
  height: 40%;
  rotate: 45deg;
}
.arrow.arrow_right::after {
  rotate: 225deg;
  translate: -70% -50%;
}
.arrow.swiper-button-disabled {
  opacity: 0.4;
}

.swiper {
  overflow: visible;
}
.swiper .swiper-wrapper {
  overflow-y: visible;
  height: 400px;
}
.swiper .swiper-wrapper .slider_content {
  position: absolute;
  top: 20%;
  left: 20%;
  background: #fff;
}
.swiper .swiper-wrapper .slider_content h2 {
  margin-bottom: 0;
  color: #078c6f;
  padding: 0.5rem 1rem;
}
.swiper .swiper-wrapper .slider_content p {
  padding: 0.5rem 1rem;
  background-color: #191919;
  color: #fff;
}
.swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .product_box {
  height: 100%;
}
.swiper .swiper-pagination {
  bottom: -35px !important;
}
.swiper .swiper-pagination span {
  background-color: #22033c;
}

.row .swiper {
  overflow: unset;
}

header {
  border-bottom: 2px solid #078c6f;
  margin-bottom: 50px;
  box-shadow: 0px 20px 40px rgba(20, 35, 49, 0.11);
}
header .logo img {
  max-width: 200px;
}
header a:hover {
  transition: 0.4s all;
  color: #078c6f;
}
header a,
header span {
  font-size: 14px;
}
header .top {
  background-color: #078c6f;
}
header .top a,
header .top span {
  color: #fff;
  font-size: 12px;
}
header .fixed {
  transition: 0.3s all;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #078c6f;
  box-shadow: 0px 20px 40px rgba(20, 35, 49, 0.21);
  z-index: 2;
}

svg {
  transform: scale(0.7);
}

.logo {
  font-size: 30px;
  font-weight: bold;
  color: #1dcd9f;
  text-transform: uppercase;
}
.logo span {
  font-size: 30px;
  color: #22033c;
  text-transform: uppercase;
  text-decoration: underline;
}

.mobile_menu {
  position: fixed;
  background-color: #1dcd9f;
  width: 70%;
  top: 0;
  bottom: 0;
  right: -100%;
  transition: 0.5s all;
  padding-left: 1rem;
  z-index: 6;
}
.mobile_menu.active {
  right: 0;
}
.mobile_menu a {
  color: #fff;
}
.mobile_menu li {
  padding: 0.7rem 0;
}
.mobile_menu li > ul {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s max-height;
}
.mobile_menu li.active > ul {
  padding-left: 1rem;
  max-height: 300px;
}

.side_menu {
  transition: 0.5s all;
  padding-left: 1rem;
  z-index: 6;
  overflow: hidden;
  transition: 0.5s max-height;
}

.side_menu {
  background-color: #fff;
  transition: 0.5s all;
  padding: 0 1rem;
  z-index: 6;
  border: 1px solid;
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #078c6f, #1dcd9f) 1;
     border-image: linear-gradient(to right, #078c6f, #1dcd9f) 1;
}
.side_menu.active {
  display: block;
}
.side_menu li {
  padding: 0.5rem 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #078c6f, transparent) 1;
     border-image: linear-gradient(to right, #078c6f, transparent) 1;
  position: relative;
}
.side_menu li.menu-item-has-children::after {
  content: url(../gfx/plus.svg);
  position: absolute;
  right: -21px;
  scale: 0.5;
  top: 0;
  top: 50%;
  translate: 0 -50%;
}
.side_menu li.current-menu-parent.menu-item-has-children {
  border: none;
}
.side_menu li.current-menu-parent.menu-item-has-children::after {
  display: none;
}
.side_menu li:last-of-type {
  border-bottom: none;
}
.side_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.side_menu li.current-menu-parent a {
  font-weight: bold;
}
.side_menu li.current-menu-parent > ul {
  max-height: 300px;
  padding-left: 1rem;
}
.side_menu li.current-menu-parent > ul li {
  border-bottom: 1px solid rgba(34, 3, 60, 0.5);
}
.side_menu li.current-menu-parent > ul li:last-of-type {
  border-bottom: none;
}
.side_menu li.current-menu-parent > ul a {
  color: #078c6f;
}
.side_menu li > ul {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s max-height;
}
.side_menu li > ul li {
  border-bottom: none;
}

.hamburger {
  width: 35px;
  height: 30px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger span {
  background-color: #078c6f;
  display: inline-block;
  height: 2px;
  width: 100%;
  transition: 0.5s all;
}
.hamburger.active {
  position: relative;
}
.hamburger.active span:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  rotate: -45deg;
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  rotate: 45deg;
}

.main_ul > li {
  padding-right: 1rem;
  position: relative;
}
.main_ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
  z-index: 3;
  position: relative;
  padding: 0.5rem 1rem;
  display: block;
}
.main_ul > li > a::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #078c6f;
  z-index: -1;
  transition: 0.5s all;
}
.main_ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
.main_ul > li:hover > a {
  color: #fff;
}
.main_ul > li:hover > a::after {
  height: 100%;
}
.main_ul ul {
  position: absolute;
  opacity: 0;
  top: calc(100% + 2px);
  top: calc(100% + 2px);
  transition: 0.5s all;
  visibility: hidden;
  padding: 1rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) -1px 5px 11px 0px;
}
.main_ul ul > li a {
  font-weight: bold;
  white-space: nowrap;
  padding-bottom: 1rem;
}
.main_ul ul > li a:hover {
  color: #1dcd9f;
}

.modal .modal-header {
  border: none;
}
.modal .modal-header .btn-close {
  border-radius: 50px;
  background-color: #078c6f;
}
.modal .modal-body {
  padding-bottom: 3rem;
}
.modal .modal-body form {
  position: relative;
}
.modal .modal-body form input[type=text] {
  box-shadow: 0px 20px 40px rgba(20, 35, 49, 0.11);
  height: 58px;
  border-radius: 50px;
}
.modal .modal-body form #searchsubmit {
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  background: url(../gfx/loupe.svg);
  border-radius: 50px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #22033c;
}

.modal-dialog {
  max-width: 800px;
}

@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }
  .logo {
    font-size: 22px;
  }
  header svg {
    scale: 0.7;
  }
}
body {
  font-family: "EONBrixSans";
  font-style: normal;
  font-weight: 500;
}

.heading_1 {
  font-size: 54px;
  line-height: 64px;
}

.heading_2 {
  font-size: 44px;
  line-height: 60px;
}

.heading_3 {
  font-size: 34px;
  line-height: 44px;
}

.heading_4 {
  font-size: 24px;
  line-height: 34px;
}

.heading_5 {
  font-size: 18px;
  line-height: 28px;
}

.footer {
  background-color: #22033c;
}
.footer a {
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 20px;
  padding: 0 0.5rem;
}
.footer a span {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #078c6f;
  transition: 0.3s width;
  z-index: 3;
  padding-left: 0.5rem;
  opacity: 0;
  left: 0;
  overflow: hidden;
  color: #22033c;
  top: 0;
}
.footer a:hover span {
  opacity: 1;
  width: 100%;
}
.footer .categories {
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .categories li {
  flex: 1 1 200px;
}/*# sourceMappingURL=style.css.map */