* {
    font-family: "Visby Round CF" !important;
}

#content {
    background-color: #ffffff !important;
}

:root {
    --principal1: #1f2ade;
    --principal2: #b1d2f1;
    --principal3: #ec6a2c;
}

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

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

#header {
    min-width: 1100px;
    background: transparent;
    height: 153px;
    position: fixed;
    display: none;
    width: 100%;
    display: block;
    z-index: 6;
    position: fixed;
    height: 155px;
}

#header .headerIcons {
    position: absolute;
    z-index: 99;
    width: 50px;
    animation: 10s ease-in-out 0s infinite normal none running float;
}

.headerTop {
    position: relative;
}

.headerTop.active {
    background: #E3F2FF;
}

.headerTop.active .headerLogoContainer #headerLogoImg img {
    filter: invert();
}

#suscribeNewsLetterHEader {
    cursor: pointer;
}

.headerTop.active #headerMainBar #suscribeNewsLetterHEader {
    background: var(--principal1);
    color: white;
    border: 1px solid var(--principal1);
}

.headerTop.active #headerMainBar #suscribeNewsLetterHEader:hover {
    background: #e3f2ff;
    color: var(--principal1);
}

.headerTop.active #headerMainBar .headerOptions #searchBarContainer #searchBarSlider #searchBar #searchSite,
.headerTop.active #headerMainBar .headerOptions #searchBarContainer #searchBarSlider #searchBar #searchSite::placeholder {
    color: black;
}

.headerTop.active #headerMainBar .headerOptions #searchBarContainer #searchBarSlider #searchBar .searchIcon {
    filter: unset;
}

.headerTop #spiral2 {
    width: 50px !important;
    left: -14px;
    height: 60px;
}

.headerTop #spiral3 {
    right: 2%;
    z-index: 99 !important;
    width: 60px !important;
    height: 80px;
}

.headerTop #spiral4 {
    left: 20%;
    width: 90px;
    height: 90px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

#headerPromoText {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.headerBanner.noHome, .headerBanner.active {
    display: none;
}

#headerPromo {
    height: 25px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    background: var(--principal1);
}

x #suscribeNewsLetterHEader {
    background: white;
    height: 30px;
    font-size: 13px;
    border: 1px solid white;
    border-radius: 35px;
    display: flex;
    color: var(--principal1);
    align-items: center;
    padding: 0px 12px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 600;
}

#searchSite::placeholder {
    color: white;
}

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

#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: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url(/files/headerBackImg.png);
    flex-direction: column;
    background-size: cover;
}

#headerLogoImg img {
    width: 180px !important;
}

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

#searchBarContainer {
    position: relative;
    float: right;
    /* height: 70px; */
}

#searchBackground {
    position: fixed;
    height: 88px;
    top: 0px;
    width: 169px;
    margin-left: 55px;
}

#alertMessageMessage {
    letter-spacing: 0px !important;
}

#searchBarSlider {
    /* position: absolute; */
    top: 0px;
    width: 100%;
    /* height: 100%; */
    transition: left 1s;
}

.openSlider {
    left: 0px !important;
}

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

.headerMark {
    width: 100%;
    background-color: #245472;
    height: 8px;
    margin: 0px auto;
    margin-top: 79px;
    position: absolute;
    z-index: 9999;
    display: none;
    margin-left: -10px;
}

.headerLink:hover .headerMark {
    display: block;
}

@-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;*/
}

.headerOptions {
    float: left;
    display: flex;
    justify-content: flex-end;
    height: 50px;
    width: calc(100%);
    background: transparent;
    align-items: center;
}

.headerLink {
    position: relative;
    float: left;
    display: block;
    height: auto;
    overflow: visible;
    border-bottom: 1.5px solid transparent;
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    -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;
    float: left;
    display: flex;
    align-items: center;
    line-height: 30px;
    margin: auto 30px;
}

.headerLink:hover {
    /* font-weight: 600; */
    /* padding: 0px; */
    border-bottom: 1.5px solid;
}

.shopLink {
    text-transform: none;
}

.searchIcon {
    cursor: default;
    float: left;
    font-size: 15px;
    height: 23px;
    position: relative;
    z-index: 1000;
    width: 14px;
    filter: invert(1);
}

