body,
#content {
  font-family: "Arial" !important;
}

.cl-effect-5 a {
  overflow: hidden;
  padding: 0;
}
body.open {
  overflow: hidden;
}
#headerPromo {
  width: 100%;
  top: 0;
  height: 26px;
  position: relative;
  background-color: #990505;
  font-weight: lighter;
  width: 150vw;
  overflow: hidden;
}

#headerPromoText {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  float: left;
  min-width: 33vw;
  animation: slider-flotante 15s infinite linear;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-right: 18px;
}

.cl-effect-5 a span::before {
  position: absolute;
  top: 150%;
  width: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span,
.selectedCategoryOne span {
  -webkit-transform: translateY(-155%);
  -moz-transform: translateY(-155%);
  transform: translateY(-155%);
}

#header {
  height: 120px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.siteHeader {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s ease;
  z-index: 999;
}

.hideHeader {
  top: -100px;
}

#mutmaGif {
  display: block;
  position: fixed;
  left: 30px;
  z-index: 12;
  height: 150px;
  bottom: 40px;
  pointer-events: none;
}

#topHiddenBar {
  background-color: #fff;
  color: #282828;
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  opacity: 0.8;
  z-index: 10000;
  overflow: visible;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  height: 70px;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
}

#topHiddenBarOptions {
  position: relative;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 1300px;
}

#topHiddenBarWrapper {
  display: inline-block;
  min-width: 1100px;
  width: 100%;
  float: left;
}

#headerLogoContainer {
  line-height: 80px;
}

#headerLogo {
  height: 100%;
  width: auto;
  margin: auto;
  display: flex;
  margin: auto;
  align-items: center;
  margin-left: 2.5%;
  margin-right: 0;
}

#headerLogoImg {
  display: block;
  width: 132px;
}

#headerWrapper {
  display: inline-block;
  width: auto;
}

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
}

.headerOption {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 65px;
  margin-top: 0;
  top: 0;
  line-height: 75px;
}

.offerCategory {
  -webkit-animation: sale-effect 1s infinite;
  -moz-animation: sale-effect 1s infinite;
  -o-animation: sale-effect 1s infinite;
  -ms-animation: sale-effect 1s infinite;
  animation: sale-effect 1s infinite;
}

@-webkit-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@-moz-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@-ms-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@-o-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

.headerOptions {
  width: fit-content;
  height: 35px;
  display: flex;
  align-items: end;
  margin-left: 25px;
  gap: 8px;
}

.headerLink {
  position: relative;
  float: left;
  display: block;
  height: 20px;
  overflow: hidden;
  text-transform: lowercase;
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
  color: #000;
  letter-spacing: 0px;
}

.shopLink {
  text-transform: uppercase;
  font-weight: 800;
}
.signInContainer .profile {
  height: 18px;
  width: auto;
}

.searchIcon img {
  width: auto;
  height: 17px;
}
.searchIcon {
  width: 17px;
  height: 17px;
  /* margin-left: 15px; */
  /* margin-right: 11px; */
  cursor: pointer;
  float: right;
  color: #000;
  text-align: center;
  font-size: 18px;
}

.wishListProductsDiv {
  height: auto;
  font-size: 13px;
  line-height: 17px;
  /* margin-right: 10px; */
  cursor: pointer;
  color: #000;
  overflow: hidden;
  /* margin-top: 2px; */
  text-transform: lowercase;
  z-index: 1;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

.headerItems {
  direction: ltr;
}

.heart {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  top: 0;
}

.wishListQuantityContainer {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.wishListQuantity {
  position: relative;
}

#header {
  height: 78px;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  margin-top: 0;
}
.headerPromo {
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  height: 19px;
  overflow: hidden;
  background-color: var(--secondary) !important;
  font-weight: var(--base-font-weight);
}

.cart a {
  height: 18px;
}
.cartIcon {
  width: 15px;
  margin-right: 4px;
}

#headerSeparatorBar {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  height: 50px;
  margin-top: 16px;
}
#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 21px;
  display: block;
  height: 18px;
  overflow: visible;
}

