body {
  font-family: "ProximaNova";
  color: var(--white);
}

#content {
  background-color: #ffffff !important;
  overflow-y: hidden;
  min-height: 58vh;
}

:root {
  --base: rgba(33, 31, 29, 1);
  --lighter-base: #d7d7d7;
  --crema: rgba(221, 210,194, 1);
  --gris: rgba(235, 234, 228, 1);
  --web-background: rgba(253, 253, 251, 1);
  --web-container: 92%;
  --menu-font: rgba(33, 31, 29, 1);
  --submenu-font: rgba(253, 253, 251, 1);
  --submenu-font-size: 13px;
  --menu-font-size: 14px;
  --group-title-font-size: 30px;
  --group-title-line-height: 30px;
  --menu-line-height: 13px;
  --base-font-weight: 400;
  --secondary-font-weight: 700;
  --h1-font-size: 25px;
  --h1-line-height: 25px;
  --base-font-size: 14px;
  --base-line-height: 14px;
  --add-to-cart-btn-hover: rgba(253, 253, 251, 1);
  --add-to-cart-btn-font: rgba(253, 253, 251, 1);
  --btn: rgba(33, 31, 29, 1);
  --btn-hover: rgba(253, 253, 251, 1);
  --btn-font: rgba(253, 253, 251, 1);
  --btn-font-hover: rgba(33, 31, 29, 1);
  --btn-border: rgba(33, 31, 29, 1);
  --btn-border-hover: rgba(33, 31, 29, 1);
  --btn-font-size: 15px;
  --btn-line-height: 15px;
  --santander: #e42313;
  --itau: #da7349;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: rgba(33, 31, 29, 1);
  --slider-products-aspect-ratio: 4/4.8;
  --slider-for-aspect-ratio: 1/1;
  --slider-nav-aspect-ratio: 111.06/912;
  --menu-height: 110px;
  --filter-color: rgba(33, 31, 29, 1);
  --white: rgba(253, 253, 251, 1);
  --black: #000;
  --promo-height: 29px;
  --header-icons-height: 16px;
  --promo-font-size: 13px;
  --secondary-font-family:"DreamCottage";
}

.cl-effect-4 a {
  /* padding: 0 0 0px; */
}

.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: transparent;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.rightSection {
  display: flex;
  gap: 40px;
  align-items: center;
  height: 100%;
}

div#rightHeaderOptions img {
  height: var(--header-icons-height);
}

input.searchSite {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
}

input.searchSite::placeholder {
  color: white;
}

div#searchBar img {
  height: 25px;
  width: auto;
  cursor: pointer;
  left: 26px;
  filter: brightness(10);
}

#header {
  min-width: 1100px;
  height: var(--menu-height);
  position: fixed;
  width: 100%;
  transition: background 0.2s ease;
  display: block;
  z-index: 6;
  background-color: var(--white);
  border-radius: 0px 0px 32px 32px;
}

#headerPromoText {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 8px 0px;
  font-weight: 100;
}

#headerPromo {
  text-align: center;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  flex-flow: column;
  background: var(--base);
}

.hedeRef {
  text-decoration: none;
  color: white;
}

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

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

#headerLogoContainer {
  line-height: 80px;
}

#headerLogo {
  margin: auto;
  width: var(--web-container);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--menu-height) - var(--promo-height));
}

#headerLogoImg {
  width: 88px;
}

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

#searchBarContainer {
  top: 50%;
  left: 50%;
  z-index: 10;
  height: auto;
  position: absolute;
  transform: translate(-50%);
}

#searchBackground {
  position: fixed;
  height: 88px;
  top: 0px;
  width: 169px;
  margin-left: 55px;
}

#alertMessageMessage {
  letter-spacing: 0px !important;
  font-size: 13px;
}

#searchBarSlider {
  width: 100%;
  height: 100%;
}

.searchBackground {
    width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: rgba(33, 31, 29, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: all 0.2s;
    opacity: 0;
}
.searchBackground.openSearchBackground {
    opacity: 1;
}
#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: white;
  color: black;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
}

.headerMark {
  width: 100%;
  background-color: #245472;
  height: 8px;
  margin: 0px auto;
  margin-top: 79px;
  position: absolute;
  z-index: 9999;
  display: none;
  margin-left: -10px;
}

.headerLink:hover .headerMark {
  display: block;
}

@-webkit-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@-moz-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@-ms-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@-o-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

.headerOption:not(.offerOption):hover,
.headerOptionMenuOpen {
  /* top:-5px; */
}

