body {
  font-family: "Montserrat" !important;
}

#content {
  min-height: calc(100vh - 180px);
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.headerLogoMobile {
  fill: #fff;
}

.headerMobileMenuIcon.indexHeader span {
  background: black;
}
#headerCart.indexHeader path {
  stroke: white;
}
.headerCart.indexHeader path {
  stroke: white;
}
#header.indexHeader .logo path {
  fill: white;
  height: 111px;
}
#header.indexHeader.mobileFilter .logo path {
  fill: black;
  height: 111px;
}
.search.indexHeader {
  color: white;
}
.heart.indexHeader {
  color: white;
}
#header.openMenu .logo path {
  fill: black;
}

#header.indexHeader .categoryOneTitle {
  color: white;
}
.searchIndex#header.indexHeader .categoryOneTitle,
#headerOptions.change .categoryOneTitle {
  color: black;
}

.categoriesTwoColumn {
  position: relative;
  float: left;
  width: auto;
  margin-top: 50px;
  display: none;
  flex-direction: column;
  height: 200px;
  flex-wrap: wrap;
}
.customOption {
  color: #000;
  max-width: 200px;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}
.customOption:hover {
  font-weight: 600;
}
.categoriesTwoColumn.selected {
  display: flex;
}
.categoriesThreeColumn {
  position: relative;
  float: left;
  width: 500px;
  padding-top: 30px;
  top: -375px;
  background-color: #fafafa;
  left: 237px;
  display: none;
  flex-direction: column;
  height: 300px;
  flex-wrap: wrap;
}
.categoriesThreeColumn.selected {
  display: flex;
}
.categoryLevelTwoTitle:hover {
  font-weight: 600;
}
.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  width: fit-content;
  float: left;
  overflow: hidden;
  font-weight: 200;
}
.headerLink:hover {
  font-weight: 600;
}
.categoryOneTitle {
  color: black;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.categoryOneTitle:hover {
  cursor: pointer;
}
.wishListProductsDiv {
  height: auto;
  /* min-width: 100px; */
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  margin-right: 25px;
  cursor: pointer;
  /* overflow: hidden; */
  z-index: 1;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
}
.headerItems {
  direction: ltr;
  display: flex;
}
.heart {
  position: relative;
  height: 17px;
  width: 19px;
  cursor: pointer;
}
.heart path {
  stroke: #000;
}
#header {
  height: 115px;
  width: 100%;
  position: relative;
  z-index: 91;
  background-color: transparent;
}
.itemHeader {
  width: 100%;
  height: auto;
  margin: 7px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #000;
  font-size: 40px;
  font-weight: 200;
}
.itemHeader:hover {
  font-weight: 600;
}
.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 187px;
  margin-bottom: 20px;
}
#topBurgerMenu {
  position: absolute;
  display: block;
  margin-left: 3%;
  height: 100%;
  width: 35px;
}
#closeBurgerMenu {
  position: absolute;
  display: block;
  margin-left: 3%;
  height: 100%;
  width: 35px;
}
#topHiddenBar {
  background-color: #fff;
  color: #282828;
  position: fixed;
  margin-left: 2%;
  top: -130px;
  width: 96%;
  z-index: 13;
  overflow: visible;
  height: 65px;
  border: 1px solid #dfdfdf;
  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;
  min-width: 1100px;
}
#topHiddenBarOptions {
  position: relative;
  width: 95%;
  margin: auto;
  height: 100%;
}
#topHiddenBarWrapper {
  display: inline-block;
  position: relative;
  width: auto;
  height: 70px;
  display: none;
}
#headerOptions {
  width: fit-content;
  height: inherit;
  left: 22%;
  text-align: center;
  display: flex;
  position: fixed;
  float: left;
  /* box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1); */
  background-color: transparent;
  overflow: scroll;
  justify-content: space-between;
  align-items: center;
}
#headerOptions.open {
  left: 0%;
}
#headerOptions::-webkit-scrollbar {
  display: none;
}
#headerLogoContainer {
  position: absolute;
  width: fit-content;
  float: left;
  text-align: center;
  display: flex;
  margin-left: 4%;
  height: inherit;
  justify-content: flex-start;
  align-items: center;
}
#header.openMenu #headerLogoContainer {
  display: none;
}
#headerLogo {
  display: inline-block;
  position: relative;
  height: 82px;
  margin-top: 20px;
}
#headerLogo path {
  fill: #000;
}
.openMenu #headerLogo {
  display: none;
}
#headerLogo2 {
  position: absolute;
  height: 105px;
  width: 125px;
  display: none;
  float: left;
  transition-delay: 250ms;
}
.openMenu #headerLogo2 {
  display: block;
  height: fit-content;
  width: 120px;
  margin-top: 10px;
}
.sandwichBtn {
  background-image: url(../../files/sandwichBtn.svg);
  width: 20px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.catOneImg {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.headerOptionsImageContainer {
  width: 56%;
  margin-right: 1%;
  margin-bottom: 3%;
  height: 100%;
  float: right;
  /*background-image: url(../../files/menuGirl.jpg);*/
  background-position: 100% 23%;
  background-repeat: no-repeat;
  background-size: cover;
}
.catArrow {
  width: 12px;
  height: auto;
  background: #ffae00;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.multiOfertas {
  background-color: #8502fd;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-right: -1px !important;
}
.multiOfertas:hover {
  font-weight: 400 !important;
}
.headerOptionInter {
  height: auto;
  position: relative;
  display: flex;
  float: left;
  margin-left: calc(6% - 10px) !important;
  padding: 0 10px;
}
.headerOptionInter:hover,
.headerOptionInter.selected {
  background-color: #fff;
  color: #00aae3 !important;
  border-radius: 17px 17px 0 0;
  font-weight: 0 !important;
}
#headerPromoText {
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  line-height: 30px;
  width: 100%;
  position: absolute;
  float: left;
  font-weight: 400;
}
#headerPromoAyuda {
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  text-align: right;
  line-height: 30px;
  float: right;
  margin-right: 0%;
  width: fit-content;
  height: 100%;
  margin-right: 7%;
}
#helpIconContainer {
  position: relative;
  height: 100%;
  width: fit-content;
  float: left;
  display: flex;
  margin-right: 5px;
}
#headerPromoTextAyuda {
  position: relative;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  text-align: right;
  line-height: 30px;
  width: fit-content;
  float: left;
}
.santanderLogo {
  height: 16px;
  margin-top: 7px;
  margin-left: 4px;
}
#headerPromo {
  width: 100%;
  top: 0;
  transition: top 0.1s ease-out;
  -moz-transition: top 0.1s ease-out;
  -webkit-transition: top 0.1s ease-out;
  -o-transition: top 0.1s ease-out;
  z-index: 999;
  height: 30px;
  color: #fff;
  position: fixed;
  background: #000;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
  display: none;
}
#decoHeader {
  width: 100%;
  display: none;
  top: 0;
  z-index: 999;
  height: 30px;
  position: fixed;
  background: #2e1355;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
}
#headerLogoHiddenBar {
  width: 115px;
  /* margin: auto; */
  overflow: hidden;
  position: relative;
  float: left;
}
#headerWrapper {
  width: fit-content;
  float: left;
  display: block;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  direction: rtl;
  overflow: auto;
}
.headeOptionsContainer {
  display: inline-block;
  width: fit-content;
  height: auto;
  float: left;
}
#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #ebe3d4;
  color: #58595b;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
}
.headerOptionAux {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 15px;
  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: auto;
  top: 0;
  line-height: 40px;
}
.headerOptionAux:hover {
  font-weight: 400 !important;
  color: #00aae3;
}
#headerSeparatorBar {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  height: 50px;
  margin-top: 16px;
}
#headerMainBar {
  float: right;
  height: 100%;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 7%;
}
#rightHeaderOptions {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.rightHeaderHidden {
  width: fit-content;
  float: right;
  display: flex;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 100%;
  align-items: center;
  position: relative;
}
#searchBarContainer {
  position: relative;
  float: left;
  cursor: pointer;
  /* width: 85px; */
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: space-between;
  font-size: 14px;
  margin-right: 25px;
}
#searchBarContainer path,
.search path {
  stroke: #000;
  transform: rotate(20deg);
}
.search {
  bottom: 5px;
  position: relative;
  overflow: inherit;
  height: 15px;
}
.headerSearchImg {
  position: relative;
  float: left;
  height: 20px;
  margin-top: 20px;
  margin-left: 15px;
  cursor: pointer;
  margin-right: 15px;
}
#headerFacebook,
#headerInstagram {
  position: relative;
  float: left;
  height: 27px;
  margin-top: 20px;
  margin-left: 60px;
  cursor: pointer;
}
#headerCart {
  position: relative;
  top: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 25px;
  color: black;
}
#topHiddenBarOptions #headerCart svg {
  margin: 0 5px;
}
#header.indexHeader #headerCart {
  color: #fff;
}
#header.indexHeader .wishListProductsDiv {
  color: #fff;
}
#header.searchIndex.indexHeader .wishListProductsDiv {
  color: #000;
}
#header.searchIndex.indexHeader #headerCart {
  color: #000;
}
#headerCart path {
  stroke: #000;
}