#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
  margin-bottom: 9px;
}
img.profile {
  width: 18px;
  height: 18px;
}
.profileIcon {
  height: 18px;
}
#accountOptions1,
#accountOptions2 {
  float: left;
  height: 20px;
  z-index: 1;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 21px;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 13px;
  right: 1px;
  z-index: 1;
  color: #000;
}

#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: var(--border-radius-small) var(--border-radius-small) 0px 0px;
  right: -28px;
  font-size: 12px;
  /* text-transform: uppercase; */
  color: var(--base);
  position: relative;
  border: 1px solid var(--secondary);
  width: 120px;
  border-bottom: 0px;
}
#myProfileUser:hover {
  background-color: #000;
  color: white;
  font-weight: 400;
}
#logoutUser,
#logoutUser1 {
  line-height: 28px;
  height: 28px;
  right: -28px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid var(--secondary);
  color: var(--base);
  border-radius: 0px 0px var(--border-radius-small) var(--border-radius-small);
  /* border-top: none; */
  width: 120px;
  /* text-transform: uppercase; */
}
#logoutUser:hover {
  background-color: #000;
  color: white;
  font-weight: 800;
}
#headerMainBar {
  width: 100%;
  height: 46px;
  margin-top: 6px;
  padding-bottom: 0;
  background: #ffffff80;
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
}
#headerMainBar.open {
  background: #ffffff;
}
#header #headerMainBar:hover {
  background: #ffffff;
}
#rightHeaderOptions {
  float: right;
}

.headerSearchImg {
  position: relative;
  float: left;
  height: 25px;
  margin-top: 20px;
  margin-left: 50px;
  cursor: pointer;
}

#headerFacebook,
#headerInstagram {
  position: relative;
  float: left;
  height: 27px;
  margin-top: 20px;
  margin-left: 60px;
  cursor: pointer;
}

#headerCart {
  position: relative;
  float: left;
  height: 30px;
  cursor: pointer;
  margin-left: 45px;
}

#headerCart2 {
  position: relative;
  float: left;
  height: 30px;
  margin-top: 20px;
}

.cartAmount {
  display: inline-block;
  border-radius: 92px;
  font-size: 12px;
  background: none;
  padding: 0;
  font-weight: 400;
  color: #000;
}

.profileDiv {
  float: left;
  width: 102px;
  margin-left: 22px;
}

.myProfile {
  float: left;
  letter-spacing: 2px;
  font-size: 11px;
  color: #b4a193;
  margin-top: 7px;
  margin-left: 20px;
  cursor: pointer;
}

#headerProfile {
  position: relative;
  float: left;
  height: 26px;
  width: 25px;
  margin-top: 16px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 45px;
}

#searchBar {
  position: fixed;
  max-width: 670px;
  width: 90%;
  height: 0;
  top: 120px;
  right: 0;
  margin: auto;
  left: 0;
  color: #000;
  background-color: #fff;
  z-index: 100;
  transition: top, height 0.2s ease-out;
  -moz-transition: top, height 0.2s ease-out;
  -webkit-transition: top, height 0.2s ease-out;
  -o-transition: top, height 0.2s ease-out;
}

#searchBar.openBar {
  height: 45px;
  top: 130px;
  position: fixed;
}

#searchSite {
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 45px;
  background-color: transparent;
  padding: 0;
  color: #000;
  font-size: 13px;
}

.search-results {
  position: fixed;
  max-width: 670px;
  width: 90%;
  margin: 0 auto;
  top: 180px;
  left: 0;
  background: white;
  right: 0;
}
.search-buy-button {
  height: 35px;
  line-height: 35px;
  background: var(--base);
  color: var(--secondary);
  text-transform: lowercase;
  font-size: 11px;
  width: 75px;
}
.search-hit-view-all {
  font-weight: 400;
}
.search-hit-img {
  margin-top: 0;
}
.search-hit-sku {
  display: none;
}
.search-hit-title {
  display: flex;
  align-items: center;
}
#searchSite::-webkit-input-placeholder {
  color: #000;
}