.headerOptions {
  float: left;
  display: flex;
  gap: 30px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.headerLink {
  font-size: var(--menu-font-size);
  text-transform: uppercase;
  color: var(--base);
  line-height: 23px;
  cursor: pointer;
  display: flex;
  position: relative;
  /* height: 100%; */
  align-items: center;
}

.headerLink:hover {
  /* font-weight: 700; */
}

.shopLink {
  text-transform: none;
}

.searchIcon {
  cursor: default;
  float: left;
  font-size: 15px;
  height: 25px;
  position: relative;
  z-index: 1000;
}

#searchBar {
  width: 65vw;
  max-width: 860px;
  position: absolute;
  margin: auto;
  color: white;
  border-radius: 50px;
  border: 1px solid white;
  z-index: 100;
  height: 62px;
  left: 50%;
  background: #ffffff20;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  margin-top: -10vh;
  transition: all 0.2s;
}

div#searchBar.openBar{
    margin-top: 12vh;
}



a.search-hit-view-all:hover {
  background: var(--base);
}

.cartIcon {
  float: left;
  /* margin-left: 36px; */
  margin-right: 35px;
  font-size: 33px;
  color: white;
  margin-top: 21px;
}

.profileIcon {
  float: left;
  margin-left: 26px;
  margin-right: 20px;
  margin-top: 21px;
}

.profileIcon:hover {
  cursor: pointer;
}

.rightContent {
  width: fit-content;
  float: right;
}

#headerSeparatorBar {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  height: 50px;
  margin-top: 16px;
}

#headerMainBar {
  width: 100%;
  float: left;
  min-width: 1100px;
}

.headerLogoContainer {
  display: flex;
  justify-content: center;
}

#rightHeaderOptions {
  height: 100%;
  color: var(--base);
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 11px;
  gap: 20px;
}

#header.headerIndex {
    background: transparent;
}

.headerIndex #headerLogoImg {
    filter: brightness(10);
}

.headerIndex .headerOption.headerLink {
    color: var(--white);
}
.headerIndex .lineEffectCenter::before {
    background: var(--white);
}
.headerIndex #rightHeaderOptions img {filter: brightness(10);}

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

div#searchBarIconDesktop {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    cursor: pointer;
}

.leftSection {
    display: flex;
    align-items: center;
    gap: 110px;
}

.mediaLogoContainer {
  width: 25px;
  float: left;
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 18px;
  transition: margin 0.5s;
}

.mediaLogoImg {
  width: 25px;
}

.mediaLogoContainer:hover {
  margin-top: 10px;
}

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

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

#headerCart {
  position: relative;
  float: left;
  top: unset;
  min-width: 75px;
  height: unset;
}

#headerCart:hover {
  font-weight: 600;
}

#headerCartHover {
  position: relative;
  vertical-align: top;
  float: left;
  height: 22px;
  margin-top: 4px;
  cursor: pointer;
  margin-left: 15px;
  display: none;
}

#headerCart2:hover #headerCart {
  display: none;
}

#headerCart2:hover #headerCartHover {
  display: inline-block;
}

#headerCart2 {
  position: relative;
}


#headerWishlist2, #headerCart2 {
  position: relative;
  float: left;
  gap: 6px;
  display: flex;
}
a#headerCart2 img {
    height: 17px;
}
.discountsContainer {
    position: fixed;
    top: -190px;
    transition: top 1s ease;
    z-index: 4;
    justify-content: space-between;
    display: flex;
    height: 210px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100vw;
    padding: 80px 4vw 20px;
    box-sizing: border-box;
    background: var(--gris);
    border-radius: 30px;
    align-items: flex-start;
}

.discountsContainer.openDiscount {
    top: 55px;
}

.viewMoreDiscounts {
    color: var(--base);
    display: flex;
    gap: 60px;
    width: fit-content;
    font-size: 12px;
    padding-left: 7px;
    cursor: pointer;
    transition: gap 0.5s ease-out;
}

.viewMoreDiscounts:hover {
    gap: 80px;
}

.discountBrand {
    background: var(--white);
    display: flex;
    width: 120px;
    padding: 0px 5px;
    height: 70px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid var(--crema);
}

.discountBrand img {}

.viewMoreDiscounts img {
    width: 20px;
}

.discountLeft {
    color: var(--base);
    margin-top: 8px;
}

.discountTitle {
    font-family: var(--secondary-font-family);
    font-size: 50px;
}

.discountText {
    font-size: 14px;
}
.discountRight {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.discountBrands {
    display: flex;
    gap: 20px;
}

.cartAmount {
  display: inline-block;
  position: absolute;
  background: none;
  background-color: #ffffff;
  width: 13px;
  border-radius: 92px;
  text-align: center;
  font-size: 11px;
  margin-top: 9px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding: 0px;
  font-weight: bold;
  color: #132357;
  margin-left: 3px;
  float: right;
  right: 21px;
  height: 13px;
  line-height: 12px;
  top: 7px;
}

.profileDiv {
  cursor: pointer;
  /* height: 14px; */
}

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

#accountOptions1:hover #dialogIconTriangle1 {
  display: block;
}

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

.profileDiv:hover #headerProfile {
  display: none;
}

.profileDiv:hover #headerProfileHover {
  display: inline-block;
}

