body {

  font-family: "Gotham", sans-serif;

}



.dropMenu {

  display: none;

  width: fit-content;

  height: auto;

  top: 70px;

  position: absolute;

  background: #ffffff;

  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.07);

  border-radius: 7px;

}



#userMailDiv {

  width: 100%;

  font-size: 13px;

  height: 37px;

}



#userDiv {

  position: relative;

  float: right;

  width: 330px;

  bottom: 65px;

}



#userNotifications {

  height: 35px;

  width: 35px;

  border-radius: 50%;

  color: white;

  position: absolute;

  left: 0;

  top: 15%;

  cursor: pointer;

}



#accountDiv {

  position: absolute;

  height: 75%;

  width: 80%;

  display: block;

  left: 50px;

  top: 15%;

  transition: all 0.2s ease-out;

}



#accountDiv:hover #accountOptions {

  height: 80px;

}



#notificationsAmount {

  position: absolute;

  top: -5%;

  right: -5%;

  height: 40%;

  width: 40%;

  border-radius: 50%;

  background-color: #801d35;

  font-size: 10px;

  font-weight: bold;

  text-align: center;

  line-height: 15px;

}



#accountDiv {

  position: absolute;

  height: 75%;

  width: 80%;

  display: block;

  left: 50px;

  top: 15%;

  transition: all 0.2s ease-out;

}



#accountDiv:hover #accountOptions {

  height: 80px;

}



#accountOptions {

  background-color: #cccccc;

  height: 75px;

  border-radius: 5px;

  height: 0px;

  transition: all 0.2s ease-out;

  overflow: hidden;

  z-index: -1;

  width: 100%;

}



.accountOption {

  position: absolute;

  height: 25px;

  width: 70%;

  border-radius: 5px;

  color: #777777;

  background-color: #e6e6e6;

  font-size: 13px;

}



.accountOption.extra {

  width: 90%;

  position: relative;

  margin-top: 45px;

  float: left;

  margin-left: 5%;

  height: 30px;

  text-transform: uppercase;

  font-size: 10px;

  line-height: 30px;

  text-align: center;

}



.accountOption.extra:hover {

  font-weight: bold;

  color: #b03519;

  background-color: #ff6d4c;

}



#userMailDiv {

  width: 100%;

  font-size: 13px;

  height: 37px;

}



#userMail {

  height: 100%;

  width: 78%;

  position: absolute;

  right: 0;

  line-height: 38px;

}



#userIcon {

  position: relative;

  height: 100%;

  width: 20%;

  float: left;

}



#user-icon {

  max-width: 100%;

  max-height: 100%;

  margin-left: 5%;

  margin-top: 5%;

}



#whiteBar {

  padding-left: 12%;

  display: flex;

  align-items: center;

  height: 30px;

  width: 100%;

  background-color: #ffffff;

  border-bottom: 1px solid #b8b7b6;

  font-style: normal;

  font-weight: 500;

  font-size: 12px;

  line-height: 23px;

  letter-spacing: 0.04em;

  color: #000000;

}



.shownBar {

  display: block !important;

}



.blackBar {

  color: white !important;

  background-color: black !important;

}



.item {

  cursor: pointer;

  margin: 0px 30px;

}



.item:hover {

  font-weight: 900;

}



.whiteBarRightItems {

  display: flex;

  font-style: normal;

  font-weight: 500;

  font-size: 10px;

  line-height: 18px;

  letter-spacing: 0.04em;

  color: #818181;

}



.cl-effect-4 a {

  /* padding: 0 0 0px; */

}



/* .cl-effect-4 a::after {

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  height: 45px;

  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:focus::after {

  height: 2px;

  opacity: 1;

  -webkit-transform: translateY(-8px);

  -moz-transform: translateY(-8px);

  transform: translateY(-8px);

} */



#header {height: 60px;display: flex;position: fixed;align-items: center;width: 100%;z-index: 1;background-color: #ffffff;}



.hedeRef {

  text-decoration: none;

  color: white;

}



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

}



.redCurve {

  background-image: url(/files/layouts/redCurve.svg);

  background-position: 0px 0px;

  background-size: 60px;

  width: 62px;

  position: absolute;

  height: 100%;

  background-repeat: no-repeat;

}



#topHiddenBarWrapper {

  display: inline-block;

  min-width: 1100px;

  width: 100%;

  float: left;

}



#headerLogoContainer {

  line-height: 80px;

}



#headerLogo {height: auto;width: 200px;display: block;margin: 0px auto;}



