#content {
  min-height: calc(100vh - 95px - 210px);
}

body {
  font-family: "Nunito", sans-serif;
  color: var(--green);
  font-weight: 300;
}

.categorySeparator {
  position: absolute;
  height: 70%;
  top: 15%;
}

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

#headerOptions {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin: auto;
}

.headerOptionMenuOpen,
.headerOption:hover {
  text-shadow: 0.8px 0 0 currentColor;
  text-decoration: underline 7px #075946;
  text-underline-offset: 30px;
}

#headerPromo {
  width: 100%;
  top: 0;
  z-index: 999;
  height: 20px;
  position: fixed;
  background: #d3d3d3;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
}

#headerPromoText {
  font-size: 10px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  letter-spacing: 2px;
}

#headerLogoContainer {
  line-height: 80px;
}

#headerLogo {
  margin: auto;
  display: block;
  width: 315px;
}

#headerLogoHiddenBar {
  width: 150px;
  height: auto;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  top: 19px;
  margin-left: 60px;
  margin-right: 30px;
}

#headerLogoHiddenBarW {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  top: 19px;
  margin-left: 60px;
  margin-right: 30px;
}

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

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #ebe3d4;
  color: #58595b;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
}

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

#headerMainBar {
  width: 100%;
  float: left;
  height: 60px;
}

.user {
  display: none;
}

.mobileElement.open .user {
  display: flex;
  column-gap: 15px;
  width: auto;
  height: auto;
  margin: 18px 0 0 21px;
  stroke: #000;
  stroke-width: 1.5px;
  flex-direction: row;
}

.userMobile {
  width: 18px;
  height: 18px;
}

svg.headerShowLogin {
  width: 14px;
  height: 18px;
  stroke-width: 1px;
}

svg.heartWishlist {
  width: 16px;
  height: auto;
  overflow: visible;
  display: none;
}

.headerSearchImg {
  position: relative;
  float: left;
  height: 18px;
  cursor: pointer;
}

#logoutMobile {
  left: 10px;
  position: relative;
}

#loginTextMobile {
  left: 10px;
  position: relative;
}

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

#cartWhite {
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 18px;
  height: 17px;
  display: none;
}

#cartGreen {
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 18px;
  height: 17px;
  display: block;
}

#whiteHeart {
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 18px;
  height: 17px;
  display: none;
}

#greenHeart {
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 18px;
  height: 17px;
  display: block;
}

#headerCart2 {
  position: relative;
  float: left;
  height: 28px;
  margin-top: 7px;
}

.wishlistSvg {
  fill: #fff;
}

.wishListProductsDiv {
  float: left;
  width: fit-content;
  margin-left: 0;
  z-index: 999999;
  height: 50px;
}

.user {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 15px;
}

.user img {
  width: 25px;
}

.user span {
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
  display: none;
}

.wishListQuantity {
  font-weight: 100;
  z-index: 9999;
  min-width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  background: none;
  padding: 1px;
  width: 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  margin-top: 0;
  padding-top: 0;
  right: 21px;
  line-height: 12px;
  top: 40px;
}

.heart {
  background-image: url(../../files/site/heart.png);
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
  width: 21px;
  height: 21px;
}

.profileIcon {
  margin-bottom: 69px;
}

#accountOptions1,
#accountOptions2 {
  position: relative;
  z-index: 1;
  float: left;
  width: 45px;
  height: 51px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  color: #d3d3d3;
  right: 0;
  top: 52px;
}

#logoutUser1,
#logoutUser2 {
  color: #000;
  border: 1.5px solid #fff;
  border-top: none;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
  background-color: #f2f3f2;
  font-weight: lighter;
  top: 30px;
}

#logoutUser1:hover {
  background-color: #d3d3d3;
  font-weight: 900;
}

#logoutUser2:hover {
  background-color: #d3d3d3;
  font-weight: 900;
}

#myProfileUser1,
#myProfileUser2 {
  border: 1.5px solid #fff;
  color: #000;
  border-bottom: 0.5px solid #fff;
  border-top: none;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
  background-color: #f2f3f2;
  font-weight: lighter;
  top: 30px;
}

#myProfileUser1:hover {
  background-color: #d3d3d3;
}

#myProfileUser2:hover {
  background-color: #d3d3d3;
}

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

