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

:root {
    --title-color: #ee2e62;
    --title2-color: #00b0b9;
    --subtitle-color: #000000;
    --button-color: #E0004D;
    --button-text: #fff;
    --main-color: #00B0B9;
    --subtitle-color: #545454;
}

.btn-3 {
    color: #e0004d;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    padding: 12px 20px 12px 20px;
    gap: 0px;
    border-radius: 100px;
    border: 1px solid rgba(224, 0, 77, 1);
    transition: background 0.3s
}

body.overFlowHidden {
    overflow: hidden;
}

.bkg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    z-index: 6;
    display: none;
    transition: background-color 0.3s, backdrop-filter 0.3s;
}

.bkg.openFilter {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);

}

span {
    font-weight: 600;
}

.custom-button {
    border-radius: 0 !important;
}

#content {
    min-height: calc(100vh - 180px);
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 356px) !important;
    background-color: white;
    top: 25px;
}

.menu {
    width: 200px;
    color: black;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.menuText.desktopElement {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 12px;
    font-size: 13px;
    /* margin-top: 8px; */
}

.headerLink {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #1b459c;
    margin: 0 10px;
}

.categoryOneTitle {
    text-align: left;
    font-size: 16px;
    text-transform: none;
    transition: 0.5s all ease-in-out;
}

.categoryOneTitle:hover {
    color: #fe5000;
}

.wishListProductsDiv {
    height: auto;
}

.heart {
    position: relative;
    height: 19px;
    cursor: pointer;
    float: left;
}

#headerDate,
#welcomeHeader {
    background-color: #E0004D;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 25px;
    position: fixed;
    z-index: 1000;
    top: 0;
}

#welcomeHeader{
    top: 25px;
    background-color: white;
}

#welcomeHeader p{
    color: #E0004D;
}

.font-bold {
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
    color: white;
    margin: 0;
}

.font-bold span {
    font-weight: 400 !important;
}


/*
#header {
height: 100px;
width: 100%;
top: 0px;
position: fixed;
z-index: 100;
/* -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); */


/* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); */


/*}
*/

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

#headerOptions {
    height: auto;
    text-align: center;
    display: flex;
    position: fixed;
    justify-content: center;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: white;
    margin-left: 0;
    left: 4%;
    z-index: 7;
    top: 75px;
}

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

.categoriesContainer {
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.expandedCategory {
    position: absolute;
    top: 140px;
    left: 0px;
    display: none;
    height: 0px;
    width: 15%;
    z-index: 2;
    color: black;
    padding-bottom: 10px;
    transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    padding-top: 20px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
}

.categoriesNamesContainer {
    width: 70%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 21px;
}

.categoryColumnItems {
    width: fit-content;
    margin-top: 17px;
}

.categoryLevelTwoImage {
    float: left;
    width: 100%;
    display: none !important;
    object-fit: none;
    height: 20vw;
}

.categoryColumn {
    margin-top: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
    width: 45%;
    right: 0%;
    margin-bottom: 20px;
    display: none;
}

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

.categoryLevelTwoTitle {
    position: relative;
    font-size: 17px;
    width: fit-content;
    display: block;
    line-height: 19px;
    padding-top: 7px;
    padding-bottom: 6px;
    text-transform: capitalize;
    font-weight: 400;
}

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

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

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

#headerLogoContainer {
    position: absolute;
    width: 150px;
    overflow: hidden;
    display: flex;
    left: calc(50% - (150px / 2));
    height: 90px;
    text-align: center;
    /* margin-left: 12%; */
    justify-content: center;
    bottom: 50%;
    transform: translateY(50%);
}

#headerLogo {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
}

#headerPromoText {
    font-size: 11px;
    text-align: center;
    line-height: 30px;
    width: 110%;
    float: left;
    font-weight: 500;
    margin-left: -5%;
}