#headerLogoImg {height: 25px;/* margin-left: -40px; *//* margin-top: 3px; */margin: 0px auto;}



#headerWrapper {

  display: inline-block;

  width: auto;

}



#searchBarContainer {

  position: relative;

  margin-right: 115px;

  height: 50px;

  width: 225px;

  overflow: hidden;

}



#searchBackground {

  position: fixed;

  height: 88px;

  top: 0px;

  width: 169px;

  margin-left: 55px;

}



#searchBarSlider {

  position: absolute;

  top: -4px;

  width: 100%;

  height: 50px;

  transition: left 1s;

}



.openSlider {

  left: 0px !important;

}



#headerMessageBar {

  width: 100%;

  text-align: center;

  text-transform: uppercase;

  padding-top: 12px;

  padding-bottom: 8px;

  background-color: white;

  color: black;

  font-weight: 300;

  letter-spacing: 4px;

  font-size: 13px;

}



.subcatDrop {

  margin: 10px;

  color: #403e3e;

  cursor: pointer;

}



.subsubcatDrop {

  margin: 10px;

  margin-left: 35px;

  font-size: 15px;

  color: #636363;

  cursor: pointer;

}



.selectedCat {

  border-bottom: 4px solid #7362aa;

}



.openDrop {

  display: block !important;

}



.headerOption {

  color: #000000;

  text-transform: uppercase;

  font-size: 13px;

  margin: 0px 20px;

  width: fit-content;

  font-family: Gotham;

  -moz-transition: all 0.2s ease-out;

  -o-transition: all 0.2s ease-out;

}

.headerOption:hover {

  font-weight: 800;

}



.headerOptions {

  float: left;

  display: flex;

  align-items: center;

  flex-direction: row-reverse;

  width: 70%;

  cursor: pointer;

}

.containerLastOrder {

  position: relative;

  overflow: hidden;

  width: 135px;

  /* top: 0; */

  left: 265px;

  bottom: 32px;

  background: #513d91;

  border-radius: 40px;

  height: 25px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 13px;

  font-family: Clarika geometric;

}



.headerLink {

  font-family: Clarika Geometric;

  text-transform: uppercase;

  position: relative;

  float: left;

  display: block;

  height: 70px;

  overflow: visible;

  font-size: 13px;

  color: #464646;

  letter-spacing: 0;

  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;

  padding-left: 10px;

  padding-right: 10px;

}



.headerLink:hover {

  font-weight: bold;

}



.shopLink {

  text-transform: uppercase;

}



.searchIcon {

  padding-left: 0px;

  cursor: pointer;

  float: left;

  margin-top: 21px;

  font-size: 15px;

  position: absolute;

  z-index: 1000;

  left: 18px;

  bottom: 3px;

  color: #4d4d4d;

}



#searchBar {

  position: relative;

  margin-top: 19px;

  margin-left: 10px;

  float: left;

  width: 200px;

  color: white;

  background-color: #e8e8e8;

  border-radius: 23px;

  z-index: 100;

  transition: width 1.1s;

  overflow: hidden;

  height: 27px;

}



.whatsAppWebContainer.open {

  bottom: 30px;

}



#searchBar.openBar {

  left: 0px;

}



.cartIcon {

  float: left;

  position: relative;

  bottom: 36px;

  left: 235px;

}



.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%;align-items: center;}



.colorWhite {

  color: white;

}



#rightHeaderOptions {

  float: right;

  height: 100%;

  width: 171px;

  margin-right: 2%;

}



.mediaLogoContainer {

  width: 25px;

  float: left;

  margin-left: 3px;

  margin-right: 8px;

  margin-top: 18px;

  transition: margin 0.5s;

}



.mediaLogoImg {

  width: 25px;

  display: block;

}



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

  height: 30px;

  display: block;

  /* margin-top: 20px; */

  cursor: pointer;

  margin-left: 45px;

}



#headerCart2 {

  position: relative;

  float: left;

  height: 30px;

  margin-top: 16px;

}



.cartAmount {

  display: inline-block;

  position: relative;

  width: 13px;

  font-size: 11px;

  color: black;

  bottom: 20px;

}



.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: 30px;

  margin-top: 12px;

  margin-right: 20px;

  cursor: pointer;

  margin-left: 25px;

}



#searchButton {

  position: relative;

  float: left;

  margin-top: 4px;

  margin-left: 9px;

  color: #12225a;

  cursor: pointer;

}



