body {
  font-family: "PP Mori" !important;
}

#content {
  background-color: #ffffff !important;
  overflow-y: hidden;
}

:root {
  --principal1: #ffffff;
  --principal2: #EDEDED;
  --principal3: #222222;
}

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

.marcasTitle {
  float: left;
  margin-top: 20px;
  padding-left: 0px !important;
  width: 100%;
  grid-column: span 5;
}

.productsTitle {
  width: 100%;
  margin-top: 5px;
  float: left;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 12px 0px;
}

.marcasTitle,
.productsTitle {
  font-size: 14px;
  color: #221e1e;
  padding-left: 17px;
  box-sizing: border-box;
  font-weight: 600;
}

.brand-results {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0px 16px;
  column-gap: 13px;
}

.marca-hit-title {
  width: 100%;
  text-align: center;
}
.marca-hit {
  /* float: left; */
  color: black;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  flex-direction: column;
  margin-top: 19px;
  margin-left: 0px;
  margin-bottom: 14px;
  border-bottom: 1px;
}

.marca-hit img {
  /* width: 90px; */
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#header {
  min-width: 1100px;
  /* height: 106px; */
  position: relative;
  width: 100%;
  display: block;
  z-index: 6;
  background-color: var(--principal3);
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 7%);
}

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

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

.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;
  height: auto;
  width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: center;
);
}

#headerLogoImg {
  height: 25px;
  /* margin-top: 9px; */
  filter: invert(1););
}
div#happyHourBanner {
  position: fixed;
  z-index: 1000;
  background: #0000007a;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

div#happyHourBanner .closeHappyHour {
  width: 10px;
  position: absolute;
  right: 7vw;
  top: 20px;
}

.happyHourImgContainer {
  position: relative;
  /* margin-top: calc(100dvh - 5vw - 140px); */
  cursor: pointer;
  margin-bottom: 2vw;
}

div#happyHourBanner img:not(.closeHappyHour) {
  width: 90%;
  margin-left: 5%;
  bottom: 0px;
}

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

#searchBarContainer {
  position: relative;
  float: right;
  height: 85px;
  width: 60%;
}

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

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

#searchBarSlider {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: left 1s;
}

.openSlider {
  left: 0px !important;
}

.brand-results > p, .product-results > p {
  span FONT-WEIGHT: 500;
  span FONT-WEIGHT: 500;
  grid-column: span 5;
  font-size: 12px;
  color: black;
}

.product-results > p {
  padding-left: 17px;
  float: left;
}

#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;
  justify-content: center;
  height: 50px;
  width: calc(100%);
  box-sizing: border-box;
  background: var(--principal3);
  border: 1px solid #696969;
  border-left: none;
  border-right: none;
}

.headerLink {
  position: relative;
  float: left;
  display: block;
  height: 47px;
  overflow: visible;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--principal1);
  top: 0px;
  -moz-transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  cursor: pointer;
  text-decoration: none;
  float: left;
  display: flex;
  align-items: center;
  line-height: 50px;
  margin: auto 30px;
}

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

.shopLink {
  text-transform: none;
}

.searchIcon {
  cursor: default;
  float: left;
  font-size: 15px;
  height: 20px;
  position: relative;
  z-index: 1000;
  filter: brightness(10);
  width: 20px;
}

#searchBar {
  position: relative;
  margin: auto;
  width: 70%;
  color: white;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #696969;
  z-index: 100;
  transition: width 1.1s;
  overflow: hidden;
  height: 43px;
  margin-top: 19px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

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

.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 {
  /* width: 20%; */
  display: flex;
  justify-content: center;
}

#rightHeaderOptions {
  float: right;
  height: 100%;
  /* width: 20%; */
  color: var(--principal1);
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
}

.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;
  margin: 0px 18px;
}

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

