* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hind";
  color: var(--base);
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
}

:root {
  --base: #000000;
  --lighter-base: #c5c5c5;
  --secondary: #ffffff;
  --web-background: #f4f0eb;
  --menu-font: #000000;
  --menu-background: #000000;
  --menu-font-size: 14px;
  --menu-line-height: 18px;
  --submenu-font: #000000;
  --submenu-font-size: 14px;
  --base-font-size: 14;
  --header-promo-height: 38px;
  --header-promo-font-size: 13px;
  --base-line-height: 17px;
  --h1: #000000;
  --h1-font-size: 50px;
  --h1-line-height: 54px;
  --breadcrumb-font-size: 35px;
  --breadcrumb-line-height: 39px;
  --groups-font-size: 15px;
  --groups-line-height: 30px;
  --slider-font-size: 16px;
  --slider-font-weight: 700;
  --slider-line-height: 20px;
  --base-font-weight: 400;
  --secondary-font-weight: 700;
  --add-to-cart-btn: #000000;
  --add-to-cart-btn-hover: #ffffff;
  --add-to-cart-btn-font: #ffffff;
  --add-to-cart-btn-font-hover: #000000;
  --add-to-cart-btn-border: #000000;
  --add-to-cart-btn-border-hover: #000000;
  --add-to-cart-btn-font-size: 25px;
  --add-to-cart-btn-line-height: 48px;
  --btn: #000000;
  --btn-hover: #ffffff;
  --btn-font: #ffffff;
  --btn-font-hover: #000000;
  --btn-border: #000000;
  --btn-border-hover: #000000;
  --header-icons-height: 20px;
  --btn-font-size: 25px;
  --btn-line-height: 43px;
  --santander: #e42313;
  --itau: #da7349;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: #1d1d1b;
  --slider-for-aspect-ratio: 183/274;
  --slider-nav-aspect-ratio: 111.06/912;
  --menu-height: 130px;
  --menu-slider: 27px;
  --secondary-font-family: "Montserrat";
  --web-container: 95%;
  --prueba: 1.19;
}

p {
  margin: 0;
  color: var(--base);
}

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

#mobileSearch[type="search"]::-webkit-search-decoration,
#mobileSearch[type="search"]::-webkit-search-cancel-button,
#mobileSearch[type="search"]::-webkit-search-results-button,
#mobileSearch[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.button-1 {
  color: var(--secondary);
  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(--secondary);
}

.tr-3 {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tr-5 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#content {
  width: 100%;
  min-width: unset;
  background-color: var(--secondary);
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

#header {
  height: var(--menu-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--secondary);
  font-weight: 700;
}

#searchBar {
  height: auto;
  width: 70%;
  max-width: 600px;
  margin: auto;
  display: flex;
  background-color: transparent;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.topMessageBarContainer {
  width: 100%;
  text-align: center;
  background-color: var(--base);
  color: var(--white);
  font-size: 1.3rem;
  line-height: 2.5rem;
  position: relative;
}

.topMessageBarRight {
  position: absolute;
  top: 0;
  right: 2%;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--menu-height);
}

.textAlignCenter {
  text-align: center !important;
}

.headerRow {
  height: calc(var(--menu-height) - var(--header-promo-height));
  width: var(--web-container);
  grid-template-columns: 190px auto 210px;
  display: grid;
  margin: 0 auto;
}

.headerIndex .headerLink {
  color: var(--secondary);
}

.headerIndex .wishListQuantity,
.headerIndex .cartAmount {
  color: #fff;
}

.headerCol {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  font-weight: 400;
}

.categoriesContainer {
  display: grid;
  height: 100%;
  width: 95%;
  justify-content: start;
  grid-auto-flow: column;
  gap: 29px;
  margin-left: 30px;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
  font-size: 14px;
}

.categoriesMenuContainer:first-of-type {
  font-weight: bold;
}

.searchBarHeader {
  width: 100%;
  position: fixed;
  top: -10vh;
  z-index: 2;
  background: var(--secondary);
}

