* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Barlow';
    color: var(--base);
    font-weight: var(--base-font-weight);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
}

:root {
    --base: #313031;
    --white: #ffffff;
    --grey: #e3e4df;
    --red: #cc3a32;
    --pink: #e9d1d4;
    --cream: #fdf7ef;
    --secondary: #ffffff;
    --lighter-base: #f2f2f2;
    --web-background: #ffffff;
    --menu-font: #313031;
    --submenu-font: #313031;
    --oldprice: rgba(49, 48, 49, 0.3);
    --submenu-font-size: 14px;
    --menu-font-size: 14px;
    --menu-line-height: 24px;
    --base-font-weight: 400;
    --secondary-font-weight: 600;
    --h1: #313031;
    --h1-font-size: 40px;
    --h2-font-weight: 600;
    --h2-font-size: 35px;
    --h1-line-height: 36px;
    --base-font-size: 15px;
    --base-line-height: 19px;
    --add-to-cart-btn: #313031;
    --add-to-cart-btn-hover: #ffffff;
    --add-to-cart-btn-font: #ffffff;
    --add-to-cart-btn-font-hover: #313031;
    --add-to-cart-btn-border: #313031;
    --add-to-cart-btn-border-hover: #313031;
    --add-to-cart-btn-font-size: 16px;
    --add-to-cart-btn-line-height: 48px;
    --btn: #313031;
    --btn-hover: #ffffff;
    --btn-font: #ffffff;
    --btn-font-hover: #313031;
    --btn-border: #313031;
    --btn-border-hover: #313031;
    --btn-font-size: 16px;
    --btn-line-height: 40px;
    --santander: #e42313;
    --itau: #da7349;
    --bbva: #1a5493;
    --scotia: #ed0722;
    --scotiaBlack: #313031;
    --slider-for-aspect-ratio: 347/401;
    --slider-nav-aspect-ratio: 111.06/912;
    --menu-height: 127px;
    --header-dummy: 29px;
    --menu-height-mobile: 95px;
    --header-dummy-mobile: 27px;
    --secondary-font: 'Britanica-Regular';
    --icon-width: 16px;
    --bold: 700;
    --semibold: 600;
    --medium: 500;
    --regular: 400;
}

p {
    margin: 0;
    color: var(--base);
}

input {
    border-radius: 0;
    padding: 0;
    font-weight: 400;
}

.button-1 {
    color: var(--white);
    background-color: var(--base);
    border: 1px solid var(--base);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-1:hover {
    color: var(--base);
    background-color: var(--white);
}

.tr-3 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tr-4 {
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#content {
    width: 100%;
    min-width: unset;
    background-color: var(--white);
}

.bkg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 6;
    opacity: 0;
    display: none;
}

.bkg.openFilter {
    opacity: 1;
    display: block;
}

#header {
    font-size: 1.4rem;
    height: var(--menu-height);
    position: fixed;
    width: 100%;
    overflow: visible;
    z-index: 6;
    background-color: var(--web-background);
    opacity: 0.9;
}

.headerIndex#header {
    /* background: transparent; */
}

#headerDummy.headerIndex {
    height: 0;
}

.headerMenuIcon span:nth-child(even) {
    left: 8%;
    border-radius: 0 9px 9px 0;
}

.headerMenuIcon span:nth-child(odd) {
    left: 0;
    border-radius: 13px 0 0 13px;
}

.headerMenuIcon span:nth-child(1),
.headerMenuIcon span:nth-child(2) {
    top: 0;
}

.headerMenuIcon span:nth-child(3),
.headerMenuIcon span:nth-child(4) {
    top: 10px;
}

.headerMenuIcon span:nth-child(5),
.headerMenuIcon span:nth-child(6) {
    top: 19px;
}

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

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

.headerMenuIcon.open span:nth-child(1) {
    left: 4px;
    top: 7px;
}

.headerMenuIcon.open span:nth-child(2) {
    left: calc(10% - 7px);
    top: 7px;
}

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

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

.headerMenuIcon.open span:nth-child(5) {
    left: 4px;
    top: 6px;
}

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

.headerMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 73%;
    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;
}

.headerMenuIcon span:nth-child(even) {
    border-radius: 0 0 0 0;
    float: left;
}

.headerMenuIcon span:nth-child(odd) {
    right: 0;
    border-radius: 0 0 0 0;
    width: 6px;
}

.headerMenuIcon span:nth-child(1),
.headerMenuIcon span:nth-child(2) {
    top: 2px;
    float: right;
    left: 0px;
    width: 24px;
}

.headerMenuIcon span:nth-child(3),
.headerMenuIcon span:nth-child(4) {
    top: 10px;
    width: 24px;
    left: 0px;
}

.headerMenuIcon span:nth-child(5),
.headerMenuIcon span:nth-child(6) {
    top: 18px;
    left: 0px;
    width: 24px;
}

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

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