#searchSite {

  position: relative;

  width: 120px;

  float: left;

  position: relative;

  margin: 0 auto;

  margin-left: 30px;

  height: 100%;

  background-color: #e8e8e8;

  padding: 0px;

  color: #424242;

  font-size: 12px;

  text-align: left;

  text-indent: 10px;

  border: none;

  /* border-radius: 16px; */

  letter-spacing: 0px;

}



#searchBar.shownSearchBar {

  position: absolute;

  top: 120px;

  position: fixed;

}



#searchSite::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */

  color: #797979;

}



#searchSite:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */

  color: #797979;

}



#searchSite::-moz-placeholder {

  /* Mozilla Firefox 19+ */

  color: #797979;

}



#searchSite:-ms-input-placeholder {

  /* Internet Explorer 10-11 */

  color: #797979;

}



#searchSite::-ms-input-placeholder {

  /* Microsoft Edge */

  color: #797979;

}



.expandedCategory {

  position: fixed;

  top: 88px;

  left: 0px;

  display: none;

  height: 0px;

  width: 425px;

  /* max-width: 15%; */

  background-color: #4f4f4f;

  opacity: 1;

  z-index: 100;

  color: white;

  padding-bottom: 18px;

  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;

  left: 250px !important;

}



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

}



.verticalSeparatorHeader {

  width: 1px;

  float: left;

  height: 90%;

  background-color: white;

  margin-top: 16px;

}



.categoryLevelTwoTitle {

  position: relative;

  width: fit-content;

  text-align: left;

  font-size: 12px;

  margin-top: 20px;

  cursor: pointer;

  font-weight: 500;

  text-transform: uppercase;

  overflow: visible;

}



.categoryLevelTwoTitle::after,

.categoryLevelThreeTitle::after {

  content: "";

  display: block;

  width: 0;

  height: 2px;

  background: white;

  transition: width 0.3s;

}



.showMore {

  font-size: 12px;

  text-decoration: underline;

  padding-top: 5px;

  padding-bottom: 5px;

  color: #808285;

}



.categoryLevelTwoTitle:hover {

  font-weight: 800;

}



.categoryLevelThreeTitle {

  position: relative;

  font-size: 14px;

  width: fit-content;

  display: block;

  padding-top: 7px;

  padding-bottom: 7px;

  text-transform: uppercase;

}



#headerDummy {

  position: relative;

  width: 100%;

  height: 60px;

}



#topHiddenBar.shownBar {

  top: 0px;

}



.expandedCategory.shownExpandedCategory {

  position: fixed;

  top: 88px;

}



#searchBar.shownSearchBar {

  position: absolute;

  top: 120px;

  position: fixed;

}



.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: #928e8e;

}



.alertMessageMessage {

  font-size: 16px;

  color: #928e8e;

}



#cartMessageButtonsWrapper {

  float: none;

  width: 370px;

  margin: 0 auto;

}



.cartMessageAceptar {

  width: 170px;

  font-size: 12px;

}



#cartMessageDiv {

  overflow: hidden;

  width: 420px;

  padding: 0 0 0 0;

  height: 235px;

  top: calc(50% - 232px);

  margin-top: 0px;

  padding-top: 25px;

  border: none;

}



#alertMessageLogo,

.alertMessageLogo {

  width: 100px;

}



.alertMessageAceptar {

  background-color: black;

  border: 1px solid black;

  border-radius: 0px;

  margin-top: 40px;

  text-transform: uppercase;

}



#alertMessageDiv {

  border: none;

  padding-top: 20px;

}



.alertMessageAceptar:hover {

  background-color: white;

  color: black;

}



.alertMessageClose {

  right: 10px;

}



.cartMessageAceptar {

  line-height: 32px;

  text-transform: initial;

  margin-left: 5px;

  margin-right: 5px;

  text-transform: uppercase;

}



#cartMessageButtonsWrapper {

  width: 364px;

}



#alertMessageMessage,

.alertMessageMessage {

  /* margin-bottom: -3px; */

}



.headerCategoryMarker {

  width: 6px;

  position: absolute;

  margin-left: -12px;

  margin-top: -2px;

  display: none;

}



.categoryLevelTwoTitle:hover .headerCategoryMarker {

  display: block;

}



@media (orientation: portrait) {

  #headerMainBar {

    width: 87%;

  }



  #headerLogoImg {

    margin-left: 25px;

  }



  .headerOptions {

    margin-left: 35px;

  }



  .headerLink {

    margin-left: 5px;

    margin-right: 5px;

  }



  .profileIcon {

    margin-left: 10px;

    margin-right: 10px;

  }

}



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

  top: 39px;

}



