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

.cl-effect-4 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 45px;
    background: transparent;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;
    -moz-transition: height 0.3s,opacity 0.3s,-moz-transform 0.3s;
    transition: height 0.3s,opacity 0.3s,transform 0.3s;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px)
}

.cl-effect-4 a:hover::after,.cl-effect-4 a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

body,#content {
    font-family: "Poppins"
}

#categoriesHeader {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 80px;
    margin-top: 112px;
    background-color: #fff;
    width: 100%;
    z-index: 101;
    box-shadow: 0 4px 25px rgba(0,0,0,.12)
}

#categoriesContainer {
    width: fit-content;
    height: 82px;
    margin: auto;
    margin-top: 21px;
    display: flex;
    flex-direction: row;
    gap: 15px
}

.subHeaderLink {
    position: relative;
    float: left;
    display: block;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    top: 0;
    -moz-transition: top 0.5s ease-out;
    -webkit-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
    cursor: pointer;
    text-decoration: none;
    height: 75px;
    width: 106px;
    text-align: center
}

.subHeaderLink:hover .titleDiv {
    font-weight: 900
}

.catTwoImg {
    width: 67px;
    height: 37px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 6px
}

.titleDiv {
    height: auto;
    overflow: hidden;
    line-height: 15px;
    color: rgb(165,165,165);
    text-transform: lowercase;
    text-align: center
}

#header {
    min-width: 1300px;
    height: 115px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #f095cd;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.25)
}

.hedeRef {
    text-decoration: none;
    color: #fff
}

.rightHeaderContainer {
    position: relative;
    float: right;
    width: fit-content;
    margin-right: 3%
}

#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%;
    float: left
}

#headerLogoContainer {
    line-height: 80px
}

#headerLogo {
    width: 138px;
    margin: auto;
    display: block;
    float: left;
    margin-top: 0;
    margin-left: 4%
}

#headerLogoImg {
    height: 55px
}

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

#searchBarContainer {
    position: relative;
    float: right;
    height: 50px;
    display: block;
    width: fit-content;
    overflow: hidden;
    margin-top: 7px
}

.searchBarSlider {
    position: relative;
    top: 0;
    height: 50px;
    display: block;
    left: 16px;
    -webkit-transition: left 1.1s;
    -o-transition: left 1.1s;
    transition: left 1.1s
}

.openSlider {
    left: 0px!important
}

.openSlider .searchBar {
    width: 163px
}

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

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

#topLoginContainer {
    width: fit-content;
    height: 23px;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 14px
}

.profileContainer {
    float: left;
    margin-right: 4px;
    cursor: pointer
}

.profileContainer:hover {
    font-weight: 900
}

@-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 {
    float: left;
    width: fit-content;
    margin-left: 10%;
    position: relative;
    overflow: hidden
}

.headerLink {
    position: relative;
    float: left;
    display: block;
    font-weight: 900;
    height: 20px;
    overflow: hidden;
    text-transform: lowercase;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    top: 0;
    -moz-transition: top 0.5s ease-out;
    -webkit-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
    cursor: pointer;
    text-decoration: none;
    line-height: 75px;
    height: 45px
}

.headerLink:hover {
    font-weight: 900;
    border-bottom: 3px solid #f4db9a
}

.shopLink {
    text-transform: uppercase
}

.searchIcon {
    padding-left: 0;
    cursor: pointer;
    float: left;
    margin-top: 25px;
    font-size: 15px;
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 2px;
    color: #fff
}

.searchBar {
    position: relative;
    margin-top: 23px;
    margin-left: 31px;
    float: left;
    width: 13px;
    color: #fff;
    background-color: #d66f9f;
    border-radius: 23px;
    z-index: 100;
    transition: all 1.1s;
    border: 1px solid #d66f9f;
    overflow: hidden;
    height: 22px;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
    transition: all 1.1s
}

.searchBar.openBar {
    left: 0
}

.cartIcon {
    float: left;
    margin-right: 35px;
    font-size: 33px;
    color: #fff;
    margin-top: 21px
}