#searchBar {
    position: relative;
    margin: auto;
    width: 290px;
    color: white;
    border-radius: 3px;
    z-index: 100;
    transition: width 1.1s;
    overflow: hidden;
    height: 35px;
    display: flex;
    /* margin-top: 6px; */
    /* margin-bottom: 5px; */
    border-radius: 140px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    align-items: center;
}

#suscribeNewsLetterHEader:hover {
    background: var(--principal1);
    color: white;
}

.headerTop {
    position: fixed;
    /* float: left; */
    width: 90%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5%;
    width: 90%;
    height: 40px;
    margin-top: 0px;
    overflow: hidden;
}

.headerTop.noHome {
    background: #e3f2ff;
}

.bottomHeaderCategories {
    width: 80%;
    /* display: none !important; */
    position: fixed;
    /* height: 80px; */
    overflow: visible;
    top: 55px;
    background: white;
    display: flex;
    padding: 9px 10% 2px 10%;
    border-bottom: 1px solid;
    justify-content: space-between;
    align-items: center;
}

.categoryLvl1Header {
    position: relative;
    float: left;
    width: 100%;
    /* height: 268px; */
    /* aspect-ratio: 5/6; */
    /* background-color: #F0F4F9; */
    border-radius: 10px;
    margin: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 7px;
}

.catContainerHeader {
    /* width: 11vw; */
    /* height: 80px; */
}

.catContainerHeader:hover .icons {
    transform: scale(1.1);
    z-index: 1;
    transition: 0.1s;
}

.catContainerHeader:hover p {}

img.icons {
    position: relative;
    float: left;
    height: 2.8vw;
    margin: 0px;
    /* margin-left: 5%; */
}

img.shadow {
    height: 4px;
    margin-top: 6px;
    margin-bottom: 5px;
}

.catContainerHeader p {
    text-align: center;
    color: black;
    font-size: 14px;
}

.headerTop.noHome .headerLogoContainer {
    filter: invert(1);
}

.headerTop.noHome #headerMainBar #suscribeNewsLetterHEader {
    background: var(--principal1);
    color: white;
    border: 1px solid var(--principal1);
}

.headerTop.noHome #headerMainBar #suscribeNewsLetterHEader:hover {
    background: #e3f2ff;
    color: var(--principal1);
}

.headerTop.noHome #headerMainBar #searchBarContainer #searchBar .searchIconContainer img {
    filter: invert(0);
}

.headerTop.noHome #headerMainBar #searchBarContainer #searchBar input {
    color: black;
}

.headerTop.noHome #headerMainBar #searchBarContainer #searchBar input::placeholder {
    color: black;
}

.headerTop.noHome #headerLogoImg {
    margin-top: 0px;
}

.headerTop.noHome .headerLogoContainer {
    height: 30px;
    align-items: center;
    justify-content: left;
    z-index: 999;
}

.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: fit-content;
    float: left;
    /* min-width: 1100px; */
    /* margin-right: 3vw; */
}

.headerLogoContainer {
    width: fit-content;
    display: flex;
    justify-content: center;
    height: auto;
}

.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;
    top: unset;
    height: unset;
}

#headerCart:hover {
    font-weight: 600;
}

#headerCartHover {
    position: relative;
    vertical-align: top;
    float: left;
    height: 22px;
    margin-top: 4px;
    cursor: pointer;
    margin-left: 15px;
    display: none;
}

#headerCart2:hover #headerCart {
    display: none;
}

#headerCart2:hover #headerCartHover {
    display: inline-block;
}

#headerCart2 {
    position: relative;
    float: left;
}

#headerCart2:hover {
    font-weight: 600;
}

#headerWishlist2 {
    position: relative;
    float: left;
    margin: 0 20px;
}

#headerWishlist2:hover {
    font-weight: 600;
}

.cartAmount {
    display: inline-block;
    position: absolute;
    background: none;
    background-color: #ffffff;
    width: 13px;
    border-radius: 92px;
    text-align: center;
    font-size: 11px;
    margin-top: 9px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding: 0px;
    font-weight: bold;
    color: #132357;
    margin-left: 3px;
    float: right;
    right: 21px;
    height: 13px;
    line-height: 12px;
    top: 7px;
}