#searchSite:-moz-placeholder {
  color: #000;
}

#searchSite::-moz-placeholder {
  color: #000;
}

#searchSite:-ms-input-placeholder {
  color: #000;
}

#searchSite::-ms-input-placeholder {
  color: #000;
}

.expandedCategory {
  position: fixed;
  top: 62px;
  display: none;
  /* padding: 35px 35px; */
  padding-top: 20px;
  box-sizing: border-box;
  width: auto;
  /* min-width: 440px; */
  color: #000;
  /* background-color: var(--web-background); */
  z-index: 3;
  flex-direction: row;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  overflow: hidden;
  border-radius: var(--border-radius);
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.menuSubcategoriesContainer {
  background-color: #fff;
  width: fit-content;
  min-width: 190px;
  position: relative;
  overflow: hidden;
  padding: 4px 4px 4px 30px;
  display: flex;
  align-items: start;
  float: left;
  /* margin-left: 35px; */
  height: auto;
  box-sizing: border-box;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.categoryColumn {
  width: fit-content;
  min-width: 165px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  float: left;
  height: auto;
  box-sizing: border-box;
  flex-direction: column;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  max-height: 270px;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-right: 30px;
  gap: 12px 40px;
}

.categoryLevelTwoImage {
  width: 224px;
  aspect-ratio: 1/1;
  display: block;
  float: right;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}

.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 90%;
  background-color: #000;
  margin-top: 16px;
  display: none;
}

.categoryLevelTwoTitle {
  position: relative;
  width: fit-content;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  text-transform: lowercase;
  font-weight: 800;
}

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.showMore {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 17px;
  padding-bottom: 5px;
  margin-bottom: 7px;
  color: #808285;
}

.categoryLevelThreeTitle:hover::after,
.categoryLevelTwoTitle:hover::after {
  width: 100%;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 13px;
  width: fit-content;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

#topHiddenBar.shownBar {
  top: 0;
}

.expandedCategory.shownExpandedCategory {
  position: fixed;
  top: 70px;
}

.topRightBar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  margin-right: 2.5%;
  gap: 18px;
  height: 22px;
  margin-top: 5px;
}

.languages {
  position: relative;
  float: left;
  color: #000;
  margin-top: 0;
  margin-right: 0px;
  width: 38px;
}

#language {
  background-color: transparent;
  border: none;
  width: 60px;
  font-size: 16px;
  overflow: visible !important;
}

#languagesArrow {
  position: absolute;
  display: block;
  font-size: 11px;
  right: 7px;
  top: 3px;
}

.signInContainer {
  font-size: 13px;
  width: auto;
  float: left;
  cursor: pointer;
  color: #000;
  text-align: center;
}

.cart {
  float: left;
  /* margin-left: 13px; */
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  height: 18px;
  font-size: 12px;
}

#alertMessageAceptar,
#alertMessageMessage {
  text-transform: lowercase;
}
.alertMessageAceptar:hover {
  color: #000;
}

.mutmaBlack {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  top: -0.5px;
  position: relative;
}

.alertMessageDiv {
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 370px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding-top: 20px;
}

#alertMessageLogo {
  width: 210px;
}

.alertMessageAceptar {
  background-color: #000;
  border-radius: 0;
  border: 1px solid #000;
}

.alertMessageClose {
  right: 10px;
  color: #000;
}

#red {
  color: red;
  font-weight: 700;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: block;
  width: 305px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.popupText {
  display: none !important;
}

.whatsAppWebContainer {
  width: 55px;
  height: auto;
  right: 30px;
  bottom: 50px !important;
  opacity: 0;
}

.whatsAppWebLogo {
  height: auto;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.svg?v=2);
}

