* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Helvetica";
    color: var(--black);
    font-weight: 300;
}

:root {
    --green: #58585a;
    --orange: #da7349;
    --beige: #ede5da;
    --brown: #b8ac9e;
    --white: #ffffff;
    --grey: #d6d6d6;
    --black: #000000;
    --dark-brown: #705442;
    --light-brown: #D8D0BB;
}

p {
    margin: 0;
    color: var(--black);
    margin-block-start: 0em;
    margin-block-end: 0em;
}

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

.button-1 {
    color: var(--white);
    background-color: var(--green);
    border: 1px solid var(--green);
    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(--green);
    background-color: var(--white);
}

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

#header {
    font-size: 1.4rem;
    height: auto;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 5;
    background: var(--white);
    text-transform: uppercase;
}

/* Events popup */
.alertMessageLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 22px;
    width: 67px;
    margin-bottom: 15px;
}

#cartMessageButtonsWrapper .btnContainer {
    margin: unset;
    margin-bottom: 1.8rem;
    width: 7rem;
}

.btnContainer {
    width: 5rem;
    display: flex;
    font-size: 1.6rem;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}

.btnFill {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: auto;
    border-radius: 21px;
}

.btnText {
    display: flex;
    align-items: flex-end;
    line-height: 1.4rem;
}

.giftPopUpSelected .btnFill {
    background-color: var(--green);
}

#forMeBtn {
    background-color: var(--white);
    color: var(--green);
    font-weight: 100;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 15%;
    border: 1px solid var(--green);
    margin-top: 0;
    display: flex;
    cursor: pointer;
    border-radius: 21px;
    float: left;
    align-items: center;
    justify-content: center;
}

#forGiftBtn {
    background-color: var(--white);
    color: var(--green);
    font-weight: 100;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 15%;
    border: 1px solid var(--green);
    display: flex;
    cursor: pointer;
    border-radius: 21px;
    margin-top: 0;
}

#acceptGiftButton {
    display: none;
}

#acceptGiftButton:hover {
    background-color: var(--white) !important;
    color: var(--green);
}
.headerLink.lineEffectCenter.offerCategory{
    color: #b60b0b;
}
#acceptGiftButton {
    background-color: var(--green);
    color: var(--white);
    font-weight: 500;
    width: 100%;
    border: 1px solid var(--green);
    cursor: pointer;
    margin-top: 20px;
    font-size: 1.3rem;
    margin-left: 0;
    line-height: 3.8rem;
    height: 3.8rem;
    margin-right: 0;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.giftPopUpSelect {
    border: 1px solid var(--grey);
    width: 100%;
    height: 38px;
    margin-top: 11px;
    color: var(--green);
    font-size: 12px;
    text-indent: 5px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    padding: 0 1rem;
    font-weight: 300;
    display: none;
    background-image: url(../../files/dropdownArrow.svg) !important;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.2rem) center;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

/* ---- */

.topMessageBar {
    width: 100%;
    text-align: center;
    background-color: var(--beige);
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: 300;
}

.headerCol {
    width: 32rem;
    position: relative;
    height: 100%;
    overflow: visible;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 15px;
    transition: color 0.3s ease;
}
a.headerLink.categoryEffect.offerCategory {
    color: #f71c1c;
}
.rightItemsContainer {
    position: relative;
    height: 100%;
    overflow: visible;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    min-width: 17rem;
}

.headerMainCol {
    width: calc(100% - 64rem);
    box-sizing: border-box;
    height: 100%;
    border-left: 1px solid var(--light-brown);
    border-right: 1px solid var(--light-brown);
}

.headerRow {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    overflow: visible;
}

.headerRow:last-of-type {
    border-top: 1px solid var(--light-brown);
    border-bottom: 1px solid var(--light-brown);
}

.categoriesLevelOne {
    width: calc(100% - 33rem);
    margin: auto;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
}

.categoryImg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 33rem;
    object-fit: contain;
}

.categoriesTwoColumn {
    position: relative;
    float: left;
    width: auto;
    margin-top: 50px;
    display: none;
    flex-direction: column;
    height: 200px;
    flex-wrap: wrap;
}

.customOption {
    color: #000;
    max-width: 200px;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
}

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

