/* Effect 4: bottom border enlarge */

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

body,
#content {
    font-family: 'Raleway';
    background-color: #f7f7f7;
}

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

#categoriesContainer {
    width: fit-content;
    height: 82px;
    margin: auto;
    margin-top: 21px;
}

.subHeaderLink {
    position: relative;
    float: left;
    display: block;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
    top: 0px;
    -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: 104px;
    text-align: center;
}

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

.catTwoImg {
    width: 67px;
    height: 37px;
    margin: auto;
    /* margin-left: 19px; */
    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: 88px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #f7f7f7;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 8%);
    /*background: -moz-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
    /*background: -webkit-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
    /*background: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.hedeRef {
    text-decoration: none;
    color: black;
}

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

#topHiddenBar {
    background-color: #FFF;
    color: #282828;
    position: fixed;
    left: 0;
    top: -70px;
    width: 100%;
    opacity: 0.8;
    z-index: 10000;
    overflow: visible;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
    height: 70px;
    transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -webkit-transition: top .3s ease-out;
    -o-transition: top .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 {
    height: 87px;
    width: 138px;
    margin: auto;
    display: block;
    float: left;
    margin-top: 0px;
    margin-left: 4%;
}

#headerLogoImg {
    height: 42px;
    margin-left: 0px;
    margin-top: 12px;
}

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

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

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

.openSlider {
    left: 0px !important;
}

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

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

#topLoginContainer {
    width: fit-content;
    height: 23px;
    font-size: 14px;
    float: left;
    font-size: 17px;
    color: #000000;
    letter-spacing: 1px;
    margin-top: 3px;
}

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

.profileContainer:hover {
    font-weight: 900;
}

@-webkit-keyframes sale-effect {
    0% {
        color: black;
    }
    50% {
        color: rgb(239, 99, 60);
    }
    100% {
        color: black;
    }
}

@-moz-keyframes sale-effect {
    0% {
        color: black;
    }
    50% {
        color: rgb(239, 99, 60);
    }
    100% {
        color: black;
    }
}

@-ms-keyframes sale-effect {
    0% {
        color: black;
    }
    50% {
        color: rgb(239, 99, 60);
    }
    100% {
        color: black;
    }
}

@-o-keyframes sale-effect {
    0% {
        color: black;
    }
    50% {
        color: rgb(239, 99, 60);
    }
    100% {
        color: black;
    }
}

@keyframes sale-effect {
    0% {
        color: black;
    }
    50% {
        color: rgb(239, 99, 60);
    }
    100% {
        color: black;
    }
}

.headerOption:not(.offerOption):hover,
.headerOptionMenuOpen {
    /*    top:-5px;*/
}

.headerOptionMenuOpen {
    display: block !important;
}
.openOption{
    display: block !important;
}

.headerOptions {
    float: left;
    width: fit-content;
    margin-left: 5%;
    /* margin: auto; */
    position: relative;
    /* overflow: hidden; */
    margin-top: 25px;
}

.headerLink {
    position: relative;
    float: left;
    display: block;
    font-weight: 500;
    height: 20px;
    /* overflow: hidden; */
    text-transform: uppercase;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0.10em;
    top: 0px;
    -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: 25px;
    height: 25px;
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.headerLink:hover:first-child {
    opacity: 0.6;
}

.selectedTab.headerLink:after {
    border-bottom: 2px solid #000000;
    color: #FFFFFF;
    top: -19px !important;
    opacity: 1;
}

.shopLink {
    text-transform: uppercase;
}

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

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

.searchBar.openBar {
    left: 0px;
}

.cartIcon {
    float: left;
    /* margin-left: 36px; */
    margin-right: 35px;
    font-size: 33px;
    color: white;
    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: 10px;
    padding-bottom: 17px;
    min-width: 1300px;
}

#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: #ffffff;
    width: 14px;
    border-radius: 92px;
    text-align: center;
    font-size: 12px;
    margin-top: 9px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding: 0px;
    font-weight: 900;
    color: #ffafb8;
    margin-left: 3px;
    right: -3px;
    height: 14px;
    line-height: 14px;
    top: 10px;
    text-indent: 0.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: 229px;
    float: left;
    position: relative;
    margin: 0 auto;
    margin-left: 5px;
    height: 100%;
    background-color: #e05d6c;
    color: white;
    font-size: 12px;
    text-align: left;
    text-indent: 10px;
    border: none;
    /* border-radius: 16px; */
    letter-spacing: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

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

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

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

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

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

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

.blackBackground{
    display: none;
}

.expandedCategory {
    position: absolute;
    top: 53px;
    left: -52px;
    display: none;
    height: 120px;
    width: 170px;
    /* max-width: 15%; */
    background-color: #ECEBEA;
    opacity: 1;
    z-index: 100;
    color: black;
    padding-bottom: 10px;
    border-bottom: 7px solid #0E1E32;
    transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -webkit-transition: top .3s ease-out;
    -o-transition: top .3s ease-out;
    background-image: url('/files/logoHeader.png');
    background-repeat:
    no-repeat;
    background-position: right;
    background-size: 50% 85%;
}

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

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

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

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

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .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: 88px;
}

