* {
  margin: 0;
  padding: 0
}

html {
  font-size: 62.5%
}

body {
  font-family: "Gotham";
  color: var(--base);
  font-weight: 300;
  font-size: 1.5rem
}

:root {
  --base: #1B1C21;
  --text: #1B1C21;
  --footer: #9D9D9D;
  --black: #000000;
  --white: #ffffff;
  --grey: #f5f5f5;
  --grey2: #dfdfdf;
  --primario: #57644d;
  --secundario: #9c7000;
  --wool: #ece5db;
  --font1: 'Gotham';
  --font2: 'Proxima Nova';
  --font3: 'ProspectusPro';
  --line: #D8D8DA;
  --Bold: '700';
  --Semibold: '600';
  --Medium: '500';
  --Regular: '400';
  --Light: '300';
}

p {
  margin: 0;
  color: var(--base);
  margin-block-start:0em;margin-block-end:0em}

input {
  border-radius: 0;
  padding: 0;
  font-weight: 300
}

.button-1 {
  color: var(--white);
  background-color: var(--base);
  border: 1px solid var(--base);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.button-1:hover {
  color: var(--base);
  background-color: var(--white)
}

.tr-3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}
.tr-4 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}
.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 7;
  opacity: 0;
  display: none
}

.bkg.openFilter {
  opacity: 1;
  display: block
}

#content {
  width: 100%;
  min-height: calc(100vh - 290px)!important;
  min-width: unset;
  background-color: var(--white)
}

#header {
  font-size: 1.4rem;
  height: auto;
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--white);
  padding-bottom: 0rem
}
.headerPromo{
  height: 30px;
}
#headerDummy {
  position: relative;
  width: 100%;
  height: 79px
}

.headerIndex#headerDummy {
  height: 0
}

.headerRow {
  width: 95%;
  display: grid;
  grid-template-columns: 1fr 2fr 330px;
  gap: 0rem;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s
}

.headerIndex#header .headerRow {
  background: #ffffff;
  opacity: 0.9;
  border: 1px solid #1B1C211A;
  margin: 2rem auto 0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: var(--base);
}

.headerCol {
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  font-family: var(--font2);
  font-size: 13px;
  font-weight: 400
}

.categoriesContainer {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 38px;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 80px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase
}

.lineEffect::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 31px;
  background-color: var(--base);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s
}

.lineEffectLeft::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--base);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.5s
}

.headerPromoText {
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  padding-top: 2px;
  font-family: var(--font1)
}

.headerIndex#header .lineEffect::after {
  background-color: var(--black)
}

.headerIndex#header {
  background-color: transparent;
}

.lineEffect:hover::after {
  width: 100%;
  left: 0
}

.lineEffectLeft:hover::after {
  width: 100%;
  left: 0
}

.headerOptionMenuOpen.lineEffect::after {
  width: 100%;
  left: 0
}

.headerMainCol {
  box-sizing: border-box;
  height: 100%
}

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

#headerLogoContainer a {
  display: block
}

#headerLogoContainer img {
  display: block;
  max-width: 18rem;
  width: 100%
}

#header.openMenu #headerLogoContainer {
  display: none
}

.rightItemsContainer {
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  float: right;
  justify-content: space-evenly;
  gap: 20px;
  margin-right: 25px
}

.expandedCategory {
  position: fixed;
  top: 136px;
  display: none;
  width: fit-content;
  height: auto;
  left: 36%;
  font-size: 15px;
  font-family: var(--font2);
  background-color: var(--white);
  z-index: 4;
  opacity: 0.9;
  color: var(--base);
  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
}

.headerIndex.expandedCategory {
  top: 108px
}

.categoryColumn {
  flex-basis: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(5,1fr);
  grid-auto-flow: column
}

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

.categoryTwoTilte {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2.5rem;
  position: relative
}

.menuSubcategoriesContainer {
  width: calc(50% - 40px);
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 1.2rem;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 10%;
  height: auto;
  box-sizing: border-box
}

.expandedCategory img {
  min-width: 15vw;
  height: 100%
}

.totalCategoryColumn {
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 1.5rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column
}

.categoryLevelTwoTitle {
  font-size: 15px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: left;
  padding: .5rem 0rem .5rem 2.5rem
}

.categoriesMenuContainer {
  min-width: 17rem
}

