*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --loaderCircleCol: #3b00c3;
    --greenBtn: #4CAF50;
    --blueBtn: #16319d;
    --notifCircle: #16319d;
    --darkgray: #101010;
    --darkgray2: #404040;
    --itemHeight: auto;
    --wrapperHeight: 150px; /* alto de las imagenes en agregar publicacion */
    --itemBorderRadius: 7px;
    --btnBorderRadius: 4px;
    --headerColor: white;
    --subheaderColor: white; /* #53b357; */
    --followingBtnBackground: #e0ffe2;
    --lightBorderColor: #c2c1d4;
}

a:hover { cursor: pointer; }

body { 
    margin:0; background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

textarea:focus, input:focus{
    outline: none;
}

#headerTienda {
    padding: 11px;
    background: #9E9E9E;
    position: fixed;
    width: 100%;
    z-index: 10;
    border-bottom: 3px solid gray;
    border-radius: 0 0 20px 20px;
    transition: 0.5s ease-in-out;
}

#headerTienda img#logoIndex.header-logo {
    min-width: 45px;
    max-width: 200px;
    min-height: 45px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 90px;
}

#generalNewsletterContainer {
    margin-top: 25px;
}

.newsletterContainer {
    max-width: 450px;
    margin: auto;
    width: 92%;
}

.newsletterSub {
    position: relative;
    background: #9E9E9E;
    border-radius: 20px;
}

.newsletterSub.submitednl {
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    width: fit-content;
    margin: auto;
    padding: 0 10px;
    border-radius: 7px;
}

#suscribeNewsletterBtn {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    padding-left: 8px;
    display: block;
    border-left: 2px solid gray;
    color: gray;
    font-weight: 600;
    font-size: 14px;
}

#search-field-tienda input, .newsletterContainer input {
    width: 100%;
    padding: 14px;
    margin-top: 12px;
    border-radius: 7px;
    border: 2px solid gray;
}

#search-field-tienda {
    height: 47px;
    transition: 0.3s ease;
}

#searchButtonTienda {
    display: none;
}

#nksearch {
    margin: auto;
    position: relative;
    width: 97%;
}

#searchResults {
    height: auto;
    overflow: auto;
    position: fixed;
    z-index: 6;
    width: 100%;
    display: none;
}

#search-terms {
    border-radius: 4px 4px 15px 15px;
}

#search-terms ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#search-terms ul li {
    padding: 11px 18px;
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
}

#search-terms img {
    width: 22px;
    margin-right: 7px;
    vertical-align: bottom;
}

.newsletterContainer input {
    margin-top: 0;
}

.newsletterContainer .newsletterSubtitle {
    position: static;
    margin: 20px 0;
    font-size: 18px;
}

.titleProd {
    overflow: hidden;
    font-size: 14;
    height: auto;
    font-weight: 800;
    width: 100%;
    display: block;
    padding: 7;
    z-index: 1;
    bottom: 0;
    color: var(--darkgray2);
    margin-bottom: 5px;
}

.infoTiendaStickerContainer {
    width: auto;
    margin: 0 auto 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.infoTiendaSticker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e1e1e1AA;
    padding: 7px;
    border-radius: 4px;
    flex: 0 0 48%;
    min-height: 50px;
    overflow: auto;
    color: var(--darkgray2);
    font-size: 15px;
    font-weight: 500;
}

.infoTiendaSticker img {
    width: 35px;
}

.infoTiendaSticker img.paysendimg {
    background: white;
    border-radius: 4px;
    width: 60px;
}

.extrainfo {
    background: rgba(225, 225, 225, 0.7);
    width: 98.5%;
    border-radius: 4px;
    padding: 11 7;
    color: var(--darkgray2);
}

#map {
    height: 150px;
    width: auto;
    margin: auto;
}

.ubicacionContainer {
    margin-top: 15px;
}