.categoriesTwoColumn.selected {
    display: flex;
}

.categoriesThreeColumn {
    position: relative;
    float: left;
    width: 500px;
    padding-top: 30px;
    top: -375px;
    background-color: #fafafa;
    left: 237px;
    display: none;
    flex-direction: column;
    height: 300px;
    flex-wrap: wrap;
}

.categoriesThreeColumn.selected {
    display: flex;
}

.categoryLevelTwoTitle:hover {
    color: #124194;
}

.headerLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    overflow: hidden;
    font-size: 15px;
    transition: color 0.3s ease;
}

.headerLink:hover {
    /* color: var(--dark-brown); */
    font-weight: 500;
}

.categoryOneTitle {
    color: var(--green);
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.categoryOneTitle:hover {
    cursor: pointer;
}

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

.headerItems {
    direction: ltr;
}

.heart {
    position: relative;
    height: 17px;
    width: 19px;
    cursor: pointer;
}

.itemHeader {
    width: 100%;
    height: auto;
    margin: 7px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #000;
    font-size: 40px;
    font-weight: 200;
}

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

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

#topBurgerMenu {
    position: absolute;
    display: block;
    margin-left: 3%;
    height: 100%;
    width: 35px;
}

#closeBurgerMenu {
    position: absolute;
    display: block;
    margin-left: 3%;
    height: 100%;
    width: 35px;
}

#topHiddenBar {
    background-color: #fff;
    color: #282828;
    position: fixed;
    left: 0;
    top: -130px;
    width: 100%;
    opacity: 1;
    z-index: 13;
    overflow: visible;
    height: 110px;
    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;
    min-width: 1100px;
}

#topHiddenBarOptions {
    position: relative;
    width: 92%;
    margin: auto;
    height: 100%;
}

#topHiddenBarWrapper {
    display: inline-block;
    position: relative;
    width: auto;
    height: 70px;
    display: none;
}

#headerOptions {
    width: 100%;
    left: -100%;
    z-index: 12;
    height: calc(100% - 18%);
    padding-top: 10%;
    text-align: center;
    display: flex;
    position: fixed;
    float: left;
    background-image: url(../../files/fondoDegrade.jpg);
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -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;
    overflow: scroll;
    justify-content: space-between;
    align-items: center;
}

#headerOptions.open {
    left: 0%;
}

#headerOptions::-webkit-scrollbar {
    display: none;
}

#headerLogoContainer {
    position: relative;
    text-align: center;
    height: 100%;
    margin: auto;
    width: fit-content;
}

#headerLogoContainer a {
    display: block;
}

#headerLogoContainer img {
    display: block;
    margin: 3rem;
    max-width: 45rem;
}

#header.openMenu #headerLogoContainer {
    display: none;
}

#headerLogo {
    display: inline-block;
    position: relative;
    height: 82px;
    margin-top: 20px;
}

#headerLogo path {
    fill: #000;
}

.openMenu #headerLogo {
    display: none;
}

#headerLogo2 {
    position: absolute;
    height: 105px;
    width: 125px;
    display: none;
    float: left;
    transition-delay: 250ms;
}

.openMenu #headerLogo2 {
    display: block;
    height: fit-content;
    width: 120px;
    margin-top: 10px;
}

.sandwichBtn {
    background-image: url(../../files/sandwichBtn.svg);
    width: 20px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catOneImg {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.headerOptionsImageContainer {
    width: 56%;
    margin-right: 1%;
    margin-bottom: 3%;
    height: 100%;
    float: right;
    /*background-image: url(../../files/menuGirl.jpg);*/
    background-position: 100% 23%;
    background-repeat: no-repeat;
    background-size: cover;
}

.catArrow {
    width: 12px;
    height: auto;
    background: #ffae00;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.multiOfertas {
    background-color: #8502fd;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-right: -1px !important;
}

.multiOfertas:hover {
    font-weight: 400 !important;
}

.headerOptionInter {
    height: auto;
    position: relative;
    display: flex;
    float: left;
    margin-left: calc(6% - 10px) !important;
    padding: 0 10px;
}

.headerOptionInter:hover,
.headerOptionInter.selected {
    background-color: #fff;
    color: #00aae3 !important;
    border-radius: 17px 17px 0 0;
    font-weight: 0 !important;
}

#headerPromoText {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    position: absolute;
    float: left;
    font-weight: 300;
}

#headerPromoAyuda {
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    text-align: right;
    line-height: 30px;
    float: right;
    margin-right: 0%;
    width: fit-content;
    height: 100%;
    margin-right: 7%;
}

