@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-Bold.ttf");
    font-weight: bold;
}

:root {
    --primary: #CF3338;
    --secondary: #003CC6;
    --hover: #0091FF;
    --success: #60aa00;
    --error: #DC3444;
    --alert: #F7A505;
    --primary-text: #464646;
    --secondary-text: #ffffff;
    --font-primary: "Cabin";
}

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;
}

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 {
    color: #FFFFFF;
    background: #0091ff;
    background: -moz-linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
    font-size: 12px;
    padding: 30px 0;
}

    .footer a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 14px;
    }

        .footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        .footer a.active {
            color: #ffc600 !important;
        }

        .footer a:focus:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

    .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-height: 100px;
}

.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: 70px;
    max-height: 60px;
}

.offer-nav {
    color: #FFC600 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.offer-nav-movil {
    color: var(--secondary) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}



.color-nav {
    color: #FFFFFF !important;
    font-size: 16px !important;
}

    .color-nav:hover {
        color: #FFC600 !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;
    }

.name-color {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
}

.img-account {
    width: 40px;
    height: 40px;
}

.logo-top-marcas {
    max-width: 90px;
    height: 60px;
}


.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;
}

.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(232, 240, 254, 0.9);
    border-top: 0.75px solid rgba(232, 240, 254, 0.9);
    /* transition: all .75s ease; */
    background-color: var(--hover);
}

.category-menu {
    background-color: rgba(0, 60, 198, 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: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #FFC600;
    color: var(--secondary);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.discount-animation {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

    .discount-animation:hover {
        animation-name: rubberBand;
    }


@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #FFC600;
    color: var(--secondary);
    font-weight: 500;
    padding: 0.5rem 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;
    }

.badge-filter {
    background-color: #F8F8F8 !important;
    border-radius: 10px !important;
    color: #777777 !important;
}


.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;
}



.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: #0090FF url(../img/bg-points-account.jpeg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 0px 0px 25px 25px;
}

    .account-points h3 {
        color: #ffffff;
        font-weight: 400;
        font-size: 36px;
    }


    .account-points h4 {
        color: #ffffff;
        font-size: 26px;
    }

    .account-points p {
        color: var(--secondary);
        font-size: 16px;
    }

.point-detail {
    background-color: #ffc600;
    border: 5px solid #ffffff;
    border-left: none;
    position: relative;
    right: 35px;
    padding: 5px 20px;
    width: 170px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 10px;
    text-align: right;
}

.hearth-account {
    max-width: 120px;
}

.heart-point {
    max-width: 50px;
}

.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 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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;
}

.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(--hover);
    font-weight: 500;
    font-size: 16px;
}

.product-discount {
    text-decoration: line-through;
    font-size: 12px;
    color: var(--hover);
}

.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: 500;
}

.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: 25rem !important;
    font-size: 14px;
    border-color: var(--secondary);
    /* background-color:#CBEBFA; */
}

.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 {
    border-color: #E8F0FE;
}


    .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: #E8F0FE;
    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;
    color: var(--secondary);
}


.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: #FFFFFF;
}

    .icon-footer:hover {
        color: #ffc600;
    }

.icon-color {
    color: #464646 !important;
}

    .icon-color:hover {
        color: #003CC6 !important;
    }

.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;
}

.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: #FFFFFF;
        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: #FFC600;
    }

@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(-50%);
}

.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.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: #0091FF;
        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;
    height: 270px;
}

.icon-unsubscribe {
    color: var(--secondary);
    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;
}

.borde {
    border: 2px solid #003CC6;
}

.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;
}

.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);
}

.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: 40px;
    display: flex;
    place-items: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

/* .img-container-small img {
    max-height: 80px;
} */

.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;
}


.color-dark {
    color: var(--primary-text) !important;
}

.color-primary {
    color: var(--secondary);
}

.color-secondary {
    color: var(--hover);
}

.farmacy-name {
    color: var(--secondary);
}