.moreinfo {
    width: auto;
    margin: auto;
    margin-top: -25px;
    padding-bottom: 30px;
    color: var(--darkgray);
    white-space: pre-line;
    overflow: auto;
    max-height: 350px;
}

.moreinfo.info {
    padding-bottom: 0px;
}

.createdby {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: gray;
    font-weight: 700;
    margin: 75px 0 25px 0;
}

.createdby a {
    display: flex;
    text-decoration: none;
    color: gray;
    gap: 10px;
}

.createdby img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

#title-description {
    position: relative;
    background: unset;
    margin-top: 20px;
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    padding: 5px 12px 5px 2px;
}

#title-description p {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 7px;
    color: var(--darkgray2);
}

.titleline {
    margin-bottom: 25px;
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--lightBorderColor);
}

.titleline.ttl {
    margin-bottom: 4px;
}

#navContainer {
    width: 82%;
    margin: 60px auto;
}

#navContainer a {
    text-decoration: none;
    color: unset;
}

#subHeaderTienda {
    position: relative;
}

.headerTienda-menustore {
    position: relative;
    width: 33px;
    top: 0;
}

#headerTienda-menustore {
    position: absolute;
    right: 40px;
}

.headerTienda-search {
    position: relative;
    width: 33px;
    top: 0;
}

#searchHeaderIcon {
    display: none;
    position: absolute;
    right: 163px;
}

.headerTienda-filter {
    position: relative;
    width: 33px;
    top: 0;
}

#headerTienda-filter {
    position: absolute;
    right: 81px;
}

.headerTienda-login {
    position: relative;
    width: 33px;
    top: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#headerTienda-login {
    position: absolute;
    right: 122px;
}

.headerTienda-carrito {
    position: relative;
    width: 33px;
    top: 0;
}

#headerTienda-carrito {
    position: absolute;
    right: 0;
}

#topspace-index {
    height: 100px;
}

#bgx-white, #bgx-gray {
    display: none;
}

#loader, .loader {
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, var(--loaderCircleCol));
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
    animation: s3 0.5s infinite linear;
    text-align: center;
    z-index: 9999999;
}

@keyframes s3 {to{transform: rotate(1turn)}}

#toTop, #toDown {
    position: fixed;
    z-index: 10;
    right: 6px;
    bottom: 200px;
    padding: 11px;
    background: rgba(0, 0, 0, 0.45);
}

#toTop img, #toDown img {
    width: 30px;
}

#fondo, #fondo-comments {
    background: gray;
    width: -webkit-fill-available;
    width: -moz-available;
    height: -webkit-fill-available;
    height: 100%;
    position: fixed;
    z-index: 999999;
    opacity: 0.4;
    top: 0;
    display: none;
}

#fondosearch {
    background: rgba(53, 53, 53, 0.2);
    display: none;
    z-index: 4;
}

#fondo-2, #fondosearch {
    background: rgba(53, 53, 53, 0.8);
    backdrop-filter: blur(3px);
    width: -webkit-fill-available;
    width: -moz-available;
    height: -webkit-fill-available;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
}

#searchResults {
    height: auto;
    overflow: auto;
    position: fixed;
    z-index: 6;
    width: 100%;
    display: none;
}

#content, #contentTienda {
    margin-bottom: 200px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 20;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

#overlayZ {
    z-index: 99998;
}

#overlayZ2 {
    z-index: 99999;
}

.menu, .menuZ, .menuZ2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    touch-action: none;
    z-index: 20;
    display: flex;
    flex-direction: column;
}

.menu-handle {
    width: 60px;
    height: 6px;
    background-color: rgb(233 233 233);
    border-radius: 3px;
    margin: 10px auto 0;
    display: block;
    z-index: 20;
}

#expandIcon, #expandIconZ, #expandIconZ2 {
    position: absolute;
    right: 47px;
    top: 10px;
    z-index: 25;
    border-radius: 25px;
    padding: 5px;
}

.menu-content {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    min-height: 0; 
}

#menuNavZ.active, #menuNavZ2.active {
    transform: translateY(0%);
}