#header.openMenu.indexHeader #headerCart {
  color: black;
}
#header.openMenu.indexHeader .wishListProductsDiv {
  color: black;
}
#header.openMenu.searchIndex.indexHeader .wishListProductsDiv {
  color: black;
}
#header.openMenu.searchIndex.indexHeader #headerCart {
  color: black;
}

.cart {
  width: 20px;
  height: 18px;
  margin: 0 5px;
}
.carrito {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  height: 18px;
}
#headerCart2 {
  position: relative;
  float: right;
  margin-left: 24px;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
.languages {
  position: relative;
  float: left;
  color: #000;
  margin-top: 4px;
  display: none;
}
#language {
  background-color: transparent;
  border: none;
  width: 38px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
}
#languagesArrow {
  position: absolute;
  display: block;
  font-size: 13px;
  right: 0;
  top: 5px;
}
#searchText {
  height: 20px;
}
#package {
  position: relative;
  float: right;
  height: 30px;
  width: fit-content;
  display: flex;
  padding: 0 25px;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  justify-content: flex-end;
}
.cartAmount {
  position: relative;
  line-height: 10px;
  font-size: 12px;
  top: -5px;
}
#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 20px;
  height: 20px;
}
#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
  margin-bottom: 9px;
  height: 30px;
}
#accountOptions1,
#accountOptions2 {
  float: left;
  height: 20px;
  z-index: 1;
}
#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 20px;
}
#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 22px;
  right: 3px;
  color: #000;
  filter: unset;
}
#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  border-radius: 0;
}
#logoutUser,
#logoutUser1 {
  border-top: none;
  line-height: 28px;
  height: 28px;
  background-color: #fff;
  font-weight: lighter;
  border-radius: 0;
}
#logoutUser1 {
  border-top: 1px solid #000;
}
#logoutUser:hover,
#logoutUser1:hover {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}
#logoutUser2:hover {
  background-color: #58595b;
  color: #fff;
  font-weight: 900;
}
#myProfileUser:hover,
#myProfileUser1:hover {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}
.myProfile {
  float: left;
  letter-spacing: 2px;
  font-size: 11px;
  color: #b4a193;
  margin-top: 7px;
  margin-left: 20px;
  cursor: pointer;
}
.profileIcon {
  position: relative;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#headerProfile {
  float: left;
  position: relative;
  height: 20px;
  width: 18px;
  cursor: pointer;
  display: block;
}
#searchBar {
  position: relative;
  width: 60%;
  height: 40px;
  display: flex;
  float: left;
  color: #000;
  border-bottom: 1px solid #000;
  z-index: 100;
  font-weight: 300;
  border-radius: 0;
  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;
  align-items: center;
  background-color: transparent;
}
#searchBarSlider {
  display: none;
  align-items: center;
  justify-content: center;
  height: 52%;
  position: relative;
  width: 100%;
}
::placeholder {
  color: #000;
}
#micIcon {
  margin-left: 10px;
  height: 20px;
  display: none;
}
.searchIcon {
  margin-left: 20px;
  margin-right: 3px;
  height: 20px;
  width: fit-content;
  float: left;
  /* transform: rotate(20deg); */
}
.packageText,
.profileText {
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
}
#searchBar.openBar {
  height: 35px;
}
#searchSite {
  width: 96%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  background-color: transparent;
  color: #000;
  letter-spacing: 0;
  padding: 0 10px;
  font-size: 13px;
}
.arrowHeader {
  float: right;
}
#searchSite::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
  font-weight: 400;
}
#searchSite:-moz-placeholder {
  color: #000;
  opacity: 0.8;
  font-weight: 400;
}
#searchSite::-moz-placeholder {
  color: #000;
  opacity: 0.8;
  font-weight: 400;
}
#searchSite:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  font-weight: 400;
}
#searchSite::-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  font-weight: 400;
}
.expandedCategory {
  position: absolute;
  top: 68px;
  display: none;
  height: auto !important;
  left: 0px !important;
  flex-flow: wrap;
  width: calc(100% - 76px);
  background-color: #fff;
  z-index: 99;
  opacity: 1;
  margin: 27px 10px 10px 38px;
  color: #58595b;
  border: 1px solid #dfdfdf;
  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;
  /* box-shadow: 0 3px 6px rgb(0 0 0 / 4%); */
}
.expandedCategory.shownExpandedCategory {
  position: fixed;
  top: 68px;
}
.categoryLevelTwoImage {
  float: left;
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.categoryLevelTwoImage.selected {
  display: block;
}
.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 0;
  height: auto;
  overflow: hidden;
}
.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 80%;
  background-color: #58595b;
  margin-top: 5%;
  position: absolute;
  left: 190px;
}
.categoryLevelOneTitle {
  position: relative;
  width: fit-content;
  text-align: left;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
}
.showMore {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #808285;
}
.categoryLevelThreeTitle:hover {
  font-weight: 600;
}
.categoryLevelThreeTitle {
  position: relative;
  font-size: 13px;
  display: block;
  width: 60%;
  line-height: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: capitalize;
  margin-left: 10px;
}
#headerDummy {
  position: relative;
  width: 100%;
  height: 0;
}
#topHiddenBar.shownBar {
  top: 20px;
}
#searchBar.shownSearchBar {
  position: fixed;
  top: 70px;
  display: none;
}
.alertMessageDiv {
  position: relative;
  margin: 0 auto;
  margin-top: 7%;
  padding-bottom: 40px;
  width: 370px;
  background-color: #fff;
  border: none;
  padding-top: 20px;
  border-radius: 0;
}
#alertMessageLogo {
  width: 110px;
}
#cartMessageDiv #cartMessageMessage {
  margin-top: 35px;
  width: 217px;
  margin-bottom: 30px;
}
#cartMessageDiv a.alertMessageAceptar {
  background-color: #141e37;
  border: 2px solid #141e37;
  color: #fff;
}
#cartMessageDiv a.alertMessageAceptar:hover {
  color: #000;
  background-color: #fff;
}
.alertMessageAceptar {
  position: relative;
  background-color: #141e37;
  border: 2px solid #141e37;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  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;
  cursor: pointer;
  border-radius: 0;
}
.alertMessageAceptar:hover {
  background-color: #fff;
  color: #141e37;
}
.alertMessageClose {
  right: 10px;
  font-size: 18px;
  color: #000;
}
#cartMessageDiv {
  margin-top: 20%;
}
.cartMessageAceptar {
  line-height: 32px;
  text-transform: initial;
  margin-left: 20%;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
}
.alertMessageMessage {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
}
#cartMessageButtonsWrapper {
  float: none;
  width: 370px;
  margin: 0 auto;
}
.cartMessageAceptar {
  width: 60%;
  font-size: 12px;
}
#cartMessageDiv {
  overflow: hidden;
  width: 380px;
  padding: 0 0 0 0;
  height: fit-content;
  top: calc(50% - 232px);
  margin-top: 0;
  padding-top: 25px;
  border: none;
  padding-bottom: 62px;
  border-radius: 0;
}
.whatsAppWebContainer {
  width: 75px;
  height: auto;
  right: 30px;
}
.whatsAppWebContainer.open {
  bottom: 60px;
}
.svgHeart {
  fill: #fff;
  width: 23px;
  height: 23px;
}
#topHiddenBarOptions .wishListQuantityContainer {
  color: #000;
}
#topHiddenBarOptions .wishListQuantity {
  color: #000;
}
.wishListQuantityContainer {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
}
.wishListQuantity {
  position: relative;
  font-weight: 400;
  top: -4px;
}
.printerContainer:hover {
  background: #124194;
}
.printerContainer:hover .printerText {
  color: #fff;
}
.printerContainer:hover img {
  filter: brightness(0) invert(1);
}
.categoriesCentered {
  position: relative;
  float: left;
  display: -webkit-inline-box;
  margin: 0 0;
  width: 250px;
  border-right: 1px solid black;
}
#titleExpandedCategory {
  width: 100%;
  text-align: initial;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}