#headerPromo {
    width: 100%;
    top: 0px;
    z-index: 999;
    height: 30px;
    color: white;
    overflow: hidden;
    position: fixed;
    background: #6f95b7;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.09);
    display: none;
}

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

#headerLogoHiddenBar {
    height: 57px;
    display: block;
    width: auto;
}

.hiddenBarLogoContainer {
    width: 355px;
    float: left;
    display: flex;
    align-items: center;
}

#headerWrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    flex-direction: row;
    text-align: left;
    align-items: center;
}

.hedaerSearch.fontArrange {
    /* height: 31px; */
    /* width: 31px; */
    /* width: 90%; */
}

img.headerSearch.fontArrange {
    margin-left: 50px;
    width: 17px;
    /* margin-right: 10px; */
}

.openText {
    color: white;
    margin-right: 34px;
}


#headerMainBar {
    width: 92%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    /* margin-top: 20px; */
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    transition: all 0.2s;
}


.headerMainBarFixed {
    position: fixed;
    top: 50px;
    z-index: 5;
    background: white;
    width: 100%;
    height: 120px;
    transition: all 0.2s;
}

.headerBtn {
    display: flex;
    position: relative;
    justify-content: center;
    background: #fe5000;
    border: 1px solid #fe5000;
    color: white;
    height: 35px;
    cursor: pointer;
    align-items: center;
    /* line-height: 35px; */
    width: 150px;
    font-weight: 600;
    text-align: center;
    transition: 0.5s all ease-in-out;
}

.headerBtn:hover {
    background-color: transparent;
    color: #fe5000;
}

#rightHeaderOptions {
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    gap: 12px;
    bottom: 50%;
    transform: translateY(50%);
}

#rightHeaderOptionsMobile {
    display: none;
}

#rightHeaderOptionsHiddenBar {
    float: right;
    height: 70px;
    top: 0px;
    position: relative;
    width: 355px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightHeaderHidden {
    margin-top: 0px !important;
}

#searchBarContainer {
    position: relative;
    float: left;
    height: 20px;
    margin-top: 0px;
    cursor: pointer;
}

#searchBarHeader {
    position: fixed;
    width: 100%;
    background-color: white;
    margin-top: 30px;
    z-index: 9;
}

.headerSearchImg {
    position: relative;
    float: left;
    cursor: pointer;
}


.headerCart {
    float: left;
    cursor: pointer;
    position: relative;
    display: flex;
    width: auto;
    font-size: 13px;
    top: 0px;
    height: 18px;
    align-items: flex-end;
}

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

.cartAmount {
    color: #000000;
    float: right;
    font-size: 13px;
    line-height: 12px;
}

.profileDiv {
    cursor: pointer;
    height: fit-content;
    display: flex;
    align-items: center;
}


#accountOptions,
#accountOptions1,
#accountOptions2 {
    width: 20px;
    z-index: 1;
    height: 110px;
    overflow: visible;
    cursor: pointer;
}

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


.profileIcon {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 44px;
    margin-bottom: 10px;
}

.accountOptions1,
.accountOptions2 {
    float: left;
    width: auto;
    height: auto;
    z-index: 1;
}

#dialogIconTriangle1,
#dialogIconTriangle2 {
    display: none;
    color: white !important;
    top: 22px;
    right: 6px;
}

.myProfileUser1,
.myProfileUser2 {
    color: #97a393;
    line-height: 40px;
    height: 40px;
    top: 70px;
    border-radius: 0;
    background-color: white;
    font-weight: lighter;
    width: 130px;
    position: absolute;
    right: 61%;
    text-align: center;
    display: none;
    border: 2px solid #97a393;
}


/*hidden bar HiddenBar*/

.accountOptions1HiddenBar,
.accountOptions2HiddenBar {
    float: left;
    width: auto;
    height: auto;
    z-index: 1;
}

#dialogIconTriangle1HiddenBar,
#dialogIconTriangle2HiddenBar {
    display: none;
    color: white;
    top: 22px;
    right: 6px;
}