#menuNavZ, #menuNavZ2 {
    transform: translateY(100%);
    transition: transform 0.3s ease;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.28);
}

.menu.active, .menuZ.active, .menuZ2.active {
    transform: translateY(0%);
}

#tiendaFooter {
    position: fixed;
    display: flex;
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: auto;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 14;
    transition: transform 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
    overflow: auto;
    border-radius: 20px 20px 0 0;
}

#tiendaFooter img {
    width: 35;
    height: auto;
}

#tiendaFooter img.links {
    width: 28;
}

#tiendaFooter img.wpp {
    width: 32;
}

.tituloPrincipalContainer {
    display: flex;
}

.tituloPrincipalContainer.filterTitle {
    margin-top: 10px;
}

.tituloPrincipal {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 20;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tituloPrincipal.vr {
    margin: 13px 0 18px 0;
}

#grid-container.searchresults2 {
    width: 90%;
    margin: auto;
    column-count: 2;
    column-gap: 2%;
}

#grid-container.searchresults2.srtop {
    margin-top: 25px;
}

#grid-container.searchresults2.paginationborder {
    margin-top: 0px;
    border-top: 0px dotted gray;
    padding-top: 0px;
}

#grid-container {
    /* display: grid; */
    margin: auto;
    column-gap: 10px;
    grid-template-columns: auto auto;
    width: 100%;
    align-items: start;

}

.grid-item {
    position: relative;
    width: 100%;
    max-width: 450px;
    min-width: 300px;
    break-inside: avoid;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s cubic-bezier(.22,1,.36,1);
}

.grid-item.show, .grid-item.observed {
    opacity: 1;
    transform: translateY(0);
}

.grid-item img {
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.grid-item .grid-item-style {
    position: relative;
    width: 100%;
    aspect-ratio: auto;
    overflow: hidden;
}

.lastcontainer {
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}

img.pinned {
    width: 20px;
    vertical-align: middle;
}

.profileOptionsBtn, .profileOptionsBtnGrid, .profileOptionsBtnGrid-2 {
    position: absolute;
    right: 7;
    bottom: 7;
    top: unset;
    padding: 7px;
    border-radius: var(--itemBorderRadius);
    z-index: 4;
    background: rgba(255, 255, 255, 0.7);
}

.profileOptionsBtn img, .profileOptionsBtnGrid img, .profileOptionsBtnGrid-2 img {
    width: 15px;
}

.etiq {
    background: #210663;
    position: absolute;
    z-index: 1;
    top: 9;
    padding: 3px 7px;
    color: white;
    font-size: 13;
    border-radius: 7px;
    left: 9;
}

.etiqText {
    background: linear-gradient(45deg, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    gap: 5px;
    align-items: center;
}

.cantimg {
    top: 9;
    right: 9;
    left: unset;
}

.cantimg img {
    width: 20px;
    object-fit: contain;
}

.freesending {
    top: unset;
    bottom: 9;
}

.grid-item .gridShow img, .grid-item img.gridShow {
    border-radius: 7px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.grid-item .bookmark, .grid-item .bookmark-social, .grid-item .bookmark-catalog {
    padding: 7px 0;
    color: white;
    font-weight: bold;
    left: -3;
    margin-top: 2px;
}

.grid-item .bookmark img {
    width: 23px;
    height: auto;
    vertical-align: sub;
}

.grid-item .like, .grid-item .like-social, .grid-item .like-catalog {
    padding: 7px;
    margin: 4px 0 0 0;
    color: white;
    font-weight: bold;
}

.grid-item .like img {
    width: 19px;
    height: auto;
    vertical-align: sub;
    margin-right: 3;
}

.prom {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15;
    overflow: auto;
    max-height: 150px;
}

.promGrid {
    font-size: 18px;
    padding: 4px;
    color: #474747;
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.promGrid img {
    width: 22px;
    vertical-align: middle;
    margin-right: 3px;
    position: absolute;
    left: 4;
    height: 22px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.tipoPublicacion {
    font-size: 16px;
    font-weight: 700;
    color: gray;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 7px;
    width: 100%;
    margin-right: 5px;
    text-align: right;
}

.panteriorGrid {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: lighter;
}

.buyBtn {
    padding: 9px;
    background: #c7bde1;
    color: #000000;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 12;
    font-weight: bold;
}

#close {
    position: absolute;
    top: -12px;
    right: 5px;
    padding: 15px;
    z-index: 11;
    display: block;
}

#close:active { opacity:0.6; }

#close img { width: 16px; }

#close.catclose { top: -6px; }

#topNavTitle {
    background: white;
    text-align: center;
    padding: 11px 70px;
    position: fixed;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    z-index: 10;
    border-radius: 0;
    font-weight: 800;
    color: gray;
}

.mtopcontainer {
    margin-top: 50;
}

.horarioTienda {
    width: 100%;
    display: flex;
    font-size: 15px;
}

.nombreDia {
    min-width: 130px;
    font-weight: bold;
}

#ventaDiv {
    padding: 7px;
    margin-top: 25px;
}

#ventaDiv.section {
    margin: 20px 5% 0px;
    min-height: 200px;
    padding: 0;
}

#ventaDiv input {
    width: 100%;
    padding: 18px 10px;
    font-size: 18px;
    border: 2px solid var(--lightBorderColor);
    border-radius: 4px;
}

