.disponibilidad-rapida {
    color: #84b84c;
    padding: 3px 0;
    line-height: 1rem;
    font-size: .75rem;
    text-align: left;
    /*margin-left: .5rem;*/
    /*margin-right: .5rem*/
}

.filtros-familia {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    padding: 0;
    -webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%
}

.columna-de-filtros {
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .fondo-clicable {
    display: block;
    background-color: rgba(0, 0, 0, .6)
}

.filtros-familia .fondo-clicable {
    z-index: -1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    -o-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros .filtros {
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto
}

.filtros .acc-block {
    border: none
}

.acc-block {
    border: 1px solid #ccc;
    margin-bottom: -1px
}

.filtros-familia.filtros-familia-desplegado {
    width: 250px
}

.titulo-subrayado.text-xs-center.text-md-left:after, .titulo-subrayado:after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2px;
    background: var(--color_personalizado_general);
    margin: .74rem 0 0;
}

.titulo-subrayado {
    margin-bottom: 1.5rem;
    font-size: 1.714rem;
}

.m-t-3 {
    margin-top: 3rem !important;
}

/*
Productos Relacionados
 */

@media (min-width: 768px) {

    .c-product-addtocart__section {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

.c-product-addtocart__section {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.c-options-selector__title {
    margin-bottom: 7.5px;
    color: #002a3a;
    font-size: 15px;
}

.c-options-selector {
    position: relative;
}

.c-options-selector__option {
    margin-bottom: 5px;
    padding: 10px 15px;
    border: 2px solid #dedede;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-options-selector__content {
    color: #616161;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-options-selector__name:last-of-type {
    margin-bottom: 5px;
}

.c-options-selector__name {
    font-size: 14px;
    line-height: 1.3em;
}

.o-status-text {
    color: #616161;
    line-height: 1em;
    font-size: 13px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.o-status-text__icon {
    font-size: 1.2em;
    margin-right: 5px;
}

.o-status-text--success {
    color: #55b45a;
}

.o-status-text--warning {
    color: #f0ad4e;
}

.o-status-text--danger {
    color: #c75150;
}

/*
FIN Productos Relacionados
 */

.row-no-margin {
    display: table;
}

.button.cart_button {
    text-align: center;
}

/*
    Vista Producto ADD Carrito
 */
@media (min-width: 768px) {

    .c-product-addtocart__section--action {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 0;
    }

    .c-product-addtocart__section {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.c-product-addtocart__section--action {
    border-bottom: none;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.c-product-addtocart__section {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
}

.c-product-addtocart__wrapper {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-product-addtocart__qty {
    width: 59%;
}

.c-product-quantity {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.c-product-quantity__btn {
    width: 25%;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.o-btn {
    padding: 5px 10px;
    text-transform: none;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-btn::before, .o-btn::after {
    content: '';
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.c-product-quantity__icon {
    font-size: 2em;
}

.o-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.c-product-quantity__input {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.6em;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -moz-appearance: textfield;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.c-product-addtocart__summary {
    width: 40%;
}

.t-product-detail__summary {
    text-align: right;
    color: #616161;
    font-size: 12px;
}

.c-product-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-product-summary__text {
    margin-bottom: 0;
    line-height: 1.4em;
}

.t-product-detail__summary-price {
    color: var(--color_personalizado_general);
    font-weight: 700;
    font-size: 20px;
}

.u-text-brevier {
    font-size: 13px !important;
    line-height: 1.4em !important;
}

.c-product-quantity__btn:hover {
    background: transparent;
    color: var(--color_personalizado_general);
}

.c-product-quantity__btn:disabled, .c-product-quantity__btn.is-disabled {
    color: #d1d1d1;
    background-color: transparent;
}

@media (min-width: 768px) {
    .c-product-finance {
        border: 1px solid black;
        border-radius: 3px;
    }

    /*
        .imagen-submenu-lateral-informatica {
            background-image: url('/imagenes/categorias-menu/informatica.svg') !important;
            background-repeat: no-repeat !important;
            background-position: right -8px bottom -21px !important;
        }

        .imagen-submenu-lateral-sonido {
            background-image: url('/imagenes/categorias-menu/sonido.svg') !important;
            background-repeat: no-repeat !important;
            background-position: right -8px bottom -21px !important;
        }

        .imagen-submenu-lateral-tv-satelite {
            background-image: url('/imagenes/categorias-menu/tv-satelite.svg') !important;
            background-repeat: no-repeat !important;
            background-position: right -8px bottom -21px !important;
        }

        .imagen-submenu-lateral-electricidad {
            background-image: url('/imagenes/categorias-menu/electricidad.svg') !important;
            background-repeat: no-repeat !important;
            background-position: right -8px bottom -21px !important;
        }

        .imagen-submenu-lateral-videovigilancia {
            background-image: url('/imagenes/categorias-menu/videovigilancia.svg') !important;
            background-repeat: no-repeat !important;
            background-position: right -8px bottom -21px !important;
        }

        .imagen-submenu-lateral-smartphone-consolas {
            background-image: url('/imagenes/categorias-menu/smartphone-consolas.svg') !important;
            background-repeat: no-repeat !important;
            background-position: right -8px bottom -21px !important;
        }

        .imagen-submenu-lateral-herramientas {
            background-image: url('/imagenes/categorias-menu/herramientas.svg') !important;
            background-repeat: no-repeat !important;
            background-position: right -8px bottom -21px !important;
        }
     */

}

.c-product-finance {
    position: relative;
    color: black;
    padding: 1.1em 1.6em;
    font-size: 1em;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.o-btn--transparent {
    background-color: transparent;
}

.o-btn--fullwidth {
    width: 100%;
}

.o-media {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-media__img {
    padding-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-product-finance__icon {
    font-size: 2em;
    color: #5a83b0;
}

.c-product-finance__content {
    text-align: left;
}

.o-media__body {
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.o-media__img, .o-media__body {
    display: block;
    vertical-align: top;
}

.c-product-finance__title {
    margin-bottom: 0;
    font-weight: 700;
}

/*
   FIN Vista Producto ADD Carrito
 */

.border-gray-1px {
    border: 1px solid gray;
}

.c-product-finance:hover {
    background: none;
}

.btn-vacio:focus, .btn-vacio:hover {
    color: #3c763d;
}

.btn-verde {
    color: #3c763d;
}

.icono-verde:before {
    color: #3c763d;
}

.border-gray-1px, .popover {
    max-width: 100%;
}

.acc-open-close {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    margin-top: 0;
}

.pull-xs-right {
    float: right !important;
}

.ficha-producto__datos-de-compra .acc-pccom.green .pccom-icon {
    color: #458057;
}

a[aria-expanded=true] .acc-open-close {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: all .35s ease-out;
}

.ficha-producto__datos-de-compra .acc-pccom.green .acc-block-contenido {
    background: #d6eed1;
    line-height: 16px;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.caja-seleccionada {
    background: #fce4e3;
    border: 1px solid #b48484;
}

.caja-seleccionada > .c-options-selector__content {
    font-weight: 700;
}

.caja-seleccionada > .c-options-selector__content > .c-options-selector__name {
    color: black;
}


.c-main-menu__catitem {
    margin-bottom: 0;
}

.c-main-menu__catlink {
    padding: 5px 0 5px 1rem;
    font-size: 1rem !important;
}

.text-center {
    text-align: center;
}

.a-none {
    text-decoration: none;
}

.a-none:hover {
    color: #666666 !important;
}

.imagen-menu-fija {
    position: absolute;
    bottom: -21px;
    right: -8px;
}

.text-left-imp {
    text-align: left !important;
}

.no-margin {
    margin: 0;
}

.background-image {
    background-repeat: no-repeat !important;
    background-position: right -8px bottom -21px !important;
}

.gpay-button.long {
    width: 100% !important;
}

.border-radius-4px-imp {
    border-radius: 4px !important;
}

.img-metodo-pago {
    width: 50px;
}


.button.cart_button_gray {
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    white-space: normal;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    color: #888;
}

.button.cart_button_gray span {
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
}

.button.cart_button_gray:hover {
    color: #e44f4f !important;
    background: #fff !important;
}

@media only screen and (max-width: 768px) {
    .padding-0-xs {
        padding: 0 !important;
    }
}

.imagenes-productos {
    /*border: 3px solid #ccc !important;*/
}

#bloque_zoom iframe {
    width: 100%;
    height: 100%;
}

#gallery_01.owl-carousel .owl-item img {
    width: 75px !important;
    height: 75px !important;
}

#gallery_01.owl-carousel .owl-item {
    width: auto !important;
}

.ul-envios-devoluciones {
    padding-left: 30px;
    list-style: circle !important;
}

.ul-envios-devoluciones-2 {
    padding-left: 30px;
    list-style: disc !important;
}

footer ul {
    padding-left: 5px !important;
    font-size: 0.8rem !important;
}

.margin-righ-5px {
    margin-right: 5px;
}

.font-family-titulo-producto {
    font-family: proximanovasemibold, sans-serif !important;
    height: 50px;
}

.font-family-blackfriday {
    font-family: Montserrat, sans-serif !important;
}

.texto-blanco {
    color: white !important;
}

.center-btn-amazon {
    display: block;
    margin: auto;
}

.padding-12 {
    padding: 12px;
}

.container-rendering-layout .title {
    margin: 40px 8px 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    height: 32px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
    color: #444;
    white-space: normal;
}

.container-rendering-layout .title h2 {
    font-size: 1.714rem;
}

.container-rendering-layout .title h2:after {
    /*content: "";*/
    /*display: block;*/
    /*width: 2.5rem;*/
    /*height: 15px;*/
    /*margin: .74rem 0 0;*/
}

.imagen-fondo-cabecera {

}

.imagen-fondo-cabecera:after {
    content: "";
    display: block;
    width: 10.5rem;
    height: 3px;
    background: var(--color_franja_personalizada);
    margin: 0.54rem 0 0;
}


/** MENSAJES **/

#hubspot-messages-iframe-container.widget-align-right {
    right: 0 !important;
}

#hubspot-messages-iframe-container {
    display: initial !important;
    z-index: 3;
    position: fixed !important;
    bottom: 0 !important;
}

#hubspot-messages-iframe-container .shadow-container {
    display: initial !important;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    content: "";
}

.widget-app-container {
    padding-bottom: 16px;
    position: absolute;
    bottom: 0;
}

.dvBAhE {
    padding-left: 0px;
    padding-right: 16px;
    left: inherit;
    right: 0px;
}

.display-flex {
    display: flex !important;
}

.p-left-6 {
    padding-left: 24px !important;
}

.p-top-5, .p-y-5 {
    padding-top: 20px !important;
}

.launcher-right-align {
    float: right !important;
}

.dQDmjw {
    position: relative;
    display: inline-flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    line-height: 1;
}

.gHtGcD {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
    border: none;
    transition: box-shadow 150ms ease-in-out 0s;
    position: relative;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.kLnMuf {
    transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
    opacity: 0;
    transform: rotate(
            25deg
    ) scale(0);
}

.cAAsUf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 20px;
    height: 20px;
}

.RaRzw {
    transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
    opacity: 1;
    transform: rotate(
            0deg
    ) scale(1);
}

.fuUxNJ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 32px;
    height: 30px;
}

.etGvrt {
    transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
    opacity: 1;
    transform: rotate(
            0deg
    ) scale(1);
}

.gOEsZC {
    transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
    opacity: 0;
    transform: rotate(
            -25deg
    ) scale(0);
}

.bJOVtl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform-origin: right bottom;
}

.chat-widget {
    position: relative;
    width: 376px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.fTZdEK {
    height: 530px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 20px;
    position: relative;
    width: 396px;
    transition: bottom 0.25s ease-in-out 0s;
    margin-left: 24px;
    margin-right: 0px;
}

.hoQKAy {
    height: 68px;
    border-radius: 8px 8px 0px 0px;
}

.hsuDIo {
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    display: flex;
    height: 100%;
    padding: 16px;
}

.hgbqih {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 auto;
    height: 36px;
    min-width: 0px;
}

.tGjTm {
    display: flex;
    height: 36px;
    -webkit-box-pack: center;
    justify-content: center;
}

.chat-head {
    position: relative;
}

.p-x-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.Kznfq {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 0px;
}

.YeCcQ {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 14px;
}

.lnvhAZ {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-top-0, .p-y-0 {
    padding-top: 0 !important;
}

.p-y-0 {
    padding-bottom: 0 !important;
}

.hUZFRH {
    font-size: 11px;
    line-height: initial;
}

.kSmMok {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.bkkgoW {
    display: flex;
    flex-direction: column;
    height: calc(100% - 68px);
}

.ftjQdo {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kYFmaz {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    align-self: stretch;
    overflow: hidden scroll;
}

@media screen and (max-width: 900px) { {
}
    .gkPkei {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.gkPkei {
    z-index: 0;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    flex-shrink: 0;
}

.hBzXlU {
    padding: 4px 10px;
    width: 100%;
}

.jODXEI {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8px;
}

.cxNKOt {
    display: flex;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
}

.jODXEI .PrimaryMessageHeader__PrimaryMessageHeaderWrapper-sc-1y0tw1b-0 .PrimaryMessageAvatar__PrimaryMessageAvatarWrapper-sc-1tht10t-0 {
    width: 32px;
    margin-left: -8px;
    margin-right: 8px;
}

.tyyIp {
    -webkit-box-align: center;
    place-items: center;
    display: flex;
    flex-shrink: 0;
    margin-top: 35px;
}

.kpyDcf {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 4px;
    margin-left: -4px;
}

.kpyDcf > * {
    flex: 1 1 0%;
    line-height: 1;
    position: relative;
}

.kpyDcf > * div {
    background-color: white;
}

.kpyDcf > * > * {
    position: absolute;
    left: 0px;
    bottom: -8px;
}

.gLvsdb {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: content-box;
    font-size: initial;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.kEACpJ {
    background-image: url(https://www.cablepelado.es/imagenes/chat/imagen-mag.webp);
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.jODXEI .PrimaryMessageContent__PrimaryMessageContentWrapper-ufwkjf-0 {
    margin-left: 32px;
}

.kwauem {
    position: relative;
    min-height: 32px;
    word-break: break-word;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(203, 214, 226);
    background-color: rgb(234, 240, 246);
    color: rgb(66, 91, 118);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0px 8px 8px;
    max-width: 284px;
}

.kwauem .PrimaryMessageContentSection__PrimaryMessageContentSectionWrapper-sc-2cszjw-1:first-child {
    border-top: none;
}

.kwauem .PrimaryMessageContentSection__PrimaryMessageContentSectionWrapper-sc-2cszjw-1 {
    border-top: 1px solid rgb(203, 214, 226);
}

.iHrpnR {
    width: 100%;
}

.jaQerz {
    padding: 8px 16px;
}

.fcuMVs {
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
    /*white-space: pre-wrap;*/
}

#hubspot-messages-iframe-container .shadow-container.active {
    width: 400px;
    height: 400px;
}

.AHnEv {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: content-box;
    font-size: initial;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.chat-widget .input-container {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    max-width: 100%;
    background-color: #fff;
    border-top: 2px solid #f2f5f8;
    flex-shrink: 0;
}

.m-bottom-2 {
    margin-bottom: 8px !important;
}

.kzvlRK {
    width: 100%;
}

.dopjub {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.kipOoh {
    width: 100%;
    flex-basis: 100%;
}

.fXlvUW[contenteditable][placeholder]:empty {
    overflow-y: hidden;
}

.fXlvUW {
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    min-height: 40px;
    max-height: 100px;
    overflow: hidden auto;
    padding: 8px;
    position: relative;
    width: 100%;
    flex-basis: 100%;
    word-break: break-word;
    cursor: text;
    border: none;
    background-color: transparent;
}

.fXlvUW[contenteditable][placeholder]:empty::after {
    display: block;
    content: attr(placeholder);
    position: relative;
    color: rgb(123, 152, 182);
    background-color: transparent;
    cursor: text;
    user-select: none;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
}

.display-flex {
    display: flex !important;
}

.m-left-1 {
    margin-left: 4px !important;
}

.flex-row {
    display: flex;
    flex-direction: row !important;
}

.flex-shrink-0, .no-shrink {
    display: flex;
    flex-shrink: 0 !important;
}

.kFMptD {
    flex-shrink: 0;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    text-overflow: clip;
    font-size: 18px;
    line-height: 18px;
    outline: none;
    transition: background-color 150ms ease-out 0s;
    color: rgb(176, 193, 212);
    background-color: transparent;
    border: none;
    user-select: none;
    cursor: not-allowed !important;
}

.kFMptD > * {
    user-select: none;
}

.duBHLA {
    display: inline-flex;
    vertical-align: middle;
    fill: currentcolor;
}

.caMFA-D {
    flex-shrink: 0;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    text-overflow: clip;
    font-size: 18px;
    line-height: 18px;
    outline: none;
    transition: background-color 150ms ease-out 0s;
    color: rgb(50, 136, 230);
    border: none;
    background-color: transparent;
    cursor: pointer !important;
}

.c-button-card__h3-3 {
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

a.c-button-card__link_ref {
    color: #333333;
    text-decoration: none;
}

#ask_feature_div, #averageCustomerReviews, #averageCustomerReviews_feature_div {
    display: inline-block;
}

.noUnderline a:hover {
    text-decoration: none;
}

.a-icon.a-star-1 {
    background-position: -375px -144px;
}

.a-icon.a-star-1-5 {
    background-position: -390px -164px;
}

.a-icon.a-star-2 {
    background-position: -181px -76px;
}

.a-icon.a-star-2-5 {
    background-position: -99px -68px;
}

.a-icon.a-star-3 {
    background-position: -84px -48px;
}

.a-icon.a-star-3-5 {
    background-position: -181px -56px;
}

.a-icon.a-star-4 {
    background-position: -84px -8px;
}

.a-icon.a-star-4-5 {
    background-position: -84px -28px;
}

.a-icon.a-star-5 {
    background-position: -166px -36px;
}

.a-icon.a-accordion-radio, .a-icon.a-icon-checkbox, .a-icon.a-icon-radio, .a-icon.a-icon-star, .a-icon.a-icon-star-medium, .a-icon.a-icon-star-mini, .a-icon.a-icon-star-small {
    background-image: url(../imagenes/sprite/valoraciones.png);
    -webkit-background-size: 512px 256px;
    background-size: 512px 256px;
    background-repeat: no-repeat;
}

.a-icon-star, .a-icon-star-small {
    height: 18px;
    width: 80px;
}

.a-icon-star, .a-icon-star-medium, .a-icon-star-mini, .a-icon-star-small {
    position: relative;
    vertical-align: text-top;
}

.a-icon {
    display: inline-block;
    vertical-align: top;
}

em, i {
    font-style: italic;
}

[class*=a-icon-star] > .a-icon-alt {
    clip-path: circle(0);
    left: auto;
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: normal;
    opacity: 0;
}

.a-icon-alt {
    position: absolute;
    left: -9999px;
    top: auto;
    display: block;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

.a-icon-popover {
    margin: 5px 0 0 .385em;
    vertical-align: text-top;
    width: 7px;
    height: 5px;
    background-position: -90px -5px;
    opacity: .6;
}

.a-size-base {
    font-size: 14px !important;
    line-height: 20px !important;
}

.dt-pestanias .dt-comentarios {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.dt-pestanias .dt-comentarios h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.titulo_comment {
    cursor: pointer;
}

.txt_linkcoinns {
    text-decoration: none;
}

.dt-comentarios p {
    font-size: 14px;
    text-align: left;
    color: #000;
    vertical-align: middle;
    margin-bottom: 9px;
    float: left;
}

.zona_resumen_comen {
    width: calc(33.333% - 15px);
    margin-right: 15px;
    float: left;
}

.dt-comentarios p a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.txt_resumen_comen a {
    font-weight: 700 !important;
    font-size: 14px;
}

.star_full {
    background-position: -158px -126px;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    margin-right: 0px;
    float: left;
    margin-right: 2px;
}

.star_empty {
    background-position: -125px -125px;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    margin-right: 5px;
    float: left;
}


.zona_comentarios {
    float: left;
    overflow: hidden;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.dt-comentarios .comentario {
    border: 1px solid #D2D2D2;
    display: inline-block;
    padding: 5 10 5 10px;
    margin-bottom: 5px;
    width: calc(100%);
    float: left;
}

.coment_visible {
    display: inline-block !important;
}

.dt-comentarios .comentario .titu-coment {
    font-size: 15px;
    float: left;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
}

.dt-comentarios .comentario .autor-coment {
    font-size: 13px;
    line-height: 22px;
    margin-left: 15px;
    margin-bottom: 2px;
    font-style: italic;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin-top: 0px;
    float: left;
}

.dt-comentarios p span {
    font-weight: normal;
    color: #000;
    margin-right: 3px;
    margin-left: 4px;
}

.sprite {
    background-image: url(../imagenes/sprite/valoraciones2.png);
    background-repeat: no-repeat;
    display: block;
}


@media (min-width: 951px) and (max-width: 1289px) {
    .zona_resumen_comen {
        width: calc(33.333% - 15px);
    }
}

@media (min-width: 731px) and (max-width: 950px) {
    .zona_resumen_comen {
        width: calc(33.333% - 15px);
    }

    .dt-comentarios p {
        text-align: center;
        line-height: 17px;
        margin-top: 9px;
    }
}

@media (min-width: 601px) and (max-width: 730px) {

    .resumen_estrellas .zona_resumen_comen p {
        text-align: left;
        line-height: 15px;
    }

    .dt-comentarios p {
        text-align: center;
        margin-top: 0px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {

    .resumen_estrellas .zona_resumen_comen p {
        text-align: left;
        line-height: 15px;
    }

    .zona_resumen_comen {
        width: calc(100% - 15px);
        margin-top: 10px;
    }

    .dt-comentarios p {
        text-align: left;
        margin-top: 0px;
        line-height: 20px;
    }

    .zona_comentarios {
        width: 100%;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
        column-gap: 0px;
    }

    .dt-comentarios .comentario {
        margin-bottom: 10px !important;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .dt-comentarios .comentario .titu-coment {
        margin-right: 16px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .dt-comentarios .comentario .autor-coment {
        margin-left: 0px;
    }
}

.a-link-agua {
    color: #007185 !important;
    text-decoration: none;
}


.texto-coment {
    display: block;
    width: 100%;
}


.std {
    font-family: sans-serif;
    font-size: 15px;
}


.btn-empty:focus, .btn-empty:hover {
    color: #131313;
    background: white;
    border-color: darkgray;
}

.btn-empty {
    color: #131313;
    background: white;
    border-color: darkgray;
}

.destacar_contenido_borders {
    font-weight: 700;
    border-left: 3px solid var(--color_personalizado_general);
    border-right: 3px solid var(--color_personalizado_general);
    text-decoration: 2px underline var(--color_personalizado_general);
    text-underline-position: under;
    margin-bottom: 10px;
}


@media (min-width: 900px) {


    .border-left-3px-solid-gray-md {
        border-left: 3px solid #ccc;
    }

}

.rem1 {
    font-size: 1rem !important;
}

.zona_puntoPack {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    padding: 10px;
}

.zona_puntoPack .titulo {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    flex: 1 14.666%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.info_datos {
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.info_datos .datos {
    font-size: 15px;
    text-align: left;
    flex: 1 14.666%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.info_datos .boton_entregar {
    background-color: #d9534f;
    width: 99%;
    float: left;
    text-decoration: none;
    color: #FFF !important;
    height: 45px;
    border: #d43f3a 2px solid;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
}

@media (min-width: 1024px) and (max-width: 1260px) {

    .info_datos .datos {
        width: calc(25% - 10px);
        margin-right: 10px;
        margin-top: 10px;
    }

    .info_datos .cp {
        width: calc(10% - 10px);
        margin-right: 10px;
    }
}

@media (min-width: 731px) and (max-width: 1023px) {

    .zona_puntoPack .titulo {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .info_datos .datos {
        width: calc(25% - 10px);
        margin-right: 10px;
        margin-top: 10px;
    }

    .info_datos .cp {
        width: calc(10% - 10px);
        margin-right: 10px;
    }

    .info_datos .boton_entregar {
        width: 98%;
    }

}

@media (min-width: 481px) and (max-width: 730px) {

    .zona_puntoPack .titulo {
        display: none;
    }

    .info_datos .datos {
        margin: 10px 0px;
        margin-right: 10px;
    }

    .info_datos .cp {
        display: none;
    }
}

@media (max-width: 480px) {

    .zona_puntoPack .titulo {
        display: none;
    }

    .info_datos .datos {
        flex: 1 100%;
        margin-bottom: 2px;
        margin-top: 0px;
    }

    .info_datos .cp {
        display: none;
    }

    .info_datos .botones {
        width: 100% !important;
    }
}

.opacity-09 {
    opacity: 0.5;
}

.image-play-background {
    background-image: url(../imagenes/articulo/play-icon.png);
    background-repeat: round;
    width: 75px;
    height: 75px;
}

.image-height-135 {
    height: 135px;
}

.mr5 {
    margin-right: 5px;
}

.overflow_add_imagen_menu_desplegado {
    position: absolute;
    float: left;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    height: 500px;
}

.oens-compatibles {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 3px solid #eee;
    border-right: 3px solid #eee;
    border-radius: 15px;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.li-especial-oens {
    list-style: circle !important;
    padding: 5px;
    margin-left: 7%;
    float: left;
    position: relative;
}


.alert-purple {
    color: #fffff9;
    background: #5828a4;
    border-color: #6933a4;
}

.comprar-marketplaces {
    padding: 5px;
    display: flex;
    margin: 5px;
    border: 1px solid #ccc;
    flex: auto;
    flex-direction: column;
    color: black;
    background: white;
}

.no_link:hover {
    cursor: pointer;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.no_link:focus {
    cursor: pointer;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.no_link {
    cursor: pointer;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.footer-link-buybox {
    color: #e74c40;
    text-decoration: none;
}

.texto-respuesta {
    border-left: 2px solid #f0ad4e;
    border-right: 2px solid #f0ad4e;
    padding: 5px;
    padding-left: 10px;
    border-bottom: 1px dotted #eee;
    border-radius: 5px;
    border-top: 1px dotted #eee;
}

.encabezado-h3-productos {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.fill-iconos-personalizado {
    fill: var(--color_personalizado_general);
}

.tab-content-checkout-especial > .active {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}

.caja-mensaje {
    position: relative;
    margin-bottom: 25px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    background: #fff
}

.caja-mensaje .caja-mensaje__icono-decoracion {
    display: block;
    position: relative;
    margin-top: -36px;
    height: 60px;
    width: 60px;
    padding: 1.4rem 1.2rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%
}

.caja-mensaje .caja-mensaje__icono-decoracion i {
    color: #fff
}

.caja-mensaje .caja-mensaje__contenido {
    padding: 1rem
}

.caja-mensaje .caja-mensaje__contenido .centrado {
    text-align: center
}

.caja-mensaje .caja-mensaje__contenido .centrado h4.texto-verde {
    color: #43bc00
}

.caja-mensaje .caja-mensaje__contenido .centrado em {
    font-style: normal
}

.caja-mensaje.caja-gracias {
    border: 5px solid #43bc00;
    border-radius: 10px;
}

.caja-mensaje.caja-gracias .caja-mensaje__icono-decoracion {
    background-color: #43bc00
}

.caja-mensaje.caja-error {
    border-top: 10px solid red
}

.caja-mensaje.caja-error .caja-mensaje__icono-decoracion {
    background-color: red;
    padding: 1.2rem
}

.caja-mensaje.caja-error .caja-mensaje__icono-decoracion i {
    font-size: 2.5rem
}

@media screen and (max-width: 543px) {
    .caja-mensaje {
        width: 90%
    }
}

.texto-verde {
    color: #8fc130 !important;
}

.text-xs-center {
    text-align: center !important;
}

.icono-check-pedido {
    font-style: normal;
    line-height: 0.5;
    font-size: 2rem;
    margin-left: -4px;
    margin-top: -5px;
}

.btn-default:hover {
    color: black !important;
}

.ul-pedido-ok {
    list-style: circle !important;
}

.li-pedido-ok {
    list-style: circle;
}

.fuente-pago {
    color: #0e0d12;
    font-size: 275%;
    font-family: komikax;
    text-align: center;
    position: relative;
    top: 10px;
    line-height: 107%;
    margin-top: -15%;
}

.h1-fuente-pago {
    font-family: komikax;
}

.fuente-landing2 {
    color: #ffffff;
    font-size: 500%;
    font-family: komikax;
    text-align: center;
    background-color: #0e0d12;
    width: 45%;
    position: relative;
    top: 20px;
    margin-bottom: 30px !important;
    margin: auto;
}

.h2-fuente-landing2 {
    font-family: komikax;
}

.ul-envios-devoluciones > li {
    list-style: circle !important;
}

.bg-generico {
    color: var(--color_personalizado_general);
}

.font-size-2rem {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: normal;
}

.mb-30-imp {
    margin-bottom: 30px !important;
}

.mr14 {
    margin-right: 14px;
}

.video-categoria-principal {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% - 10px);
    left: 5px;
    right: 5px;
    height: 100%;
    -o-object-position: 85%;
    object-position: 85%;
}

.especial_recibelo_urgente_sin_class {
    /*bottom: 1px;*/
}


.c-post-single, .c-post-single__content dl li, .c-post-single__content ol li, .c-post-single__content ul li {
    padding-bottom: 12px;
}

.c-post-single, .c-post-single__content dl li, .c-post-single__content ol li, .c-post-single__content ul li {
    padding-bottom: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.c-landing__destacados {
    margin-bottom: 55px;
}

div.c-post-single__header {
    padding-bottom: 16px !important;
    background-image: linear-gradient(to right, #FFEBE4, #FFEBE4);
}

div.c-post-single__header h1 {
    max-width: 1560px !important;
    margin: 0 auto !important;
    padding-top: 24px;
    font-family: Open Sans, arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.2em;
    line-height: 40px !important;
    color: #333333 !important;
}

.a14 {
    font-size: 14px !important;
    line-height: 32px !important;
    text-decoration: underline;
    color: #000000 !important;
}

.a14:hover {
    text-decoration: none;
}

.c-button-card__texts {
    text-align: center;
    padding: 16px 24px 8px 24px;
}

/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    /*float: left;*/
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        /*float: left;*/
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        /*float: left;*/
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        /*float: left;*/
    }
}

.c-post-single__title2 {
    font-family: Open Sans, arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 29px !important;
    line-height: 40px !important;
    color: #ffffff !important;
    margin: 0px 0 24px !important;
}

.c-post-single__content {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px !important;
    /*padding-left:32px !important;
        padding-right:32px !important;*/
}

.u-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.c-landing__seo-text {
    margin: 0px 20px;
}

.c-landing__seo-text p {
    font-size: 14px;
    line-height: 16px;
    font-family: Open Sans, arial, sans-serif;
    color: #333333;
    letter-spacing: 0.4px;
}

.c-landing__section__logos {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 56px;
}

.c-landing__section__logos img {
    padding: 0px 10px !important;
}

.c-landing__img-cabecera {
    margin-bottom: 56px;
}

.c-landing__seo-text h2,
.c-landing__seo-text h3,
.c-landing__seo-text h4,
.c-landing__seo-text h5,
.c-landing__seo-text h6 {
    font-size: 1.43rem;
    line-height: 1.5rem;
    font-family: Open Sans, arial, sans-serif;
}

.c-landing__section__title,
.c-post-single-carousel > .o-section > .c-title {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    text-align: left;
    font-weight: bold;
    font-family: Open Sans, arial, sans-serif;
}

.c-landing__section__subtitle {
    margin-bottom: 32px;
}

.c-perprices__card {
    margin-bottom: 1rem;
    transition: all 0.5s ease;
}

.c-perprices__card-image__link {
    display: block;
    width: 100%;
    padding: 1rem 1rem 0;
}

.c-button-card {
    display: block;
    margin-bottom: 32px;
}

.c-button-card__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}

.c-button-card__texts {
    text-align: center;
    padding: 16px 24px 8px 24px;
}

.c-button-card__title {
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 0px;
}

.c-button-card__h3 {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    font-family: Open Sans, arial, sans-serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8px;
}

.c-button-card__text {
    height: auto;
    text-align: center;
}

.c-button-card__txt {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    font-family: Open Sans, arial, sans-serif;
    text-align: center;
    margin-bottom: 8px;
}

.c-button-card__button {
    display: inline-block;
    margin: 0px auto 8px;
    padding: 10px 14px 10px 14px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 8px;
    text-decoration: none !important;
}

.c-button-card__button:hover {
    text-decoration: none;
    color: #333333;
}

.c-button-card__image--animated {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 10;
}

.c-button-card__h33 {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    font-family: Open Sans, arial, sans-serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8px;
}

.c-button-card__h44 {
    margin: 0px;
}

.c-button-card:hover .c-button-card__image--animated {
    display: block;
}

.c-perprices__card-title {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
    font-family: Open Sans, arial, sans-serif;
}

.c-perprices__card-title__link {
    display: block;
    padding: 1rem;
    color: #444;
    text-decoration: none;
}

.c-perprices__card-title__link:hover {
    color: #666;
    text-decoration: none;
}

.c-landing__banner {
    margin: 4rem 0;
}

.c-landing__brand-title {
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.c-perprices-button {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-align: center;
    color: #444;
    background-color: #fff;
    text-decoration: none;
    transition: box-shadow 0.3s;
}

.c-perprices-button:hover {
    color: #333333;
    text-decoration: none;
}

.o-container-intern {
    padding: 16px 0px !important;
}

.u-container-huge--margin {
    max-width: 1560px !important;
    margin: 0 auto !important;
}

.c-landing__seo-inferior {
    margin-bottom: 32px;
}

.cn_banner_placeholder {
    margin-bottom: 56px;
}

.only-mobile {
    display: none;
}

.max-292 {
    max-width: 292px;
    margin: 0 auto;
    margin-bottom: 32px !important;
}

@media (max-width: 768px) {
    .c-post-single__title2 {
        /*margin-top:80px !important;*/
        margin-bottom: 16px;
        font-size: 29px !important;
        line-height: 40px !important;
        color: #333333 !important;
        padding-left: 32px;
        padding-right: 32px;
    }

    .c-post-single__taxonomy {
        display: none !important;
    }

    .c-post-single__info {
        display: none !important;
    }

    .c-landing__seo-text {
        margin-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .c-landing__img-cabecera {
        margin-bottom: 32px;
    }

    .o-container-intern {
        max-width: 1052px !important;
        padding: 16px 10px !important;
    }

    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .c-landing__section__title,
    .c-post-single-carousel > .o-section > .c-title {
        font-size: 20px;
        line-height: 28px;
        /*padding-left: 16px;
              padding-right: 16px;*/
        color: #333333;
        text-align: left;
        font-weight: bold;
        font-family: Open Sans, arial, sans-serif;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans, arial, sans-serif;
}

.ancho-max1560 {
    max-width: 1560px !important;
    margin: 0 auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (max-width: 1600px) {
    .c-post-single__header {
        padding-left: 16px;
    }

    .pad-l16 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    .c-post-single__header {
        padding-left: 32px;
    }
}

.igual-relacion {
    width: 100%;
    max-width: 504px;
    height: 203px;
    margin: 0 auto;
}


/*.c-post-single__title {
  visibility: hidden !important;
}*/

/*.c-post-single__title:before {
  visibility: visible !important;
  content: "Conectividad y teletrabajo - pruebas" !important;
}*/


@media (max-width: 415px) {
    .min-mob {
        min-height: 310px !important;
    }
}

.estrellas-especiales-valora-tu-pedido.rating:not(:checked) > label {
    width: 35px !important;
}

.product-item-subtitle > small:last-child > .product-item-subtitle-bar {
    display: none;
}

.collection-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 2px;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
    text-align: center;
    color: white;
}

.max-height-500 {
    max-height: 500px;
}

.title-h1 {
    margin-bottom: 1rem;
    font-size: 1.8125rem;
    line-height: 2.5rem;
    color: #333333;
    font-weight: 700;
}

.texto_seo_contenido {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    -webkit-letter-spacing: 0.025rem;
    -moz-letter-spacing: 0.025rem;
    -ms-letter-spacing: 0.025rem;
    letter-spacing: 0.025rem;
    display: block;
    margin-bottom: 1rem;
    margin-left: 2px;
}

.delete-productos-checkout-cart-small {
    position: absolute;
    right: 1px;
}

.ul-aumentar-disminuir-cantidad-cart-small {
    margin: 1px 3px 0 0 !important;
}

.t-btn-dark:hover, .t-btn-dark:focus {
    color: white !important;
    background: black !important;
    border: none !important;
}

/*! CSS Used from: Embedded */
.bloque_estrellas_individual_producto {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
}

.bloque_estrellas_individual_producto_contador_valoraciones {
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    font-size: 0.75rem;
    color: rgb(51, 51, 51);
}

.bloque_estrellas_individual_producto_media_valoraciones {
    width: 90%;
    height: 100%;
    background-position: 0px 100%;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 48.1' enable-background='new 0 0 24 48.1' xml:space='preserve'%3E%3Cpath   fill='%23FFA90D' d='M21.9,32.6C21.8,32.2,21.4,32,21,32h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,32H3c-0.4,0-0.8,0.2-0.9,0.6C1.9,33,2,33.4,2.3,33.7l4.6,4.6L5,44.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,33.4,22.1,33,21.9,32.6z'/%3E%3Cpath fill='%23CCCCCC' d='M21.9,8.6C21.8,8.2,21.4,8,21,8h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,8H3C2.6,8,2.2,8.2,2.1,8.6C1.9,9,2,9.4,2.3,9.7l4.6,4.6L5,20.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,9.4,22.1,9,21.9,8.6z'/%3E%3C/svg%3E");
    background-size: 1rem;
}

.bloque_estrellas_individual_producto_media_valoraciones_full_width {
    width: 100%;
    max-width: 5rem;
    height: 1rem;
    overflow: hidden;
    margin-right: 0.625rem;
    margin-top: -0.125rem;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 48.1' enable-background='new 0 0 24 48.1' xml:space='preserve'%3E%3Cpath   fill='%23FFA90D' d='M21.9,32.6C21.8,32.2,21.4,32,21,32h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,32H3c-0.4,0-0.8,0.2-0.9,0.6C1.9,33,2,33.4,2.3,33.7l4.6,4.6L5,44.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,33.4,22.1,33,21.9,32.6z'/%3E%3Cpath fill='%23CCCCCC' d='M21.9,8.6C21.8,8.2,21.4,8,21,8h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,8H3C2.6,8,2.2,8.2,2.1,8.6C1.9,9,2,9.4,2.3,9.7l4.6,4.6L5,20.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,9.4,22.1,9,21.9,8.6z'/%3E%3C/svg%3E");
    background-size: 1rem;
}

.klYEgb {
    /*display: flex;*/
    margin-bottom: 0.5rem;
}

.button.cart_button:hover {
    background: #000 !important;
}


/*BLACKFRIDAY*/
.SRLfv {
    display: inline-block;
    border-radius: 4px;
    padding: 0.25rem 0.5rem 2px;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(255, 255, 255);
    margin: 0px 0.5rem;
    font-weight: 400;
    background: rgb(255, 255, 255);
    border: 1px solid #e50000;
}

.krGlkX {
    display: inline-block;
    border-radius: 4px;
    padding: 0.25rem 0.5rem 2px;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(255, 255, 255);
    margin: 0px 0.5rem;
    font-weight: 400;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
}

.ehOobG {
    display: flex;
    flex-wrap: wrap;
    left: 0px;
    bottom: 0px;
    width: 100%;
    gap: 0.25rem;
    margin-bottom: 5px;
}

.ehOobG-right {
    display: flex;
    flex-wrap: wrap;
    left: 0px;
    bottom: 0px;
    width: 100%;
    gap: 0.25rem;
    margin-bottom: 5px;
    justify-content: right;
}

.daMEsr {
    width: max-content;
    margin: 0px;
    display: flex;
    gap: 4px;
    padding: 0.25rem 0.5rem;
    flex-direction: row;
}

.fORGuT {
    color: #e50000;
}

.fLglzb {
    color: rgb(0, 0, 0);
}

.gnkIEe {
    font-weight: 400;
    letter-spacing: normal;
    color: rgb(115, 115, 115);
    text-decoration: line-through;
    white-space: nowrap;
}

.line-1 > a:hover {
    color: white !important;
}

.row-0-imp{
    margin: 0 !important;
}

/*etiqueta mas vendido*/

.a-text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
    display: block;
}

.a-spacing-none {
    margin-bottom: 0 !important;
}

.a-section {
    margin-bottom: 22px;
}

.a-badge {
    text-decoration: none;
    display: inline-block;
}

.a-badge .a-badge-label {
    position: relative;
    height: 26px;
    z-index: 1;
    float: left;
}

.a-badge .a-badge-label .a-badge-label-inner {
    line-height: 26px;
    height: 26px;
    font-size: 12px;
}

[data-a-badge-type=status] .a-badge-label {
    max-width: 130px;
    background-color: #232F3E;
    color: #232F3E;
    padding: 0 6px 0 10px;
}

[data-a-badge-type=status] .a-badge-label .a-badge-label-inner {
    color: #fff;
}

[data-a-badge-type=status] .a-badge-label:after {
    content: "";
    width: 10px;
    height: 26px;
    border-right: 10px solid transparent;
    border-top: 26px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -10px;
}

.a-badge[data-a-badge-supplementary-position] {
    float: left;
}

.a-badge:focus[data-a-badge-supplementary-position=right], .a-badge:hover[data-a-badge-supplementary-position=right] {
    width: 100%;
}

.aok-relative {
    position: relative;
}

.puis .a-badge .a-badge-label .a-badge-label-inner {
    font-size: 12px;
}

.s-grid-status-badge-container {
    height: 26px;
    overflow: hidden;
    padding-bottom: 2px;
}

.puis-status-badge-container {
    background: white;
}
/*fin etiqueta mas vendido*/

/*Pago Seguro Footer*/
.c-footer__payment-title{border-bottom:#191919 solid 1px;font-weight:500;font-size:2em;}
.c-footer__payment-list{padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;grid-column-gap:30px;grid-row-gap:0;justify-content:center;}
@media (min-width:768px){
    .c-footer__payment-list{grid-template-columns:repeat(auto-fill,100px);grid-column-gap:45px;}
}
@media (min-width:570px){
    .c-footer__payment-item{max-width:50%;}
}
@media (min-width:768px){
    .c-footer__payment-item{max-width:100%;}
}
.blur-up{opacity:0;}
.blur-up.lazyloaded{opacity:1;}
/*Fin Pago Seguro Footer*/


/*Banner principal con texto*/
@media all {
    #section-slider {
        padding-top: 44px;
        background-color: var(--color_franja_personalizada);
        color: #fff !important;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider {
            padding-top: 0;
        }
    }
    #section-slider.color-black {
        color: #000;
    }

    #section-slider .swiper-banner-principal {
        height: 100%;
    }

    #section-slider .swiper-banner-principal.swiper-banner-principal-initialized .swiper-slide {
        opacity: 1;
    }

    #section-slider .swiper-banner-principal.swiper-banner-principal-initialized .swiper-button-prev, #section-slider .swiper-banner-principal.swiper-banner-principal-initialized .swiper-button-next {
        opacity: 1;
        visibility: visible;
    }

    #section-slider .swiper-banner-principal.swiper-banner-principal-initialized .swiper-button-prev.swiper-button-disabled, #section-slider .swiper-banner-principal.swiper-banner-principal-initialized .swiper-button-next.swiper-button-disabled {
        display: none;
    }

    #section-slider .swiper-banner-principal .swiper-wrapper-banner-principal {
        height: 100%;
    }

    #section-slider .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide {
        position: relative;
        height: 100%;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        flex-flow: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: 0;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide {
            position: relative;
        }
    }
    #section-slider .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title {
        margin-bottom: 88px;
        max-width: 65%;
        text-transform: uppercase;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title {
            max-width: unset;
            padding: 0 \200b 28px;
            margin-bottom: 0;
        }
    }
    #section-slider .swiper-banner-principal .swiper-button-prev, #section-slider .swiper-banner-principal .swiper-button-next {
        color: inherit;
        opacity: 0;
        visibility: hidden;
        top: calc(50% - 7px);
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider .swiper-banner-principal .swiper-button-prev, #section-slider .swiper-banner-principal .swiper-button-next {
            top: calc(50% + 48px);
        }
    }
    #section-slider .swiper-banner-principal .swiper-button-prev:after, #section-slider .swiper-banner-principal .swiper-button-next:after {
        content: "";
        display: none;
    }

    #section-slider .swiper-banner-principal .swiper-button-prev {
        left: 20px;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider .swiper-banner-principal .swiper-button-prev {
            left: 6px;
        }
    }
    #section-slider .swiper-banner-principal .swiper-button-next {
        right: 20px;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider .swiper-banner-principal .swiper-button-next {
            right: 6px;
        }
    }
}

.swiper-banner-principal {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper-banner-principal {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper-banner-principal {
    transform: translate3d(0px, 0, 0);
}

.swiper-banner-principal-pointer-events {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-banner-principal-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-banner-principal-fade .swiper-slide-active {
    pointer-events: auto;
}

@media all {
    #section-slider.bfcm-slide {
        color: #fff !important;
        font-weight: 600;
    }

    #section-slider.bfcm-slide * {
        color: #fff !important;
    }

    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title {
        position: absolute;
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 0;
        text-transform: unset;
        top: 0;
        padding : 5%;
        height: 100%;
        min-width: 100%;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title {
            width: 100%;
        }
    }
    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part {
        display: block;
        text-align: right;
        max-width: 30%;
    }

    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf {
        max-width: initial;
    }

    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf h1 {
        font-size: 4.8rem;
        line-height: .9;
    }
    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf h3 {
        font-size: 3.8rem;
        line-height: .9;
    }

    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf h1:first-child {
        margin-top: 120px;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf h1 {
            font-size: 3.8rem;
            line-height: 1;
        }

        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf h1:first-child {
            margin-top: 20px;
        }
    }
    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions {
        position: relative;
        /* right: 0; */
        /* bottom: 60px; */
        /* padding: 5%; */
        margin-top: 2em;
    }

    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions p {
        font-size: 2vw;
        font-weight: 700;
        line-height: 1;
    }

    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions p:first-child {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions p:last-child {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions {
            bottom: 20px;
        }

        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions p {
            font-size: 20px;
        }

        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions p:first-child {
            font-size: 2rem;
            margin-bottom: 10px;
        }

        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part.pre-bf div.promo-conditions p:last-child {
            font-size: 1.5rem;
            margin-top: 10px;
        }
    }
    @media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part {
            justify-content: flex-start;
            flex-wrap: wrap;
        }
    }
    @media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
        #section-slider.bfcm-slide .swiper-banner-principal .swiper-wrapper-banner-principal .swiper-slide .slide-title .first-part {
            max-width: initial;
        }
    }
    #section-slider.bfcm-slide .swiper-banner-principal .swiper-button-prev.swiper-button-disabled, #section-slider.bfcm-slide .swiper-banner-principal .swiper-button-next.swiper-button-disabled {
        display: none;
    }
}
/*Banner principal con texto FIN*/

#scrollUp{
    display:none !important;
}

@media (max-width: 480px) {

    .dvBAhE {
        padding-left: 0px;
        padding-right: 5px;
        left: inherit;
        right: 0px;
    }

    .widget-app-container {
        padding-bottom: 16px;
        position: absolute;
        bottom: 79px;
    }

    .fTZdEK {
        height: 400px;
        background: rgb(255, 255, 255);
        border-radius: 8px;
        box-shadow: rgb(0 0 0 / 10%) 0px 5px 20px;
        position: relative;
        width: 360px;
        transition: bottom 0.25s ease-in-out 0s;
        margin-left: 24px;
        margin-right: 0px;
    }

}


.jDZoco {
    display: inline-flex;
    align-self: center;
    width: 24px;
    height: 24px;
}

.mAqxU {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
}

.alert-v2-warning {
    border-radius: 4px;
    position: relative;
    padding: 13px 1rem;
    min-height: 48px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 1.5rem;
    border-width: 1px 1px 1px 40px;
    border-style: solid;
    border-color: rgb(223 170 47);
    border-image: initial;
}

.iLjkPr {
    width: 40px;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: -40px;
}

.iTWjpx {
    padding: 0px 1rem;
}

@media (min-width: 62em) {
    .iTWjpx {
        padding: 0px;
    }
}

.goIeYj {
    margin-top: 1rem;
    margin-bottom: 0px;
}