#headerCartHover {
  position: relative;
  vertical-align: top;
  /* float: left; */
  height: 18px;
  margin-top: 4px;
  cursor: pointer;
  filter: invert(1);
  margin-left: 15px;
  /* display: none; */
}

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

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

#headerCart2 {
  position: relative;
  float: left;
  margin: 0px 18px;
  min-width: 75px;
}

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

#headerWishlist2 {
  position: relative;
  float: left;
  /* margin: 0 20px; */
  min-width: 80px;
}

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

.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 {
  float: left;
  min-width: 55px;
  cursor: pointer;
}

.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: 80%;
  /* float: left; */
  /* position: relative; */
  margin: 0 auto 0 0;
  height: 100%;
  background-color: transparent;
  padding: 0px;
  color: var(--principal1);
  font-size: 14px;
  line-height: 27px;
  text-align: left;
  border: none;
  text-indent: 10px;
  letter-spacing: 0px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--principal1);
  font-size: 14px;
}

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

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

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

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

.expandedCategory {
  position: absolute;
  top: 150px;
  left: 0px;
  display: none;
  height: 0px;
  width: 96%;
  left: 0% !important;
  opacity: 1;
  background: white;
  z-index: 5;
  color: #727272;
  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;
  padding-left: 4%;
  border-bottom: 0.6px solid #ababab;
  padding-top: 52px;
}
.categoriesRight{
  position: relative;
  float: left;
  height: calc(100% - 170px);
  border-left: 1px solid;
  padding-left: 50px;
  margin-top: 13px;
}
.categoryLevelTwoImage {
  float: left;
  width: 300px;
  margin-top: 24px;
  margin-left: 40px;
}

.categoryColumn {
  width: 40%;
  position: relative;
  float: left;
  margin: 0px auto;
  margin-top: 1px;
  height: auto;
  overflow: visible;
  margin-left: 10%;
  color: black;
}

.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: max-content;
  text-align: left;
  font-size: 14px;
  padding: 6px 73px 6px 0px;
  height: auto;
  line-height: 20px;
  min-width: 150px;
  margin-top: 0;
  cursor: pointer;
  font-weight: 400;
  text-transform: none;
  color: black;
  display: block;
}

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

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

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background: white;
  transition: width 0.3s;
}
.expandedCategory[data-category-id="2"] #expandedCategoryContainer {
  grid-template-rows: auto auto auto auto auto !important;
}

#expandedCategoryContainer {
  width: fit-content;
  display: grid;
  /* min-width: 462px; */
  grid-column-gap: 0;
  grid-template-columns: auto;
  height: auto;
  float: left;
  margin-top: 13px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto !important;
  grid-auto-flow: column;
  z-index: 1;
  /* display: flex; */
  float: left;
  flex-direction: column;
  max-height: 360px;
  flex-wrap: wrap;
  align-content: flex-start;
}

#expandedCategoryContainer:nth-child(4) {
  width: 12%;
}

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

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

.categoryLevelThreeTitle {
  position: relative;
  font-size: 14px;
  width: fit-content;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: none;
}

#headerDummy {
  position: relative;
  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;
  display:flex;
}

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

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

#alertMessageLogo,
.alertMessageLogo {
  width: 180px;
  content: url("/files/logo.svg");
}

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

.alertMessageClose {
  right: 10px;
}

.cartMessageAceptar {
  line-height: 35px;
  height: 35px;
  margin: 0 auto;
  text-transform: none;
  border-radius: 0px;
  font-weight: 600;
  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: 27px;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  display: flex;
  height: 40px;
  margin-right: 10px;
}

.headerBanner {
  width: 100%;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 11px 0px 10px 0px;
  color: var(--principal3);
  font-weight: 500;
  background: var(--principal2);
  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;
}

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

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

.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: 17px;
  top: 6px;
  color: #000000;
  position: absolute;
}

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

#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;
  color: var(--principal1);
}

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

img.happyHourMobile {
  display: none;
}