#ventaDiv input#whatsapp_number {
    padding-left: 145px; 
    margin-top: 0; 
    background-image: url("/img/whatsapp-3.png"); 
    background-repeat: no-repeat; 
    background-size: 25px; 
    background-position: 11px 50%;
    font-weight: 800;
    font-size: 22px;
    color: var(--linkaproTextCol);
}

#ventaDiv select#codpais, #ventaDiv select.codpais {
    width: fit-content;
    padding: 9px;
    border: 0px;
    position: absolute;
    left: 40px;
    top: 12px;
    border-right: 1px solid var(--btnBorderRadius);
    font-weight: 800;
    font-size: 17px;
}

#ventaDiv select {
    width: 100%;
    font-size: 15px;
    padding: 18px 10px;
    border: 2px solid var(--lightBorderColor);
    border-radius: 4px;
    background: white;
    font-weight: 700;
    color: var(--blueBtn);
}

#ventaDiv textarea {
    width: 100%;
    height: 150px;
    border: 2px solid var(--lightBorderColor);
    border-radius: 4px;
    font-size: 18px;
    padding: 12px;
    font-family: sans-serif;
}

#ventaDiv #citycp {
    display: flex;
    gap: 8px;
}

#ventaDiv.checkout {
    margin-bottom: 150px;
}

#ventaDiv.checkout input, #ventaDiv.checkout select {
    margin-bottom: 12px;
    font-size: 18px;
}

#ventaDiv input.op5 {
    width: auto;
}

#ventaDiv.checkout input[type="radio"] {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
}

#ventaDiv.checkout textarea {
    height: 100px;
    font-size: 18px;
}

.formBtnMargin {
    margin-bottom: 20px;
}

#tiendaBtn {
    display: block;
    font-weight: 600;
    text-decoration: none;
    margin: 25px auto;
    width: auto;
    text-align: center;
}

#tiendaBtn.pass {
    width: 100%;
    margin: 0;
}

#tiendaBtn.buyProdBtn {
    width: 100%;
}

.linksContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #efefefAA;
    padding: 12 7;
    border-radius: 9px;
    font-size: 16px;
    width: auto;
    margin: 0 auto 25px;
    color: var(--darkgray2);
    overflow: auto;
}

.linksContainer img {
    width: 35px;
}

#noresults {
    margin: 150px auto;
    width: 70%;
    text-align: center;
    color: gray;
}

#noresults img.cart {
    width: 45px;
}

ul#menu-options {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}

ul#menu-options a {
    font-size: 18.5px;
    font-weight: 700;
}