#headerProfile {
  position: relative;
  float: left;
  height: 22px;
  margin-top: 17px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 15px;
  display: inline-block;
}

#headerProfileHover {
  position: relative;
  display: none;
  float: left;
  height: 22px;
  margin-top: 17px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 15px;
}

#searchButton {
  position: relative;
  float: left;
  margin-top: 4px;
  margin-left: 9px;
  color: #12225a;
  cursor: pointer;
}

#searchSite {
  width: 100%;
  /* position: relative; */
  margin: auto 0px;
  height: 100%;
  padding: 0px;
  color: white;
  font-size: 14px;
  line-height: 27px;
  background: transparent;
  text-align: left;
  border: none;
  text-indent: 43px;
  letter-spacing: 0px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  font-size: 13px;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  font-size: 13px;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  font-size: 13px;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-size: 13px;
}

#searchSite::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  font-size: 13px;
}

.categoriesCentered {
  position: relative;
  float: left;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  overflow: visible;
  width: 230px;
  padding: 40px 30px 60px 60px;
}
.menuSubcategoriesContainer {
  width: fit-content;
  padding: 40px 60px;
  font-size: var(--promo-font-size);
}

.levelThreeContainer a:not(.seeAll) {
  float: left;
  width: 100%;
  padding: 20px 0px;
}

.categoryLevelTwoContainer:hover .levelThreeContainer {
}

.levelThreeContainer:hover {
  display: block;
}

.categoryLevelTwoContainer {
  width: 180px;
  padding: 20px 0px;
}

a.categoryLevelThreeTitle:hover,
a.seeAll:hover {
  font-weight: bold;
}
.levelThreeContainer .seeAll {
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-weight: 600;
}

.expandedCategory img {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 10px;
  height: 340px;
}

.expandedCategory {
  position: fixed;
  top: 110px;
  width: 760px;
  left: calc(50vw - 60px - 200px) !important;
  display: none;
  height: 0px;
  overflow: hidden;
  display: none !important;
  opacity: 1;
  font-size: 13px;
  border-radius: 11px;
  margin-top: 15px;
  background: var(--base);
  z-index: 5;
  color: white;
  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;
}

.categoryLevelTwoImage {
  float: left;
  width: 300px;
  margin-top: 24px;
  margin-left: 40px;
}

.categoryColumn {
  margin: 35px auto;
  height: auto;
  overflow: visible;
}

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

.categoryColumn2 {
  width: 110px;
  position: relative;
  float: left;
  margin: 0px auto;
  margin-top: 20px;
  height: auto;
  overflow: visible;
  margin-left: 10%;
  color: black;
}

.categoryLevelTwoTitle2 {
  position: relative;
  width: fit-content;
  text-align: left;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-top: 0;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
}

.categoryLevelTwoTitle {
  position: relative;
  width: 180px;
  text-align: left;
  margin-top: 0;
  cursor: pointer;
  text-transform: none;
}

#expandedCategoryContainer:not(.secondColumn)
  a.categoryLevelTwoTitle:first-child {
  font-weight: bold;
}

.categoryLevelOneTitle {
  position: relative;
  width: 90%;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  background-color: #245472;
  cursor: pointer;
  font-weight: bold;
  text-transform: none;
}

.categoryLevelOneTitle {
  position: relative;
  width: 95%;
  text-align: left;
  color: #efb463;
  padding-left: 10px;
  font-size: 14px;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  cursor: pointer;
  font-weight: bold;
  text-transform: none;
  overflow: visible;
}

#categoryBlock {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  padding-left: 11px;
  /*border: 1px solid;*/
  height: 20px;
  margin-top: 10px;
}

#discountIcon {cursor: pointer;}

#categoryBlock {
  display: inline-block;
  width: 154px;
  margin-right: 7px;
  padding-left: 7px;
  /*border: 1px solid;*/
  height: 20px;
  margin-top: 6px;
}

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after {
  display: block;
  width: 0;
  height: 7px;
  background: white;
  transition: width 0.3s;
}

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

.categoryLevelTwoTitle:hover {
  font-weight: bold;
}

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

#topHiddenBar.shownBar {
  top: 0px;
  overflow: visible;
}

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

.topRightBar {
  float: right;
  width: fit-content;
  margin-top: 12px;
  margin-right: 20px;
}

.languages {
  float: left;
  color: black;
  margin-top: 4px;
}

#language {
  background-color: white;
  width: 30px;
  border: none;
  font-size: 12px;
}

.signInContainer {
  font-size: 13px;
  width: auto;
  float: left;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 6px;
  cursor: pointer;
  color: black;
  text-align: center;
}

.cart {
  float: left;
  margin-left: 16px;
}

.alertMessageLogo {
  width: 100px;
}

.alertCloseIcon {
  color: #000000;
}

.alertMessageMessage {
  font-size: 13px;
  color: #928e8e;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

#cartMessageButtonsWrapper {
  float: none;
  width: 370px;
  margin: 0 auto;
}

