.header {
    height: 200px;
}

#new-dropdown-login-respo #uForm_UserLogin_es_ p {
    margin: 1em;
}
#new-dropdown-login-respo #uForm_UserLogin_es_ ul {
    margin: 1em;
    padding: 0 40px;
}
form .errorSummary {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
#uForm_PaymentCheckout #uForm_PaymentCheckout_es_ {
    grid-area: error;
}
.nav-bar-desktop,
.nav-bar-mobile {
    width: 100%;

    display: flex;
    justify-content: space-between;
    width: auto;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px 60px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    position: fixed;
}

.nav-bar-mobile {
    display: none;
}

.logo {
    width: auto;
}

.login-cart,
.how-it-works-container {
    width: 375px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
#new-dropdown-login .errorSummary,
#wlt-UserSignup .errorSummary {
    /* color: #fe0263;
    font-weight: bold;
    border: unset;
    background: unset;
    padding: 0;
    margin: 0; */
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
#new-dropdown-login .errorSummary p,
#wlt-UserSignup .errorSummary p,
#uForm_PaymentCheckout .errorSummary p {
    margin: 1em;
}
#new-dropdown-login .errorSummary ul,
#wlt-UserSignup .errorSummary ul,
#uForm_PaymentCheckout .errorSummary ul {
    margin: 1em;
    padding-left: 40px;
}

.login-register,
.how-it-works-link {
    width: 200px;
    border-radius: 3px;
    background-color: #028ff1;
    padding: 15px 20px;

    display: flex;
    justify-content: space-between;
}

.how-it-works-link {
    display: block;
    text-align: center;
}

.login,
.register {
    cursor: pointer;
}

#home__searcher {
    width: 35%;
    margin-right: 10px;
    border-radius: 3px;
    border: solid 1px #028ff1;
    padding: 10px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;

    background-image: url("/megusta_design/assets/img/search-icon.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
}

#home__searcher::placeholder {
    color: #028ff1;
}

.select-login-menu .ss-main {
    width: 175px;
    height: 100%;
    margin-right: 10px;
}

.ss-main.city-filter-css .ss-single-selected {
    height: 100%;
}

.select-login-menu .ss-main .ss-single-selected .ss-arrow span {
    border: solid #028ff1;
    border-width: 0 2px 2px 0;
}

.ss-main.city-filter-css .ss-single-selected,
.cart {
    border-radius: 3px;
    border: solid 1px #028ff1;
    padding: 10px;
    display: flex;
    align-items: center;
}

.cart-image {
    position: relative;
}

#login-custom .worklet-content .items-count,
.cart-image .items-count {
    position: absolute;
    top: -7px;
    right: -7px;

    width: 20px;
    height: 20px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    background-color: #fe0263;

    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-text {
    color: #028ff1;
}

.nav-bar-menu {
    width: 100%;
    height: 82px;
    background-color: #fafafa;

    display: flex;

    position: absolute;
    top: 80px;
    z-index: 1;
}

.main-menu {
    width: 100%;
    list-style-type: none;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;

    padding: 45px 150px 0;
    margin: 0;

    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6b6b6b;
}

.main-menu li {
    height: calc(100% - 5px);
}

.main-menu .options {
    cursor: pointer;
    margin: 0 1%;
}

.selected {
    font-weight: bold;
    color: #fe0263;
    animation: fade 0.2s ease normal forwards;
}

@keyframes fade {
    from {
        border-bottom: 0 solid rgba(254, 2, 99, 1);
    }

    to {
        border-bottom: 5px solid rgba(254, 2, 99, 1);
    }
}
.sub-login,
.sub-register {
    display: none;
}

.main-menu #login-custom {
    display: none;
}

/* DROPDOWN LOGIN */

.show-dropdown {
    display: block !important;
}

.login-register {
    position: relative;
}

#new-dropdown-login,
#new-dropdown-login-respo {
    display: none;
    position: absolute;
    width: 400px;
    border-radius: 4px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
    border: solid 1px #dddddd;
    background-color: #ffffff;
    right: -3px;
    top: 60px;
    padding: 30px 20px;
    z-index: 3;
}