.profileIcon {
    float: left;
    margin-left: 26px;
    margin-right: 20px;
    margin-top: 21px
}

.profileIcon:hover {
    cursor: pointer
}

.rightContent {
    width: fit-content;
    float: right
}

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

#headerMainBar {
    width: 100%;
    float: left;
    height: 55px;
    margin-top: 5px;
    padding-bottom: 17px;
    min-width: 1300px
}

.shippingExpress {
    display: block;
    float: left;
    line-height: 28px;
    padding: 3px 15px;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    color: #f095cd;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    margin-right: 10px;
    margin-top: 28px;
    border-radius: 32px;
    border: 1px solid #fff;
    max-width: 120px;
    text-align: center;
    line-height: 20px
}

.shippingExpress:hover {
    color: #fff;
    background: #f095cd
}

#rightHeaderOptions {
    float: right;
    height: 100%;
    width: fit-content;
    margin-top: 6px
}

.mediaLogoContainer {
    width: 25px;
    float: left;
    margin-left: 3px;
    margin-right: 8px;
    margin-top: 18px;
    transition: margin 0.5s
}

.mediaLogoImg {
    width: 25px
}

.mediaLogoContainer:hover {
    margin-top: 10px
}

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

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

#headerCart {
    position: relative;
    float: left;
    height: 24px;
    margin-top: 7px;
    cursor: pointer;
    margin-left: 16px
}

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

.cartAmount {
    display: inline-block;
    position: absolute;
    background: none;
    background-color: #fff;
    width: 14px;
    border-radius: 92px;
    text-align: center;
    font-size: 12px;
    margin-top: 9px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding: 0;
    font-weight: 900;
    color: #f095cd;
    margin-left: 3px;
    right: -3px;
    height: 14px;
    line-height: 14px;
    top: 10px;
    text-indent: .5px
}

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

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

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

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

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

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

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

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

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

.expandedCategory {
    position: absolute;
    top: 88px;
    left: 0;
    display: none;
    height: 0;
    width: 198px;
    background-color: #1a583beb;
    opacity: 1;
    z-index: 100;
    color: #fff;
    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;
    left: 610px!important
}

.categoryLevelTwoImage {
    float: left;
    width: 300px;
    margin-top: 24px;
    margin-left: 40px
}

.categoryColumn {
    width: 120px;
    position: relative;
    float: none;
    margin: 0 auto;
    margin-top: 1px;
    height: auto;
    overflow: hidden
}

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

.categoryLevelTwoTitle {
    position: relative;
    width: fit-content;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase
}

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

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

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

.categoryLevelThreeTitle {
    position: relative;
    font-size: 14px;
    width: fit-content;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase
}

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

#topHiddenBar.shownBar {
    top: 0
}

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

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

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

.languages {
    float: left;
    color: #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: #fff
}

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

#cartMessageButtonsWrapper {
    float: none;
    width: 370px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly
}

.cartMessageAceptar {
    width: 179px;
    font-size: 14px
}

#cartMessageDiv {
    overflow: hidden;
    width: 420px;
    padding: 0 0 0 0;
    height: 188px;
    top: calc(50% - 132px);
    margin-top: 0;
    background-color: #ff96a2;
    border: none
}

#alertMessageLogo,.alertMessageLogo {
    width: 104px;
    display: none
}

.alertMessageAceptar {
    border: 1px solid #fff;
    line-height: 35px;
    margin-top: 35px;
    font-weight: 900;
    background-color: #f26780;
    border: 1px solid #f26780
}

.alertMessageAceptar:hover {
    background-color: transparent;
    border: 1px solid #fff
}

.alertMessageClose {
    right: 10px
}

.cartMessageAceptar {
    line-height: 37px;
    text-transform: initial;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 30px;
    height: 37px
}

#cartMessageButtonsWrapper {
    width: 384px;
    margin-top: 4px
}

#alertMessageMessage,.alertMessageMessage {
    margin-bottom: 2px;
    margin-top: 51px;
    color: #fff;
    width: 85%
}

