* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "MarkPro";
  color: #aa1829;
  font-weight: 300;
  font-size: 1.5rem;
}

a:hover {
  text-decoration: unset !important;
}

p {
  margin: 0;
  color: black;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

input {
  border-radius: 0;
  padding: 0;
  font-weight: 300;
}
#content {
  width: 100%;
  min-width: unset;
  background-color: white;
  font-family: "MarkPro";
}

#header {
  font-size: 1.4rem;
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  top: 0;
  background-color: white;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 4px 9px rgb(0 0 0 / 5%);
  height: 114px;
}

.topMessageBar {
  width: 100%;
  text-align: center;
  background-color: #aa1829;
  color: white;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: 95px;
}

.headerRow {
  width: 93%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wishListProductsDiv.headerShowLogin img {
  width: 100%;
}

.profileIcon {
  display: none !important;
}

.profileIcon.headerShowLogin img {
  width: 100%;
  height: 100%;
}

#headerFlotante {
  width: 100%;
  display: flex;
  align-items: center;
  background: #006bb2;
  justify-content: center;
}

#headerFlotante img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

#headerFlotante p {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.headerRow {
  width: 100%;
  display: flex;
  font-family: "MarkPro";
  overflow: visible;
  margin-top: unset;
  background: rgba(255, 255, 255, 0.69);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #555;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  align-items: center;
}

.headerCol {
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  margin-right: 2.5%;
}

.headerColCategories {
  width: fit-content;
  margin-right: 0;
}

.categoriesContainer {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  margin-left: 45px;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  transition: font-weight ease-in 200ms;
  color: black;
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
  position: relative;
}

.headerLink:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 11px;
  height: 2px;
  width: 0;
  background: transparent;
}

.headerLink:after {
  transition: width 0.5s ease, background-color 0.5s ease, left 0.5s ease;
}

.headerLink:hover:after {
  width: 100%;
  /* left: 0; */
  background: #aa1829;
}

.headerLink:hover {
  color: black;
}

.headerMainCol {
  width: unset;
  box-sizing: border-box;
  height: 100%;
  margin-left: 2.5%;
}

.headerLeft {
  display: flex;
  align-items: center;
  width: 100%;
}

.headerLeft .headerMainCol {
  margin-right: 0;
}

#headerLogoContainer {
  position: relative;
  text-align: center;
  height: 100%;
  margin-left: 15%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}

#headerLogoContainer a {
  display: block;
}

#headerLogoContainer img {
  display: block;
  margin: 0 auto;
  max-width: 15rem;
}

#header.openMenu #headerLogoContainer {
  display: none;
}

.rightItemsContainer {
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
}

.categoryLevelTwoTitle {
  font-size: 15px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: left;
  color: #000;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.expandedCategory {
  position: fixed;
  top: 112px;
  display: none;
  height: 0;
  width: 200px;
  background-color: transparent;
  opacity: 1;
  z-index: 4;
  padding-left: 1rem;
  box-sizing: border-box;
  color: #52565d;
  padding-bottom: 1rem;
  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;
}
.wishListProductsDiv img {
  width: 100%;
}

.profileIcon img {
  width: 100%;
}

.columnCatContainer {
  float: left;
  position: relative;
  width: 100%;
}

.categoryTwoTilte {
  font-weight: 300;
  display: block;
  padding-bottom: 1.4rem;
}

.categoryTwoTilte:hover {
  font-weight: 600;
}

.menuSubcategoriesContainer {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 10%;
  box-sizing: border-box;
}

.categoriesMenuContainer {
  width: 100%;
}

.expandedCategory img {
  width: 40%;
  float: left;
}

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

.categoryLevelForthTitle:hover::after {
  width: calc(100% - 18px);
}

.categoryLevelTwoTitle {
  /* font-size: 1.6rem; */
  /* width: 100%; */
  /* display: block; */
  /* box-sizing: border-box; */
  /* text-align: left; */
  /* color: #000; */
  /* padding: 0.5rem 2rem; */
}

.categoryLevelTwoContainer {
  /* height: 3rem; */
  /* line-height: 3rem; */
  /* text-transform: uppercase; */
  /* position: relative; */
  /* display: flex; */
  /* align-items: center; */
}

