* {
    margin: 0;
    padding: 0;
}

#content {
    min-height: calc((100vh - 80px) - 195px) !important;
    width: 100% !important;
    background: var(--secondary-color-one);
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

img {
    display: block;
}

html {
    scroll-behavior: smooth;
}

.productImg {
    height: 100%;
    width: 100%;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

body {
    font-family: var(--font-two);
    color: var(--secondary-color-two);
    /* Color de texto que mas hay en la web */
    font-size: var(--base-font-size);
    /* Font-size del cuerpo de texto */
    line-height: var(--base-line-height);
    /* line-height del cuerpo de texto */
}

h1,
h2,
.promoImageColumnText,
.customPageFormTitle {
    font-family: var(--font-one);
}

h2,
.promoImageColumnText,
.customPageFormTitle {
    color: var(--titles-color);
    font-size: var(--title-font-size);
    line-height: var(--title-line-height);
}

.bannerPhrase h2 {
    font-size: calc(var(--title-font-size) + 8px);
}

h3 {
    color: var(--secondary-color-two);
    font-size: var(--subtitle-font-size-two);
    line-height: var(--subtitle-line-height-two);
}

.itemPrice {
    font-size: var(--subtitle-font-size-two);
    line-height: var(--subtitle-line-height-two);
}

p,
.changeAddress {
    color: var(--secondary-color-two);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    font-weight: 400;
}

span {
    color: var(--secondary-color-two);
    font-size: var(--span-font-size);
    line-height: var(--span-line-height);
    font-weight: 400;
}

.button,
button,
.option,
.cartMessageAceptar,
#alertMessageAceptar {
    font-size: var(--button-font-size);
    line-height: var(--button-font-size);
    font-weight: 600;
}

.button,
.cartMessageAceptar,
#alertMessageAceptar {
    background-color: var(--primary-color-two);
    color: var(--primary-color-one);
    border-radius: 6px;
    padding: 16px 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
    transition: 0.5s all ease-in-out;
    border: transparent;
    height: auto;
    text-align: center;
    font-weight: 600;
}

.button:hover,
.cartMessageAceptar:hover,
#alertMessageAceptar:hover {
    background-color: var(--primary-color-one);
    color: var(--primary-color-two);
}

#headerProfile,
#headerCart {
    color: var(--color-header);
}

.byluna {
    color: var(--primary-color-two);
}

@media screen and (max-width: 1400px) {
    h2,
    .promoImageColumnText,
    .customPageFormTitle {
        font-size: calc(var(--title-font-size) - 2px);
    }
    h3,
    .itemPrice,
    .containerPrice .oldPrice {
        font-size: calc(var(--subtitle-font-size-two) - 2px) !important;
    }
    p,
    #alertMessageMessage,
    .changeAddress {
        font-size: calc(var(--base-font-size) - 1px);
    }
    .button,
    .cartMessageAceptar,
    #alertMessageAceptar {
        font-size: calc(var(--button-font-size) - 3px);
    }
}

@media screen and (max-width: 768px) {
    h2,
    .promoImageColumnText,
    .customPageFormTitle {
        font-size: calc(var(--title-font-size) - 10px);
    }
    h3,
    .itemPrice,
    .containerPrice .oldPrice {
        font-size: calc(var(--subtitle-font-size-two) - 3px) !important;
    }
    .button,
    button,
    .option,
    .cartMessageAceptar,
    #alertMessageAceptar {
        font-size: calc(var(--button-font-size) - 3px);
    }
    #confirmChangeShippingMobile,
    #confirmChangePickupMobile {
        margin-top: 15px;
    }
}


/* Whatsapp */

.whatsAppWebContainer {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: var(--primary-color-one);
    z-index: 99;
    right: 5%;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.16);
    transition: 0.5s all ease-in-out;
}

.whatsAppWebContainer:hover {
    background: var(--primary-color-two);
}

.whatsAppWebContainer:hover .whatsAppWebLogo {
    color: var(--primary-color-one);
}

.whatsAppWebLogo {
    color: var(--primary-color-two);
    transition: 0.5s all ease-in-out;
}


