body {
  font-family: "Gotham";
  font-weight: 300
}

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

.cl-effect-4 .headerLink::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ed1b2e;
  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 .headerLink:hover::after,
.cl-effect-4 .headerLink:focus::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px)
}

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after,
.categoryLevelFourTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ed1b2e;
  transition: width 0.3s
}

.categoryLevelFourTitle::after {
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  transform: translateY(9px)
}

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

.inCategory.headerLink::after,
.headerMenuOptionSelected.headerLink::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px)
}

.inspirationContainer {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 20%;
  background: #F5F5F5;
  width: 60%
}

.inspirationContainer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: 250px
}

.wishListProductsDiv {
  float: right;
  position: relative;
  width: 19px;
  z-index: 1;
  height: 21px
}

.wishlistContainer {
  position: absolute;
  top: -11px;
  right: -14px;
  font-weight: 700;
  border-radius: 14px;
  height: 13px;
  display: flex;
  z-index: 999;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  color: #000
}

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

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

#header {
  height: 130px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 4px 9px rgb(0 0 0 / 5%)
}

#header.shownBar {
  height: 100px
}

#header.shownBar #headerPromo {
  height: 0;
  padding-bottom: 0
}

#topHiddenBar {
  background-color: #fff;
  color: #282828;
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  opacity: .8;
  z-index: 10000;
  overflow: visible;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .176);
  height: 70px;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out
}

#topHiddenBarOptions {
  position: relative;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 1300px
}

#topHiddenBarWrapper {
  display: inline-block;
  min-width: 1100px;
  width: 100%
}

#headerLogoContainer {
  line-height: 80px
}

#headerLogo {
  height: auto;
  width: 192px;
  margin-bottom: 0;
  display: block;
  margin-top: 17px;
  float: left
}

#headerLogoImg {
  height: auto;
  width: 100%
}

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

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #fff;
  color: #132457;
  letter-spacing: 4px;
  font-size: 12px
}

.headerOption {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 65px;
  margin-top: 0;
  top: 0;
  line-height: 75px
}

@-webkit-keyframes sale-effect {
  0% {
    color: #000
  }

  50% {
    color: rgb(239, 99, 60)
  }

  100% {
    color: #000
  }
}

@-moz-keyframes sale-effect {
  0% {
    color: #000
  }

  50% {
    color: rgb(239, 99, 60)
  }

  100% {
    color: #000
  }
}

@-ms-keyframes sale-effect {
  0% {
    color: #000
  }

  50% {
    color: rgb(239, 99, 60)
  }

  100% {
    color: #000
  }
}

@-o-keyframes sale-effect {
  0% {
    color: #000
  }

  50% {
    color: rgb(239, 99, 60)
  }

  100% {
    color: #000
  }
}

@keyframes sale-effect {
  0% {
    color: #000
  }

  50% {
    color: rgb(239, 99, 60)
  }

  100% {
    color: #000
  }
}

.headerOptions {
  display: flex;
  width: calc(100% - 512px);
  margin-top: 25px;
  float: left;
  position: relative;
  justify-content: space-around
}

.headerLink {
  position: relative;
  float: left;
  display: block;
  height: 20px;
  overflow: hidden;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  padding-bottom: 26px
}

.headerLink:hover {
  text-shadow: 0 0 0 currentColor
}

.shopLink {
  text-transform: uppercase
}

.areaProfesional {
  width: fit-content;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  cursor: pointer
}

.cartIcon {
  float: right;
  color: #fff;
  position: relative
}

.cartIcon img {
  width: 20px;
  position: relative;
  top: 1px
}

.profileIcon {
  float: left;
  display: flex;
  color: #000;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  overflow: hidden;
  line-height: 35px;
  margin-bottom: 9px;
  justify-content: flex-end
}

.profileIcon.headerShowLogin {
  width: 93px;
  margin-right: 15px
}

.rightContent {
  background-image: url(../../files/rectangle.svg);
  width: 200px;
  float: right;
  height: 74px;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat
}

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

#headerMainBar {
  width: 90%;
  margin: auto;
  height: 55px;
  overflow: visible;
  display: block;
  padding-bottom: 16px
}

#headerTopSection {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
  background: #f5f5f5
}

#headerPromo {
  color: #fff;
  text-align: center;
  background: #333439;
  font-size: 12px;
  line-height: 25px;
  height: 25px
}