#helpIconContainer {
    position: relative;
    height: 100%;
    width: fit-content;
    float: left;
    display: flex;
    margin-right: 5px;
}

#headerPromoTextAyuda {
    position: relative;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    text-align: right;
    line-height: 30px;
    width: fit-content;
    float: left;
}

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

#headerPromo {
    width: 100%;
    top: 0;
    transition: top 0.1s ease-out;
    -moz-transition: top 0.1s ease-out;
    -webkit-transition: top 0.1s ease-out;
    -o-transition: top 0.1s ease-out;
    z-index: 999;
    height: 30px;
    color: #fff;
    position: fixed;
    background: #000;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
    display: none;
}

#decoHeader {
    width: 100%;
    display: none;
    top: 0;
    z-index: 999;
    height: 30px;
    position: fixed;
    background: #2e1355;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
}

#headerLogoHiddenBar {
    width: 115px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#headerWrapper {
    width: 40%;
    float: left;
    height: calc(100vh - 238px);
    display: block;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    bottom: 35px;
    margin-left: calc(7% - 10px);
    padding-left: 15px;
    direction: rtl;
    overflow: auto;
}

.headeOptionsContainer {
    display: inline-block;
    width: fit-content;
    height: auto;
    float: left;
}

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

.headerOptionAux {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    cursor: pointer;
    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;
    height: auto;
    top: 0;
    line-height: 40px;
}

.headerOptionAux:hover {
    font-weight: 400 !important;
    color: #00aae3;
}

#headerSeparatorBar {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: -10px;
    height: 50px;
    margin-top: 16px;
}

#headerMainBar {
    float: right;
    height: 100%;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 4%;
}

#rightHeaderOptions {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--green);
}

.rightHeaderHidden {
    width: fit-content;
    float: right;
    display: flex;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 100%;
    align-items: center;
    position: relative;
    margin: 10px 0;
}