.categoryLevelTwoContainer {
  height: 3rem;
  line-height: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: fit-content
}

.categoryLevelTwoContainer:hover .arrowCat {
  opacity: 1
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  display: none;
  top: 0rem;
  flex-direction: column;
  background: var(--grey);
  height: auto;
  width: fit-content;
  padding: 1rem 1rem 0rem;
  min-width: 35rem;
  box-sizing: border-box;
  height: -webkit-fill-available
}

.hideCat {
  display: none!important
}

.categoryLevelThreeContainer {
  width: 100%;
  display: flex;
  padding-top: 1rem;
  padding-left: 0rem
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 1.3rem;
  width: fit-content;
  font-weight: 400;
  padding: 1rem .5rem 1rem;
  padding-left: 1rem;
  display: flex;
  margin-left: .5rem;
  line-height: 2rem;
  align-items: center;
  flex-direction: column
}

.categoryLevelThreeTitle:hover {
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s
}

.menuSubcategories {
  display: block
}

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

.categoryTwoTilte {
  font-weight: 300;
  display: block;
  padding-bottom: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 1px
}

.categoryTwoTilte:hover {
  font-weight: 600
}

.menuSubcategoriesContainer {
  width: 80%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 3.5rem 0 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.menuSubcategories {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto auto auto auto auto;
  width: fit-content;
  column-gap: 9rem;
  overflow: hidden
}

.profileIcon img {
  height: 16px;
}

.whatsAppWebContainer {
  width: 60px;
  height: auto;
  right: 36px;
  opacity: 0
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 2
}

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

#alertMessageLogo {
  width: 237px
}

#cartMessageDiv #cartMessageMessage {
  margin-top: 35px;
  width: 217px;
  margin-bottom: 30px;
  letter-spacing: 0!important
}

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px
}

#cartMessageDiv a.alertMessageAceptar {
  background-color: var(--base);
  border: 1px solid var(--base);
  color: #fff
}

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

.alertMessageAceptar {
  position: relative;
  background-color: var(--base);
  border: 1px solid var(--base);
  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
}

.alertMessageAceptar:hover {
  background-color: #fff;
  color: var(--base)
}

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

.alertMessageMessage {
  font-size: 16px;
  color: #000;
  letter-spacing: 0!important;
  overflow-y: visible !important;
}

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

.cartMessageAceptar {
  width: 100%;
  font-size: 1.3rem;
  margin-left: 0%
}

#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
}

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

.heart {
  position: relative;
  height: 17px;
  width: 17px;
  cursor: pointer
}
.wishListBox{
  font-family: 'Proxima Nova';
  display: flex;
  position:absolute;
  top: -2px;
  right: -12px;
  font-size: 9px;
}
.wishListQuantity {
  position: relative;
  text-transform: lowercase;
}

.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.6rem;
  height: 1.6rem
}

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

.searchSite {
  background: transparent;
  width: 12rem;
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--base)
}

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

.searchContainer.open .searchButton {
  right: -50px;
}

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

.cart {
  margin-top: 1px;
  margin-right: 5px;
  width: 18px;
  height: 16px;
}
.menuCartMobile .cart{
  margin-bottom: 1px;
}

.cartAmount {
  position: relative;
  font-size: 9px;
  right: 2px;
  top: -6px;
  text-transform: lowercase;
  display: flex;
}

.languages {
  position: relative;
  float: left
}

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

.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: .3rem;
  background: var(--grey2);
  color: var(--base);
  padding: 0 .4rem
}

.languageRow.notSelected:hover {
  background: var(--base)
}

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

.languageSelectArrow {
  position: absolute;
  left: 9px;
  top: -5px;
  -ms-transform: rotate(90deg)
}

#accountOptions,#accountOptions1,#accountOptions2 {
  width: 16px;
  display: block;
  height: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#accountOptions .profileIcon,#accountOptions1 .profileIcon,#accountOptions2 .profileIcon {
  margin-top: -2px;
}

#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: 22px;
  right: 0px;
  z-index: 1;
  color: var(--base)
}
.profileOptions{
  position:absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
#myProfileUser,#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: var(--white);
  border-radius: 0;
  right: -66px;
  top: 38px;
  font-size: 12px;
  color: var(--base);
  border: 1px solid var(--base)
}

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