#rightHeaderOptions {
  float: right;
  height: 35px;
  margin-right: 5%
}

.headerLinkTop {
  color: #000;
  font-size: 13px;
  float: left;
  line-height: 35px;
  display: block;
  text-align: center;
  font-weight: 300;
  min-width: 116px
}

.profileIcon:hover,
.headerLinkTop:hover {
  font-weight: 600
}

.headerSearchImg {
  position: relative;
  float: left;
  height: 25px;
  margin-top: 20px;
  margin-left: 50px;
  cursor: pointer
}

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

#headerCart {
  position: relative;
  float: left;
  height: 30px;
  cursor: pointer;
  margin-left: 45px
}

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

.cartAmount {
  display: inline-block;
  position: absolute;
  background: none;
  width: 13px;
  z-index: 1;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  color: #000;
  left: 20px;
  height: auto;
  top: -8px
}

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

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

#headerProfile {
  position: relative;
  float: left;
  height: 26px;
  width: 25px;
  margin-top: 16px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 45px
}

#searchBar {
  position: relative;
  margin-left: 31px;
  float: left;
  width: 163px;
  top: 2px;
  color: #fff;
  background-color: #f5f5f5;
  border-radius: 23px;
  z-index: 100;
  transition: width 1.1s;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  height: 24px
}

#searchBar.openBar {
  height: 35px
}

#searchButton {
  position: relative;
  float: left;
  font-size: 18px;
  margin-top: 8px;
  margin-left: 9px;
  color: #12225a;
  cursor: pointer
}

#searchSite {
  width: 229px;
  float: left;
  position: relative;
  margin: 0 auto;
  margin-left: 5px;
  height: 100%;
  background-color: #f5f5f5;
  color: #303030;
  font-size: 12px;
  text-align: left;
  text-indent: 10px;
  border: none;
  letter-spacing: 0;
  padding-left: 0;
  padding-top: 0
}

#searchSite::-webkit-input-placeholder {
  color: #132457
}

#searchSite:-moz-placeholder {
  color: #132457
}

#searchSite::-moz-placeholder {
  color: #132457
}

#searchSite:-ms-input-placeholder {
  color: #132457
}

#searchSite::-ms-input-placeholder {
  color: #132457
}

.expandedCategory {
  position: absolute;
  top: 130px;
  left: 0;
  box-shadow: 0 4px 9px rgb(0 0 0 / 5%);
  display: none;
  height: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  color: #303030;
  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
}

.categoryLevelTwoImage.selected {
  display: block
}

.categoryColumn {
  position: relative;
  height: auto;
  float: left;
  width: 100%;
  display: flex;
  min-height: 437px;
  overflow: hidden
}

.columnCatContainer {
  width: 20%;
  position: relative;
  height: auto;
  float: left;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 40px 70px;
  box-sizing: border-box
}

.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 90%;
  background-color: #fff;
  margin-top: 16px
}

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

.categoryLevelForthTitle:hover::after {
  width: calc(100% - 18px)
}

.categoryLevelTwoTitle {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  width: fit-content;
  display: block;
  float: left;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px
}

.selected.categoryLevelTwoTitle::after {
  width: 100%
}

.inspirationContainer .categoryLevelTwoTitle {
  font-weight: 400
}

.categoryLevelTwoDescription {
  font-size: 14px;
  line-height: 18px;
  width: fit-content
}

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

#topHiddenBar.shownBar {
  top: 0
}

.expandedCategory.shownExpandedCategory {
  position: fixed;
  top: 100px;
  left: 0
}

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

.topRightBar {
  float: right;
  width: fit-content;
  margin-top: 12px;
  margin-right: 20px
}

.languages {
  float: left;
  color: #000;
  margin-top: 4px
}

#language {
  background-color: #fff;
  width: 30px;
  border: none;
  font-size: 12px
}

.signInContainer {
  font-size: 13px;
  width: auto;
  float: left;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 6px;
  cursor: pointer;
  color: #000;
  text-align: center
}

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

.alertMessageLogo {
  width: 100px
}

.alertCloseIcon {
  color: #061732
}

.alertMessageMessage {
  font-size: 14px;
  color: #061732
}

#cartMessageButtonsWrapper {
  float: none;
  width: 370px;
  margin: 0 auto
}

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

#alertMessageLogo,
.alertMessageLogo {
  width: 150px
}