.profileBridgeHiddenBar {
    height: 35px;
    width: 130px;
    position: absolute;
    right: 0;
    opacity: 0;
}

.overFlowHidden {
    overflow: hidden;
}

.myProfileUser1HiddenBar,
.myProfileUser2HiddenBar {
    border: 1px solid black;
    color: black;
    border-bottom: 0.5px solid white;
    line-height: 40px;
    height: 40px;
    top: 70px;
    border-radius: 0;
    background-color: white;
    font-weight: lighter;
    width: 130px;
    position: absolute;
    right: 0;
    display: none;
}

.logoutUser1HiddenBar,
.logoutUser2HiddenBar {
    color: black;
    border: 1px solid black;
    border-top: none;
    line-height: 40px;
    height: 40px;
    top: 110px;
    border-radius: 0;
    background-color: white;
    font-weight: lighter;
    width: 130px;
    position: absolute;
    right: 0rem;
    display: none;
}

.logoutUser1,
.logoutUser2 {
    color: #97a393;
    border-top: none;
    line-height: 40px;
    height: 40px;
    top: 110px;
    border-radius: 0;
    background-color: white;
    font-weight: lighter;
    width: 130px;
    position: absolute;
    right: 61%;
    text-align: center;
    border: 2px solid #97a393;
    display: none;
}

.logoutUser2 {
    border-top: 2px solid #97a393;
}

.logoutUser1:hover {
    background-color: #335fad;
    color: white;
    font-weight: 900;
}

.logoutUser2:hover {
    background-color: #97a393;
    color: white;
    font-weight: 500;
}

.myProfileUser1:hover {
    border-top: 1.5px solid white;
    background-color: #335fad;
    color: white;
}

.myProfileUser2:hover {
    background-color: #97a393;
    color: white;
    font-weight: 500;
}

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

.headerProfile {
    float: left;
    height: 18px;
    cursor: pointer;
}

.hasFont {
    font-weight: 800;
    position: relative;
    top: -1px;
    font-size: 17px;
    letter-spacing: 1px;
}

.hasFont:hover {
    color: #f0e237 !important;
}

.searchBarSlider {
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
    align-items: center;
}

.searchBar.openBar {
    height: 35px;
}

.searchSite {
    width: 96%;
    position: relative;
    margin: 0 auto;
    height: 100%;
    background-color: transparent;
    color: black;
    letter-spacing: 0px;
    padding: 0 10px;
    font-size: 13px;
}

.searchSite::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

.searchSite:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

.searchSite::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

.searchSite:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

.searchSite::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

#searchHiddenSite::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

#searchHiddenSite:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

#searchHiddenSite::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

#searchHiddenSite:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

#searchHiddenSite::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white !important;
    opacity: 0.8;
    font-weight: 400;
}

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

#topHiddenBar.shownBar {
    top: 0px;
}

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

.alertMessageDiv {
    position: relative;
    /* margin: 0px auto; */
    padding: 20px;
    width: 325px;
    background-color: white;
    border: none;
    padding-top: 20px;
    border-radius: 0px;
}

#alertMessageLogo {
    width: 100px;
}

#cartMessageDiv .alertMessageLogo {
    /* display: none; */
}

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

#cartMessageDiv a.alertMessageAceptar {
    background-color: #e0004d;
    border: 2px solid #e0004d;
    color: white;
}

#cartMessageDiv a.alertMessageAceptar:hover {
    border: 2px solid #e0004d;
    color: #e0004d;
    background-color: white;
}

.alertMessageAceptar {
    position: relative;
    background-color: #e0004d;
    border: 2px solid #e0004d;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    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: 0px;
    width: 100%;
}

.alertMessageAceptar:hover {
    background-color: white;
    color: #e0004d;
    opacity: 1;
    border: 2px solid #e0004d;
}

.alertMessageClose {
    right: 10px;
    color: black;
}