.categoryThreeColumn::after {
  width: 0.2rem;
  position: absolute;
  height: 90%;
  background: #3c4c65;
  content: "";
  top: 5%;
  left: 0;
}

.categoriesMenuContainer {
  width: 100%;
}

.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  padding-top: 14px;
  padding-left: 5px;
  padding-bottom: 12px;
}

.categoryThreeColumn::after {
  width: 0.2rem;
  position: absolute;
  height: 90%;
  background: #3c4c65;
  content: "";
  top: 5%;
  left: 0;
}

.categoryLevelForthTitle::after {
  margin-left: 20px;
}

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

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

.categoryLevelForthTitle:hover::after {
  width: calc(100% - 18px);
}

.selectedHeaderLink {
  color: #3c4c65;
  font-weight: 400;
}

.categoryLevelTwoContainer {
  /* height: 3rem; */
  line-height: 26px;
  /* text-transform: uppercase; */
  position: relative;
  font-family: "MarkPro";
  display: flex;
  align-items: center;
  color: #000000;
}

.arrowCat {
  position: absolute;
  left: -1rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}

.categoryLevelTwoContainer:hover .arrowCat {
  opacity: 1;
}

.categoryLevelTwoTitle:hover {
  color: #28116b;
  text-shadow: 0 0 0 currentColor;
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #fff;
  width: fit-content;
  height: 100%;
  padding: 2rem 3rem;
  min-width: 22rem;
  box-sizing: border-box;
}

.hideCat {
  display: none !important;
}

.categoryLevelThreeContainer {
  width: 100%;
  color: #000;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 16px;
  font-family: "MarkPro";
  width: fit-content;
  font-weight: 1299;
  line-height: 1.8rem;
  padding: 0.5rem;
  padding-left: 1rem;
  display: flex;
  height: 3rem;
  margin-left: 0.5rem;
  align-items: center;
}

.categoryLevelForthTitle {
  font-size: 12px;
  text-indent: 20px;
  position: relative;
  width: fit-content;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.categoryLevelThreeContainer {
  width: 100%;
  color: #3c4c65;
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #fff;
  width: fit-content;
  height: 100%;
  padding: 2rem 3rem;
  min-width: 22rem;
  box-sizing: border-box;
}

.arrowCat {
  position: absolute;
  left: -1rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}

.categoryLevelTwoContainer:hover .arrowCat {
  opacity: 1;
}

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

.menuSubcategories {
  display: block;
}

.whatsAppWebContainer {
  width: 75px;
  height: auto;
  right: 150px;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.whatsAppWebContainer:hover {
  transform: scale(0.9);
}
.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 23;
}

.whatsAppWebLogo {
  width: 210px;
}

#headerDummy.shownBar {
  top: -30px;
}

#header.shownBar {
  top: -30px;
}

.mercadoPagoPromo {
  text-align: center;
  line-height: 28px;
  width: 100%;
  background: #3c4c65;
  color: #fff;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 187px;
  margin-bottom: 20px;
}

.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;
  font-family: "MarkPro";
}

#alertMessageLogo {
  width: 150px;
}

#cartMessageDiv #cartMessageMessage {
  margin-top: 35px;
  width: 217px;
  margin-bottom: 30px;
}

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

#cartMessageDiv a.alertMessageAceptar {
  background-color: #aa1829;
  border: 1px solid #aa1829;
  color: #fff;
}

#cartMessageDiv a.alertMessageAceptar:hover {
  color: #000;
  background-color: #fff;
}

.alertMessageAceptar {
  position: relative;
  background-color: #aa1829;
  border: 1px solid #aa1829;
  text-align: center;
  line-height: 35px;
  font-weight: 300;
  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;
  font-family: "MarkPro";
}

.alertMessageAceptar:hover {
  background-color: #fff;
  color: #aa1829;
}

.alertMessageClose {
  right: 10px;
  font-size: 18px;
  color: #000;
}

#cartMessageDiv {
  margin-top: 20%;
}

.cartMessageAceptar {
  line-height: 3rem;
  text-transform: initial;
  margin-left: 20%;
  margin-right: 5px;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  font-family: "MarkPro";
}

.alertMessageMessage {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-family: "MarkPro";
}

#cartMessageButtonsWrapper {
  float: none;
  width: 195px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.cartMessageAceptar {
  width: 100%;
  font-size: 17px;
  height: 35px;
  margin-left: 0%;
  line-height: 35px;
  font-family: "MarkPro";
}

