* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "EONBrixSans", Helvetica, sans-serif;
  overflow-x: hidden;
}

li {
  list-style: none;
}

label {
  color: #494c52;
}

.price-suffix {
  display: none;
}

.woocommerce button.button, .woocommerce a.button, .woocommerce button.button.alt, .button {
  background-color: #1E4E90;
  border: 2px solid #1E4E90;
  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: #1E4E90;
}

i::before {
  font-size: 20px;
  color: #84aadf;
}

.text_blue {
  color: #1E4E90;
}

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

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

input {
  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[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: #1E4E90;
}

.outline-text {
  color: transparent;
  -webkit-text-stroke: 2px #1E4E90;
  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: #1E4E90;
}

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

.woocommerce-message {
  border-top-color: #1E4E90;
}
.woocommerce-message::before {
  color: #1E4E90;
}

.paginator {
  margin-top: 1rem;
  text-align: center;
  font-size: 18px;
}
.paginator .current {
  color: #1E4E90;
}

#logos li {
  width: 150px;
}

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

@media (min-width: 1000px) {
  .small_hero {
    height: 500px;
    background-size: cover;
  }
}
.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;
  }
}
.feature_product .row:nth-child(even) .feature_content {
  order: 2;
}
.feature_product .feature_content ul li {
  position: relative;
  padding: 10px 0 10px 20px;
}
.feature_product .feature_content ul li::before {
  height: 7px;
  width: 7px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #84aadf;
}
.feature_product .fature_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop_attributes tr:nth-child(even) {
  background-color: #e1e2e3;
}
.shop_attributes tr th {
  font-weight: bold;
  padding: 1rem 1rem 1rem 1rem;
}
.shop_attributes tr p {
  margin-bottom: 0;
  padding-right: 1rem;
}

.tabs.wc-tabs {
  display: flex;
  padding-top: 2rem;
  margin-bottom: 1rem;
}
.tabs.wc-tabs li {
  padding: 1rem;
  background-color: #84aadf;
}
.tabs.wc-tabs li a {
  color: #fff;
}
.tabs.wc-tabs li.active {
  background-color: #1E4E90;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.flex-control-nav {
  display: flex;
}

.woocommerce-breadcrumb {
  background-color: transparent;
}

.summary.entry-summary .price-suffix {
  display: inline;
}
.summary.entry-summary .product_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.summary.entry-summary .price {
  font-size: 24px;
  color: #1E4E90;
  font-weight: bold;
}
.summary.entry-summary button {
  margin: 1rem 0;
}
.summary.entry-summary + .fres_show {
  border-bottom: 1px solid #e1e2e3;
  display: inline-block;
  border-top: 1px solid #e1e2e3;
}

.variations tr {
  vertical-align: baseline;
}
.variations tr label {
  margin-right: 1rem;
}

table.woocommerce-product-attributes {
  width: 500px;
}

@media (max-width: 500px) {
  table.woocommerce-product-attributes {
    width: 100%;
  }
  table.woocommerce-product-attributes th, table.woocommerce-product-attributes p {
    font-size: 12px;
  }
  .tabs.wc-tabs li {
    flex-grow: 1;
  }
  .flex-control-nav.flex-control-thumbs {
    padding-left: 0;
  }
}
.swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.swiper-slide .slide_blenda_1 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: -85%;
  height: 160%;
  width: 110%;
  background-color: #1E4E90;
  rotate: 220deg;
  box-shadow: 0px 20px 60px #191919;
}
.swiper-slide .slide_blenda_2 {
  rotate: 220deg;
  position: absolute;
  top: 0;
  left: -60%;
  height: 100%;
  width: 128%;
  background-color: #9c9c9c;
  z-index: 2;
}
.swiper-slide .slide_blenda_3 {
  rotate: 220deg;
  z-index: 4;
  position: absolute;
  top: 0;
  left: -61%;
  height: 20%;
  width: 150%;
  background-color: #191919;
  box-shadow: 0px -20px 60px #191919;
}
.swiper-slide .slide_text {
  width: 40%;
  z-index: 6;
}
.swiper-slide .slide_text h3, .swiper-slide .slide_text li {
  color: #fff;
}
.swiper-slide .slide_text h3 {
  font-size: 30px;
}
.swiper-slide .slide_text li {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 5px 0 0px 20px;
}
.swiper-slide .slide_text li::before {
  height: 7px;
  width: 7px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #84aadf;
}
.swiper-slide .slide_img {
  display: flex;
  align-items: flex-end;
  flex-grow: 2;
}
.swiper-slide .slide_img img {
  height: 80%;
  z-index: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -20px;
}