.headerMenuIcon.open span:nth-child(1) {
    left: 0px;
    top: 10px;
    filter: unset !important;
}

.headerMenuIcon.open span:nth-child(2) {
    left: 0px;
    top: 10px;
    filter: unset !important;
}

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

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

.headerMenuIcon.open span:nth-child(5) {
    left: 0px;
    top: 13px;
    opacity: 0;
}

.headerMenuIcon.open span:nth-child(6) {
    left: 3.5px;
    top: 8px;
    opacity: 0;
}

.mobileMenuItem .lineEffectCenter {
    position: relative;
}

.headerMenuIcon.open .headerRow.headerMainCol {
    display: none;
}

.headerMenuIcon {
    top: 68px;
    width: 2rem;
    height: 2.3rem;
    position: fixed;
    z-index: 15;
    top: 65px;
    -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;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    transition: margin-top 0.2s ease-in-out;
    cursor: pointer;
}

.headerIndex.headerMenuIcon span {
    background: var(--white);
}

.open.headerIndex.headerMenuIcon span {
    background: var(--base);
}

.headerMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 21px;
    background: var(--base);
    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;
}

#headerMenu {
    position: fixed;
    top: 25px;
    height: calc(100vh - 3rem);
    width: 100%;
    left: -100%;
    background-color: #fff;
    z-index: 5;
    overflow: hidden;
    -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;
}

#headerMenu.open {
    left: 0;
    top: 25px;
    box-shadow: 5px -3px 20px 5px rgb(0 0 0 / 5%);
    z-index: 5;
}

#header.headerIndex .categoryArrow:after {
    background-image: url(../../files/arrowWhite.svg);
    height: 18px;
    width: 18px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -26px;
}

.headerPromo {
    text-align: center;
    line-height: 27px;
    font-size: calc(var(--base-font-size) - 2px);
    font-weight: var(--base-font-weight);
    height: 27px;
    overflow: hidden;
}

.headerPromoText {
    height: 27px;
    overflow: hidden;
}

#headerDummy {
    position: relative;
    width: 100%;
    height: var(--menu-height);
}

.headerRow {
    width: 90%;
    height: calc(100% - 27px);
    display: grid;
    grid-template-columns: 2rem 1fr auto;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    align-content: center;
}

.headerCol {
    width: 27rem;
    position: relative;
    height: 100%;
    overflow: visible;
    text-align: center;
    z-index: 5;
}

.headerCol:nth-child(1) {
    width: 2rem;
}

.categoriesContainer {
    display: flex;
    height: 100%;
    margin-left: 3rem;
    width: 80%;
    max-width: 30rem;
    justify-content: space-between;
}

.headerLink {
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    height: auto;
    width: fit-content;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    transition: font-weight ease-in 200ms;
    min-width: 100px;
    font-size: 2rem;
    margin: 50px 0;
    align-content: stretch;
    line-height: 60px;
    font-size: var(--h1-font-size);
    text-transform: uppercase;
    align-items: stretch;
    font-weight: 600;
}

.mobileMenuLink.lineEffectCenter:hover::before,
.headerLink.lineEffectCenter:hover::before,
.mobileMenuLink.lineEffectCenter:hover::before,
.mobileMenuItem .lineEffectCenter:hover::before {
    width: 100%;
    left: 0%;
}

.lineEffectCenter.headerLink::before,
.lineEffectCenter.mobileMenuLink::before,
.mobileMenuItem .lineEffectCenter::before {
    bottom: 0px;
}

.lineEffectCenter.mobileMenuSubcategoryText::before {
    bottom: 10px;
}