.addWishlistProduct {
  background-image: url(../../files/heart.svg?v=2);
}
.searchContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0000003d;
  opacity: 0;
}
.searchContainer.openBar {
  z-index: 99;
  opacity: 1;
}
@media (max-width: 1200px) {
  .headerLink {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  #content {
    max-width: unset;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .whatsAppWebContainer {
    right: 16px;
    /* width: 150px; */
    bottom: 25px !important;
    width: 50px;
  }

  #mutmaGif {
    left: 20px;
    height: 100px;
  }

  #headerDummy {
    height: 18px;
    /* border-bottom: 1px solid #000; */
  }

  #header {
    position: fixed;
    height: 71px;
  }

  #headerCart {
    position: relative;
    height: 30px;
    margin-top: 21px;
    cursor: pointer;
    margin-right: -5%;
    margin-left: 0;
  }

  .cartAmount {
    width: auto;
    position: relative;
  }

  #headerMobileIcons {
    width: fit-content;
    margin: auto;
    margin-left: 2.5%;
  }

  .cartContainer {
    float: right;
    width: 51px;
  }
  div#headerMobileOptions {
    margin-right: 48px;
    color: #000;
    font-size: 12px;
    line-height: 36px;
  }
  .HeaderMainBarMobile {
    background: #ffffff80;
    width: 100%;
    height: 39px;
    margin-top: 4px;
    display: flex !important;
    justify-content: space-between;
  }
  .headerMobileMenuIcon {
    width: 28px;
    height: 20px;
    position: absolute;
    right: 2.5%;
    top: 24px;
    /* float: right; */
    margin-top: 7px;
    /* margin-right: 2.5%; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    z-index: 120;
  }

  .headerMobileMenuIcon span {
    /* display: block; */
    position: absolute;
    height: 2px;
    width: 50%;
    background: #000;
    opacity: 1;
    -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;
  }

  .headerMobileMenuIcon span:nth-child(even) {
    left: 35%;
  }

  .headerMobileMenuIcon span:nth-child(odd) {
    left: 0;
  }

  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 2px;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 9px;
  }
  .headerMobileMenuIcon.burguer2.mobileElement.open {
    top: 4px;
  }
  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 16px;
  }

  .headerMobileMenuIcon.open span:nth-child(1),
  .headerMobileMenuIcon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(2),
  .headerMobileMenuIcon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(1) {
    left: 5px;
    top: 9px;
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 7px);
    top: 9px;
  }

  .headerMobileMenuIcon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(5) {
    left: 5px;
    top: 11px;
  }

  .headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(50% - 7px);
    top: 11px;
  }

  #headerLogo {
    width: 103px;
    height: auto;
    display: block;
    margin-left: 0;
  }

  .cart {
    margin-right: 4px;
    /* margin-top: 1px; */
  }
  #headerMobileOptions .cart {
    margin-top: 4px;
  }
  .cartIcon {
    width: 14px;
    margin-right: 0;
    margin-top: 0;
  }

  #rightHeaderOptions {
    position: relative;
    float: right;
    width: 85px;
    right: 0;
  }

  #headerProfile {
    margin-top: 8.5px;
    margin-right: 7px;
  }

  #headerMobileProfile {
    position: relative;
    float: right;
    height: 30px;
    margin-top: 17px;
    cursor: pointer;
    margin-right: 2px;
  }

  #headerCartMobile {
    position: relative;
    float: left;
    margin-left: 5px;
    height: 29px;
    margin-top: 8.5px;
    display: block;
  }

  #headerMobileMenu {
    position: fixed;
    top: 19px;
    height: calc(100% - 0px);
    width: 100%;
    left: 100%;
    background-color: #fff;
    z-index: 20;
    overflow: scroll;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #headerMobileMenu.open {
    left: 0;
    padding-top: 0;
  }
  .mobileMenuItem.open .cat1Title {
    font-weight: 700;
  }
  .mobileMenuSubcategory.open .cat2Title {
    font-weight: 700;
  }
  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    color: #000;
    text-transform: lowercase;
    border-top: 1px solid #000;
    padding: 22px 0;
    box-sizing: border-box;
  }

  .mobileMenuItem:last-child {
    margin-bottom: 20px;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    font-size: 14px;
    letter-spacing: 0;
    max-width: 180px;
    height: 36px;
    line-height: 32px;
    padding-left: 20px;
    word-break: break-all;
    overflow: hidden;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
    width: 25px;
    text-align: center;
  }

  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
  }

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    color: #000;
    height: auto;
    overflow: hidden;
    font-weight: 100;
  }

  .mobileMenuSubcategory.open {
    border-bottom: 0;
  }

  .mobileMenuSubcategoryText:hover {
    color: #ed5a29;
  }

  .mobileMenuCategoryLevelThree {
    background-color: #fff;
    color: #000;
  }

  #mobileSearchBar {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #000;
  }

  #mobileSearchImg {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    height: 18px;
    color: #000;
  }

  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 64px);
    height: 100%;
    padding-left: 14px;
    font-size: 12px;
    border: none;
    color: #000;
    background-color: transparent;
    border-radius: 0;
  }

  #mobileSearch::-webkit-input-placeholder {
    color: #000;
  }

  #mobileSearch:-moz-placeholder {
    color: #000;
  }

  #mobileSearch::-moz-placeholder {
    color: #000;
  }

  #mobileSearch:-ms-input-placeholder {
    color: #000;
  }

  #mobileSearch::-ms-input-placeholder {
    color: #000;
  }

  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0;
    right: 5px;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }

  .mobileMenuCategoryArrow.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .mobilePersonalPages {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .signInContainer.headerShowLogin {
    width: 40px;
  }
  .signInContainer {
    position: relative;
    height: auto;
    font-size: 12px;
    width: 60px;
  }

  .logout.signInContainer {
    margin-left: 1%;
    width: 85px;
  }

  span.signInContainer {
    position: relative;
    float: left;
    height: auto;
    line-height: 11px;
    font-size: 15px;
    margin-left: 4px;
    margin-right: 4px;
    width: 0;
    top: -1px;
  }
  .rigthHeaderMenu {
    display: flex;
    justify-content: center;
    gap: 12px;
    color: #000;
  }
  .loginMobile {
    display: flex;
    align-items: center;
    width: auto;
    height: 21px;
    margin-left: 5px;
    flex-direction: row;
  }

  .loginMobile .profile {
    margin-right: 8px;
    height: 16px;
  }

  .leftHeaderMenu {
    display: flex;
    align-items: center;
    width: fit-content;
    flex-direction: row;
  }
  .topHeaderMenu {
    width: 84%;
    height: 43px;
    margin: auto;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .languages {
    position: relative;
    width: 44px;
    /* height: 22px; */
    display: flex;
    overflow: visible;
    align-items: end;
  }
  #languagesArrow {
    position: absolute;
    display: block;
    font-size: 11px;
    right: 5px;
    top: 4px;
  }
  .language {
    position: relative;
    float: left;
    font-size: 13px;
    text-transform: lowercase;
  }

  .languageDivider {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }

  .language.selected {
    font-weight: 800;
  }

  #cartMessageButtonsWrapper {
    float: none;
  }

  .wishListProductsDiv {
    float: right;
    margin-top: 0px;
  }
  #cartAmountOption {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
  #mutmaGif {
    left: 0;
    height: 100px;
    bottom: 7px;
  }

  #headerPromoText {
    font-size: 12px;
    min-width: 90vw;
  }

  #headerPromo {
    width: 290vw;
  }
  .searchIcon {
    float: left;
    margin-right: 10px;
    top: 2px;
    position: relative;
  }
  .searchContainer {
    height: calc(100% - 19px);
    top: 19px;
  }

  #searchBar.openBar {
    top: 80px;
  }
  .search-results {
    top: 125px;
  }
}

@-webkit-keyframes slider-flotante {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slider-flotante {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}
