body {
  font-family: "SF-Pro-Display";
}

:root {
  --secondary: #04dc50;
  --black: black;
  --base: black;
  --main: #000;
  --violet: #8054f6;
  --background: #ffffff;
  --white: white;
}

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

#topHeader {
  width: 100%;
  color: var(--white);
  height: 35px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  background-color: var(--violet);
  position: relative;
}

.topHeaderLeft {
  position: absolute;
  left: 0.5%;
}

.topHeaderMiddle {
  width: 100%;
  text-align: center;
  margin-left: 77px;
}

.topHeaderRight {
  position: absolute;
  right: 0.5%;
}

.whiteRectangle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
  float: left;
  margin-left: 10px;
}

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

.wishListProductsDiv {
  float: left;
  position: relative;
  width: 22px;
  z-index: 1;
  height: 31px;
}

.wishListQuantity {
  position: absolute;
  top: -4px;
  right: -10px;
  background: #fff;
  font-weight: 700;
  border-radius: 14px;
  width: 12px;
  height: 12px;
  display: flex;
  z-index: 999;
  font-size: 9px;
  line-height: 11px;
  align-items: center;
  justify-content: center;
  color: #042746;
}

.heart {
  background-image: url(../../files/heart.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(16%)
    saturate(391%) hue-rotate(171deg) brightness(110%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(16%) saturate(391%)
    hue-rotate(171deg) brightness(110%) contrast(100%);
}

.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary);
  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);
}

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #132457;
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
  z-index: 999999;
  position: fixed;
}

.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: 117px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #231f20;
  box-shadow: 0 4px 9px rgb(0 0 0 / 5%);
  min-width: 980px;
}

#headerLogo {
  height: auto;
  width: 192px;
  display: block;
  float: left;
  margin-right: 70px;
}

#headerLogoImg {
  width: 100%;
}

@-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 {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex: auto;
  padding: 0 40px;
}

.headerLink {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  margin-top: 33px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.headerCart2 {
  position: relative;
  margin-left: 20px;
}

.cartIcon {
  float: left;
  font-size: 33px;
  color: #fff;
  cursor: pointer;
  margin-right: 13px;
  position: relative;
  top: -1px;
}

.profileIcon {
  float: left;
  margin-left: 20px;
  font-size: 33px;
  color: #fff;
  position: relative;
  top: -2.3px;
  height: 33px;
}

.profileIcon:hover {
  cursor: pointer;
}

.rightContent {
  width: 210px;
  float: right;
  height: 33px;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 75px;
}

#headerMainBar {
  width: 90%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  height: auto;
  display: flex;
}

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

#headerCart2 {
  position: relative;
  float: left;
  height: 30px;
  margin-top: 20px;
}

.cartAmount {
  display: inline-block;
  position: absolute;
  background: none;
  width: 12px;
  border-radius: 92px;
  text-align: center;
  font-size: 9px;
  padding: 0;
  font-weight: 700;
  color: var(--white);
  margin-left: 3px;
  right: 0;
  height: 12px;
  line-height: 12px;
  top: 2px;
}

.profileDiv {
  float: left;
  width: 88px;
  margin-left: 1px;
}

.searchButton {
  display: flex;
  position: relative;
  cursor: pointer;
  right: -78px;
  -webkit-transition: right 0.7s;
  -o-transition: right 0.7s;
  transition: right 0.7s;
}

.searchContainer.open .searchButton {
  right: 0;
}

.searchButton img {
  display: block;
  position: relative;
  width: 20px;
}

.searchSite {
  background: transparent;
  width: 58px;
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--white);
}

.searchContainer {
  width: 100px;
  height: 1.8rem;
  display: flex;
  margin-right: 0.5rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.searchContainer.open .searchButton {
  right: 0;
}

#searchBar {
  max-width: 900px;
  height: 45px;
  width: 80%;
  display: flex;
  margin: 40px auto 0;
  align-items: center;
  border-radius: 60px;
  background-color: #f9f9f9;
  box-shadow: 2px 6px 15px rgb(0 0 0 / 5%);
}

#searchBar.openBar {
  height: 35px;
}

#searchButton {
  position: relative;
  float: left;
  font-size: 18px;
  margin-top: 8px;
  margin-left: 9px;
  color: #12225a;
  cursor: pointer;
  display: flex;
  position: absolute;
  cursor: pointer;
  right: -12.6rem;
  -webkit-transition: right 0.7s;
  -o-transition: right 0.7s;
  transition: right 0.7s;
}