#dialogIconTriangle,

#dialogIconTriangle1,

#dialogIconTriangle2 {

  display: none !important;

}



#myProfileUser1,

#logoutUser1 {

  top: 7px;

  line-height: 35px;

  color: #313131;

  border: 1px solid #00004f;

}



#myProfileUser1:hover,

#logoutUser1:hover {

  background-color: #00004f;

}



@media (orientation: portrait) {

  #header,

  #headerDummy {

    height: 60px;

  }



  .cartMobile {

    position: relative;

    left: 60px;

    top: 1px;

  }



  #header {

    position: fixed;

  }



  .alertMessageMessage {

    margin-bottom: 16px;

    margin-top: 13px;

  }



  .mediaLogoImg {

    width: 30px;

    margin-left: 34px;

    margin-top: 17px;

    display: none;

  }



  #headerCart {

    position: relative;

    height: 30px;

    margin-top: 21px;

    cursor: pointer;

    display: none;

    margin-right: 14%;

    margin-left: 0px;

    float: right;

  }



  .cartAmount {

    width: 12px;

    float: none;

    margin-top: 30px;

    background: white;

  }



  #headerMobileIcons {width: 100%;margin: auto;}



  .cartContainer {

    float: right;

    width: 51px;

  }



  .cartIcon {

    float: right;

    margin-top: 12px;

    margin-right: 10px;

  }



  #headerMobileMenuIcon {

    width: 33px;

    height: 20px;

    position: relative;

    float: left;

    margin-top: 0px;

    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: #eb1d23;

    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: 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: 10px;

  }



  #headerMobileMenuIcon span:nth-child(5),

  #headerMobileMenuIcon span:nth-child(6) {

    top: 20px;

  }



  #headerMobileMenuIcon.open span:nth-child(1),

  #headerMobileMenuIcon.open span:nth-child(6) {

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

  }



  #headerMobileMenuIcon.open span:nth-child(2),

  #headerMobileMenuIcon.open span:nth-child(5) {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

  }



  #headerMobileMenuIcon.open span:nth-child(1) {

    left: 5px;

    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: 5px;

    top: 12px;

  }



  #headerMobileMenuIcon.open span:nth-child(6) {

    left: calc(50% - 7px);

    top: 12px;

  }



  #whiteBar {

    display: none;

  }



  #headerLogo {top: 5px;height: 28px;display: block;position: relative;width: auto;}



  .searchContainer {

    background-color: #7362aa;

    position: relative;

    top: 20px;

    height: 44px;

    display: flex !important;

    align-items: center;

    /* left: 0; */

    width: 100%;

  }



  .searc {

    width: 20%;

    /* position: absolute; */

    /* height: 25px; */

    padding: 10px 0px 10px 15px;

  }



  .cont {

    float: left;

    width: calc(80% - 15px);

    text-align: center;

    height: 20px;

  }



  .inputHeaderSearch {

    background: url(/files/layouts/search.svg) no-repeat;

    padding-left: 30px;

    background-size: 15px;

    background-position: 5px 3px;

    border-radius: 40px;

    background-color: rgba(255, 255, 255, 0.44);

    height: 18px;

  }



  .cart {

    float: right;

    margin-right: 10px;

    margin-top: 8px;

  }



  .menuLink {

    width: 100%;

    color: black;

    float: left;

    height: 50px;

    justify-content: center;

    border-bottom: 0.5px solid #bbb4b4;

    display: flex;

    /* padding: 0px 20px; */

    align-items: center;

  }



  .wp {

    top: 15px;

    height: auto;

    display: block;

    position: absolute;

    left: calc(100% - 50px);

  }



  .lastOrderContainer {

    height: 30px;

    background: #513d91;

    justify-content: center;

    display: flex;

    align-items: center;

  }



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

  }



  .userMobile {

    position: absolute;

    right: 25px;

    top: 10px;

  }



  #headerMobileMenu {

    position: fixed;

    top: 60px;

    height: 0;

    width: 100%;

    background: white;

    z-index: 99;

    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;

  }



  .mobileUserInfo {

    position: absolute;

    height: 60px;

    width: 120px;

    top: 59px;

    z-index: 1;

    background: #cbcbcb;

    right: 31px;

    display: none;

    border-radius: 3px;

  }



  .signOutButton {

    margin: 10px;

    background: #7362aa;

    color: white;

    font-size: 11px;

    height: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 2px;

  }



  .mail {

    color: #3e3e3e;

  }



  #headerMobileMenu.open {

    left: 0px;

    box-shadow: 10px 20px 20px 5px rgba(0, 0, 0, 0.25);

    height: 150px;

  }



  .menuLink:active {

    background-color: #d9d9d9;

  }

  .mobileMenuItem {

    position: relative;

    width: 90%;

    display: flex;

    align-items: center;

    height: auto;

    color: black;

    text-transform: uppercase;

    font-weight: 500;

    margin: 10% 5%;

  }



  .subsubcategoryList {

    margin: 20px;

  }



  .subsubcategoryList {

    margin: 20px;

  }



  .subcat {

    font-style: normal;

    font-weight: 500;

    margin: 10px 20px;

    width: 56%;

    color: #636363;

  }



  .closed {

    display: none;

  }



  .mobileMenuLink {

    position: relative;

    float: left;

    display: inline-block;

    width: auto;

    font-size: 12px;

    letter-spacing: 1px;

    max-width: 180px;

    height: 35px;

    line-height: 35px;

    padding-left: 45px;

    word-break: break-all;

    overflow: hidden;

  }



  .mobileMenuSeeMore {

    position: absolute;

    float: left;

    margin-right: 10px;

    left: 21px;

    margin-top: 8.5px;

    height: 14px;

    line-height: 29px;

    text-align: center;

  }



  .mobileMenuSubcategories {

    position: relative;

    float: left;

    width: 100%;

    height: 0px;

    overflow: hidden;

  }



  .mobileMenuSubcategory {

    position: relative;

    width: 100%;

    height: auto;

    height: auto;

    overflow: hidden;

  }



  .mobileMenuSubcategory.open {

    border-bottom: 0px;

  }



  .mobileMenuCategoryLevelThree {

    background-color: #e2d9ce;

    color: white;

    border-bottom: 1px solid white;

  }



  #mobileSearchBar {

    position: relative;

    width: 84%;

    margin: 0 auto;

    height: 30px;

    overflow: hidden;

    border: 1px solid white;

    margin-top: 40px;

    margin-bottom: 40px;

    display: none;

  }



  #mobileSearchImg {

    position: relative;

    float: left;

    margin-left: 10px;

    height: 18px;

    margin-top: 6px;

  }



  #mobileSearch {

    position: relative;

    float: left;

    width: calc(100% - 50px);

    height: 100%;

    padding-left: 14px;

    font-size: 12px;

    color: white;

    background-color: transparent;

  }



  #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: white;

  }



  #mobileSearch:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: white;

  }



  #mobileSearch::-ms-input-placeholder {

    /* Microsoft Edge */

    color: white;

  }



  .mobileMenuCategoryArrow {

    position: relative;

    float: right;

    height: 10px;

    top: 0px;

    right: 5px;

    -webkit-transition: 0.15s ease-in-out;

    -moz-transition: 0.15s ease-in-out;

    -o-transition: 0.15s ease-in-out;

    transition: 0.15s ease-in-out;

  }



  .mobileMenuCategoryArrow.open {

    -webkit-transform: rotate(-180deg);

    -moz-transform: rotate(-180deg);

    -o-transform: rotate(-180deg);

    transform: rotate(-180deg);

  }



  .mobilePersonalPages {

    margin-top: 30px;

    margin-bottom: 30px;

  }



  .profileDiv {

    float: right;

    width: auto;

    margin-left: 0px;

  }



  .arrow {

    transform: rotate(270deg);

  }


  .arrow2 {
    transform: rotate(270deg);
  }

  .profileIcon {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 15px;
  }

  .profileIcon img {
    height: 33px;
    width: auto;
  }

  #cartMessageDiv {
    width: 90%;
    margin: 0 auto;
    height: auto;
    top: 10%;
    padding-bottom: 21px;
  }

  #cartMessageButtonsWrapper {
    width: 174px;
  }

  .cartMessageAceptar {
    margin-bottom: 14px;
    margin-top: 17px;
    margin-left: 2px;
  }

  #searchBackground {
    height: 61px;
    margin-right: 32px;
    z-index: -5;
    margin-left: 0px;
    width: 115px;
  }

  .mobileMenuSubcategoryText {
    font-size: 9px;
    padding-left: 53px;
  }

  .redCurve {
    display: none;
  }
}

