body {
    font-family: "Manrope" !important;
}

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

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

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

#firstLoad {
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    display: none;
}

#header {
    min-width: 1000px;
    height: 88px;
    position: fixed;
    top: -0px;
    width: 100%;
    z-index: 5;
    background-color: #1c5391;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    transition: all .2s ease;
}

.button {
    position: relative;
    width: 120px;
    display: block;
    background: #1c5391;
    border-radius: 100px;
    color: #fff;
    padding: 15px 35px;
    cursor: pointer;
    padding-bottom: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.13px;
    overflow: hidden;
    transition: all .5s,width 1s cubic-bezier(.73,.29,0,1);
    border: none;
}

.button:hover::before {
    height: 100%;
    bottom: 0;
    top: initial;
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: height .5s cubic-bezier(.73,.29,0,1);
}

.button:hover span:last-child {
    top: 15px;
    opacity: 1;
}

.button:hover span:first-child {
    transform: translateY(-30px);
    opacity: 0;
}

.button:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
    transition: all .5s,background .5s .3s;
}

.button span {
    position: relative;
    transition: all .8s cubic-bezier(.73,.29,0,1);
    display: block;
    text-align: center;
}

.button span:last-child {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    color: #1c5391;
}

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

#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 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 {
    position: absolute;
    left: 5%;
    top: 17px;
    overflow: hidden;
}

#headerLogoImg {
    height: 40px;
    margin-top: 7px;
}

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

#searchBarContainer {
    position: relative;
    float: right;
    height: 50px;
    width: 175px;
    overflow: hidden;
}

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

#searchBarSlider {
    position: absolute;
    top: 4px;
    width: 100%;
    height: 50px;
    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;
    height: 65px;
    margin-top: 0px;
    top: 0px;
    line-height: 75px;
}

.headerMark {
    position: absolute;
    width: 50%;
    left: 25%;
    height: 8px;
    margin: 0px auto;
    bottom: 9px;
    display: none;
}

.headerLink:hover .headerMark{
    display:block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%2300b8f1' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 2px;
    background-repeat: repeat-x;
    text-decoration: none;
}
.headerOptions {
    position: relative;
    width: 450px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.headerLink {
    position: relative;
    float: left;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 900;
    color: white;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.headerLink:hover {
    color: #00b8f1;
}

.shopLink {
    text-transform: uppercase;
}

.searchIcon {
    padding-left: 0px;
    cursor: pointer;
    float: left;
    margin-top: 21px;
    font-size: 15px;
    position: absolute;
    z-index: 1000;
    left: 18px;
    bottom: 10px;
    color: #797979;
}

#searchBar {
    position: relative;
    margin-top: 17px;
    margin-left: 10px;
    float: left;
    width: 150px;
    color: white;
    background-color: #ffffff;
    border-radius: 23px;
    z-index: 100;
    transition: width 1.1s;
    overflow: hidden;
    height: 27px;
}

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

#rightHeaderOptions {
    display: flex;
    position: absolute;
    width: 170px;
    top: 34px;
    right: 4%;
    align-items: center;
}

.headerIcon {
    width: 25px;
    margin-left: 34px;
}

.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: 30px;
    /* margin-top: 20px; */
    cursor: pointer;
    margin-left: 45px;
}

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

.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;
    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: 30px;
    margin-top: 18px;
    margin-right: 20px;
    cursor: pointer;
    margin-left: 25px;
}

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

#searchSite {
    position: relative;
    width: 120px;
    float: left;
    position: relative;
    margin: 0 auto;
    margin-left: 30px;
    height: 100%;
    background-color: #ffffff;
    padding: 0px;
    color: #797979;
    font-size: 12px;
    text-align: left;
    text-indent: 10px;
    border: none;
    /* border-radius: 16px; */
    letter-spacing: 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;
}

.expandedCategory {
    position: fixed;
    top: 88px;
    left: 0px;
    width: 100vw;
    height: 45px;
    background: white;
    z-index: 4;
    border-top: 1px solid #d2d2d4;
    display: none;
    align-items: center;
    justify-content: center;
    opacity:0;
}
.expandedCategory.open{
    top:133px;
    display:flex;
    opacity:1;
}