#searchSite {
  width: calc(99% - 33px);
  float: left;
  position: relative;
  margin: unset;
  height: 100%;
  padding: 0;
  text-indent: 25px;
  background-color: #f9f9f9;
  color: var(--main);
  font-size: 12px;
  text-align: left;
  border: none;
  letter-spacing: 0;
  background: transparent;
  width: 12rem;
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--base);
}

.searchSite::-webkit-input-placeholder {
  color: var(--white);
}

.searchSite:-moz-placeholder {
  color: var(--white);
}

.searchSite::-moz-placeholder {
  color: var(--white);
}

.searchSite:-ms-input-placeholder {
  color: var(--white);
}

.searchSite::-ms-input-placeholder {
  color: var(--white);
}

.expandedCategory {
  position: fixed;
  top: 115px;
  display: none;
  width: 100vw;
  font-size: 14px;
  left: 0 !important;
  background-color: var(--white);
  z-index: 2;
  height: inherit;
  color: var(--base);
  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;
}

.categoryColumn {
  padding-right: 6rem;
  padding-left: 1rem;
}

.categoriesMenuContainer {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}

.columnCatContainer {
  float: left;
  position: relative;
  width: 100%;
}

.categoryTwoTilte {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2.5rem;
}

.menuSubcategoriesContainer {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 1.2rem;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 10%;
  height: auto;
  box-sizing: border-box;
}

.expandedCategory img {
  width: 40%;
  float: left;
}

.menuSubcategories {
  display: block;
}

.categoryLevelForthTitle::after {
  margin-left: 20px;
}

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

.totalCategoryColumn {
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  width: 25vw;
  padding: 2rem 0;
}

.categoryLevelTwoTitle {
  font-size: 1rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: end;
  color: #000;
  padding: 0.5rem 0rem 0.5rem 2rem;
}

.categoryLevelTwoContainer {
  height: 2rem;
  line-height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 14px;
  margin-left: 50%;
  justify-content: flex-start;
}

.categoryLevelTwoContainer:hover .arrowCat {
  opacity: 1;
}

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

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0rem;
  display: none;
  flex-direction: column;
  background: #f8f8f8;
  height: auto;
  height: -webkit-fill-available;
  width: 75vw;
  padding: 2rem 0rem 2rem;
  box-sizing: border-box;
}

.hideCat {
  display: none !important;
}

.categoryLevelThreeContainer {
  width: 100%;
  color: #000;
  display: flex;
  padding-top: 1rem;
  padding-left: 2rem;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 14px;
  width: max-content;
  font-weight: 400;
  line-height: 1.8rem;
  padding: 0 0.5rem 1rem;
  padding-left: 1rem;
  display: flex;
  margin-left: 0.5rem;
  align-items: center;
}

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

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

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

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

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

.alertMessageLogo {
  width: 100px;
  padding-top: 2.5rem;
}

.alertCloseIcon {
  color: #061732;
}

.alertMessageMessage {
  letter-spacing: 0;
  font-size: 16px;
  color: #fff;
}

#cartMessageButtonsWrapper {
  float: none;
  width: fit-content;
  margin: 0 auto;
}

#cartMessageDiv {
  overflow: hidden;
  width: 280px;
  padding: 0 0 0 0;
  height: fit-content;
  top: calc(50% - 280px);
  margin-top: 0;
  border: none;
  padding-bottom: 30px;
  padding-top: 30px;
}

#alertMessageLogo,
.alertMessageLogo {
  width: 185px;
}

.alertMessageAceptar {
  background-color: var(--base);
  border: 1px solid var(--base);
  line-height: 35px;
  border-radius: 20px;
  float: none;
  letter-spacing: 0;
  text-transform: capitalize;
}

.alertMessageAceptar:hover {
  color: var(--black);
  opacity: 1;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary);
}

.alertMessageClose {
  right: 13px;
  color: var(--base);
  font-size: 20px;
}

.cartMessageAceptar {
  line-height: 29px;
  margin-left: 5px;
  font-weight: 500;
  margin-right: 5px;
  width: 170px;
  letter-spacing: 0;
  font-size: 12px;
}

#alertMessageMessage,
.alertMessageMessage {
  margin-bottom: 30px;
  margin-top: 30px;
  color: var(--base);
  letter-spacing: 0;
}

.categoryOneArrow {
  width: 10px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rotated {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: 1px;
}

.addWishlistProduct {
  background-size: 50%;
  height: 30px;
  width: 30px;
  background-image: url(../../files/heartWishlist.svg);
}

#myProfileUser,
#logoutUser {
  line-height: 28px;
  top: 33px;
  margin-left: -120px;
  color: var(--black);
}