#cartMessageDiv {
    margin-top: 20%;
}

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

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

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

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

#cartMessageDiv {
    overflow: hidden;
    width: 420px;
    padding: 0 0 0 0;
    height: auto;
    top: calc(50% - 232px);
    margin-top: 0px;
    padding-top: 25px;
    border: none;
    padding-bottom: 45px;
    border-radius: 0px;
}

#headerLogoContainer a {
    width: 120px;
}

.whatsAppWebContainer.open {
    bottom: 4%;
    right: 4%;
}

.openMenu {
    background-color: white;
    visibility: visible !important;
    height: calc(100vh - 11%);
}

.wishListQuantity {
    float: left;
    color: #000000;
    font-size: 10px;
    font-weight: 500;
}

.accountOptions:hover,
.accountOptions1:hover,
.accountOptions2:hover {
    height: auto;
}

.printerContainer:hover {
    background: #124194;
}

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

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

#decorativeLine {
    background-color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
}

#headerMobileMenuIcon {
    width: 22px;
    display: inline-flex;
    vertical-align: middle;
    height: 20px;
    z-index: 10;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 54%;
    background: black;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

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

#headerMobileMenuIcon span:nth-child(odd) {
    left: 0px;
}

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

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

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

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

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

#headerMobileMenuIcon.open span:nth-child(1) {
    left: 0px;
    top: 3px;
}

#headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 3px;
}

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

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

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

#headerMobileMenuIcon span:nth-child(odd) {
    left: 0px;
}

#headerMobileMenuIcon span:nth-child(1),
#headerMobileMenuIcon span:nth-child(2) {
    top: 2px;
}

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

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


#headerMobileMenuIcon span:nth-child(6) {
    width: 6px;
}


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

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

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

#categoriesContainer {
    width: 50%;
    height: 70px;
    margin: auto;
    overflow: auto;
}


/* search bar */

.rightContainer {
    position: relative;
    float: right;
    height: 65px;
    width: 280px;
}

.rightHeaderContent {
    float: right;
    height: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 75px;
    margin-left: 5px;
}

.openSlider {
    left: 0px !important;
}

.searchBarContainer {
    position: relative;
    float: left;
    display: inline-block;
    height: 70px;
    width: 20px;
    overflow: hidden;
}

.searchBarSlider {
    position: absolute;
    display: flex;
    width: 150px;
    align-items: center;
    height: 70px;
    /* left: 200px; */
    /* transition: left 1s; */
}

.searchIcon {
    padding-left: 0px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    width: 21px;
    height: 21px;
    position: relative;
    display: block;
    z-index: 99999999;
}

.searchBar {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: white;
    border-bottom: 1px solid white;
    height: 22px;
    font-size: 15px;
}

#searchSite {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    background: transparent;
    padding: 0px;
    padding-left: 10px;
    color: white;
    margin: 0;
    font-size: 15px;
}

.headerHeart {
    float: left;
    margin-right: 5px;
    height: 19px;
}

.profileImageAccount {
    width: 100%;
}

#myProfileUser,
#logoutUser {
    color: #E0004D !important;
    border: 1px solid #E0004D !important;
    border-radius: 0;
}

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
    background-color: #E0004D !important;
    color: white !important;
    font-weight: 100;
}

#logoutUser1,
#logoutUser2 {
    border: 1px solid #E0004D !important;
    border-top: 1px solid #E0004D !important;
    border-radius: 0;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
    top: 59px;
    color: #E0004D !important;
    right: 1px;
}

.separatorContainer {
    width: 100%;
    margin-top: 35px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.separatorCircle {
    height: 4px;
    width: 4px;
    margin-right: 6px;
    background: #000000;
}

.separatorLine {
    height: 1px;
    background: #000000;
}


/* inicio popup */

.popupFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10001;
}