.searchIcon {
  padding-left: 0;
  cursor: pointer;
  float: left;
  font-size: 15px;
  position: absolute;
  z-index: 1000;
  color: #fff;
}

.searchBar {
  position: relative;
  float: left;
  width: 130px;
  color: #fff;
  border-radius: 23px;
  z-index: 100;
  transition: width 1.1s;
  border: 2px solid #fff;
  overflow: hidden;
  height: 22px;
  display: none;
}

.searchBar.openBar {
  left: 0;
}

#searchBarContainer {
  position: relative;
  float: left;
  height: 56px;
  width: 165px;
  overflow: hidden;
}

.searchBarSlider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  left: 138px;
  transition: left 1s;
  margin-right: 8px;
}

.openSlider {
  left: 0px !important;
  margin-right: 0;
}

.removeWishlistProduct {
  top: 86%;
}

.catArrow {
  float: right;
  width: 5px;
  padding: 12.5px;
  display: none;
}

.selected .catArrow {
  display: block;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 51px;
}

#searchSite {
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  background-color: transparent;
  padding: 0;
  color: #000;
  font-size: 13px;
}

#searchSite::-webkit-input-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite:-moz-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite::-moz-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite:-ms-input-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite::-ms-input-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

.categoryLevelTwoImage {
  float: left;
  width: 140px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
}

.columnCategory {
  margin-top: 10px;
}

.columnCatContainer {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 128px;
}

.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 81px;
  background-color: #9b9b9b;
  margin-top: 8px;
}

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

#headerDummy {
  position: relative;
  width: 100%;
  height: 95px;
}

#searchBar.shownSearchBar {
  position: fixed;
  top: 34px;
}

.alertMessageDiv {
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 370px;
  background-color: #fff;
  border: none;
  padding-top: 20px;
}

#alertMessageLogo {
  width: 210px;
}

.alertMessageAceptar {
  position: relative;
  background-color: #e3d1bd;
  text-align: center;
  line-height: 37px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #e3d1bd;
  text-transform: uppercase;
}

.alertMessageAceptar:hover {
  background-color: #fff;
  color: #e3d1bd;
  border: 1px solid #e3d1bd;
}

.alertMessageClose {
  right: 10px;
  color: #000;
}

.alertMessageMessage {
  color: #58595b !important;
  font-size: 15px;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: block;
  width: 344px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  float: none;
}

.cartMessageAceptar {
  width: 160px;
  font-size: 12px;
  line-height: 32px;
  border-radius: 0;
}

.cartMessageAceptar:hover {
  font-size: 12px;
}

#cartMessageDiv {
  height: 240px;
  width: 400px;
  padding: 0 0 0 0;
  overflow: hidden;
  border: none !important;
}

#cartMessageMessage {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #58595b !important;
  letter-spacing: 0;
}

.whatsAppWebContainer {
  width: 100px;
  height: auto;
  right: 6px;
}

.mobileMenuItem {
  color: #000;
  font-size: 13px;
}

#header {
  min-width: 1400px;
  height: 205px;
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 31px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 0 31px rgb(0 0 0 / 12%);
  box-shadow: 0 0 31px rgb(0 0 0 / 12%);
}

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

#topHiddenBar {
  background-color: #fff;
  color: #075946;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  z-index: 10;
  overflow: visible;
  height: 95px;
  transition: top 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: top 0.3s ease-out, background 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out, background 0.3s ease-out;
  -o-transition: top 0.3s ease-out, background 0.3s ease-out;
  min-width: 1100px;
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.09);
}

.indexHeader {
  background-color: transparent !important;
  color: white !important;
}

#topHiddenBarOptions {
  position: absolute;
  text-align: center;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  min-width: 1200px;
}

#topHiddenBarWrapper {
  display: inline-block;
  height: fit-content;
  line-height: 55px;
  width: 60%;
  margin-left: 18%;
  margin-top: 46px;
}

#headerOptions {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin: auto;
  font-family: "Nunito", sans-serif;
}

#headerPromo {
  width: 100%;
  display: none;
  top: 0;
  height: 28px;
  position: fixed;
  background: #e5ded2;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
}

#headerPromoText {
  font-size: 10px;
  line-height: 23px;
  color: #000;
  text-align: center;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
}

