* {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

#countdownTimerPromo {
  color: #51adcf;
  position: relative;
  top: -2px;
}

#countdownTimerPromo span {
  background-color: #51adcf;
  border-radius: 3px;
  color: white;
  font-family: "Nunito Sans";
  font-size: 12px;
  padding: 4px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.not-found-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}

.not-found-container h1 {
  color: #444444;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 28px;
}

.not-found-container .image-404 {
  width: 400px;
}

.not-found-container p {
  color: #666;
  font-family: "Noto Sans";
  font-size: 15px;
  padding-bottom: 10px;
}

.not-found-container a {
  background-color: #333;
  border-radius: 5px;
  color: white;
  font-family: "Noto Sans";
  font-size: 15px;
  padding: 10px 50px;
  transition: 0.2s;
}

.not-found-container a:hover {
  opacity: 0.8;
}

div.alert-information-global {
  background-color: #333333;
  border-radius: 3px;
  box-shadow: 1px 3px 14px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: white;
  font-size: 15px;
  left: 50%;
  opacity: 0;
  padding: 15px 22px;
  position: fixed;
  transform: translate(-50%, -1000px);
  transition: 0.5s ease-in-out;
  z-index: 10;
  width: 500px;
}

div.alert-information-global p {
  font-family: "Noto Sans";
}

div.confirmation-global {
  background-color: white;
  border-radius: 4px;
  box-shadow: 1px 3px 14px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 50%;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 10;
}

div.confirmation-global p {
  color: #333333;
  font-family: "Noto Sans";
  font-size: 15px;
}

div.confirmation-global div.button {
  display: flex;
}

div.confirmation-global div.button span.spacer {
  width: 20px;
}

div.confirmation-global button {
  border: none;
  border-radius: 4px;
  background-color: #ddd;
  cursor: pointer;
  font-family: "Prompt";
  font-size: 12px;
  height: 37px;
  outline: none;
  margin-top: 15px;
  transition: 0.2s;
  width: 100%;
}

div.confirmation-global button:hover {
  opacity: 0.7;
}

div.confirmation-global button.true {
  color: white;
}

div.wrapper {
  height: auto;
  margin: auto;
  position: relative;
  width: 500px;
}