.popupBk {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popupBox {
    position: fixed;
    width: 80%;
    margin: 0 auto;
    left: 0;
    overflow: hidden;
    max-width: 840px;
    right: 0;
    max-height: 90vh;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 20px;
}

.closePopupDiv {
    position: absolute;
    top: 9px;
    right: 12px;
    width: 12px;
    height: 12px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opneMenuHeader {
    background-color: white;
    filter: invert(1);
}

img#mobileSearchImg {
    width: 21px;
}

.headerMainBarOpen {
    background: white !important;
}

#headerLogo {
    background-image: url(/files/logo-header-pink.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.mobileMenuItemContainer {
    display: flex;
    flex-direction: column;
    width: 93%;
    font-size: 23px;
    margin: 0 auto 30px;
    height: 93svh;
    align-items: flex-start;
    text-align: left;
    max-width: unset;
    color: black;
    overflow: scroll;
}

.mobileMenuItem {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    color: gray;
    margin: 0px auto;
    align-items: flex-start;
    height: 90%;
    max-width: 200px;
    color: #000000;
}

#headerMobileMenu {
    position: fixed;
    top: 0;
    left: -100%;
    padding-left: 4%;
    padding-right: 4%;
    width: max-content;
    z-index: 6;
    visibility: hidden;
    padding-top: 8%;
    display: flex;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
}

#headerMobileMenu.openMenu {
    left: 0;
    top: 25px;
    visibility: visible;
}


.mobileMenuContainer {
    margin: 0 auto;
    width: 100%;
    overflow-y: hidden;
    height: auto;
    align-self: flex-start;
    padding-bottom: 20px;
}

/* end popup */

.headerBottomBar {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #1b459c;
    text-align: center;
    height: 40px;
    position: fixed;
    box-shadow: 0px 4px 10px 0px #0000000f;
    top: 110px;
    z-index: 5;
}

.mobileMenuItem div {
    height: 40px;
    margin-bottom: 20px;
}

.mobileMenuItem div:hover {
    color: black;
    font-weight: 600;
    font-style: italic;
}

a.bottomBarDiv {
    color: white;
    position: relative;
    display: flex;
    font-weight: 500;
    justify-content: center;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}

a.bottomBarDiv.selected {
    color: #fe5000;
}


/* sale animation */

.offerCategory {
    animation: blinkingText 1s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000000;
    }

    50% {
        color: #c09f80;
    }

    100% {
        color: #000000;
    }
}


/* end of sale animation */


/* line animation */