#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;
  font-family: "MarkPro";
}

.wishListProductsDiv {
  height: auto;
  cursor: pointer;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 19px;
  align-items: center;
  justify-content: space-between;
}

.heart {
  position: relative;
  height: 19px;
  width: 19px;
  cursor: pointer;
}

.wishListQuantity {
  position: relative;
  top: -5px;
  right: -3px;
  text-transform: lowercase;
  font-size: 1rem;
}

.searchButton {
  display: flex;
  position: absolute;
  cursor: pointer;
  right: -12.6rem;
  -webkit-transition: right 0.7s;
  -o-transition: right 0.7s;
  transition: right 0.7s;
}

.searchButton img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.searchSite {
  background: transparent;
  width: 12rem;
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #aa1829;
}

.searchContainer {
  width: 3rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.searchContainer.open .searchButton {
  right: 0;
}

#headerCart {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -2px;
}

#searchBarHeader {
  height: 0;
  background: #fff;
  width: 100%;
  top: 10rem;
  overflow: hidden;
  position: fixed;
  box-shadow: 0 0.3rem 1.5rem 0 rgb(0 0 0 / 6%) !important;
  z-index: 3;
  -webkit-transition: height 0.6s, -webkit-transform 0.6s;
  -moz-transition: height 0.6s, -moz-transform 0.6s;
  transition: height 0.6s, transform 0.6s;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#searchBarSlider {
  width: 70%;
  margin: 2.5rem auto 0;
  height: auto;
}

.searchIcon {
  top: 22px;
  padding-left: 0;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  width: 10px;
  left: 15px;
  color: #555458;
}

#searchBar.openBar {
  height: 3.5rem;
}

#searchBarContainer {
  position: relative;
  float: left;
  width: 2rem;
  overflow: hidden;
}

#phoneHeaderContainer {
  display: flex;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  margin-right: 10px;
}
#phoneHeaderContainer p {
  font-size: 14px;
  color: #aa1829;
  margin: 0;
  white-space: nowrap;
}
#phoneHeaderContainer img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

#searchTextImg {
  width: 100%;
  cursor: pointer;
}

#searchBarHeader.openBar {
  height: 85px;
}

.cart {
  width: 20px;
  height: 20px;
}

.cartAmount {
  position: relative;
  font-size: 1rem;
  right: -3px;
  top: -5px;
  text-transform: lowercase;
}

.languages {
  position: relative;
  float: left;
}

.languageSelect {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  height: 27px;
  overflow: hidden;
  font-weight: 500;
  padding-right: 17px;
}

.languageSelect.open {
  height: 27px;
  overflow: visible;
}

.languageRow {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 2.4rem;
  cursor: pointer;
}

.languageRow.notSelected {
  margin-top: 0.3rem;
  background: var(--grey2);
  color: #aa1829;
  padding: 0 0.4rem;
}

.languageRow.notSelected:hover {
  background: #aa1829;
}

.languageRow.notSelected:hover p {
  background: #aa1829;
  color: var(--grey);
}

#searchBar {
  max-width: 90rem;
  height: 4.5rem;
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 auto;
  align-items: center;
  border-bottom: 0.1rem solid #3c4c65;
  overflow: hidden;
}

#searchBar img {
  width: 15px;
  height: 15px;
}
#searchIconImg {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
}

#searchSite {
  width: 100%;
  float: left;
  position: relative;
  font-family: "MarkPro";
  margin: unset;
  height: 100%;
  padding: 0;
  color: #3c4c65;
  font-size: 1.5rem;
  text-align: left;
  border: none;
  letter-spacing: 0;
  display: block;
  text-indent: 4rem;
}

#searchSite::placeholder {
  color: #3c4c65;
}

.languageSelectArrow {
  position: absolute;
  width: 14px;
  height: 1.2rem;
  right: 0;
  top: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accountOptions {
  display: none !important;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 21px;
  display: block;
  height: 22px;
  overflow: visible;
}

#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
  margin-bottom: 9px;
}

#accountOptions1,
#accountOptions2 {
  float: left;
  height: 20px;
  z-index: 1;
}

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

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 21px;
  right: 2px;
  z-index: 1;
  color: var(--grey);
}

