html {
  font-size: 62.5%;
}
body {
  font-family: "Gotham";
  font-weight: 300;
  color: #000000;
}

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

.heart {
  background-image: url(../../files/heart.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}

.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: auto;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

#headerLogo {
  height: auto;
  width: 14rem;
  display: block;
  float: left;
}

#headerLogoImg {
  width: 100%;
}

.headerOptions {
  display: flex;
  min-width: 37.7rem;
  width: calc(100% - 53rem);
  position: relative;
}
.optionsContainer {
  width: 99%;
  justify-content: space-around;
  display: flex;
  height: 8rem;
}

.headerLink {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  line-height: 8rem;
  height: 100%;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 400;
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}
.headerLink:hover {
  color: #4da034;
}
.headerLink.categoryEffect:hover {
  color: #ffffff;
}

.cartIcon {
  float: left;
  font-size: 33px;
  color: white;
  position: relative;
  cursor: pointer;
}

.profileIcon {
  float: left;
  margin-left: 33px;
  margin-right: 30px;
  font-size: 33px;
  margin-bottom: 10px;
  color: #ffffff;
}

.profileIcon:hover {
  cursor: pointer;
}

.rightContent {
  width: 36.3rem;
  float: right;
  height: 3.3rem;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}

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

#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: 0px;
  font-weight: bold;
  color: #60aa4a;
  right: -9px;
  height: 12px;
  line-height: 12px;
  top: 0px;
}

#searchBar {
  height: 3.5rem;
  width: 22.9rem;
  margin-right: 3rem;
  display: flex;
  align-items: center;
  float: left;
  justify-content: flex-end;
  border-radius: 60px;
  background-color: #f9f9f9;
  box-shadow: 0.2rem 0.6rem 1.5rem rgb(0 0 0 / 5%);
}
.headerCart2 {
  float: left;
}

#searchSite {
  width: calc(99% - 4rem);
  float: left;
  position: relative;
  margin: unset;
  height: 100%;
  padding: 0px;
  text-indent: 1.4rem;
  background-color: #f9f9f9;
  color: #4d4d4d;
  font-size: 1.2rem;
  text-align: left;
  border: none;
  letter-spacing: 0px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4d4d4d;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4d4d4d;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4d4d4d;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4d4d4d;
}

#searchSite::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4d4d4d;
}

.expandedCategory {
  position: absolute;
  top: 117px;
  display: none;
  display: none !important;
  height: 0px;
  width: fit-content;
  background-color: transparent;
  opacity: 1;
  z-index: 100;
  padding-left: 10px;
  color: #52565d;
  padding-bottom: 10px;
  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;
}
.categoriesMenuContainer {
  width: 100%;
  position: relative;
}
.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  background: white;
}

.categoryLevelThreeTitle:hover::after,
.categoryLevelTwoTitle:hover::after {
  width: 100%;
}

.categoryLevelTwoTitle {
  position: relative;
  font-size: 16px;
  width: fit-content;
  display: block;
  text-align: left;
  padding: 5px 20px;
}
.categoryLevelTwoContainer {
  height: 30px;
  line-height: 30px;
  /* padding-left: 20px; */
}

.categoryLevelTwoTitle:hover {
  color: #000000;
}
.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0px;
  display: none;
  flex-direction: column;
  background: transparent;
  width: fit-content;
  height: auto;
  min-width: 150px;
}

.categoryLevelThreeContainer {
  background-color: #3392fc;
  width: 100%;
  color: #ffffff;
}
.categoryLevelThreeTitle {
  position: relative;
  font-size: 14px;
  width: fit-content;
  font-weight: 500;
  line-height: 18px;
  padding: 5px;
  padding-left: 10px;
  display: flex;
  height: 30px;
  margin-left: 5px;
  align-items: center;
}

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

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

.alertMessageLogo {
  width: 100px;
}

.alertCloseIcon {
  color: #000000;
}

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

#cartMessageButtonsWrapper {
  float: none;
  max-width: 220px;
  width: 80%;
  margin: 0 auto;
}

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

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

.alertMessageAceptar {
  background-color: #4da034;
  border: 1px solid #4da034;
  line-height: 3rem;
  border-radius: 20px;
  float: none;
  height: 3rem;
  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;
  width: 14rem;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.alertMessageAceptar:hover {
  color: #4da034;
  opacity: 1;
  background-color: #ffffff !important;
}

.alertMessageClose {
  right: 13px;
  color: #000000;
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  font-size: 20px;
}
.alertMessageClose:hover {
  opacity: 1;
  color: #4da034;
}
.cartMessageAceptar {
  font-weight: 500;
  font-size: 1.2rem;
  margin: 1rem auto;
}

#alertMessageMessage,
.alertMessageMessage {
  margin-bottom: 30px;
  margin-top: 30px;
  letter-spacing: 0px;
}

#myProfileUser,
#logoutUser {
  line-height: 28px;
  color: #000000;
  border: 1px solid #4da034;
}
#myProfileUser {
  border-bottom: none;
}

#checkoutMain2.opened {
  display: block;
}
.blackArrow {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
  width: 0.6rem;
  margin: 0 0.9rem 0 0.5rem;
}
.headerCart2Background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 83px;
  height: 35px;
  margin-bottom: 15px;
}
#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  top: 26px;
  right: 31px;
  color: #4da034;
}
#logoutUser:hover,
#myProfileUser:hover {
  background-color: #4da034;
}
.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: #3392fc;
  color: white;
  width: auto;
  position: fixed;
  right: 0;
  top: 96px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 43px;
  line-height: 43px;
  z-index: 10;
  padding: 0px 15px;
}

#fastAddToCartPopup.visible {
  display: block;
}

.alertMessageDiv {
  letter-spacing: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

/* cartCheckoutMain */
#checkoutMain2Content {
  top: 104px;
}

