body {
  font-family: "DM_Sans";
}
.colectivosButton {
  width: 130px;
  height: 35px;
  float: right;
  margin-right: 65px;
  background: #097bed;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.colectivosButton:hover {
  color: #4d4000;
}
#content {
  min-height: calc(100vh - 88px - 320px);
  background-color: #fff;
}
.gamerZone {
  display: none;
}
.allCategories {
  display: revert;
}
.cl-effect-4 a {
  padding: 0 0 21px;
}
.wishListProductsDiv {
  position: absolute;
  width: 30px;
  z-index: 999999;
  height: 27px;
  left: 93%;
  top: 22px;
}
.wishListQuantity {
  position: absolute;
  top: -6px;
  right: -7px;
  background: #fff;
  font-weight: 700;
  border-radius: 14px;
  width: 15px;
  height: 15px;
  display: flex;
  z-index: 999;
  font-size: 10px;
  align-items: center;
  justify-content: center;
  color: #484848;
}
.heart {
  background-image: url(../../files/heart.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  height: 100%;
  cursor: pointer;
  margin-left: 0;
  padding-bottom: 6px;
  z-index: 999;
}
#headerPromo {
  width: 100%;
  top: 0;
  height: 35px;
  position: fixed;
  background-color: #f2d125;
  font-weight: lighter;
}
#headerPromoText {
  font-size: 14px;
  font-weight: 600;
  color: #4d4000;
  text-align: center;
  line-height: 35px;
}
#headerPromoText span {
  font-size: 15px;
  font-weight: 700;
}
.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #097bed;
  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(-30px);
}
.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);
}
#header {
  min-width: 1200px;
  height: 105px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