.cartMessageAceptar {
  width: 55%;
  font-size: 12px;
}

#cartMessageDiv {
  overflow: hidden;
  width: 420px;
  padding: 0 0 0 0;
  height: 350px;
  top: calc(50% - 252px);
  margin-top: 0px;
  padding-top: 25px;
  border: none;
  padding-bottom: 20px;
}

#alertMessageLogo,
.alertMessageLogo {
  width: 160px;
  content: url("/files/logo.svg");
  /* filter: invert(1); */
}

.alertMessageAceptar {
  background-color: var(--base);
  border: 1px solid var(--base);
  color: #ffffff;
  line-height: 36px;
  border-radius: 0px;
  margin-top: 25px;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: none;
}

#alertMessageDiv {
  border: none;
  padding-top: 20px;
}

.alertMessageAceptar:hover {
  background-color: transparent;
  border: 1px solid var(--base);
  color: var(--base);
}

.alertMessageClose {
  right: 10px;
}

.cartMessageAceptar {
  line-height: 35px;
  height: 35px;
  margin: 0 auto;
  text-transform: none;
  border-radius: 0px;
  font-weight: 300;
  display: block;
  float: none;
  margin-top: 13px;
}

#cartMessageButtonsWrapper {
  width: 364px;
}

.headerCategoryMarker {
  width: 6px;
  position: absolute;
  margin-left: -12px;
  margin-top: -2px;
  display: none;
}

.categoryLevelTwoTitle:hover .headerCategoryMarker {
  display: block;
}

.searchIconContainer {
  float: right;
  width: 32px;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  display: flex;
  margin-left: 8px;
  height: 40px;
}

.headerBanner {
  width: 100%;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 11px 0px 10px 0px;
  color: #ffffff;
  font-weight: 500;
  background: var(--base);
  align-items: center;
}

.categorySecondColumn {
  float: left;
  width: 0;
  margin-top: 60px;
}

.categoryLevelTwoHeaderContainer {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: 4%;
}

a.cateogoryLevelTwoHeader {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
  width: 305px;
  align-items: center;
  margin-top: 64px;
  color: black;
}

a.cateogoryLevelTwoHeader div:last-child:hover {
  font-weight: 700;
}

.titleAndCategoriesContainer {
  /* width: fit-content; */
  height: 100%;
  float: left;
  max-width: 590px;
}

.cateogryImgTitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

a.cateogoryLevelTwoHeader div:nth-child(3) {
  font-size: 14px;
  text-decoration: underline;
}

.categoryImg {
  /* width: 22%; */
  /* float: right; */
  /* position: absolute; */
  /* height: 83%; */
  top: 11%;
  right: 0%;
  float: unset;
  /* height: 260px; */
  top: 0;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / !;
}

.categoryOneTitle {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #bdbdbd;
}

.categoryImg img {
  height: 100%;
  /* width: 93%; */
}

.headerSeparatorLine {
  width: 1px;
  float: left;
  margin: 35px calc(5% - 2px) 0px;
  height: 88%;
  background-color: #b3b3b3;
}

.categoryColumTop {
  display: none !important;
  display: grid;
  grid-template-columns: auto;
  height: auto;
}

.categoryColumBottom {
  width: fit-content;
  display: grid;
  grid-template-columns: auto;
  height: auto;
  margin-top: 13px;
}

.categoryColumBottom .categoryLevelTwoTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 0px;
}

.btnColor {
  color: #ffffff;
  border: 1px solid var(--base);
  background: var(--base);
  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;
}

.btnColor:hover {
  background: transparent;
  color: var(--base);
}

.tr-all {
  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;
}

#covidFixedContainer {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#covidMessageDiv {
  position: relative;
  width: 600px;
  height: auto;
  overflow: hidden;
  background-color: white;
  max-width: 90%;
  border-radius: 5px;
}

#covidPopupImg {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

#covidCloseDiv {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #039149;
  cursor: pointer;
}

#dialogIconTriangle1 {
  right: 0px;
  top: 6px;
  color: white;
  position: absolute;
}

#myProfileUser1,
#logoutUser1,
#myProfileUser2,
#logoutUser2 {
  top: 14px;
  line-height: 30px;
  color: #000000;
  border: 1px solid #000000;
  font-size: unset;
}
#myProfileUser1, #myProfileUser2 {
    width: 130px;
    border-radius: 5px 5px 0px 0px;
}

#logoutUser1, #logoutUser2 {
    width: 130px;
    border-radius: 0px 0px 5px 5px;
}
.levelThreeContainer {
  display: none;
  position: absolute;
  width: 610px;
  background: #ffffff10;
  left: 100%;
  top: 0px;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 44px;
}
.categoryLevelThreeTitle {
}

#myProfileUser1:hover,
#logoutUser1:hover,
#myProfileUser2:hover,
#logoutUser2:hover {
  background-color: #000000;
}

#headerPromoText p {
  display: inline-block;
}