.accordion-questions {
    color: var(--secondary);
}

.border-color {
    border-color: #E8F0FE;
}

.farmacy-address {
    color: #464646;
}

.img-discount {
    max-width: 20px;
}

.footer-list {
    font-size: 16px !important;
}

.modal-style {
    border-radius: 20px;
    border-color: #DEDEDE;
}

.modal-background {
    color: #FFFFFF;
    background: #0091ff;
    background: -moz-linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
}


    .modal-background .modal-header .btn-close {
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    }

.modal-overlay-light {
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-backdrop.show {
    opacity: 0;
}

.btn-yellow {
    color: #FFC600;
    text-decoration: none;
    font-size: 18px;
}

    .btn-yellow:hover {
        color: var(--hover);
    }

.btn-text-modal {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
}

    .btn-text-modal:hover {
        color: var(--hover);
    }

.icon-disponibilidad {
    color: #FFC600;
    font-size: 24px;
}

.img-modal-plan-frecuente {
    width: 50px;
}

.zoom {
    transition: transform .2s;
}

    .zoom:hover {
        transform: scale(1.5);
    }

.ponits {
    max-width: 30px;
}


.blue-gradient {
    color: #FFFFFF;
    background: #0091ff;
    background: -moz-linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 145, 255, 1) 0%, rgba(0, 60, 198, 1) 100%);
}

.logo-conmigo-header {
    max-width: 80px;
}

.logo-conmigo-product {
    max-width: 100px;
}



/* img-zoom */

.zoom-target {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 10;
}

.thumbnail-container {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}





/* img-zoom */


@media (max-width:1400px) {
    .banner-container {
        max-height: 170px;
    }

    .text-cupones {
        font-size: 16px !important;
    }
}


@media (max-width:1200px) {
    .banner-container {
        max-height: 150px;
    }

    .img-list-blog {
        height: 200px;
    }

    .img-container-small {
        height: 40px;
    }


        .img-container-small img {
            max-height: 100px;
        }

    .sub-nav {
        background-color: #FFFFFF;
    }
}

@media (max-width:1074px) {
    .text-cupones {
        font-size: 14px !important;
    }
}


@media (max-width:991px) {
    .text-cupones {
        font-size: 15px !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: 280px;
    }

    .img-products-marcas {
        height: 400px;
    }
}

@media (max-width:576px) {
    .img-products-marcas {
        height: 310px;
    }
}



@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;
    }

    .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: 190px;
    }

    .card-marcas-list {
        height: 100px;
    }

    .img-container-small {
        height: 50px;
    }

        .img-container-small img {
            max-height: 60px;
        }

    .img-products-marcas {
        height: 225px;
    }
}

.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;
}

.border {
    border: 1px solid #003CC6 !important;
}

.text-cupones {
    font-size: 16px;
    border-bottom: 1px solid #003CC6 !important;
    border-radius: 0;
    padding: 0px !important;
}

.datepicker td,
th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    justify-content: center;
}

