* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --header-size: 0;
}

body {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

a {
  text-decoration: none;
  display: flex;
}

div {
  display: flex;
  flex-direction: column;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.datePickerInput {
  height: 100%;
  height: 44px;
  color: #686868;
  font-size: 16px;
  background-color: #FFF;
  padding: 12px;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  vertical-align: top;
}

.container {
  width: 1320px;
}

.mobile {
  display: none;
  background: #FAF9FC;
}

.desktop {
  display: flex;
}

.menu-category-wrapper {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  background: #FAF9FC;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #393A40;
  font-weight: bold;
  text-decoration: none;
  background: #FAF9FC;
  border: 0;
  width: 100%;
  cursor: pointer;
}

.nav-menu a p {
  font-size: 0.75rem;
  font-weight: 300;
  text-align: left;
}

.nav-menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style: none;
  background: #FAF9FC;
  flex-wrap: wrap;
}

.nav-menu ul:first-child {
  margin: 5px;
}

.nav-menu li {
  position: relative;
  text-align: center;
  background: #FAF9FC;
}

.nav-menu li a {
  padding: 15px;
}

.nav-menu a:hover {
  color: #6F6F6F;
  background: #FFF;
  padding-bottom: 14px;
  border-bottom: 1px solid #c1c1c1;
}

.nav-menu li:hover .submenu-1 > li {
  display: block;
  top: 0;
}

.menu-item-children {
  display: flex;
  align-items: center;
}

.submenu-1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 200px;
}

.submenu-1 li {
  display: none;
  position: relative;
}

.nav-menu li ul.submenu-1 {
  padding: 0;
  z-index: 999;
}

.submenu-1 li:hover > .submenu-2 li {
  display: block;
}

.submenu-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
}

.submenu-2 li {
  display: none;
}

.nav-menu .submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.submenu-link {
  text-decoration: none;
}

.submenu-item-children {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.categories-drawer {
  border-bottom: 1px solid #E9E9F0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.categories-drawer a, ul, li {
  color: #393A40;
  text-decoration: none;
}

.cardimage-link {
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .submenu-item {
    padding: 15px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
  }

  .submenu-item.level1 {
    padding: 7.5px 15px;
    font-weight: 700;
  }

  .submenu-item.level2 {
    padding: 7.5px 30px;
    font-weight: 400;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-menu li:nth-child(n+5):nth-child(-n+10) ul.submenu-1 li ul.submenu-2 {
    left: -100%;
  }
}

.products-list-left-column {
  width: 25%;
}

.products-list-right-column {
  width: 75%;
}

.search-skeleton.with-filter-header {
  width: 100% !important;
}

/* Home */
.home-banner-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  height: 515px;
  background-color: #FFFFFF;
}

.home-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ProductDetails */
.supplier-link {
  flex-direction: row;
  align-items: center;
  margin-bottom: 7.5px;
}

/* AdditionalPaymentInfo */
.additional-payment-info-container {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.additional-payment-info-content {
  max-width: 402px;
  background-color: #FAF9FC;
  border-radius: 3px;
  padding: 16px;
}

/* Footer */
.footer-items-container {
  padding: 0 16px;
}

.footer-item {
  width: 25%;
}

.instagramButton {
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 8px;
  width: 50px;
  height: 50px;
  border: 1px solid #677AFB;
  border-radius: 6px;
}

/* Media queries */
/* Menor que 575.98px */
@media (max-width: 575.98px) {
  .container {
    width: 100%;
  }

  .home-banner-wrapper {
    height: 150px;
  }

  .infinite-scroll-component {
    padding-top: 8px !important;
    padding-right: 16px !important;
  }
}

/* Maior que 576px e menor que 767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    width: 540px;
  }

  .home-banner-wrapper {
    height: 210px;
  }
}

/* Maior que 768px e menor que 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }

  .home-banner-wrapper {
    height: 280px;
  }
}

/* Maior que 992px */
@media (min-width: 992px) {
  .footer-items-container {
    flex-direction: row;
  }

  .footer-item-alignment {
    align-items: flex-end;
  }

  .infinite-scroll-component {
    padding-top: 16px !important;
    padding-right: 0 !important;
  }
}

/* Menor que 768px */
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
}

/* Menor que 992px */
@media (max-width: 991.98px) {
  .mobile {
    display: flex;
  }

  .desktop {
    display: none;
  }

  .products-list-left-column {
    display: none;
  }

  .products-list-right-column {
    width: 100%;
  }

  .additional-payment-info-content {
    width: 100%;
    max-width: 100%;
    background-color: #FFFFFF;
  }

  .footer-item {
    width: 100%;
  }
}

/* Maior que 992px e menor que 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }

  .home-banner-wrapper {
    height: 375px;
  }
}

/* Maior que 1200px e menor que 1400px */
@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 1140px;
  }

  .home-banner-wrapper {
    height: 445px;
  }
}

div#nprogress .bar {
  background: #0178CF;
  height: 4px;
  border-radius: 0 0 4px 4px;
}

div#nprogress .spinner {
  right: 50px;
}

div#nprogress .spinner-icon {
  right: 50px;
  border-top-color: #0178CF;
  border-left-color: #0178CF;
  width: 28px;
  height: 28px;

  -webkit-animation: nprogress-spinner 600ms linear infinite;
  animation: nprogress-spinner 600ms linear infinite;
}