#headerWishlist {
  position: relative;
  float: left;
  margin: 0 10px;
  min-width: 80px;
}

#headerWishlist:hover {
  font-weight: 600;
}

.headerWishlistIcon {
  position: absolute;
  top: 2.5px;
  height: 20px;
  left: 2.5px;
}

.headerWishlistIcon.hoverIcon {
  opacity: 0;
  height: 22px;
  top: 2px;
  left: 1px;
}

#headerWishlist:hover .headerWishlistIcon.hoverIcon {
  opacity: 1;
}

.alertMessageDiv {
  border-radius: 0px;
}

.alertMessageInput {
  border-radius: 0px;
}

/* top hidden bar */

#topHiddenBar.shownBar {
  top: 0px;
}

#topHiddenBar.shownBar .searchHeaderContainer {
  overflow: unset;
}

#topHiddenBar {
  position: fixed;
  left: 0;
  top: -140px;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 7%);
  height: 136px;
  background-color: #ffffff;
  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;
}

#hiddenHeaderLogo {
  height: auto;
  width: 92%;
  display: flex;
  float: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 4%;
}

#hiddenHeaderMainBar {
  width: 100%;
  float: left;
  height: 53px;
}

#rightHiddenHeaderOptions {
  float: right;
  height: 100%;
  /* width: 20%; */
  color: black;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
}

.openSearchContainer {
  float: left;
}

#hiddenHeaderCart2 {
  position: relative;
  float: left;
  height: 30px;
  margin-top: 12px;
}

#hiddenHeaderCart2:hover #headerCartHover {
  display: inline-block;
}

#hiddenHeaderCart2:hover #headerCart {
  display: none;
}

#dialogIconTriangle2 {
  right: 20px;
  top: 7px;
  color: #000000;
}

#hiddenHeaderWishlist {
  display: block;
  position: relative;
  float: left;
  margin-top: 15px;
  height: 25px;
  width: 25px;
}

#accountOptions2 {
  width: 55px;
}

#topHiddenBar .openSearchContainer {
  display: block;
  position: relative;
  float: left;
  margin-top: 17px;
  height: 25px;
  width: 23px;
  cursor: pointer;
  margin-right: 10px;
}

#topHiddenBar .openSearchContainer:hover .openSearchImg {
  display: none;
}

#topHiddenBar .openSearchContainer:hover .openSearchImgHover {
  display: block;
}

#topHiddenBar .openSearchContainer .openSearchImg {
  width: 100%;
  position: relative;
}

#topHiddenBar .openSearchContainer .openSearchImgHover {
  width: 100%;
  position: relative;
  display: none;
}

.topHiddenBarContainer {
  width: 100%;
  margin: 0px auto 0px;
  overflow: visible;
}

#topHiddenBar .headerOptions {
  float: left;
  display: flex;
  justify-content: center;
  height: 50px;
  width: calc(100%);
}

#hiddenHeaderWishlist:hover .headerWishlistIcon.hoverIcon {
  opacity: 1;
}

.searchHeaderContainer {
  position: relative;
  width: 42%;
  color: white;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #000000;
  z-index: 100;
  transition: width 1.1s;
  height: 43px;
  margin: 15px 9%;
}

.searchBarHeader {
  z-index: 1;
}

#hiddenHeaderSearch {
  position: relative;
  float: left;
  width: calc(100% - 50px);
  height: 100%;
  padding-left: 14px;
  font-size: 14px;
  color: #000000;
  background-color: transparent;
}

.hiddenHeaderSearchImg {
  position: relative;
  margin: auto 0;
  margin-right: 10px;
  margin-top: 10px;
  height: 20px;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  z-index: 1;
  color: black;
  width: unset;
  font-size: unset;
  height: unset;
}

#accountOptions1:hover {
  height: unset;
}

.profileHeader,
.headerLogout {
  width: auto;
  position: absolute;
  right: -30px;
}

.profileHeader {
  top: 10px;
}

.headerLogout {
  top: 41px;
}

.hiddenHeaderLogo {
  /* width: 20%; */
  display: flex;
  justify-content: center;
}

.headerOption.selectedCategoryOne {
  border-bottom: 1px solid;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  #header {
    min-width: unset;
  }
  #headerMainBar {
    width: 100%;
    min-width: unset;
  }
  
  #searchBar {
    width: 190px;
  }
 
  #searchBarContainer {
    display: none;
  }
  #alertMessageDiv {
    width: 45% !important;
  }
  #headerLogo {
    left: 41% !important;
  }
  #hiddenHeaderLogo #headerLogoImg {
    margin-top: 21px;
  }
  .headerOptions {
    margin-left: 25px;
    margin-right: 0px;
    width: calc(100% - 257px);
  }
  .headerLink {
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .profileIcon {
    margin-left: 10px;
    margin-right: 10px;
  }
  #cartMessageDiv {
    width: 45% !important;
  }
  #rightHeaderOptions {
    width: 122px;
  }
  #accountOptions,
  #accountOptions1 {
    width: 60px;
  }
  #dialogIconTriangle1 {
    right: 25px;
  }
  .topHiddenBarContainer {
    width: 96%;
  }
  #hiddenHeaderMainBar {
    width: calc(100% - 85px);
  }
  #topHiddenBar .headerOptions {
    margin-left: 1%;
    width: calc(99% - 143px);
    margin-right: 0px;
  }
  #rightHiddenHeaderOptions {
    width: 143px;
  }
  #accountOptions2 {
    width: 51px;
  }
  #hiddenHeaderLogo {
    width: 85px;
  }
}