#new-dropdown-login .description,
#new-dropdown-login label,
#new-dropdown-login-respo .description,
#new-dropdown-login-respo label {
    display: none;
}

#new-dropdown-login .new-login-title,
#new-dropdown-login-respo .new-login-title {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #028ff1;
}

#new-dropdown-login input,
#new-dropdown-login-respo input {
    display: block;
    width: calc(100% - 19px) !important;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #6b6b6b;
}

/*#new-dropdown-login input[type=password] {
    background-image: url('../img/hidden-password.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: calc(100% - 15px) center;
}*/

#new-dropdown-login #uForm_UserLogin .hint,
#new-dropdown-login-respo #uForm_UserLogin .hint {
    position: absolute;
    top: 35%;
    right: 8%;
    margin: 0;
    padding: 0;
}
#new-dropdown-login .row.field_password,
#new-dropdown-login-respo .row.field_password {
    position: relative;
    overflow: unset;
}

#new-dropdown-login #uForm_UserLogin .hint img,
#new-dropdown-login-respo #uForm_UserLogin .hint img {
    cursor: pointer;
}
#new-dropdown-login-respo #uForm_UserLogin .hint {
    margin: 0;
    padding: 0;
}

#new-dropdown-login #uForm_UserLogin a,
#new-dropdown-login-respo #uForm_UserLogin a {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #028ff1;
    text-decoration: none;
    margin-bottom: 25px;
}

#new-dropdown-login #uForm_UserLogin .row.buttons,
#new-dropdown-login-respo #uForm_UserLogin .row.buttons {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

#new-dropdown-login .row.field_rememberMe,
#new-dropdown-login-respo .row.field_rememberMe {
    display: none;
}

#new-dropdown-login input[type="submit"],
#new-dropdown-login-respo input[type="submit"],
#new-dropdown-login input[type="button"],
#new-dropdown-login-respo input[type="button"] {
    width: 100% !important;
    border: none;
    border-radius: 4px;
    background-color: #028ff1;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #ffffff;
}
#new-dropdown-login .google-login,
#new-dropdown-login-respo .google-login {
    border: solid 1px #cfcfcf !important;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 0;
}

/* DROPDOWN LOGIN */

.title-close-menu {
    display: none;
}

/* DROPDOWN MENU LOGGED */

#login-custom .worklet-content {
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

#login-custom .menu-user {
    background-color: #028ff1;
    height: 50px;
    border-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    cursor: pointer;
}

#login-custom .menu-user span {
    margin: 0 10px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#login-custom .up-arrow,
#login-custom .down-arrow {
    display: none;
}

.show-arrow {
    display: block !important;
}

#login-custom .submenu-user {
    display: none;
    position: absolute;
    width: 500px;
    border-radius: 4px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
    border: solid 1px #dddddd;
    background-color: #ffffff;

    right: 125px;
    top: 60px;
    padding: 30px 20px;
}

#login-custom .worklet-content ul {
    display: block;
}

#login-custom .worklet-content li,
#login-custom .worklet-content .logoutLink {
    display: flex;
    align-items: center;
}

#login-custom .icon-menu {
    margin-right: 10px;
}

#login-custom a {
    text-decoration: unset;
}

#login-custom .worklet-content .menu-user a,
#login-custom .worklet-content a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6b6b6b;
    text-decoration: none;
}

#login-custom .worklet-content a div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaaaa;
}

#login-custom .worklet-content li {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 20px;
    float: none;
}

#login-custom .worklet-content a .cart {
    margin-right: 0;
}

#login-custom .worklet-content {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart {
    border-radius: 3px;
    border: solid 1px #028ff1;
    padding: 10px;
    display: flex;
    align-items: center;
}

.ss-main.city-filter-css .ss-single-selected,
#login-custom .worklet-content .cart-text {
    color: #028ff1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

/* DROPDOWN MENU LOGGED */