.datepicker {
    top: 20em !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(#003CC6), to(#003CC6)) !important;
    background-image: -webkit-linear-gradient(to bottom, #003CC6, #003CC6) !important;
    background-image: -o-linear-gradient(to bottom, #003CC6, #003CC6) !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: var(--secondary);
    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: #003CC6;
    background: #fff;
    border: 1px solid #003CC6;
}

.page-item.active .page-link {
    background-color: #003CC6;
    color: #fff;
}

.btn-phone {
    border-radius: 5px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid;
    border-color: #DEE2E6;
}

    .btn-phone:hover {
        border-color: #003CC6;
    }

.icon-phone {
    color: #003CC6;
    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;
}

/* Landing beneficio */

.text-gray {
    color: #929292;
}

.logo-small {
    height: 70px;
    width: auto;
}

.discount-btn {
    background-color: #FF8300;
    color: #fff;
}

.discount-title {
    text-transform: uppercase;
    color: #027BEE;
    font-size: 30px;
    font-weight: bold;
}

.discount-img {
    max-width: 100%;
    height: auto;
}


/* Discount Landing tablet and desktop styles */
@media (min-width: 500px) {
    .discount-img {
        width: 50%;
    }

    .discount-title {
        font-size: 34px;
    }
}

/* Disocunt Landing Page smaller screens */

@media (max-width: 300px) {
    .discount-img {
        width: 100%;
        height: auto;
    }
}

/* Small product card styles */

.product-card-small {
    min-height: 220px;
}

    .product-card-small .product-card-content {
        flex: none;
    }

    .product-card-small .btn-small {
        width: 100%;
        background-color: var(--secondary);
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        font-size: 12px;
        padding: 6px 12px;
    }

    .product-card-small .title-card-banner {
        min-height: auto;
    }

    .product-card-small .img-container-item {
        height: 90px;
        width: auto;
        margin-bottom: 0;
        display: block;
    }

    .product-card-small img {
        height: 100%;
        width: auto;
    }

    .product-card-small .discount-badge {
        width: 35px;
        height: 35px;
    }

.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;
}

.swiper {
    visibility: hidden;
}

    .swiper.swiper-initialized {
        visibility: visible;
    }

.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;
}

/* 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;
        }
}

/* Botón de limpiar en campo de búsqueda */
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/* Banners en lista de productos */
.products-wide-banner {
    max-width: 100%;
    max-height: 350px;
    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(--secondary);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flash-sale-header-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary);
}

    .flash-sale-header-title i {
        color: var(--secondary);
    }

.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(--alert);
    width: 55px;
    height: 45px;
    border-radius: 5px;
    color: var(--secondary);
}

    .product-sale-time .sale-number {
        font-size: 16px;
        line-height: 1;
    }

    .product-sale-time .sale-label {
        font-size: 10px;
    }

.flash-sale .product-card-small .banner-price {
    font-size: 15px;
}

.flash-sale .product-card-small .banner-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(--secondary);
    position: absolute;
    width: 100%;
    border-radius: 5px 5px 0 0;
    left: 0;
    top: 0;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.info-product-sale {
    background-color: var(--secondary);
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    text-align: center;
}

.flash-sale-lg {
    background-color: var(--secondary);
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
}

.flash-sale .swiper-slide {
    height: auto;
}

@media (max-width: 1199px) {
    .caret::after {
        color: #000;
    }
}

.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;
    }

/* Diagnostico */
.icons-diagnostico {
    border-style: dashed;
    color: var(--secondary) !important;
    padding: 25px;
    border-radius: 100%;
    height: 120px;
    width: 120px;
}

.number-info {
    position: absolute;
    top: 10px;
    background-color: var(--secondary);
    color: #ffffff;
    font-size: 14px;
}

.check-diagnostico {
    z-index: 1;
    margin-left: auto;
}

    .check-diagnostico .form-check-input.border:checked {
        border-color: white !important;
    }

.subtitulo {
    font-size: 21px;
    color: var(--primary-text);
    font-weight: 300;
}

.banner-pag-diagnostico {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media (max-width:576px) {
    .banner-pag-diagnostico {
        height: 175px;
    }
}

.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;
    }
}

.modal-combo .title-card-banner a {
    text-decoration: none;
    color: var(--text-primary);
}

.link-background {
    background-color: #FFC600;
    color: var(--secondary) !important;
    border-radius: 50px;
    padding: 0 15px !important;
    font-size: 16px !important;
}

    .link-background::after {
        color: var(--secondary) !important;
    }

    .link-background:hover {
        background-color: #ffe27a;
    }

.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-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-sale-lg:hover {
    background-color: #0091ff;
    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;
    }
}

.category-search .search-input {
    border: 2px solid var(--secondary);
}

.category-search i {
    color: var(--secondary);
}

.fs-16 {
    font-size: 1rem;
}

.text-color-secondary {
    color: var(--secondary);
}

.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;
    }
}

.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;
    }
}