@media screen and (max-width: 1200px) {
  .mobileCartTxt {
    /* line-height: 44px; */
    font-size: 12px;
  }
  #headerDummy {
    height: 110px;
  }
  #headerPromo {
    height: 30px;
  }
  .cerrar.mobileElement {
    color: var(--base);
    position: absolute;
    right: 40px;
    top: 24px;
    font-size: 13px;
}

.viewMoreDiscounts {
    background: var(--white);
    border-radius: 40px;
    border: 1px solid var(--crema);
    padding: 0px 23px;
    justify-content: space-between;
}
  #headerPromoText,
  .headerBanner {
    padding: 0px;
    height: 20px;
  }
  #content{
    top:0px;
  }
   .right input.searchSite {
    color: black;
}
.discountsContainer {
    width: 90%;
    margin-left: 5%;
    height: 80dvh;
    flex-direction: column;
    padding: 45px 34px 34px 34px;
    justify-content: flex-start;
    gap: 40px;
    top: -84vh;
}

.discountsContainer.openDiscount {
    top: 110px;
}

.discountBrands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.discountRight {
    width: 100%;
    justify-content: space-between;
    height: 100%;
}

.discountBrand {
    width: 100%;
    box-sizing: border-box;
}
.right input.searchSite::placeholder {
    color: black;
}
  #headerPromoText p {
    display: inline-block;
  }
  #header {
    position: fixed;
  }
  #headerMobileLogo {
    position: relative;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
  }
  .alertMessageMessage {
    margin-bottom: 16px;
    margin-top: 13px;
  }
  .mediaLogoImg {
    width: 18px;
    margin-left: 15px;
    margin-top: 19px;
  }
  #headerCart {
    position: relative;
    width: 18px;
    margin-top: 16px;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    height: auto;
  }
  .cartAmount {
    width: 12px;
    float: none;
    margin-top: 30px;
    background: #dacec3;
  }
  #headerMobileIcons {
    float: right;
    width: fit-content;
    display: flex !important;
    margin-right: 60px;
    text-align: right;
    gap: 16px;
    color: white;
    z-index: 100;
    position: relative;
    margin-top: 28px;
    align-items: center;
  }
  .cartContainer {
    float: right;
    width: 51px;
  }
  .cartIcon {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
  }
  #headerMobileMenuIcon {
    width: 19px;
    height: 20px;
    position: fixed;
    float: left;
    top: 59px;
    right: 20px;
    -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;
    cursor: pointer;
    z-index: 1000;
  }
  #headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40%;
    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;
  }
  #headerMobileMenuIcon span:nth-child(even) {
    left: 40%;
  }
  #headerMobileMenuIcon span:nth-child(odd) {
    left: 0px;
    /*  border-radius: 9px 0 0 9px; */
  }
  #headerMobileMenuIcon span:nth-child(1),
  #headerMobileMenuIcon span:nth-child(2) {
    top: 0px;
  }
  #headerMobileMenuIcon span:nth-child(3),
  #headerMobileMenuIcon span:nth-child(4) {
    top: 6px;
  }
  #headerMobileMenuIcon span:nth-child(5),
  #headerMobileMenuIcon span:nth-child(6) {
    top: 12px;
    left: 7px;
  }
  #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: 1px;
    top: 3px;
  }
  #headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 3px;
  }
  #headerMobileMenuIcon.open span:nth-child(3) {
    left: -40%;
    opacity: 0;
  }
  #headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #headerMobileMenuIcon.open span:nth-child(5) {
    left: 1px;
    top: 9px;
  }
  #headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 9px;
  }
  #headerLogo {
    width: 60px;
    height: auto;
    display: block;
    margin: auto;
  }
  .cart {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
  }
  #rightHeaderOptions {
    position: relative;
    float: right;
    width: 85px;
    right: 0px;
  }
  #headerProfile {
    margin-top: 8.5px;
    margin-right: 7px;
  }
  #headerMobileProfile {
    position: relative;
    float: right;
    height: 30px;
    margin-top: 17px;
    cursor: pointer;
    margin-right: 2px;
  }
  #headerCartMobile {
    position: relative;
    float: left;
    margin-left: 5px;
    height: 29px;
    margin-top: 8.5px;
    display: block;
  }
  #headerMobileMenu {
  position: fixed;
  top: 30px;
  right: 0;
  width: 100vw;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* visibility: hidden; */
  z-index: 0;
  }
  #headerMobileMenu.open {
    visibility: visible;
}