/* Header */

#headerPromoText p {
    display: inline-block;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    white-space: pre;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 13px;
    padding-left: 10px;
    font-family: var(--font-one);
    text-transform: uppercase;
    padding: 0 20px;
}

#headerPromoText {
    justify-content: center;
    display: flex;
}

#header {
    min-width: 1100px;
    height: 108px;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: var(--secondary-color-one);
}

#topHiddenBar {
    background-color: var(--secondary-color-one);
    position: fixed;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    top: 30px;
}

#topHiddenBarOptions {
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#topHiddenBarWrapper {
    display: flex;
    align-items: center;
}

#headerLogo {
    height: 51px;
    margin: auto;
    display: none;
}

#headerLogoHiddenBar {
    height: 60px;
}

.headerOption {
    position: relative;
    margin-right: 30px;
    color: var(--color-header);
    font-size: var(--base-font-size);
    font-weight: 400;
    cursor: pointer;
    height: 15px;
    top: 0px;
    padding-bottom: 1px;
}

a.headerOption.selectedSection {
    border-bottom: 1px solid var(--color-header);
}

a.headerOption:hover {
    border-bottom: 1px solid var(--color-header);
}

#rightHeaderOptions {
    display: flex;
    align-items: center;
}

#headerCart {
    position: relative;
    float: left;
    height: 15px;
    cursor: pointer;
    top: 0;
}

#headerCart2 {
    position: relative;
    margin-left: 25px;
}

.cartAmount {
    display: flex;
    position: absolute;
    color: var(--primary-color-two);
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    margin-top: 0px;
    line-height: 0;
    right: -6px;
    background: var(--primary-color-one);
    top: 9px;
    align-items: center;
    justify-content: center;
    height: 12px;
    width: 12px;
}

.profileDiv {
    margin-left: 30px;
}

.expandedCategory {
    position: fixed;
    top: 70px;
    left: 0px;
    display: none;
    height: 0px;
    width: auto;
    background-color: var(--secondary-color-one);
    z-index: 1;
    padding-left: 30px;
    color: var(--primary-color-one);
    padding-bottom: 10px;
    height: 108px;
}

.categoryLevelTwoImage {
    float: left;
    width: 145px;
    margin: 20px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.categoryColumn {
    width: 90px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 13px;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
}

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

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

.categoryLevelThreeTitle:hover,
.categoryLevelTwoTitle:hover {
    font-weight: 600;
}

.categoryLevelThreeTitle {
    margin-left: 0;
    position: relative;
    font-size: 20px;
    color: #214747;
    width: fit-content;
    display: block;
    line-height: 22px;
    padding-top: 0px;
    margin-bottom: 20px;
    margin-top: -10px;
    padding-bottom: 6px;
    text-transform: capitalize;
}

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

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

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


/* End Header */


/* Alert Message */

.alertMessageDiv {
    position: relative;
    margin: 0px auto;
    width: 370px;
    background-color: var(--secondary-color-one);
    border: none;
    padding: 30px 0 !important;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0 !important;
    border-radius: 10px;
}

.alertMessageClose {
    right: 10px;
    color: var(--primary-color-one);
    font-size: 18px;
    font-weight: 400;
    top: 6px;
}

.alertMessageMessage {
    color: var(--auxiliar-color-one) !important;
    font-size: var(--base-font-size) !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
}

.alertMessageLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 60px !important;
    width: fit-content !important;
    object-fit: contain;
    margin-bottom: 0;
}

.alertMessageAceptar {
    padding: 13px 30px !;
}


/* End Alert Message */


/*Product Popup*/

.alertMessageDivContainer {
    display: flex;
    align-items: center;
}