.mobileMenuLink.lineEffectCenter::before,
.headerLink.lineEffectCenter::before,
.mobileMenuLink.lineEffectCenter::before,
.mobileMenuItem .lineEffectCenter::before {
    content: '';
    background: var(--base);
    height: 1px;
    width: 0%;
    position: absolute;
    left: 50%;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 045s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
    transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.categoryArrow:after {
    content: '';
    width: 30px;
    background-image: url(../../files/arrow.svg);
    height: 30px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(180deg);
    position: absolute;
    right: 10px;
    top: 25px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}

.categoryArrow:hover:after {
    opacity: 1;
}

.menuSeeMore {
    text-align: center;
    line-height: 60px;
    float: left;
    position: relative;
    cursor: pointer;
    margin-left: 0;
    width: 3rem;
    display: block;
    font-weight: var(--semibold);
    font-size: 2rem;
    padding: 0;
}

.menuSeeMoreTwo {
    text-align: center;
    line-height: 30px;
    float: right;
    position: relative;
    cursor: pointer;
    margin-left: 0;
    width: 3rem;
    display: block;
    font-weight: var(--regular);
    font-size: 2rem;
}

.headerOptionsContainer {
    width: fit-content;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.mobileMenuLink.categoryOneTitle {
    line-height: 60px;
    font-size: var(--h1-font-size);
    text-transform: uppercase;
    position: relative;
}

.categoryOneTitle + .menuSeeMore {
    font-size: var(--h1-font-size);
    margin-left: 0;
}

.menuSubcategories {
    padding-left: 6px;
    position: relative;
    width: calc(100% - 40px);
    height: 0;
    margin-left: 0;
    overflow: hidden;
    float: left;
    /* margin-top: 0.5rem; */
}

.menuSubcategory {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    border-bottom: none;
    float: left;
    font-weight: 100;
    line-height: 65px;
    height: auto;
    overflow: hidden;
}

.menuSubcategory:first-of-type {
    margin-top: 0;
}

.menuSubcategoryText {
    font-size: 25px;
    margin-right: 5px;
    float: left;
    font-weight: 400;
    position: relative;
}

.mobileMenuSubcategoryText + .mobileMenuSeeMore {
    margin-left: 0.5rem;
    font-size: 20px;
    font-weight: var(--semibold);
}

.mobileMenuSeeMore {
    cursor: pointer;
    width: 3rem;
    float: left;
}

.headerMainCol {
    box-sizing: border-box;
    display: flex;
    z-index: 5;
    float: right;
    right: 0;
    position: relative;
    width: fit-content;
    justify-content: flex-end;
}

#headerLogoContainer {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#headerLogoContainer a {
    display: block;
}

#headerLogoContainer img {
    display: block;
    width: 4rem;
    max-width: 22rem;
}

.rightItemsContainer {
    position: relative;
    height: 100%;
    overflow: visible;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-left: 28px;
    align-content: center;
}

.expandedCategory {
    position: fixed;
    display: none;
    width: 100%;
    font-size: 1.4rem;
    background-color: var(--web-background);
    z-index: 5;
    color: var(--base);
    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;
}

.categoryColumn {
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 0 40px;
    overflow-y: auto;
    max-height: 80vh;
    height: auto;
}

.categoryColumn::-webkit-scrollbar {
    display: none;
}

.categoryColumn {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.columnCatContainer {
    float: left;
    position: relative;
    width: 100%;
}

.categoryTwoTilte {
    display: block;
    padding-bottom: 2.5rem;
}

.menuCategoriesContainer {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin: 5.5rem 0 3.2rem;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 1%;
    height: auto;
    box-sizing: border-box;
}

.expandedCategory img {
    width: 50%;
    float: right;
    height: calc(100vh - var(--menu-height));
    top: var(--menu-height);
    position: relative;
    object-fit: cover;
}

.menuSocialMedia img {
    width: 100%;
    object-fit: contain;
    height: auto;
    top: unset;
    -webkit-filter: invert(22%) sepia(3%) saturate(7%) hue-rotate(335deg) brightness(34%) contrast(86%);
    filter: invert(22%) sepia(3%) saturate(7%) hue-rotate(335deg) brightness(34%) contrast(86%);
}

.menuCategories {
    display: block;
    display: flex;
    padding: 75px 0 0 20px;
}

.whatsAppWebContainer {
    width: 60px;
    height: auto;
    right: 30px;
    opacity: 0;
}

.whatsAppWebContainer.open {
    bottom: 40px;
    opacity: 1;
    z-index: 5;
}

.alertMessageLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    width: 5rem;
    margin-bottom: 20px;
}

.alertMessageDiv {
    position: relative;
    margin: 0 auto;
    margin-top: 7%;
    padding-bottom: 40px;
    width: 370px;
    background-color: #fff;
    border: none;
    padding-top: 20px;
    border-radius: 0;
}

#alertMessageLogo {
    width: 5rem;
}

#cartMessageDiv #cartMessageMessage {
 
    width: 217px;
    margin-bottom: 30px;
}

#cartMessageLunaEventFixedContainer #cartMessageMessage {
    width: 281px;
}

#cartMessageDiv a.alertMessageAceptar:hover {
    color: var(--red);
    background-color: #fff;
}

.alertMessageAceptar {
    position: relative;
    background-color: var(--red);
    border: 1px solid var(--red);
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: var(--grey);
    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;
    cursor: pointer;
    border-radius: 20px;
}

.alertMessageAceptar:hover {
    background-color: #fff;
    color: var(--red);
    font-weight: 600;
    border: 1px solid var(--red);
}

.alertMessageClose {
    right: 10px;
    font-size: 40px;
    color: #000;
}


.cartMessageAceptar {
    line-height: 3rem;
    text-transform: initial;
    margin-left: 20%;
    margin-right: 5px;
    border-radius: 0;
    color: var(--grey);
    letter-spacing: 0;
}

.alertMessageMessage {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    overflow-y: hidden;
}

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