#headerMobileMenu.open .menu-background {
    transform: scale(85);
    transition: transform 1.5s ease;
}
  #headerMobileMenu .menu-background {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s ease;
}
  #headerMobileMenu.open {
    right: 0px;
    /* background-image: url(/files/greyBkg.jpg); */
    top: 30px;
  }
  .topHeaderMobileIcons {
    position: relative;
    display: flex;
    color: var(--base);
    margin-left: 27px;
    height: 78px;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    z-index: 2;
    /* opacity: 0; */
    /* transition: opacity 0.3s; */
  }
.topHeaderMobileIcons .left {
    opacity: 0;
    transition: opacity 0.5s;
}

  #headerMobileMenu.open .mobileMenuItems {
    -webkit-animation: fade-in-rightright0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.5s both;
}

div#headerMobileMenu.open .left {
        -webkit-animation: fade-in-rightright0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.5s both;
}

div#headerMobileMenu.open .right {
        -webkit-animation: fade-in-rightright0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.5s both;
}


.topHeaderMobileIcons .right {
    opacity: 0;
    transition: opacity 0.2s;
}
  .topHeaderMobileIcons img {
    height: 13px;
    /* filter: invert(1); */
    margin-right: 4px;
  }
  .userMobile.logged {
    align-items: flex-end;
    display: flex;
}

  .userMobile {
    color: var(--base);
    display: flex;
    font-size: 11px;
    text-transform: uppercase;
    align-items: center;
  }

  .right div#headerMobileIcons {
    margin-top: 0px;
    color: var(--base);
  }

  img.profileImgMobile.headerShowLogin {
    margin-right: 8px;
    margin-bottom: 3px;
  }

  .right .searchSite::placeholder {
    color: var(--base);
  }

  .headerShowLogin {
  }
  .mobileMenuItem {
    position: relative;
    width: 100%;
    padding-bottom: 19px;
    display: table;
    height: auto;
    color: var(--base);
    float: left;
  }
  .mobileMenuItem:first-child {
    padding-top: 15px;
  }
  .mobileMenuItem:nth-last-child(2) {
    /* padding-bottom: 13px; */
  }
  .mobileMenuItem:last-of-type {
    margin-bottom: 25px;
  }
  .carritoHeaderMobileOpen {
    position: absolute;
    margin: auto;
    width: calc(100% - 8% - 90px);
    margin-left: 8%;
    height: 42px;
    margin-top: 11px;
    background: white;
    z-index: 100;
    color: black;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    display: inline-block;
    font-weight: 500;
    width: auto;
    font-size: 15px;
    max-width: 180px;
    height: 42px;
    text-transform: uppercase;
    color: #000000;
    transition: all 0.2s;
    line-height: 42px;
    padding-left: 7%;
    word-break: break-all;
    overflow: hidden;
    /* border-bottom: transparent; */
  }
  .mobileMenuItem.open .mobileMenuSubcategory {
    height: auto;
}

a.mobileMenuLink.mobileMenuCategoryLevelThreeText {
    font-size: 12px;
    font-weight: 100;
    padding-left: 40px;
}