.alertMessageAceptar {
  background-color: #333439;
  border: 1px solid #333439;
  line-height: 31px;
  border-radius: 0;
  float: none;
  font-weight: 600;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out
}

.alertMessageAceptar:hover {
  color: #333439;
  opacity: 1;
  background-color: #ffffff !important;
  border: 1px solid #303030
}

.alertMessageClose {
  right: 13px;
  color: #000;
  font-size: 20px
}

.cartMessageAceptar {
  line-height: 31px;
  text-transform: initial;
  margin-left: 5px;
  margin-right: 5px;
  width: 170px;
  font-size: 12px
}

#cartMessageButtonsWrapper {
  width: fit-content
}

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

.categoryOneArrow {
  width: 10px;
  margin-right: 10px;
  position: relative;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -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
}

.alertMessageDiv {
  border: 1px solid #fff;
  border-radius: 0
}

#myProfileUser,
#logoutUser {
  line-height: 28px;
  z-index: 1001;
  border: 1px solid #303030;
  color: #303030;
  margin-left: -35px;
  position: absolute
}

#myProfileUser {
  top: 40px
}

#logoutUser {
  top: 71px
}

#myProfileUser:hover,
#logoutUser:hover {
  background-color: #303030
}

#checkoutMain2.opened {
  display: block
}

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

#finishOrder {
  background-color: #303030;
  border: 1px solid #303030;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-family: "Gotham" !important
}

#titlesFlex {
  font-family: "Gotham" !important;
  width: 100%;
  background: #303030;
  padding-top: 15px;
  padding-bottom: 15px
}

#finishOrder:hover {
  border: 1px solid #303030;
  background-color: #fff;
  color: #303030
}

.productTitle {
  font-weight: 300;
  color: #fff;
  text-transform: inherit
}

#productNameTitle {
  margin-left: 20px
}

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

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: fit-content;
  height: 36px;
  margin-left: 11px
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  top: 23px;
  left: 20px;
  width: 50px;
  color: rgb(48, 48, 48)
}

.profileImage {
  width: 28px;
  height: 20px;
  position: relative;
  margin-right: 10px
}

.rightContainer {
  position: relative;
  float: right;
  height: 65px;
  width: 312px
}

.rightHeaderContent {
  float: right;
  height: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100px;
  margin-left: 5px
}

.agendaIcon {
  width: 18px;
  position: relative;
  display: block
}

.openSlider {
  left: 0px !important
}

.searchBarContainer {
  position: relative;
  float: right;
  height: 65px;
  width: 200px;
  overflow: hidden
}

.searchBarSlider {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  height: 65px;
  left: 171px;
  transition: left 1s
}

.searchIcon {
  padding-left: 0;
  cursor: pointer;
  float: left;
  margin-top: 2px;
  width: 18px;
  position: absolute;
  z-index: 1
}

#checkoutMain2Content {
  top: 116px;
  padding: 0;
  transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out
}

#checkoutMain2Content.positionBox {
  top: 101px
}

.columnCatThree {
  position: relative;
  float: left;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  width: 40%;
  justify-items: center;
  display: none;
  background: #eaeaea;
  height: auto
}

.categoryLevelTwoImage {
  width: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none
}

.categoryLevelTwoImage.selected {
  display: block
}

.categoriesTwoColumn.selected {
  display: flex
}

.columnCatThree.selected {
  display: grid;
  display: -ms-grid
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000
}

.categoryLevelFourTitle {
  position: relative;
  font-size: 15px;
  line-height: 5px;
  width: fit-content;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  display: block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content
}

.columnLeft {
  padding: 40px 0;
  z-index: 2;
  background: #eaeaea;
  width: 100%
}

.columnRight {
  padding: 40px 0;
  flex-direction: column;
  width: 50%;
  height: 100%;
  opacity: 0;
  background: #fff;
  left: 0%;
  position: absolute;
  -webkit-transition: left 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, opacity 1s ease-in-out
}

.columnRight.shown {
  left: 50%
}

.itemsContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 40px
}

.tr-all {
  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
}

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

.agendaWebDropdown {
  position: absolute;
  background: #eee;
  color: #000;
  font-size: 12px;
  bottom: -40px;
  width: 100px;
  display: none;
  justify-content: center;
  line-height: 29px;
  padding: 0 10px
}

.agendaWebDropdown.open {
  display: flex
}