#titleExpandedCategory:hover {
  font-weight: 600;
}

.columnCatContainer {
  float: left;
  position: absolute;
  width: calc(100% - 280px);
  display: none;
  margin-left: 280px;
  height: calc(100% - 27px);
  flex-direction: column;
  flex-wrap: wrap;
}
.categoryLevelTwoTitle {
  position: relative;
  font-size: 14px;
  width: auto;
  text-align: initial;
  display: block;
  float: left;
  padding: 13px 0;
  line-height: 18px;
  color: #000;
  z-index: 100;
  font-weight: 300;
  max-width: 223px;
}

#headerOpenImage {
  max-width: 346px;
  height: auto;
  max-height: calc(100% - 20px);
  float: right;
  top: 10px;
  right: 10px;
  position: absolute;
}

#imgMenu {
  width: 50%;
  margin-top: 5%;
  height: auto;
  float: left;
  align-items: center;
}
#burgerMenuText {
  width: fit-content;
  position: relative;
  color: #828579;
  cursor: pointer;
  display: none;
}
#burgerMenuContainer {
  position: absolute;
  display: flex;
  height: 100%;
  width: 50px;
  align-items: center;
  margin-left: 5%;
  cursor: pointer;
}
#imgContainer {
  width: 37px;
  height: 30px;
}
#decorativeLine {
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 5px;
}
.headerMobileMenuIcon {
  width: 36px;
  height: 30px;
  position: absolute;
  float: left;
  margin-top: 36px;
  margin-left: 4%;
  z-index: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition: margin-top 0.2s ease-in-out;
  -moz-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
  cursor: pointer;
  display: none;
}
.headerMobileMenuIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 19px;
  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;
}
.headerMobileMenuIconHiddenBar {
  margin-top: 45px;
}
.headerMobileMenuIconHiddenBar span {
  background: black !important;
}
.headerMobileMenuIcon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.headerMobileMenuIcon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
.headerMobileMenuIcon span:nth-child(1),
.headerMobileMenuIcon span:nth-child(2) {
  top: 0;
}
.headerMobileMenuIcon span:nth-child(3),
.headerMobileMenuIcon span:nth-child(4) {
  top: 11px;
}
.headerMobileMenuIcon span:nth-child(5),
.headerMobileMenuIcon span:nth-child(6) {
  top: 22px;
}
.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: 4px;
  top: 7px;
}
.headerMobileMenuIcon.open span:nth-child(2) {
  left: calc(50% - 7px);
  top: 7px;
}
.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: 4px;
  top: 14px;
}
.headerMobileMenuIcon.open span:nth-child(6) {
  left: calc(50% - 7px);
  top: 14px;
}
.headerScrolled {
  height: 75px !important;
  transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.headerScrolled .headerMobileMenuIcon {
  margin-top: 20px;
}
#searchBarHeader {
  width: 100%;
  float: left;
  background-color: #fff;
  height: 100vh;
  float: right;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 3;
  display: none;
}
.mediaContainer {
  float: left;
  width: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 50px;
  bottom: 0;
}
.mediaContainer p {
  height: auto;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #000;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 400;
  display: none;
}
.mediaContainer a {
  margin: 0 10px;
}
.categoryLevelOneImage {
  width: 50%;
  margin-top: 5%;
  height: auto;
  float: left;
  display: none;
  align-items: center;
}
.menuSeeMore {
  color: #000;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  float: left;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  margin-left: 15px;
  display: block;
}
.headerOptionsContainer {
  width: 100%;
  height: fit-content;
  margin: 25px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
}
.menuSubcategories {
  position: relative;
  width: calc(100% - 395px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: 30px;
  overflow: hidden;
  float: left;
  padding: 30px 0px;
}
.menuSubcategory {
  position: relative;
  width: fit-content;
  text-transform: capitalize;
  height: 30px;
  border-bottom: none;
  float: left;
  line-height: 30px;
  padding: 3px 10px 3px 10px;
  color: #000;
  margin-bottom: 15px;
}
.menuSubcategory:first-of-type {
  /* margin-top: 30px; */
}
.menuSubcategoryText {
  font-size: 20px;
}
.hiddenBarLogoContainer {
  overflow: hidden;
  position: absolute;
  height: 100%;
  display: flex;
  width: auto;
  justify-content: flex-start;
}
.rightElements {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  margin-right: 7%;
  z-index: 2;
}
.currencySelectContainer {
  position: relative;
  float: left;
  display: flex;
  width: 107px;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  height: 40px;
  display: none;
}
.currencyArrow {
  float: right;
  position: absolute;
  top: 0;
  height: 32px;
  right: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}
.selectedOption {
  width: 70%;
  font-weight: 600;
}
.pageCurrencySelect {
  height: 0;
  overflow: hidden;
}
.pageCurrencySelect.open {
  display: block;
  height: auto;
  position: absolute;
  top: 36px;
  background: #f9f9f9;
  color: #5c5d5f;
  width: 120px;
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  right: 0;
}
.pageCurrencySelect.open .currencySelectOption:not(.titleOption):hover {
  background: #000;
  color: #f9f9f9;
  cursor: pointer;
}
.currencySelectOption {
  padding: 8px 0;
  padding-left: 10px;
}
.currencySelectOption:not(.titleOption) {
  cursor: pointer;
}
.currencySelectOption[is-selected="true"] {
  background: #d0b8e3;
}
.currencySelectOption:nth-child(1) {
  font-weight: 600;
  padding-left: 5px;
}
.currencySelectContainer::before {
  content: "";
  background-image: url(../../files/currencyIcon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 24px;
  background-position: center;
  height: 30px;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  padding-right: 50px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%)
    hue-rotate(323deg) brightness(103%) contrast(103%);
}
#headerOptions.change {
  top: 10px;
  height: 90px;
  left: 17%;
}
.languageSelect {
  position: relative;
  float: left;
  width: 50px;
  cursor: pointer;
  height: 27px;
  overflow: hidden;
  margin-left: 10px;
  padding-top: 2px;
  display: none;
  padding-right: 10px;
}
.languageSelect.open {
  height: auto;
}
.languageRow {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-indent: 8px;
  display: flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
}
.languageRow.notSelected {
  margin-top: 10px;
  background: #f9f9f9;
  color: #5c5d5f;
}
.languageRow.notSelected:hover {
  background: #000;
  color: #fff;
}
.languageSelectArrow {
  position: absolute;
  width: 26px;
  right: 0;
  top: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}