#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: var(--principal3);
  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: var(--principal1);
  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: transparent;
  border-radius: 8px;
  border: 1px solid #696969;
  z-index: 100;
  transition: width 1.1s;
  height: 43px;
  margin: 15px 9%;
}

.searchBarHeader {
  top: 112px;
  width: 100%;
  height: 0px;
  position: fixed;
  float: left;
  z-index: 1;
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 7%);
  background: white;
}

#hiddenHeaderSearch {
  position: relative;
  float: left;
  width: calc(100% - 50px);
  height: 100%;
  padding-left: 14px;
  font-size: 14px;
  color: var(--principal1);
  background-color: transparent;
}
#hiddenHeaderSearch::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--principal1);
  font-size: 14px;
}


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

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

#accountOptions1:hover {
  height: unset;
}

.profileHeader,
.headerLogout {
  width: auto;
  position: absolute;
  left: 34px;
}

.profileHeader {
  top: 10px;
}

.headerLogout {
  top: 41px;
}

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

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

.headerOption:hover {
  border-bottom: 1.5px solid var(--principal1);
}
.ownerDiv{
  position: absolute;
  width: 100%;
  height: 200px;
  top: calc(50% - 100px);
  left: 0px;
}
.reportProduct{
  width: 160px;
  left: calc(calc(100% - 160px)/2);
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: #FF0000;
  border-radius: 4px;
  position: relative;
  top: 15px;
  display: none;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #FF0000;
}

.addToGroup{
  width: 160px;
  left: calc(calc(100% - 160px)/2);
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: #245472;
  border-radius: 4px;
  position: relative;
  margin-top: 15px;
  top: 15px;
  display: none;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #245472;
}

.addToGroup:hover{
  border: 2px solid #245472;
  background:  rgba(0, 0, 255, 0.10);
  color: white;
}

.productViewContainer:hover .addToGroup{
  display: block;
}
.productViewContainer:hover .reportProduct {
  display: block;
}
.reportProduct:hover{
  border: 2px solid #FF0000;
  background:  rgba(255, 0, 0, 0.23);
  color: white;
}
@media (min-height:590px) and (max-height:715px)
{
  .expandedCategory {
    max-height: calc(100dvh - 200px);
  }

  div#expandedCategoryContainer {
    display: flex;
    height: 325px;
  }

  .titleAndCategoriesContainer {
    height: 95%;
    position: relative;
    max-width: fit-content;
  }

  a.categoryLevelTwoTitle {
    padding-right: 50px;
  }

  a.cateogoryLevelTwoHeader {
    width: 18vw;
  }
}