.popupBackground {
    left: 0px;
    position: fixed;
    display: none;
    width: 100vw;
    top: 0;
    height: 100%;
    backdrop-filter: blur(10px);
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.buyPopup {
    margin: 0px auto;
    border: none;
    border-radius: 10px;
    padding-top: 0px;
    background-color: var(--secondary-color-one);
    z-index: 999;
    width: 1000px;
    position: relative;
    overflow: hidden;
}

.itemInfoDiv {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
}

.popupInfoContainer {
    display: flex;
    overflow: hidden;
    border-radius: 7px;
    background: var(--secondary-color-one);
    margin: 40px 20px 40px 40px;
    justify-content: space-between;
    max-height: 500px;
    height: 70vh;
}

.rightPopup {
    display: flex;
    width: 45%;
    flex-direction: column;
    overflow-y: scroll;
    height: auto;
    padding-right: 20px;
    margin-right: 6px;
}

:-webkit-scrollbar {
    visibility: collapse;
}

.rightPopup::-webkit-scrollbar {
    visibility: visible;
    width: 3px;
    height: 5px;
}

.filter {
    margin: 0;
}

.rightPopup::-webkit-scrollbar-thumb {
    background: var(--primary-color-one);
    border-radius: 10px;
}

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

.commentsAndQuantity {
    display: flex;
    border-top: 1px solid #828282;
    padding-top: 25px;
    margin-top: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.commentsDiv .optionSubtitle {
    float: right;
}

.leftPopup {
    height: 100%;
    aspect-ratio: 1/1;
    position: sticky;
    margin-right: 30px;
    width: 55%;
    max-width: 500px;
}

.image {
    display: block;
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    height: 100%;
}

.image img {
    width: 100%;
}

.slick-arrow {
    width: 30px !important;
    position: absolute;
    z-index: 9;
    top: calc(50% - 20px);
    margin: 10px;
    cursor: pointer;
}

.slick-list+.slick-arrow {
    right: 0;
}

.infoHeader {
    height: auto;
    vertical-align: top;
    display: flex;
    flex-direction: column;
}

.itemName {
    font-weight: 900;
}

.completedText {
    color: green;
}

.containerPrice {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.containerPrice .oldPrice {
    margin-right: 10px;
    font-size: var(--subtitle-font-size-two);
}

.itemPrice {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
}

.optionTitle {
    font-weight: 900;
    text-transform: capitalize;
    float: left;
    margin-bottom: 20px;
    margin-top: 1px;
}

.optionSubtitle {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    margin-left: 10px;
    line-height: 20px;
    float: left;
}

.optionsDiv {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #828282;
}

.optionsContainer .optionsDivProd:nth-child(1) {
    border-top: 1px solid #828282;
    padding-top: 30px;
}

.productDelayDiv p {
    font-weight: 900;
    margin-bottom: 5px;
}

.productDelayDiv input {
    background-color: #f6f6f6;
    margin-top: 5px;
    width: calc(100% - 20px);
    height: 30px;
    padding: 0 10px;
}

.options {
    display: block;
    position: relative;
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
}

.option {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    width: 148px;
    font-family: var(--font-one);
    vertical-align: top;
    width: fit-content;
    margin-top: 1px;
}

.optionSelect+.option {
    font-family: var(--font-two);
    font-size: var(--span-font-size);
    font-weight: 400;
}

.itemDescription {
    display: inline-block;
    position: relative;
    font-size: var(--base-font-size);
    width: calc(100% - 40px);
    margin-top: 10px;
    line-height: var(--base-line-height);
    font-weight: 400;
    font-family: var(--font-two);
    margin-bottom: 10px;
}

.commentsDiv {
    display: block;
    position: relative;
    width: 60%;
    height: auto;
}

#comments {
    display: block;
    width: calc(100% - 20px);
    margin-top: 10px;
    font-size: var(--span-font-size);
    height: 60px;
    resize: none;
    font-weight: 400;
    border: none;
    padding: 10px;
    background-color: #f6f6f6;
}

.itemQuantity {
    display: flex;
    position: relative;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
}

.lessQuantity,
.lessQuantityProd {
    display: inline-block;
    width: 20%;
    color: var(--primary-color-two);
    background-color: var(--primary-color-one);
    height: 40px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    transition: 0.5s all ease-in-out;
}

.lessQuantity svg,
.lessQuantityProd svg,
.moreQuantity svg,
.moreQuantityProd svg {
    height: 8px;
    width: 8px;
}

.disabled {
    opacity: 0.5;
    cursor: unset;
}

.disabled:hover {
    background-color: var(--primary-color-one) !important;
    color: var(--primary-color-two) !important;
}

.quantityContainer {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 55%;
    font-weight: 400;
    background: #f6f6f6;
    height: 40px;
    color: var(--primary-color-one);
}

.quickAddBtns .quantityContainer {
    width: 60%;
}

.moreQuantity,
.moreQuantityProd {
    display: inline-block;
    width: 20%;
    color: var(--primary-color-two);
    background-color: var(--primary-color-one);
    height: 40px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    line-height: 40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s all ease-in-out;
}

.moreQuantity:hover,
.moreQuantityProd:hover,
.lessQuantity:hover,
.lessQuantityProd:hover {
    color: var(--primary-color-one);
    background-color: var(--primary-color-two);
}

.lessQuantityProd:hover:not(.disabled),
.moreQuantityProd:hover {
    color: var(--primary-color-one);
    background-color: var(--primary-color-two);
}

#arrowContainer {
    position: relative;
    width: 27px;
    height: 29px;
    z-index: 1;
    margin-left: 75px;
    background-color: #656565;
    pointer-events: none;
}

.addToCart {
    width: calc(100% - 60px);
    text-align: center;
}

.button:hover p {
    color: var(--primary-color-two);
}

.addToCart p {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    transition: 0.5s all ease-in-out;
    color: var(--primary-color-one);
}

.closeProductPopUp {
    position: absolute;
    top: 14px;
    z-index: 1;
    font-weight: 400;
    left: 97.5%;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.closeProductPopUp {
    color: var(--primary-color-one);
}

.optionSelect {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    border: 1px solid gray;
    height: 7px;
    margin-right: 5px;
    width: 7px;
    line-height: 20px;
    margin-top: 5.4px;
}

.optionDiv {
    position: relative;
    display: inline-block;
    height: auto;
    cursor: pointer;
    width: max-content;
    min-width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.optionSelect.selectedOption {
    background: var(--primary-color-one);
}

.quantityItemsContainer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 35%;
}

.options {
    font-size: 11.5px;
    line-height: 15px;
    padding-left: 0vw;
    overflow: hidden;
    height: auto;
    width: calc(100% - 0vw);
}


/*Finally Popup*/


/*Login/User*/

#accountOptions1,
#accountOptions2 {
    position: relative;
    z-index: 1;
    float: left;
    width: 45px;
    font-size: unset;
    height: unset;
    color: var(--primary-color-one);
    text-align: center;
}

#accountOptions2:hover {
    height: 14px;
}