.agendaWebDropdown:hover {
  text-shadow: 0 0 0 currentColor
}

.agendaWebDropdown i {
  position: absolute;
  color: #eee;
  top: -11px;
  font-size: 17px
}

.agendaWeb {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer
}

.redLineBtn {
  display: flex;
  width: 235px;
  border-bottom: 2px solid #ed1b2e;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
  padding-top: 10px;
  color: #333439
}

.redLineBtnText {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600
}

.numbersIcon {
  height: auto;
  width: auto;
  max-width: 50px;
  max-height: 50px
}

#logoutUser1 {
  position: absolute;
  right: 0;
  top: 40px;
  border-radius: 9px 9px 9px 9px;
  z-index: 10;
  border: 1px solid #333439;
  color: #333439;
  line-height: 28px
}

#logoutUser1:hover {
  background-color: #333439;
  font-weight: 600
}

.professionalUser .profileIcon {
  padding: 0 10px;
  background: #333439;
  color: #fff;
  border-top: 1px solid #fff
}

.shownBar .professionalUser .profileIcon {
  border-top: none
}

.professionalUser #dialogIconTriangle {
  top: 27px
}

.professionalUser #logoutUser {
  top: 75px
}

.professionalUser #myProfileUser {
  top: 44px
}

.redLineBtn:hover .arrow-tr {
  animation: float 2s ease-in-out infinite
}

@keyframes float {
  0% {
    transform: translatex(0)
  }

  50% {
    transform: translatex(-10px)
  }

  100% {
    transform: translatex(0)
  }
}

.numbersContainer {
  margin: auto;
  overflow: hidden;
  width: 100%;
  gap: 5px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.numbersBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding: 90px 0 40px;
  background: rgba(248, 248, 248, 1)
}

.numberBox {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto
}

.number,
.numberExtra {
  font-size: 90px;
  line-height: 64px;
  color: #ed1b2e;
  font-weight: 500
}

.numberSubtitle {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 10px 0 0;
  text-transform: uppercase
}

.numberDescription {
  color: #000;
  width: 85%;
  font-size: 16px;
  line-height: 20px
}

.headerTopOptionSelected {
  font-weight: 600
}

@media screen and (min-width: 770px) and (max-width:1110px) {
  #headerMainBar {
    width: 97%
  }

  #headerLogo {
    margin-top: 22px;
    width: 100px
  }

  .headerOptions {
    margin-left: 5px;
    min-width: 320px;
    width: calc(100% - 324px)
  }

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

  .headerLinkTop {
    font-size: 11px
  }

  .profileIcon {
    margin-left: 20px;
    margin-right: 20px
  }

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

  .cartAmount {
    right: 41px
  }

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

  #searchBar {
    width: 110px
  }

  .searchBarContainer {
    width: 147px
  }

  .rightContainer {
    width: 219px
  }

  .searchBarSlider {
    left: 120px
  }

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

  .redLineBtn {
    min-width: fit-content;
    width: 190px
  }
}