.categoryLevelTwo {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    color: #7b7b7e;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor:pointer;
}
.categoryLevelTwo:hover{
    color:#00b7e2 !important;
}

.categoryColumn {
    width: 40%;
    position: absolute;
    float: left;
    margin: 0px auto;
    margin-top: 1px;
    height: 24px;
    overflow: visible;
    margin-left: 5%;
}

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

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

.categoryLevelTwoTitle {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-weight: 800;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #00B8F1;
}

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

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

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

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

#expandedBlock {
    height: 147px;
    width: 296px;
    margin-top: 26px;
}

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

#topHiddenBar.shownBar {
    top: 0px;
}

.categoryOneContainer {
    float: left;
}

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

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

#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: 235px;
    top: calc(50% - 232px);
    margin-top: 0px;
    padding-top: 25px;
    border: none;
    padding-bottom: 20px;
}

#alertMessageLogo,
.alertMessageLogo {
    width: 180px;
}

.alertMessageAceptar {
    background-color: #1c5391;
    border: 1px solid #1c5391;
    line-height: 39px;
    margin-top: 25px;
    text-transform: uppercase;
}

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

.alertMessageAceptar:hover {
    background-color: white;
    color: #00b7e2 !important;
    border: 1px solid #00b7e2;
}

.alertMessageClose {
    right: 10px;
}

.cartMessageAceptar {
    line-height: 32px;
    text-transform: initial;
    margin-left: 23%;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 900;
}

#cartMessageButtonsWrapper {
    width: 364px;
}

#alertMessageMessage,
.alertMessageMessage {
    margin-bottom: -3px;
}

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

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

#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: 44px;
    top: 39px;
}

#myProfileUser1,
#logoutUser1 {
    top: 7px;
    line-height: 35px;
    color: #313131;
    border: 1px solid #1c5391;
}

#myProfileUser1:hover,
#logoutUser1:hover {
    background-color: #00b8f1;
}

#categoriesMenu{
    position: fixed;
    top: 40px;
    height: 45px;
    background: white;
    left: 0px;
    width: 100vw;
    z-index: 4;
    display:flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    opacity:0;
}
#categoriesMenu.open{
    top:88px;
    opacity:1;
}
.categoryItem{
    position: relative;
    font-size:15px;
    text-transform:uppercase;
    margin-left:20px;
    margin-right:20px;
    color:#727275;
}
.categoryItem:hover{
    color:#00b8f1 !important;
}

@media screen and (max-width: 768px) {
    #header,
    #headerDummy {
        height: 60px;
    }

    #header {
        position: fixed;
    }

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

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

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

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

    #headerMobileIcons {
        width: 130px;
        margin: auto;
        float: right;
    }

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

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

    #headerMobileMenuIcon {
        width: 33px;
        height: 20px;
        position: relative;
        float: left;
        margin-top: 18px;
        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: 2px;
        width: 50%;
        background: white;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #headerMobileMenuIcon span:nth-child(even) {
        left: 50%;
    }

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

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

    #headerLogo {
        height: 30px;
        width: 80px;
        margin: 0 auto;
        display: block;
        position: absolute;
        left: calc(50% - 40px);
        top: 15px;
    }

    .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: 60px;
        height: calc(100% - 65px);
        width: 230px;
        left: -231px;
        background-color: white;
        /* opacity: 0.94; */
        z-index: 99;
        padding-top: 20px;
        overflow: scroll;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #headerMobileMenu.open {
        left: 0px;
        box-shadow: 16px -3px 20px 5px rgba(0, 0, 0, 0.25);
    }

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

    .mobileMenuLink {
        position: relative;
        float: left;
        display: inline-block;
        font-weight: 700;
        width: auto;
        font-size: 12px;
        max-width: 180px;
        height: 35px;
        line-height: 42px;
        padding-left: 20px;
        word-break: break-all;
        overflow: hidden;
    }

    .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;
        margin-left: 10px;
    }

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


    .line {
        position: relative;
        height: 1px;
        background: #C6C6C6;
        width: 80%;
        margin: 0 auto;
    }
}

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

.blueTitle {
    color: #00b8f1;
}

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

.mobileSkyblue {
    background-color: white;
}