div.overlay-bg {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

img.loading-animation-load-more {
  display: none;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  margin-top: 20px;
  width: 100px;
}

div.loading-action-global {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

div.loading-action-global div.overlay-white {
  background-color: white;
  height: 100%;
  position: absolute;
  width: 100%;
}

div.loading-action-global img {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 50px;
}

div.sidebar {
  background-color: white;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 100%;
  transform: translate(-130%, 0);
  top: 0;
  width: 80%;
  z-index: 11;
}

div.sidebar div.top {
  background-color: #51adcf;
  box-sizing: border-box;
  display: flex;
  height: 55px;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}

div.sidebar div.top img {
  height: 23px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

div.sidebar div.top svg.iconify {
  color: white;
  font-size: 25px;
  margin: auto 0;
}

div.sidebar div.main-sidebar {
  overflow-y: scroll;
  height: 1000px;
  width: 100%;
}

div.sidebar div.main-sidebar a {
  color: #777777;
  border-bottom: 1px solid #ddd;
  font-family: "Noto Sans";
  font-size: 14px;
  display: block;
  padding: 15px 20px;
  position: relative;
  top: 10px;
  transition: 0.2s;
}

div.sidebar div.main-sidebar a:hover {
  background-color: #f5f5f5;
}

/* NAVBAR */

nav {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;
  position: fixed;
  width: 500px;
  z-index: 9;
}

nav.nav-title {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;
  display: flex;
  height: 55px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0);
  width: 500px;
  z-index: 9;
}

nav.nav-title div.back-icon {
  color: #444444;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

nav.nav-title p.title {
  color: #444444;
  font-family: "Prompt";
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  width: 70%;
  text-align: center;
}

nav.nav-title div.home-icon {
  color: #666;
  cursor: pointer;
  font-size: 23px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

nav.nav-title div.home-icon a {
  color: #666;
}

nav div.main {
  display: flex;
  height: 55px;
  margin: auto;
  justify-content: space-between;
  position: relative;
  width: 95%;
}

div.top-helper-main {
  position: relative;
  height: 55px;
}

div.top-helper {
  position: relative;
  height: 120px;
}

nav div.main img.logo {
  height: 32px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

nav div.main form {
  position: relative;
}

nav div.main form svg.iconify {
  color: #777777;
  font-size: 20px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) !important;
  z-index: 1;
}

nav div.main form input {
  background-color: rgb(243, 244, 245);
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  height: 37px;
  outline: none;
  padding: 0 10px;
  padding-left: 35px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.2s;
  width: 350px;
}

nav div.main form input:focus {
  border: 1px solid #51adcf;
}

nav div.main div.back-icon,
nav div.main div.notif,
nav div.main div.icon-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

nav div.main div.back-icon {
  cursor: pointer;
}

nav div.main div.back-icon svg {
  font-size: 30px;
}

nav div.main div.notif svg.iconify {
  color: #666666;
  font-size: 28px;
  position: relative;
  top: 2px;
}

nav div.main div.notif {
  position: relative;
}

nav div.main div.notif small.count-notif {
  background-color: #e94f4f;
  border-radius: 10px;
  color: white;
  font-family: "Ubuntu";
  font-size: 11px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 10px;
  z-index: 1;
  width: 17px;
}

nav div.main div.notif span.count-cart {
  background-color: #e94f4f;
  border-radius: 10px;
  color: white;
  font-family: "Ubuntu";
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 10px;
  z-index: 1;
  width: 20px;
}

nav div.main div.icon-menu svg.icon-menu {
  color: #666666;
  cursor: pointer;
  font-size: 28px;
}

div.option-products {
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
  position: sticky;
  top: 55px;
  width: 100%;
  z-index: 11;
}

div.option-products button {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #444444;
  cursor: pointer;
  font-family: "Prompt";
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  outline: none;
  width: 100%;
}

div.option-products button svg {
  font-size: 16px;
  position: relative;
  top: 3px;
}

.check-option-products-iconify {
  position: relative;
  top: 3px;
}

div.option-products-ngefly {
  background-color: white;
  border-radius: 30px;
  box-shadow: 1px 3px 18px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  left: 50%;
  overflow: hidden;
  position: fixed;
  transform: translate(-50%, 0);
  width: 230px;
  z-index: 9;
}

div.option-products-ngefly span.line {
  background-color: #aaaaaa;
  height: 25px;
  position: relative;
  margin: auto;
  width: 1px;
}

div.option-products-ngefly button {
  background-color: white;
  border: none;
  color: #444444;
  cursor: pointer;
  font-family: "Prompt";
  font-size: 15px;
  font-weight: 400;
  outline: none;
  padding: 12px 0;
  transition: 0.2s;
  width: 100%;
}

div.option-products-ngefly button:hover {
  background-color: #f9f9f9;
}

div.option-products-ngefly button svg {
  font-size: 16px;
  position: relative;
  top: 3px;
}

div.filter-products-option {
  background-color: white;
  box-sizing: border-box;
  overflow-x: scroll;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.7s;
  transform: translate(0, 500%);
  width: 100%;
  z-index: 10;
}

div.filter-products-option h3.main-title {
  border-bottom: 1px solid #ddd;
  color: #222222;
  font-family: "Ubuntu";
  font-size: 23px;
  margin: 25px auto;
  margin-bottom: 0px;
  padding-bottom: 15px;
  width: 90%;
}

div.filter-products-option a.reset-filter {
  color: crimson;
  font-family: "Ubuntu";
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 30px;
}

div.filter-products-option div.main-filter {
  margin: auto;
  position: relative;
  top: 0;
  width: 90%;
}

div.filter-products-option div.main-filter h3.title {
  font-size: 20px;
  font-family: "Prompt";
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 25px;
}

div.filter-products-option div.main-filter div.form-price {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 10px;
}

div.filter-products-option div.main-filter div.form-price input {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  outline: none;
  width: 100%;
}

div.filter-products-option div.main-filter button {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
  font-family: "Noto Sans";
  font-size: 14px;
  margin-top: 10px;
  margin-right: 10px;
  outline: none;
  padding: 10px 15px;
}

div.filter-products-option div.main-filter button:hover {
  background-color: #f8f8f8;
}

div.filter-products-option div.bottom-button {
  background-color: white;
  bottom: 0;
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 15px 20px;
  position: sticky;
  width: 100%;
}

div.filter-products-option div.bottom-button button {
  border-radius: 5px;
  cursor: pointer;
  font-family: "Ubuntu";
  font-size: 15px;
  height: 45px;
  outline: none;
  width: 100%;
}

div.filter-products-option div.bottom-button button.close {
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

div.filter-products-option div.bottom-button button.apply {
  color: white;
  opacity: 0.6;
  border: none;
}

img.img-loading-scroll-ajax {
  display: none;
  left: 50%;
  margin-top: 20px;
  position: relative;
  transform: translate(-50%, 0);
  width: 150px;
}

nav.blog-navbar {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;
  position: fixed;
  width: 100%;
  z-index: 9;
}

.nav-blog-helper {
  height: 110px;
}

nav.blog-navbar div.main {
  display: flex;
  flex: 2 auto;
  height: 70px;
  margin: auto;
  justify-content: space-between;
  position: relative;
  width: 1200px;
}

nav.blog-navbar div.main img {
  height: 30px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

nav.blog-navbar div.main img.logo-small {
  display: none;
}

nav.blog-navbar div.main form {
  width: 65%;
}

nav.blog-navbar div.main form input {
  background-color: rgb(243, 244, 245);
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  height: 37px;
  outline: none;
  padding: 0 10px;
  padding-left: 35px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.2s;
  width: 100%;
}

nav.blog-navbar div.main div.social-media {
  align-items: center;
  display: flex;
}

nav.blog-navbar div.main div.social-media svg {
  color: #777777;
  font-size: 27px;
  margin: 0 5px;
}

nav.blog-navbar div.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  padding-bottom: 15px;
  padding-top: 5px;
  position: relative;
  width: 1200px;
}

nav.blog-navbar div.menu a {
  color: #333;
  font-family: "Noto Sans";
  font-size: 15px;
  margin: 0 15px;
  transition: 0.2s;
}

nav.blog-navbar div.icon-menu-mobile {
  display: none;
  flex-direction: column;
  justify-content: center;
}

nav.blog-navbar div.icon-menu-mobile svg {
  color: #333;
  cursor: pointer;
  font-size: 30px;
}

/* TABBAR */

div.tabbar {
  background-color: white;
  box-shadow: rgba(108, 114, 124, 0.2) 0px -2px 8px 0px;
  bottom: 0;
  display: flex;
  height: 57px;
  justify-content: space-evenly;
  margin: auto;
  position: fixed;
  width: 500px;
}

div.tabbar div.tabbar-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  min-width: 100px;
}

div.tabbar div.tabbar-item svg.iconify {
  color: #555555;
  font-size: 25px;
  margin-bottom: 3px;
}

div.tabbar div.tabbar-item span {
  color: #555555;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
}

div.tabbar div.tabbar-item span.count-cart {
  background-color: #e94f4f;
  border-radius: 10px;
  color: white;
  font-family: "Ubuntu";
  font-size: 11px;
  height: 20px;
  right: 25px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 5px;
  z-index: 1;
  width: 20px;
}

div.bottom-helper {
  height: 80px;
  margin-top: 20px;
}

div.show-sorting-products {
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  bottom: 0;
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  left: 0;
  overflow: scroll;
  padding: 20px 30px;
  position: fixed;
  transform: translate(0, 500%);
  transition: 0.7s;
  width: 100%;
  z-index: 20;
}

div.show-sorting-products h3.main-title {
  color: #222222;
  font-family: "Ubuntu";
  font-size: 20px;
  margin: 10px auto;
  padding-bottom: 10px;
}

div.show-sorting-products svg {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 20px;
}

div.show-sorting-products a {
  border-bottom: 1px solid #eee;
  color: #333333;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans";
  font-size: 15px;
  margin: auto;
  padding: 15px 0;
  text-align: left;
}

/* FOOTER */

footer {
  border-top: 3px solid #eee;
  margin: auto;
  margin-top: 30px;
  padding-top: 20px;
  position: relative;
  width: 90%;
}

footer h3 {
  color: #555555;
  font-family: "Nunito Sans";
  font-size: 15px;
}

footer p.short-desc {
  color: #666666;
  font-family: "Noto Sans";
  font-size: 13px;
  margin-top: 5px;
}

footer div.link-cr {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}

footer div.link {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

footer div.link h4 {
  color: #555555;
  font-family: "Nunito Sans";
  font-size: 15px;
  margin-bottom: 5px;
}

footer div.link h4.mt {
  margin-top: 15px;
}

footer div.link span {
  font-size: 15px;
  color: #888888;
}

footer div.link a {
  color: #555555;
  font-family: "Noto Sans";
  font-size: 13px;
  margin-right: 5px;
  line-height: 25px;
}

footer div.link span svg {
  color: #777777;
  font-size: 25px;
  margin-right: 4px;
  margin-top: 5px;
}

footer div.link a:hover {
  text-decoration: underline;
}

footer div.link-cr p.cr {
  font-family: "Noto Sans";
  color: #777777;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  nav.blog-navbar div.main {
    width: 800px;
  }

  nav.blog-navbar div.main form {
    width: 50%;
  }

  nav.blog-navbar div.menu {
    width: 800px;
  }
}

@media screen and (max-width: 850px) {
  nav.blog-navbar div.main {
    width: 93%;
  }

  nav.blog-navbar div.main img.logo {
    display: none;
  }

  nav.blog-navbar div.main img.logo-small {
    height: 35px;
    display: block;
  }

  nav.blog-navbar div.main form {
    width: 80%;
  }

  nav.blog-navbar div.main div.social-media {
    display: none;
  }

  nav.blog-navbar div.icon-menu-mobile {
    display: flex;
  }

  nav.blog-navbar div.menu {
    display: none;
  }

  .nav-blog-helper {
    height: 70px;
  }
}

@media screen and (max-width: 500px) {
  div.wrapper {
    width: 100%;
  }

  nav {
    width: 100%;
  }

  nav.nav-title {
    width: 100%;
  }

  div.tabbar {
    justify-content: space-around;
    width: 100%;
  }

  div.tabbar div.tabbar-item {
    min-width: auto;
  }

  div.tabbar div.tabbar-item span.count-cart {
    right: 5px;
  }

  div.confirmation-global {
    padding: 15px;
    width: 95%;
  }

  div.alert-information-global {
    padding: 10px 14px;
    width: 90%;
  }

  div.confirmation-global p {
    font-size: 12px;
  }
}

@media screen and (max-width: 444px) {
  nav.blog-navbar div.main form {
    width: 75%;
  }
}

@media screen and (max-width: 350px) {
  nav.blog-navbar div.main form {
    width: 70%;
  }
}