#dialogIconTriangle1,
#dialogIconTriangle2 {
    display: none;
    color: var(--primary-color-one);
    right: 0px;
    top: 30px;
}

#dialogIconTriangle2 .fas {
    font-size: 12px;
}

#myProfileUser1,
#myProfileUser2 {
    border: unset;
    color: var(--primary-color-two);
    border-bottom: unset;
    border-top: none;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    background-color: var(--primary-color-one);
    font-weight: 400;
    border-radius: 10px 10px 0px 0px;
    top: 30px;
}

#myProfileUser2:hover {
    font-weight: 400;
}

#logoutUser1,
#logoutUser2 {
    color: var(--primary-color-two);
    border: 1.5px solid var(--amarillo);
    border-top: none;
    line-height: 40px;
    height: 40px;
    background-color: var(--primary-color-one);
    font-weight: 400;
    border-radius: 0px 0px 10px 10px !important;
    top: 30px;
    font-size: var(--base-font-size);
}

.blackBkg50 {
    left: 0px;
    position: fixed;
    display: block;
    width: 100vw;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.5s;
}

#logoutUser1:hover {
    background-color: var(--primary-color-two);
    color: var(--primary-color-one);
    border-color: var(--primary-color-two);
}

#logoutUser2:hover {
    background-color: var(--primary-color-two);
    font-weight: 400;
    color: var(--primary-color-one);
}

#myProfileUser1:hover {
    background-color: #5cd38c;
    color: var(--primary-color-one);
    border-left-color: #5cd38c;
    border-right-color: #5cd38c;
    border-top-color: #5cd38c;
}