.productTitle {
  color: #87bf76;
}

#titlesFlex,
#finishOrder {
  font-family: unset !important;
}

#finishOrder {
  background-color: #4da034;
  border: 1px solid #4da034;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 400;
}

#finishOrder:hover {
  color: #4da034;
  background-color: #ffffff;
}

.selectArrow {
  background-image: unset !important;
}

.productTitle:nth-child(2) {
  padding-left: 148px !important;
}
#productNameTitle {
  padding-left: 18px;
}
#checkoutMain .productImage,
#checkoutMain2 .productImage {
  background-size: contain !important;
}

/* rounded btn animation */
.greenBtn,
.greenBtnF {
  display: block;
  width: 8rem;
  margin: auto;
  text-align: center;
  overflow: hidden;
  border-radius: 4rem;
  font-weight: 400;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  background: #4da034;
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.greenBtn:before {
  overflow: hidden;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a2cf38;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.greenBtn:hover,
.greenBtn:focus,
.greenBtn:active,
.greenBtn:visited,
.greenBtn:target {
  color: white;
  z-index: 1;
}
.greenBtn:hover:before,
.greenBtn:focus:before,
.greenBtn:active:before,
.greenBtn:visited:before,
.greenBtn:target:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* btn category */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.currentView {
  background-color: #4da034;
  color: white;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a2cf38;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}
/* end btn category */

/* line effect */
#topHeader {
  width: 100%;
  color: #ffffff;
  height: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  position: relative;
}
#topHeader::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #a2cf38;
  -webkit-animation: animateThis cubic-bezier(0.6, 0.01, 0.29, 1.04) 1.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes animateThis {
  0% {
    width: 0;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 0%;
  }
}
@-webkit-keyframes animateThis {
  0% {
    width: 0;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 0%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .headerLink {
    font-size: 1.3rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #content {
    max-width: unset;
    min-width: 0px;
  }
  .headerOptions {
    min-width: 30rem;
    width: calc(100% - 30rem);
  }
  .optionsContainer {
    width: 100%;
  }
  .headerLink {
    font-size: 1.3rem;
  }
  #searchBar {
    width: 14rem;
  }
  .headerLink {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #searchSite {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 922px) {
  #headerMainBar {
    width: 100%;
  }
  .headerLink {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #header,
  #headerDummy {
    height: 6rem;
  }
  #content {
    min-width: unset;
  }
  #header {
    position: fixed;
  }

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

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

  #headerMobileIcons {
    width: 9rem;
    margin: auto;
  }

  .cartIcon {
    float: right;
    margin-top: 1.5rem;
    margin-right: 1.9rem;
    padding-right: 1rem;
  }

  #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: #4da034;
    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-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #headerMobileMenuIcon span:nth-child(odd) {
    left: 0px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #headerMobileMenuIcon span:nth-child(1),
  #headerMobileMenuIcon span:nth-child(2) {
    top: 0px;
  }

  #headerMobileMenuIcon span:nth-child(3),
  #headerMobileMenuIcon span:nth-child(4) {
    top: 8px;
  }

  #headerMobileMenuIcon span:nth-child(3) {
    width: 70%;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  #headerMobileMenuIcon span:nth-child(4) {
    display: none;
  }
  #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: 1rem;
    display: block;
  }

  #headerMobileMenu {
    position: fixed;
    top: -100%;
    height: auto;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
    padding-top: 2rem;
    overflow: scroll;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 5%);
    -webkit-transition: 1s cubic-bezier(0.73, 0.05, 0, 0.99);
    -moz-transition: 1s cubic-bezier(0.73, 0.05, 0, 0.99);
    -o-transition: 1s cubic-bezier(0.73, 0.05, 0, 0.99);
    transition: 1s cubic-bezier(0.73, 0.05, 0, 0.99);
  }

  #headerMobileMenu.open {
    top: 5.9rem;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #000000;
  }
  .mobileMenuItem .mobileMenuSubcategory {
    background-color: #3392fc;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    font-size: 1.6rem;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .categoryOne {
    background-color: #4da034;
    color: #ffffff;
    padding: 2.7rem 0rem 2rem;
  }
  .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: 0px;
    overflow: hidden;
  }

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    color: #ffffff;
    height: auto;
    overflow: hidden;
  }
  .mobileMenuSubcategory:last-of-type {
    margin-bottom: 10px;
  }

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

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

  #mobileSearchBar {
    position: relative;
    width: 65%;
    margin: 2.5rem auto;
    height: 3.7rem;
    border-radius: 4rem;
    overflow: hidden;
    background: #f6f6f6;
  }
  #mobileSearchBar img {
    float: left;
    margin-left: 1rem;
    margin-top: 0.9rem;
  }

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

  #mobileSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #042746;
  }

  #mobileSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #042746;
  }

  #mobileSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #042746;
  }

  #mobileSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #042746;
  }

  #mobileSearch::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #042746;
  }

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

  #cartMessageButtonsWrapper {
    width: 174px;
  }

  .user {
    display: block;
    margin-top: 2rem;
    margin-right: 1.9rem;
    float: right;
    width: fit-content;
  }
  .user img {
    width: 2.2rem;
  }

  .customItems {
    position: relative;
    width: 100%;
    display: block;
    font-weight: 400;
    height: auto;
    margin-top: 0.5rem;
    float: left;
    color: #000000;
  }

  .customItems.lastItem {
    margin-bottom: 3rem;
  }
  .customItems .mobileMenuLink {
    line-height: 5.2rem;
  }

  .mobileMenuItem.open .categoryOne {
    color: #3392fc;
  }

  .separationLineMobile {
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    background-color: #ffffff;
  }
  #searchBar {
    margin-top: 30px;
  }

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