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

body {
    font-family: 'Lato';
    color: black;
}

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

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

#topHiddenBarWrapper {
    display: inline-block;
    position: relative;
    width: auto;
    height: 55px;
    line-height: 55px;
    margin-top: 15px;
    float: left;
    margin-left: 50px;
}

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

.headerOptionMenuOpen,
.headerOption:hover {
    text-shadow: 0.5px 0 0 currentColor;
    border-bottom: 2px solid #ba004c;
}

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

#headerPromoText {
    font-size: 10px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

#headerLogoContainer {
    line-height: 80px;
}

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

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

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

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

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

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

.user {
    display: none;
}

.mobileElement.open .user {
    display: flex;
    column-gap: 15px;
    width: auto;
    height: auto;
    float: right;
    margin: 26px 15px 0 0;
    stroke: black;
    stroke-width: 1.5px;
    flex-direction: row-reverse;
}

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

svg.headerShowLogin {
    width: 18px;
    height: 18px;
    /* stroke-width: 1.5px; */
}

svg.heartWishlist {
    width: 18px;
    height: 18px;
    stroke-width: 1.5px;
}

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

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

.headerCart {
    position: relative;
    float: left;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 19px;
}

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

.cartAmount {
    display: inline-block;
    position: absolute;
    background: #e0d3c6;
    padding: 1px;
    color: white;
    width: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
    margin-top: 7px;
    padding-top: 3px;
    right: -4px;
    top: -15px;
}

.profileDiv {
    float: left;
    width: 43px;
}

.wishlistSvg {
    fill: white;
}

.wishListProductsDiv {
    float: left;
    width: fit-content;
    margin-left: 0px;
    z-index: 999999;
    margin-left: 17px;
    margin-top: 14px;
}

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

.user img {
    width: 25px;
}

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

.wishListQuantity {
    position: absolute;
    top: 35px;
    right: 17px;
    color: white;
    padding: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 100;
    z-index: 9999;
    min-width: 10px;
    border-radius: 20px;
    height: 10px;
    font-size: 10px;
    line-height: unset;
}

.heart {
    position: relative;
    cursor: pointer;
    z-index: 999;
    width: 18px;
    height: 18px;
}

.wishlist {
    width: 18px;
}

.profileIcon {
    margin-bottom: 69px;
}

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

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

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

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

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

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

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

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

.myProfile {
    float: left;
    font-size: 11px;
    color: black;
    margin-top: 7px;
    margin-left: 20px;
    cursor: pointer;
}

.headerProfile {
    position: relative;
    float: right;
    height: 18px;
    margin-top: 5px;
    cursor: pointer;
}

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

.searchBar {
    position: relative;
    float: left;
    width: 160px;
    color: white;
    border-radius: 23px;
    z-index: 100;
    transition: width 1.1s;
    border: 1px solid white;
    overflow: hidden;
    height: 22px;
    margin-top: 12px;
    margin-left: 17px;
}

.searchBar.openBar {
    left: 0px;
}

#searchBarContainer {
    position: relative;
    float: left;
    height: 50px;
    width: 200px;
    overflow: hidden;
    margin-right: 17px;
}

.searchBarSlider {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    left: 182px;
    transition: left 1s;
}

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

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

.selected .catArrow {
    display: block;
}

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

.categoryColumn {
    width: 100%;
    position: relative;
    float: left;
    min-height: 70%;
    display: flex;
    background: white;
    padding: 15% 0;
    height: fit-content;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 30px 30px 30px 30px;
}

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

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

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

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

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

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

#alertMessageLogo {
    width: 210px;
}

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

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

.alertMessageClose {
    right: 10px;
    color: black;
}

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

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

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

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

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

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

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

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

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

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

#topHiddenBar {
    background-color: transparent;
    color: #282828;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    opacity: 1;
    z-index: 10;
    overflow: visible;
    height: 95px;
    transition: top 0.3s ease-out, background 0.3s ease-out;
    -moz-transition: top 0.3s ease-out, background 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out, background 0.3s ease-out;
    -o-transition: top 0.3s ease-out, background 0.3s ease-out;
    min-width: 1100px;
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #000000 0.56%, rgba(0, 0, 0, 0) 100%);
}

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