#mySidenavMenuProfile a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #101010;
    display: block;
}

ul#menu-options img {
    width: 28px;
    height: auto;
    margin-right: 13px;
    vertical-align: middle;
}

ul#menu-options li.priceFilter input {
    padding: 5px;
    width: 100px;
    font-size: 20px;
}

ul#menu-options li.priceFilter {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10 0;
    width: 100%;
}

#qrcode {
    text-align: center;
    margin-top: 15px;
}

#downloadBtnQr {
    text-align: center;
    margin: 12px;
    font-size: 20px;
}

#containerCats {
    padding: 0 15px 100px;
}

a.tiendacats {
    text-decoration: none;
}

#switchTitleContainer {
    width: 100%;
    border-radius: 15px;
    padding: 5px 15px;
    position: relative;
    color: var(--darkgray2);
    font-size: 18px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
}

#switchTitleContainer.switchTitleContainerDesign::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    z-index: 0;
}

.cat_desc {
    color: white;
    z-index: 1;
    position: absolute;
    bottom: 3px;
    font-size: 17px;
    padding: 0 5px;
}

#switchTitleContainer.switchTitleContainerDesign.shop {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s cubic-bezier(.22,1,.36,1);
}

#switchTitleContainer.switchTitleContainerDesign.shop.show {
    opacity: 1;
    transform: translateY(0);
}

#switchTitleContainer.switchTitleContainerDesign.shop.show:active {
    transform: scale(1.03);
}

.subcategories {
    position: absolute;
    right: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    padding: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

img.submenuimg {
    transition: transform 0.4s ease;
}
.subcategories img {
    width: 18px;
    opacity: 75%;
}

.textoBg {
    padding: 2px;
    z-index: 1;
}

.titlenewcat {
    width: auto;
    padding: 0 5px;
    border-radius: 11px;
    margin: 0;
    color: #000000;
    background: linear-gradient(45deg, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.submenu.open {
    max-height: 500px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.submenu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: unset;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 11px;
    padding: 0 10px;
}

.submenu div {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.submenu div:last-child {
    border-bottom: none;
}

.submenu a {
    text-decoration: none;
    color: var(--darkgray2);
    width: 100%;
    display: block;
}

.rotated {
    transform: rotate(180deg);
}

.navSubTitle.active {
    background: #333;
    color: #fff;
}

.navSubTitle {
    padding: 10px 20px;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    user-select: none;
}

#forgetpassTienda {
    font-size: 16px;
    padding: 0 0 0 4px;
    font-weight: 500;
    color: gray;
}

.cartDiv {
    display: flex;
    position: relative;
    gap: 7px;
    align-items: flex-start;
    width: auto;
    margin: 0 auto 15px;
    border-radius: 4px;
    background: rgba(225, 225, 225, 0.7);
    padding: 4px 35px 4px 4px;
    justify-content: flex-start;
}

.cartDiv img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
}

.cartDiv img.deleteProductCart {
    position: absolute;
    width: 24px;
    right: 5px;
    top: 7px;
    margin: auto;
    height: auto;
}

#cartNotif { 
    position: absolute;
    background: red;
    color: white;
    border-radius: 45px;
    top: 1px;
    right: 0;
    z-index: 25;
    padding: 3px;
}

.cart_prods_desc {
    font-size: 14;
    padding: 6px;
    margin-left: 35px;
    width: 100%;
}

.cart_desc_container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 4;
    margin-top: 7px;
}

.cart_desc_prodname {
    width: 60%;
}

.precioTotalTodos {
    text-align: right;
    margin: 0 5px 16px 0;
    font-size: 18px;
}

.deleteCart, .buycart {
    width: auto;
    margin: auto;
    text-align: center;
    background: #e1e1e1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.cartDiv.checkout {
    padding: 9px;
}

