﻿/*
    :::::::::::::::::::::::::::::::::::::::::::
    :::::::::: FONTS WOFF2 OPTIMIZED ::::::::::
    :::::::::::::::::::::::::::::::::::::::::::
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    scrollbar-gutter: stable;
    font-family: "Montserrat";
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
}





/*@font-face {
     font-family: 'Montserrat'; font-weight:700;
    src: local("sf-pro-text-bold"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
   font-family: "Montserrat";     font-weight: 400;
    src: local("sf-pro-text-medium"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
  font-family: "Montserrat";     font-weight: 500;
    src: local("sf-pro-text-regular"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";     font-weight: 600;
    src: local("sf-pro-text-semibold"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Semibold.woff2") format("woff2");
    font-display: swap;
}*/

:root {
    /*color-scheme: light dark !important;*/
    /* COLORES BASE */
    --wwhite: #FFFFFF;
    --bblack: #000000;
    --gray1: #86889A;
    --gray2: #6E6E73;
    --gray3: #D8D8DD;
    --gray4: #faf0ff;
    --oorange: #BF4800;
    --bblue: #782DA2;
    --ggreen: #008900;
    --rred: #E30000;
    --azuln: #055A51;
    /* COLORES PROMOCIONES */
    --new: #BF4800;
    --sale: #008900;
    --special-offer: #5856D6;
    --affordability: #0071BC;
    --order-related: #336E7B;
    --in-stock: #A3684E;
    --store-related: #707070;
    /* COLORES ESTADOS DE LOS BOTONES */
    --button-primary-hover: #bd77e5;
    --button-secondary: #bd77e5;
}



body, figure {
    margin: 0
}

main {
    overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat" !important;
    font-weight: 600 !important;
}

p {
    padding: 0;
  font-family: "Montserrat";
    font-size: 14px;
    font-weight: inherit;
}

a {
    padding: 0;
  font-family: "Montserrat";     font-weight: 500;
    font-size: 14px;
    font-weight: inherit;
}

/* Typography */
/* Display Nivel 1 */
h1, .h1 {
    font-size: 48px;
    line-height: 58px;
}

h2, .h2 {
    font-size: 36px;
    line-height: 42px
}

h3, .h3 {
    font-size: 32px;
    line-height: 36px;
}

/* Typography */
/* Headline Nivel 2 */
h4, .h4 {
    font-size: 24px;
    line-height: 32px;
}

h5, .h5 {
    font-size: 18px;
    line-height: 20px;
}

h6, .h6 {
    font-size: 16px;
    line-height: 20px;
}

/* Typography */
/* Title Nivel 3 */
.title-medium {
    font-size: 16px;
    line-height: 20px;
   font-family: "Montserrat";     font-weight: 400;
}

.title-regular {
    font-size: 16px;
    line-height: 20px;
  font-family: "Montserrat";     font-weight: 500;
}

/* Typography */
/* Body Nivel 4 */
.body-semibold {
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat";     font-weight: 600;
}

.body-medium {
    font-size: 16px;
    line-height: 20px;
   font-family: "Montserrat";     font-weight: 400;
}

.body-regular {
    font-size: 14px;
    line-height: 20px;
  font-family: "Montserrat";     font-weight: 500;
}

/* Typography */
/* Label Nivel 5 */
.label-semibold {
    font-size: 12px;
    line-height: 14px;
    font-family: "Montserrat";     font-weight: 600;
}

.label-regular {
    font-size: 12px;
    line-height: 14px;
  font-family: "Montserrat";     font-weight: 500;
}

.label-small-semibold {
    font-size: 8px;
    line-height: 14px;
    font-family: "Montserrat";     font-weight: 600;
}

.label-small-regular {
    font-size: 8px;
    line-height: 20px;
  font-family: "Montserrat";     font-weight: 500;
}

/* Colores para etiquetas */
.blanco {
    color: var(--wwhite);
}

.negro {
    color: var(--bblack);
}

.gris1 {
    color: var(--gray1);
}

.gris2 {
    color: var(--gray2);
}

.gris3 {
    color: var(--gray3);
}

.gris4 {
    color: var(--gray4);
}

.naranja {
    color: var(--oorange);
}

.azul {
    color: var(--bblue);
}

.verde {
    color: var(--ggreen);
}