#headerLogoContainer {
  line-height: 80px;
}

#headerLogo {
  margin: auto;
  display: block;
  width: 140px;
}

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

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #ebe3d4;
  color: #58595b;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
}

.headerOption {
  position: relative;
  float: left;
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  color: #075946;
  font-size: 14px;
  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: 15px;
  top: 0;
  line-height: 15px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-family: "Nunito", sans-serif;
}

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

#headerMainBar {
  width: 100%;
  float: left;
  height: 60px;
}

#rightHeaderOptions {
  float: right;
  margin-right: 2.5%;
  margin-top: 40px;
  stroke: #075946;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 19%;
}

.headerSearchImg {
  position: relative;
  float: left;
  width: 18px;
  cursor: pointer;
  margin: 0 5px;
  top: 4px;
  display: none;
}

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

.headerCart {
  position: relative;
  float: left;
  left: 0;
  height: 45px;
  margin-top: 0;
  cursor: pointer;
  padding-bottom: 4px;
}

#headerCart2 {
  position: relative;
  float: left;
  height: 27px;
  margin-top: 16px;
  z-index: 999;
}

.cartAmount {
  display: inline-block;
  position: absolute;
  background: none;
  padding: 1px;
  width: 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  margin-top: 0;
  padding-top: 0;
  right: -15px;
  line-height: 12px;
  top: -7px;
}

.profileDiv {
  float: left;
  width: fit-content;
  z-index: 999;
  margin: 0 12px;
  height: 50px;
  margin-right: 5px;
}

.profileIcon {
  margin-bottom: 18px;
}

#accountOptions1,
#accountOptions2 {
  position: relative;
  z-index: 1;
  float: left;
  width: 18px;
  height: 51px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  color: #f2f3f2;
  right: 0;
  top: 30px;
}

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

.headerProfile {
  position: relative;
  float: right;
  width: 18px;
  cursor: pointer;
  z-index: 999;
  margin-top: 0;
  height: 18px;
}

#searchBar {
  position: absolute;
  width: 225px;
  height: 0;
  top: 27px;
  right: 185px;
  color: #fff;
  z-index: 100;
  font-weight: 300;
  transition: top, height 0.2s ease-out;
  -moz-transition: top, height 0.2s ease-out;
  -webkit-transition: top, height 0.2s ease-out;
  -o-transition: top, height 0.2s ease-out;
}

#searchBar.openBar {
  height: 35px;
}

#searchSite {
  width: 80%;
  position: relative;
  margin: 0 auto;
  height: 24px;
  background-color: transparent;
  padding: 0;
  color: #000;
  font-size: 13px;
  line-height: 25px;
}

#searchSite::-webkit-input-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite:-moz-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite::-moz-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite:-ms-input-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

#searchSite::-ms-input-placeholder {
  color: #3b3b3b;
  opacity: 0.8;
}

.expandedCategory {
  position: fixed;
  top: 95px;
  left: 0;
  display: none;
  height: 0;
  max-height: calc(100vh - 250px) !important;
  width: fit-content;
  max-width: 90%;
  opacity: 1;
  z-index: 9;
  color: #000;
  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;
}

.categoriesContainer {
  width: 100%;
  position: relative;
}

.categoryLevelTwoImage {
  float: left;
  width: 140px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.columnCatContainer {
  float: left;
  padding-left: 8px;
  padding-right: 13px;
  width: 85%;
  margin-left: 0;
}

.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 98px;
  background-color: #9b9b9b;
  margin-top: 7px;
  margin-right: 20px;
  display: none;
}

.categoryLevelTwoTitle {
  position: relative;
  width: fit-content;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
}

.categoryLevelTwoContainer {
  height: 30px;
  padding-left: 30px;
  text-transform: capitalize;
}

.categoryThreeColumn {
  position: absolute;
  justify-content: flex-start !important;
  left: 100%;
  top: 0;
  color: #000;
  background: #fff;
  width: fit-content;
  height: 100%;
  justify-content: center;
  display: none;
  box-shadow: 11px 7px 10px -11px rgb(0 0 0 / 20%) inset;
  -webkit-box-shadow: 11px 7px 10px -11px rgb(0 0 0 / 20%) inset;
  -moz-box-shadow: 11px 7px 10px -11px rgb(0 0 0 / 20%) inset;
  min-width: 190px;
}