.showingCartProd {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.showingCartPrice {
    width: 100%;
    text-align: right;
    font-size: 18px;
    padding: 4px 0;
}

.cuponValidateBtn { 
    text-align: center;
}

.cuponValidateHaveBtn {
    text-align: center;
    margin-bottom: 13px;
}

#showhideCoupon {
    transition: 0.5s ease-in-out;
    padding: 9px;
    background: rgba(225, 225, 225, 0.7);
    border-radius: 7px;
    margin-bottom: 12px;
}

#extracuponshow {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #c4ffc6;
    border-radius: 7px;
    margin-bottom: 18px;
    font-size: 25px;
}

.payMethodContainer {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid rgb(225, 225, 225);
    border-radius: 4px;
    padding: 10px 2px;
    margin: 15px 0 7px;
    background-repeat: no-repeat;
    background-position: 98% 10%;
}

.payMethodContainer.envfree {
    border: 2px dashed #85c787;
}

.paymethod_title {
    width: 89%;
    display: flex;
    justify-content: space-between;
}

.paymethod_info {
    font-size: 14px;
    margin-left: 24px;
    filter: opacity(0.7);
}

.resumeCartProds:not(:last-child) {
    border-bottom: 2px dashed #c2c1d4;
}

.cantpre {
    display: flex;
    justify-content: flex-end;
}

.sm1 {
    margin-left: 4px;
}

#contentProductDataContainer {
    margin: 0 auto 0;
    background: none;
}

/** Product Catalog **/

.likeProductCatalog img {
    width: 24px;
}

.likeProductCatalog {
    position: absolute;
    top: 0;
}

.optionsProductCatalog img {
    width: 20px;
}

.optionsProductCatalog {
    position: absolute;
    top: 0;
    padding: 2px;
    left: 25px;
}

.zoomable {
    width: 100%;
    object-fit: cover;
    user-select: none;
    touch-action: none;
    transition: transform 0.25s ease;
    -webkit-user-drag: none;
    user-drag: none;
}

.zoom-container {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.productDataContainer {
    width: 90%;
    margin: auto;
}

.ptitle {
    position: static;
    font-size: 25px;
    padding: 0;
    white-space: unset;
    font-weight: 600;
}

.pprice {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 12px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
}

.panterior {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: lighter;
}

.pquitado {
    font-size: 18px;
    font-style: italic;
}

.promCatalog {
    max-height: none;
}

.promGridCatalog {
    padding: 3px 4px 3px 33px;
}

.prom img.icon {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.promGridCatalog img {
    top: 0;
    bottom: 0;
}

#comprar-wpp-btn {
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 11px 0 11px 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#comprar-wpp-btn img {
    width: 30px;
    background: #ffffffcc;
    border-radius: 25px;
    padding: 2px;
}

.caracteristica {
    width: 100%;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 5px;
}

.divcaract {
    width: 130px;
    font-weight: bold;
}

.prodcol {
    border-radius: 45px;
    width: 25px;
    height: 25px;
    border: 1px dotted gray;
}

.descripcion {
    font-weight: 500;
    margin-top: 0;
    padding: 5px;
    font-size: 18px;
    color: var(--darkgray);
    white-space: pre-line;
}

/** end Product Catalog **/

#saved {
    width: 90%;
    background: #000000CC;
    color: white;
    font-size: 15px;
    text-align: center;
    position: fixed;
    margin: auto;
    height: 70px;
    animation: hideAnimation 0.5s ease-in 4s;
    animation-fill-mode: forwards;
    align-content: center;
    display: grid;
    z-index: 999999;
    left: 0;
    right: 0;
    font-weight: 800;
    top: 15px;
    border-radius: 25px;
    max-width: 500px;
    padding: 0 5px;
}

@keyframes hideAnimation {
    to {
      visibility: hidden;
      opacity: 0.0;
    }
}

.arrep p.arrep {
    display: flex;
    align-items: center;
    gap: 7px;
}

.arrep p.arrep img {
    width: 22px;
}