.rojo {
    color: var(--rred);
}

.nuevo {
    text-transform: uppercase;
    color: var(--oorange);
}

.notificacion {
    text-transform: uppercase;
    color: var(--order-related);
}

.promo-temporada {
    text-transform: uppercase;
    color: var(--special-offer);
}

.financiamiento {
    text-transform: uppercase;
    color: var(--affordability);
}

.promocion {
    color: var(--sale);
}

.oferta-especial {
    color: var(--special-offer);
}

.asequibilidad {
    color: var(--affordability);
}

.orden-relacionada {
    color: var(--order-related);
}

.en-stock {
    color: var(--in-stock);
}

.tienda-relacionada {
    color: var(--store-related);
    text-transform: uppercase;
    font-family: 'Montserrat'; font-weight:600;
}

.servicios-tienda-verde {
    color: var(--ggreen);
    text-transform: uppercase;
    font-family: 'Montserrat'; font-weight:600;
}

.pac-container {
    z-index: 9999999999 !important;
    padding: 10px 8px 0;
}

.pac-container > .pac-item {
    border-top: none;
    font-size: 16px;
  font-family: "Montserrat";     font-weight: 500;
    padding: 8px 12px;
    line-height: initial;
    letter-spacing: -0.02em;
}

    .pac-container > .pac-item > .pac-icon {
        display: none;
    }

    .pac-container > .pac-item > .pac-item-query > .pac-matched {
        color: var(--gray1);
        font-family: "Montserrat";     font-weight: 600;
        font-weight: unset;
        letter-spacing: -0.02em;
    }

.pac-container::after {
    content: none !important;
}

details > summary::-webkit-details-marker {
    display: none;
}

::-webkit-scrollbar {
    width:8px;
}

::-webkit-scrollbar-track {
    background-color: var(--gray3);
}

::-webkit-scrollbar-thumb {
    background-color: var(--gray3);
    border: 2px solid var(--gray3);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--gray2);
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 100px white inset !important;
    -webkit-text-fill-color: var(--bblack);
}

.aspect-16-9 {
    aspect-ratio: 16/9;
}






/* WhatsApp y chat iconos */
/* botones del chat y WhatsApp */
div#bloque-chat {
    position: fixed;
    z-index: 9999;
    height: fit-content;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    transform: translateY(-50%);
}

div#btnMostrarChatF,
div#btnMostrarChatF1 {
    bottom: 65px;
    color: #fff;
    z-index: 120;
    border-radius: 50px;
    transition: .3s;
    cursor: pointer;
}

div#btnMostrarChatF,
li#btn-car {
    background-color: #000;
    padding: 10px 15px
}

div#btnMostrarChatF {
    display: flex;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}

    div#btnMostrarChatF p {
        font-size: 17px;
        margin-left: 8px;
        text-align: center;
    }

    div#btnMostrarChatF i {
        font-size: 20px;
        width: 22px;
    }

div#btnMostrarChatF1 {
    display: flex;
    right: 155px;
    background-color: #25d366;
    padding: 10px;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center
}

    div#btnMostrarChatF1 p {
        font-size: 20px;
        text-align: center;
    }

        div#btnMostrarChatF1 p i {
            font-size: 20px;
        }










body::-webkit-scrollbar {
    width: 12px; /* Ancho del scrollbar */
}

/* Botones generales */
.boton {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    outline: 0;
    border-radius: 50px;
    padding: 15px 30px;
    height: 50px;
    white-space: nowrap;
    text-transform: initial;
    text-decoration: none !important;
    cursor: pointer;
    font-family: "Montserrat";     font-weight: 600;
}

.boton-bopis {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    outline: 0;
    border-radius: 50px;
    padding: 15px 30px;
    height: 50px;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
    font-family: "Montserrat";     font-weight: 600;
}

.boton span {
    display: inline-block;
}

    .boton span::first-letter {
        text-transform: uppercase;
    }

.boton-primario {
    background-color: var(--bblue);
    color: var(--wwhite);
}

    .boton-primario:hover {
        background-color: var(--button-primary-hover);
    }

.boton-sin-stock {
    background-color: var(--gray3);
    color: var(--gray2);
    pointer-events: none;
}