#topHiddenBar {
  background-color: #fff;
  color: #282828;
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  opacity: 0.8;
  z-index: 10000;
  overflow: visible;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  height: 70px;
  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;
}
#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 {
  height: auto;
  width: auto;
  margin: auto;
  margin-top: 8px;
  float: left;
}
#headerLogoImg {
  height: 60px;
  margin-left: 22px;
}
.catArrow {
  position: relative;
  left: 1px;
  height: 8px;
  width: 17px;
  bottom: 1px;
}
#catTwoArrow {
  float: right;
  margin-top: 11px;
  background: url(../../files/greyArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.categoriesContainer:hover #catTwoArrow {
  background: url(../../files/whiteArrowHeader.png);
  float: right;
  /* margin-right: 10px; */
  margin-top: 11px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.categoriesContainer:first-of-type {
  border-radius: 10px 10px 0 0;
}
.categoriesContainer:last-of-type {
  border-radius: 0 0 10px 10px;
}
#headerWrapper {
  display: inline-block;
  width: auto;
}
#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
}
.headerOption {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  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;
  height: 65px;
  margin-top: 0;
  top: 0;
  line-height: 75px;
}
@-webkit-keyframes sale-effect {
  0% {
    color: #000;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: #000;
  }
}
@-moz-keyframes sale-effect {
  0% {
    color: #000;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: #000;
  }
}
@-ms-keyframes sale-effect {
  0% {
    color: #000;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: #000;
  }
}
@-o-keyframes sale-effect {
  0% {
    color: #000;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: #000;
  }
}
@keyframes sale-effect {
  0% {
    color: #000;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: #000;
  }
}
.headerOptions {
  float: left;
  display: flex;
  justify-content: space-around;
  width: calc(100% - 431px);
  margin-left: 18px;
  margin-top: 30px;
}
.headerLink {
  position: relative;
  float: left;
  display: block;
  height: 30px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  color: #484848;
  margin-bottom: 10px;
  font-weight: 700;
  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;
}
.headerLink:hover {
  color: #097bed;
}
.shopLink {
  text-transform: uppercase;
}
.searchIcon {
  width: 20px;
  padding-left: 8px;
  margin-left: 2%;
  margin-right: 2%;
  cursor: pointer;
  float: right;
}
.cartIcon {
  float: left;
  margin-right: 31px;
  font-size: 33px;
  color: #fff;
  margin-top: 24px;
}
.profileIcon {
  float: left;
  margin-left: 27px;
  margin-right: 16px;
  font-size: 33px;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 5px;
}
.profileIcon:hover {
  cursor: pointer;
}
.rightContent {
  width: auto;
  float: right;
  position: absolute;
  right: 37px;
}
#headerSeparatorBar {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  height: 50px;
  margin-top: 16px;
}
#headerMainBar {
  width: 100%;
  float: left;
  height: 55px;
  margin-top: 30px;
  padding-bottom: 17px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
}
#rightHeaderOptions {
  float: right;
}
.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;
  height: 30px;
  cursor: pointer;
  margin-left: 45px;
}
#headerCart2 {
  position: relative;
  float: left;
  height: 30px;
  margin-top: 20px;
}
.cartAmount {
  display: inline-block;
  position: absolute;
  background: none;
  background-color: #fff;
  width: 15px;
  border-radius: 92px;
  text-align: center;
  font-size: 10px;
  padding-bottom: 5px;
  padding: 0;
  font-weight: 700;
  color: #484848;
  margin-left: 3px;
  float: right;
  right: 24px;
  height: 15px;
  line-height: 14px;
  top: 17px;
}
.profileDiv {
  float: left;
  width: 88px;
  margin-left: 1px;
}
.myProfile {
  float: left;
  letter-spacing: 2px;
  font-size: 11px;
  color: #b4a193;
  margin-top: 7px;
  margin-left: 20px;
  cursor: pointer;
}
#headerProfile {
  position: relative;
  float: left;
  height: 26px;
  width: 25px;
  margin-top: 16px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 45px;
}
#searchBar {
  float: left;
  width: 150px;
  height: 30px;
  margin-top: 21px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #ffdb48;
  z-index: 100;
}
#searchBar.openBar {
  height: 35px;
}
#searchButton {
  background-image: url(../../files/lupa.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  float: left;
  width: 24px;
  height: 100%;
  margin-left: 9px;
  color: #484848;
  cursor: pointer;
}
#searchSite {
  position: relative;
  width: 100px;
  float: left;
  position: relative;
  margin: 0 auto;
  margin-left: 5px;
  height: 100%;
  padding: 0;
  color: #1d1d1d;
  font-size: 12px;
  text-align: center;
  border: none;
  letter-spacing: 0;
}
#searchSite::-webkit-input-placeholder {
  color: #1d1d1d;
}
#searchSite:-moz-placeholder {
  color: #1d1d1d;
}
#searchSite::-moz-placeholder {
  color: #1d1d1d;
}
#searchSite:-ms-input-placeholder {
  color: #1d1d1d;
}
#searchSite::-ms-input-placeholder {
  color: #1d1d1d;
}
.expandedCategory {
  position: absolute;
  top: 105px;
  left: 0;
  display: none;
  height: 0;
  max-height: calc(100vh - 250px) !important;
  width: fit-content;
  max-width: 90%;
  background-color: transparent;
  opacity: 1;
  z-index: 100;
  color: #484848;
  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;
  min-width: 215px;
}
.categoryLevelTwoImage {
  float: left;
  width: 300px;
  margin-top: 24px;
  margin-left: 40px;
}
.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  border-radius: 10px;
  height: auto;
  background: #fff;
}
.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 90%;
  background-color: #fff;
  margin-top: 16px;
}
.categoryLevelTwoTitle {
  position: relative;
  width: fit-content;
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
}
.categoryLevelTwoTitle::after {
  content: "";
  display: none;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
.categoryLevelThreeTitle:hover {
  color: #097bed;
  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;
}
.categoryLevelForthTitle::after {
  margin-left: 20px;
}
.showMore {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #808285;
}
.categoryColumn:hover img {
  display: none;
}
.categoryLevelThreeTitle:hover::after,
.categoryLevelTwoTitle:hover::after {
  width: 100%;
}
.categoryLevelForthTitle:hover::after {
  width: calc(100% - 18px);
}
.categoryLevelThreeTitle {
  position: relative;
  font-size: 14px;
  width: fit-content;
  font-weight: 500;
  display: block;
  line-height: 18px;
  padding: 5px;
  padding-left: 10px;
  display: flex;
  height: 30px;
  margin-left: 5px;
  border-radius: 0;
  align-items: center;
}
.categoryLevelForthTitle {
  font-size: 12px;
  text-indent: 20px;
  position: relative;
  width: fit-content;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
#headerDummy {
  position: relative;
  width: 100%;
  height: 88px;
}
#topHiddenBar.shownBar {
  top: 0;
}
.expandedCategory.shownExpandedCategory {
  position: fixed;
  top: 105px;
}
#searchBar.shownSearchBar {
  position: absolute;
  top: 120px;
  position: fixed;
}
.topRightBar {
  float: right;
  width: fit-content;
  margin-top: 12px;
  margin-right: 20px;
}
.languages {
  float: left;
  color: #000;
  margin-top: 4px;
}
#language {
  background-color: #fff;
  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: #000;
  text-align: center;
}
.cart {
  float: left;
  margin-left: 16px;
}
.alertMessageLogo {
  width: 100px;
}
.alertCloseIcon {
  color: #061732;
}
.alertMessageMessage {
  font-size: 16px;
  color: #1b1b1b;
}
.cartMessageAceptar {
  width: 170px;
  font-size: 12px;
}
#cartMessageDiv {
  overflow: hidden;
  width: 280px;
  padding: 0 0 0 0;
  height: fit-content;
  top: calc(50% - 200px);
  margin-top: 0;
  border: none;
  padding-bottom: 30px;
  padding-top: 30px;
}
#alertMessageLogo,
.alertMessageLogo {
  width: 100px;
}
.alertMessageAceptar {
  background-color: #ffdb48;
  border: 1px solid #ffdb48;
  line-height: 35px;
  float: none;
  font-weight: 600;
  color: #1b1b1b;
  text-transform: uppercase !important;
}
.alertMessageAceptar:hover {
  color: #1b1b1b;
}
.alertMessageClose {
  right: 13px;
  color: #000;
  font-size: 20px;
}
.cartMessageAceptar {
  line-height: 32px;
  text-transform: initial;
  margin-left: 5px;
  margin-right: 5px;
}
#cartMessageButtonsWrapper {
  float: none;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cartMessageLunaEventFixedContainer #cartMessageButtonsWrapper {
  width: 100%;
  overflow: visible;
  display: unset;
}
#cartMessageLunaEventFixedContainer .btnContainer:nth-child(2) {
  display: flex;
  margin-bottom: 14px;
}
#cartMessageLunaEventFixedContainer .btnContainer:nth-child(1) {
  display: flex;
  position: relative;
  right: 22%;
  float: right;
  z-index: 10;
}
#forMeBtn {
  background-color: #fff;
  color: #097bed;
  font-weight: 100;
  width: 22px;
  height: 22px;
  border: 1px solid #097bed;
  cursor: pointer;
  border-radius: 21px;
  position: relative;
  left: 50%;
}
#forGiftBtn {
  background-color: #fff;
  color: #097bed;
  font-weight: 100;
  width: 22px;
  height: 22px;
  margin-left: 15%;
  border: 1px solid #097bed;
  cursor: pointer;
  border-radius: 21px;
  position: relative;
  left: 10%;
}
#acceptGiftButton {
  display: none;
}
#forGiftBtn.giftPopUpSelected,
#forMeBtn.giftPopUpSelected {
  background-color: #097bed;
}
#acceptGiftButton:hover {
  background-color: #097bed !important;
  color: #fff;
}
#acceptGiftButton {
  background-color: #ffdb48;
  color: #000;
  font-weight: 100;
  width: 70%;
  margin-left: 15%;
  cursor: pointer;
  margin-top: 35px;
}
.giftPopUpSelect {
  border: 1px solid #097bed;
  width: 70.5%;
  margin-left: 15%;
  height: 30px;
  margin-top: 23px;
  color: #000;
  font-size: 12px;
  text-indent: 5px;
  float: left;
  cursor: pointer;
  display: none;
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 94%;
}
.btnText {
  color: #000;
  width: fit-content;
  height: auto;
  position: relative;
  top: 40px;
  left: 0;
}
#alertMessageMessage,
.alertMessageMessage {
  margin-bottom: 20px;
  letter-spacing: 0;
}
#myProfileUser {
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  line-height: 28px;
  left: 85px;
}
#logoutUser {
  color: #1b1b1b;
  line-height: 28px;
  left: 85px;
  border: 1px solid #1b1b1b;
}
.figureBackground {
  top: 15px;
  background: none;
}
.categoryLevelTwoContainer {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.categoriesContainer:hover {
  background-color: #097bed;
  color: #fff;
}
#logoutUser:hover {
  background-color: #097bed;
  color: #fff;
  font-weight: 800;
}
#myProfileUser:hover {
  background-color: #097bed;
  color: #fff;
  font-weight: 800;
}
.categoryThreeColumn {
  position: absolute;
  left: 89%;
  top: 0;
  border-radius: 5px;
  color: #484848;
  background: transparent;
  width: fit-content;
  height: auto;
}
.categoriesContainer {
  width: 100%;
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}
#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 71px;
}
.categoryLevelThreeContainer {
  background-color: #fff;
  margin-left: 35px;
  width: 100%;
  border-radius: 8px;
}
.headerPromoRight {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1242px) {
  #content {
    min-width: 0;
  }
  .headerLink {
    font-size: 12px;
  }
  .catArrow {
    position: relative;
    left: 1px;
    height: 6px;
    width: 12px;
  }
  #headerLogo {
    margin-top: 18px;
  }
  #headerLogoImg {
    height: 37px;
    margin-left: 11px;
  }
  .headerOptions {
    margin-left: 10px;
  }
  .rightContent {
    right: 135px;
  }
  .profileIcon {
    margin-left: 4px;
    margin-right: 4px;
  }
  #accountOptions,
  #accountOptions1,
  #accountOptions2 {
    width: 47px;
  }
  #searchBar {
    width: 138px;
  }
  .cartAmount {
    right: 13px;
  }
  .cartIcon {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #content {
    min-width: 0;
  }
  #headerMainBar {
    width: 100%;
  }
  .profileIcon {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.categoryThreeColumn {
  display: none;
}
#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  top: 48px;
  right: 23px;
}
@media screen and (max-width: 768px) {
  .whatsAppWebContainer.open {
    bottom: 30px;
  }
  #header,
  #headerDummy {
    height: 90px;
  }
  #header {
    box-shadow: 0 4px 9px rgb(0 0 0 / 3%);
    position: fixed;
    border-bottom: 1px solid #fff;
  }
  #headerCart {
    position: relative;
    height: 30px;
    margin-top: 21px;
    cursor: pointer;
    margin-right: -5%;
    margin-left: 0;
  }
  .cartAmount {
    width: 12px;
    right: 9px;
    margin-top: 22px;
  }
  #headerMobileIcons {
    width: 59px;
    margin: auto;
  }
  .cartContainer {
    float: right;
    width: 51px;
  }
  .cartIcon {
    float: right;
    margin-top: 49px;
    margin-right: 16px;
  }
  #headerMobileMenuIcon {
    width: 23px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 55px;
    margin-left: 13px;
    -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: 50%;
    background: #484848;
    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: 50%;
  }
  #headerMobileMenuIcon span:nth-child(odd) {
    left: 0;
  }
  #headerMobileMenuIcon span:nth-child(1),
  #headerMobileMenuIcon span:nth-child(2) {
    top: 0;
  }
  #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: 0;
    top: 7px;
  }
  #headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 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: 0;
    top: 12px;
  }
  #headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(50% - 7px);
    top: 12px;
  }
  #headerLogo {
    width: 45px;
    height: auto;
    margin-top: 42px;
    position: absolute;
  }
  .cart {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
  }
  #rightHeaderOptions {
    position: relative;
    float: right;
    width: 85px;
    right: 0;
  }
  #headerProfile {
    margin-top: 8.5px;
    margin-right: 7px;
  }
  #headerMobileProfile {
    position: relative;
    float: right;
    height: auto;
    width: 24px;
    margin-top: 52px;
    cursor: pointer;
    margin-right: 5px;
  }
  #headerCartMobile {
    position: relative;
    float: left;
    margin-left: 5px;
    height: 29px;
    margin-top: 8.5px;
    display: block;
  }
  #headerMobileMenu {
    position: fixed;
    top: 65px;
    height: calc(100% - 65px);
    width: 250px;
    left: -251px;
    background-color: #f9f9f9;
    z-index: 99;
    padding-top: 20px;
    overflow: scroll;
    -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;
    border-right: 1px solid #fff;
  }
  #headerMobileMenu.open {
    left: 0;
  }
  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    color: #484848;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    width: 80%;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    max-width: 180px;
    height: 40px;
    line-height: 35px;
    padding-left: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 15px;
    font-weight: 600;
  }
  .mobileMenuSubcategory .mobileMenuLink:hover {
    color: #097bed;
  }
  .mobileMenuCategoryLevelThree .mobileMenuLink {
    margin: 5px 0;
    font-weight: 300;
    font-size: 12px;
    padding-left: 10px;
    width: calc(100% - 10px);
    height: 20px;
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 10px;
    height: 40px;
    width: 8%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    color: #484848;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    padding-left: 20px;
  }
  .mobileMenuSubcategory.open {
    border-bottom: 0;
    color: #097bed;
  }
  .mobileMenuCategoryLevelThree {
    color: #484848;
  }
  #mobileSearchBar {
    position: relative;
    width: 84%;
    margin: 20px auto;
    height: 30px;
    overflow: hidden;
    border: 1px solid #f2d125;
    border-radius: 10px;
  }
  #mobileSearchImg {
    position: relative;
    float: left;
    margin-left: 10px;
    height: 24px;
    margin-top: 3px;
  }
  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    height: 100%;
    padding-left: 10px;
    font-size: 12px;
    color: #767676;
    background-color: transparent;
  }
  #mobileSearch::-webkit-input-placeholder {
    color: #767676;
  }
  #mobileSearch:-moz-placeholder {
    color: #767676;
  }
  #mobileSearch::-moz-placeholder {
    color: #767676;
  }
  #mobileSearch:-ms-input-placeholder {
    color: #767676;
  }
  #mobileSearch::-ms-input-placeholder {
    color: #767676;
  }
  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0;
    right: 5px;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }
  .mobileMenuCategoryArrow.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobilePersonalPages {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .profileDiv {
    float: right;
    width: auto;
    margin-left: 0;
  }
  .profileIcon {
    float: right;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 15px;
  }
  .profileIcon img {
    height: 33px;
    width: auto;
  }
  #cartMessageDiv {
    width: 90%;
    margin: 0 auto;
    height: auto;
    top: 10%;
  }
  #cartMessageButtonsWrapper {
    width: 174px;
  }
  .cartMessageAceptar {
    margin-bottom: 20px;
    margin-left: 2px;
  }
  .wishListProductsDivMobile {
    float: right;
    width: 44px;
    margin-right: 5px;
  }
  .user {
    display: flex;
    margin-top: 10px;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 20px);
  }
  .wishListQuantity {
    top: 38px !important;
    right: 41px !important;
  }
  #headerPromo span {
    display: none;
  }
  .mobileMenuSubcategoryText {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    height: 40px;
    align-items: center;
  }
  .m-2 {
    margin: 8px 0;
  }
  .colectivosButton {
    display: none;
  }
  .headerIgLogo {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .headerIgLogo img {
    width: 20px;
  }
  .igMobile {
    display: flex;
    margin: 15px 0;
    overflow: hidden;
  }
  .igMobile span {
    color: #484848;
    font-weight: 600;
    font-size: 14px;
    margin-top: 2px;
    letter-spacing: 1px;
  }
  [data-category-id="colectivos"].mobileMenuLink img {
    width: 19px;
    margin-right: 10px;
    top: -1px;
    position: relative;
  }
}