#alertMessageDiv {
    overflow: hidden;
    width: 358px;
    padding: 0 0 0 0;
    height: auto;
    top: calc(50% - 200px);
    margin-top: 0;
    background-color: #ff96a2;
    border: none;
    padding-bottom: 12px
}

.topHeader {
    width: 100%;
    color: #f095cd;
    text-align: center;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
    padding-top: 1px;
    font-weight: 700;
    font-size: 13px
}

@media screen and (min-width: 1100px) and (max-width:1455px) {
    .headerOptions {
        margin-left:3%;
        display: flex;
        flex-direction: row;
        gap: 20px
    }

    .headerLink {
        margin: unset
    }
}

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

    #headerLogoImg {
        margin-left: 25px
    }

    .headerOptions {
        margin-left: 35px
    }

    .headerLink {
        margin-left: 5px;
        margin-right: 5px
    }

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

#covidFixedContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#covidMessageDiv {
    position: relative;
    width: 600px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    max-width: 90%;
    border-radius: 5px
}

#covidPopupImg {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 30px
}

#covidCloseDiv {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #039149;
    cursor: pointer
}

.profileSeparator {
    position: relative;
    float: left;
    margin-left: 4px;
    margin-right: 8px
}

.mensajeViewProducts {
    height: 55px;
    position: fixed;
    top: 214px;
    z-index: 100;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #F26780;
    background: #FFE8E8
}

.mensajeViewProducts strong {
    font-weight: 800
}

.mensajeViewProducts .italic {
    font-style: italic;
    margin-left: 7px;
    font-weight: 600
}

.mensajeViewProducts strong {
    margin-right: 5px
}

@media screen and (max-width: 768px) {
    #header,#headerDummy {
        height:85px;
        position: relative
    }
.mensajeViewProducts.mobileElement {
    top: 174px;
    padding: 13px 0px;
    line-height: 17px;
}