.profileDiv {
    float: left;
    cursor: pointer;
}

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

#accountOptions1:hover #dialogIconTriangle1 {
    display: block;
}

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

.profileDiv:hover #headerProfile {
    display: none;
}

.profileDiv:hover #headerProfileHover {
    display: inline-block;
}

#headerProfile {
    position: relative;
    float: left;
    height: 22px;
    margin-top: 17px;
    margin-right: 20px;
    cursor: pointer;
    margin-left: 15px;
    display: inline-block;
}

#headerProfileHover {
    position: relative;
    display: none;
    float: left;
    height: 22px;
    margin-top: 17px;
    margin-right: 20px;
    cursor: pointer;
    margin-left: 15px;
}

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

#searchSite {
    width: 84%;
    float: left;
    position: relative;
    margin: 0 auto;
    height: 100%;
    background-color: transparent;
    padding: 0px;
    color: white;
    font-size: 13px;
    line-height: 27px;
    text-align: left;
    border: none;
    /* text-indent: 7px; */
    letter-spacing: 0px;
}

#suscribeNewsLetterHEader {
    background-color: white;
    border: 1px solid white;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    border-radius: 40px;
    margin-right: 10px;
    color: var(--principal1);
}

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

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

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

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

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

.expandedCategory {
    display: none;
    position: absolute;
    width: 13%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.4);
    color: #727272;
    backdrop-filter: blur(2px);
    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;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 0;
}

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

.categoryColumn {
    width: 40%;
    position: relative;
    float: left;
    margin: 0px auto;
    margin-top: 1px;
    height: auto;
    overflow: visible;
    margin-left: 10%;
    color: black;
}

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

.categoryColumn2 {
    width: 110px;
    position: relative;
    float: left;
    margin: 0px auto;
    margin-top: 20px;
    height: auto;
    overflow: visible;
    margin-left: 10%;
    color: black;
}

.categoryLevelTwoTitle2 {
    position: relative;
    width: fit-content;
    text-align: left;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 0;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

.categoryLevelTwoTitle {
    position: relative;
    width: fit-content;
    text-align: left;
    font-size: 14px;
    padding: 5px 0px;
    height: auto;
    line-height: 25px;
    margin-top: 0;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: black;
}

.categoryLevelOneTitle {
    position: relative;
    width: 90%;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
    background-color: #245472;
    cursor: pointer;
    font-weight: bold;
    text-transform: none;
}

.categoryLevelOneTitle {
    position: relative;
    width: 95%;
    text-align: left;
    color: #efb463;
    padding-left: 10px;
    font-size: 14px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
    cursor: pointer;
    font-weight: bold;
    text-transform: none;
    overflow: visible;
}

#categoryBlock {
    display: inline-block;
    width: 150px;
    margin-right: 10px;
    padding-left: 11px;
    /*border: 1px solid;*/
    height: 20px;
    margin-top: 10px;
}

#categoryBlock {
    display: inline-block;
    width: 154px;
    margin-right: 7px;
    padding-left: 7px;
    /*border: 1px solid;*/
    height: 20px;
    margin-top: 6px;
}

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

#expandedCategoryContainer {
    width: 100%;
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: auto;
    height: auto;
    float: left;
    margin-top: 13px;
    z-index: 1;
}

#expandedCategoryContainer:nth-child(4) {
    width: 12%;
}

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

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

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

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

#topHiddenBar.shownBar {
    top: 0px;
    overflow: visible;
}

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

.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: #000000;
}

.alertMessageMessage {
    font-size: 13px;
    color: #928e8e;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

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

.cartMessageAceptar {
    width: 55%;
    font-size: 12px;
}

#cartMessageDiv {
    overflow: hidden;
    width: 420px;
    padding: 0 0 0 0;
    height: 250px;
    top: calc(50% - 252px);
    margin-top: 0px;
    padding-top: 25px;
    border: none;
    padding-bottom: 20px;
}