#myProfileUser2:hover {
    background-color: var(--primary-color-two);
    color: var(--primary-color-one);
}

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

#headerProfile {
    position: relative;
    float: right;
    height: 15px;
    cursor: pointer;
}


/*End Login/User*/


/*Alert add product to cart*/

#cartMessageButtonsWrapper {
    position: relative;
    display: none;
    width: 90%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    float: none;
    /* display: flex; */
}

.cartMessageAceptar,
#alertMessageAceptar {
    width: calc(90% - 60px);
}

.cartMessageAceptar {
    margin: 0 5% 10px;
}

#cartMessageDiv {
    height: 240px;
    width: 420px;
    padding: 0 0 0 0;
    overflow: hidden;
    border: none !important;
}

#cartMessageMessage {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #959595 !important;
}


/*End alert add product to cart*/

@media screen and (max-width: 1100px) {
    #header {
        min-width: unset;
    }
}

@media screen and (max-width: 1200px) {
    .buyPopup {
        width: 90vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
    #headerLogoHiddenBar {
        height: 60px;
    }
    .leftPopup {
        /* width: 35%; */
    }
    .popupInfoContainer {
        max-height: 350px;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .quantityItemsContainer {
        width: 100px;
    }
}

@media screen and (max-width: 1050px) {
    #header {
        height: 60px;
    }
    #header {
        position: fixed;
        background-color: var(--secondary-color-one);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }
    #headerCart {
        float: right;
        position: relative;
        height: 27px;
        cursor: pointer;
        margin-right: 25%;
        margin-left: 3px;
    }
    .cartContainer {
        position: relative;
    }
    .quantityItemsContainer {
        justify-content: space-between;
        margin-left: 0;
    }
    .headerMobileMenuIcon {
        width: 22px;
        height: 20px;
        position: relative;
        -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;
        margin-left: 5%;
    }
    .headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 2.3px;
        width: 70%;
        background: var(--color-header);
        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;
        border-radius: 100px;
    }
    .headerMobileMenuIcon span:nth-child(even) {
        left: 40%;
    }
    .headerMobileMenuIcon span:nth-child(2),
    .headerMobileMenuIcon span:nth-child(6) {
        left: 5%;
    }
    .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: 0;
        top: 5px;
    }
    .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: 13px;
    }
    .headerMobileMenuIcon.open span:nth-child(6) {
        left: calc(50% - 4px);
        top: 14px;
    }
    #headerLogo {
        width: 19%;
        height: auto;
        display: block;
    }
    #rightHeaderOptions {
        position: relative;
        float: right;
        width: 85px;
        right: 0px;
    }
    #headerProfile {
        margin-top: 8.5px;
        margin-right: 7px;
    }
    .containerHeaderMobileIcons {
        display: flex;
        align-items: center;
    }
    #headerMobileIcons {
        margin-right: 5%;
    }
    #headerMobileProfile {
        position: relative;
        float: right;
        height: 15px;
        cursor: pointer;
        margin-right: 15px;
        color: var(--color-header);
    }
    #headerCartMobile {
        position: relative;
        float: left;
        margin-left: 5px;
        height: 29px;
        margin-top: 8.5px;
        display: block;
    }
    #headerMobileMenu {
        position: fixed;
        height: auto;
        width: 100%;
        top: -100vh;
        background-color: var(--secondary-color-one);
        z-index: 12;
        padding-top: 0px;
        box-shadow: 2px 0 5px -2px #888;
        overflow: scroll;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        display: flex !important;
        flex-direction: column;
        height: calc(100dvh - 78px);
        justify-content: center;
    }
    #headerMobileMenu.open {
        top: 78px;
        border-top: 1px solid var(--primary-color-one);
    }
    .mobileMenuItem {
        position: relative;
        width: 100%;
        margin-left: 0;
        display: table;
        background: var(--secondary-color-one);
        height: auto;
        color: var(--color-header);
        text-align: center;
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
        font-weight: 400;
    }
    #headerMobileMenu .delayDiv {
        display: none;
    }
    .mobileMenuLink {
        width: 100%;
        letter-spacing: 1px;
        font-size: var(--base-font-size);
        overflow: hidden;
    }
    .mobileMenuSeeMore {
        position: relative;
        float: right;
        margin-right: 10px;
        height: 40px;
        line-height: 40px;
        width: 30px;
        text-align: center;
    }
    .mobileMenuSubcategories {
        position: relative;
        float: left;
        width: 100%;
        height: 0px;
        overflow: hidden;
    }
    .mobileMenuSubcategory {
        position: relative;
        width: 100%;
        height: auto;
        color: #214747;
        text-transform: capitalize;
        height: auto;
        background-color: transparent;
        border-top: 1px solid #214747;
        overflow: hidden;
    }
    .mobileMenuSubcategory.open {
        border-bottom: 0px;
    }
    .mobileMenuSubcategoryText:hover {
        font-weight: bolder;
    }
    .open .mobileMenuSubcategoryText {
        font-weight: 900;
    }
    .open .mobileMenuLink {
        display: contents;
    }
    .open .mobileMenuCategoryLevelThreeText {
        font-weight: 400;
        font-size: 13px;
    }
    .mobileMenuCategoryLevelThree {
        background-color: transparent;
        color: #657771;
        border-bottom: 0px solid white;
        border-top: 0px;
    }
    #mobileSearchBar {
        position: relative;
        width: 84%;
        margin: 0 auto;
        height: 35px;
        overflow: hidden;
        border: 0px solid #ccc;
        margin-top: 40px;
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 55px;
        color: #9d9d9d;
    }
    #mobileSearchImg {
        position: relative;
        float: left;
        margin-left: 10px;
        height: 18px;
        margin-top: 6px;
    }
    #mobileSearch {
        position: relative;
        float: left;
        width: calc(100% - 50px);
        height: 100%;
        padding-left: 14px;
        font-size: 12px;
        color: #5c5d5f;
        background-color: transparent;
    }
    #mobileSearch::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #9d9d9d;
    }
    #mobileSearch:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #9d9d9d;
    }
    #mobileSearch::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #9d9d9d;
    }
    #mobileSearch:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #9d9d9d;
    }
    #mobileSearch::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #9d9d9d;
    }
    .mobileMenuCategoryArrow {
        position: relative;
        float: right;
        height: 10px;
        top: 0px;
        right: 5px;
        -webkit-transition: 0.15s ease-in-out;
        -moz-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
    }
    .mobileMenuCategoryArrow.open {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .mobilePersonalPages {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #cartMessageDiv {
        width: 95%;
    }
    #cartMessageButtonsWrapper {
        width: 100%;
    }
    #content {
        min-height: calc(100% - 60px);
    }
    #cartMessageMessage {
        margin-bottom: 15px;
    }
    .whatsAppWebContainer {
        /* width: 150px; */
        right: 10px;
    }
    .whatsAppWebContainer.open {
        bottom: 30px;
    }
    a.mobileMenuLink.mobileMenuSubcategoryText:hover {
        color: var(--primary-color-one);
    }
    #headerLogo {
        height: 55px;
        width: auto;
    }
    #header,
    #headerDummy {
        height: 78px;
        padding-top: 28px;
    }
    #headerPromoText {
        position: fixed;
        top: 0;
    }
    .headerMobileMenuIcon span:nth-child(1),
    .headerMobileMenuIcon span:nth-child(2) {
        top: 0px;
    }
    .headerMobileMenuIcon span:nth-child(3),
    .headerMobileMenuIcon span:nth-child(4) {
        top: 8px;
    }
    .headerMobileMenuIcon span:nth-child(5),
    .headerMobileMenuIcon span:nth-child(6) {
        top: 26px;
    }
    .headerMobileMenuIcon.open span:nth-child(2) {
        left: calc(37% - 0px);
        top: 5px;
    }
    .headerMobileMenuIcon.open span:nth-child(6) {
        left: calc(43% - 0px);
        top: 13px;
    }
    .headerMobileMenuIcon span:nth-child(5),
    .headerMobileMenuIcon span:nth-child(6) {
        top: 16px;
    }
    .cartAmount {
        width: 12px;
        height: 12px;
        position: absolute;
        top: -4px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 2px 1px 2px;
        right: -8px;
    }
    #headerCart {
        height: 16px;
        width: 16px;
    }
}