.guest #logoutUser {
  border-top: 1px solid #000;
}
#header.openMenu #rightHeaderOptions {
  /* display: none; */
}
#header.indexHeader {
  /* position: absolute; */
  height: 110px;
}
#header.indexHeader .headerMobileMenuIcon span {
  background: #fff;
}
#header.indexHeader.openMenu .headerMobileMenuIcon span {
  background: #000;
}
#header.indexHeader #headerLogo {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}
#header.indexHeader #rightHeaderOptions {
  color: #fff;
}
#header.indexHeader #headerCart path {
  stroke: #fff;
}
#header.indexHeader .heart path {
  stroke: #fff;
}

#header.indexHeader #searchBarContainer path,
#header.indexHeader .search path {
  stroke: #fff;
}
#header.indexHeader #headerProfile path {
  stroke: white;
}
#header.indexHeader #headerProfile circle {
  stroke: white;
}
.searchIndex#header.indexHeader #headerLogo {
  filter: unset;
}
.searchIndex#header.indexHeader #rightHeaderOptions {
  color: #000;
}
.searchIndex#header.indexHeader #headerCart path {
  stroke: #000;
}
.searchIndex#header.indexHeader .heart path {
  stroke: #000;
}
.searchIndex#header.indexHeader #searchBarContainer path,
.searchIndex#header.indexHeader .search path {
  stroke: #000;
}
.searchIndex#header.indexHeader #headerProfile {
  filter: unset;
}
#header.indexHeader.searchIndex .headerMobileMenuIcon span {
  background: #000;
}