.separatorLineAnimation {
    width: 0px;
    -webkit-animation: increase 2s;
    -moz-animation: increase 2s;
    -o-animation: increase 2s;
    animation: increase 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes increase {
    0% {
        width: 0px;
    }

    100% {
        width: calc(100% - 10px);
    }
}

@-webkit-keyframes increase {
    0% {
        width: 0px;
    }

    100% {
        width: calc(100% - 10px);
    }
}


/* end of line animation */

.separatorCircleAnim {
    -webkit-animation: opacity 0.8s;
    -moz-animation: opacity 0.8s;
    -o-animation: opacity 0.8s;
    animation: opacity 0.8s;
    animation-fill-mode: forwards;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
    .hiddenBarLogoContainer {
        width: 142px;
    }

    #topHiddenBarWrapper {
        width: calc(100% - 309px);
    }

    .searchBarContainer {
        width: 146px;
    }

    .searchBarSlider {
        left: 125px;
    }

    #header #rightHeaderOptions {
        width: 118px;
    }

    #header .searchBarContainer {
        display: none;
    }

    #content {
        min-width: unset;
    }


}

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

    /* Estilos PORTONES */
    /******************/

    .btn-3 {
        font-size: 13px;
        line-height: 16px;
    }

    #header {
        height: 60px;
        position: fixed;
        top: 25px !important;
    }

    #headerDummy {
        height: 107px;
    }

    #headerOptions {
        top: 81px;
    }

    .headerCart {
        font-size: 12px;
        top: 1px;
        height: 20px;
    }

    .headerCart img {
        top: -2px;
    }

    .cartAmount {
        font-size: 12px;
        line-height: 17px;
    }

    .cartContainer {
        float: left;
        width: fit-content;
        position: relative;
        /* margin: 0 10px; */
    }

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

    #headerPromoText {
        font-size: 10px;
        line-height: 27px;
        text-align: center;
    }

    #headerMobileMenuIcon {
        z-index: 1001;
    }


    #headerMobileMenuIcon span {
        height: 2px;
    }

    .menuText {
        font-size: 13px;
        line-height: 18px;
    }

    .profileDiv {
        margin-left: 10px !important;
    }


    #decoHeader {
        display: none;
    }

    .headerShowLogin {
        margin-left: 5px !important;
    }

    #rightHeaderOptions {
        display: none
    }

    #rightHeaderOptionsMobile {
        height: auto;
        text-align: center;
        display: flex;
        position: fixed;
        justify-content: center;
        float: left;
        text-align: left;
        font-size: 15px;
        line-height: 20px;
        color: black;
        margin-left: 0;
        z-index: 7;
        top: 81px;
        color: #000000;
        gap: 10px;
        right: 4%;
    }

    .profileIcon {

        margin-top: 0px;
        margin-bottom: 0px;
    }

    #headerMobileMenu {
        height: calc(100vh - 80px);
        padding-top: 90px;
    }

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

    .mobileMenuItem div {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .mobileMenuLink {
        position: relative;
        float: left;
        display: inline-block;
        width: 90%;
        font-size: 17px;
        height: 37px;
        background-color: #ffffff;
        margin-bottom: 20px;
    }

    .closePopupDiv {
        position: absolute;
        top: 9px;
        right: 12px;
        width: 12px;
        height: 12px;
        color: #000000;
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        cursor: pointer;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .opneMenuHeader {
        background-color: white;
        filter: invert(1);
    }

    img#mobileSearchImg {
        width: 21px;
    }

    input#mobileSearch {
        /* width: 90px; */
        /* transition: all 1s; */
    }


    .headerMainBarOpen {
        background: white !important;
    }

    #headerLogo {
        background-size: 40%;
    }

    .mobileMenuContainer {
        margin: 0 auto;
        width: 92%;
        overflow-y: scroll;
        height: 80svh;
        align-self: start;
        padding-bottom: 20px;
    }

    .mobileMenuContainer::-webkit-scrollbar {
        width: 3px;
    }

    .mobileMenuContainer::-webkit-scrollbar-track {
        background: transparent;
    }

    .mobileMenuContainer::-webkit-scrollbar-thumb {
        background: #CFCFCF;
    }

    .mobileMenuItem {
        margin: 0;
        max-width: 96%;
        height: 100%;
    }

    #headerMobileMenu.openMenu {
        background: white;
        position: fixed;
        height: 100svh;
        width: 100%;
        padding-top: 115px;
        display: flex;
        -webkit-transition: unset;
        -moz-transition: unset;
        -o-transition: unset;
        transition: unset;
        justify-content: center;
        padding-inline: 0;
        top: 0 !important;
    }

    #headerLogoContainer a {
        width: 120px;
    }

    /* end popup */
    .headerBottomBar {
        display: flex;
        justify-content: center;
        width: 100%;
        background: #1b459c;
        text-align: center;
        height: 40px;
        position: fixed;
        box-shadow: 0px 4px 10px 0px #0000000f;
        top: 110px;
        z-index: 5;
    }

    .mobileMenuItem div {
        height: 40px;
    }

    .mobileMenuItem div:hover {
        color: black;
        font-weight: 700;
        font-style: italic;
    }

    a.bottomBarDiv {
        color: white;
        position: relative;
        display: flex;
        font-weight: 500;
        justify-content: center;
        width: 200px;
        text-align: center;
        line-height: 40px;
        color: black;
        padding-left: 30px;
        word-break: break-all;
        overflow: hidden;
        font-size: 15px;
        line-height: 25px;
        text-transform: uppercase;
    }

    .mobileMenuLink:hover {
        /* color: #e0004d; */
    }

    .mobileMenuSeeMore {
        color: black;
        width: 30px;
        float: right;
        margin-right: 30px;
        text-align: center;
    }

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

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

    .mobileMenuSubcategories {
        position: relative;
        float: left;
        width: 100%;
        height: 0px;
        overflow: hidden;
    }

    .mobileMenuSubcategory {
        margin-top: 10px;
    }

    #mobileSearchBar {
        position: relative;
        width: 84%;
        margin: 0 auto;
        height: 37px;
        overflow: hidden;
        bottom: 0px;
        color: black;
        margin-bottom: 20px;
        border: 1px solid black;
    }

    #mobileSearchImg {
        position: relative;
        float: right;
        margin-left: 8px;
        margin-right: 12px;
        height: 16px;
        margin-top: 11px;
    }

    #mobileSearch {
        position: relative;
        float: left;
        width: calc(100% - 70px);
        height: 100%;
        padding: 0px;
        padding-left: 15px;
        color: black;
        background-color: transparent;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.03em;
        top: 2px;
    }

    #mobileSearch::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.03em;
        color: #000000;
    }

    #mobileSearch:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.03em;
        color: #000000;
    }

    #mobileSearch::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.03em;
        color: #000000;
    }

    #mobileSearch:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.03em;
        color: #000000;
    }

    #mobileSearch::-ms-input-placeholder {
        /* Microsoft Edge */
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.03em;
        color: #000000;
    }

    #cartMessageDiv {
        width: 95%;
        margin-top: 15vw;
    }

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

    .cartMessageAceptar {
        width: calc(100% - 4px);
        font-size: 12px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wishListProductsDiv {
        float: left;
        width: fit-content;
        position: relative;
        height: auto;
        /* display: none; */
    }

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

    .wishListQuantity {
        width: fit-content;
        height: 13px;
        line-height: 13px;
        font-size: 9px;
        font-weight: 500;
        top: -3px;
        position: absolute;
        left: 23px;
    }

    #content {
        min-height: calc(100vh - 60px);
        margin-top: 0px;
        padding-top: 0px;
        top: 25px;
    }

    #cartMessageMessage {
        margin-bottom: 15px;
    }

    .whatsAppWebContainer.open {
        bottom: 2%;
        right: 4%;
    }

    .profileImgMobile {
        padding-left: 28px;
        width: 18px;
        position: relative;
        padding-right: 15px;
        top: 3px;
    }

    .headerShowLogin.profileImgMobile {
        top: 0px;
        padding-right: 0px;
    }

    .userAccount {
        color: #000000;
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
        display: none;
    }

    .user {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        float: left;
        font-weight: 500;
        height: fit-content;
        display: flex;
        padding-top: 4px;
        margin-bottom: 25px;
        margin-right: 20px;
        color: white;
        align-items: flex-end;
        flex-direction: row;
    }

    .logoutMobile {
        color: black;
        font-weight: 300;
        /* line-height: 22px; */
        height: fit-content;
    }

    .mobileMenuSubcategoryText {
        color: black;
        font-size: 12px;
        margin-left: 15px;
        font-weight: 300;
        display: flex;
        align-items: center;
        height: 35px;
        color: black;
    }

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

    .heart {
        height: auto;
        width: 20px;
        margin-top: 2px;
    }

    #categoriesContainer {
        width: fit-content;
        height: fit-content;
        margin: auto;
        display: flex;
        align-items: center;
    }

    .headerMainBarFixed {
        position: fixed;
        top: 50px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 80px !important;
        justify-content: space-between;
    }

    .menu {
        width: auto;
        gap: 14px;
    }

}


@media screen and (min-width: 415px) {
    .btn-3:hover {
        color: white;
        background: #e0004d;
        border: 1px solid white;
    }
}