.categoryLevelThreeContainer {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto auto;
  width: fit-content;
  padding: 15px;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  width: auto;
  display: block;
  line-height: 18px;
  padding: 10px 15px;
  height: 18px;
  margin-left: 5px;
  border-radius: 0;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
}

.categoryLevelThreeTitle:hover {
  color: #075946;
}

.categoryLevelThreeTitleHoverArrow {
  position: relative;
  height: 10px;
  width: 10px;
  margin: auto;
  margin-right: 15px;
  margin-left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../files/arrowCategory.svg);
  opacity: 0;
}

.categoryLevelThreeTitle span {
  position: relative;
  width: auto;
  height: 100%;
  margin: auto;
  margin-left: 5px;
}

.categoryLevelThreeTitle:hover .categoryLevelThreeTitleHoverArrow {
  opacity: 1;
}

.categoryImage {
  position: relative;
  width: 250px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}

.categoryLevelTwoTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #58595b;
  transition: width 0.3s;
}

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

.categoryLevelTwoTitle:hover {
  color: #075946;
}

.columnCatContainer:first-of-type .categoryLevelThreeTitle:first-of-type,
.columnCatContainer:first-of-type .categoryLevelThreeTitle:nth-of-type(2) {
  font-size: 15px;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: 0;
}

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

#searchBar.shownSearchBar {
  position: fixed;
  top: 34px;
}

.alertMessageDiv {
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 370px;
  background-color: #fff;
  border: none;
  padding-top: 20px;
}

#alertMessageLogo {
  width: 210px;
}

.alertMessageAceptar {
  position: relative;
  background-color: #075946;
  text-align: center;
  line-height: 37px;
  font-weight: 700;
  font-size: 12px;
  color: #58595b;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #075946;
  color: #fff;
}

.alertMessageAceptar:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.alertMessageClose {
  right: 10px;
  color: #000;
}

.alertMessageMessage {
  color: #58595b !important;
  font-size: 15px;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: block;
  width: 344px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  float: none;
}

.cartMessageAceptar {
  width: 160px;
  font-size: 12px;
  line-height: 32px;
  border-radius: 0;
}

.cartMessageAceptar:hover {
  font-size: 12px;
}

#cartMessageDiv {
  height: 300px;
  width: 420px;
  padding: 0 0 0 0;
  overflow: hidden;
  border: none !important;
}

#cartMessageMessage {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #58595b !important;
}

.whatsAppWebContainer {
  width: 70px;
  height: auto;
  right: 50px;
}

.whatsAppWebContainer.open {
  bottom: 50px;
  z-index: 5;
}

.headerMobileMenuSeparator {
  position: relative;
  width: 100%;
  margin: 25px auto;
}