.boton-secundario {
    color: var(--bblue);
    background-color: transparent;
    outline: solid 1px var(--bblue) !important;
}

    .boton-secundario:hover,
    .boton-secundario:focus {
        color: var(--button-primary-hover);
        background-color: transparent;
        outline: solid 1px var(--button-primary-hover) !important;
    }

.boton-agregar {
    padding: 10px 35px;
    height: 40px;
}

.boton-saber-mas {
    color: var(--bblue);
    padding: 0;
    height: auto;
    font-family: "Montserrat";     font-weight: 600;
    letter-spacing: -0.02em;
}

    .boton-saber-mas > span {
        text-wrap: balance;
        text-align: left;
    }

        .boton-saber-mas > span > svg {
            margin-left: 4px;
            vertical-align: middle;
            width: 10px;
        }

            .boton-saber-mas > span > svg > path {
                fill: var(--bblue);
                stroke: var(--bblue);
            }

    .boton-saber-mas:hover > span > svg > path {
        stroke: var(--button-primary-hover);
    }

    .boton-saber-mas:hover,
    .boton-saber-mas:focus {
        color: var(--button-primary-hover);
    }

.boton-ver-detalles {
    color: var(--bblue);
    padding: 0;
    height: auto;
}

    .boton-ver-detalles:hover,
    .boton-ver-detalle:focus {
        color: var(--button-primary-hover);
    }

.boton-filtro {
    border-radius: 10px;
    color: var(--bblue);
    background-color: var(--wwhite);
    outline: solid 1px var(--bblue);
    padding: 10px 40px;
    height: auto;
}

    .boton-filtro:hover,
    .boton-filtro:focus {
        color: var(--button-primary-hover);
        background-color: var(--wwhite);
        outline: solid 1px var(--button-primary-hover);
    }

    .boton-filtro::before {
        content: "☰";
        margin-left: 5px;
    }

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    /*font-weight: 700;*/
}

dd {
    margin-left: 0;
}

.card {
    border: solid 1px var(--gray4);
    padding: 5px;
    border-radius: 8px;
    box-shadow: 1px 0px 10px -1px #dadada;
}

.quitar-margen {
    margin-bottom: -15px;
}