#marquesina {
    text-align: center;
    margin-bottom: 15px;
    background: #FFEB3B;
    padding: 7;
    color: #000000;
    border-radius: 7px;
    overflow: hidden;
}

.texto {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    animation: desplazarse 13s linear infinite;
}

@keyframes desplazarse {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

#navSubTitleContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* espacio entre los botones */
    margin-bottom: 20px;
}

#register {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

#loadMore, .loadMore {
    width: fit-content;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    background: #cecece;
    border-radius: 25px;
    padding: 9px 20px;
}

#loadMore img {
    width: 25px;
}

.loggedIcon {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
    height: 32px;
    padding: 2px;
}

.logoutbtn {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border-radius: 7px;
    font-size: 18px;
    left: 12px;
    top: -4px;
}

.logoutbtn:active {
    opacity: 0.7;
}

.logoutbtn img {
    width: 24px;
}

.loginCarrousel img {
    margin-bottom: 8px;
}

.titleDescImg {
    position: absolute;
    width: 25px;
    right: 7px;
    top: 3px;
}

#registeredUserData {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 200px;
}

.registeredUserDataTitle {
    display: block;
    width: 140px;
    font-weight: bold;
    padding: 9px;
}

.registeredUserDataResult {
    display: flex;
    width: 175px;
    padding: 9px;
}

.hide-header {
    transform: translateY(-100%);
}
  
.hide-footer {
    transform: translateY(100%);
}

#noactivated {
    margin: auto;
    text-align: center;
    padding-top: 150px;
    font-size: 20px;
    width: 80%;
}

#noactivated img {
    max-width: 200px;
    border-radius: 9px;
}

.stockleyend {
    text-align: center;
    margin-bottom: 10px;
    position: unset;
    width: fit-content;
    margin: auto;
}

.stockleyend.slp {
    margin-bottom: 20px;
}

#secondstep {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .5s ease, transform .5s ease;
}

#secondstep.show {
    opacity: 1;
    max-height: 4000px;
    transform: translateY(0);
    pointer-events: auto;
}

#buyedprodmsg {
    text-align: center;
    background: rgba(232, 232, 232, 0.4);
    padding: 15px;
    border-radius: 4px;
}

a#clickElement {
    display: flex;
    gap: 10px;
    align-items: center;
}

#sent {
    background: #efefef;
    border-radius: 4px;
    display: flex;
    gap: 7px;
    font-size: 22px;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    flex-wrap: wrap;
}

#sent img {
    width: 40px;
}

.applyTo {
    margin-left: 32px;
    font-size: 20px;
    background: #dbdbdb60;
    padding: 7px;
    border-radius: var(--btnBorderRadius);
    width: fit-content;
}

.filteredNoProds {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    justify-content: center;
}

.filteredNoProds img {
    width: 45px;
}

.tituloN {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 12px;
}

.webUrl {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 20px;
    color: gray;
}

.section_title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.section_subtitle {
    font-size: 19px;
    color: var(--darkgray2);
    margin: 10px 0 0px;
    text-align: center;
    font-weight: 500;
}

.section_textinfo {
    padding-top: 20px;
    font-size: 17px;
    color: var(--darkgray2);
}

.section_textinfo.editorText {
    color: #000000;
}

.section_textinfo.editorText :is(h1, h2, h3, h4, h5, h6, small, big, sub, sup, code, pre, kbd, samp, button, input, textarea, select) {
    font-size: 17px;
}

.section_textinfo.serv {
    margin: auto;
    max-width: 450px;
    width: 90%;
}

.section_textinfo.cons {
    padding-bottom: 20px;
}

.backgroundsection {
    min-height: 139px;
    background-color: gray;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 25px 45px;
    height: 190px;
    justify-content: center;
    background-position: center;
}

.backgroundsection.turn {
    height: 139px;
}

.tcontainer {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    padding: 9px;
    border-radius: 11px;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 250px;
}

.pricelist {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 20px;
    background: gainsboro;
    padding: 10px;
    border-radius: 4px;
    gap: 10px;
}