.mensajeViewProducts .italic {
    margin: 6px;
}
    #categoriesContainer {
        height: auto;
        margin: 7px auto 0;
        width: 100%;
        overflow-x: auto;
        display: flex
    }

    .subHeaderLink {
        flex: 0 0 auto;
        height: auto;
        margin-top: 8px
    }

    .subHeaderLink:last-of-type {
        margin-top: 0;
        margin-bottom: 5px
    }

    #categoriesHeader {
        margin-top: 85px;
        display: flex;
        height: auto!important
    }

    #header {
        position: relative;
        background-color: #f095cd!important;
        display: block!important;
        position: fixed;
        z-index: 999
    }

    .alertMessageMessage {
        margin-bottom: 16px;
        margin-top: 13px
    }

    .mediaLogoImg {
        width: 30px;
        margin-left: 75px;
        margin-top: 17px
    }

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

    .cartAmount {
        width: 12px;
        height: 12px;
        font-size: 10px;
        line-height: 12px;
        float: none;
        margin-top: 8px;
        background: #fff
    }

    #headerMobileIcons {
        width: 216px;
        margin: 0 auto;
        float: right;
        margin-right: 20px
    }

    .topHeader {
        font-size: 10px
    }

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

    .cartIcon {
        float: right;
        margin-top: 12px;
        margin-right: 10px
    }

    #headerMobileMenuIcon {
        width: 30px;
        height: 20px;
        position: relative;
        float: left;
        margin-top: 15px;
        margin-left: 13px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 9999
    }

    #headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 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;
        background-color: #fff;
        margin-left: 3px
    }

    #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: 10px
    }

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

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

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

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

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

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

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

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

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

    #headerLogo {
        width: 78px;
        height: 40px;
        margin-top: 10px;
        top: 25px;
        display: block;
        position: absolute;
        left: 35%
    }

    .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: 30px;
        margin-top: 17px;
        cursor: pointer;
        margin-right: 2px
    }

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

    #headerMobileMenu {
        position: fixed;
        top: 84px;
        height: calc(100% - 104px);
        width: 80%;
        left: -80%;
        background-color: #f095cd;
        opacity: .94;
        z-index: 99;
        padding-top: 20px;
        overflow: auto;
        -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;
        box-shadow: 12px 5px 16px -8px rgba(0,0,0,.25);
        z-index: 9999
    }

    .mobileMenuItem {
        position: relative;
        width: 100%;
        display: table;
        height: auto;
        color: #fff;
        text-transform: uppercase;
        font-weight: 100
    }

    .mobileMenuLink {
        position: relative;
        float: left;
        display: inline-block;
        width: calc(100% - 71px);
        font-size: 14px;
        letter-spacing: 1px;
        min-height: 35px;
        line-height: 35px;
        padding-left: 20px;
        word-break: break-all;
        overflow: hidden;
        text-transform: lowercase;
        padding-left: 31px;
        font-weight: 800;
        height: auto
    }

    .mobileMenuSubcategoryText {
        font-weight: 200;
        font-size: 13px
    }

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

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

    .mobileMenuSubcategory {
        position: relative;
        width: 100%;
        height: auto;
        height: auto;
        overflow: hidden;
        text-transform: lowercase;
        padding-left: 18px;
        color: #f26780
    }

    .mobileMenuSubcategory.open {
        border-bottom: 0
    }

    .mobileMenuCategoryLevelThree {
        background-color: #e2d9ce;
        color: #fff;
        border-bottom: 1px solid #fff
    }

    #mobileSearchBar {
        position: relative;
        width: 84%;
        margin: 0 auto;
        height: 30px;
        overflow: hidden;
        border: 1px solid #fff;
        margin-top: 40px;
        margin-bottom: 40px;
        display: block
    }

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

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

    #mobileSearch::-webkit-input-placeholder {
        color: #fff
    }

    #mobileSearch:-moz-placeholder {
        color: #fff
    }

    #mobileSearch::-moz-placeholder {
        color: #fff
    }

    #mobileSearch:-ms-input-placeholder {
        color: #fff
    }

    #mobileSearch::-ms-input-placeholder {
        color: #fff
    }

    .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: 18%
    }

    #cartMessageButtonsWrapper {
        width: 194px
    }

    .cartMessageAceptar {
        margin: 0 auto;
        margin-bottom: 8px;
        margin-top: 17px
    }

    #topLoginContainer {
        position: relative;
        left: 31px;
        height: auto;
        overflow: hidden;
        width: fit-content;
        margin-top: 29px;
        margin-bottom: 21px;
        font-size: 13px
    }

    #searchBarContainer {
        position: relative;
        float: right;
        height: 50px;
        width: 137px;
        overflow: visible;
        margin-top: 0;
        margin-right: 4px
    }

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

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

    .searchIcon {
        padding-left: 0;
        cursor: pointer;
        margin-top: 21px;
        font-size: 15px;
        position: fixed;
        z-index: 1000;
        right: 55px;
        top: 33px;
        bottom: 10px;
        height: 16px;
        left: unset;
        color: #fff
    }

    #headerCart2 {
        position: relative;
        float: right;
        height: 26px;
        margin-top: 15px
    }

    #headerCart {
        margin-top: 11px;
        height: 15px
    }

    .searchBar {
        position: relative;
        margin-top: 54px;
        margin-left: 10px;
        float: left;
        width: 165px;
        color: #fff;
        background-color: #d66f9f;
        border-radius: 0;
        z-index: 100;
        transition: width 1.1s;
        border: 1px solid #d66f9f;
        overflow: hidden;
        height: 25px;
        border-radius: 0 0 0 9px
    }

    #alertMessageDiv {
        width: 295px;
        height: auto;
        padding-bottom: 25px
    }

    .catTwoMobileImg {
        width: 16px;
        height: 16px;
        float: left;
        position: absolute;
        top: 10px;
        background-color: #c4c4c4;
        border-radius: 20px
    }

    #mobileMenuSeparatorLine {
        width: 176px;
        position: relative;
        left: 31px;
        border: .2px solid #fff;
        margin-bottom: 29px
    }

    .openSlider {
        left: 6px!important
    }
}