.productDelay,
.productDelaySimple {
    color: var(--primary-color-one);
    background: var(--primary-color-two);
    width: fit-content;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    font-size: 12px;
}

.productDelaySimple {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .productDelay,
    .productDelaySimple {
        font-size: 10px;
        width: calc(100% - 10px);
        border-top-right-radius: 10px;
        text-align: center;
        padding: 2px 5px;
    }
    .productDelaySimple {
        width: fit-content;
        border-radius: 0;
        left: 20px;
    }
    #productPopUpContainer {
        width: 90%;
        height: auto;
        box-shadow: 0 0 9px 1px grey;
    }
    .mobileMenuItem.delayDiv {
        background-color: var(--amarillo);
        color: var(--primary-color-one);
        font-weight: 400;
        letter-spacing: 1px;
        padding-bottom: 5px;
        padding-top: 5px;
        line-height: 36px;
        margin-left: 10px;
        display: none !important;
        width: calc(100% - 120px);
        height: 36px;
        margin-left: 100px;
        font-size: 14px;
        margin-top: 10px;
        border-bottom: none;
    }
    #productDataContainer {
        width: 80%;
        margin-left: 10%;
        margin-top: 30px;
    }
    #popUpImg {
        float: none;
        width: 90%;
        height: 130px;
        margin-left: 5%;
        margin-bottom: 10px;
    }
    #dataProd {
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    #prodPriceContainer {
        margin-top: 5px;
    }
    #prodDescription {
        margin-top: 5px;
    }
    #prodTitle {
        font-size: 20px;
        height: 22px;
    }
    #confirmBtn {
        margin-bottom: 15px;
        width: 70%;
        margin-left: 15%;
    }
    #prodTitle em {
        font-size: 16px;
    }
    #prodPrice {
        float: right;
        margin-right: 0;
    }
    .option {
        margin-top: 0;
    }
    #prodCant {
        width: fit-content;
        display: inline-block;
        height: 25px;
        line-height: 30px;
        margin-top: 10px;
    }
    #selectContainer {
        display: inline-block;
        margin-top: 10px;
        height: 25px;
        line-height: 25px;
        width: auto;
        margin-left: 30px;
        float: right;
        margin-right: 0px;
    }
    #arrowContainer {
        position: relative;
        height: 25px;
        width: 25px;
        top: auto;
        left: -3px;
        margin-left: -3px;
        display: inline-block;
    }
    #priceText {
        font-size: 16px;
        color: #a3a3a3;
        float: left;
        width: fit-content;
        display: inline-block;
        height: 25px;
        line-height: 30px;
        font-weight: 400;
    }
    #alertMessageDiv {
        padding: 30px 0 10px 0 !important;
    }
    #notesContainer {
        margin-top: 17px;
        margin-left: 10%;
        width: 80%;
    }
    #notesText {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #textAreaAux {
        height: 80px;
        margin-top: 6px;
        width: 90%;
        margin-left: 1%;
    }
    #confirmBtn {
        margin-bottom: 20px;
        width: 70%;
        margin-left: 15%;
    }
    .backgroundOpacity {
        height: 100%;
        width: 100vw;
    }
    #closeProductPopUp {
        top: 10px;
        right: 10px;
    }
    .popupBackground {
        background: transparent;
        backdrop-filter: unset;
        height: 100dvh;
        width: 100%;
    }
    .popupBackground .blackBkg50 {
        background-color: rgba(0, 0, 0, 0);
    }
    .buyPopup {
        width: 100%;
        height: calc(100dvh - 78px) !important;
        top: 65px;
        left: 0;
        display: flex;
        margin-top: 0;
        flex-direction: column;
        border-radius: unset;
        border-top: 1px solid var(--primary-color-one);
        overflow: scroll;
    }
    .backBtn {
        height: 20px;
        margin-right: 24px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: -3px;
        font-size: 15px;
        position: absolute;
        margin-left: 3px;
        cursor: pointer;
        top: 0px;
        left: 0px;
        display: none;
    }
    .backBtn:hover {
        font-weight: 400;
    }
    .itemInfoDiv {
        /* height: 85vw; */
        margin-top: 0px;
        border-radius: 0;
    }
    .optionsContainer {
        position: relative;
        display: block;
    }
    .optionsDiv {
        width: 100%;
        padding: 0;
        padding-top: 25px;
        padding-bottom: 0px;
        height: auto;
    }
    .optionTitle {
        margin-bottom: 0px;
        line-height: 15px;
        font-size: 14px;
    }
    .optionSubtitle {
        font-size: 11px;
        line-height: 60px;
        width: fit-content;
        height: 50px;
        margin-bottom: 0px;
        display: none;
    }
    .commentsAndQuantity {
        flex-direction: column;
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .quantityItemsContainer .itemSubtitle {
        margin-left: 0px;
    }
    .options {
        font-size: var(--span-font-size);
        margin-top: 0;
        width: 100%;
        overflow: visible;
    }
    .optionDiv {
        width: 100%;
        font-size: var(--span-font-size);
        height: 26px;
        min-height: unset;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .optionSelect {
        height: 8px;
        width: 8px;
        margin-top: 0;
        margin-right: 9px;
    }
    .commentsDiv {
        padding: 15px 0 30px;
        width: 100%;
    }
    .commentsDiv .optionSubtitle {
        line-height: 50px;
    }
    .optionTitle {
        margin-bottom: 10px;
    }
    .optionsDivProd:not(:first-child) {
        margin-top: 30px;
    }
    textarea#comments {
        margin-top: 20px;
        margin-left: 0;
        width: 92%;
        height: 80px;
    }
    .commentsDiv .optionTitle {
        height: auto;
    }
    .itemSubtitle {
        font-size: 13px;
        line-height: 15px;
        display: inline-block;
        margin-left: 15px;
        line-height: 30px;
        margin-bottom: 0;
        vertical-align: top;
        margin-top: 0px;
    }
    .itemQuantity {
        margin-left: 30px;
        margin-bottom: 0;
        vertical-align: top;
    }
    .addToCart {
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        float: none;
        display: block;
        line-height: 19px;
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
        padding: 20px 0;
    }
    .popupInfoContainer {
        flex-direction: column;
        overflow: unset;
        width: 100%;
        margin: 0 auto;
        height: auto;
        border-radius: 0;
    }
    .leftPopup {
        width: 100%;
        /* height: 85vw !important; */
        max-width: unset;
    }
    .rightPopup {
        width: 90%;
        margin: auto;
        height: unset;
        overflow: unset;
        padding: 30px 0 90px 0;
    }
    .image {
        width: 100%;
        position: absolute;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        border-radius: 0;
    }
    .infoHeader {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }
    .itemName {
        width: 100%;
        font-size: 20px;
        line-height: 37px;
        padding: 0;
    }
    .itemPrice {
        display: inline-block;
        margin-top: 10px;
        width: 25%;
    }
    .containerPrice {
        margin-top: 10px;
    }
    .containerPrice .itemPrice {
        margin-top: 0;
    }
    .itemDescription {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-top: 0;
    }
    .showOptions {
        height: 60px;
        width: 96%;
        display: inline-block;
        margin-bottom: 0px;
        position: absolute;
        right: 12px;
        background-image: url(/files/arrow.svg);
        background-repeat: no-repeat;
        background-position: right center;
        display: none !important;
    }
    .alertMessageMessage {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .closeProductPopUp {
        background: var(--primary-color-one);
        left: 90%;
        border-radius: 100px;
        padding: 5px;
        color: var(--primary-color-two);
        width: 11px;
        height: 11px;
    }
    .itemQuantity {
        margin-left: 50px;
    }
    .itemQuantity {
        margin-left: 0px;
        margin-top: 0;
    }
    .sliderLeftArrow {
        left: 2vw !important;
        margin-top: 30% !important;
    }
}