@font-face {
    font-family: "Gotham Rounded";
    src: url("../fonts/GothamRnd-Light.otf");
    font-weight: light;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url("../fonts/GothamRnd-Book.otf");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url("../fonts/GothamRnd-Medium.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url("../fonts/GothamRnd-Bold.otf");
    font-weight: bold;
    font-display: swap;
}

:root {
    --primary: #CF3338;
    --secondary: #0099A8;
    --hover: #039e9d;
    --success: #60aa00;
    --error: #DC3444;
    --alert: #F7A505;


    --primary-text: #464646;
    --secondary-text: #ffffff;

    --font-primary: "Gotham Rounded";
}

body {
    font-family: var(--font-primary), sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

header {
    background-color: #ffffff;
}

h1,
.h1 {
    font-size: 24px;
    color: var(--primary-text);
    font-weight: 400;
}

h2,
.h2 {
    font-size: 20px;
    color: var(--primary-text);
    font-weight: 400;
}

.titulos {
    font-size: 24px;
    color: var(--primary-text);
    font-weight: 400;
}

.subtitulo {
    font-size: 21px;
    color: var(--primary-text);
    font-weight: 300;
}

h3,
.h3 {
    font-size: 18px;
    color: var(--primary-text);
    font-weight: 400;
}

h4 {
    font-size: 16px;
    color: var(--primary-text);
    font-weight: 400;
}


h5 {
    font-size: 14px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    font-weight: 400;
}

.h7 {
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
}

.fs-6 {
    font-size: 14px !important;
    font-weight: normal;
    font-weight: 400;
    color: #3369F6 !important;
}

p {
    font-weight: normal;
}


label {
    font-size: 14px;
    font-weight: 400;
}

span {
    font-size: 12px;
}

.main {
    padding: 1.5rem 0rem;
    min-height: calc(100vh - 286px);
}

a {
    color: var(--secondary);
}

.text-primary{
    color: var(--primary-text)!important;
}

.sub-menu {
    font-weight: 400 !important;
}

.footer {
    background-color: #FFFFFF;
    color: var(--primary-text);
    font-size: 12px;
    padding: 30px 0;
}

.footer a {
    color: var(--primary-text);
    text-decoration: none;
    font-size: 14px;
}

.footer a:hover{
    color: var(--secondary);
}

.footer a[target=_blank]:focus:hover{
    color: var(--primary-text);
}

.footer .nav{
    --bs-nav-link-hover-color: none;
}

.nav-footer .nav-item .nav-link {
    padding: 0;
}

.nav-footer {
    flex-direction: column;
}

.footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer i {
    font-size: 20px;
    margin: 0 5px;
}

.logo-footer {
    max-width: 100px;
    height: auto;
}

.footer-text {
    font-size: 9px;
}


.header-bar {
    background-color: var(--secondary);
    height: 4vh;
}

.icon-header {
    max-width: 18px;
    }



.header-position {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo-menu {
    max-width: 90px;
}

.logo-header {
    max-width: 100px;
    }

.offer-nav {
    color: var(--secondary) !important;
    font-weight: 500 !important;
}

.user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.user-name span {
    font-weight: 500;
    color: var(--secondary);
    font-size: 14px;
}

/* User greeting text styling for header */
.user-greeting {
    font-weight: 500;
    color: var(--secondary);
    font-size: 14px;
}

.nav-link-white .user-greeting,
.nav-link-white {
    color: #ffffff !important;
}

.name-color {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
}

.img-account {
    width: 40px;
    height: 40px;
}

.logo-top-marcas {
    max-width: 90px;
}


.logo-header-marca {
    max-width: 150px;
    max-height: 80px;
    }

.img-text-marca {
    max-width: 100%;
    max-height: 60vh;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.btn-costum {
    width: 400px;
    max-width: 100%;
}

.nav-dropdown-icon {
    font-size: 12px;
}

.nav-icon a {
    text-decoration: none !important;
    color: var(--primary-text);

}

.nav-cart-badge {
    position: absolute;
    top: 10px;
        background-color: var(--secondary);
    color: #ffffff;
    font-size: 12px;
    }

.number-info {
    position: absolute;
    top: 10px;
        background-color: var(--secondary);
    color: #ffffff;
    font-size: 14px;
    }

.nav-cart {
    border: none;
    background-color: transparent;

}

.account-link {
    font-size: 12px;
    color: var(--primary-text);
}

.account-link-color {
    font-size: 12px;
}


.sub-nav {
    border-bottom: 0.75px solid rgba(0, 0, 0, 0.2);
    border-top: 0.75px solid rgba(0, 0, 0, 0.2);
    /* transition: all .75s ease; */
}

.sub-nav-friday {
    border-bottom: 0.75px solid rgba(228, 228, 228, 0.356);
    border-top: 0.75px solid rgba(228, 228, 228, 0.356);
    /* transition: all .75s ease; */
}

.category-menu {
    background-color: rgba(4, 174, 170, 0.1);
}

.logo-loymark {
    height: 12px;
    width: auto;
}


.nav-bar-search {
    max-width: 800px;
    margin-bottom: 1rem;
}

.img-container-product {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 180px;
    height: 180px;
    position: relative;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    overflow: hidden;
}

.img-container-product img {
    max-height: 180px;
    max-width: 100%;
}


.img-container-item {
    width: 180px;
    height: 180px;
    max-width: 100%;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    overflow: hidden;
}

.img-container-item img {
    max-height: 300px;
    max-width: 100%;
}

.product-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discount-badge {
    position: absolute;
    top: 40px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    border-radius: 5px;
    background-color: var(--primary);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.check-combos {
    position: absolute;
    top: 8px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1rem;
}


.discount-badge-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
}

.discount-chip {
    border-radius: 5px;
    max-width: 60px;
    color: #ffffff;
    background-color: var(--primary);
    font-weight: 500;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.discount-chip span {
    font-size: 16px;
}

.plan-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondary);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.plan-badge i {
    font-size: 20px;
}

.price-detail h2 {
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary);
}

.img-product-detail {
    border: none;
    padding: 1rem;
    max-width: 100%;
}

.img-product-small {
    border: solid 1px #D2D2D2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-right: 0;
    overflow: hidden;
    height: 75px;
}

.img-product-detail-container{
    max-width: 100%; 
    width: 400px; 
    height: 320px; 
    margin: 0 auto;
    overflow: hidden;
}


.container-input {
    max-width: 500px;
}


.map-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
}


.container-section {
    max-width: 1100px;
}

.color-section {
    background-color: #f8f8f8;
    padding: 40px 0px;
}

.blog-categories {
    font-weight: lighter;
}

.blog-accordion {
    border: none;
}


.badge-filter {
    background-color: #F8F8F8 !important;
    border-radius: 10px !important;
    color:#777777 !important;
}
    

.search-filter {
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
}


.minus,
.plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.product-counter {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.img-favorite-product {
    border: none;
    width: 70px;
    height: 70px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.img-favorite-product img {
    max-height: 70px;
    max-width: 100%;
}

.favorite-product {
    color: var(--primary);
    font-size: 20px;
}

.remember-product {
    color: var(--secondary);
    font-size: 20px;
}

.account-points {
    background: #00afaa url(https://www.fischelenlinea.com/FischelAssets/img/bg-points.jpg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 0.25rem;
}

.account-points h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}


.account-points h4 {
    color: #ffffff;
    font-size: 30px;
}

.point-detail {
    background-color: var(--primary);
    border-radius: 15px;
    color: white;
    padding: 5px 20px;
    display: inline-block;
}

.point-text {
    background-color: #ffffff;
    border-radius: 5px;
    color: var(--primary);
    padding: 5px 20px;
    display: inline-block;
    font-size: 24px;
}

.logo-soyfishel {
    width: 160px;
    display: block;
    margin: 0 auto;
}

.order-payment h3 {
    font-weight: 500;
}


.order-payment span {
    font-size: 16px;
    margin: 0.5rem 0;
}

.product-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.product-card-footer {
    padding-bottom: 1rem;
    text-align: center;
}

.text-product {
    max-width: 70%;
}

.nav-color {
    background-color: var(--primary);

}

.product-card {
    border: none;
}

.order-data {
    border: solid 1px var(--secondary);
    border-radius: 0.25rem;
}

.order-data h3 {
    color: var(--secondary);
    font-weight: normal;
}


.scroll-account {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


.icon-marker {
    width: 25px;
    height: 25px;
}

.icon-point {
    height: 25px;
    margin-right: 5px;
}

.icon-star {
    color: #FCBC17;
    font-size: 25px;
    margin-right: 5px;
}

.icon-heart {
    color: var(--primary);
    font-size: 26px;
    margin-right: 5px;
    cursor: pointer;
}

.product-nav {
    margin-top: 20px;
}

.product-nav :first-child {
    padding-left: 0px;
}

.product-location {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}


.product-location:hover {
    color: var(--secondary);
    text-decoration: underline;
}

.product-options {
    display: flex;
    align-items: center;
}

.icon-index {
    font-size: 36px;
    color: var(--secondary);
    padding-right: 10px;
}

.text-icon {
    font-size: 20px;
    text-align: center;
}

/* Styling star */
.icon-star {
    color: #FCBC17;
    font-size: 20px;
    animation: pulse 3s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}


.custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #00afaa;
    outline: 0;
}

.form-check .form-check-input::before,
.form-check .form-check-label::before {
    background-color: #00afaa;
    outline: 0;
}

.form-check .form-check-input-combo::before,
.form-check .form-check-label::before {
    background-color: #00afaa !important;
}

.quantity-form {
    display: flex;
    align-items: center;
}

.quantity-form button {
    background: none;
    border: none;
}

.quantity-form input {
    background: white !important;
    border: none;
    width: 2rem;
    font-size: 14px;
}

.quantity-form input:active {
    border: 2 solid red !important;
}


.payment-number {
    font-size: 30px;
    color: var(--secondary);
}


.payment-number:hover {
    color: var(--primary);
}

.payment-steps {
    margin: 0 auto;
    justify-content: center;
    gap: 3rem;
}

.link-active {
    color: var(--primary);
}


.nav-category {
    background-color: #EBEBEB;
    display: flex;
    padding: 5px 1rem;
    width: 80%;
    max-width: 700px;
}

.nav-button {
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 8px;
    margin: 0 3px;

}

.nav-button:focus {
    background-color: var(--secondary);
    color: #ffffff;
}


.text-footer-modal {
    color: gray;
    font-size: 10px;
}

.product-price {
    color: var(--secondary);
    font-weight: 500;
    font-size: 16px;
}

.product-discount {
    text-decoration: line-through;
    font-size: 12px;
    color: #999999;
}

.product-icon {
    font-size: 16px;
}

.text-bg-search {
    color: var(--primary-text);
    background-color: #E4E4E4;
    margin-right: 0.75rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 400;
}

.category-search {
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}


input {
    width: 100%;
}

.category-search-content {
    background: #ffffff;
    border: 1px solid #D2D2D2;
    border-radius: 5px !important;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 99;
}

.category-search-content-mobile {
    background: #ffffff;
    border: 1px solid #D2D2D2;
    border-radius: 5px !important;
    padding: 20px;
    width: 100%;
    display: none;
}

.category-search-active {
    display: block;

}

.category-search-active-mobile {
    display: block;

}


.input-select-category {
    border-right: none;
    border-radius: 10px 0px 0px 10px;
    max-width: 200px;
    font-size: 14px;
}

.input-header {
    border-radius: 10px !important;
    font-size: 14px;
}

.contact-select {
    background-color: transparent;
}

.contact-select:hover {
    background-color: var(--secondary);
}

.contact-select:focus {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.button-plan {
    width: 80px;
}


.contact-identification {
    border-radius: 5px 0px 0px 5px;
}

.input-select-contact {
    border-radius: 0px 5px 5px 0px;
    max-width: 200px;
}




.input-select-product {
    border-right: none;
    border-radius: 10px 0px 0px 10px;
    max-width: 60px;
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.product-button {
    border-left: none;
    border-radius: 0px 10px 10px 0px;
}

.text-plan {
    max-width: 600px;
}

.question-text {
    font-weight: 400;
    color: #464646;
}


.contact-input {
    border-radius: 5px;
}



.category-menu::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf3339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.category-menu:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf3339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.category-menu::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304aeaa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.category-menu:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304aeaa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}



.logo-waze {
    height: 30px;
    margin-right: 10px;
}

.icon-navbar {
    color: var(--secondary);
    font-size: 20px;
    margin-right: 10px;
}

.card-menu {
    border: none;
}

.img-card-menu {
    border: none;
    width: 60px;
    height: 120px;
    position: relative;
    display: block;
    padding-top: 16px;
}

.img-card-menu img {
    max-height: 120px;
    max-width: 100%;
}

.btn-fischel {
    border-radius: 50px;
    width: 120px;
}

.password-input input {
    position: relative;
    width: 100%;
}

.password-input i {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    z-index: 5;
    border-radius: 10px;
}

.password-border {
    border-radius: 5px !important;
    background-image: none !important;
}

.modal-search-stores {
    max-width: 900px;
}

.results-container {
    height: 250px;
    overflow-y: scroll;
}

.icon-geo {
    color: var(--secondary);
    font-size: 20px;
}

.logo-marca {
    max-width: 200px;
    max-height: 200px;
    cursor: pointer;
}

.icon-disponibilidad {
    font-size: 50px;
}

.input-sections {
    max-width: 400px;
}

.nav-cat-button:hover {
    background-color: var(--secondary);
    color: #ffffff;
}

.nav-cat-button:hover svg path {
    fill: #ffffff;
}

.nav-cat-button:focus svg path {
    fill: #ffffff;
}


.card-costum-shadow:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 20px 0px;
}



.card-category span {
    font-size: 14px;
    font-weight: lighter;
}

.card-category img {
    max-width: 30px;
}

.offer-category {
    box-shadow: rgba(0, 153, 168, 0.5) 0px 2px 8px 0px;
    cursor: pointer;
    border: none;
}

.offer-category:hover {
    box-shadow: rgba(0, 153, 168, 0.5) 0px 3px 20px 0px;
}

.floating-favorite {
    position: relative;
    width: 100%;
    height: 100%;
}

.floating-favorite i {
    top: 10px;
    left: 10px;
    position: absolute;
}


.floating-favorite span {
    top: 10px;
    right: 10px;
    position: absolute;
}


.marca-index {
    max-width: 100px;
    max-height: 100px;
}


.accordion-farmacia a {
    color: var(--secondary);
}

.delete-product {
    color: var(--secondary);
}

#search-bar,
#sub-menu {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}



.tree-menu span {
    font-size: 14px;
}

.tree-menu a {
    font-size: 14px;
    color: var(--primary-text);
    text-decoration: none;
}


.section-content {
    padding-top: 2rem;
}

.section-content h2 {
    padding-bottom: 0.5rem;
}

.select-quantity {
    font-size: 14px;
}

.dropdown-product {
    background-color: transparent;
    color: var(--primary-text);
    border-color: #D2D2D2;
    text-align: left;
}

.dropdown-product-recommended{
    height: 34px;
    display: flex;
    align-items: center;
    font-size: 14px;
}


.text-plan {
    font-size: 16px;
}

.text-error {
    color: var(--error);
}

.text-dark{
    color: var(--primary-text);
}

.section-marcas {
    background-color: #F0F0F0;
    padding: 2rem 0;
}

.text-footer-card {
    font-size: 12px;
    margin-bottom: 0px;
}

.error-input {
    color: var(--primary);
}

.title-card-product {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.stepper .line-col {
    width: 15%;
}

.stepper .content-col {
    text-align: center;
    border: solid 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.stepper i {
    font-size: 18px;
}

.stepper .active {
    color: var(--secondary);
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 9;
}


.icon-page {
    font-size: 50px;
    color: #D2D2D2;
}

.icon-page-color {
    font-size: 50px;
    color: var(--secondary)
}

.icon-modal {
    font-size: 40px;
    color: #D2D2D2;
}

.text-notification {
    font-size: 16px;
    font-weight: 500;
}

.toast-costum {
    background-color: #FFFFFF;
    border-radius: 4px;
}

.icon-push-error {
    font-size: 26px;
    color: #ffffff;
}

.push-error {
    border: solid 1px var(--error);
}

.toast-icon-error {
    background-color: var(--primary);
    border-radius: 4px 0px 0px 4px;
}

.icon-push-alert {
    font-size: 26px;
    color: #FFFFFF;
}

.push-alert {
    border: solid 1px var(--alert);
}

.toast-icon-alert {
    background-color: var(--alert);
    border-radius: 4px 0px 0px 4px;
}

.icon-push-success {
    font-size: 26px;
    color: #FFFFFF;
}

.push-success {
    border: solid 1px var(--success);
}

.toast-icon-success {
    background-color: var(--success);
    border-radius: 4px 0px 0px 4px;
}

.icon-footer {
    color: var(--primary-text);
}

.icon-footer:hover {
    color: var(--secondary);
}


.script-size {
    max-width: 80px;
    height: auto;
}

.btn-category {
    border-color: #D2D2D2;
    ;
}

.btn-category:hover {
    border-color: #D2D2D2;
    ;
}

.img-banner-blog {
    max-width: 100%;
    max-height: 100vh;
}

.blog-section-color {
    background-color: #FFFFFF;
}

.color-blog {
    color: var(--primary-text);
}

.img-section-blog {
    max-width: 100%;
    max-height: 60vh;
}

.video-blog {
    border: none;
    overflow: hidden;
    width: 720px;
    aspect-ratio: 16/9;
}

.video-landing {
    border: none;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
}

.icon-cart-chip {
    color: var(--secondary);
    font-size: 20px;
}

/* tree menu*/
#treeUl li {
    list-style-type: none;
}

#treeUl {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
}

.caret::after {
    font-size: 20px;
    content: "\203A";
    /*color: var(--primary-text);*/
    display: inline-block;
    margin-left: 3px;
    transform: rotate(90deg);
    padding-bottom: 5px;
    transition: ease 0.2s;
    z-index: 0;
    
}

.caret-down::after {
    transform: rotate(-90deg);
}

.nested-menu {
    display: none;
}

.active-menu {
    display: block;
}

/* tree menu*/


/* marcas destacadas */
.footer-dark {
    background-color: #1D1D1E;
    color: var(--secondary-text);
    font-size: 12px;
    padding: 30px 0;
}

.footer-dark a {
    color: #ffffff;
}

.card-carousel {
    height: 360px;
}

/* marcas destacadas */


/* owl carousel */
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 10px;
}

.owl-costum .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    justify-content:space-between;
}

.owl-nav button span{
    font-size: 40px;
}

.owl-next, .owl-prev{
    background: #ffffff !important;
    color: #4C4C4C !important;
    font-size: 40px !important;
}

.owl-next:hover, .owl-prev:hover{
    background: #4C4C4C !important;
    color: #ffffff !important;
    font-size: 40px !important;

}

/* owl carousel */

/* owl carousel vertical */
.owl-carousel-vertical {
    transform: rotate(90deg);
    width: 270px;
    margin-top: 100px;
}

.item {
    transform: rotate(-90deg);
}

.owl-carousel-vertical .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
}