#logoutUser,#logoutUser1 {
  line-height: 28px;
  height: 28px;
  right: -66px;
  top: 38px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid var(--base);
  color: var(--base);
  border-radius: 0!important
}

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

#logoutUser:hover,#logoutUser1:hover {
  background-color: var(--base);
  color: var(--white);
  font-weight: 600
}

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

#myProfileUser:hover,#myProfileUser1:hover {
  background-color: var(--base);
  font-weight: 600
}

.profileIcon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  display: block;
  cursor: pointer;
  height: 16px;
  margin-left: 6px;
}

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

.currencySelectImg {
  display: block;
  position: relative;
  height: 18px;
  float: left;
  margin-right: .6rem
}

.currencyArrow {
  float: right;
  position: relative;
  top: 4px;
  height: 1.2rem;
  right: 0;
  a 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: 56px;
  text-align: left;
  width: 120px;
  right: -29px;
  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,.05)
}

.pageCurrencySelect.open .currencySelectOption:not(.titleOption):hover {
  background: var(--base);
  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: 1100px) and (max-width:1250px) {

  .headerMainCol {
      width: calc(100% - 4rem);
  }
}

@media screen and (min-width: 769px) and (max-width:1100px) {

  .searchButton {
      right: -9.6rem
  }

  .searchSite {
      width: 9rem
  }
}