.arrow {
  width: 61px;
  height: 61px;
  border-radius: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: transform 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
}
.arrow svg path {
  stroke: #494c52;
}

.arrow.arrow-prev {
  right: unset;
  left: 0%;
}
.arrow.arrow-prev svg {
  rotate: -180deg;
}

@media screen and (max-width: 1500px) {
  .swiper-slide .slide_blenda_1 {
    height: 50%;
    width: 120%;
    left: -100%;
  }
  .swiper-slide .slide_blenda_2 {
    left: -75%;
  }
  .swiper-slide .slide_blenda_3 {
    left: -70%;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-slide .slide_blenda_1, .swiper-slide .slide_blenda_2, .swiper-slide .slide_blenda_3 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  div.swiper {
    height: 700px;
  }
  div.swiper .swiper-slide .slide_text {
    border-top: 3px solid #FFCC12;
    border-bottom: 3px solid #FFCC12;
    width: 100%;
    background-color: #1E4E90;
    height: 250px;
  }
  div.swiper .swiper-slide .slide_text h3 {
    color: #FFCC12;
    font-size: 24px;
  }
  div.swiper .swiper-slide .slide_text li {
    font-size: 16px;
    color: #fff;
  }
  div.swiper .swiper-slide .slide_img {
    height: 500px;
  }
  div.swiper .swiper-slide .slide_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 100px) {
  .swiper-slide .slide_img img {
    height: 100%;
  }
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation li {
  padding: 1rem;
}
.woocommerce-MyAccount-navigation li.is-active {
  background-color: #84aadf;
}

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

* {
  box-sizing: border-box;
}

.card_items {
  position: absolute;
  width: 20px;
  height: 20px;
  background: aliceblue;
  border-radius: 50px;
  border: 1px solid black;
  text-align: center;
  top: -12px;
  right: -5px;
}

.fixed_menu {
  display: none;
  transition: 0.5s all;
}
.fixed_menu.active-f {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.5s all;
  left: 0;
  box-shadow: 0px 0px 25px -2px black;
}

.hamburger {
  width: 35px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger > span {
  height: 2px;
  width: 100%;
  background-color: #84aadf;
  transition: 0.2s 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;
}

.mobile_menu {
  z-index: 11;
  background-color: #3e71ca;
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.5s all;
  padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
  align-items: stretch;
}
.mobile_menu.active {
  right: 0;
}
.mobile_menu li {
  padding-left: 20px;
  border-bottom: 1px solid #84aadf;
}
.mobile_menu li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.mobile_menu li .sub-menu {
  position: initial;
  opacity: 0;
  height: 0;
  display: none;
}
.mobile_menu li .sub-menu li {
  border-bottom: none;
  position: relative;
  padding: 5px 0 5px 20px;
}
.mobile_menu li .sub-menu li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  left: 0;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  width: 15px;
  color: #fff;
}
.mobile_menu li .sub-menu li a {
  text-transform: capitalize;
}
.mobile_menu li.active .sub-menu {
  height: auto;
  opacity: 1;
  display: block;
}
.mobile_menu img {
  display: none;
}

.search_box {
  flex-basis: 500px;
}
.search_box input {
  height: 50px;
}
.search_box i {
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.logo {
  font-size: 30px;
  color: #84aadf;
  font-weight: bold;
  line-height: 1;
}

.logo span {
  color: #3e71ca;
  line-height: 1;
}

header {
  z-index: 11111;
  position: relative;
}
header li span,
header li a {
  font-size: 12px;
}
header .container-fluid:first-child i {
  color: #3e71ca;
}
header .container-fluid:first-child li span, header .container-fluid:first-child li a {
  font-size: 14px;
}

.swiper {
  z-index: 1;
  height: 500px;
  position: relative;
}
.swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

.products_container {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.products_container .product {
  transition: 0.5s all;
  display: flex;
  flex-direction: column;
  border: 3px solid #f1f3f4;
  flex: 1 1 250px;
}
.products_container .product img {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_container .product .product_footer {
  border-top: 1px solid #f1f3f4;
  justify-content: space-between;
  margin-top: auto;
}
.products_container .product .product_footer .product_arrow {
  position: relative;
  width: 50px;
}
.products_container .product .product_footer .product_arrow:after, .products_container .product .product_footer .product_arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  transition: 0.5s all;
  content: "\f105";
  font: normal normal normal 24px/1 FontAwesome;
  width: 15px;
  color: #3e71ca;
}
.products_container .product:hover {
  box-shadow: 5px 5px 20px 0px rgba(66, 68, 90, 0.2);
}
.products_container .product:hover .product_footer .product_arrow::before {
  left: 70%;
  color: #84aadf;
}

@media screen and (min-width: 850px) {
  .hamburger {
    display: none;
  }
  .fixed_menu {
    display: block;
  }
  .menu {
    z-index: 111111;
  }
}
/* CSS Document */
#container {
  margin: 0 auto;
}

nav {
  box-shadow: -1px 5px 11px 0px rgba(0, 0, 0, 0.2);
  background-color: #1E4E90;
}
nav:first-child li a {
  color: #fff;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  display: inline-block;
}

header nav a {
  display: block;
  padding: 0 10px;
  color: #000;
  font-size: 16px;
  line-height: 45px;
  text-decoration: none;
  text-transform: capitalize;
}

/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 45px; /* the height of the main nav */
  background-color: #fff;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 300px;
  float: none;
  display: list-item;
  position: relative;
}
nav ul ul li:hover {
  background-color: #f1f1f1;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
  position: relative;
}

.main-desktop .main_ul {
  border-top: 2px solid #e1e2e3;
  box-shadow: rgba(0, 0, 0, 0.2) -1px 5px 11px 0px;
}
.main-desktop .main_ul::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: -7px;
  left: 20%;
  border-bottom: 7px solid #e1e2e3;
}
.main-desktop .main_ul > li:last-of-type {
  display: none;
}
.main-desktop .main_ul li a {
  color: #1E4E90;
  transition: 0.5s all;
}
.main-desktop .main_ul li a:hover {
  color: #84aadf;
}

.main-desktop .main-sub {
  border-left: 2px solid #e1e2e3;
  right: calc(-100% - 2px);
  top: 5px;
}
.main-desktop .main-sub::after {
  rotate: -90deg;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 15px;
  left: -12px;
  border-bottom: 7px solid #e1e2e3;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .products_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Change this in order to change the Dropdown symbol */
h2 {
  font-size: 68px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
}

.product_title {
  font-size: 16px;
  text-transform: uppercase;
}

.text_small {
  font-size: 14px;
}

footer a {
  font-size: 16px;
  color: #494c52;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
#footer {
  background-color: #010100;
}
#footer h3 {
  font-size: 20px;
  color: #e1e2e3;
  text-transform: capitalize;
  font-weight: bold;
}
#footer .border-r {
  border-right: 1px solid #e1e2e3;
}
#footer ul li {
  margin-bottom: 0.2rem;
}
#footer ul li a {
  color: #e1e2e3;
  position: relative;
}
#footer ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #fff;
  transition: 0.5s all;
}
#footer ul li:hover a::after {
  width: 100%;
}
#footer ol img {
  max-width: 150px;
}
#footer .categories li {
  flex: 1 1 270px;
}/*# sourceMappingURL=style.css.map */