div.owl-carousel-vertical .owl-nav .owl-prev,
div.owl-carousel-vertical .owl-nav .owl-next {
    font-size: 36px;
    top: unset;
    bottom: 15px;
}
/* owl carousel vertical */

/* circular loader */

.loader-circular {
    box-sizing: border-box;
    position: relative;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

.loader-circular:after,
.loader-circular:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background: var(--secondary);
    animation: spin 1s linear infinite;
    transform-origin: 0px 100%;
}

.loader-circular:before {
    transform-origin: 0 50%;
    background: var(--primary);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* circular loader */

/* linear loader */

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: #98C6CA;

}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: var(--secondary);
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--secondary);
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--secondary);
    animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

/* linear loader */

#passwordInput {

    background-image: none;

}

.scroll-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.scroll-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f8f8f8;
    
}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: #869691;
    border-radius: 50px;
}

.scroll-images::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cover {
    padding: 0px 30px;
    position: relative;
}

.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-10%);
}

.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-10%);
}

.btn-scroll {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--secondary);
    color: #FFFFFF;
    z-index: 1;
}

.btn-scroll:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00828E;
    color: #FFFFFF;
    z-index: 50;
}

.img-offer {
    width: 100%;
}


.title-card-banner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    min-height: 30px;
}

.banner-price {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
}