#alertMessageLogo,
.alertMessageLogo {
    width: 180px;
    filter: invert(1);
}

.alertMessageAceptar {
    background-color: var(--principal1);
    border: 1px solid var(--principal1);
    color: #ffffff;
    line-height: 35px;
    border-radius: 0px;
    margin-top: 25px;
    text-transform: none;
}

#alertMessageDiv {
    border: none;
    padding-top: 20px;
}

.alertMessageAceptar:hover {
    background-color: transparent;
    color: var(--principal1);
}

.alertMessageClose {
    right: 10px;
}

.cartMessageAceptar {
    line-height: 35px;
    height: 35px;
    margin: 0 auto;
    text-transform: none;
    border-radius: 0px;
    font-weight: 600;
    display: block;
    float: none;
    margin-top: 13px;
}

#cartMessageButtonsWrapper {
    width: 364px;
}

.headerCategoryMarker {
    width: 6px;
    position: absolute;
    margin-left: -12px;
    margin-top: -2px;
    display: none;
}

.categoryLevelTwoTitle:hover .headerCategoryMarker {
    display: block;
}

.searchIconContainer {
    float: left;
    width: 21px;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    display: flex;
    height: 30px;
    margin-left: 10px;
}

.headerBanner {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    color: var(--principal1);
    font-weight: 500;
    background: var(--principal2);
}

.categorySecondColumn {
    float: left;
    width: 0;
    margin-top: 60px;
}

.categoryImg {
    width: 22%;
    float: right;
    position: absolute;
    height: 83%;
    top: 11%;
    right: 0%;
}

.categoryOneTitle {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 50px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #bdbdbd;
}

.categoryImg img {
    height: 100%;
    /* width: 93%; */
}

.headerSeparatorLine {
    width: 1px;
    float: left;
    margin: 35px calc(5% - 2px) 0px;
    height: 88%;
    background-color: #b3b3b3;
}

.categoryColumTop {
    display: none !important;
    display: grid;
    grid-template-columns: auto;
    height: auto;
}

.categoryColumBottom {
    width: fit-content;
    display: grid;
    grid-template-columns: auto;
    height: auto;
    margin-top: 13px;
}

.categoryColumBottom .categoryLevelTwoTitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0px;
}

.btnColor {
    color: #ffffff;
    border: 1px solid var(--principal2);
    background: var(--principal2);
    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;
}

.btnColor:hover {
    background: transparent;
    color: var(--principal2);
}

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

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

#dialogIconTriangle1 {
    right: 17px;
    top: 6px;
    color: #000000;
    position: absolute;
}

#myProfileUser1,
#logoutUser1,
#myProfileUser2,
#logoutUser2 {
    top: 14px;
    line-height: 30px;
    color: #000000;
    border: 1px solid #000000;
    font-size: unset;
}

#myProfileUser1:hover,
#logoutUser1:hover,
#myProfileUser2:hover,
#logoutUser2:hover {
    background-color: #000000;
}

#headerPromoText p {
    display: inline-block;
}

#headerWishlist {
    position: relative;
    float: left;
    margin: 0 20px;
}

#headerWishlist:hover {
    font-weight: 600;
}

.headerWishlistIcon {
    position: absolute;
    top: 2.5px;
    height: 20px;
    left: 2.5px;
}

.headerWishlistIcon.hoverIcon {
    opacity: 0;
    height: 22px;
    top: 2px;
    left: 1px;
}

#headerWishlist:hover .headerWishlistIcon.hoverIcon {
    opacity: 1;
}

.alertMessageDiv {
    border-radius: 0px;
}

.alertMessageInput {
    border-radius: 0px;
}


/* top hidden bar */

#topHiddenBar.shownBar {
    top: 0px;
}

#topHiddenBar.shownBar .searchHeaderContainer {
    overflow: unset;
}

#topHiddenBar {
    position: fixed;
    left: 0;
    top: -140px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 7%);
    height: 136px;
    background-color: #ffffff;
    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;
}

#hiddenHeaderLogo {
    height: auto;
    width: 100%;
    display: flex;
    float: left;
    justify-content: space-around;
    align-items: center;
}

#hiddenHeaderMainBar {
    width: 100%;
    float: left;
    height: 53px;
}