#header.openMenu.indexHeader #headerCart path {
  stroke: black;
}
#header.openMenu.indexHeader .heart path {
  stroke: black;
}
#header.openMenu.indexHeader #searchBarContainer path,
#header.openMenu.indexHeader .search path {
  stroke: black;
}
#header.openMenu.indexHeader #headerProfile path {
  stroke: black;
}
#header.openMenu.indexHeader #headerProfile circle {
  stroke: black;
}
.searchIndex#header.openMenu.indexHeader #rightHeaderOptions {
  color: black;
}
.searchIndex#header.openMenu.indexHeader #headerCart path {
  stroke: black;
}
.searchIndex#header.openMenu.indexHeader .heart path {
  stroke: black;
}
.searchIndex#header.openMenu.indexHeader #searchBarContainer path,
.searchIndex#header.openMenu.indexHeader .search path {
  stroke: black;
}

.searchIndex#header.openMenu.indexHeader #headerProfile path,
.searchIndex#header.openMenu.indexHeader #headerProfile circle {
  stroke: black;
}
.searchIndex#header.indexHeader #headerProfile path,
.searchIndex#header.indexHeader #headerProfile circle {
  stroke: black;
}

.searchIndex#header.indexHeader .logo path {
  fill: black;
}

.menuWord {
  margin-left: 50px;
  margin-top: 4px;
  color: black;
}
#header.indexHeader .menuWord {
  color: white;
}