#logoutUser {
  line-height: 28px;
  top: 62px;
  margin-left: -152px;
}

#checkoutMain2.opened {
  display: block;
}

.headerCart2Background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

#finishOrder {
  background-color: #ee8813;
  border: 1px solid #ee8813;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
}

#finishOrder:hover {
  background-color: var(--secondary);
  color: var(--black);
  border-color: var(--secondary);
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 42px;
  height: 35px;
  display: flex;
  align-items: center;
}

#accountOptions.guest #logoutUser {
  top: 33px;
  margin-left: -100px;
}

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

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  top: 43px;
  right: 4px;
  color: var(--white) !important;
}

#logoutUser:hover,
#myProfileUser:hover {
  background-color: var(--secondary);
  font-weight: 400;
}

.tr-all {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#fastAddToCartPopup {
  display: none;
  background-color: var(--black);
  color: #fff;
  width: auto;
  position: fixed;
  right: 0;
  top: 96px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 43px;
  line-height: 43px;
  z-index: 10;
  padding: 0 15px;
}

#fastAddToCartPopup.visible {
  display: block;
}

.arrowContainer {
  height: 33px;
  width: 33px;
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.blueArrow {
  width: 8px;
  height: 12px;
}

.blueArrow path {
  stroke: #05416a;
}

.colorsLink {
  float: left;
  display: block;
  text-align: center;
  width: 100%;
  color: #434343;
}

.colorsLink span {
  font-weight: 600;
  text-decoration: underline;
}

.alertMessageDiv {
  letter-spacing: 0;
  border-radius: 0;
  border: none;
  background-color: var(--background);
}

#checkoutMain2Content {
  top: 117px;
}

#titlesFlex {
  font-family: "SF-Pro-Display" !important;
  background-color: var(--background);
  position: relative;
  left: 0;
  padding: 12px 0;
}

#checkoutMain2 .productName {
  margin-top: 0px !important;
  color: var(--base) !important;
  font-family: "SF-Pro-Display";
}

#checkoutMain2 .productSpec {
  color: var(--base) !important;
}

#checkoutMain .productDelete,
#checkoutMain2 .productDelete {
  right: 10px;
}

.productTitle {
  color: var(--black);
}

#finishOrder {
  background-color: var(--black);
  border: 1px solid var(--black);
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 25px;
  width: 50%;
  font-family: "SF-Pro-Display" !important;
}

.productTitle:nth-child(2) {
  padding-left: 148px !important;
}

#checkoutMain .productRow,
#checkoutMain2 .productRow {
  width: 94%;
  margin-left: 2%;
}

#productNameTitle {
  padding-left: 18px;
}

#checkoutMain .productImage,
#checkoutMain2 .productImage {
  background-size: contain !important;
}

.whiteArrow path {
  stroke: #fff;
}

.whiteArrow {
  width: 10px;
  height: 14px;
  position: absolute;
  top: 17px;
  right: 25px;
}