#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: white;
  border-radius: 0;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: #aa1829;
  position: relative;
  border: 1px solid var(--grey);
  width: 120px;
}

#logoutUser {
  border-top: 1px solid var(--grey);
}

#logoutUser,
#logoutUser1 {
  line-height: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background-color: white;
  border: 1px solid var(--grey);
  color: #aa1829;
  border-radius: 0 !important;
  border-top: none;
  width: 120px;
}

#logoutUser1 {
  border-top: 1px solid #000;
}

#logoutUser:hover,
#logoutUser1:hover {
  background-color: #3c4c65;
  color: #fff;
  font-weight: 100;
}

.headerRow.mainRow {
  height: 86px;
}

#logoutUser2:hover {
  background-color: #58595b;
  color: #fff;
  font-weight: 900;
}

#myProfileUser:hover,
#myProfileUser1:hover {
  background-color: #3c4c65;
  color: #fff;
  font-weight: 100;
}

.profileIcon {
  position: relative;
  height: 19px;
  width: -moz-fit-content;
  display: block;
  cursor: pointer;
}

.currencySelectContainer {
  position: relative;
  float: left;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  height: auto;
}

.currencySelectImg {
  display: block;
  position: relative;
  height: 2.1rem;
  float: left;
  margin-right: 0.6rem;
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(0%)
  saturate(0%) hue-rotate(23deg) brightness(101%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(0%)
  hue-rotate(23deg) brightness(101%) contrast(90%);
}

.currencyArrow {
  float: right;
  position: relative;
  top: 4px;
  height: 1.2rem;
  right: 0;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.selectedOption {
  width: 70%;
  font-weight: 600;
}

.pageCurrencySelect {
  height: 0;
  overflow: hidden;
  top: 36px;
  text-align: left;
  width: 120px;
  right: 0;
  position: absolute;
}

.pageCurrencySelect.open {
  display: block;
  height: auto;
  background: #f9f9f9;
  color: #5c5d5f;
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

#searchBarContainer {
  position: relative;
  float: left;
  width: 17px;
  overflow: hidden;
}

#searchTextImg {
  width: 87%;
  cursor: pointer;
}

.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: var(--grey2);
}

.currencySelectOption:nth-child(1) {
  font-weight: 600;
  padding-left: 5px;
}