@media screen and (max-width: 768px) {
  #headerDummy {
      height:70px
  }

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

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

  #header {
      padding-bottom: 0rem;
      width: 100%
  }

  .headerRow {
      height: 58px;
      width: calc(100% - 2px);
      margin: 0rem auto 0!important;
      border: 1px solid var(--white)
  }
  .headerPromoText {
      font-size: 12px;
      font-weight: 200;
  }
  .headerMainCol {
      top: 30px;
      height: 58px;
      border: none;
      width: fit-content;
      position: absolute;
      right: 2rem;
      display: flex;
      align-items: center
  }

  #headerLogoContainer {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      margin: auto;
      height: 58px
  }

  #headerLogoContainer img {
      width: 130px;
      max-width: 90%;
      margin: 17px auto 15px
  }

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

  .cartContainer {
      height: 22px
  }

  .menuCartMobile {
      display: flex!important
  }

  .cartAmount {
      font-family: 'Proxima Nova';
      float: right;
      line-height: unset;
      position: relative;
      right: 2px;
      top: 0;
      font-size: 9px;
      font-weight: 400
  }

  #headerPromo {
      width: 100%;
      top: 0;
      z-index: 999;
      height: 24px;
      overflow: hidden;
      position: fixed;
      box-shadow: 0 4px 34px rgba(0,0,0,.09)
  }

  #headerPromoText {
      font-size: 10px;
      line-height: 23px;
      text-align: center;
      line-height: 24px;
      height: 24px;
      letter-spacing: .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
  }

  .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: 2px;
      float: right;
      left: 13px;
      width: 20px
  }

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

  .headerMobileMenuIcon span:nth-child(5),.headerMobileMenuIcon span:nth-child(6) {
      top: 16px;
      left: 13px;
      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: 10px
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
      left: 13px;
      top: 10px
  }

  .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%;
      border-top: 0.5px solid var(--base);
      position: relative;
      margin: 6rem auto 0;
      overflow: hidden
  }

  .mobileMenuItems {
      overflow: auto;
      padding-top: 0rem;
      margin-top: 0rem;
      box-sizing: border-box;
      height: calc(94vh - 16rem);
      font-family: var(--font2)
  }

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

  .topHeaderMobileIcons {
      width: calc(100% - 8rem);
      position: absolute;
      right: 2rem;
      top: 21px;
      display: flex;
      align-items: center;
      justify-content: space-between
  }

  .topHeaderMobileIcons .left {
      display: flex;
      align-items: center;
      margin-top: 5px;
  }

  .topHeaderMobileIcons .right {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px
  }

  .languageSelect {
      top: -2px;
      z-index: 1;
      padding-right: 16px
  }

  .userMobile {
      font-size: 13px;
      font-weight: 400;
      margin-right: 14px;
      display: flex
  }

  .userMobile .headerShowLogin {
      font-size: 13px;
      font-weight: 300;
  }

  .userMobile img {
      width: 17px;
      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;
      width: 4rem;
      top: -6px
  }

  #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: 30px;
      height: 100%;
      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 {
      top: 30px;
      left: 0;
      box-shadow: 5px -3px 20px 5px rgb(0 0 0 / 5%);
      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 {
      top: 50px;
      width: 5rem;
      height: 2.3rem;
      position: fixed;
      z-index: 6;
      left: 8px;
      -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
  }

  .headerMobileMenuIcon span {
      display: block;
      position: absolute;
      height: 1.7px;
      width: 21px;
      background: var(--base);
      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;
      margin-bottom: 0rem;
      padding: 0rem 0;
      color: #000;
      border-bottom: 0.5px solid var(--base);
  }

  .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: 15px;
      letter-spacing: 0;
      height: 6rem;
      line-height: 6rem;
      color: var(--base);
      font-weight: 300;
      padding-left: 2rem;
      word-break: break-all;
      overflow: hidden
  }

  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
      text-transform: uppercase;
      height: 7rem;
      line-height: 7rem;
  }

  .mobileMenuSubcategoryText {
      font-family: 'Proxima Nova';
      font-weight: 300;
      font-size: 16px;
      padding-left: 4rem;
  }
    .mobileMenuSubcategory:last-of-type {
        padding-bottom: 20px;
    }
  .mobileMenuSeeMore {
      position: relative;
      float: right;
      margin-right: 2.2rem;
      line-height: 4rem;
      width: 1.5rem;
      font-size: 1.4rem;
      font-weight: 600;
      text-align: center;
      color: var(--base)
  }

  .mobileMenuSeeMore.cat1 {
      height: 7rem;
      line-height: 7rem;
  }

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

  .mobileMenuSubcategories .mobileMenuSubcategories {
      background-color: var(--grey)
  }

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

  .mobileMenuSubcategory.open {
      border-bottom: 0
  }

  .mobileMenuSubcategoryText:hover {
      font-weight: 400
  }

  .mobileMenuCategoryLevelThree {
      border-bottom: none
  }

  #mobileSearchBar {
      position: relative;
      width: 100%;
      overflow: hidden;
      color: var(--base);
      border-bottom: 0.5px solid var(--base);
      margin: auto;
      display: flex;
      align-items: center;
      padding-left: 0px;
  }

  #mobileSearchImg {
      position: absolute;
      float: left;
      margin-right: 1rem;
      left: 5.5%;
  }

  #mobileSearch {
      position: relative;
      float: left;
      width: 100%;
      height: 4.5rem;
      padding: 0;
      border-radius: 0;
      text-indent: 6rem;
      font-size: 13px;
      background-color: transparent;
      color: var(--base);
  }

  #mobileSearch::-webkit-input-placeholder {
    color: #1B1C21;
    font-weight:200;
  }

  #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: 75%;
      margin-top: 15vw;
      padding-bottom: 41px
  }

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

  #forMeBtn {
      margin-right: 7px
  }

  #forGiftBtn {
      margin-right: 7px
  }

  .wishListProductsDiv {
      font-size: 13px;
      font-weight: 300;
      min-width: unset;
      margin-right: 0;
      position: absolute;
      display: flex
  }

  .headerMainCol .wishListProductsDiv {
      right: 1.5rem;
      display: none!important
  }

  .wishListProductsDiv .heart .svgHeart {
      width: 20px;
      height: 20px
  }
  .wishListBox{
    right: -13px;
    top: -2px;
    font-weight: 300;
  }
  .wishListQuantity {
      font-family: 'Proxima Nova';
      font-size: 9px;
      font-weight: 400;
      top: 0px;
  }

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

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

  #cartMessageMessage {
      margin-bottom: 15px
  }

  .whatsAppWebContainer {
      width: 56px;
      z-index: 3;
      right: 10px
  }

  .whatsAppWebContainer.open {
      bottom: 10px
  }

  .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: 6rem;
      width: calc(80% - 4rem);
      display: block;
      height: 4rem!important;
      line-height: 4rem!important;
      font-weight: 300;
      font-size: 1.4rem;
      text-transform: capitalize!important
  }

  .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;
      margin-left: 15px;
      height: 18px;
      width: 18px;
      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: -5rem;
      top: 40px
  }

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

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

  .headerLogo {
      width: 100px
  }
}

@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: .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%
  }

  #headerMobileMenu {
      height: 100%;
      box-sizing: border-box
  }
}