#header.indexHeader.openMenu .headerMobileMenuIcon .menuWord {
  color: black;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  #searchBar {
    width: 31%;
  }
  #content {
    max-width: unset;
    min-width: unset;
  }
  #topHiddenBar {
    min-width: unset;
  }
  #headerLogoHiddenBar {
    width: 115px;
    float: left;
  }
  #headerLogoContainer {
    width: 223px;
    left: calc(8% + 40px);
  }
  .hiddenBarLogoContainer {
    width: 150px;
    left: 12%;
  }
}
@media screen and (max-width: 768px) {
  #header,
  #headerDummy {
    height: 0px;
  }
  #header {
    position: fixed;
    top: 24px;
    display: flex;
    width: 100%;
    margin-top: 0;
    background: #fff;
  }
  #header {
    background: transparent;
    top: 0px;
    height: fit-content;
    /* position: absolute; */
    display: block;
  }
  #header.mobileFilter {
    background: #fff;
    width: 91%;
    margin: 0 5%;
    top: 15px;
    border: 1px solid #dfdfdf;
    height: 60px;
  }
  #header.openMenu.mobileFilter {
    background: #fff;
    width: 100%;
    margin: 0 0%;
    top: 0px;
    border: 0px;
  }
  #headerCart {
    height: 20px;
    margin-right: 10px;
  }
  .cartAmount {
    font-size: 9px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    line-height: unset;
  }
  #accountOptions {
    display: none;
    margin-right: 22%;
  }
  #headerPromo {
    width: 100%;
    top: 0;
    z-index: 999;
    height: 24px;
    overflow: hidden;
    position: fixed;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
  }
  #headerPromoText {
    font-size: 10px;
    line-height: 23px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0.5px;
  }
  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }
  #headerMobileIcons {
    width: fit-content;
    right: 0;
    display: flex !important;
    align-items: center;
    position: absolute;
    margin-right: 7%;
    margin-top: 32px;
  }
  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 73%;
    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) {
    border-radius: 0 0 0 0;
    float: left;
  }
  .headerMobileMenuIcon span:nth-child(odd) {
    right: 0;
    border-radius: 0 0 0 0;
    width: 6px;
  }
  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 0;
    float: right;
    left: 15px;
    width: 25px;
  }
  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 7px;
    width: 25px;
    left: 15px;
  }
  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 14px;
    left: 15px;
    width: 25px;
  }
  .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: 13px;
    top: 7px;
  }
  .headerMobileMenuIcon.open span:nth-child(2) {
    left: 13px;
    top: 7px;
  }
  .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: 3px;
    top: 13px;
    opacity: 0;
  }
  .headerMobileMenuIcon.open span:nth-child(6) {
    left: 3.5px;
    top: 8px;
    opacity: 0;
  }
  #topHiddenBarOptions {
    width: 100%;
  }
  .hiddenBarLogoContainer {
    overflow: hidden;
    position: relative;
    display: flex;
    margin: auto;
    width: 30%;
    height: 85px;
    margin-top: 15px;
  }
  #headerLogoHiddenBar {
    width: 100%;
  }
  #headerLogo {
    width: 7rem;
    height: auto;
    position: relative;
    display: block;
    margin: 5px auto 0;
  }
  #rightHeaderOptions {
    position: relative;
    float: right;
    width: 85px;
    right: 0;
  }
  #headerProfile {
    margin-right: 38px;
    margin-left: unset;
  }
  #dialogIconTriangle {
    display: none !important;
  }
  #logoutUser {
    margin-left: -110px;
  }
  .notLogged {
    display: none;
  }
  .show {
    display: block !important;
  }
  .currencyArrow {
    filter: unset;
  }
  .languageSelectArrow {
    filter: unset;
  }
  #decoHeader {
    display: none;
  }
  #headerMobileProfile {
    position: relative;
    float: right;
    height: 25px;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 5px;
    display: none;
  }
  .rightHeaderHidden {
    position: absolute;
    top: 0;
    right: 5%;
  }
  #headerCartMobile {
    position: relative;
    float: left;
    top: 2px;
    display: block;
  }
  #headerCartMobile svg {
    margin-right: 8px;
    height: 23px;
  }
  #headerCartMobile path {
    stroke: #000;
  }
  #headerMobileMenu {
    position: fixed;
    top: 0;
    height: calc(100% - 69px);
    width: 100%;
    right: -100%;
    background-color: #fff;
    z-index: 9;
    overflow: auto;
    padding-top: 90px;
    max-height: calc(100vh - 90px);
    -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 {
    right: 0;
    box-shadow: 5px -3px 20px 5px rgb(0 0 0 / 5%);
    z-index: 90;
  }
  #headerMobileLogo {
    margin: auto;
    position: relative;
    float: left;
    overflow: hidden;
    width: 45%;
  }
  .headerLogo {
    width: 130px;
  }
  .headerMobileMenuIcon {
    margin-top: 20px;
    top: 3px;
    display: block;
    float: right;
    left: calc(50% + 100px);
  }
  #headerMobileLogo a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: fit-content;
    margin: auto;
    display: block;
    overflow: visible;
  }
  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    padding-top: 23px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #000;
    padding-bottom: 0px;
  }
  .mobileMenuItem:last-child {
    margin-bottom: 60px;
  }
  .user {
    width: fit-content;
    margin-left: 14px;
    margin-bottom: 30px;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(100% - 91px);
    font-size: 15px;
    letter-spacing: 0;
    max-width: 224px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 100;
    padding-left: 32px;
    word-break: break-all;
    overflow: hidden;
    text-transform: lowercase;
  }

  .mobileMenuLink::first-letter {
    text-transform: uppercase;
  }

  .mobileMenuSubcategoryText {
    margin-bottom: 0;
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 22px;
    height: 40px;
    line-height: 40px;
    width: 30px;
    text-align: center;
    color: #000;
  }
  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    background-color: #fafafa;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
    margin: 12px 0;
  }
  .mobileMenuSubcategory.open {
    border-bottom: 0;
  }
  .mobileMenuSubcategoryText:hover {
    font-weight: bolder;
  }
  .mobileMenuCategoryLevelThree {
    border-bottom: none;
    color: #000;
  }
  #mobileSearchBar {
    position: relative;
    width: calc(85% - 15px);
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  #search {
    padding-left: 15px;
    height: 41%;
  }
  #mobileSearchImg {
    position: relative;
    float: right;
    margin-right: 10px;
    height: -webkit-fill-available;
  }
  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 46px);
    height: 100%;
    padding: 0;
    padding-left: 14px;
    font-size: 13px;
    background-color: transparent;
    color: #000;
  }
  #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;
  }
  #cartMessageDiv {
    width: 95%;
    margin-top: 15vw;
  }
  #cartMessageButtonsWrapper {
    width: 210px;
    display: block;
  }
  .cartMessageAceptar {
    width: calc(100% - 4px);
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .wishListProductsDiv {
    min-width: unset;
    margin-right: 10px;
    position: relative;
    line-height: unset;
  }
  .wishListProductsDiv .heart .svgHeart {
    width: 20px;
    height: 20px;
  }
  #header.indexHeader .wishListQuantity {
    color: #fff;
  }
  #header.indexHeader .cartAmount {
    color: #fff;
  }
  .wishListQuantity {
    font-size: 9px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    line-height: 9px;
  }
  .customMobile {
    margin-top: 12px;
    margin-bottom: 7px;
  }
  #content {
    min-height: calc(100vh - 60px);
    margin-top: 24px;
    padding-top: 0;
  }
  #cartMessageMessage {
    margin-bottom: 15px;
  }
  .whatsAppWebContainer {
    width: 75px;
    z-index: 10;
    right: 10px;
  }
  .whatsAppWebContainer.open {
    bottom: 40px;
  }
  .profileImgMobile {
    padding-left: 20px;
    width: 17px;
    position: relative;
    padding-right: 20px;
    top: 3px;
  }
  .userAccount {
    font-size: 14px;
    margin-left: 6px;
    color: #000;
    font-weight: 400;
    display: none;
  }
  .logoutMobile {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .logoutMobile span {
    font-weight: 400;
  }
  #cartMessageDiv #cartMessageMessage {
    margin-top: 55px;
  }
  .mobileMenuCategoryLevelThreeText {
    font-weight: 400;
    padding-left: 40px;
    width: calc(80% - 40px);
    line-height: 30px;
    display: block;
    height: 30px;
  }
  .headerScrolled .headerMobileMenuIcon {
    margin-top: 26px;
  }
  .mediaContainer {
    padding-left: 35px;
    flex-wrap: wrap;
    width: calc(100% - 35px);
    bottom: 0;
    display: none;
  }
  .mediaContainer p {
    width: 100%;
    font-weight: 100;
    margin-bottom: 20px;
  }
  .mediaContainer a:first-of-type {
    margin-left: 0;
  }
  .heart {
    margin-right: 8px;
    height: 18px;
  }
  .rightTopItems {
    width: 380px;
    float: right;
    height: 30px;
    margin-top: 25px;
    color: #000;
    margin-right: 3%;
    display: none !important;
  }
  #header.openMenu .rightTopItems {
    /* display: block !important; */
  }
  #topHiddenBar .heart {
    margin-right: 8px;
    height: 21px;
  }
  #topHiddenBar .heart svg {
    height: 20px;
    width: 24px;
  }
  #topHiddenBar.shownBar {
    top: 0;
    min-width: unset;
    height: 60px;
  }
  .headerMobileMenuIconHiddenBar {
    margin-left: calc(3% - 7px);
    margin-top: 22px;
  }
  .languageRow.notSelected {
    margin-top: 10px;
    background: #000;
    color: #fff;
    font-size: 16px;
  }
  .currencySelectContainer::before {
    background-size: 24px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(0%)
      hue-rotate(43deg) brightness(88%) contrast(105%);
  }
  .languageSelect {
    font-size: 18px;
    padding-right: 5px;
  }
  .pageCurrencySelect.open {
    color: #fff;
    right: 0;
    top: 37px;
    background: #000;
  }
  .selectedOption {
    position: relative;
    left: 4px;
  }
  #header.openMenu #headerMobileIcons {
    display: none !important;
  }
  #header.mobileFilter.indexHeader .headerMobileMenuIcon span {
    background: #000;
  }
  #header.mobileFilter.indexHeader #headerLogo {
    filter: unset;
  }
  #header.indexHeader.mobileFilter .wishListQuantity {
    color: #000;
  }
  #header.indexHeader.mobileFilter .cartAmount {
    color: #000;
  }
  #header.indexHeader.mobileFilter .heart path {
    stroke: #000;
  }
  #header.indexHeader.mobileFilter #headerCart path {
    stroke: #000;
  }
  .menuWord {
    display: none;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  #headerPromoText {
    font-size: 10px;
    line-height: 23px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: lighter;
  }
  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }
  a.mobileMenuLink.mobileMenuSubcategoryText:hover {
    color: #fff;
  }
  #headerMobileProfile {
    height: 42px;
  }
  #cartMessageMessage {
    font-size: 19px;
  }
  .wishListProductsDiv .heart .svgHeart {
    width: 28px;
    height: 28px;
  }
  #cartMessageDiv {
    width: 50%;
  }
  #mobileSearchBar {
    width: 90%;
  }
  #headerMobileMenu {
    height: 100%;
    padding: 75px 40px 0;
    box-sizing: border-box;
  }
}
@keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0);
  }
}
.float {
  animation-delay: 1.5s;
  overflow: hidden;
  transform: translatey(0);
  animation: float 3s ease-in-out infinite;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.rotate {
  -webkit-animation: rotation 7s infinite linear;
  animation: rotation 7s infinite linear;
}
.enter-title {
  margin: 0;
  left: -122%;
  white-space: nowrap;
}
.slide {
  visibility: hidden;
  visibility: visible\9;
}
.slide {
  visibility: visible;
  animation: slide 1s;
}
.slide::after {
  content: "";
  display: table;
  clear: both;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.imageAnimation:nth-of-type(1) {
  animation-delay: 0.7s;
}
.imageAnimation {
  animation: slideup 1.2s;
  animation-timing-function: cubic-bezier(0.52, 1.07, 0.16, 1.04);
  transform: translateX(100%);
  animation-fill-mode: both;
}
@keyframes slideup {
  0% {
    transform: translateX(170%);
  }
  100% {
    transform: translateX(8px);
  }
}