#topHiddenBarWrapper {
    display: inline-block;
    position: relative;
    width: calc(100% - 560px);
    height: fit-content;
    line-height: 55px;
    margin-top: 0px;
    float: left;
    margin-left: 260px;
    margin-top: 46px;
    display: flex;
    gap: 5px 30px;
    flex-wrap: wrap;
}

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

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

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

#headerLogoContainer {
    line-height: 80px;
}

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

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

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

.headerOption {
    position: relative;
    float: left;
    /* margin-right: 20px; */
    /* margin-left: 20px; */
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    height: 15px;
    top: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.5px;
}

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

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

#rightHeaderOptions {
    float: right;
    margin-right: 30px;
    margin-top: 28px;
}

.headerSearchImg {
    position: relative;
    float: left;
    width: 18px;
    cursor: pointer;
    stroke: white;
    margin-top: 14px;
}

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

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

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

.cartAmount {
    display: inline-block;
    position: absolute;
    background: #e5ded2;
    padding: 1px;
    color: black;
    width: 14px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
    margin-top: 4px;
    padding-top: 4px;
    right: -21px;
    line-height: 12px;
    top: -11px;
}

.profileDiv {
    float: left;
    width: fit-content;
    z-index: 999;
}

.profileIcon {
    margin-bottom: 48px;
}

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

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

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

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

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

#searchBar.openBar {
    height: 35px;
}

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

.indexHeader #searchSite {
    color: black;
}

.indexHeader .wishlist {
    content: url("../../files/blackHeart.png");
}

#searchSite::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #3b3b3b;
    opacity: 0.8;
    color: white;
}

#searchSite:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3b3b3b;
    opacity: 0.8;
    color: white;
}

#searchSite::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3b3b3b;
    opacity: 0.8;
    color: white;
}

#searchSite:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3b3b3b;
    opacity: 0.8;
    color: white;
}

#searchSite::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3b3b3b;
    opacity: 0.8;
    color: white;
}

.indexHeader #searchSite::-webkit-input-placeholder {
    color: #3b3b3b;
}

.indexHeader #searchSite:-moz-placeholder {
    color: #3b3b3b;
}

.indexHeader #searchSite:-ms-input-placeholder {
    color: #3b3b3b;
}

.expandedCategory {
    position: fixed;
    top: 100px;
    left: 0px;
    display: none;
    height: 0px;
    max-height: calc(100vh - 250px) !important;
    width: fit-content;
    max-width: 90%;
    /* background-color: white; */
    opacity: 1;
    z-index: 100;
    color: black;
    /* 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;
    min-width: 215px;
}

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

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

.columnCatContainer {
    float: left;
    padding-left: 8px;
    padding-right: 13px;
    /* margin-top: 10px; */
    /* margin-bottom: 20px; */
    width: 85%;
    margin-left: 0px;
}

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

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

.categoryLevelTwoContainer {
    height: 30px;
    padding: 0 30px;
}

.categoryThreeColumn {
    position: absolute;
    left: 100%;
    top: 0px;
    color: black;
    background: white;
    width: fit-content;
    height: 100%;
    justify-content: center;
    display: none;
}

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

.categoryLevelThreeTitle:hover {
    text-shadow: 0.5px 0 0 currentColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#alertMessageLogo {
    width: 210px;
}

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

.alertMessageAceptar:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.alertMessageClose {
    right: 10px;
    color: black;
}

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

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

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

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

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

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

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

.whatsAppWebContainer.open {
    bottom: 30px;
    z-index: 99999999;
}

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