#searchBarContainer {
    position: relative;
    float: left;
    cursor: pointer;
    /* width: 85px; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    font-size: 13px;
    margin-right: 25px;
}

#searchBarContainer path,
.search path {
    stroke: var(--green);
    transform: rotate(20deg);
}

.search {
    bottom: 5px;
    position: relative;
    overflow: inherit;
    height: 15px;
}

.headerSearchImg {
    position: relative;
    float: left;
    height: 20px;
    margin-top: 20px;
    margin-left: 15px;
    cursor: pointer;
    margin-right: 15px;
}

#headerFacebook,
#headerInstagram {
    position: relative;
    float: left;
    height: 27px;
    margin-top: 20px;
    margin-left: 60px;
    cursor: pointer;
}

.searchButton {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.searchButton img {
    display: block;
}

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

#topHiddenBarOptions #headerCart svg {
    margin: 0 5px;
}

#headerCart path {
    stroke: var(--green);
}

#header.openMenu #headerCart {
    color: var(--green);
}

.cart {
    width: 20px;
    height: 18px;
}

.carrito {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    height: 18px;
}

#headerCart2 {
    position: relative;
    float: right;
    margin-left: 24px;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
}

.languages {
    position: relative;
    float: left;
    color: #000;
    margin-top: 4px;
    display: none;
}

#language {
    background-color: transparent;
    border: none;
    width: 38px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
}

#languagesArrow {
    position: absolute;
    display: block;
    font-size: 13px;
    right: 0;
    top: 5px;
}

#searchText {
    height: 20px;
}

#package {
    position: relative;
    float: right;
    height: 30px;
    width: fit-content;
    display: flex;
    padding: 0 25px;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    justify-content: flex-end;
}

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

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

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

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

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

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

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

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

#logoutUser,
#logoutUser1 {
    line-height: 28px;
    height: 28px;
    right: 10px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid var(--grey);
    color: var(--green);
    border-radius: 0 !important;
}

#logoutUser1 {
    border-top: 1px solid #000;
}

#logoutUser:hover,
#logoutUser1:hover {
    background-color: var(--beige);
    color: var(--green);
    font-weight: 600;
}

#logoutUser2:hover {
    background-color: #58595b;
    color: #fff;
    font-weight: 900;
}

#myProfileUser:hover,
#myProfileUser1:hover {
    background-color: var(--beige);
    color: var(--green);
    font-weight: 600;
}

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

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

#headerProfile {
    float: right;
    position: relative;
    height: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

#searchBar {
    position: relative;
    width: 60%;
    height: 40px;
    display: flex;
    float: left;
    color: #000;
    font-weight: 300;
    border-radius: 0;
    transition: top, height 0.2s ease-out;
    -moz-transition: top, height 0.2s ease-out;
    -webkit-transition: top, height 0.2s ease-out;
    -o-transition: top, height 0.2s ease-out;
    align-items: center;
    background-color: transparent;
}

#searchBarSlider {
    align-items: center;
    justify-content: center;
    height: 52%;
    position: relative;
    width: 100%;
}

::placeholder {
    color: #000;
}

#micIcon {
    margin-left: 10px;
    height: 20px;
    display: none;
}

.searchIcon {
    margin-left: 20px;
    margin-right: 3px;
    height: 20px;
    width: fit-content;
    float: left;
}

.packageText,
.profileText {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}

.searchIconBar {
    position: absolute;
    z-index: 1;
}

#searchSite {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
    background-color: transparent;
    letter-spacing: 0;
    line-height: 5rem;
    border-bottom: 1px solid var(--grey);
    padding: 0;
    font-size: 1.4rem;
    text-indent: 3rem;
    font-family: "Gotham";
    font-weight: 300;
}

.arrowHeader {
    float: right;
}

#searchSite::-webkit-input-placeholder {
    color: #000;
    opacity: 0.8;
}

#searchSite:-moz-placeholder {
    color: #000;
    opacity: 0.8;
}

#searchSite::-moz-placeholder {
    color: #000;
    opacity: 0.8;
}

#searchSite:-ms-input-placeholder {
    color: #000;
    opacity: 0.8;
}

#searchSite::-ms-input-placeholder {
    color: #000;
    opacity: 0.8;
}

.expandedCategory {
    position: fixed;
    top: 164px;
    display: none;
    left: 0px;
    width: 100%;
    font-size: 1.4rem;
    background-color: #fff;
    z-index: 3;
    color: var(--green);
    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;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%);
}

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

.categoryLevelTwoImage {
    float: left;
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.categoryLevelTwoImage.selected {
    display: block;
}

.categoryColumn {
    flex-basis: 33%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.categoryTwoTilte {
    font-weight: 300;
    display: block;
    padding-bottom: 1.4rem;
}

.specialCategory .categoryTwoTilte {
    font-weight: 600;
    display: block;
    padding-bottom: 1.4rem;
}

.categoryTwoTilte:hover {
    color: var(--brown);
}

.menuSubcategoriesContainer {
    width: calc(100% - 33rem);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 3.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.categoryLevelOneTitle {
    position: relative;
    width: fit-content;
    text-align: left;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 16px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}

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

.categoryLevelThreeTitle:hover {
    color: var(--brown);
}

.categoryLevelThreeTitle {
    position: relative;
    display: block;
    width: 100%;
    line-height: 14px;
    padding-bottom: 1.4rem;
}

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

#topHiddenBar.shownBar {
    top: 0px;
}

#searchBar.shownSearchBar {
    position: fixed;
    top: 70px;
    display: none;
}

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

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

#cartMessageLunaEventFixedContainer #cartMessageMessage {
    width: 281px;
}

#cartMessageDiv a.alertMessageAceptar {
    background-color: var(--green);
    border: 1px solid var(--green);
    color: #fff;
}

#cartMessageDiv a.alertMessageAceptar:hover {
    color: #000;
    background-color: #fff;
}

.alertMessageAceptar {
    position: relative;
    background-color: var(--green);
    border: 1px solid var(--green);
    text-align: center;
    line-height: 35px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    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: 0;
}

.alertMessageAceptar:hover {
    background-color: #fff;
    color: var(--green);
}

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

#cartMessageDiv {
    margin-top: 20%;
}

.cartMessageAceptar {
    line-height: 3rem;
    text-transform: initial;
    margin-left: 20%;
    margin-right: 5px;
    border-radius: 0;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
}

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

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

.cartMessageAceptar {
    width: 100%;
    font-size: 1.3rem;
    margin-left: 0%;
}

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

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

.whatsAppWebContainer.open {
    bottom: 40px;
    opacity: 1;
}

.svgHeart {
    fill: #fff;
    width: 23px;
    height: 23px;
}

#topHiddenBarOptions .wishListQuantityContainer {
    color: #000;
}

#topHiddenBarOptions .wishListQuantity {
    color: var(--green);
}

.wishListQuantityContainer {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
}

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

.printerContainer:hover {
    background: #124194;
}

.printerContainer:hover .printerText {
    color: #fff;
}

.printerContainer:hover img {
    filter: brightness(0) invert(1);
}

.categoriesCentered {
    position: relative;
    width: auto;
    float: left;
    display: block;
    margin: 0 0;
    width: 16%;
}

#titleExpandedCategory {
    width: 100%;
    text-align: initial;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

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

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

#imgMenu {
    width: 50%;
    margin-top: 5%;
    height: auto;
    float: left;
    align-items: center;
}

#burgerMenuText {
    width: fit-content;
    position: relative;
    color: #828579;
    cursor: pointer;
    display: none;
}

#burgerMenuContainer {
    position: absolute;
    display: flex;
    height: 100%;
    width: 50px;
    align-items: center;
    margin-left: 5%;
    cursor: pointer;
}

#imgContainer {
    width: 37px;
    height: 30px;
}

#decorativeLine {
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 5px;
}

.headerMobileMenuIconHiddenBar {
    margin-top: 45px;
}

.headerMobileMenuIconHiddenBar span {
    background: var(--green) !important;
}

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

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

.headerScrolled {
    height: 75px !important;
    transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

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

.searchBarHeader {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 2;
    background: var(--white);
    top: 0;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 4%);
}

.searchBarHeader.openBar {
    top: 164px;
}

.searchContainer {
    width: 90%;
    max-width: 80rem;
    margin: 0.5rem auto 2rem;
    display: flex;
    align-items: center;
}

.mediaContainer {
    float: left;
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-bottom: 50px;
    bottom: 0;
}

.categoryLevelOneImage {
    width: 50%;
    margin-top: 5%;
    height: auto;
    float: left;
    display: none;
    align-items: center;
}

.menuSeeMore {
    color: var(--green);
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    display: block;
}

.headerOptionsContainer {
    width: 100%;
    height: fit-content;
    margin: 25px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menuSubcategories {
    overflow: hidden;
}

.expandedCategory:not(.specialCategory) .menuSubcategories {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto auto auto auto;
    width: fit-content;
    column-gap: 9rem;
}

.expandedCategory:not(.specialCategory) .categoryColumn {
    /* width: fit-content; */
    /* height: 40px; */
}