.searchBarHeader.openBar {
  top: var(--menu-height);
}

.categoryArrow:after {
  content: "";
  width: 40px;
  background-image: url(../../files/arrow.svg);
  height: 40px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -35px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.categoryArrow:hover:after {
  opacity: 1;
}

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

#headerLogoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#headerLogoContainer a {
  display: block;
  width: 100%;
}

#headerLogoContainer img {
  display: block;
  width: 100%;
}

.headerPromoText {
  line-height: var(--header-promo-height);
  font-size: var(--header-promo-font-size);
  font-weight: var(--base-font-weight);
  text-transform: uppercase;
}

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

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

.expandedCategory {
  position: fixed;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0 !important;
  background-color: #fff;
  z-index: 4;
  top: var(--menu-height);
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  overflow: hidden;
  margin-left: -3vw;
}

.categoryColumn {
  flex-basis: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

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

.categoryTwoTilte {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: var(--submenu-font);
  line-height: calc(var(--submenu-font-size) + 4px);
  font-size: var(--submenu-font-size);
}

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

.expandedCategory img {
  display: block;
  overflow: hidden;
  padding: 0;
  height: 268px;
  position: relative;
  object-fit: cover;
}

.menuSubcategories {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 17px 15px;
  margin-bottom: 20px;
}

.totalCategoryColumn {
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 5rem;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 43px;
  min-width: 120px;
}

.categoriesMenuContainer {
  width: fit-content;
}

a.categoryLevelTwoTitle {
  font-size: var(--menu-font-size);
  width: fit-content;
  text-transform: uppercase;
  display: block;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 14px 0rem 14px 0rem;
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  display: none;
  top: 2rem;
  flex-direction: column;
  height: auto;
  min-width: 180px;
  width: max-content;
  padding: 3rem 8rem 0rem 4rem;
  box-sizing: border-box;
}

.categoryLevelThreeContainer {
  width: 100%;
  padding-right: 2rem;
  padding-left: 0rem;
  flex-direction: column;
  display: flex;
  grid-template-rows: auto;
  grid-auto-flow: column;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: var(--menu-font-size);
  width: fit-content;
  text-transform: uppercase;
  font-weight: 400;
  padding: 14px 0rem 14px 0rem;
  display: flex;
  margin-left: 0.5rem;
  align-items: center;
  flex-direction: column;
}

.categoryLevelTwoTitle:hover {
}

.whatsAppWebContainer {
  width: 65px;
  height: auto;
  right: 30px;
  opacity: 0;
}

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

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

.alertMessageDiv {
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
  width: 370px;
  background-color: var(--secondary);
  border: none;
  padding-top: 20px;
  border-radius: 0;
}

#alertMessageLogo {
  width: 270px;
}

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

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

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

#cartMessageDiv a.alertMessageAceptar:hover {
  color: #000;
  background-color: var(--secondary);
}

.alertMessageAceptar {
  position: relative;
  background-color: var(--base);
  border: 1px solid var(--base);
  text-align: center;
  line-height: 39px;
  font-size: 14px;
  /* font-family: 'ProximaNova'; */
  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-weight: 400;
}

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

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

#cartMessageDiv {
  margin-top: 20%;
}

.cartMessageAceptar {
  /* line-height: 3rem; */
  text-transform: initial;
  margin-left: 20%;
  margin-right: 5px;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0;
}

.alertMessageMessage {
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 0;
}

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

.cartMessageAceptar {
  width: 100%;
  font-size: 1.4rem;
  margin-left: 0%;
  line-height: 33px;
}

#cartMessageDiv {
  overflow: hidden;
  width: 380px;
  padding: 0 0 0 0;
  height: fit-content;
  margin-top: 0;
  padding-top: 25px;
  border: none;
  padding-bottom: 62px;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%);
}