.quitar-margen-top {
    margin-top: -15px;
    margin-bottom: 30px;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.carrusel-fuente {
    color: #121212bf !important;
    letter-spacing: 1.3px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.fzf-16 {
    font-size: 16px;
}

.flechaazul {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    fill: var(--bblue);
    stroke: var(--bblue);
}

.legal-list {
    padding-inline-start: 0;
    list-style: none;
    font-size: 12px;
  font-family: "Montserrat";     font-weight: 500;
    text-align: justify;
}

    .legal-list > li {
        margin-top: 2px;
    }

.flechaazul-12 {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    fill: var(--bblue);
    stroke: var(--bblue);
}

.visually-hidden {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1px;
    opacity: 0;
}

.cuatr4 {
    letter-spacing: 2px;
    color: #777;
}

.modal-dialog-checkout {
    max-width: 900px;
    width: 100%;
}

.modal-dialog-alert {
    max-width: 512px;
    margin-inline: auto !important;
    width: 100%;
}

.modal-content-checkout {
    padding: 16px 32px 32px !important;
}

.modal-title-checkout {
    margin: 40px 0 20px;
    text-align: center;
}

.modal .cibf__ci {
    color: var(--bblack) !important;
    padding-left: 1rem !important;
    padding-right: 2rem !important;
}

.modal input:focus {
    border-width: 2px;
    border-color: var(--bblue) !important;
    outline: 0 !important;
}

.button-delivery-address {
    border: none;
    font-family: "Montserrat";     font-weight: 600;
    text-transform: inherit !important;
}

.type-person {
    display: flex;
    width: 100%;
}

.no-outline {
    border-radius: none !important;
    outline: 0 !important;
}

.modal-icon-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 100%;
}

.modal-icon {
    display: block;
    height: 90px;
    width: 90px;
}

    .modal-icon > path {
        fill: var(--bblue);
    }

.modal-content-message {
    height: auto;
    width: 100%;
}

.modal-content-primary {
    color: var(--bblack);
   font-family: "Montserrat";     font-weight: 400;
    font-size: 14px;
    text-align: justify;
}

.modal-content-subprimary {
  font-family: "Montserrat";     font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06rem;
}

.modal-content-secondary {
    color: var(--gray2);
  font-family: "Montserrat";     font-weight: 500;
    font-size: 14px;
    text-align: justify;
}

.modal-footer-alert {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-content-alert {
    padding: 32px !important;
}

.modal-text-small {
    display: block;
}

.cdgcf__cib--floating-flex,
.cdgcf__cibf,
.modal-terms {
    display: flex;
}

.modal-terms {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.modal-subtitle {
    font-size: 24px;
    text-align: center;
}

.modal-tc-content {
    padding: 0 32px;
}

.modal-subtitle-alert {
    font-size: 16px;
    line-height: normal;
}

.phone-text {
     font-family: 'Montserrat'; font-weight:700;
}

.cibf__ci,
.cibf__cl {
  font-family: "Montserrat";     font-weight: 500;
    text-overflow: ellipsis;
}

.question-text-link {
    color: var(--bblack);
    margin: 0;
}

.cibf__ci--ta {
    min-height: 110px;
    padding-top: 1rem;
    resize: none;
}

.cibf__ci--select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cdgcf__cibf {
    position: relative;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.cibf__cl,
.cibf__svg {
    position: absolute;
    transform: translateY(-50%);
}

.cibf__ci {
    color: var(--bblack);
    background-color: var(--wwhite);
    border: 1px solid var(--gray3);
    border-radius: 4px;
    height: 51px;
    padding-left: 1rem;
    padding-right: 2rem;
    width: 100%;
}

.cibf__ci--with-icon {
    padding-right: 4rem;
}

.cibf__ci::placeholder {
    color: var(--bblack);
  font-family: "Montserrat";     font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wap;
}

.cibf__ci:focus {
    box-shadow: none;
    border-color: var(--bblue);
    outline: 0;
    outline: 1px solid var(--bblue);
}

.cibf__ci:not(:placeholder-shown) ~ .cibf__cl {
    display: block;
    font-size: 12px;
    top: 30%;
}

.cibf__ci:not(:placeholder-shown) {
    padding-top: 16px;
}

    .cibf__ci:not(:placeholder-shown) ~ .cibf__cb {
        color: var(--wwhite);
        background-color: var(--bblue);
        border-color: var(--bblue);
    }

.cibf__ci--error {
    border: 1px solid var(--rred);
    outline: 1px solid var(--rred);
}

.cibf__cl {
    display: none;
    color: var(--gray2);
    font-size: 14px;
    left: 1rem;
    pointer-events: none;
    top: 50%;
    transition: top 0.1s ease-in;
    text-wrap: nowrap;
    width: calc(100% - 10%);
}

.cibf__cl--select {
    font-size: 14px !important;
    top: 50% !important;
}

.cibf__svg {
    cursor: pointer;
    right: 1.2rem;
    top: 50%;
}

    .cibf__svg > path {
        fill: var(--gray2);
    }

.cibf__svg--select {
    height: 10px;
    width: 10px;
}

.cibf__svg--input {
    height: 18px;
    width: 18px;
}

    .cibf__svg--input > path {
        fill: var(--bblack);
    }

.cibf__cb {
    color: var(--gray2);
    border: 1px solid var(--gray3);
    background-color: var(--gray3);
    border-radius: 10px;
    font-size: 14px;
   font-family: "Montserrat";     font-weight: 400;
    max-height: 51px;
    padding: 14px;
    transition: background 0.1s ease-in;
}

.crpt-1 {
    padding-top: 12px !important;
}

.crpt-2 {
    padding-top: 16px !important;
}

.crpt-3 {
    padding-top: 20px !important;
}

.crpt-4 {
    padding-top: 24px !important;
}

.crpt-5 {
    padding-top: 28px !important;
}

.crpt-6 {
    padding-top: 32px !important;
}

.crmt-1 {
    margin-top: 12px !important;
}

.crmt-2 {
    margin-top: 16px !important;
}

.crmt-3 {
    margin-top: 20px !important;
}

.crmt-4 {
    margin-top: 24px !important;
}

.crmt-5 {
    margin-top: 28px !important;
}

.crmt-6 {
    margin-top: 32px !important;
}

.crpb-1 {
    padding-bottom: 12px;
}

.crpb-2 {
    padding-bottom: 16px;
}

.crpb-3 {
    padding-bottom: 20px;
}

.crpb-4 {
    padding-bottom: 24px;
}

.crpb-5 {
    padding-bottom: 28px;
}

.crpb-6 {
    padding-bottom: 32px;
}

.crmb-1 {
    margin-bottom: 12px;
}

.crmb-2 {
    margin-bottom: 16px;
}

.crmb-4 {
    margin-bottom: 24px;
}

.crmb-5 {
    margin-bottom: 28px;
}

.crmb-6 {
    margin-bottom: 32px;
}

.checkout-loader {
    display: flex;
    position: fixed;
    align-items: center;
    background: #0000000a;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: row;
    height: 100vh;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.loader-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.spinner-text {
    color: var(--bblack);
  font-family: "Montserrat";     font-weight: 500;
    font-size: 16px;
    margin-top: 1rem;
}

.spinner-container > .fa-spinner {
    color: var(--bblack);
    font-size: 48px !important;
    stroke-dasharray: 20, 5;
}

.cuentatitle {
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 1.1px;
    font-size: 40px;
    color: #121212;
}

.mt-1 {
    margin-top: 10px;
}
.mt-2 {
    margin-top: 20px;
}
.mt-3 {
    margin-top: 30px !important;
}

.bopis-mobile {
    display: none;
}

#carrusel-x .swiper-button-prev {
    display: none !important;
}

#carrusel-x .swiper-button-next {
    display: none !important;
}

.color-greyslider {
    color: #121212c9;
    letter-spacing: 1px;
    font-size: 14px;
}

.pt-2 {
    padding-top: 10px;
}

.lscolor {
    letter-spacing: 1.2px;
    font-size: 14px;
    color: #121212bf;
}

.tachado {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-decoration: line-through;
}

@media (max-width: 1254px) {
    .text-md-center {
        text-align: center !important;
    }
}

@media (max-width: 1024px) {
    div#bloque-chat {
        display: none;
    }

        div#bloque-chat.chat-block-mobile {
            position:static;
            display: flex;
            flex-direction: row;
            transform: none;
        }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF {
                display: flex;
                right: 20px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 16px;
                width: 16px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 {
                display: flex;
                right: 155px;
                background-color: #25d366;
                padding: 10px;
                height: 16px;
                width: 16px;
                align-items: center;
                justify-content: center
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF {
                padding: 10px;
                width: 24px;
                height: 24px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 {
                padding: 10px;
                width: 24px;
                height: 24px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF i {
                width: unset;
                margin: unset;
                font-size: 12px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 p {
                margin-bottom: unset;
                font-size: 12px;
                margin-top: unset;
                text-align: unset;
            }

                div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 p i {
                    font-size: 14px;
                    margin-top: unset;
                    display: inherit;
                }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

@media screen and (max-width: 768px) {
    .crmt-2-xs {
        margin-top: 16px !important;
    }
}

@media screen and (max-width: 400px) {
    .button-delivery-address {
        width: 100%;
    }

    .modal-tc-content {
        padding: 0 16px;
    }
}

.twin-radio-combo-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.twin-radio-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    cursor: pointer;
}

.twin-radio-item {
    display: flex;
    gap: 16px;
}

.twin-radio-item > input[type="radio"] {
    width: 24px;
    min-height: 20px;
    min-width: 20px;
    height: 24px;
    accent-color: var(--bblue);
}

.switch-button-wrap {
    position: relative;
}

.switch-button-input {
    position: absolute;
    top: 0; 
    left: 0;
    height: 0;
    opacity: 0;
    width: 0;
}

.switch-button-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 8px;
    width: fit-content;
}

.switch-button {
    position: relative;
    display: block;
    border-radius: 100px;
    background-color: var(--gray3);
    height: 20px;
    width: 36px;
    transition: all 1s ease;
}

    .switch-button::after {
        position: absolute;
        border-radius: 100%;
        content: "";
        width: 20px;
        height: 20px;
        background-color: var(--wwhite);
        border: 1px solid var(--gray3);
        transition: all 1s ease;
    }

.switch-button-input:checked ~ .switch-button-label > .switch-button {
    background-color: var(--gray4);
}

.switch-button-input:checked ~ .switch-button-label > .switch-button::after {
    right: 0;
    background-color: var(--bblue);
    border: unset;
}