.specialCategory .menuSubcategories {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.menuSubcategory {
    position: relative;
    width: fit-content;
    text-transform: capitalize;
    height: 30px;
    border-bottom: none;
    float: left;
    line-height: 30px;
    padding: 3px 10px 3px 10px;
    color: #000;
    margin-bottom: 15px;
}

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

.menuSubcategoryText {
    font-size: 20px;
}

.hiddenBarLogoContainer {
    overflow: hidden;
    position: absolute;
    height: 110px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.rightElements {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    margin-right: 7%;
    z-index: 2;
}

.currencySelectContainer {
    position: relative;
    float: left;
    display: flex;
    width: 107px;
    justify-content: space-between;
    font-size: 12px;
    cursor: pointer;
    height: 40px;
    display: none;
}

.currencyArrow {
    float: right;
    position: absolute;
    top: 0;
    height: 32px;
    right: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.selectedOption {
    width: 70%;
    font-weight: 600;
}

.pageCurrencySelect {
    height: 0;
    overflow: hidden;
}

.pageCurrencySelect.open {
    display: block;
    height: auto;
    position: absolute;
    top: 36px;
    background: #f9f9f9;
    color: #5c5d5f;
    width: 120px;
    font-size: 12px;
    z-index: 1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    right: 0;
}

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

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

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

.currencySelectOption[is-selected="true"] {
    background: #d0b8e3;
}

.currencySelectOption:nth-child(1) {
    font-weight: 600;
    padding-left: 5px;
}

.currencySelectContainer::before {
    content: "";
    background-image: url(../../files/currencyIcon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px;
    background-position: center;
    height: 30px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    padding-right: 50px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(323deg) brightness(103%) contrast(103%);
}

#headerOptions.change {
    /* top: 70px; */
    height: calc(100vh - 70px);
}

.languageSelect {
    position: relative;
    float: left;
    width: 50px;
    cursor: pointer;
    height: 27px;
    overflow: hidden;
    margin-left: 10px;
    padding-top: 2px;
    display: none;
    padding-right: 10px;
}

.languageSelect.open {
    height: auto;
}

.languageRow {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-indent: 8px;
    display: flex;
    align-items: center;
    height: 24px;
    cursor: pointer;
}

.languageRow.notSelected {
    margin-top: 10px;
    background: #f9f9f9;
    color: #5c5d5f;
}

.languageRow.notSelected:hover {
    background: #000;
    color: #fff;
}

.languageSelectArrow {
    position: absolute;
    width: 26px;
    right: 0;
    top: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.guest #logoutUser {
    border-top: 1px solid #000;
}

.menuWord {
    margin-left: 44px;
    margin-top: 3px;
    color: var(--green);
}

.headerCol .events {
    transition: color 0.3s ease;
}

.headerCol .events:hover {
    color: var(--dark-brown);
}

@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: 223px;
        left: calc(8% + 40px);
    }

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

@media screen and (max-width: 768px) {

    #header,
    #headerDummy {
        height: 7.7rem;
    }

    #header {
        position: fixed;
        width: 100%;
        background: #fff;
        height: auto;
        border: 1px solid #d6d6d6;
    }

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

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

    #headerLogoContainer img {
        width: 243px;
        max-width: 90%;
        margin: 18px auto;
    }

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

    .cartContainer {
        height: 22px;
    }

    .cartAmount {
        float: right;
        line-height: unset;
        position: relative;
        right: -2px;
        top: 5px;
        font-size: 10px;
    }

    #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: 0px;
        top: 0px;
        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: 0;
        float: right;
        left: 15px;
        width: 20px;
    }

    .headerMobileMenuIcon span:nth-child(3),
    .headerMobileMenuIcon span:nth-child(4) {
        top: 8px;
        width: 20px;
        left: 15px;
    }

    .headerMobileMenuIcon span:nth-child(5),
    .headerMobileMenuIcon span:nth-child(6) {
        top: 16px;
        left: 15px;
        width: 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: 13px;
        top: 7px;
    }

    .headerMobileMenuIcon.open span:nth-child(2) {
        left: 13px;
        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: 3px;
        top: 13px;
        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 {
        width: 100%;
        border-top: 1px solid var(--grey);
        position: relative;
        margin: 9rem auto 0;
        overflow: hidden;
    }

    .mobileMenuItems {
        overflow: auto;
        padding-top: 1rem;
        margin-top: 2rem;
        box-sizing: border-box;
        height: calc(94vh - 16rem);
    }

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

    .topHeaderMobileIcons {
        width: calc(100% - 9rem);
        position: absolute;
        right: 3rem;
        top: 39px;
        display: flex;
        justify-content: space-between;
    }

    .topHeaderMobileIcons .left {
        display: flex;
        align-items: center;
    }

    .topHeaderMobileIcons .left img {
        margin-right: 1rem;
    }

    .topHeaderMobileIcons .right {
        display: flex;
    }

    .userMobile {
        display: flex;
        align-items: center;
        font-size: 1.1rem;
        font-weight: 300;
    }

    .menuCartMobile {}

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

    #dialogIconTriangle {
        display: none !important;
    }

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

    .notLogged {
        display: none;
    }

    .show {
        display: block !important;
    }

    .currencyArrow {
        filter: unset;
    }

    .languageSelectArrow {
        filter: unset;
    }

    #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: 0px;
        height: 100%;
        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: 0px;
        left: calc(50% - 50px);
    }

    .headerMobileMenuIcon {
        top: 41px;
        width: 5rem;
        height: 2.3rem;
        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;
    }

    .headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 1.7px;
        width: 21px;
        background: var(--green);
        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;
        margin-bottom: 1rem;
        color: #000;
    }

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

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

    .highlightTitle {
        font-size: 7rem;
    }

    .mobileMenuLink {
        position: relative;
        float: left;
        width: calc(100% - 91px);
        font-size: 1.6rem;
        letter-spacing: 0;
        height: 4rem;
        text-transform: uppercase;
        line-height: 4rem;
        color: var(--green);
        font-weight: 600;
        padding-left: 3.2rem;
        word-break: break-all;
        overflow: hidden;
    }

    .mobileMenuSubcategoryText {
        font-weight: 300;
        font-size: 1.4rem;
    }

    .mobileMenuSeeMore {
        position: relative;
        float: right;
        margin-right: 2.2rem;
        line-height: 4rem;
        width: 1.5rem;
        font-size: 1.4rem;
        font-weight: 600;
        text-align: center;
        color: var(--green);
    }

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

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

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

    .mobileMenuSubcategoryText:hover {
        font-weight: bolder;
    }

    .mobileMenuCategoryLevelThree {
        border-bottom: none;
    }

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

    #mobileSearchImg {
        position: absolute;
        float: left;
        height: 2rem;
        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.1rem;
        background-color: transparent;
    }

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

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

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

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

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

    .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%;
        margin-top: 15vw;
    }

    #cartMessageButtonsWrapper {
        /* width: 210px; */
        /* display: block; */
    }

    .cartMessageAceptar {
        width: calc(100% - 4px);
        font-size: 1.3rem;
        margin-left: 0;
        margin-right: 0;
        font-weight: 500;
        line-height: 3.8rem;
        height: 3.8rem;
    }

    #forMeBtn {
        margin-right: 7px;
    }

    #forGiftBtn {
        margin-right: 7px;
    }

    .wishListProductsDiv {
        min-width: unset;
        margin-right: 10px;
        position: relative;
        display: block;
    }

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

    .wishListQuantity {
        position: absolute;
        right: -1px;
        top: 5px;
        font-size: 10px;
        font-weight: 300;
    }

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

    #content {
        min-height: calc(100vh - 60px);
        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;
    }

    #cartMessageDiv #cartMessageMessage {
        margin-top: 40px;
    }

    .mobileMenuCategoryLevelThreeText {
        padding-left: 4rem;
        width: calc(80% - 4rem);
        display: block;
        height: auto;
        font-weight: 300;
        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%;
        font-weight: 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;
    }

    /*     #header.openMenu .rightTopItems {
                display: block !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;
    }

    .languageRow.notSelected {
        margin-top: 10px;
        background: #000;
        color: #fff;
        font-size: 16px;
    }

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

    .languageSelect {
        font-size: 18px;
        padding-right: 5px;
    }

    .pageCurrencySelect.open {
        color: #fff;
        right: 0;
        top: 37px;
        background: #000;
    }

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

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

    .headerLogo {
        width: 100px;
        /* margin-top: 20px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content; */
    }
}

@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;
        font-weight: lighter;
    }

    .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%;
        padding: 75px 40px 0;
        box-sizing: border-box;
    }
}

@keyframes float {
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0);
    }
}

.float {
    animation-delay: 1.5s;
    overflow: hidden;
    transform: translatey(0);
    animation: float 3s ease-in-out infinite;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.rotate {
    -webkit-animation: rotation 7s infinite linear;
    animation: rotation 7s infinite linear;
}

.enter-title {
    margin: 0;
    left: -122%;
    white-space: nowrap;
}

.slide {
    visibility: hidden;
    visibility: visible\9;
}

.slide {
    visibility: visible;
    animation: slide 1s;
}

.slide::after {
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.imageAnimation:nth-of-type(1) {
    animation-delay: 0.7s;
}

.imageAnimation {
    animation: slideup 1.2s;
    animation-timing-function: cubic-bezier(0.52, 1.07, 0.16, 1.04);
    transform: translateX(100%);
    animation-fill-mode: both;
}

@keyframes slideup {
    0% {
        transform: translateX(170%);
    }

    100% {
        transform: translateX(8px);
    }
}