.cartMessageAceptar {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    margin-left: 0%;
    border-radius: 25px;
}

#cartMessageDiv {
    overflow: hidden;
    width: 380px;
    padding: 0 0 0 0;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    padding-top: 25px;
    border: none;
    padding-bottom: 62px;
    border-radius: 8px;
}

.wishListProductsDiv {
    height: auto;
    cursor: pointer;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
}

.heart {
    position: relative;
    width: auto;
    height: 15px;
    cursor: pointer;
}

.wishListQuantity {
    position: relative;
    top: -5px;
    right: -3px;
    text-transform: lowercase;
    font-size: 11px;
}

.homeContainer {
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}

.homeContainer img {
    height: var(--icon-width);
    width: auto;
    position: relative;
    overflow: hidden;
    display: flex;
}

.searchButton {
    cursor: pointer;
    -webkit-transition: right 0.7s;
    -o-transition: right 0.7s;
    transition: right 0.7s;
    align-items: center;
}

.searchButton img {
    display: block;
    height: var(--icon-width);
    width: auto;
    position: relative;
}

.searchSite {
    background: transparent;
    width: 12rem;
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: var(--base);
}

.searchContainer {
    width: auto;
    position: relative;
}

.searchContainer.open .searchButton {
    right: 0;
}

.searchBarHeader {
    width: 100%;
    position: fixed;
    top: calc(-100vh - 2rem);
    z-index: 6;
    background: var(--secondary);
}

.searchBarHeader.openBar {
    top: 0;
    border-bottom: 1px solid #000;
}

#searchBar {
    width: 100%;
    margin: auto;
    display: flex;
    background-color: transparent;
    align-items: center;
    margin-bottom: 5px;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.clickSearchText {
    position: absolute;
    right: 4rem;
    font-size: 3rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: var(--semibold);
    cursor: pointer;
}

.searchSite {
    background: transparent;
    width: 92%;
    color: var(--base);
    height: 6rem;
    line-height: 6rem;
    margin-top: 10px;
    font-size: 3rem;
    margin: 10px auto 0;
    text-transform: unset;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.closeSearch {
    position: absolute;
    top: 3rem;
    right: 4rem;
    width: auto;
    height: 20px;
    cursor: pointer;
}

#headerCart {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: unset;
}

.cart {
    height: var(--icon-width);
    width: auto;
}

.cartAmount {
    position: relative;
    font-size: 11px;
    right: -3px;
    top: -5px;
    text-transform: lowercase;
}

.languages {
    position: relative;
    float: left;
}

.languageSelect {
    position: relative;
    float: left;
    width: 38px;
    cursor: pointer;
    font-size: 15px;
    height: var(--icon-width);
    line-height: 2.5rem;
    overflow: hidden;
    z-index: 1;
}

.languageSelect img {
    width: fit-content;
    height: 18px;
    transform: rotate(90deg);
    margin-left: 2px;
}

.languageSelect.open {
    overflow: visible;
}

.languageRow {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 16px;
    cursor: pointer;
    font-weight: 600;
}

.languageRow.selectedLanguage p {
    color: var(--base);
}

.languageRow.notSelected p {
    width: 100%;
    color: var(--base);
}

.languageRow.notSelected {
    margin-top: 0.3rem;
    background: var(--white);
    color: var(--base);
    padding: 0 0.4rem;
    top: 4px;
    height: 29px;
    right: 18%;
    background-color: #ffffff;
}

.languageRow.notSelected:hover {
    background: var(--base);
    color: var(--white);
}

.languageRow.notSelected:hover p {
    background: var(--base);
    color: var(--white);
}

.languageSelectArrow {
    position: absolute;
    width: 14px;
    height: 1.2rem;
    left: 18px;
    top: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
    width: 21px;
    display: block;
    height: 14px;
    overflow: visible;
}

#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
    margin-bottom: 9px;
}

#accountOptions1,
#accountOptions2 {
    float: left;
    height: 20px;
    z-index: 1;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
    height: 14px;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
    display: none;
    position: absolute;
    top: 7px;
    right: 6px;
    z-index: 1;
    color: var(--base);
}

#myProfileUser,
#myProfileUser1 {
    display: none;
    line-height: 28px;
    height: 28px;
    background-color: var(--white);
    border-radius: 0;
    right: -28px;
    font-size: 12px;
    color: var(--base);
    position: relative;
    border: 1px solid var(--base);
    border-bottom: none;
    width: 120px;
}

#logoutUser,
#logoutUser1 {
    line-height: 28px;
    height: 28px;
    right: -28px;
    font-size: 12px;
    background-color: var(--white);
    border: 1px solid var(--base);
    color: var(--base);
    border-radius: 0 !important;
    border-top: none;
    width: 120px;
}

#logoutUser {
    border-top: 1px solid var(--base);
}