.pcol1 {
    display: grid;
}

.pcol1 .mod {
    color: #484848;
    font-size: 16px;
}

.pcol2 {
    font-weight: 600;
}

.btm_view {
    height: 150px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.btm_block {
    background: linear-gradient(180deg, #ffffff, transparent);
    width: 100%;
    height: 150px;
}

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.galeria-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.galeria-descr {
    margin: 6px 0 0;
    font-size: 18px;
    color: #555;
    text-align: center;
}

.img_gallery {}

.img_gallery img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 7px;
}

.checkoutsummary {
    width: 100%;
}

.fptitle {
    background: gainsboro;
    padding: 11px 4px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 10px;
}

.fpinfo {
    background: gainsboro;
    padding: 7px;
    border-radius: 4px;
    margin-top: 10px;
}

#navProductContainer {
    padding-bottom: 100px;
}

#desktopqr {
    display: none;
}

.faq {
    margin: 0 auto 30px;
    width: 90%;
}

.preg {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -10px;
    background: gainsboro;
    padding: 7;
    border-radius: 4px;
}

.resp {
    font-size: 18px;
    color: var(--darkgray);
    white-space: pre-line;
}

#whatsappContainer {
    position: relative;
}

#caractCons {
    color: gray;
    text-align: right;
    font-weight: 900;
    padding: 4px;
}

.review {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 40px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    flex-shrink: 0;
}

.review-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-nombre {
    font-weight: 600;
    font-size: 20px;
}

.review-estrellas {
    color: #f5a623;
    font-size: 25px;
}

.review-texto {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 1.6;
    font-style: italic;
    padding: 7px;
    border-radius: 7px;
}

.yt_video {
    margin: 0 auto 40px;
    width: 90%;
}

.yt_video.tt {
    text-align: center;
}

.yt_title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px;
}

.yt_descr {
    color: gray;
    font-size: 18px;
    padding: 10px 0;
}

.showlink {
    background: gainsboro;
    padding: 14px 10px;
    border-radius: 7px;
}

.showlink a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    text-decoration: none;
    word-break: break-word;
}

.showlink img {
    width: 25px;
}

.link_container {
    margin: 0 auto 20px;
    width: 90%;
}

.fecha_seleccionada {
    width: 90%;
    margin: 20px auto;
    font-size: 18px;
}

.noconfsecc {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

#nostock { display: none; }

.selectTitle {
    color: var(--darkgray2);
    padding: 5px 2px;
}

.loginSec {
    display: flex;
    margin: 50px;
    gap: 10px;
    font-size: 18px;
    color: var(--darkgray2);
    align-items: flex-start;
    background: gainsboro;
    padding: 11px;
    border-radius: 7px;
}

.loginSec.pass {
    flex-wrap: wrap;
    margin: 0;
}

.noname {
    background: #9C27B0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    color: #f6beff;
}

.profinfo {
    font-size: 18px;
    padding: 0 8px;
}

.profinfo div {
    display: flex;
    gap: 10px;
    padding: 5px 0;
}

.profinfo div.bio {
    padding: 0 0 15px;
    color: gray;
}

.profinfo img {
    width: 25px;
}

.formRadioCheck {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px 15px 30px;
}

.opform {
    display: flex;
    gap: 5px;
    font-weight: 500;
    font-size: 18px;
}

.inputContainer {
    margin-bottom: 20px;
    position: relative;
}

.cobl {
    color: rebeccapurple;
    margin-top: 5;
}

.cobl2 {
    position: absolute;
    bottom: 0;
}

.logros-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width: 580px;
    margin: 20px auto;
    padding: 0 10px;
}

.logro-item{
    text-align:center;
    opacity:0;
    transform:translateY(40px);
    transition:all .7s ease;
}

.logro-item.show{
    opacity:1;
    transform:translateY(0);
}

.logro-numero{
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
}

.logro-texto{
    margin-top:10px;
    font-size:15px;
    line-height:1.4;
}