.mobileMenuItem.open .mobileMenuSubcategory:last-of-type {
    padding-bottom: 8px;
}
  .mobileMenuItems {
    float: left;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .mobileMenuSubcategory:first-of-type {
    padding-top: 13px;
  }

  .mobileMenuSubcategory:last-of-type {
    /* padding-bottom: 13px; */
  }
  .mobileMenuLink.underline {
    /* text-decoration: underline; */
    font-weight: 500;
    text-underline-offset: 4px;
    padding-bottom: 13px;
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 20px;
    height: 42px;
    line-height: 42px;
    width: 10px;
    text-align: center;
  }
  .mobileMenuItem.selectedCategoryOne {
    text-decoration: underline;
    font-weight: 500;
    text-underline-offset: 4px;
  }
  .mobileMenuItem.selectedCategoryOne .mobileMenuSubcategories {
    height: auto !important;
  }
  .mobileMenuItem.selectedCategoryTwo a {
    font-weight: 900;
  }
  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #f5f5f5;
  }
  .mobileMenuSubcategories .mobileMenuLink {
    text-transform: inherit;
    font-weight: 400;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #F5F5F5;
  }
  .mobileMenuSubcategory.open {
    border-bottom: 0px;
  }
  .mobileMenuCategoryLevelThree {
    color: white;
    font-size: 12px;
    font-weight: 100;
  }
  .searchHeaderContainer {
    width: calc(100% - 40px);
    margin: 13px 20px;
    height: 38px;
  }
  #mobileSearchImg {
    position: relative;
    float: right;
    margin-right: 10px;
    height: 14px;
    margin-top: 12px;
  }
  .flex {
    display: flex !important;
  }
  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: 38px;
    padding-left: 14px;
    font-size: 12px;
    color: #000000;
    display: flex;
    background-color: transparent;
    align-items: center;
  }
  #mobileSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000;
  }
  #mobileSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
  }
  #mobileSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
  }
  #mobileSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
  }
  #mobileSearch::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
  }
  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0px;
    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;
  }
  .profileDiv {
    float: right;
    width: auto;
    margin-left: 0px;
  }
  .profileIcon {
    float: right;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 15px;
  }
  .profileIcon img {
    height: 33px;
    width: auto;
  }
  #cartMessageDiv {
    width: 90%;
    margin: 0 auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 21px;
  }
  #cartMessageButtonsWrapper {
    width: 204px;
  }
  .cartMessageAceptar {
    margin-bottom: 14px;
    margin-top: 17px;
    margin-left: 2px;
    width: 98%;
  }
  #searchBackground {
    height: 61px;
    margin-right: 32px;
    z-index: -5;
    margin-left: 0px;
    width: 115px;
  }
  .mobileMenuSubcategoryText {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 30px;
  }
  .mobileSkyblue {
    background-color: white;
  }
  #headerWishlist {
    /* float: left; */
    width: max-content;
    height: auto;
    margin: 0px;
    min-width: unset;
  }
  .profileContainer {
    position: relative;
    float: left;
    font-size: 12px;
    font-weight: 400;
    display: flex;
  }

  .profileContainer a {
    width: max-content;
  }

  .separatorVertical {
    margin: 0px 5px;
  }

  #mobileProfile {
    position: relative;
    width: calc(100% - 40px);
    /* margin: 0px 20px; */
    float: none;
    color: #000000;
    overflow: hidden;
    display: block;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
  }
  #mobileProfileImg {
    position: relative;
    float: left;
    margin-top: 0px;
    height: 16px;
    top: 1px;
  }
  #mobileProfileText {
  }
  .wishlistContainer {
    /* width: calc(100% - 40px); */
    /* margin: 10px 20px 20px; */
    /* overflow: hidden; */
  }
  .myWishlist,
  .mobileCartTxt {
    float: right;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .headerWishlistIcon {
    position: relative;
    top: 2px;
    margin-right: 12px;
    height: 15px;
    left: unset;
    float: left;
  }
  .openSearchContainer {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    display: none;
  }
  .openSearchImg {
    width: 19px;
  }
  .searchBarHeader {
    top: 94px;
    width: 100%;
    height: 65px;
    float: left;
    background: white;
    z-index: 6;
    border-bottom: 1px solid;
    box-shadow: unset;
    z-index: 100;
  }

  .open#headerMobileMenu .lineSeparatorHeader {
    -webkit-animation: fade-in-rightright0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.5s both;
}
  .lineSeparatorHeader {
    width: 100%;
    height: 1px;
    background-color: var(--base);
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: all 0.3s;
  }
  #header.open {
    box-shadow: none;
    /* background-image: url(/files/greyBkg.jpg); */
  }
  body.open {
    overflow: hidden;
  }
  div#searchBar {
    width: 88vw;
    /* min-width: unset; */
    /* border: unset; */
    /* background: unset; */
    height: 50px;
    /* margin-top: 2px; */
  }

  div#searchBar.openBar {
    margin-top: 18vh;
}

  div#headerMobileIcons img {
    height: 14px;
    /* margin-bottom: 2px; */
  }
  

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

  div#header.open #headerPromo {
    background: var(--base);
  }

  div#header.open #headerPromo #headerPromoText {
    /* color: white; */
  }
    .carritoHeaderMobileOpen {
      margin-left: 14%;
      width: calc(100% - 11% - 90px);
    }
    div#searchBarIcon {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 12px;
    color: var(--base);
}
    .headerIndex #searchBarIcon {
    color: var(--white);
}

div#searchBarIcon p {
    margin: 0px;
}
    div#headerMobileMenuIcon.open span {
    background: var(--base) !important;
}

  }
  #header {
    position: fixed;
    box-shadow: none;
    z-index: 11;
    height: 104px;
  }
  .groupsMobileContainer {
    float: left;
    width: 100%;
    display: none !important;
    position: relative;
    margin-top: 30px;
  }
  .mobileMenuItem:last-of-type {
    margin-bottom: 15px;
  }
  .lastCategories {
    font-weight: 500 !important;
  }
  #mobileProfile a span {
    margin-right: 7px;
    margin-left: 7px;
  }
  .mobileMenuItem.beneficios {
    /* background: black; */
    color: var(--base);
    /* padding-top: 16px; */
    /* padding-bottom: 15px; */
}


  .headerShowLogin span {
    margin-right: 5px;
    margin-left: 5px;
  }
  @media screen and (max-width: 768px) {
#headerMobileMenu.open .menu-background {
    transform: scale(55);
}
}