#topHiddenBar.shownBar {
    top: 0px;
}

.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: black;
    margin-top: 4px;
}

#language {
    background-color: white;
    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: black;
    text-align: center;
}

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

.alertMessageLogo {
    width: 100px;
}

.alertCloseIcon {
    color: white;
}

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

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

.cartMessageAceptar {
    width: 60%;
    font-size: 14px;
    margin-left: 20% !important;
}

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

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

.alertMessageAceptar {
    line-height: 35px;
    margin-top: 20px;
    background-color: #f7f7f7;
    border-radius: 0;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 100;
}

.alertMessageAceptar:hover {
    background-color: #000000 !important;
    color: #f7f7f7 !important;
}

.alertMessageClose {
    right: 10px;
    color: #000000;
    font-size: 28px;
}

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

#cartMessageButtonsWrapper {
    width: 384px;
    margin-top: 4px;
    position: relative;
    padding-bottom: 26px;
}

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

#alertMessageDiv {
    overflow: hidden;
    width: 420px;
    top: calc(50% - 132px);
    margin-top: 0px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
}

@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: 0px;
    left: 0px;
    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: white;
    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;
}

@media screen and (max-width: 768px) {
    #header,
    #headerDummy {
        height: 60px;
        position: relative;
    }
    #categoriesContainer {
        width: fit-content;
        height: 63px;
        margin: auto;
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .subHeaderLink {
        width: 114px;
    }
    #categoriesHeader {
        margin-top: 50;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: end;
        overflow-x: scroll;
    }
    #header {
        position: relative;
        display: block !important;
        position: fixed;
        z-index: 999;
    }
    .alertMessageMessage {
        margin-bottom: 16px;
        margin-top: 50px;
    }
    .mediaLogoImg {
        width: 30px;
        margin-left: 75px;
        margin-top: 17px;
    }
    #headerCart {
        position: relative;
        height: 30px;
        margin-top: 21px;
        cursor: pointer;
        margin-right: -5%;
        margin-left: 0px;
    }
    .cartAmount {
        width: 12px;
        height: 12px;
        font-size: 10px;
        line-height: 12px;
        float: none;
        margin-top: 8px;
        background: white;
    }
    #headerMobileIcons {
        width: 216px;
        /* margin: auto; */
        float: right;
        margin-right: 20px;
    }
    .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: 19px;
        margin-left: 13px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9999;
    }
    #headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #000000;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background-color: #000000;
        margin-left: 3px;
    }
    #headerMobileMenuIcon span:nth-child(even) {
        left: 50%;
    }
    #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: 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 {
        height: 40px;
        margin-top: 3px;
        top: 7px;
        display: block;
        position: absolute;
        left: 24%;
    }
    .cart {
        float: right;
        margin-right: 10px;
        margin-top: 8px;
    }
    #rightHeaderOptions {
        position: relative;
        float: right;
        width: 85px;
        right: 0px;
    }
    #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: 0;
        height: 100%;
        width: 100%;
        left: -100%;
        background-color: #000000;
        z-index: 99;
        padding-top: 20px;
        overflow: scroll;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    #headerMobileMenuIcon2 {
        font-size: 70px;
        color: #FFFFFF;
        margin-left: 20px;
        float: left;
    }
    #headerMobileMenu.open {
        left: 0px;
        box-shadow: 12px 5px 16px -8px rgba(0, 0, 0, 0.25);
        z-index: 9999;
    }
    .mobileMenuItem {
        position: relative;
        width: 100%;
        display: table;
        height: auto;
        color: white;
        text-transform: uppercase;
        font-weight: 100;
        margin-top: 65px;
        display: flex;
        flex-direction: column;
    }
    .mobileMenuLink {
        position: relative;
        float: left;
        display: inline-block;
        width: fit-content;
        font-size: 24px;
        letter-spacing: 1px;
        height: 50px;
        line-height: 59px;
        padding-left: 20px;
        word-break: break-all;
        overflow: hidden;
        text-transform: uppercase;
        padding-left: 31px;
        color: #FFFFFF;
    }
    .mobileMenuSubcategoryText {
        font-weight: 200;
    }
    .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: 0px;
        overflow: hidden;
        background: white;
    }
    .mobileMenuSubcategory {
        position: relative;
        width: 100%;
        height: auto;
        height: auto;
        overflow: hidden;
        TEXT-TRANSFORM: lowercase;
        padding-left: 18px;
        color: #F26780;
    }
    .mobileMenuSubcategory.open {
        border-bottom: 0px;
    }
    .mobileMenuCategoryLevelThree {
        background-color: #e2d9ce;
        color: white;
        border-bottom: 1px solid white;
    }
    #mobileSearchBar {
        position: relative;
        width: 84%;
        margin: 0 auto;
        height: 30px;
        overflow: hidden;
        border: 1px solid white;
        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: white;
        background-color: transparent;
    }
    #mobileSearch::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: white;
    }
    #mobileSearch:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: white;
    }
    #mobileSearch::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: white;
    }
    #mobileSearch:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white;
    }
    #mobileSearch::-ms-input-placeholder {
        /* Microsoft Edge */
        color: white;
    }
    .mobileMenuCategoryArrow {
        position: relative;
        float: right;
        height: 10px;
        top: 0px;
        right: 5px;
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .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: 0px;
    }
    .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: 18%;
    }
    #cartMessageButtonsWrapper {
        width: 194px;
    }
    .cartMessageAceptar {
        margin: 0px auto;
        margin-bottom: 8px;
        margin-top: 17px;
        width: 80%;
        margin-left: 10% !important;
    }
    #topLoginContainer {
        position: relative;
        right: 0px;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 20px;
        color: #FFFFFF;
        float: left;
        width: 100%;
        text-indent: 31px;
        font-weight: 100;
    }
    .profileContainer {}
    #searchBarContainer {
        position: relative;
        float: right;
        height: 50px;
        width: 137px;
        overflow: visible;
        margin-top: 0px;
        margin-right: 4px;
        display: none;
    }
    .searchBarSlider {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 50px;
        left: 167px;
        transition: left 1s;
    }
    .headerShowLogin {}
    #searchSite {
        position: relative;
        width: 227px;
        float: left;
        position: relative;
        margin: 0 auto;
        margin-left: 11px;
        height: 100%;
        background-color: #e05d6c;
        color: white;
        font-size: 12px;
        text-align: left;
        text-indent: 10px;
        border: none;
        /* border-radius: 16px; */
        letter-spacing: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }
    .searchIcon {
        padding-left: 0px;
        cursor: pointer;
        margin-top: 21px;
        font-size: 15px;
        position: fixed;
        z-index: 1000;
        left: 300px;
        top: 2px;
        bottom: 10px;
        height: 16px;
        color: white;
    }
    #headerCart2 {
        position: relative;
        float: right;
        height: 26px;
        margin-top: 25px;
        color: #000000;
        font-size: 15px;
    }
    #headerCart {
        margin-top: 11px;
        height: 15px;
    }
    .searchBar {
        position: relative;
        margin-top: 60px;
        margin-left: 10px;
        float: left;
        width: 165px;
        color: white;
        background-color: #e05d6c;
        border-radius: 0;
        z-index: 100;
        transition: width 1.1s;
        border: 1px solid #e05d6c;
        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: 200px;
        position: relative;
        left: 14px;
        border: 0.2px solid white;
        margin-bottom: 29px;
    }
}