@media screen and (max-width: 768px) {
  #header,
  #headerDummy {
    height: 95px;
  }

  #header {
    position: fixed;
    background-color: #fff;
  }

  #header.open {
    background: none #fff;
  }

  #headerMobileMenuIcon.open span {
    background: #000;
  }

  .mobileElement.open .wishlistSvg {
    fill: #000;
  }

  .mobileElement.open .wishListQuantity {
    color: #000;
  }

  .wishListQuantity {
    right: 8px;
    color: #075946;
  }

  .mobileMenuCategoryLevelThreeText {
    text-transform: none !important;
    font-weight: 300 !important;
    line-height: unset !important;
  }

  .headerCart {
    float: right;
    position: relative;
    height: 20px;
    margin-top: 23px;
    cursor: pointer;
    margin-right: 16%;
    margin-left: 13px;
    top: auto;
  }

  #cartGreen {
    width: 23px;
    height: 22px;
  }

  .cartContainer {
    float: right;
    width: 20px;
    height: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px 16px;
    display: none;
  }

  .heart {
    background-image: url(../../files/site/heart.png);
    float: right;
    margin-top: 40px;
    margin-right: 15px;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
  }

  #greenHeart {
    position: relative;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 22px;
    height: 20px;
    display: block;
    top: 45px;
    left: 73%;
  }

  .mobileElement.open .user {
    margin-top: 28px;
  }

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

  #headerMobileMenu {
    position: fixed;
    width: 75%;
    height: calc(100% - 86px);
    left: -100%;
    background-color: #fff;
    color: #000;
    z-index: 2;
    top: 86px;
    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;
    box-shadow: 1px 4px 18px rgb(0 0 0 / 25%);
  }

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

  input::placeholder {
    text-transform: capitalize;
  }

  #mobileSearchBar {
    position: relative;
    height: 50px;
    overflow: hidden;
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: none;
    border-color: #c3c3c3;
  }

  #mobileSearchImg {
    position: relative;
    height: 14px;
    float: none;
    margin: auto;
    width: 25px;
    stroke: #000;
    padding-left: 20px;
  }

  #mobileSearch {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12px;
    margin-left: 20px;
  }

  ::placeholder {
    color: #000;
  }

  #mobileSearch::placeholder,
  #mobileSearch::-webkit-input-placeholder,
  #mobileSearch:-moz-placeholder,
  #mobileSearch::-moz-placeholder,
  #mobileSearch:-ms-input-placeholder,
  #mobileSearch::-ms-input-placeholder {
    color: #000;
  }

  .cartAmount {
    width: 12px;
    float: none;
    margin-top: 0;
    right: -10px;
    top: -5px;
    color: #075946;
  }

  #headerMobileMenuIcon {
    width: 22px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 47px;
    margin-left: 34px;
    -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;
  }

  #headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #075946;
    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%;
    border-radius: 0 9px 9px 0;
  }

  #headerMobileMenuIcon span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
  }

  #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: 4px;
  }

  #headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 4px;
  }

  #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: 11px;
  }

  #headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 11px;
  }

  #headerLogo {
    width: 130px;
    height: auto;
    margin-top: 31px;
    display: block;
    position: absolute;
    left: calc(50% - 65px);
  }

  .headerProfile {
    margin-top: 8.5px;
    margin-right: 7px;
  }

  #headerMobileProfile {
    position: relative;
    float: right;
    height: 20px;
    margin-top: 25px;
    cursor: pointer;
    margin-right: 5px;
  }

  #headerCartMobile {
    position: relative;
    float: left;
    margin-left: 5px;
    height: 29px;
    margin-top: 8.5px;
    display: block;
  }

  #headerPromo {
    display: block;
    background-color: #075946;
    height: 10px;
  }

  #headerMobileMenu.open {
    left: 0;
  }

  .mobileMenuItem.user {
    margin-top: 40px;
    display: none;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 16px auto;
    height: 30px;
    line-height: 19px;
    overflow: hidden;
  }

  .mobileMenuItem.open {
    height: auto;
    min-height: 30px;
  }

  .mobileMenuItem .headerOption {
    margin: 10px auto;
    font-size: 13px;
  }

  .mobileMenuLink {
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    max-width: 195px;
    word-break: break-all;
    overflow: hidden;
    text-transform: uppercase;
    margin: auto;
    font-weight: 500;
    line-height: 30px;
    margin-left: 20px;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 10px;
    height: auto;
    width: 30px;
    line-height: 30px;
    font-weight: 500;
  }

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

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 14px;
    padding: 14px 0;
    text-transform: capitalize;
    overflow: hidden;
    background-color: #075946;
    color: #afb877;
  }

  .mobileMenuSubcategoryText {
    padding-left: 20px;
  }

  .mobileMenuLink span {
    font-weight: 100;
  }

  .mobileMenuSubcategoryText:hover {
    font-weight: bolder;
  }

  .mobileMenuCategoryLevelThree {
    padding-left: 40px;
  }

  .wishlistSvg {
    fill: #075946;
  }

  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0;
    right: 5px;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }

  .mobileMenuCategoryArrow.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  #cartMessageDiv {
    width: 82%;
  }

  #cartMessageButtonsWrapper {
    width: 100%;
    margin-top: 10px;
  }

  .cartMessageAceptar {
    width: 75%;
    margin-left: 12.5%;
  }

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

  #cartMessageMessage {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .whatsAppWebContainer {
    width: 65px;
    right: 10px;
  }

  .whatsAppWebContainer.open {
    bottom: 30px;
  }

  .user img {
    width: 21px;
  }

  #headerPromoText {
    font-size: 9px;
    line-height: 28px;
  }
}