.banner-discount {
    text-decoration: line-through;
    font-size: 10px;
    color: #999999;
}

.card-info {
    min-height: 95px;
}

.btn-carousel {
    width: 40px;
    height: 80px;
    background-color: #FFFFFF;
    color: var(--secondary);
    z-index: 50;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-section-marcas {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.modal-molecule {
    max-width: 400px;
}

.logo-data {
    max-width: 100px;
}

.fix-toast .toast-body {
    padding: 0;
}

.img-list-blog {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
    /* height: 270px; */
}


.icon-unsubscribe {
    color: var(--primary);
    padding-right: 5px;
}

.text-unsubscribe {
    font-size: 20px;
}

.modal-spinner {
    text-align: center;
    height: 50px;
}

.text-order {
    color: var(--primary);
    font-weight: 500;
}

.text-price-order {
    color: var(--secondary);
    font-weight: 500;
}

.border-color {
    border: 2px solid #0099A8 !important;
}

.text-descuento {
    color: var(--secondary);
    font-weight: 400;
    font-size: 1.2em;
}

.icon-app {
    color: var(--secondary);
    font-size: 22px;
    padding-right: 5px;
}

.bagde-app {
    max-width: 150px;
}

.img-app{
    max-width: 300px;
}

.carousel-content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.img-carousel-index{
    max-height: 500px;
    object-fit: cover;
}

.img-carousel-index-2{
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
}


.banner-pag-diagnostico{
    max-width: 100%;
    max-height: 350px;
}


.index-banner-dignostico{
    max-width: 100%;
    max-height: 350px;
    object-position: top;
    object-fit: cover;
}


.color-tittle{
    color: var(--secondary);
}

.text-alert{
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(207, 51, 56, 0.2);
}

.text-alert p{
    color: var(--primary);
    font-size: 12px;
}
.recommended-dialog {
    max-width: 1180px;
}

.card-recommended{
    max-width: 220px;
}

.recommendeed-modal{
    overflow-x: scroll;
    height: 450px;
}

.text-not-found h1{
    font-size: 60px;
}

.text-not-found h2{
    font-size: 26px;
}

.progress-success{
    background-color: var(--success);
}

.img-contact{
    max-width: 50px;
}

.modal-seguimiento{
    height: 600px;
    max-height: 100%;
}

.banner-marcas{
    height: 400px;
}

.banner-marcas-small{
    height: 270px;
}

.banner-container {
    overflow: hidden;
    border-radius: 10px;
    max-height: 210px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.banner-container-2 {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.card-marcas-list{
    height: 200px;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
  }


.icon-collapse{
    font-size: 14px;
}


.input-quantity{
max-width: 100px;
}

.number-dropdown{
    min-width: 3rem;
}

.option-dropdown{
    min-width: 6rem;
}

.img-products-marcas{
    height: 340px;
}

.readonly {
    pointer-events: none;
    cursor: not-allowed;
}

.img-container-small {
    height: 75px;
    display: flex;
    place-items: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.img-container-small img{
    max-height: 120px;
}

.rating-pruduct-big {
    font-size: 50px;
    color: var(--alert);
}

.icon-rating-big {
    font-size: 20px;
    color: var(--alert);
}

.progress-rating {
    background-color: #AFAFAF;
}

.text-rating {
    font-size: 20px;
}

.rating-pruduct-small {
    font-size: 20px;
    color: var(--alert);
}

.icon-rating-small {
    font-size: 18px;
    color: var(--alert);
}

.modal-payment{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-logo-insurance{
    max-width: 100%;
    height: 80px;
}

.button-insurance{
    background-color: transparent!important;
}

.fs-small{
    font-size: 14px;
}

.fs-x-small{
    font-size: 12px;
}

.color-dark{
    color: var(--primary-text)!important;
}

.product-mobile{
    font-size: 24px;
    color: var(--primary-text);
    font-weight: 400;
}

.footer-list {
    font-size: 14px !important;
}

/* @media (min-width:1400px) {
    .img-list-blog {
        height: 225px;
    }
} */

@media (max-width:2600px) {
    .banner-container {
        max-height: 170px;
    }
    /* .img-list-blog {
        height: 225px;
    } */

    .img-carousel-marcas {
        max-width: 100%;
        object-position: center;
        aspect-ratio: 16/9;
       
        /* height: 270px; */
    }

    .img-carousel-mobile {
        max-width: 100%;
        object-position: top;
        aspect-ratio: 16/9;
        /* height: 270px; */
        object-fit: cover;
        height: 330px;
    }
 
}


@media (max-width:1400px) {
    .banner-container {
        max-height: 170px;
    }
    /* .img-list-blog {
        height: 225px;
    } */

    .text-cupones { 
        font-size: 14px !important; 
    }

}

@media (max-width:1200px) {
    .banner-container {
        max-height: 150px;
    }

    /* .img-list-blog {
        height: 200px;
    } */

    .img-container-small {
        height: 80px;
    }


    .img-container-small img{
        max-height: 100px;
    }

   
}

@media (max-width:1074px) {

    .text-cupones { 
        font-size: 12.5px !important; 
    }
}    

@media (max-width:991px) {
    .text-cupones { 
        font-size: 14px !important; 
    }
}


@media (max-width:992px) {

    .banner-marcas {
        height: 300px;
    }

    .banner-container {
        max-height: 240px;
    }

    /* .img-list-blog {
        height: 400px;
    } */

    .banner-marcas-small{
        height: 250px;
    }

    .img-product-small {
        height: 120px;
    }

    .img-container-small {
        height: 90px;
    }

    .img-products-marcas{
        height: 500px;
    }

    
}

@media (min-width:700px) {
    .nav-bar-search {
        display: block;
    }

    .text-carousel {
        height: 55px;
    }

    .price-carousel {
        height: 55px;
    }


}

@media (max-width:768px) {

    .header-container {
        max-width: 100%;
    }

    .banner-marcas {
        height: 200px;
    }

    .banner-container {
        max-height: 150px;
    }

    /* .img-list-blog {
        height: 300px;
    } */

    .img-products-marcas{
        height: 400px;
    }



}

@media (max-width:576px) {
    .img-products-marcas{
        height: 310px;
    }

    .img-carousel-marcas {
        max-width: 100%;
        object-position: center;
        aspect-ratio: 4/3;
       
        /* height: 270px; */
    }

    .img-carousel-mobile {
        max-width: 100%;
        object-position: center;
        aspect-ratio: 4/3;
        height: 275px;
        object-fit: cover;
    }
    /* .img-list-blog {
        height: 260px;
    } */

    .banner-pag-diagnostico{
        height: 175px;
    }
}



@media (max-width:480px) {
    h1,
    .h1 {
        font-size: 20px;
    }

    h2,
    .h2 {
        font-size: 16px;
    }

    h3,
    .h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 12px;
    }


    h5 {
        font-size: 12px;
    }

    p {
        font-weight: lighter;
        font-size: 14px;
    }

    .subtitulo {
        font-size: 17px;
    }


    .accordion-faq ul {
        font-size: 14px;
    }

    .accordion-faq p {
        font-size: 14px;
    }

    a {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .main {
        padding: 1.5rem 0rem;
    }

    .user-name span {
        font-size: 10px;
    }

    .img-favorite-product {
        width: 50px;
        padding-top: 16px;
        display: block;

    }

    .modal-search-stores .modal-content h1 {
        font-size: 24px;
    }

    .modal-search-stores .modal-content h3 {
        font-size: 12px;
    }

    .modal-search-stores .modal-content p {
        font-size: 12px;
    }

    .results-container {
        height: 150px;
    }

    .logo-marca {
        max-width: 100px;
        max-height: 100px;
    }

    .logo-top-marcas {
        max-width: 70px;
            }

    .price-detail h2 {
        font-size: 20px;
        font-weight: 500;
    }

    .card-category span {
        font-size: 12px;
    }

    .card-category img {
        max-width: 30px;
    }

    .canvas-size {
        width: 80% !important;
    }

    .text-icon {
        font-size: 14px;
    }

    .icon-index {
        font-size: 30px;
        color: var(--secondary);
        padding-right: 10px;
    }

    .order-payment h3 {}


    .order-payment span {
        font-size: 14px;
        margin: 0.5rem 0;
    }

    .title-card-product {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .img-section-marcas {
        height: 150px;
    }

    .title-blog {
        font-size: 14px;
    }

    .icon-unsubscribe::before {
        vertical-align: 0rem;
    }

    .text-unsubscribe {
        font-size: 16px;
    }

    .link-unsubscribe {
        font-size: 16px;
    }

    
    .text-not-found h1 {
        font-size: 50px;
    }

    .text-not-found h2 {
        font-size: 20px;
    }

    .banner-marcas {
        height: 130px;
    }

    .banner-marcas-small{
        height: 100px;
    }


    /* .img-list-blog {
        height: 250px;
    } */

    .card-marcas-list{
        height: 100px;
    }

    .img-container-small {
        height: 50px;
    }

    .img-container-small img{
        max-height: 60px;
    }
    .img-products-marcas{
        height: 225px;
    }

    .product-mobile{
        font-size: 20px;
    }

}

.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 30px;
    line-height: 55px;
    bottom: 30px;
    background-color: #25D366;
    border-radius: 50px;
    color: white;
    text-align: center;
    font-size: 25px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

.cursor :hover{
   cursor: pointer;
}

.text-color {
    color: #0099A8;
}

.border { 
    border: 1px solid #0099A8 !important;
}

.text-cupones { 
    font-size: 14px;
    border-bottom: 1px solid #0099A8 !important;
    border-radius: 0;
    padding: 0px !important;
}

-------------------


.categories-preview {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 0;
    border-bottom: 1px solid #ededed;
}
.categories-preview .item {
    flex: 0 0 10%;
    max-width: 100%;
    padding: 0;
}
.categories-preview figure {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.categories-preview figure a {
    display: block;
}

.categories-preview figure .wrap {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #00afaa;
    color: #fff;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
 .categories-preview figure.more .wrap {
    background-color: #00afaa;
    border: 4px solid #00afaa;
}
 .categories-preview figure .wrap:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 .categories-preview figure .wrap:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
header .categories-preview figure .wrap:hover {
    background: #cf3339;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
header .categories-preview figure.more .wrap:hover {
    border-color: #cf3339;
}
header .categories-preview figure .wrap:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
header .categories-preview figure img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 1.6em;
    left: 0;
    right: 0;
}
header .categories-preview figure p {
    display: block;
    margin: 1em auto;
    min-height: 3em;
    color: #464646;
    font-size: 1.2em;
    text-align: center;
    font-family: GothamRoundedMedium;
    transition: transform 0.2s;
    font-style: normal;
    font-weight: 500;
    padding: 0 0.5em;
}
header .categories-preview figure p:hover {
    transform: scale(1.3);
}
header .categories-preview figure.more img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 2.5em;
    left: 0;
    right: 0;
    max-width: 40px;
}

.categories-nav {
    padding: 20px 0;
    margin: 0 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.categories-nav::-webkit-scrollbar {
    display: none;
}
.categories-nav ul {
    margin: 0;
    display: flex;
    -webkit-padding-start: 0;
}
.categories-nav li {
    display: inline-table;
    margin-right: 50px;
}
.categories-nav li:last-child {
    margin-right: 0;
}
.arrow {
    background-color: #9e9e9e;
    cursor: pointer;
    border: none;
    color: #fff;
    width: 30px;
    height: 130px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    line-height: 9.4em;
    font-size: 1.4em;
}
.arrow:hover {
    background-color: #9e9e9e;
}
.nav-prev {
    position: absolute;
    left: 10px;
    top: 20%;
}
.nav-next {
    position: absolute;
    right: 10px;
    top: 20%;
}

.arrow-marcas.swiper-button-prev,
.arrow-marcas.swiper-button-next {
    color: #D2D2D2;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #0099A8 !important;
}
  
.icons-diagnostico { 
    border-style:dashed;
    color: #0099A8 !important;
    padding: 25px;
    border-radius: 100%;
    height: 120px;
    width: 120px;
}

.btn-detalle { 
    color: #0099A8;
    text-decoration: underline;
}

.btn-detalle:hover { 
    color: #0099A8;
}

.datepicker td,
th {
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
  justify-content: center;
  
}
.datepicker {
  top: 19em !important;
  border: 1px solid rgba(189, 189, 189, 0.404);
}

.datepicker-switch{
    font-weight: 500;
}

.datepicker th {
    font-weight: 500;
    color: #5c5c5c;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #0099A8!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0099A8), to(#0099A8))!important;
    background-image: -webkit-linear-gradient(to bottom, #0099A8, #0099A8) !important;
    background-image: -o-linear-gradient(to bottom, #0099A8, #0099A8) !important;
    /* background-image: linear-gradient(to bottom, #08c, #04c); */
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.fecha{
    color:#0099A8;
    cursor: pointer;
}
  

  
/* ===================================================================
  20. Table
* ==================================================================== */
/* 20.1 Benefits
---------------------------------------------------------------------- */


.table-benefits {
    width: 100%;
    margin-bottom: 0;
    color: var(--gris-oscuro);
  }
  
  .table-benefits thead th {
    vertical-align: middle;
    border-bottom: none;
  }
  
  .table-benefits th i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .table-benefits td i {
    color: var(--gris-extra-oscuro);
  }
  
  .table-benefits th {
    vertical-align: middle;
    border-top: none;
    padding: 0.75rem;
  }
  
  .table-benefits p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 500;
  }
  
  .table-benefits span {
    font-weight: 500;
    color: var(--gris-medio);
  }
  
  .table-benefits tbody + tbody {
    border-top: 1px solid var(--gris-claro);
  }
  
  .table-benefits td {
    padding: 1.5rem 0.75rem;
    vertical-align: middle;
    border: none;
  
    text-align: center;
  }
  
  .table-benefits td:first-child {
    text-align: left;
  }  
  
  .table-benefits tr {
    border-bottom: 1px solid var(--gris-claro);
  }
  
  .table-benefits tr:last-child {
    border-bottom: none;
  }
  
  .table-benefits tbody tr:hover {
    color: var(--gris-extra-oscuro);
    background-color: #F8F9FA;
  }
  
  .bg-tabla{
    color: var(--gris-extra-oscuro);
    background-color: #E9F4F8;
  }
 
  
  /* 20.1 Responsive
  -------------------------------------------------------------------- */
  
  
  @media (max-width: 991px) {
  
    .table-benefits table, 
    .table-benefits thead, 
    .table-benefits tbody, 
    .table-benefits th, 
    .table-benefits td, 
    .table-benefits tr {
      display: block;
    }
      
    .table-benefits thead tr {
      display: none;
    }
  
    .table-benefits tr {
      margin-bottom: 1em;
    }
        
    .table-benefits tr:nth-child(odd) {
      padding: 1em 0;
    }
  
    .table-benefits td {
      padding: 0.75em 0;
    }
    
    .table-benefits td:first-child {
      text-align: left;
    }  
  
    .table-benefits td {
      border: none;
      position: relative;
      padding-left: 35%;
      text-align: center;
    }
  
    .table-benefits td i {
      color: var(--rojo-bac);
    }
  
    .table-benefits td:before {
      position: absolute;
      white-space: nowrap;
      padding: 0.90em 0;
      font-weight: 500;
      font-size: 12px;
      top: 0;
      left: 0;
      width: 0;
    }
  
    .table-benefits td:nth-of-type(1):before { 
      content: "Farmacia";
      color: var(--gris-extra-oscuro);
    }
    
    .table-benefits td:nth-of-type(2):before { 
      content: "Fecha";
    }
  
    .table-benefits td:nth-of-type(3):before { 
      content: "Hora";
    }
    
    .table-benefits td:nth-of-type(4):before { 
      content: "Id de Usuario";
    }
  
    .table-benefits td:nth-of-type(5):before { 
      content: "Usuario";
  
    }
    
    .table-benefits td:nth-of-type(6):before { 
      content: "Estado de la Cita";
      padding-top: 20px;

    }
  
    .xs-hide-element {
      display: none !important;
    }
  
  }
  
  
  /* 20.2 Account
  ---------------------------------------------------------------------- */
  
  
  .card-body .table {
    width: 100%;
    margin-bottom: 0;
    color: var(--gris-oscuro);
  }
  
  .card-body .table th,
  .card-body .table td {
    vertical-align: middle;
    border-top: none;
    padding: 0;
  }
  
  .card-body .table th {
    font-size: 16px;
    font-weight: 500;
  }
  
  .card-body .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid transparent;
  }
  
  .card-body .table tbody + tbody {
    border-top: 40px solid white;
  }
  
  .card-body .table-sm th,
  .card-body .table-sm td {
    padding: 0.1rem 0;
  }


  .pagination .page-item .page-link {
    font-size: 0.9em;
    color: #1c96be;
    background: #fff;
    border: 1px solid #1c96be;
}

.page-item.active .page-link{
    background-color: #1c96be;
    color: #fff;
}

.btn-phone{
    border-radius: 5px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid;
    border-color: #DEE2E6;
}

.btn-phone:hover{
    border-color: #0099A8;
}


.icon-phone {
    color: #1c96be;
    font-size: 1.1em;
}
  
.linea-left{
    margin-top: -29px;
    padding-right: 20px;
}

.linea-right{
    margin-top: -29px;
    padding-left: 20px;
}
 

.input-codigo {
    width: 57px;
    margin: -3px;
}

.background-friday {
    background-color: #141414;
}

.background-red {
    background-color: #CC3338;
}

.nav-link-white{
   color: rgb(248, 248, 248)!important;
   font-size: 15px;
   padding-right: 30px;
   text-decoration: none;
   padding: 15px;

}

.nav-link-white:hover{
    color: #0099A8!important;
 }

 .nav-link a focus{
    color: #0099A8!important;
 }

.color-btn-close{
    background-color: white;
 }

 /* Landing beneficios */

 .title-discount {
    font-weight: bold;
    color: #0FA3AE;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
 }


 .discount-image,
 .discount-image-code {
    width: 100%;
    height: auto;
 }
    
 .discount-wrapper {
    border: 3px solid #0FA3AE;
    border-radius: 30px;
    overflow: hidden;
}

.discount-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;

    span {
        font-size: 16px;
    }

    .discount-amount {
        font-size: 24px;
    }
}

.discount-amount {
    background-color: #E31B23;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    min-width: 200px;
    text-align: center;
}

.logo-small {
    height: 40px;
    width: auto;
}

.discount-modal-image {
    width: 80%;
    height: auto;
}

/* Discount Landing tablet styles */
@media (min-width: 500px) {
    .discount-image {
        max-height: 350px;
        width: auto;
    }

    .discount-info .discount-amount {
        font-size: 30px;
    }
}


/* Discount Landing desktop styles */
@media (min-width: 700px) {
    .title-discount {
        font-size: 32px;
    }

    .discount-modal-image {
        width: 60%;
    }
}


/* Estilos para carrusel con slides del mismo alto */

.carousel-equal-height .carousel-inner {
    height: 0;
    padding-bottom: calc((7 / 32) * 100%);
    z-index: 1;
}

.carousel-equal-height .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-equal-height a {
    display: block;
    height: 100%;
}

.carousel-equal-height .img-carousel-index-2 {
    height: 100%; 
    object-fit: contain; 
}

/* Estilos para sub-menu pequeño */
@media (min-width: 576px) {
    .category-menu-small {
        position: absolute;
        min-width: 300px;
        top: 55px;
        padding: 0 20px;
        background-color: #eff6f6;
        right: -50%;
    }
}

@media (min-width: 814px) {
    .category-menu-small {
        right: 0;
    }
}

@media (min-width: 910px) {
    .category-menu-small {
        min-width: 300px;
        right: -50%;
    }
}

.card a { 
    cursor: pointer;
}

.carrusel-productos-relacionados .card {
    min-height: 225px;
    margin-left: 1px;
    margin-right: 1px;
}

.product-card-small .img-container-item {
    width: 100%;
    margin-bottom: 0;
    height: 100px;
}

.product-card-small .img-container-item img {
    height: 90px;
    width: auto;
    max-height: 90%;
}

.product-card-small .title-card-banner a {
    color: var(--primary-text);
    text-decoration: none;
    font-size: 12px;
}

.product-card-small .product-price {
    font-size: 12px;
    margin-top: 5px;
}

.product-card-small .product-discount {
    font-size: 10px;
}

.product-card-small .btn-small {
    border-radius: 6px;
    background-color: var(--secondary);
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.product-card-small .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card-small .discount-badge {
    top: 30px;
    right: 10px;
}

.product-card-small .title-card-banner {
    height: 30px;
}

.productos-relacionados .arrow-marcas.swiper-button-next {
    right: -30px;
    z-index: 0;
}

.productos-relacionados .arrow-marcas.swiper-button-prev {
    left: -30px;
    z-index: 0;
}

.productos-relacionados:has(.swiper-navigation-disabled) .arrow-marcas {
    display: none;
}

@media (min-width: 814px) {
    .product-card-small .product-price {
        margin-top: 0;
    }
}

/* Carrusel marcas destacadas pequeño */
.card-marcas-small .logo-marca {
    max-width: 70px;
    max-height: 70px;
}

.swiper {
    visibility: hidden;
}
  
.swiper.swiper-initialized {
    visibility: visible;
}

/* Carrusel de marcas grande */

.carrusel-marcas-grande .img-carousel-marcas {
    min-height: 140px;
}

.carrusel-marcas-grande .img-carousel-marcas .marca-index {
    max-width: 130px;
    max-height: 130px;
}

/* Pointer */
.pointer {
    cursor: pointer;
}

.link-background {
    background-color: var(--secondary);
    border-radius: 50px;
    padding: 0 15px !important;
}

.link-background:hover {
    background-color: var(--hover);
}

.fs-15 {
    font-size: 15px !important;
    font-weight: normal;
}

.otp-steps li::marker {
    color: var(--secondary);
    font-weight: 500;
}

.otp-icon {
    background-color: var(--secondary);
    padding: 2px 4px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px !important;
}

.h6 {
    font-size: 1rem !important;
}

/* Ancho responsive */
.w-responsive-100 {
    width: 100%;
}

@media (min-width: 768px) {
    .w-responsive-100 {
        width: auto;
    }
}

/* Filtro de categorías */
.accordion-categorias .accordion-item {
    border: none;
}

.accordion-categorias .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}

.accordion-categorias .accordion-button:not(.collapsed) {
    background: none;
    font-weight: 500;
}

.accordion-categorias .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.accordion-button:focus,
.accordion-button:focus {
    font-weight: 500;
}

.accordion-categorias .accordion-body {
    padding-top: 0;
    padding-left: 35px;
    padding-right: 10px;
}

.accordion-categorias.accordion {
    --bs-accordion-border-color: transparent;
}

.btn-filter-categorias {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: white;
    border: 2px solid var(--secondary);
}


@media (min-width: 768px) and (max-width: 992px) {

    .accordion-categorias .accordion-button {
        padding-left: 5px;
        padding-right: 5px;
    }
    .accordion-categorias .accordion-body {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .filtro-categorias {
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all .3s ease;
    }
    
    .filtro-categorias.show {
        display: block;
        opacity: 100%;
        height: auto;
        margin-top: 24px;
    }
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/* Banners en lista de productos */
.products-wide-banner {
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.products-small-banner {
    max-width: 100%;
    max-height: 700px;
    object-fit: cover;
}

/* Flash sale */

.flash-sale-header {
    border-bottom: 2px solid  var(--primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flash-sale-header-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--primary);
}

.flash-sale-header-title i {
    color: var(--primary);
}

.product-sale-timer {
    justify-content: center;
    gap: 5px;
}

.product-sale-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: var(--primary);
    width: 55px;
    height: 45px;
    border-radius: 5px;
    color: white;
}

.product-sale-time .sale-number {
    font-size: 16px;
    line-height: 1;
}

.product-sale-time .sale-label {
    font-size: 10px;
}

.flash-sale .product-card-small .product-price {
    font-size: 15px;
}

.flash-sale .product-card-small .product-discount {
    font-size: 12px;
}

.flash-sale .product-card-small h3 {
    height: 40px;
}

.flash-sale .product-card-small .title-card-banner a {
    font-size: 15px;
}

.banner-product-sale { 
    background-color: var(--primary);
    position: absolute;
    width: 100%;
    border-radius: 5px 5px 0 0;
    left: 0;
    top: 0;
    padding: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.info-product-sale {
    background-color: var(--primary);
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    text-align: center;
}

.text-product-sale { 
    color: var(--primary);
    position: absolute;
    width: 100%;
    border-radius: 5px 5px 0 0;
    left: 0;
    top: 0;
    padding: 4px;
    font-size: 12px;
}

.flash-sale-lg {
    background-color: var(--primary);
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

.flash-combo-lg {
    background-color: var(--secondary);
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

.flash-sale .swiper-slide { 
    height: auto; 
}

.btn-top {
    position: fixed;
    bottom: 95px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    transition: visibility 0.2s, opacity 0.3s linear;
}

.btn-top[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
}

.btn-top[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
}

.combo-precio {
    text-align: center;
}

.combo-precio h2 {
    color: var(--secondary);
    font-weight: 600;
}

@media (min-width: 993px) {
    .combo-precio {
        text-align: left;
    }
}

.combo-product-img {
    width: 50px;
}

.product-discount-combo {
    font-size: 12px;
    color: #999999;
}

.btn-combo-small {
    font-size: 12px;
}

@media (min-width: 993px) {
    .btn-combo-small {
        font-size: 14px;
    }
}

.toast-notification {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color:;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-toast-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.combo-accordion-btn {
    width: auto;
    background-color: transparent;
    border: 1px solid var(--secondary);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 16px;
    color: var(--secondary);
    flex-shrink: 0;
    margin-left: 10px;
    transition: all .15s ease-in-out;
}

.combo-accordion-btn:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.discount-badge.top-badge {
    top: 10px;
}

.product-cards-combo .discount-badge {
    padding-left: 5px;
    padding-right: 5px;
}

.combo-accordion .accordion-item {
    padding: 16px 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.combo-accordion .accordion-item:last-child {
    border: none;
}

.product-cards-combo >div {
    position: relative;
}

.product-cards-combo >div:not(:last-child)::after {
    content: '+';
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-combo { 
    width: 40px;
}

button.flash-combo-lg:hover {
    background-color: #00828e;
    color: #fff;
}

.modal-search-stores .combo-accordion .accordion-header p {
    font-size: 16px;
}

.modal-combo-title {
    font-size: 1.25rem;
}

@media (max-width:767px) { 
    .combo-accordion-btn {
        font-size: 14px;
    }

    .product-cards-combo >div:not(:last-child)::after {
        display: none;
    }

    .modal-search-stores .combo-accordion .accordion-header p {
        font-size: 14px;
    }

    .modal-combo-title {
        font-size: 1rem;
    }
}

.color-primary {
    color: var(--primary);
}

.search-input {
    border: 2px solid var(--secondary);
}

.category-search i {
    color: var(--secondary);
}

.carrusel-productos-relacionados .swiper-slide {
    height: auto;
}

.fs-16 {
    font-size: 1rem;
}

.text-color-secondary {
    color: var(--secondary) !important;
}

.form-cuidador,
.form-factura {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.37rem;
}

.form-cuidador[aria-hidden="true"],
.form-factura[aria-hidden="true"] {
    display: none;
}

.form-cuidador[aria-hidden="false"],
.form-factura[aria-hidden="false"] {
    display: block;
}

@keyframes smallPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.animated-btn-text {
    animation: smallPulse 3s linear infinite;
}


.carousel-button-prev,
.carousel-button-next { 
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary);
  font-size: 20px;
}

.carousel-button-next.swiper-button-lock,
.carousel-button-prev.swiper-button-lock {
    display: none;
}

.carrusel-btn-icon[aria-hidden="true"] {
    display: none;
}

.controles-carrusel-recomendaciones:has(.swiper-button-lock) .pause-button {
    display: none;
}

.pause-button { 
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary);
  font-size: 20px;
  cursor: pointer;
}

.recomendaciones-img {
    max-width: 100%;
    max-height: 150px;
}

.recomendaciones-card {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.recomendaciones-nombre {
    color: var(--primary-text);
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.recomendaciones-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 60px;
    background: transparent;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.1s ease-in;
}

.recomendaciones-info {
    opacity: 0;
    color: var(--primary-text);
    height: 0;
}

.recomendaciones-descuento {
    opacity: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: auto;
    top: -100px;
    left: 0;
    transition: all 0.1s ease-in;
}

.recomendaciones-card::after {
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all  0.2s ease-in;
}

.recomendaciones-card:hover::after {
    opacity: 1;
}

.recomendaciones-card:hover .recomendaciones-descuento {
    opacity: 1;
    top: 0;
}

.recomendaciones-card:hover .recomendaciones-overlay {
    max-height: 100%;
    z-index: 1;
}

.recomendaciones-card:hover .recomendaciones-info {
    opacity: 1;
    height: auto;
}

.recomendaciones-productos > .swiper-wrapper{
  transition-timing-function : linear;
}

.recomendaciones-productos .swiper-slide {
    height: auto;
}

@media (max-width:720px) {
    .recomendaciones-descuento {
        opacity: 1;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .recomendaciones-overlay {
    max-height: 100%;
    z-index: 1;
}

    .recomendaciones-info {
        opacity: 1;
        height: auto;
    }
}


.scroll-images-vertical {
    width: auto;
    height: 310px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    direction: rtl;
}

.scroll-images-vertical::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #f8f8f8;
    
}

.scroll-images-vertical::-webkit-scrollbar-thumb {
    background-color: #869691;
    border-radius: 50px;
}

.scroll-images-vertical::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contact-codigo {
    width: 40%;
}

.detalle-prod-thumbs {
    width: 100%;
    height: 300px;
    overflow-y: hidden;
    padding-left: 10px;
}

    .detalle-prod-thumbs .swiper-slide {
        width: 100%;
        height: 80px;
        cursor: pointer;
    }

.detalle-producto-thumb-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.175);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 6px;
}

.detalle-prod-thumbs .swiper-scrollbar {
    left: 0;
}

.detalle-producto-thumb-img {
    width: auto;
    height: auto;
    max-width: 70%;
}

.detalle-producto-imagenes {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .detalle-producto-imagenes .zoom-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: zoom-in;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .detalle-producto-imagenes .zoom-container img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }

    .detalle-producto-imagenes .swiper-slide:hover img {
        transform: scale(2);
        transform-origin: var(--x) var(--y);
    }

@media (min-width: 768px) {
    .detalle-prod-thumbs {
        height: 400px;
    }

    .detalle-producto-imagenes {
        height: 400px;
    }
}

.background-secondary {
    background-color: var(--secondary);
}

.background-primary {
    background-color: var(--primary);
}

.banner-anuncio-text {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .banner-anuncio-text {
        font-size: 14px;
    }
}

.detalle-prod-thumbs {
    width: 100%;
    height: 300px;
    overflow-y: hidden;
    padding-left: 10px;
}

.detalle-prod-thumbs .swiper-slide {
    width: 100%;
    height: 80px;
    cursor: pointer;
}

.detalle-producto-thumb-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.175);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 6px;
}

.detalle-prod-thumbs .swiper-scrollbar {
    left: 0;
}

.detalle-producto-thumb-img {
    width: auto;
    height: auto;
    max-width: 70%;
}

.detalle-producto-imagenes {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.detalle-producto-imagenes .zoom-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: zoom-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detalle-producto-imagenes .zoom-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.detalle-producto-imagenes .swiper-slide:hover img {
  transform: scale(2);
  transform-origin: var(--x) var(--y);
}

@media (min-width: 768px) {
    .detalle-prod-thumbs {
        height: 400px;
    }

    .detalle-producto-imagenes {
        height: 400px;
    }
}