@media screen and (min-width: 770px) and (max-width: 1150px) {
  .headerMainCol {
    margin-left: 2.5%;
    width: fit-content;
  }
  #headerLogoContainer img {
    max-width: 11rem;
  }
  .headerLink {
    font-size: 14px;
  }
  #phoneHeaderContainer p {
    font-size: 13px;
  }
  #searchBarContainer {
    width: 15px;
    margin-right: 10px;
  }
  .profileIcon {
    height: 17px;
  }
  .nosotros {
    display: none;
  }
  .headerCol {
    width: fit-content;
  }
  #phoneHeaderContainer {
    display: none;
  }
  #phoneHeaderContainer img {
    margin-right: 10px;
  }
  .rightItemsContainer {
    width: fit-content;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .headerMobileMenuIcon span:nth-child(even) {
    left: 8%;
    border-radius: 0 9px 9px 0;
  }

  .headerMobileMenuIcon span:nth-child(odd) {
    left: 0;
    border-radius: 13px 0 0 13px;
  }

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

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 10px;
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 19px;
  }

  .mercadoPagoPromo {
    font-size: 12px;
    text-transform: initial;
  }

  #headerLogoContainer {
    height: 70px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    left: 17px;
  }

  .headerRow.mainRow {
    height: 80px;
    background: #fff;
  }

  .menuCartMobile.mobileElement {
    margin-right: 12px;
  }

  .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(10% - 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: 6px;
  }

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

  .cartMobile {
    position: absolute;
    right: 58px;
    top: 28px;
  }

  .headerMainCol {
    border: none;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0%;
  }

  #header {
    height: 108px;
    overflow: hidden;
  }

  .searchMobile {
    margin-right: 17px;
    height: 19px;
  }

  .searchMobile img {
    height: 100%;
  }

  #headerDummy {
    height: 88px;
  }

  #headerLogoContainer img {
    width: 150px;
    max-width: 90%;
    margin: auto;
  }

  .headerCol {
    width: fit-content;
  }

  #searchBarContainer {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .profileIcon {
    width: 18px;
    height: 18px;
  }

  #headerCart {
    height: 20px;
    margin-right: 10px;
    margin-top: -10px;
  }

  .cartContainer {
    height: 22px;
  }

  .mobileMenuSubcategories::first-of-type {
    padding-top: 20px;
  }

  .cartAmount {
    float: right;
    line-height: unset;
    position: relative;
    right: -2px;
    top: 5px;
    font-size: 10px;
  }

  #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: 5%;
    margin-top: 0;
    top: 0;
    height: 100px;
  }

  .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;
  }

  .wishListProductsDiv.headerShowLogin.headerMenuClose {
    position: absolute;
    right: 3px;
    top: 29px;
    width: 22px;
  }

  .cart {
    width: 25px;
    height: 21px;
  }

  .wishListProductsDiv.headerShowLogin img {
    width: 22px;
    height: 22px;
  }

  .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: 20px;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 8px;
    width: 20px;
    left: 15px;
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 16px;
    left: 15px;
    width: 20px;
  }

  .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;
  }

  .openMenu #headerLogo2 {
    display: none;
  }

  #headerLogoHiddenBar {
    width: 100%;
  }

  #headerLogo {
    width: 7rem;
    height: auto;
    position: relative;
    display: block;
    margin: 5px auto 0;
  }

  .searchMobileContainer {
    width: 100%;
    margin: auto;
    border-top: 0.9px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 75px;
    z-index: 1;
    border-bottom: 0.9px solid rgba(0, 0, 0, 0.1);
    padding-left: 5%;
  }

  .mobileMenuItems {
    overflow: auto;
    font-family: "MarkPro";
    box-sizing: border-box;
    height: calc(94vh - 16rem);
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 3;
    -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;
    padding-top: 20px;
  }

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

  .topHeaderMobileIcons {
    width: calc(100% - 9rem);
    position: absolute;
    right: 5px;
    top: 29px;
    display: flex;
    justify-content: space-between;
  }

  .topHeaderMobileIcons .left {
    display: flex;
    align-items: flex-start;
  }

  .topHeaderMobileIcons .right {
    display: flex;
    font-family: brandon;
  }

  .languageSelect {
    margin-left: 10px;
    top: -2px;
  }

  .userMobile {
    margin-right: 16px;
  }

  .userMobile img {
    width: 20px;
    display: block;
  }

  #headerProfile {
    top: -12px;
    height: 21px;
    width: 21px;
  }

  #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;
    height: calc(100vh - 28px);
    width: 100%;
    left: -100%;
    background-color: #fff;
    z-index: 5;
    overflow: hidden;
    -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;
    border-top: 1px solid rgb(0, 0, 0, 0.2);
    z-index: 5;
  }

  #headerMobileLogo {
    margin: auto;
    position: absolute;
    float: left;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: calc(50% - 50px);
  }

  .headerMobileMenuIcon {
    width: 5rem;
    height: 2.3rem;
    position: fixed;
    z-index: 6;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    top: 59px;
  }

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 1.7px;
    width: 21px;
    background: #aa1829;
    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;
  }

  #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;
    color: #000;
  }

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

  .user {
    width: 20px;
    margin-left: 0;
    margin-bottom: 0;
    height: 20px;
    float: right;
    position: relative;
    display: block;
    margin-right: 20px;
    z-index: 94;
  }

  .highlightTitle {
    font-size: 7rem;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(100% - 91px);
    font-size: 13px;
    letter-spacing: 0;
    height: 4rem;
    line-height: 4rem;
    color: black;
    word-break: break-all;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5%;
    display: flex;
    align-items: center;
    word-break: break-all;
  }

  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: uppercase;
  }

  .mobileMenuSubcategoryText {
    /* font-weight: 300; */
    /* font-size: 1.6rem; */
    /* text-transform: uppercase; */
    /* margin-bottom: 12px; */
    /* line-height: 20px; */
    /* height: 31px; */
    /* margin-top: 25px; */
    margin-top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 25px;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 2.2rem;
    line-height: 59px;
    width: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: #aa1829;
  }

  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #f4f4f4;
    padding-left: 0;
  }

  .mobileMenuSubcategories:first-child {
    padding-top: 20px !important;
  }

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    /* text-transform: capitalize; */
    height: auto;
    border-bottom: none;
    overflow: hidden;
  }

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

  .mobileMenuSubcategoryText:hover {
    font-weight: bolder;
  }

  .mobileMenuCategoryLevelThree {
    border-bottom: none;
  }

  #mobileSearchBar {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #aa1829;
    margin: auto;
    display: flex;
    align-items: center;
  }

  #mobileSearchImg {
    position: absolute;
    float: left;
    height: 2rem;
    margin-right: 1rem;
  }

  #mobileSearch {
    position: relative;
    float: left;
    width: 100%;
    height: 57px;
    padding: 0;
    border-radius: 0;
    text-indent: 40px;
    font-size: 15px;
    background-color: transparent;
    font-family: brandon;
  }

  #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: 90%;
    margin-top: 15vw;
  }

  .cartMessageAceptar {
    width: calc(100% - 4px);
    font-size: 1.3rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    line-height: 3.8rem;
    height: 3.8rem;
  }

  #forMeBtn {
    margin-right: 7px;
  }

  #headerFlotante,
  .scotiaPromo {
    font-weight: unset;
    font-size: 12px;
    text-transform: initial;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    min-width: unset;
    margin-right: 15px;
    position: relative;
    display: block;
    width: unset;
  }

  .wishListProductsDiv .heart .svgHeart {
    width: 20px;
    height: 20px;
  }

  .wishListQuantity {
    position: absolute;
    right: -10px;
    top: 5px;
    font-size: 10px;
    font-weight: 300;
  }

  .customMobile {
    margin-top: 12px;
    margin-bottom: 7px;
  }

  #content {
    min-height: calc(100vh - 60px);
    height: auto;
  }

  #cartMessageMessage {
    margin-bottom: 15px;
  }

  .whatsAppWebContainer {
    width: 75px;
    z-index: 3;
    right: 5px;
  }

  .whatsAppWebLogo {
    /* width: 210px; */
    height: auto;
  }

  .whatsAppWebContainer.open {
    /* bottom: 10px; */
    width: 210px;
    height: 50px;
    /* z-index: 4; */
  }

  .profileImgMobile {
    padding-left: 20px;
    width: 17px;
    position: relative;
    padding-right: 20px;
    top: 3px;
  }

  .userAccount {
    font-size: 14px;
    margin-left: 6px;
    color: #000;
    display: none;
  }

  .logoutMobile {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #cartMessageDiv #cartMessageMessage {
    margin-top: 40px;
  }

  .mobileMenuCategoryLevelThreeText {
    padding-left: 0;
    width: calc(80% - 4rem);
    display: block;
    height: auto;
    font-weight: 300;
    font-size: 1.4rem;
  }

  .headerScrolled .headerMobileMenuIcon {
    margin-top: 26px;
  }

  .mediaContainer {
    padding-left: 35px;
    flex-wrap: wrap;
    width: calc(100% - 35px);
    bottom: 0;
    display: none;
  }

  #topHiddenBar.shownBar {
    top: 0;
    min-width: unset;
    height: 60px;
  }

  .mediaContainer p {
    width: 100%;
    font-weight: 100;
    margin-bottom: 20px;
  }

  .mediaContainer a:first-of-type {
    margin-left: 0;
  }

  .heart {
    margin-right: 0;
    height: 20px;
    width: 20px;
    display: block;
  }

  .rightTopItems {
    width: 380px;
    float: right;
    height: 30px;
    margin-top: 25px;
    color: #000;
    margin-right: 3%;
    display: none !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;
  }

  .currencySelectContainer::before {
    background-size: 24px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(0%)
    hue-rotate(43deg) brightness(88%) contrast(105%);
  }

  .pageCurrencySelect.open {
    left: -20px;
    top: 37px;
  }

  .selectedOption {
    position: relative;
    left: 4px;
  }

  #header.openMenu #headerMobileIcons {
    display: none !important;
  }

  .headerLogo {
    width: 100px;
  }

  .searchBarShow {
    top: 139px;
  }

  .wishListProductsDiv.closedMenu {
    position: absolute;
    right: 5px;
    top: 29px;
  }
  .whatsAppWebContainer{
    bottom:-100px;
    height:50px;
    width:50px;
  }
}

@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%;
    box-sizing: border-box;
  }
}