@media screen and (min-width: 769px) and (max-width: 1300px) {

    #topHiddenBar,
    #topHiddenBarOptions {
        min-width: unset;
    }

    #topHiddenBarWrapper {
        gap: 10px;
        width: calc(100% - 500px);
    }

    .headerOption {
        margin: unset;
    }

    .searchBar {
        margin-left: 5px;
        width: calc(100% - 25px);
    }

    #searchBarContainer {
        width: 130px;
    }

    .searchBarSlider {
        left: 112px;
    }
}

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

    #header,
    #headerDummy {
        height: 70px;
        background: linear-gradient(180deg, #000000 0.56%, rgba(0, 0, 0, 0) 100%);
    }

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

    #header.open {
        background: none white;
    }

    #header.open #headerLogo {
        display: none;
    }

    #headerMobileMenuIcon.open span {
        background: black;
    }

    .mobileElement.open .wishlistSvg {
        fill: black;
    }

    .mobileElement.open .wishListQuantity {
        color: black;
        top: 20px;
    }

    .wishListQuantity {
        right: 58px;
        color: white;
        top: 20px;
    }

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

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

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

    .heart {
        float: right;
        margin-top: 28px;
        margin-right: 15px;
    }

    .mobileElement.open .wishlist {
        content: url("../../files/blackHeart.png");
    }

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

    #headerMobileMenu {
        position: fixed;
        width: 100%;
        height: calc(100% - 86px);
        height: 100%;
        right: -100%;
        background-color: #ffffff;
        color: black;
        z-index: 2;
        top: 70px;
        overflow: scroll;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        box-shadow: 1px 4px 18px rgb(0 0 0 / 25%);
        z-index: 11;
    }

    .mobileMenuSubcategory.open {
        border-bottom: 0px;
        /* background-color: #F2F2F2; */
    }

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

    #mobileSearchImg {
        position: relative;
        float: none;
        margin-top: 10px;
        stroke: black;
        margin-left: 20px;
        height: 18px;
    }

    #mobileSearch {
        position: relative;
        width: calc(100% - 20px);
        height: 100%;
        padding: 0;
        font-size: 12px;
        margin-left: 20px;
        text-align: left;
        box-sizing: border-box;
    }

    ::placeholder {
        color: black;
    }

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

    .cartAmount {
        width: 12px;
        float: none;
        margin-top: 30px;
        right: 12px;
        top: 2px;
        background: #e5ded2;
    }

    #headerMobileMenuIcon {
        width: 22px;
        height: 18px;
        position: relative;
        float: right;
        margin-top: 28px;
        margin-right: 34px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: white;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

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

    #headerMobileMenuIcon span:nth-child(odd) {
        left: 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: 7px;
    }

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

    #headerMobileMenuIcon.open span:nth-child(1),
    #headerMobileMenuIcon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #headerMobileMenuIcon.open span:nth-child(2),
    #headerMobileMenuIcon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #headerMobileMenuIcon.open span:nth-child(1) {
        left: 0px;
        top: 4px;
    }

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

    #headerMobileMenuIcon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #headerMobileMenuIcon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #headerMobileMenuIcon.open span:nth-child(5) {
        left: 0px;
        top: 11px;
    }

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

    #headerLogo {
        width: 132px;
        height: auto;
        margin-top: 20px;
        display: block;
        position: absolute;
        left: 30px;
    }

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

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

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

    #headerMobileMenu.open {
        right: 0;
    }

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

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

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

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

    .profile {
        height: 20px;
    }

    #logoutMobile {
        font-size: 12px;
        line-height: 18px;
    }

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

    .mobileMenuSeeMore {
        position: relative;
        float: right;
        height: auto;
        width: 22px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        margin-right: 36px;
    }

    .mobileMenuSubcategories {
        position: relative;
        width: 100%;
        height: 0px;
        overflow: hidden;
        background-color: #f2f2f2;
    }

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

    .mobileMenuSubcategoryText {
        padding-left: 20px;
    }

    .mobileMenuLink span {
        font-weight: 100;
    }

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

    .mobileMenuCategoryLevelThree {
        /* background-color: #F2F2F2; */
        color: black;
        padding-left: 40px;
    }

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

    #cartMessageDiv {
        width: 82%;
    }

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

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

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

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

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

    .whatsAppWebContainer.open {
        bottom: 30px;
    }

    .user img {
        width: 21px;
    }

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