@media screen and (min-width: 769px) and (max-width: 1100px) {
  #header {
    min-width: unset;
  }
  #headerMainBar {
    width: 100%;
    min-width: unset;
  }
  .happyHourImgContainer {
    margin-top: calc(100dvh - 5vw - 90px);
  }
  #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;
  }
  .brand-results {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .mobileCartTxt {
    color: white;
    line-height: 34px;
    font-size: 12px;
  }
  .marcasTitle {
    margin-top: 20px;
  }

  div#searchBarContainer {
    top: 107px;
    width: 100%;
    height: 65px;
    float: left;
    background: var(--principal3);
    z-index: 6;
    border-bottom: 1px solid;
    box-shadow: unset;
    z-index: 100;
    position: fixed;
  }

  div#searchBar {
    width: calc(100% - 40px);
    margin: 13px 20px;
    height: 38px;
  }

  .productsTitle {
    padding: 12px 0px 12px 17px;
  }

  .marcasTitle,
  .productsTitle {
    font-size: 13px;
  }
  #headerDummy {
    height: 145px;
  }
  #headerPromo {
    height: 20px;
  }
  #headerPromoText,
  .headerBanner {
    font-size: 9px;
    padding: 0px;
    height: 20px;
  }
  #headerPromoText p {
    display: inline-block;
  }

  div#happyHourBanner .closeHappyHour {
    right: 10vw;
  }

  #header {
    position: fixed;
  }
  #headerMobileLogo {
    width: fit-content;
    position: absolute;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 19px;
  }
  .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 {
    width: fit-content;
    float: right;
    margin-right: 20px;
    text-align: right;
    margin-top: 17px;
    display: flex !important;
    gap: 2px;
  }
  .profileHeader {
    position: relative;
    left: unset;
    top: unset;
    height: 16px;
  }

  img.heartHeader {
    height: 15px;
    filter: invert(1);
  }

  span.cartCount {
  }

  .headerShowLogin {
    float: left;
  }

  div#headerMobileIcons {
  }
  .cartContainer {
    float: right;
    width: 51px;
  }
  .cartIcon {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
  }
  #headerMobileMenuIcon {
    width: 30px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 22px;
    margin-left: 20px;
    margin-right: 23px;
    -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: 9999;
  }
  #headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40%;
    background: white;
    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: 7px;
  }
  #headerMobileMenuIcon span:nth-child(5),
  #headerMobileMenuIcon span:nth-child(6) {
    top: 14px;
  }
  #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: 3px;
    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: 3px;
    top: 12px;
  }
  #headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 12px;
  }
  #headerLogo {
    width: 130px;
    height: auto;
    display: block;
    margin: auto;
    filter: invert(1);
  }
  .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: -100vh;
    height: calc(100% - 94px - 63px);
    width: 100vw;
    left: 0px;
    background-color: white;
    z-index: 5;
    overflow: scroll;
    /* padding: 20px 0px; */
    -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: 156px;
    border-top: 1px solid;
    /* background-image: url(/files/greyBkg.jpg); */
  }
  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    color: #000000;
    float: left;
  }
  .mobileMenuItem:first-child {
    padding-top: 13px;
  }
  .mobileMenuItem:nth-last-child(2) {
    /* padding-bottom: 13px; */
  }
  .mobileMenuItem:last-of-type {
    margin-bottom: 25px;
  }
  .mobileMenuDivisor {
    position: relative;
    float: left;
    width: 65%;
    margin: 0 auto;
    background: rgba(192, 192, 192, 1);
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .carritoHeaderMobileOpen {
    position: absolute;
    margin: auto;
    width: calc(100% - 8% - 20px) !important;
    margin-left: 8%;
    height: 42px;
    margin-top: 12px;
    background: white;
    z-index: 10;
    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;
    line-height: 42px;
    padding-left: 20px;
    word-break: break-all;
    overflow: hidden;
    /* border-bottom: transparent; */
  }
  .boldMenuLink{
    font-weight: bold !important;
  }
  .mobileMenuLink.underline {
    text-decoration: underline;
    font-weight: 500;
    text-underline-offset: 4px;
  }
  .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: calc(100% - 15px);
    padding-left: 15px;
    height: 0px;
    overflow: hidden;
    background: #f5f5f5;
  }
  .mobileMenuSubcategories .mobileMenuLink {
    text-transform: inherit;
    font-weight: 400;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    color: black;
    height: auto;
    background-color: white;
    overflow: hidden;
    padding-left: 15px;
  }
  .mobileMenuSubcategory.open {
    border-bottom: 0px;
  }
  .mobileMenuCategoryLevelThree {
    background-color: #e2d9ce;
    color: white;
    border-bottom: 1px solid white;
  }
  .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;
    /* margin-left: 39%; */
    width: 90%;
    margin-right: 5%;
    justify-content: flex-end;
  }
  #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: white;
  }
  #mobileSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
  }
  #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: 7px;
    margin-top: 6px;
    min-width: unset;
  }
  .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: 10%;
    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: 11px;
    line-height: 27px;
    height: 27px;
    font-weight: normal;
  }
  .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;
    color: black;
    /* align-items: center; */
  }

  .profileContainer a {
    width: max-content;
    color: white;
  }

  .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 {
    margin-top: 6px;
    margin-left: 11px;
    filter: invert(1);
  }
  .wishlistContainer {
    /* width: calc(100% - 40px); */
    /* margin: 10px 20px 20px; */
    /* overflow: hidden; */
  }
  .carritoHeaderMobileOpen.flex .profileContainer .separatorVertical,
  .carritoHeaderMobileOpen.flex .profileContainer a:last-of-type {
    display: block;
    color: white;
  }

  .carritoHeaderMobileOpen #mobileProfileText {
    margin-top: 0px;
    /* margin-right: 11px; */
    margin-left: 13px;
  }

  .carritoHeaderMobileOpen img#headerCartHover {
    margin-top: 5px;
  }

  .carritoHeaderMobileOpen a.mobileCartTxt {
    line-height: 36px;
  }

  .carritoHeaderMobileOpen a.mobileCartTxt {
    margin-top: 2px;
  }

  .carritoHeaderMobileOpen .profileContainer {
    margin-top: 0px;
    line-height: 19px;
  }
  .myWishlist {
    float: right;
    text-transform: capitalize;
    line-height: 20px;
    color: white;
    font-size: 12px;
    font-weight: 400;
  }
  .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;
  }
  .lineSeparatorHeader {
    width: 100%;
    /* height: 1px; */
    background-color: #9d9d9d;
    margin: 0px auto 20px;
    overflow: hidden;
    position: relative;
  }
  #header.open {
    box-shadow: none;
    /* background-image: url(/files/greyBkg.jpg); */
  }
  body.open {
    overflow: hidden;
  }
  #header {
    position: fixed;
    box-shadow: none;
    z-index: 101;
    height: 106px;
    border-bottom: 1px solid #696969;
  }
  img.profileHeaderIcon {
    height: 20px;
  }

  #accountOptions1:hover #dialogIconTriangle1 {
    top: 21px;
    right: 0px;
  }

  div#myProfileUser1 {
    right: -19px;
    font-size: 13px;
    width: 100px;
    top: 10px;
  }

  div#logoutUser1 {
    width: 100px;
    font-size: 13px;
    top: 29px;
    right: 15px;
  }
  .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;
  }
  .headerShowLogin span {
    margin-right: 5px;
    margin-left: 5px;
  }
  .sliderCategoriesMobile {
    float: left;
    width: 100%;
    margin-top: 40px;
    overflow-x: hidden;
  }

  .slideCategories {
    display: flex !important;
    flex-direction: column;
    margin: 0px 3px;
  }

  p.titleSlide {
    font-size: 13px;
    color: black;
    text-align: center;
    margin: 20px 0px 0px;
  }

  p.verMasSlide {
    font-size: 11px;
    color: black;
    text-align: center;
    text-decoration: underline;
  }

  .slideCategories img {
    width: 100% !important;
  }
  .profileContainer .separatorVertical,
  .profileContainer a:last-of-type {
    display: none;
  }

  #headerMobileMenuIcon.open
  ~ #headerMobileIcons
  .profileContainer
  .separatorVertical,
  #headerMobileMenuIcon.open
  ~ #headerMobileIcons
  .profileContainer
  a:last-of-type {
    display: block;
    line-height: 30px;
  }

  #headerMobileMenuIcon.open ~ #headerMobileLogo {
    display: none !important;
  }

  @media screen and (max-width: 768px) {
    .carritoHeaderMobileOpen {
      /* margin-left: 39%; */
      /* width: 90%; */
      /* margin-right: 5%; */
      /* display: flex; */
      /* justify-content: flex-end; */
      background: var(--principal3);
    }
    .marca-hit-title {
      font-size: 11px;
    }
    .brand-results {
      grid-template-columns: repeat(3, 1fr);
    }

    img.happyHourDesktop {
      display: none;
    }
    .marcasTitle {
      grid-column: span 3;
    }
    img.happyHourMobile {
      display: block;
    }
  }
}