#rightHiddenHeaderOptions {
    float: right;
    height: 100%;
    width: 20%;
    color: black;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 13px;
}

.openSearchContainer {
    float: left;
}

#hiddenHeaderCart2 {
    position: relative;
    float: left;
    height: 30px;
    margin-top: 12px;
}

#hiddenHeaderCart2:hover #headerCartHover {
    display: inline-block;
}

#hiddenHeaderCart2:hover #headerCart {
    display: none;
}

#dialogIconTriangle2 {
    right: 20px;
    top: 7px;
    color: #000000;
}

#hiddenHeaderWishlist {
    display: block;
    position: relative;
    float: left;
    margin-top: 15px;
    height: 25px;
    width: 25px;
}

#accountOptions2 {
    width: 55px;
}

#topHiddenBar .openSearchContainer {
    display: block;
    position: relative;
    float: left;
    margin-top: 17px;
    height: 25px;
    width: 23px;
    cursor: pointer;
    margin-right: 10px;
}

#topHiddenBar .openSearchContainer:hover .openSearchImg {
    display: none;
}

#topHiddenBar .openSearchContainer:hover .openSearchImgHover {
    display: block;
}

#topHiddenBar .openSearchContainer .openSearchImg {
    width: 100%;
    position: relative;
}

#topHiddenBar .openSearchContainer .openSearchImgHover {
    width: 100%;
    position: relative;
    display: none;
}

.topHiddenBarContainer {
    width: 100%;
    margin: 0px auto 0px;
    overflow: visible;
}

#topHiddenBar .headerOptions {
    float: left;
    display: flex;
    justify-content: center;
    height: 50px;
    width: calc(100%);
}

#hiddenHeaderWishlist:hover .headerWishlistIcon.hoverIcon {
    opacity: 1;
}

.searchHeaderContainer {
    position: relative;
    float: left;
    width: 90%;
    margin: 23px 8%;
    color: white;
    border-radius: 10px;
    z-index: 100;
    transition: width 1.1s;
    height: 40px;
    /* backdrop-filter: blur(2px); */
    background: rgba(255, 255, 255, 0.4);
}

.searchBarHeader {
    top: 112px;
    width: 100%;
    height: 0px;
    position: fixed;
    float: left;
    z-index: 1;
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 7%);
    background: white;
}

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

.hiddenHeaderSearchImg {
    position: relative;
    margin: auto 0;
    margin-right: 10px;
    margin-top: 10px;
    height: 20px;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
    z-index: 1;
    color: black;
    width: unset;
    font-size: unset;
    height: unset;
}

#accountOptions1:hover {
    height: unset;
}

.profileHeader,
.headerLogout {
    width: auto;
    position: absolute;
    left: 34px;
}

.profileHeader {
    top: 10px;
}

.headerLogout {
    top: 41px;
}

.hiddenHeaderLogo {
    width: 20%;
    display: flex;
    justify-content: center;
}

.headerOption.selectedCategoryOne {
    border-bottom: 1px solid;
}

.headerOption:hover {
    /* border-bottom: 1.5px solid; */
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    #header {
        min-width: unset;
    }
    #headerMainBar {
        width: 100%;
        min-width: unset;
    }
    #searchBar {
        width: 190px;
    }
    #searchBarContainer {
        display: none;
    }
    #alertMessageDiv {
        width: 45% !important;
    }
    #headerLogo {
        left: 41% !important;
    }
    .headerOptions {
        margin-left: 25px;
        margin-right: 0px;
        width: calc(100% - 257px);
    }
    .headerLink {
        margin-left: 1%;
        margin-right: 1%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .profileIcon {
        margin-left: 10px;
        margin-right: 10px;
    }
    #cartMessageDiv {
        width: 45% !important;
    }
    #rightHeaderOptions {
        width: 122px;
    }
    #accountOptions,
    #accountOptions1 {
        width: 60px;
    }
    #dialogIconTriangle1 {
        right: 25px;
    }
    .topHiddenBarContainer {
        width: 96%;
    }
    #hiddenHeaderMainBar {
        width: calc(100% - 85px);
    }
    #topHiddenBar .headerOptions {
        margin-left: 1%;
        width: calc(99% - 143px);
        margin-right: 0px;
    }
    #rightHiddenHeaderOptions {
        width: 143px;
    }
    #accountOptions2 {
        width: 51px;
    }
    #hiddenHeaderLogo {
        width: 85px;
    }
}