.whiteRectangle path {
  fill: var(--black);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whiteRectangle:hover path {
  fill: var(--secondary);
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  #headerMainBar {
    width: 90%;
  }

  #headerLogo {
    width: 141px;
  }

  .headerLink {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

  #accountOptions,
  #accountOptions1,
  #accountOptions2 {
    width: 60px;
  }

  .cartAmount {
    right: 15%;
  }

  #dialogIconTriangle,
  #dialogIconTriangle1,
  #dialogIconTriangle2 {
    right: 19px;
  }

  #searchBar {
    width: 290px;
  }

  #content {
    max-width: unset;
    min-width: 0;
  }
}

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

  #header {
    position: fixed;
    border-bottom: 1px solid #231f20;
    box-shadow: 0 4px 9px rgb(0 0 0 / 30%);
  }

  #headerCart {
    position: relative;
    height: 30px;
    margin-top: 21px;
    cursor: pointer;
    margin-right: -5%;
    margin-left: 0;
  }

  #mobileSearchBar path {
    fill: #061732;
  }

  #mobileSearchBar svg {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
  }

  .cartAmount {
    width: 11px;
    height: 11px;
    float: none;
    top: 0;
    right: -9px;
    color: #fff;
    background-color: transparent;
    line-height: 11px;
    font-size: 8px;
  }

  #headerMobileIcons {
    width: 204px;
    margin: auto;
  }

  .cartContainer {
    float: right;
    width: 51px;
  }

  .cartIcon {
    float: right;
    margin-top: 15px;
    margin-right: 19px;
  }

  #headerMobileMenuIcon {
    width: 28px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 21px;
    margin-right: 26px;
    margin-left: 19px;
    -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: 3px;
    width: 50%;
    background: #fff;
    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: 8px;
  }

  #headerMobileMenuIcon span:nth-child(5),
  #headerMobileMenuIcon span:nth-child(6) {
    top: 17px;
  }

  #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: 2px;
    top: 6px;
  }

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

  #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: 2px;
    top: 12px;
  }

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

  #headerLogo {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: block;
    margin-right: 0;
  }

  .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: 18px;
    margin-top: 22px;
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(16%)
      saturate(391%) hue-rotate(171deg) brightness(110%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(16%) saturate(391%)
      hue-rotate(171deg) brightness(110%) contrast(100%);
    cursor: pointer;
  }

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

  #headerMobileMenu {
    position: fixed;
    top: 60px;
    height: calc(100% - 65px);
    width: 305px;
    left: -306px;
    background-color: #231f20;
    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;
  }

  #headerMobileMenu.open {
    left: 0;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff6;
    padding-bottom: 10px;
  }

  .mobileMenuItem.open {
    padding-bottom: 0;
  }

  .mobileMenuItem .mobileMenuSubcategory {
    background-color: var(--black);
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    width: auto;
    font-size: 17px;
    max-width: calc(100% - 87px);
    height: 35px;
    padding-left: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 21px;
  }

  .mobileMenuSubcategory .mobileMenuLink {
    text-indent: 12px;
    font-size: 16px;
  }

  .mobileMenuCategoryLevelThree .mobileMenuLink {
    text-indent: 27px;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-right: 30px;
    height: 35px;
    line-height: 35px;
    width: 17px;
    text-align: right;
  }

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

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    height: auto;
    overflow: hidden;
  }

  .mobileMenuSubcategory:last-of-type {
    margin-bottom: 0;
  }

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

  .mobileMenuItem .mobileMenuCategoryLevelThree {
    background-color: #231f20;
    color: #fff;
  }

  #mobileSearchBar {
    position: relative;
    width: 84%;
    margin: 0 auto;
    height: 34px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  #mobileSearchBar img {
    width: 20px;
    float: left;
    top: 6px;
    position: relative;
  }

  #mobileSearchImg {
    position: relative;
    float: left;
    margin-left: 10px;
    height: 18px;
    margin-top: 7px;
  }

  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 54px);
    padding: 0;
    height: 100%;
    padding-left: 14px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white);
  }

  #mobileSearch::-webkit-input-placeholder {
    color: var(--white);
  }

  #mobileSearch:-moz-placeholder {
    color: var(--white);
  }

  #mobileSearch::-moz-placeholder {
    color: var(--white);
  }

  #mobileSearch:-ms-input-placeholder {
    color: var(--white);
  }

  #mobileSearch::-ms-input-placeholder {
    color: var(--white);
  }

  .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: 20px;
    margin-right: 12px;
  }

  .user {
    display: flex;
    margin-top: 26px;
    margin-bottom: 23px;
    align-items: center;
    margin-left: 26px;
    font-weight: 400;
    width: calc(100% - 30px);
    font-size: 14px;
    border-bottom: none;
  }

  .mobileMenuItem.user img {
    width: 24px !important;
  }

  .wishListQuantity {
    top: 14px !important;
    font-size: 8px;
    width: 11px;
    background: transparent;
    color: #fff;
    height: 11px;
    right: 43px !important;
  }

  .customItems {
    position: relative;
    width: 100%;
    display: table;
    font-weight: 400;
    height: auto;
    margin-top: 10px;
    padding-bottom: 9px;
    color: #fff;
    border-bottom: 1px solid #fff6;
  }

  .mobileMenuItem.open .categoryOne {
    color: var(--white);
  }

  .categoryImg {
    float: left;
    position: absolute;
    top: 0;
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .categoryOneArrow {
    width: 8px;
    margin-right: 10px;
    top: -2px;
  }

  .mobileMenuItem.open .categoryOneArrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-left: 1px;
  }

  .separationLineMobile {
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-color: #fff6;
  }

  #searchBar {
    margin-top: 30px;
  }

  .lastItem {
    margin-bottom: 20px;
  }

  #fastAddToCartPopup {
    font-size: 10px;
    height: 35px;
    line-height: 35px;
  }

  .topHeaderMiddle {
  margin-left: 0px;
}
}