@media screen and (max-width: 768px) {

  #header,
  #headerDummy {
    height: 81px
  }

  #header {
    position: fixed
  }

  .cartAmount {
    width: 11px;
    height: 11px;
    float: none;
    top: 0;
    left: 21px;
    line-height: 12px;
    font-size: 7px
  }

  #headerMobileIcons {
    width: calc(100% - 290px);
    float: left;
    margin-left: 20px
  }

  #openBusinessPopup {
    float: right;
    position: relative;
    width: fit-content;
    margin-top: 21px;
    margin-right: 28px;
    color: #303030;
    font-weight: 600
  }

  .cartIcon {
    margin-top: 13px;
    width: 34px;
    height: 30px;
    margin-right: 30px;
    float: left
  }

  .cartIcon img {
    width: 22px;
    top: 4px
  }

  #headerMobileMenuIcon {
    width: 28px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 18px;
    float: right;
    -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: #303030;
    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: 5px
  }

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

  #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% - 5px);
    top: 12px
  }

  #headerLogo {
    width: 90px;
    height: auto;
    margin-top: 23px;
    display: block;
    position: absolute
  }

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

  #headerMobileProfile {
    position: relative;
    float: right;
    height: auto;
    width: 100%;
    cursor: pointer
  }

  #headerMobileMenu {
    position: fixed;
    top: -100vh;
    height: calc(100% - 65px);
    width: 100vw;
    background-color: #fff;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: scroll;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    border-right: 1px solid #fff
  }

  #headerMobileMenu.open {
    top: 81px
  }

  #headerMobileMenu.open.showBarMobile {
    top: 60px
  }

  #headerMobileOptions {
    width: 236px;
    float: right;
    margin-right: 20px;
    margin-top: 4px
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    color: #303030
  }

  .customItems .mobileMenuLink {
    min-width: 50%
  }

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

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

  .mobileMenuLink.mobileMenuSubcategoryText {
    height: 35px;
    line-height: 35px
  }

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

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

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

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

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

  .mobileMenuSubcategory:first-of-type {
    margin-top: 10px
  }

  .mobileMenuSubcategory .mobileMenuSeeMore {
    height: 35px;
    line-height: 35px;
    font-size: 14px
  }

  .mobileMenuSubcategory:last-of-type {
    margin-bottom: 10px
  }

  .mobileMenuCategoryLevelThree {
    background-color: #fff
  }

  #mobileSearchBar {
    position: relative;
    width: 200px;
    height: 47px;
    float: right;
    overflow: hidden
  }

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

  #mobileSearch::-webkit-input-placeholder {
    color: #303030;
    letter-spacing: .06em
  }

  #mobileSearch:-moz-placeholder {
    color: #303030;
    letter-spacing: .06em
  }

  #mobileSearch::-moz-placeholder {
    color: #303030;
    letter-spacing: .06em
  }

  #mobileSearch:-ms-input-placeholder {
    color: #303030;
    letter-spacing: .06em
  }

  #mobileSearch::-ms-input-placeholder {
    color: #303030;
    letter-spacing: .06em
  }

  .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: left;
    position: relative;
    width: 22px;
    margin-top: 19px
  }

  .user {
    display: flex;
    margin-top: 15px;
    align-items: center;
    margin-left: 28px;
    width: fit-content;
    margin-right: 30px;
    font-size: 13px;
    float: left
  }

  .customItems {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    color: #303030
  }

  .mobileMenuItem.open .categoryOne {
    font-weight: 600
  }

  .user img {
    top: 1px;
    width: 23px;
    position: relative
  }

  .searchBarMobile {
    position: relative;
    margin-left: 31px;
    float: left;
    width: 161px;
    border-bottom: 1px solid #303030;
    color: #fff;
    background-color: #f5f5f5;
    border-radius: 23px;
    z-index: 100;
    transition: width 1.1s;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    height: 24px
  }

  .searchIcon {
    margin-top: 0
  }

  .searchBarSlider {
    height: 55px
  }

  #header.shownBar {
    height: 60px
  }

  .headerMobileTop {
    display: block;
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 90%
  }

  .lineSeparator {
    width: 85%;
    height: 1px;
    background: #c4c4c4;
    margin: 20px auto
  }

  #fullLine {
    width: 100%;
    margin-top: 30px
  }

  #secondCustomItems {
    margin-bottom: 40px
  }

  #headerPromo {
    font-size: 12px
  }

  .redLineBtn {
    color: #000;
    width: 100%
  }

  .redLineBtnText {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px
  }

  .numbersBox {
    background: #fbfbfb;
    padding: 15px;
    box-sizing: border-box
  }

  .numbersBox.slick-slide {
    margin: 0
  }

  .numberBox {
    width: 100%;
    align-items: flex-start
  }

  .numberContainer {
    justify-content: center
  }

  .numbersIcon {
    height: 48px
  }

  .numberDescription {
    width: 100%;
    font-size: 13px;
    line-height: 17px
  }

  .numberSubtitle {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0
  }

  .number,
  .numberExtra {
    font-size: 70px;
    line-height: 60px;
    margin-top: 30px
  }

  .numbersContainer {
    flex-direction: column;
    width: 90%;
    margin-bottom: 35px
  }

  .wishListQuantityContainer {
    top: -1px;
    position: absolute;
    right: -15px;
    color: #000;
    font-size: 7px;
    font-weight: 600;
    font-size: 7px
  }
}

@media screen and (min-width: 415px) and (max-width:768px) {
  .mobileMenuLink {
    padding-left: 7.5%;
    width: calc(92.5% - 85px)
  }

  .redLineBtn {
    color: #000;
    width: 35%
  }

  .numbersBox {
    display: flex !important;
    align-items: center
  }

  .numberDescription {
    width: 50%
  }
}