@media screen and (max-width: 1200px) {
    .mobileCartTxt {
        color: black;
        line-height: 44px;
        font-size: 13px;
    }
    #header,
    #headerDummy {
        height: 118px;
    }
    #header.open {
        background: white;
    }
    #headerPromo {
        height: 20px;
    }
    #headerPromoText {
        font-size: 10px;
    }
    #headerPromoText p {
        display: inline-block;
    }
    #header .mobileElement {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        /* margin-top: 15px; */
        padding: 15px 5%;
        border-bottom: 1px solid;
    }
    #header .headerBanner.mobileElement {
        margin-top: 0;
        border-bottom: none;
        justify-content: center;
        padding: 8px 5%;
    }
    #headerMobileLogo {
        width: calc(100% - 110px);
        position: relative;
        float: left;
        /* margin-top: 11px; */
        /* margin-left: 6%; */
        height: 20px;
    }
    .bottomHeaderCategories .catContainerHeader {
        float: left;
    }
    img.icons {
        height: 40px;
        width: unset;
    }
    .categoryLvl1Header {
        margin-top: 0px;
    }
    #headerLogoImg {
        /* margin-top: 18px; */
        width: 80% !important;
    }
    img.shadow {
        width: auto;
    }
    .alertMessageMessage {
        margin-bottom: 16px;
        margin-top: 13px;
        font-size: 15px !important;
    }
    .mediaLogoImg {
        width: 18px;
        margin-left: 15px;
        margin-top: 19px;
    }
    #headerCart {
        position: relative;
        width: 18px;
        margin-top: 16px;
        cursor: pointer;
        margin-right: 0px;
        margin-left: 0px;
        float: right;
        height: auto;
    }
    .cartAmount {
        width: 12px;
        float: none;
        margin-top: 30px;
        background: #dacec3;
    }
    #headerMobileIcons {
        width: 70px;
        float: right;
        margin-right: 20px;
        text-align: right;
    }
    .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: 35px;
        margin-left: 20px;
        margin-right: 40px;
        -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;
        display: none;
    }
    #headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 40%;
        background: #000000;
        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: 40%;
    }
    #headerMobileMenuIcon span:nth-child(odd) {
        left: 0px;
    }
    #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: 3px;
        top: 6px;
    }
    #headerMobileMenuIcon.open span:nth-child(2) {
        left: calc(50% - 3px);
        top: 6px;
    }
    #headerMobileMenuIcon.open span:nth-child(3) {
        left: -40%;
        opacity: 0;
    }
    #headerMobileMenuIcon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #headerMobileMenuIcon.open span:nth-child(5) {
        left: 3px;
        top: 15px;
    }
    #headerMobileMenuIcon.open span:nth-child(6) {
        left: calc(50% - 3px);
        top: 15px;
    }
    #headerLogo {
        width: 217px;
        height: auto;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .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: -100vh;
        height: calc(100% - 84px);
        width: 100vw;
        left: 0px;
        background-color: white;
        z-index: 5;
        overflow: scroll;
        padding: 20px 0px;
        -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 {
        top: 139px;
        border-top: 1px solid;
        /* background-image: url(/files/greyBkg.jpg); */
    }
    .mobileMenuItem {
        position: relative;
        width: 100%;
        display: table;
        height: auto;
        color: #000000;
        float: left;
    }
    .mobileMenuItem:last-of-type {
        margin-bottom: 25px;
    }
    .mobileMenuLink {
        position: relative;
        float: left;
        display: inline-block;
        font-weight: 500;
        width: auto;
        font-size: 15px;
        max-width: 180px;
        height: 42px;
        text-transform: uppercase;
        color: #000000;
        line-height: 42px;
        padding-left: 20px;
        word-break: break-all;
        overflow: hidden;
    }
    .mobileMenuLink.underline {
        text-decoration: underline;
        font-weight: 700;
    }
    .catContainerHeader:hover {
        transform: unset;
        z-index: unset;
        transition: unset;
    }
    .mobileMenuSeeMore {
        position: relative;
        float: right;
        margin-right: 20px;
        height: 42px;
        line-height: 42px;
        width: 10px;
        text-align: center;
    }
    .mobileMenuSubcategories {
        position: relative;
        float: left;
        width: calc(100% - 15px);
        padding-left: 15px;
        height: 0px;
        overflow: hidden;
        background: #f5f5f5;
    }
    .mobileMenuSubcategories .mobileMenuLink {
        text-transform: inherit;
        font-weight: 400;
    }
    .mobileMenuSubcategory {
        position: relative;
        width: 100%;
        height: auto;
        color: black;
        height: auto;
        background-color: white;
        overflow: hidden;
        padding-left: 15px;
    }
    .mobileMenuSubcategory.open {
        border-bottom: 0px;
    }
    .mobileMenuCategoryLevelThree {
        background-color: #e2d9ce;
        color: white;
        border-bottom: 1px solid white;
    }
    #mobileSearchImg {
        position: relative;
        float: left;
        margin-left: 10px;
        height: 15px;
        margin-top: 10px;
    }
    #mobileSearch {
        position: relative;
        float: left;
        width: calc(100% - 73px);
        height: 100%;
        padding-left: 14px;
        font-size: 12px;
        /* color: #000000; */
        background-color: transparent;
    }
    #mobileSearch::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #000000;
    }
    #mobileSearch:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #000000;
    }
    #mobileSearch::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #000000;
    }
    #mobileSearch:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000000;
    }
    #mobileSearch::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #000000;
    }
    .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;
    }
    .profileDiv {
        float: right;
        width: auto;
        margin-left: 0px;
    }
    .profileIcon {
        float: right;
        margin-left: 0px;
        margin-right: 12px;
        margin-top: 15px;
    }
    .profileIcon img {
        height: 33px;
        width: auto;
    }
    #cartMessageDiv {
        width: 90%;
        margin: 0 auto;
        height: auto;
        top: 10%;
        padding-bottom: 21px;
    }
    #cartMessageButtonsWrapper {
        width: 204px;
    }
    .cartMessageAceptar {
        margin-bottom: 14px;
        margin-top: 17px;
        margin-left: 2px;
        width: 98%;
    }
    #searchBackground {
        height: 61px;
        margin-right: 32px;
        z-index: -5;
        margin-left: 0px;
        width: 115px;
    }
    .mobileMenuSubcategoryText {
        font-size: 11px;
        line-height: 27px;
        height: 27px;
        font-weight: normal;
    }
    .mobileSkyblue {
        background-color: white;
    }
    #headerWishlist {
        float: left;
        margin-top: 0px;
        width: 100%;
        height: auto;
        margin-left: unset;
    }
    #mobileProfile {
        position: relative;
        width: calc(100% - 40px);
        margin: 0px 20px;
        float: none;
        color: #000000;
        text-transform: uppercase;
        overflow: hidden;
        display: block;
        line-height: 20px;
        font-weight: 700;
        font-size: 11px;
    }
    #header {
        height: auto;
    }
    #mobileSearchBar {
        border-radius: 30px;
        /* position: absolute; */
        /* top: -70px; */
        margin: 0px;
        height: 35px;
        transition: all 0.2s;
        margin-left: 5%;
        border: 1px solid white;
    }
    #mobileSearchBar img {
        filter: invert(1);
    }
    #mobileSearchBar input {
        color: white;
        font-size: 14px;
        padding-left: 10px;
        height: 33px;
    }
    .mobileElement.headerMobile.noHome {
        background: #E3F2FF;
        margin-top: 0px !important;
        /* padding-top: 15px !important; */
    }
    .searchBarBackground {
        position: absolute;
        width: 100%;
        left: 0px;
        height: 67px;
        top: -164px;
        /* background: white; */
        z-index: 6;
        display: flex;
        backdrop-filter: blur(2px);
        align-items: center;
        transition: all 0.2s;
        margin-top: 15px;
    }
    .closeSearchBar {
        filter: none !important;
        width: 18px;
        position: absolute;
        right: 4%;
        top: calc(50% - 9px);
    }
    .noHome .searchBarBackground {
        margin-top: 0px;
        background: #ffffff21;
    }
    .mobileElement.headerMobile.noHome {}
    .mobileElement.headerMobile.noHome #mobileSearchImg {
        filter: invert(0);
    }
    .rightOptions div {
        width: 33px;
        height: 33px;
    }
    .newsLetterMobileIcon {
        background-image: url(/files/newsLetterMobileIcon.png);
        margin-right: 10px;
        background-size: unset;
        background-color: white;
        border-radius: 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 55%;
    }
    .openSearchBar {
        background-image: url(/files/searchIconMobileHeader.png);
        background-size: contain;
    }
    .mobileElement.headerMobile.noHome input {
        color: black !important;
    }
    .mobileElement.headerMobile.noHome input::placeholder {
        color: black !important;
    }
    .mobileElement.headerMobile.noHome #headerLogoImg {
        filter: invert(1);
    }
    .rightOptions {
        display: flex;
    }
    .bottomHeaderCategories {
        top: 105px;
        left: 0px;
        width: 100%;
        padding: 14px 0px;
    }
    #mobileSearchBar input::placeholder {
        color: white;
    }
    #mobileProfileImg {
        position: relative;
        float: left;
        margin-top: 0px;
        height: 16px;
        top: 1px;
    }
    #mobileProfileText {
        position: relative;
        float: left;
    }
    .wishlistContainer {
        width: calc(100% - 40px);
        margin: 10px 20px 20px;
        overflow: hidden;
    }
    .myWishlist {
        float: left;
        text-transform: uppercase;
        line-height: 20px;
        color: #000000;
        font-size: 11px;
        font-weight: 700;
    }
    .headerWishlistIcon {
        position: relative;
        top: 2px;
        margin-right: 12px;
        height: 15px;
        left: unset;
        float: left;
    }
    .openSearchContainer {
        float: right;
        margin-top: 13px;
        margin-right: 15px;
        display: none;
    }
    .openSearchImg {
        width: 19px;
    }
    .searchBarHeader {
        top: 79px;
        width: 100%;
        height: 60px;
        float: left;
        background: transparent;
        z-index: 6;
        border-bottom: 1px solid;
        box-shadow: unset;
    }
    .lineSeparatorHeader {
        width: 100%;
        height: 1px;
        background-color: #9d9d9d;
        margin: 30px auto 20px;
        overflow: hidden;
        position: relative;
    }
    .groupsMobileContainer {
        float: left;
        width: 100%;
        display: none !important;
        position: relative;
        margin-top: 30px;
    }
    .mobileMenuItem:last-of-type {
        margin-bottom: 30px;
    }
    .lastCategories {
        font-weight: 500 !important;
    }
    .noHome .rightOptions div:first-child {
        margin-right: 10px;
        background-image: url(/files/newsLetterMobileIconNoHome.png);
        background-color: #1F2ADE;
        background-size: 55%;
    }
    .noHome .rightOptions div:last-child {
        background-size: cover;
        background-image: url(/files/searchIconMobileHeaderNoHome.png);
    }
    #mobileProfile a span {
        margin-right: 7px;
        margin-left: 7px;
    }
    .headerShowLogin span {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 768px) {
    .catContainerHeader p {
        height: 15px;
        position: absolute;
        margin: 0 !important;
        display: block;
        bottom: 0;
        margin: 0 auto !important;
        width: 100%;
        text-align: center;
    }
    .catContainerHeader {
        display: inline-block;
        position: relative;
        height: 68px !important;
        /* float: unset !important; */
    }
    .bottomHeaderCategories {
        display: block;
        height: 100px;
        /* overflow-x: scroll; */
    }
    #header,
    #headerDummy {
        height: 180px !important;
    }
    div#mobileSearchBar {
        background: #E3F2FF;
    }
    .searchBarBackground {
        backdrop-filter: blur(4px);
        height: 164px;
        -webkit-backdrop-filter: blur(4px);
    }
}