.alertMessageDiv {
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

.searchButton {
  display: flex;
  position: relative;
  cursor: pointer;
  margin-left: 70px;
}

.searchButton img,
img.cart,
.wishListProductsDiv img,
.headerShowLogin img,
.profileIcon img {
  display: block;
  width: auto;
  height: var(--header-icons-height);
  position: relative;
}

.searchSite {
  background: transparent;
  width: 100%;
  color: var(--base);
  height: 3.5rem;
  font-size: 1.5rem;
  /* padding-left: 10px; */
  text-indent: 32px;
  padding-top: 6px;
}

#searchBar img {
  position: absolute;
  height: 20px;
  /* left: 10px; */
  width: auto;
  cursor: pointer;
}

.searchContainer {
  width: 14.8rem;
  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: unset;
}

.headerIndex#header,
.searchBarHeader.headerIndex,
.searchBarHeader.headerIndex #searchBar .searchSite,
.searchBarHeader.headerIndex #searchBar .searchSite::placeholder {
  color: var(--white);
  background: transparent;
}

.searchBarHeader.headerIndex #searchBar .searchSite,
.searchBarHeader.headerIndex #searchBar .searchSite::placeholder,
.searchBarHeader.headerIndex #searchBar {
  background: #fff;
  color: #000;
  border-radius: 5px;
  border: none;
}

.headerIndex#header img:not(.currencySelectImg) {
  -webkit-filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg)
    brightness(102%) contrast(101%);
  filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg)
    brightness(102%) contrast(101%);
}

.headerIndex#header .searchSite {
  color: var(--white);
}

.headerIndex#header .searchSite::-webkit-input-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite:-moz-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite::-moz-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite:-ms-input-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite::-ms-input-placeholder {
  color: #fff;
}

#headerDummy.headerIndex {
  height: var(--header-promo-height);
}

#header.headerIndex .categoryArrow:after {
  background-image: url(../../files/arrowWhite.svg);
  height: 18px;
  width: 18px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -26px;
}

.headerIndex#header .lineEffectCenter.headerLink::before {
  bottom: 4rem;
  background: var(--white);
}

.expandedCategory.headerIndex {
  top: 105px;
}

.headerIndex.headerMobileMenuIcon span {
  background: var(--white);
}

.open.headerIndex.headerMobileMenuIcon span {
  background: var(--base);
}

.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;
  font-size: 1.5rem;
  height: 2.4rem;
  top: 0.1rem;
  line-height: 2.5rem;
  overflow: hidden;
  z-index: 1;
}

.languageSelect.open {
  overflow: visible;
}

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

.languageRow.selectedLanguage p {
  color: var(--secondary);
}

.languageRow.notSelected {
  background: var(--secondary);
  color: var(--base);
  padding: 0 0.4rem;
  left: -8px;
  top: 2px;
}

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

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

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

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 24px;
  display: block;
  height: 24px;
  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: 24px;
}

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

#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 30px;
  height: 28px;
  background-color: var(--secondary);
  border-radius: 0;
  right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--base);
  position: relative;
  border: 1px solid var(--base);
  width: 120px;
}

#logoutUser,
#logoutUser1 {
  line-height: 30px;
  height: 28px;
  right: 10px;
  font-family: var(--secondary);
  font-size: 12px;
  background-color: var(--secondary);
  border: 1px solid var(--base);
  color: var(--base);
  border-radius: 0 !important;
  border-top: none;
  width: 120px;
  text-transform: uppercase;
}

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

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

.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--h1);
  -webkit-backdrop-filter: blur(4px);
  z-index: 5;
  opacity: 0;
  display: none;
}

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

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
  background-color: var(--base);
  color: var(--secondary);
  font-weight: 700;
}

.profileIcon {
  position: relative;
  width: -webkit-fit-content;
  display: block;
  cursor: pointer;
}

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

.currencySelectImg {
  display: block;
  position: relative;
  height: 2rem;
  float: left;
  margin-right: 2rem;
  top: 0.2rem;
}

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

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

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

.pageCurrencySelect.open .currencySelectOption:not(.titleOption):hover {
  background: #000;
  color: var(--white);
  cursor: pointer;
}