#logoutUser2:hover {
    background-color: var(--base);
    color: #fff;
}

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
    background-color: var(--base);
    color: var(--white);
}

.profileIcon {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    display: block;
    cursor: pointer;
    height: auto;
    display: flex;
}

.profileIcon img {
    height: 15px;
    width: auto;
}

.currencySelectContainer {
    position: relative;
    float: left;
    justify-content: space-between;
    font-size: 12px;
    cursor: pointer;
    height: auto;
    color: var(--base);
}

.currencySelectImg {
    display: block;
    position: relative;
    height: 2.1rem;
    float: left;
    margin-right: 2rem;
    top: 0.2rem;
}

.currencyArrow {
    float: right;
    position: relative;
    top: 4px;
    height: 1.2rem;
    right: 0;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.selectedOption {
    width: 70%;
}

.menuSocialMedia {
    width: 35px;
    height: auto;
    display: block;
    margin-top: 18px;
}

.pageCurrencySelect {
    height: 0;
    overflow: hidden;
    top: 26px;
    text-align: left;
    width: 120px;
    right: 0;
    position: absolute;
}

.pageCurrencySelect.open {
    display: block;
    height: auto;
    background: var(--white);
    font-size: 12px;
    z-index: 1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.pageCurrencySelect.open .currencySelectOption:not(.titleOption):hover {
    background: #000;
    color: var(--white);
    cursor: pointer;
}

.currencySelectOption {
    padding: 8px 0;
    padding-left: 10px;
}

.currencySelectOption:not(.titleOption) {
    cursor: pointer;
}

.currencySelectOption[is-selected='true'] {
    background: var(--base);
    color: var(--white);
}

.currencySelectOption:nth-child(1) {
    padding-left: 5px;
    text-transform: uppercase;
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    #searchBar {
        width: 31%;
    }

    #content {
        max-width: unset;
        min-width: unset;
    }

    #topHiddenBar {
        min-width: unset;
    }

    #headerLogoHiddenBar {
        width: 115px;
        float: left;
    }

    #headerLogoContainer {
        width: fit-content;
        left: calc(8% + 40px);
    }

    .hiddenBarLogoContainer {
        width: 150px;
        left: 12%;
    }
}