.currencySelectOption {
  padding: 11px 0;
  padding-left: 10px;
}

.currencySelectOption:not(.titleOption) {
  cursor: pointer;
}

.currencySelectOption[is-selected="true"] {
  background: var(--base);
  color: var(--white);
}

.currencySelectOption:nth-child(1) {
  padding-left: 5px;
  text-transform: uppercase;
}

.lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
}

.lineEffectCenter.headerLink::before {
  bottom: 3rem;
}

.categoryLevelTwoContainer.lineEffectCenter::before,
.categoryLevelThreeTitle.lineEffectCenter::before {
  margin-top: 16px;
}

.lineEffectCenter::before {
  content: "";
  background: var(--base);
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 045s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.headerIndex#header .lineEffectCenter.headerLink::before {
  bottom: 3rem;
  background: var(--secondary);
}

.expandedCategory.headerIndex {
  top: 105px;
}

.expandedCategory.shopCategory .menuSubcategoriesContainer .menuSubcategories {
  max-height: 390px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.expandedCategory.shopCategory
  .menuSubcategoriesContainer
  .menuSubcategories.expandedCategory.shopCategory
  .menuSubcategoriesContainer
  .menuSubcategories
  .categoryColumn {
  flex-basis: unset;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.borderContainer {
  --b: 1px;
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--secondary) 0;
  background: conic-gradient(
        from 180deg at top var(--b) right var(--b),
        var(--_g)
      )
      var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
    conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0
      var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  cursor: pointer;
}

.borderContainer:hover {
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  -o-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s all;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.lineEffectLeft::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  height: 1px;
  background: var(--base);
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  bottom: 1.9rem;
}

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

#headerPromoText {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

#headerPromo {
  height: 25px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  background: #000;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #content {
    max-width: unset;
    min-width: unset;
  }

  #topHiddenBar {
    min-width: unset;
  }

  #alertMessageDiv {
    margin-top: 0;
    top: 50%;
  }
}

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

  .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);
  }
  .userMobile.logged a {
    display: flex;
    align-items: center;
  }

  .userMobile.logged a p {
    margin: 0px 10px;
  }

  #headerDummy {
    height: 90px;
  }

  .headerPromoText {
    font-size: 9px;
    line-height: 25px;
  }

  .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: 0rem;
  }

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

  #header {
    height: 95px;
  }

  #header .right {
    position: absolute;
    right: 0;
    display: flex !important;
    align-items: center;
  }
  .right.mobileElement .wishListProductsDiv {
    display: none;
  }
  #headerDummy.headerIndex {
    height: 24px;
  }

  .headerRow {
    display: block;
    height: calc(95px - 25px);
  }

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

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

  .cartContainer {
    height: 22px;
  }

  #alertMessageDiv {
    margin-top: 0;
    top: 50%;
  }

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

  #headerPromo {
    width: 100%;
    top: 0;
    z-index: 999;
    height: 24px;
    overflow: hidden;
    position: relative;
    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;
  }

  .mobileMenuLink.mobileMenuSubcategoryText {
    color: #000;
  }

  #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: 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%;
    position: relative;
    margin: 7rem auto 0;
    overflow: hidden;
  }

  .mobileMenuItems {
    overflow: auto;
    /* box-sizing: border-box; */
    height: calc(100dvh - 167px);
    overflow-x: hidden;
    margin-top: 10px;
    overflow-y: auto;
  }

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

  .topHeaderMobileIcons {
    width: 87%;
    position: absolute;
    left: 7%;
    top: 23px;
    display: flex;
    justify-content: space-between;
  }

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

  .topHeaderMobileIcons .right {
    display: flex;
    margin-right: 8%;
    font-weight: 700;
  }

  .wishListProductsDiv img {
    position: relative;
    display: block;
  }

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

  .languageRow.selectedLanguage p {
    color: var(--base);
    margin-right: 25px;
  }

  .userMobile {
    margin-right: 8px;
    height: auto;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    align-items: center;
  }

  #logoutMobile {
    margin-left: 10px;
  }

  .userMobile img {
    height: 22px;
    display: block;
    position: relative;
    top: -4px;
  }

  #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;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: -6px;
    right: -8px;
  }

  .languageSelectArrow {
    filter: unset;
    width: 3.5rem;
    height: 3.5rem;
    top: -6px;
    right: -8px;
  }

  #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(100% - 25px);
    width: 100%;
    left: -100%;
    background-color: #fff;
    z-index: 5;
    overflow: hidden;
    top: 25px;
    -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;
    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: 51px;
    width: 5rem;
    height: 2.3rem;
    position: fixed;
    z-index: 6;
    right: calc(5% - 15px);
    -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;
  }

  .headerIndex.headerMobileMenuIcon span {
    background: var(--secondary);
  }

  .open.headerIndex.headerMobileMenuIcon span {
    background: var(--base);
  }

  .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: 0rem auto;
    display: table;
    height: auto;
    color: #000;
  }

  .mobileMenuItem:first-of-type {
    border-top: none;
  }

  .menuMobileLine {
    width: 100%;
    margin: 1em auto;
  }

  .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: 14px;
    letter-spacing: 0;
    height: 6rem;
    line-height: 6rem;
    color: #000;
    padding-left: 3rem;
    word-break: break-all;
    overflow: hidden;
    text-transform: uppercase;
  }

  .mobileMenuSubcategory:last-of-type {
    padding-bottom: 15px;
  }

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

  .mobileMenuItem.open > .mobileMenuLink {
    font-weight: 600;
  }
  .mobileMenuSubcategory:first-of-type .mobileMenuLink {
    /* font-weight: 700; */
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 2.2rem;
    line-height: 6rem;
    width: 1.5rem;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    color: #000;
  }
  .mobileMenuSubcategory .mobileMenuSeeMore {
    line-height: 40px;
    right: 20px;
  }

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

  .mobileMenuLink.mobileMenuSubcategoryText {
    line-height: 4rem;
    height: 4rem;
    font-weight: 400;
  }
  a.mobileMenuLink.mobileMenuSubcategoryText.bold {
    font-weight: bold;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
    color: #000;
  }

  .mobileMenuSubcategory {
    padding-top: 15px;
  }

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

  .mobileMenuCategoryLevelThree {
    border-bottom: none;
  }

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

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

  #mobileSearch {
    position: relative;
    float: left;
    width: 100%;
    height: 6rem;
    padding: 0;
    border-radius: 0;
    text-indent: 6rem;
    font-size: 1.3rem;
    background-color: transparent;
    color: #000;
  }

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

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

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

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

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

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

  .menuCartMobile {
    margin-right: 8px;
    width: auto;
    position: relative;
    margin-left: 6px;
    display: block;
  }

  .mobilePersonalPages {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #cartMessageDiv {
    width: 90%;
  }

  .cartMessageAceptar {
    width: calc(100% - 4px);
    margin-left: 0;
    margin-right: 0;
    line-height: 3.8rem !important;
    height: 3.8rem;
  }

  #forMeBtn {
    margin-right: 7px;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    min-width: unset;
    margin-right: 8px;
    position: relative;
    display: block;
    padding-right: 3px;
    margin-left: 10px;
  }

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

  .wishListQuantity {
    position: absolute;
    right: -8px;
    top: 2px;
    font-size: 10px;
  }

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

  #content {
    min-height: calc(70vh - 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: 4rem;
    width: calc(80% - 4rem);
    display: block;
    height: auto;
    font-size: 1.4rem;
  }

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

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

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

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

  .heart {
    margin-right: 8px;
    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: -41px;
    top: 21px;
  }

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

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

  .headerLogo {
    width: 100px;
  }

  #headerLogoContainer a {
    width: fit-content;
  }

  #headerLogoContainer {
    overflow: hidden;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }

  .headerCol {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 88%;
  }
}

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

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