@media screen and (max-width: 768px) {
    .headerMobileMenuIcon span:nth-child(even) {
        left: 8%;
        border-radius: 0 9px 9px 0;
    }

    .searchBarHeader {
        top: 100px;
        right: calc(-100vh - 2rem);
    }

    .searchBarHeader.openBar {
        top: 100px;
        right: 0;
        border-top: 1px solid var(--base);
        z-index: 5;
    }

    .closeSearch {
        width: fit-content;
        top: unset;
        bottom: 7rem;
        left: 0;
        right: 0;
        margin: auto;
        text-decoration: underline;
        font-size: 15px;
    }

    #searchBar {
        height: 86vh;
        width: 90%;
        margin: 0 auto;
        flex-direction: row-reverse;
    }

    .clickSearchText {
        font-size: 1rem;
        position: relative;
        right: 0;
        margin-bottom: 20%;
    }

    .searchSite {
        font-size: 1rem;
        height: 20px;
        margin: 0;
        margin-bottom: 20%;
    }

    .headerMobileMenuIcon span:nth-child(odd) {
        left: 0;
        border-radius: 13px 0 0 13px;
    }

    .headerMobileMenuIcon span:nth-child(1),
    .headerMobileMenuIcon span:nth-child(2) {
        top: 0;
    }

    .headerMobileMenuIcon span:nth-child(3),
    .headerMobileMenuIcon span:nth-child(4) {
        top: 10px;
    }

    .headerMobileMenuIcon span:nth-child(5),
    .headerMobileMenuIcon span:nth-child(6) {
        top: 19px;
    }

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

    .headerMobileMenuIcon.open span:nth-child(2) {
        left: calc(10% - 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: 4px;
        top: 6px;
    }

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

    #headerLogoContainer {
        width: fit-content;
    }

    .cartMobile {
        position: absolute;
        right: 4rem;
    }

    .homeContainerMobile {
        position: absolute;
        left: 3rem;
        top: 15px;
    }

    .left .homeContainerMobile {
        position: relative;
        top: 0px;
        left: 0;
    }

    .homeContainerMobile img {
        height: 18px;
    }

    .headerMainCol {
        border: none;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    #header {
        height: 95px;
        width: 100%;
        z-index: 5;
    }

    .headerRow {
        grid-template-columns: 1fr;
    }

    #headerDummy,
    #headerDummy.headerIndex {
        height: var(--header-dummy-mobile);
    }

    #headerLogoContainer img {
        max-width: 37px;
        width: 37px;
        margin: 0;
    }

    #headerCart {
        height: 20px;
        margin-right: 10px;
        margin-top: -10px;
    }

    .cartContainer {
        height: 22px;
    }

    .cartAmount {
        float: right;
        line-height: unset;
        position: relative;
        right: -5px;
        top: 0px;
        font-size: 12px;
        font-weight: 600;
    }

    #headerPromo {
        width: 100%;
        top: 0;
        z-index: 999;
        height: 24px;
        overflow: hidden;
        position: fixed;
        box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
    }

    #headerPromoText {
        font-size: 10px;
        line-height: 23px;
        text-align: center;
        line-height: 24px;
        height: 24px;
        letter-spacing: 0.5px;
    }

    .santanderLogo {
        height: 11px;
        margin-top: 7px;
        margin-left: 4px;
    }

    #headerMobileIcons {
        width: fit-content;
        right: 0;
        display: flex !important;
        align-items: center;
        position: absolute;
        margin-right: 5%;
        margin-top: 0;
        top: 0;
        height: 100px;
    }

    .headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 73%;
        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) {
        border-radius: 0 0 0 0;
        float: left;
    }

    .headerMobileMenuIcon span:nth-child(odd) {
        right: 0;
        border-radius: 0 0 0 0;
        width: 6px;
    }

    .headerMobileMenuIcon span:nth-child(1),
    .headerMobileMenuIcon span:nth-child(2) {
        top: 10px;
        float: right;
        left: 6px;
        width: 24px;
        height: 2px;
    }

    .headerMobileMenuIcon span:nth-child(3),
    .headerMobileMenuIcon span:nth-child(4) {
        top: 17px;
        width: 24px;
        left: 6px;
        height: 2px;
    }

    .headerMobileMenuIcon span:nth-child(5),
    .headerMobileMenuIcon span:nth-child(6) {
        top: 24px;
        left: 6px;
        width: 24px;
        height: 2px;
    }

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

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

    .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: 3px;
        top: 20px;
        opacity: 0;
    }

    .headerMobileMenuIcon.open span:nth-child(6) {
        left: 3.5px;
        top: 8px;
        opacity: 0;
    }

    #topHiddenBarOptions {
        width: 100%;
    }

    .hiddenBarLogoContainer {
        overflow: hidden;
        position: relative;
        display: flex;
        margin: auto;
        width: 30%;
        height: 85px;
        margin-top: 15px;
    }

    .openMenu #headerLogo2 {
        display: none;
    }

    #headerLogoHiddenBar {
        width: 100%;
    }

    #headerLogo {
        width: 7rem;
        height: auto;
        position: relative;
        display: block;
        margin: 5px auto 0;
    }

    .searchMobileContainer {
        display: flex;
        align-items: center;
        position: relative;
        top: 0px;
    }

    .mobileMenuItems {
        overflow: auto;
        margin-top: 5rem;
        box-sizing: border-box;
        height: calc(100svh - 5rem);
    }

    #rightHeaderOptions {
        position: relative;
        float: right;
        width: 85px;
        right: 0;
    }

    .topHeaderMobileIcons {
        width: calc(100% - 5rem);
        position: absolute;
        right: 1rem;
        top: 26px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .topHeaderMobileIcons .left {
        height: 18px;
    }

    .topHeaderMobileIcons .right {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
    }

    .wishListProductsDiv img {
        position: relative;
        display: block;
        height: 15px;
        width: auto;
    }

    .languageSelect {
        display: block;
    }

    .languageRow.selectedLanguage p {
        color: var(--base);
        margin-right: 25px;
    }

    .userMobile {
        height: 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        font-size: 13px;
        line-height: 18px;
        font-weight: 100;
        position: relative;
        align-items: center;
    }

    .userMobile a {
        text-decoration: none;
    }

    #logoutMobile {
        font-weight: 600;
        color: var(--base);
        display: none;
    }

    .userSelectArrow {
        cursor: pointer;
    }

    #logoutMobile {
        display: none;
        position: absolute;
        top: 24px;
        right: 6%;
        width: max-content;
        background-color: #ffffff;
        padding: 5px 10px;
        z-index: 1;
    }

    .menuCartMobile {
        display: flex !important;
        align-items: center;
    }

    .userMobile img {
        height: 16px;
        top: 0px;
        display: block;
        position: relative;
    }

    .myProfileUser {
        font-weight: 600;
        color: var(--base);
    }

    .userSelectArrow {
        width: fit-content;
        height: 18px;
        transform: rotate(90deg);
        margin-left: 0;
    }

    #headerProfile {
        top: -12px;
        height: 21px;
        width: 21px;
    }

    #dialogIconTriangle {
        display: none !important;
    }

    #logoutUser {
        margin-left: -110px;
    }

    .logoutUser {
        font-weight: 600;
        color: var(--base);
    }

    .notLogged {
        display: none;
    }

    .show {
        display: block !important;
    }

    .currencyArrow {
        filter: unset;
        width: 3.5rem;
        height: 3.5rem;
        position: absolute;
        top: -6px;
        right: -8px;
    }

    .languageSelectArrow {
        filter: unset;
        width: 3.5rem;
        height: 3.5rem;
        right: -8px;
        top: 0px;
    }

    #decoHeader {
        display: none;
    }

    #headerMobileProfile {
        position: relative;
        float: right;
        height: 25px;
        margin-top: 5px;
        cursor: pointer;
        margin-right: 5px;
        display: none;
    }

    .rightHeaderHidden {
        position: absolute;
        top: 0;
        right: 5%;
    }

    #headerCartMobile {
        position: relative;
        float: left;
        top: 2px;
        display: block;
    }

    #headerCartMobile svg {
        margin-right: 8px;
        height: 23px;
    }

    #headerCartMobile path {
        stroke: #000;
    }

    #headerMobileMenu {
        position: fixed;
        top: 27px;
        height: 100vh;
        width: 100%;
        left: -100%;
        background-color: #fff;
        z-index: 5;
        overflow: hidden;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #headerMobileMenu.open {
        left: 0;
        box-shadow: 5px -3px 20px 5px rgb(0 0 0 / 5%);
        z-index: 5;
    }

    #headerMobileLogo {
        margin: auto;
        position: absolute;
        float: left;
        overflow: hidden;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        top: 0;
        left: calc(50% - 50px);
    }

    .headerMobileMenuIcon {
        top: 44px;
        width: 34px;
        height: 2rem;
        position: fixed;
        z-index: 6;
        left: 1rem;
        -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;
        -webkit-transition: margin-top 0.2s ease-in-out;
        -moz-transition: margin-top 0.2s ease-in-out;
        -o-transition: margin-top 0.2s ease-in-out;
        transition: margin-top 0.2s ease-in-out;
        cursor: pointer;
    }

    .headerIndex.headerMobileMenuIcon span {
        background: var(--base);
    }

    .open.headerIndex.headerMobileMenuIcon span {
        background: var(--base);
    }

    .headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 1.7px;
        width: 21px;
        background: var(--base);
        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;
    }

    #headerMobileLogo a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: fit-content;
        margin: auto;
        display: block;
        overflow: visible;
    }

    .mobileMenuItem {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: table;
        height: auto;
        color: #000;
        padding: 15px 0;
    }

    .menuMobileLine {
        width: 90%;
        margin: 1em auto;
    }

    .mobileMenuItem:last-child {
        margin-bottom: 50px;
    }

    .user {
        width: 20px;
        margin-left: 0;
        margin-bottom: 0;
        height: 20px;
        float: right;
        position: relative;
        display: block;
        margin-right: 20px;
        z-index: 94;
    }

    .highlightTitle {
        font-size: 7rem;
    }

    .mobileMenuLink {
        position: relative;
        float: left;
        width: auto;
        font-size: 20px;
        font-weight: var(--regular);
        letter-spacing: 0px;
        height: 4rem;
        line-height: 4rem;
        color: var(--base);
        /* padding-left: 0%; */
        word-break: break-all;
        overflow: hidden;
        text-transform: capitalize;
    }

    .mobileMenuLink:not(.mobileMenuSubcategoryText) {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 25px;
        padding-left: 5%;
        letter-spacing: 1px;
    }

    .mobileMenuSeeMore {
        position: relative;
        margin-left: 1rem;
        line-height: 4rem;
        width: 1.5rem;
        font-size: 1.4rem;
        font-weight: var(--semibold);
        text-align: center;
        color: var(--base);
    }

    .mobileMenuSubcategoryText + .mobileMenuSeeMore {
        font-size: 1.4rem;
    }

    .mobileMenuSubcategories {
        position: relative;
        float: left;
        width: calc(100% - 20px);
        height: 0;
        padding-left: 20px;
        overflow: hidden;
        /* background: #f4f4f4; */
    }

    .searchMobileContainer .searchButton {
        position: relative;
    }

    .mobileMenuSubcategory {
        position: relative;
        width: 100%;
        height: auto;
        text-transform: capitalize;
        height: auto;
        border-bottom: none;
        overflow: hidden;
    }

    .mobileMenuSubcategory.open {
        border-bottom: 0;
    }

    .mobileMenuCategoryLevelThree {
        border-bottom: none;
    }

    #mobileSearchBar {
        position: relative;
        width: 100%;
        overflow: hidden;
        color: var(--base);
        border-top: 1px solid #d6d6d6;
        margin: auto;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d6d6d6;
    }

    #mobileSearchImg {
        position: absolute;
        float: left;
        height: 1.7rem;
        margin-right: 1rem;
        left: 2.7rem;
    }

    #mobileSearch {
        position: relative;
        float: left;
        width: 100%;
        height: 4.5rem;
        padding: 0;
        border-radius: 0;
        text-indent: 6rem;
        font-size: 1.4rem;
        background-color: transparent;
        color: #000;
    }

    #mobileSearch::-webkit-input-placeholder {
        color: #a6a6a6;
    }

    #mobileSearch:-moz-placeholder {
        color: #a6a6a6;
    }

    #mobileSearch::-moz-placeholder {
        color: #a6a6a6;
    }

    #mobileSearch:-ms-input-placeholder {
        color: #a6a6a6;
    }

    #mobileSearch::-ms-input-placeholder {
        color: #a6a6a6;
    }

    .mobileMenuCategoryArrow {
        position: relative;
        float: right;
        height: 10px;
        top: 0;
        right: 5px;
        -webkit-transition: 0.15s ease-in-out;
        -moz-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
    }

    .mobileMenuCategoryArrow.open {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .mobilePersonalPages {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #cartMessageDiv {
        width: 95%;
    }

    .cartMessageAceptar {
        width: calc(100% - 4px);
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
        line-height: 2.4rem;
        height: 2.5rem;
    }

    #forMeBtn {
        margin-right: 7px;
    }

    #forGiftBtn {
        margin-right: 7px;
    }

    .wishListProductsDiv {
        min-width: unset;
        position: relative;
        display: flex;
    }

    .wishListProductsDiv .heart .svgHeart {
        width: 20px;
        height: 20px;
    }

    .wishListQuantity {
        position: absolute;
        right: -2px;
        top: -2px;
        font-size: 12px;
        font-weight: 600;
    }

    .customMobile {
        margin-top: 12px;
        margin-bottom: 7px;
    }

    #content {
        height: auto;
    }

    #cartMessageMessage {
        margin-bottom: 15px;
    }

    .whatsAppWebContainer {
        width: 56px;
        z-index: 3;
        right: 10px;
    }

    .whatsAppWebContainer.open {
        bottom: 10px;
    }

    .profileImgMobile {
        padding-left: 20px;
        width: 17px;
        position: relative;
        padding-right: 20px;
        top: 3px;
    }

    .userAccount {
        font-size: 14px;
        margin-left: 6px;
        color: #000;
        display: none;
    }

    .logoutMobile {
        font-size: 14px;
        color: #000;
        margin-top: 10px;
        margin-bottom: 10px;
    }

 
    .mobileMenuCategoryLevelThreeText {
        padding-left: 4rem;
        width: calc(80% - 4rem);
        display: block;
        height: auto;
        font-size: 1.4rem;
    }

    .headerScrolled .headerMobileMenuIcon {
        margin-top: 26px;
    }

    .mediaContainer {
        padding-left: 35px;
        flex-wrap: wrap;
        width: calc(100% - 35px);
        bottom: 0;
        display: none;
    }

    .mediaContainer p {
        width: 100%;
        margin-bottom: 20px;
    }

    .mediaContainer a:first-of-type {
        margin-left: 0;
    }

    .heart {
        margin-right: 8px;
        height: 18px;
        width: 18px;
        display: block;
    }

    .rightTopItems {
        width: 380px;
        float: right;
        height: 30px;
        margin-top: 25px;
        color: #000;
        margin-right: 3%;
        display: none !important;
    }

    #topHiddenBar .heart {
        margin-right: 8px;
        height: 21px;
    }

    #topHiddenBar .heart svg {
        height: 20px;
        width: 24px;
    }

    #topHiddenBar.shownBar {
        top: 0;
        min-width: unset;
        height: 60px;
    }

    .headerMobileMenuIconHiddenBar {
        margin-left: calc(3% - 7px);
        margin-top: 22px;
    }

    .currencySelectContainer::before {
        background-size: 24px;
        filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(0%) hue-rotate(43deg) brightness(88%)
            contrast(105%);
    }

    .pageCurrencySelect.open {
        left: -20px;
        top: 37px;
    }

    .selectedOption {
        position: relative;
        left: 4px;
    }

    #header.openMenu #headerMobileIcons {
        display: none !important;
    }

    .headerLogo {
        width: 100px;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    #headerPromoText {
        font-size: 10px;
        line-height: 23px;
        text-align: center;
        line-height: 35px;
        letter-spacing: 0.5px;
    }

    .santanderLogo {
        height: 11px;
        margin-top: 7px;
        margin-left: 4px;
    }

    a.mobileMenuLink.mobileMenuSubcategoryText:hover {
        color: #fff;
    }

    #headerMobileProfile {
        height: 42px;
    }

    #cartMessageMessage {
        font-size: 19px;
    }

    .wishListProductsDiv .heart .svgHeart {
        width: 28px;
        height: 28px;
    }

    #cartMessageDiv {
        width: 50%;
    }

    #mobileSearchBar {
        width: 90%;
    }

    #headerMobileMenu {
        height: 100%;
        box-sizing: border-box;
    }
}
