/*:root {
    --fuente_main: "Open Sans";
    --fuente-main2: "Open Sans";
}*/
:root {
    --fuente_main: 'Inter', sans-serif;
    --fuente-main2: 'Poppins', sans-serif;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px
}

/*@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://innovainformatica.com/fonts-web/OpenSans-400-normal.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}*/
body {
    color: #000;
    font: .875rem/1.5625rem var(--fuente_main),'Open Sans',Arial,'Sans Serif',Helvetica;
    word-wrap: break-word;
    font-weight: 400;
    background: #fff;
    margin: 0;
    width: 100%;
}

a {
    -webkit-text-decoration-skip: objects;
    text-decoration: none
}

*, ::after, ::before {
    box-sizing: border-box
}

a:active,a:link,a:visited {
    color: #545454
}

a:hover {
    color: #000
}

article {
    display: block
}

button {
    cursor: pointer
}

button span {
    float: left;
    margin: 0;
    width: auto
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button;
    color: #fff
}

button:hover {
    background: #109ae6
}

button,input {
    border: 0;
    font: .9rem var(--fuente_main),Arial,'Sans Serif',Helvetica
}

input:focus {
    outline: 0
}

menu {
    display: block
}

h4 {
    margin: 0
}

h4:hover {
    outline: none;
    -webkit-tap-highlight-color: transparent
}

li,ol,ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

#nav-open:hover {
    transition: all .2s ease-in-out;
    transform: rotate(90deg) translate(-0px,-0px)
}

svg:not(:root) {
    overflow: hidden
}

#box-head svg:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

#box-head {
    height: 4rem;
    background: #fff;
    padding: .8rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    min-width: 16.875rem;
    border-bottom: 1px solid #ccc
}

.block_search {
    display: flex;
    width: 60px;
    justify-content: space-between
}

.menu-principal {
    margin-top: .45rem;
    order: 0
}

.searchbox-icon {
    margin-top: .55rem
}

.logo2 {
    width: 80px;
    order: 1;
    margin-top: .6rem;
    image-rendering: -webkit-optimize-contrast
}

.mapa-islas {
    display: none
}

.searchbox-dd {
    width: 100%;
    display: none;
    order: 3;
    background-color: #fff
}

.searchbox-dd form:hover {
    border-color: rgba(82,168,236,.8);
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6)
}

.searchbox-dd input[type=text] {
    padding: 6px;
    width: 100%;
    max-width: 100%;
    line-height: 1.8em
}

.input-holder {
    display: flex;
    border: 1px solid #ccc;
    background-color: #fff
}

.input-holder .btsearch {
    background-color: #fff;
    width: 48px;
    height: 48px
}

.input-holder label {
    display: none
}

.bloque-login-carrito {
    display: flex;
    margin-top: .4rem;
    /* width: 5rem; */
    height: 2.5rem;
    min-height: 2.5rem;
    /* justify-content: space-between; */
}

.login svg {
    /* width: 40px; */
    /* height: 40px; */
}

.bloque-carro {
    width: 35px
}

#id-carrito {
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: .4rem;
    top: -.5rem;
    width: 21px;
    height: 1.55rem;
}

.icon-cart {
    position: relative;
    text-align: center;
    float: left
}

#txt_cart {
    display: none
}

.carro-flotante-cerrado {
    opacity: 0;
    transform: translateX(50%);
    transition: all .5s ease-out;
    visibility: hidden
}

#carro-flotante {
    position: fixed;
    transition: all .3s ease-out
}

#cuerpo {
    margin: 0 auto;
    max-width: 100vw;
    margin-top: 4.3rem;
    min-width: 16.875rem;
    background-color: #fff;
    min-height: 87rem;
    width: 100%;
}

.menu-principal:checked >#col-izquierdo {
    display: block
}

.container-breadcrumb {
    padding: .4rem 0 .6rem;
    min-height: 2rem;
}

.breadcrumb ul {
    margin-left: .8rem
}

.migas-de-pan li {
    display: inline;
    font-size: .9rem
}

.migas-de-pan li:before {
    content: ">"
}

.migas-de-pan li:first-child:before {
    content: ""
}

.breadcrumb li a span {
    padding: .2rem;
    flex-wrap: wrap;
    font-size: 0.75rem;
}

.breadcrumb li:not(:last-child) {
    /* display:none; */
}

.breadcrumb li:nth-child(1),.breadcrumb li:nth-last-child(2) {
    display: inline
}

ul.migas-de-pan li a span:hover {
    background-color: #e0e0e0
}

.row {
    width: 100%
}

#center-col {
    padding: 0 1.25rem;
    display: flex;
    flex-flow: column;
}

.bloque-total {
    display: flex;
    flex-flow: column;
    margin-top: 1.2rem
}

.bloque-imagen {
    -ms-flex-preferred-size: 100%;
    display: flex;
    flex-flow: column;
    width: 100%
}

.blk_img {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    min-height: 16rem;
    max-width: 769px;
    /* filter: brightness(0.95); */
    /* background-color: #fefefe; */
    padding: .4rem;
    max-height: 22rem;
}

.blk_img figure {
    margin: auto
}

.blk_img .zoom-function {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 45px;
    height: 45px;
    z-index: 1;
    display: none
}

.blk_img img {
    width: auto;
    /* height: auto; */
    /* max-width: 100%; */
    max-height: 20rem;
    aspect-ratio: auto;
}

.blk_img img:hover {
    cursor: zoom-in
}

.imagen-normal {
    display: none
}

.my-Slide {
    display: flex;
    overflow-x: auto;
    width: 100%;
    min-height: 16rem;
    height: auto;
    max-height: 22.5rem;
}

.myswiper-slide {
    margin: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 95%;
    height: auto;
    max-height: 20rem;
}

.bloque-imagenes-peke {
    clear: both;
    display: none;
    overflow: auto;
    overflow-x: auto;
    min-height: 7.8rem;
    /* display:flex; */
}

.borde-gris {
    border-top: 1px solid #ccc
}

.foto-peke {
    height: 6.25rem;
    width: 6.25rem;
    min-width: 6.25rem;
    margin: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: .3rem;
}

.foto-peke:hover {
    background-color: #fefefe;
    filter: brightness(0.85)
}

.foto-peke img {
    display: flex;
    max-height: 6rem;
    max-width: 6rem;
    height: auto;
    width: auto
}

.logom {
    max-height: 250px;
    height: auto;
    margin-top: 1.25rem;
    display: none;
}

.logom img {
    max-width: 8rem;
    width: auto;
    height: auto;
    max-height: 6rem
}

.bloque-datos {
    min-height: 25rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    content-visibility: auto;
    contain-intrinsic-size: 320px 700px
}

h1 {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    font-family: var(--fuente-main2)
}

.bloque-left-peke {
    /* float: left; */
    /* width: 100%; */
    display: flex;
    flex-flow: column;
}

.price {
    color: #000;
    /* font-weight: 700; */
    font-size: 1.75rem;
    font-family: var(--fuente-main2);
    /* display: block; */
    /* width: 100%; */
    /* max-width: 100%; */
    border-top: 1px #ebebeb solid;
    /* border-bottom: 1px #ebebeb solid; */
    padding: .976rem 0;
}

.price .dec {
    padding: 0;
    /* font-weight: 700; */
    font-size: 60%
}

.price .igic {
    font-size: .7rem;
    /* margin-top: .5rem; */
    /* color: #000; */
    /* display: block; */
    font-weight: 400;
}

.precio-baja {
    text-decoration: line-through
}

.boton-container {
    /* clear: both; */
    /* float: left; */
    padding: 0 0 1.6rem;
    /* display: flex; */
    overflow: hidden;
    display: flex;
    flex-flow: column;
    margin-top: 4rem;
}

.boton-aviso,.boton-carro,.boton-configurador {
    padding: 0 .625rem;
    word-wrap: break-word
}

.boton-carro {
    background: #b93429;
    border-radius: .3rem;
    color: #fff;
    overflow: hidden;
    display: block;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: .7rem 2rem;
    width: 100%;
    bottom: .1rem;
    /*max-width: 40rem;*/
    max-width: initial;
    transition: all 0.3s ease-in
}

.boton-carro span {
    font-size: 1.1rem;
    width: 100%
}

.boton-carro i {
    fill: #fff
}

.boton-carro:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: rgb(141, 48, 0)
}

.msg_disponibilidad {
    font-size: .9rem;
    max-width: 100%;
    margin: 0 0 .976rem;
    margin-top: 1.6rem;
    /* background-color: #f5f5f7; */
    /* padding: 1.6rem .8rem; */
    display: block;
    padding: .8rem .976rem;
    background-color: #f5f5f5;
    /* margin-left: .976rem; */
}

.pocas_unidades {
    /* padding:.2rem .8rem; */
    /* background-color:#ff6a00; */
    color: #ff6a00;
}

.mas_info {
    color: #fff;
    display: flex;
    background-color: #333;
    border-radius: 50%;
    width: 1.8rem;
    padding-left: .4rem;
    font-weight: 700;
}

.mas_info:hover {
    cursor: pointer
}

#conditions {
    display: none;
    overflow: auto;
    min-width: 60%;
    max-width: 80%;
    max-height: 75%
}

.bloque-2 {
    /* float: left; */
    /* clear: left; */
    font-size: .8125rem;
    border-top: 1px solid #e9e9e9;
    padding-top: .8rem;
    display: flex;
    flex-flow: column;
}

.bloque-datos-carrito {
    width: 100%;
    display: block;
    clear: both;
    float: left;
    font-size: .875rem
}

.conjunto-cars {
    width: 100%;
    display: flex;
    flex-flow: row wrap
}

.bloque-car {
    font-size: .875rem;
    margin-right: 1.25rem;
    padding-left: 10px
}

.fila_datos {
    display: flex;
    flex-flow: row;
    width: 100%;
    padding-bottom: 0.4rem;
    font-size: .875rem;
}

.titulo_dato {
    width: 9.5rem;
    min-height: 1.8rem;
    /* color: #294a69; */
}

.valor_dato {
    max-width: calc(100% - 10.5rem)
}

.valor_dato a {
    color: #0054A3;
    text-decoration: underline
}

.envio_gratis {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .89rem;
    width: auto;
    max-width: 7rem;
    color: #206532;
}

.icono_comparador {
    position: fixed;
    z-index: 2;
    top: 50%;
    right: 0;
    background-color: #f0f0f0;
    height: 40px;
    border-radius: 5px;
    padding: 0.3rem;
    width: 50px;
}

.inf_pr {
    clear: left;
    float: left;
    line-height: 1.65rem;
    width: 100%;
    overflow-x: hidden;
    font-size: .9rem;
    margin-top: 1rem;
    content-visibility: auto;
    contain-intrinsic-size: 320px 700px;
}

.inf_pr h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: .8rem 0;
    font-family: var(--fuente-main2)
}

.inf_pr h3 {
    font-size: 1rem
}

.inf_pr .cabeceraCar {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

.inf_pr .cabeceraCar li {
    display: inline-block;
    float: left;
    list-style: none;
    width: 100%;
    margin: 6px 10px 0 0;
    padding: 5px;
    border: 1px solid #ddd;
    margin-top: 1.6rem
}

.inf_pr .cabeceraCar li b {
    padding: 0 .4rem;
    background: #fbfbfb;
    display: none;
    text-transform: uppercase;
    font-size: .75rem
}

.inf_pr .elementoCar {
    list-style: none;
    margin: 0;
    padding: 0
}

.inf_pr .elementoCar li {
    margin: 0;
    padding: 3px 3px 3px 0;
    margin-top: 2px;
    border: 0;
    margin-left: 15px;
    border-top: 1px solid #e8e8e8
}

.inf_pr .elementoCar li:first-child {
    border-top: 0
}

.inf_pr .elementoCar li:before {
    content: ""
}

.inf_pr .elementoCar li span {
    float: left;
    width: 50%;
    font-weight: 700;
    vertical-align: middle
}

.inf_pr .elementoCar li small {
    float: left;
    text-align: left;
    font-size: .875rem;
    width: 50%
}

.inf_pr .tab-tech-spec .ctn-table {
    background-color: #fff;
    float: left;
    font-size: .9rem;
    margin: 20px 0;
    padding: 18px;
    width: 500px
}

.inf_pr .tab-tech-spec .ctn-table table {
    margin: 10px 0;
    width: 100%
}

.inf_pr .tab-tech-spec .ctn-table table td {
    font-size: .6875rem;
    font-style: italic;
    padding: 5px;
    width: 70%
}

.inf_pr .tab-tech-spec .ctn-table table td.name-tech {
    font-size: .75rem;
    font-weight: 700;
    text-align: left;
    width: 30%
}

.inf_pr .tab-tech-spec .ctn-table table td.title {
    background-color: #85bb23;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-align: left
}

.inf_pr .tab-tech-spec .ctn-table table tr.alternate {
    background-color: #ebf5e7
}

.inf_pr a {
    color: #c00
}

.inf_pr .tinytable a {
    color: #333
}

.inf_pr .tinytable a:hover {
    color: #c00
}

.inf_pr address {
    font-style: normal
}

.inf_pr blockquote {
    font-style: italic;
    padding: 0 0 0 1.5rem
}

.inf_pr dd {
    padding: 0 0 0 1.5rem
}

.inf_pr dl dd {
    margin: 0 0 10px
}

.inf_pr dl dt {
    font-weight: 700
}

.inf_pr dt {
    font-weight: 700
}

.inf_pr em,.inf_pr i {
    font-style: italic
}

.inf_pr ol {
    list-style: decimal outside;
    padding-left: 1.5rem
}

.inf_pr table {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.inf_pr table td {
    color: #333;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    word-break: break-all
}

.inf_pr table tr td,.inf_pr table tr th {
    border-bottom: 1px solid #eee;
    color: #3d4e5d;
    font-size: .9375rem;
    line-height: 1.5rem;
    padding: 8px 5px 6px 15px;
    vertical-align: middle
}

.inf_pr table tr th {
    /* background-color: #e9e9e9; */
    /* text-align: left; */
    /* border-bottom: none; */
    padding-left: .4rem;
    width: 100%
}

.inf_pr table tr td:first-child {
    font-size: .875rem;
    /* font-weight: 700; */
    line-height: 1.5rem;
    padding: 8px 15px 6px 5px;
    text-align: left;
    min-width: 250px
}

.inf_pr ul {
    list-style: disc outside none;
    padding-left: 5px
}

.inf_pr li {
    list-style: disc outside none;
    margin-left: 10px;
    margin-bottom: 6px
}

.inf_pr ul li ul li {
    padding-top: 0;
    list-style-type: circle
}

.inf_pr ul ul ul li {
    padding-top: 0;
    list-style-type: circle;
    margin-left: 15px
}

.inf_pr ul ul ul ul li {
    padding-top: 0;
    list-style-type: disc
}

.inf_pr ul li ul li div {
    display: inline
}

.inf_pr ol ol,.inf_pr ol ul,.inf_pr ul ol,.inf_pr ul ul {
    margin: .3rem .5rem
}

.inf_pr ul.disc {
    list-style: disc outside;
    list-style-image: url(/images/botones/icn-dot-list-red.png);
    margin: 0 0 10px;
    padding-left: 18px
}

.livesearch-grid {
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
    margin-left: 0;
    overflow: auto;
    position: absolute;
    z-index: 1100;
    max-height: calc(100vh - 12rem);
    width: calc(100% - 40px)
}

.livesearch-grid img {
    height: auto;
    max-height: 7.5rem;
    max-width: 7.5rem;
    width: auto
}

.livesearch-grid li {
    padding: .4rem;
    width: 7.5rem;
    flex-basis: 7.5rem;
    display: inline-block;
    margin: .2rem;
    min-width: 14rem;
    border-bottom: 1px solid #ededed
}

.livesearch-grid ul {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    margin-top: 1px;
    padding-left: 7px;
    text-align: left
}

.precio-old-livesearch {
    clear: both
}

#precio-livesearch {
    color: #111;
    margin-top: 0;
    font-weight: 700;
    display: inline-block
}

#precio-livesearch img {
    height: 17px;
    width: 18px
}

ul#livesearch-grid {
    list-style-type: none;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    margin-top: 0;
    overflow-y: auto;
    max-height: calc(100vh - 5rem - 12.7rem)
}

#auth-img {
    float: left;
    height: 7.5rem;
    display: flex;
    align-items: center;
    width: 100%
}

#no-result {
    background: #000;
    padding: .65rem .625rem;
    text-align: center;
    width: 100%
}

#no-result li:hover {
    color: #3d4e5d
}

#no-result ul a {
    text-decoration: none
}

#rest {
    float: left;
    max-height: 5rem;
    line-height: 1.2rem;
    overflow: hidden;
    color: #666;
    width: 100%;
    font-size: .8125rem;
    word-break: break-word
}

#rest:hover {
    color: #000
}

#view-more {
    background: #04756f;
    height: 1.8rem;
    padding: .1rem;
    text-align: center;
    max-width: 100%
}

#no-result,#view-more,#view-more a,#view-more li {
    color: #fff;
    font-size: 1em
}

#view-more:hover {
    background: #28a8da
}

.data-selected {
    background-color: #166f77
}

.header_data_ls {
    background-color: #e0e0e0;
    height: 5.5rem
}

.resultados_data_ls {
    position: fixed;
    left: 25px;
    z-index: 999;
    margin-top: 5px;
    padding: 0 8px
}

.filtrar_datos_ls,.boton-livesearch {
    border-radius: 5px;
    margin-top: 5px;
    margin-right: .8rem;
    cursor: pointer;
    background: #333;
    color: #fff;
    padding: .2rem .6rem;
    position: fixed;
    right: 40px;
    z-index: 100
}

.boton-livesearch {
    width: 30px;
    background-color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0;
    margin-top: 5px;
    right: 3rem
}

.boton-livesearch:hover {
    background: #666
}

.boton-livesearch a:hover {
    color: #fff
}

.filtrar_datos_ls {
    right: 6rem;
    background-color: #e0e0e0;
    color: #333;
    display: flex
}

.categorias-livesearch {
    background: #fefefe;
    font-size: .8rem;
    color: #333;
    float: left;
    text-align: left;
    max-height: calc(100vh - 17.8rem);
    overflow-y: scroll;
    position: fixed;
    width: 15rem;
    margin-top: 5.625rem;
    display: none
}

.categorias-live-listado ul {
    margin-top: 0;
    width: 100%;
    clear: left;
    float: left
}

.categorias-live-listado li {
    width: auto;
    padding: 0;
    margin: 0;
    min-width: initial;
    display: block
}

.categorias-live-listado li a {
    color: #333;
    padding: .6rem;
    font-size: .8rem;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.categorias-live-listado li a:hover {
    background-color: #ccc;
    color: #fff
}

.select-data-ls {
    position: fixed;
    z-index: 100;
    left: 25px;
    width: 260px;
    margin-top: 45px
}

.select-css {
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4rem 2rem .3rem .8rem;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat,repeat;
    background-position: right .7em top 50%,0 0;
    background-size: .65em auto,100%;
    -webkit-appearance: menulist-text
}

@media (min-width: 769px) {
    .icono_comparador {
        right:3rem;
        top: initial;
        bottom: 12rem
    }

    #livesearch-grid li {
        min-width: initial
    }

    .precio-old-livesearch {
        display: inline;
        clear: initial
    }

    .bloque-datos {
        width: 50%;
        margin-left: 2.4rem
    }

    #info_mas_info {
        /* margin-left:.976rem; */
    }

    .categorias-livesearch {
        margin-top: 0;
        min-height: calc(100vh - 9.375rem);
        overflow-x: hidden;
        display: block
    }

    .filtrar_datos_ls {
        display: none
    }

    .breadcrumb li a span {
        font-size: 0.875rem;
        padding: .4rem
    }
}

@media (min-width: 1200px) {
    .categorias-live-listado li {
        display:block
    }
}

.capa-oscura {
    filter: brightness(50%);
    transition: 1s ease
}

.icono-whatssapp img {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 2
}

#col-izquierdo {
    display: none;
    padding: 0;
    position: fixed;
    top: 125px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    transition: transform .2s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    z-index: 10;
    overflow-y: auto;
    height: 100%;
    max-width: 20rem
}

.title-block {
    background: #39569d;
    color: #fff
}

#col-izquierdo:visible > #cssmenu {
    display: block
}

#cssmenu {
    width: 80%;
    background: #fff;
    position: fixed;
    z-index: 1000;
    top: 4rem;
    padding-top: 10px;
    box-shadow: 0 5px 5px 5px rgba(68,68,68,0.3);
    max-height: calc(100vh - 4.1rem);
    overflow-y: auto;
    display: none
}

#cssmenu>ul>li>a {
    display: block;
    padding: .3rem 1.875rem .3rem 1.25rem
}

#cssmenu>ul>li.active {
    border-bottom: none;
    background: #e8e8e8
}

#cssmenu li:last-child,#cssmenu>ul>li.active {
    border-bottom: none
}

#cssmenu>ul>li:first-child {
    display: none;
    height: 0;
    padding: 0;
    margin: 0
}

#cssmenu>ul>li:hover>a {
    background: #333;
    color: #fff
}

#cssmenu li:hover {
    background: #f9f9f9
}

#cssmenu li:last-child {
    border-bottom: none
}

#cssmenu ul ul {
    background-color: #fff;
    display: none
}

#cssmenu ul ul a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: .3rem .625rem .3rem 1.25rem
}

#cssmenu ul ul li:last-child > a {
    border-bottom: none
}

#cssmenu ul ul a:hover {
    background-color: #333;
    color: #fff
}

#cssmenu>ul>li.has-sub>a:before {
    content: "";
    float: right;
    margin-top: 6px;
    transition: all .35s ease-out;
    border: solid #6f6f6f;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg)
}

#cssmenu>ul>li.has-sub.active>a:before {
    transform: rotate(225deg);
    transition: all .35s ease-out
}

.product-related {
    padding: 1.25rem;
    content-visibility: auto;
    min-width: 93%;
    contain-intrinsic-size: 320px 400px;
    width: auto
}

.bloque_prod_vistos {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 1px;
    width: 100%;
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
    margin-top: 2rem;
    float: left
}

.bloque_prod_vistos h3 {
    width: 100%;
    text-transform: uppercase;
    color: #000;
    /* border-bottom: 1px solid #e0e0e0; */
    padding: .4rem 0;
    font-weight: 700;
    font-size: 1.1rem;
    border-top: 1px solid #e5e5e5;
    font-family: var(--fuente-main2)
}

.bloque_prod_vistos h3:before {
    content: ">";
    margin-right: .5rem;
    color: #aaa;
    /* font-size: 1rem; */
    font-weight: 100;
    padding: 0
}

.prod_visto {
    width: 100%;
    height: 6.25rem;
    display: flex;
    margin-bottom: 1.2rem;
    word-break: break-word
}

.prod_visto .nombre {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: auto;
    margin-bottom: .1875rem;
    max-height: 5.25rem;
    overflow: hidden;
    line-height: 1.3rem;
    color: #333;
    text-align: left;
    white-space: normal;
    font-size: .85rem
}

.prod_visto .precio {
    color: #C24E0A;
    font-weight: 700;
    font-family: var(--fuente-main2)
}

.bloque_prod_vistos .prod_visto img {
    display: block;
    width: 100%;
    max-width: 6.25rem;
    object-fit: scale-down;
    max-height: 100%;
    margin-right: .8rem
}

.product-related h3 {
    font-size: 1.1rem;
    border-top: 1px solid #e5e5e5;
}

picture {
    font-size: 0
}

/*
@keyframes upDown {
    0% {
        transform: translate3d(0, 10px, 0)
    }

    50% {
        transform: translate3d(0, 0px,0)
    }

    100% {
        transform: translate3d(0, 10px, 0)
    }
}*/
.block-title {
    float: left;
    width: auto;
    margin-top: .4rem
}

.mensaje {
    color: #1e73be;
    max-width: 100%;
    padding: .8rem;
    display: flex
}

.mensaje a {
    color: #fff;
    text-decoration: underline;
    background: #333;
    padding: .2rem .8rem;
    float: left;
    clear: both;
    width: 100%
}

.mensaje a:hover {
    color: #e0e0e0;
    text-decoration: underline
}

.logo-brand {
    margin-bottom: .8rem;
    max-width: 80px
}

.icono_video {
    margin-top: 0;
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-top: 1.6rem;
    width: 100%
}

.boton-aviso {
    background: #ccc;
    float: left;
    margin: .8rem 0;
    width: 150px
}

.boton-aviso:hover {
    background: #ddd
}

.boton-aviso:hover,.boton-carro:hover,.boton-configurador:hover {
    cursor: pointer
}

.boton-config {
    clear: both;
    margin-top: 1.6rem
}

.boton-configurador {
    background: #fbd303;
    margin: 1.6rem 0
}

.boton-configurador:hover {
    background: #c00;
    color: #fff
}

.boton-container .fa {
    margin-left: 1rem
}

.msg_stock {
    border-bottom: 2px solid #388381;
    font-weight: 700;
    margin-bottom: .8rem;
    display: inline-flex
}

.clase_whatsapp {
    width: 100%;
    vertical-align: middle;
    height: 2.5rem;
    display: flex;
    margin-top: .8rem
}

.clase_whatsapp span {
    margin-top: 0.3rem;
    float: right
}

.linea {
    clear: both;
    width: 100%
}

.title-seccion {
    display: flex;
    padding: .4rem 0;
    width: 100%;
    float: left
}

.cs1 {
    padding: 4px 0;
    margin-top: 2rem;
    float: left;
    font-size: .875rem
}

.titulo-pie {
    display: inline;
    color: #fff;
    font-size: 1.2rem;
    margin: .6rem 0
}

.title-seccion,.title-seccion2 {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .4rem;
    font-size: 1rem;
    /* background-color: #f9f9f9; */
}

.title-seccion2 {
    background-color: #e0e0e0;
    width: 100%;
    padding-left: .8rem;
    font-weight: 100
}

.title-seccion2:before {
    content: ">";
    margin-right: 6px;
    color: #aaa;
    font-size: 1rem;
    font-weight: 100;
    padding: 0
}

.cs2 {
    font-weight: 100;
    position: relative;
    display: block;
    margin-bottom: 0;
    border-bottom: none
}

#icono-carrito svg {
    fill: #333
}

.stock_green {
    color: #fff;
    background-color: #d62d14;
    border-radius: 4px;
    padding: .2rem .8rem
}

.cs3 {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .4rem;
    font-size: 1rem;
    display: block
}

.cs1 {
    margin-top: 1.25rem
}

.cs3:before,.cs1:before {
    content: ">";
    margin-right: 6px;
    color: #aaa;
    font-size: 1rem;
    font-weight: 100;
    padding: 0
}

.short-description,.short-desc2 {
    max-height: 1000px;
    overflow-y: auto;
    font-size: .9rem;
    margin-top: 1.4rem;
    line-height: 1.618rem;
    padding: 0 .976rem .976rem 0
}

.short-desc2 ul {
    margin-left: 1rem
}

.short-description {
    border-bottom: 0;
    padding: .8rem;
    margin-top: .8rem;
    background: #e9e9e9;
    font-size: .875rem
}

.short-desc2 .fondo-letra-blanca {
    border-bottom: 1px solid #ccc;
    color: #833900;
    display: block;
    padding: .2rem
}

.short-desc2 .letra-negrita {
    color: red;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline
}

.short-desc2 p {
    margin-top: .976rem;
    list-style-type: square;
    list-style-position: inside
}

.short-desc2 li {
    margin-bottom: 0.6875rem;
    line-height: 1.25rem;
    list-style-type: square;
}

.texto-peke {
    font-weight: 700;
    text-transform: uppercase
}

.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0
}

.costo-envio-gratis {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    float: left;
    clear: left
}

.costo-envio-gratis img {
    margin-right: 40px;
    margin-top: 1.25rem
}

.envio-gratis-canarias {
    display: flex;
    clear: both;
    color: #166cb1;
    border-bottom: 2px solid #ff6000;
    font-size: 1.0625rem;
    margin-top: .8rem;
    float: left
}

/*
.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}*/
#icecatlive .-bp-container span {
    line-height: 2rem
}

#icecatlive .-icecat-download_bar {
    display: none;
    height: 0;
    opacity: 0
}

#icecatlive .-icecat-info_item {
    display: none;
    height: 0;
    opacity: 0
}

#icecatlive .-icecat-logo {
    display: none
}

#gal_01 img {
    border: 2px solid #fff
}

#icecatlive .-icecat-info_item {
    display: none
}

#precio-articulo {
    display: none
}

.bloque-car-large {
    width: 15rem
}

.bloque-compartir {
    float: left;
    margin-top: .8rem;
    padding: .5rem;
    text-align: right;
    width: 100%
}

.formas_de_pago:hover {
    cursor: pointer;
    background: #eee
}

.formas_de_pago:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    content: "";
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 2px;
    margin-top: 7px;
    transition: all .35s ease-out;
    vertical-align: middle;
    width: 0
}

.bloque-financia {
    clear: left;
    padding: .4rem 0;
    width: 100%;
    float: left
}

.bloque-financia img {
    margin: 0 0 -.3rem
}

.bloque-financia span {
    color: #aaa;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase
}

.bloque-peque {
    float: left;
    margin-top: 2rem;
    padding-bottom: .5rem;
    padding-top: .8rem;
    width: 100%
}

.bloque-precio .fondo-ahorras {
    background: #067aae;
    color: #fff;
    padding: .3rem
}

.bloque-todas-car {
    background: #f0f0f0;
    border-top: 1px solid #fb4e05;
    float: left;
    font-size: .84rem;
    margin-top: .8rem;
    padding: .3rem .5rem;
    width: 100%
}

.cantidad-container {
    clear: left;
    float: left;
    margin-top: .8rem;
    width: 7rem
}

.cart-msg-help {
    float: left;
    margin: .8rem;
    margin-left: 1.6rem
}

.envio-canarias-gratis {
    color: #14bf14
}

.envio-gratuito-canarias {
    background: #9575cd;
    clear: left;
    color: #fff;
    float: left;
    margin-top: 1.5rem;
    padding: .8rem
}

.envio-gratuito-canarias span {
    float: right;
    width: 80%
}

.estimado {
    background: #fbd70e;
    font-size: .8rem;
    padding: .8rem
}

/*
@keyframes backgroundColorPalette {
    0% {
        background: #f92d1e
    }

    50% {
        background: #7b1e17
    }

    100% {
        background: #c82215
    }
}

@keyframes color-transition {
    0% {
        background-color: #4C6085;
        border-color: #4C6085
    }

    33% {
        background-color: #80D39B;
        border-color: #80D39B
    }

    66% {
        background-color: #BE3E82;
        border-color: #BE3E82
    }

    100% {
        background-color: #4C6085;
        border-color: #4C6085
    }
}*/
.etiqueta-especial {
    color: #fff;
    background-color: #791e93;
    font-family: var(--fuente_main);
    font-weight: 700;
    font-size: 1.2rem;
    justify-content: center;
    min-width: 8rem;
    margin-left: 1.2rem;
    height: 1.5rem
}

.centrar {
    display: flex;
    align-items: center
}

.etiqueta-especial:before {
    margin-left: 0;
    padding-left: 10px;
    display: inline-flex;
    width: 0;
    height: 0;
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    margin-bottom: 4px
}

.etiqueta-especial-ahorras {
    background: #00fff8;
    border: 0;
    color: #666;
    display: block;
    font-weight: 700;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px;
    z-index: 2
}

.etiqueta-especial-ahorras:before {
    border-left: 45px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #00fff8;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 21px;
    width: 0
}

.etiqueta-especial-oferta {
    background: rgba(0,0,255,.6);
    color: #fff;
    display: block;
    font-weight: 700;
    padding: .5rem;
    position: absolute;
    right: 30%;
    text-align: center;
    z-index: 1
}

.fancybox-mobile .fancybox-nav span {
    visibility: visible
}

.float-izquierda {
    float: left
}

.full-price {
    float: left;
    font-size: 1.6875rem;
    font-weight: 700;
    width: 11rem
}

.garantia-3-years {
    background: #1ca70e;
    clear: left;
    color: #fff;
    float: left;
    margin-top: .8rem;
    padding: .8rem;
    width: 100%
}

.hilo-nav .navigation-pipe {
    display: inline-block;
    text-indent: -5000px;
    width: 18px
}

.img-responsive {
    display: block;
    float: left;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.inputs {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    height: 25px;
    line-height: 25px;
    margin-top: .4rem;
    padding: 2px 3px;
    width: 180px
}

.inputs2 {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px 2px 2px 2px;
    color: #666;
    margin-bottom: 1rem;
    padding: 12px 7px;
    text-align: center;
    width: 80%
}

.inputs2:hover,.inputs:hover {
    border-color: rgba(82,168,236,.8);
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6);
    outline: 0
}

.lineaproducto {
    border-radius: 5px;
    font-size: .9rem;
    line-height: 20px;
    width: 490px
}

.mensaje_big {
    background: #ff2a00;
    color: #fff;
    padding: .1rem .8rem;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: .8rem
}

.mensaje-envio {
    clear: left;
    color: #000;
    float: left;
    width: 100%;
    padding: .4rem .8rem;
    background-color: #fdead0;
}

.mensaje-navidad {
    background: #75b93c;
    color: #fff;
    margin: .8rem;
    padding: .8rem
}

.mensaje-preinstalacion {
    background: #fff;
    color: #239611;
    float: left;
    font-size: .75rem;
    line-height: 1.4rem;
    margin: .8rem;
    padding: .8rem
}

.mensaje-stock {
    color: #060606;
    background-color: #fde703;
    padding: .1rem .6rem;
    float: left;
    font-style: italic;
    font-weight: 700
}

.message {
    background: #000;
    color: #fff;
    float: left;
    padding: .2rem .4rem;
    margin: .8rem 0;
    width: 100%
}

.icono-stock-si {
    color: #2bc354
}

.n-sign {
    background: url(/images/sprite2.png) no-repeat scroll -127px -30px transparent;
    height: 12px;
    top: 4px;
    width: 12px
}

.otros-componentes table {
    border: 0;
    text-align: center
}

.otros-componentes table img {
    height: auto;
    width: 58px
}

.pasar-carro {
    border-radius: 5px;
    margin-top: 1.2rem
}

.resaltado {
    background: #7f0d0d;
    border-bottom: 3px solid #ccc;
    font-size: .75rem;
    font-weight: 700;
    line-height: 2rem;
    padding: .625rem;
    text-transform: uppercase
}

.boton {
    color: #fff;
    padding: 10px 50px;
    transition: all .35s ease
}

.boton-info {
    background: #a71a1a;
    border-radius: 100%;
    font-size: 1.25rem;
    margin: .4rem;
    padding: 5px 15px
}

.boton:hover {
    background: #ff2a00;
    cursor: pointer
}

.area,.campo,.select {
    border: 1px solid #ccc;
    padding: 10px
}

.campo:hover {
    background: #fff;
    border-color: rgba(82,168,236,.8);
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6);
    outline: 0
}

.sin-stock {
    height: 15px;
    width: 10px
}

.texto-cuota-mensual {
    background: initial;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 20px;
    padding: 0;
    width: 8.5rem
}

.tinytable img {
    max-height: 100px;
    max-width: 100px
}

.titulo-descripcion {
    background: #f0f0f0;
    clear: left;
    color: #000;
    float: left;
    font: 300 .9rem/1.5rem Montserrat;
    margin-top: .8rem;
    padding: .3rem .8rem;
    width: 100%
}

.ultima-unidad {
    background: #f0f0f0;
    margin-bottom: .8rem;
    padding: .3rem .5rem;
    text-align: left
}

.y-sign {
    background: url(/images/sprite2.png) no-repeat scroll -138px -30px transparent;
    height: 12px;
    top: 4px;
    width: 12px
}

td.ds_header {
    background: none repeat scroll 0 0 #ccc;
    color: #000;
    font: 700 1rem Verdana,Arial,Helvetica,sans-serif;
    height: 20px;
    min-width: 65px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

td.ds_label {
    background: #fafafa;
    border-bottom: 1px solid #fff;
    color: #fff;
    font: .8rem Verdana,Arial,Helvetica,sans-serif;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px
}

.titulo-pie {
    display: block
}

.expand {
    width: 100%;
    cursor: pointer
}

.expand:focus {
    outline: 0
}

.expand:after {
    content: "";
    float: right;
    margin-left: 5px;
    margin-top: 6px;
    transition: all .35s ease-out;
    border: solid #c9c9c9;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg)
}

.cs2 {
    /* border-bottom: 1px solid #e0e0e0; */
    font-size: 1rem;
    margin-top: 2rem;
    color: #000;
    padding: .4rem 0;
    font-weight: 700;
    font-style: normal;
    font-family: var(--fuente-main2)
}

.cs2:before {
    content: ">";
    margin-right: .5rem;
    color: #aaa;
    /* font-size: 1rem; */
    font-weight: 100;
    padding: 0
}

.bloque-imagen .logo-brand {
    display: none
}

.block-footer,.block-footer2 {
    width: 100%;
    padding: 0;
    line-height: 2rem
}

.block-footer ul {
    margin-left: .8rem
}

.bloque-peque {
    height: auto;
    margin-top: 0;
    max-width: 100%;
    width: auto
}

.boton-aviso {
    letter-spacing: 2px;
    padding: .625rem;
    text-align: center;
    width: 80%;
    max-width: 20rem;
    border-radius: .8rem
}

.inputs2 {
    margin-bottom: .2rem
}

.pasar-carro {
    height: auto;
    max-height: 19rem
}

.bloque-precio,.precio-articulo {
    display: block;
    float: left;
    text-align: center;
    width: 100%
}

.precio-peke {
    display: flex;
    /* flex-flow: column; */
    margin-bottom: .625rem;
    padding-bottom: .8rem;
    width: 100%;
    /* height: 2.5rem; */
    gap: .7rem;
    font-size: .8rem;
}

.precio-antes {
    display: none;
}

.porcentaje {
    background-color: #2d862d;
    color: #fff;
    padding: .1rem .8rem;
    font-weight: 700;
    font-family: var(--fuente_main);
    /* margin-top: .8rem; */
    /* font-size: 1rem; */
    /* padding: 8px 12px; */
    font-weight: bold;
    border-radius: 5px;
}

.mensaje-stock {
    clear: both;
    display: inline
}

.cerrar {
    float: left
}

.cerrar:hover {
    background: #333;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    color: #fff
}

.cerrar,.ir-carro {
    background: #666;
    border: 1px solid #666;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 1em auto;
    padding: 5px 14px;
    transition: .2s linear;
    width: 120px
}

.ir-carro {
    background: #fff;
    border: 1px solid #666;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    float: right
}

.ir-carro:hover {
    background: #333;
    border: #333;
    color: #fff
}

.overlay-container {
    background: 100%;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5
}

.window-container {
    background: #fcfcfc;
    border: 1px solid #ddd;
    display: block;
    opacity: 0;
    padding: .8rem;
    text-align: left;
    transition: .4s ease-out;
    width: 320px;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.window-container img {
    float: left
}

.window-container .nombre {
    float: right;
    font-weight: 700
}

.window-container .precio {
    float: right;
    color: #ff2a00;
    font-style: italic
}

.window-container h3 {
    background-color: #f0f0f0;
    border-bottom: 2px solid #ccc;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    height: 2rem;
    margin: 0 0 .5em;
    text-align: center;
    width: 100%
}

.window-container-visible {
    opacity: 1;
    transform: scale(1)
}

.inf_pr .cabeceraCar li {
    width: 100%
}

.inf_pr table tr td {
    width: 100%;
    float: left
}

.inf_pr table tr td:last-child {
    border-bottom: 1px solid #ccc
}

.inf_pr p,.inf_pr table,.inf_pr ul {
    margin-left: auto;
    margin-right: auto
}

.inf_pr p {
    margin-top: .8rem
}

.nota-legal {
    padding: .8rem 0
}

.aclara_img {
    opacity: .3
}

#flota-carrito {
    max-height: 18.75rem;
    overflow-y: auto;
    display: flex;
    flex-flow: column;
    z-index: 10
}

.env-carro-flotante {
    border: 1px solid #ccc;
    padding: .8rem;
    z-index: 55;
    background: #fff;
    box-shadow: -5px 5px 15px -3px rgb(0 0 0 / 23%);
    max-height: 31.25rem;
    height: auto;
    width: 18.75rem;
    top: 4.375rem;
    right: 0
}

.foto-carrito-flotante {
    float: left;
    height: 4.6875rem;
    width: 4.6875rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.foto-carrito-flotante img {
    max-height: 4.6875rem;
    max-width: 4.6875rem;
    overflow: hidden
}

.item-foto-flotante-carrito {
    border-bottom: 1px solid #ccc;
    clear: both;
    float: left;
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: .8125rem
}

.item-foto-flotante-carrito:last-child {
    border-bottom: 0
}

.nombre-producto-flotante-carrito {
    float: right;
    margin-left: .8rem;
    width: 10rem;
    height: 4.3rem;
    overflow: hidden;
    line-height: 1.4rem;
    background-color: #e9e9e9;
    padding: .2rem .4rem
}

.precio-producto-flotante-carrito {
    color: #111;
    float: left;
    font-weight: 400;
    padding-top: .5rem;
    clear: left
}

.sumar-carrito {
    float: right;
    height: 23px;
    padding-right: .625rem;
    width: 23px
}

.total-carrito-flotante {
    border-top: 1px solid #ccc;
    font-size: .95rem;
    margin-top: 1rem;
    padding: .8rem 0;
    text-align: right;
}

.gastos-envio-carrito-flotante {
    background-color: #f0f0f0;
    border-radius: 5px 5px 0 0;
    padding: 1rem;
    text-align: right
}

.tramitar-pedido-carrito-flotante {
    background: #ef5602;
    float: right;
    margin: 0 auto;
    padding: .8rem;
    text-align: center;
    width: 17.1875rem
}

.tramitar-pedido-carrito-flotante span {
    color: #fff
}

.tramitar-pedido-carrito-flotante:hover {
    background: #ef3602;
    color: #fff
}

.unidades-carrito-flotante {
    float: right;
    margin-left: .8rem;
    padding-top: .5rem;
    margin-right: .8rem
}

/*
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
*/
.negrita {
    font-weight: 700
}

#product_comments_block_tab div.star:before {
    content: "\f006";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #777676
}

#product_comments_block_tab div.star_on:before {
    content: "\f0a3";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #ef8743
}

#product_comments_block_tab .comment_author_infos {
    clear: both;
    padding-top: 9px
}

#product_comments_block_tab .comment_author_infos strong {
    display: block;
    color: #333
}

#product_comments_block_tab .comment_author_infos em {
    color: #adadad
}

#product_comments_block_tab a {
    text-decoration: none;
    font-weight: 700
}

#product_comments_block_tab span.report_btn {
    cursor: pointer
}

#product_comments_block_tab span.report_btn:hover {
    text-decoration: underline
}

.item .denominacion a:hover {
    color: #000
}

.video_youtube {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding: 0;
    box-sizing: inherit;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 56.25%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.video_youtube iframe,.video_youtube video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video_mp4 {
    width: 100%
}

.item {
    border: 1px solid #fff
}

.item:hover {
    border: 1px solid #ccc
}

.item .chiqui-estimado {
    font-size: .9rem
}

.item .denominacion {
    max-height: 6rem;
    overflow: hidden;
    font-size: .875rem;
    /* text-align: center; */
    border-top: 1px solid #ccc;
}

.item .denominacion h5 {
    font-size: .875rem
}

.item .denominacion a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .4rem 0
}

.item .foto {
    margin: 0 auto;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 10rem;
    width: 10rem;
    position: relative;
    padding-bottom: 1rem;
}

.item .foto img {
    max-height: 100%;
    width: auto
}

.item .foto:hover {
    filter: grayscale(100%)
}

.item .mensaje-peke {
    font-size: .8rem
}

.item .precio {
    font-size: 1.1rem;
    height: auto;
    margin-top: .2rem;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #890d0d; */
    /* padding-top: .2rem; */
    padding-bottom: .8rem;
    /* text-align: center; */
    display: flex;
    flex-flow: column;
    gap: .6rem;
    color: #C24E0A;
    font-family: var(--fuente-main2);
    font-weight: 700
}

.item .porcentaje {
    background-color: #333;
    width: auto;
    border-radius: .8rem;
    margin-top: initial;
    margin: 0 auto;
    display: none;
}

.tachado {
    /* background: no-repeat url(/images-amigables/stroked.svg) 54% 50%; */
    color: #595959;
    width: auto;
    text-decoration: line-through;
}

.item .precio2 {
    font-size: 22px;
    font-weight: 700
}

#pie {
    background: #000;
    border-top: 1px solid #ccc;
    padding: 0 1.25rem;
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
    overflow: hidden;
    min-height: 58rem;
}

#pie .fa,#pie .fab,#pie .fal,#pie .far,#pie .fas {
    color: #ccc
}

.info-pie {
    margin: 0 auto;
    max-width: 98.75rem;
    margin-top: .8rem
}

.info-pie .num-tlf a {
    font-size: 1.2rem;
    font-weight: 700
}

.info-pie .logo_pie {
    margin: 1.25rem auto;
    text-align: center;
    display: flex;
    width: 100%;
    flex-flow: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center
}

.info-pie .logo_pie img {
    margin: .8rem;
    object-fit: scale-down
}

ul.pagos-lista {display:flex;flex-flow:row wrap;justify-content:center}


.info-pie .logo_pie h2 {
    width: 100%;
    color: #fff;
    display: flex
}

.lengueta_pie {
    color: #000;
    padding: 1.25rem;
    background-color: #ccc;
    margin-bottom: 0.8rem;
    border-radius: 0 0 7px 7px
}

.block-footer {
    color: #c9c9c9;
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 1.5rem
}

.block-footer p,.block-footer2 p {
    padding: 0;
    color: #c9c9c9
}

.block-footer div,.block-footer2 div {
    line-height: 1.5rem
}

.block-footer a {
    color: #ddd;
    transition: all .3s linear;
    width: 100%;
    float: left;
    padding: .4rem 0
}

.block-footer a:hover {
    color: #ff7000;
    padding-left: 10px
}

.block-footer li {
    list-style-type: square;
    margin: .5rem
}

.block-footer2 {
    color: #000;
    display: inline-block;
    vertical-align: top
}

.margen-abajo {
    margin-top: 1.6rem
}

.mensaje-pie {
    padding: .8rem
}

.no-js #loader {
    display: none
}

.nota-legal {
    color: #ccc;
    padding: .8rem;
    max-width: 100%;
    margin-top: 1.6rem;
    background-color: #131A22;
    border-radius: 7px 7px 0 0
}

.nota-legal a:hover {
    color: #ff7000
}

.nota-legal h2,.nota-legal h2 a {
    float: left;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .8rem;
    text-transform: uppercase;
    width: 100%
}

.nota-legal h4 a {
    border-bottom: 1px solid #e00000;
    color: #e00000;
    font-size: 1.2rem;
    text-decoration: none
}

.nota-legal a {
    color: #ccc;
    text-decoration: underline
}

.scrollup {
    height: 2.5rem;
    position: fixed;
    width: 2.5rem;
    z-index: 4;
    font-size: 2.5rem;
    display: none;
    cursor: pointer;
    /*bottom: 5rem;
    right: 2.5rem;*/
    bottom: 1.25rem;
    right: 1.25rem;
}

#circle-border {
    fill: none;
  stroke: gold; /* Color del borde */
  stroke-width: 2;
  stroke-dasharray: 126;
    stroke-dashoffset: 126; /* Inicia sin estar visible */
  transition: stroke-dashoffset 0.3s linear;
}

.float-whatsapp {
    position: fixed;
    width: 3.1rem;
    height: 3.1rem;
    bottom: 3.5rem;
    right: 0;
    top: 60%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex
}

.float-whatsapp img {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font-family: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: 400
}

[hidden] {
    display: none
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.capa-cookie {
    background: #000;
    bottom: 0;
    position: fixed;
    z-index: 10;
    opacity: .9
}

.capa-cookie-interna a {
    color: #e67004;
    text-decoration: underline
}

.aceptcookies {
    border: 1px solid;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-left: 25px;
    padding: 1px 10px;
    width: 41px
}

.alert-innova {
    color: #fff;
    padding: 2px 7px
}

.js #loader {
    display: block;
    left: 100px;
    position: absolute;
    top: 0
}

@media (min-width: 320px) {
    #livesearch-grid li {
        width:40%;
        flex-basis: 40%;
        margin-bottom: 1.6rem;
        min-width: initial
    }

    .logo2 {
        width: 125px;
        height: 35px;
        margin-top: 0
    }

    .porcentaje {
        /* margin-top: 0; */
        /* margin-left: .8rem; */
    }
}

@media (min-width: 420px) {
    .precio-peke {
        /* flex-flow: row; */ width: 100%;
        font-size: 1.125rem;
        font-weight: 700;
    }
}

@media(min-width: 480px) {
    .precio-peke,.icono_video {
        width:80%
    }

    #livesearch-grid li {
        width: 12rem;
        flex-basis: 12rem
    }

    #auth-img {
        height: 12rem;
        width: 12rem
    }

    #livesearch-grid img {
        max-height: 12rem;
        max-width: 12rem
    }

    .blk_img {
        width: auto;
    }

    .info-pie .logo_pie {
        flex: 1 1 0;
        flex-flow: row wrap;
        border-top: 1px solid #333
    }
}

@media (min-width: 769px) {
    .breadcrumb {
        flex-grow: 1;
        flex-basis: 0%
    }

    .breadcrumb li:nth-child(2) {
        display: inline
    }

    .precio-peke, .icono_video {
        width: 100%
    }

    .precio-peke {
        /* padding: 0.976rem; */
        /* margin-left: .976rem; */
    }

    .precio-antes {
        display: inline;
    }

    body {
        font-size: .9rem
    }

    .bloque-2 {
        font-size: 0.9270rem;
        padding: .976rem 0;
    }

    h1 {
        /* margin-left: .976rem; */
    }

    .short-description,.short-desc2 {
        font-size: .95rem;
        margin-top: 3.5rem;
        /* padding: .976rem 0; */
        /* padding-left: 0; */
    }

    .float-whatsapp {
        right: 3rem;
        bottom: 3.8rem;
        top: initial
    }

    .float-whatsapp img {
        z-index: 101
    }

    .float-whatsapp::after {
        border-radius: 0 5px 5px;
        margin-left: -.5rem;
        background-color: #25d366;
        color: #fff;
        padding: .6rem
    }

    .menu-principal {
        margin-top: 1.7rem
    }

    .menu-principal:after {
        content: "MENU";
        font-size: .7rem;
        display: flex;
        line-height: .6rem;
        margin-top: .3rem
    }

    .menu-principal:hover:after {
        content: "PICA"
    }

    #box-head {
        height: 6rem;
        padding: 0 2rem;
        max-width: 98.75rem;
        border-bottom: 0;
    }

    .block_search {
        width: 26px;
        display: flex
    }

    .searchbox-icon {
        display: none
    }

    ul#livesearch-grid {
        width: calc(100% - 15.5rem);
        float: right;
        min-height: calc(100vh - 9.375rem - 5rem)
    }

    .resultados_data_ls {
        right: 50px;
        left: initial;
        margin-top: 45px
    }

    .select-data-ls {
        display: block;
        left: 17rem;
        margin-top: 5px
    }

    h1 {
        font-size: 1.25rem;
        line-height: 2rem
    }

    .price {
        font-size: 1.8125rem;
        /* padding: .976rem; */
    }

    .boton-container {
        max-width: -webkit-fill-available;
        margin-bottom: 3rem;
    }

    .boton-carro {
        position: relative;
        z-index: 0;
        bottom: initial;
        width: auto;
        /* margin-left: .976rem; */
    }

    .logo2 {
        margin-top: 1.7rem;
        position: initial;
        /* left: 5rem; */
        display: flex
    }

    .etiqueta-especial {
        margin-left: .8rem
    }

    .searchbox-dd {
        order: 2;
        height: 3.2rem;
        display: block;
        width: 40%;
        max-width: 40%;
        margin-top: 1.2rem;
        padding: 0;
        box-shadow: none;
        border: none;
        position: initial;
    }

    .livesearch-grid {
        position: fixed;
        margin-top: 28px;
        left: 20px;
        max-height: calc(100vh - 9.375rem)
    }

    .icono_comparador {
    }

    .bloque-login-carrito {
        width: 160px;
        margin-top: 1.7rem;
        order: 4
    }

    .header_data_ls {
        height: 5rem
    }

    ul#livesearch-grid {
        margin-top: 0
    }

    #txt_cart {
        display: flex
    }

    .bloque-carro {
        width: 100px
    }

    .login svg,.icon-cart svg:not(:root) {
        width: 55px;
        height: 55px
    }

    #id-carrito {
        left: 0.5rem
    }

    #col-izquierdo {
        display: none;
        top: 80px;
        left: 20px;
        background-color: #fff
    }

    #cssmenu {
        max-width: 17rem;
        top: 6.05rem;
        padding-left: 20px;
        overflow-y: unset;
        max-height: calc(100vh - 6rem);
        height: 100%;
        padding-top: 0;
        letter-spacing: 1px
    }

    #cssmenu>ul>li {
        border-bottom: none
    }

    #cssmenu>ul>li>a {
        padding: .3rem .625rem
    }

    #cssmenu>ul>li.has-sub>a:before {
        border: 0
    }

    #cssmenu>ul>li:hover >ul {
        transform: rotateY(0deg);
        opacity: 1;
        transform: rotateX(0deg);
        visibility: visible
    }

    #cssmenu ul ul {
        display: block;
        left: 100%;
        right: auto;
        z-index: 5;
        position: absolute;
        padding: 0;
        max-width: none;
        top: 0;
        transform-origin: left top;
        transform: rotateY(-90deg);
        transition: all .25s ease;
        width: 500px;
        min-height: 500px;
        opacity: 0;
        box-shadow: 5px 5px 5px 0 rgba(68,68,68,0.3)
    }

    #cssmenu ul ul a {
        border: 0;
        padding: .3rem .625rem
    }

    #cssmenu>ul ul li:hover {
        background-color: #ef5602;
        color: #fff
    }

    #cuerpo {
        margin-top: 6rem;
        min-height: 80rem;
        max-width: 98.75rem;
        padding: 0 .8rem
    }

    #center-col {
        padding: 0;
        /* display: block; */
        width: 100%;
    }

    #center-col h2 {
        overflow: hidden;
        max-width: 100%
    }

    .bloque-total {
        flex-flow: row;
        width: 99%;
        max-width: 61.875rem;
        -ms-flex-flow: row wrap;
        margin: 0 auto;
        margin-top: 1.6rem
    }

    .bloque_info {
        width: 85%;
        margin: 0 auto;
        width: 99%;
        max-width: 61.875rem
    }

    .block-title {
        float: right
    }

    .mensaje-stock {
        clear: both
    }

    .bloque-car {
        margin-bottom: .2rem;
        margin-right: 0;
        padding-top: .4rem;
        padding-right: .4rem
    }

    .bloque-imagen {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        position: sticky;
        top: 6rem;
        height: 100%
    }

    .blk_img {
        height: 27rem;
        /* filter: brightness(0.95); */
        /* background-color: #fefefe; */
        /* max-height: initial; */
        max-height: 27rem;
    }

    .blk_img img {
        max-height: 25rem
    }

    .bloque-imagenes-peke {
        overflow: unset;
        flex-flow: row wrap;
        padding: 0.3rem;
        margin-top: 2rem;
        height: auto;
        display: flex;
        contain-intrinsic-height: 150px;
    }

    .bloque-peque {
        float: left;
        margin-top: 0;
        width: 100%
    }

    .logom {
        display: block
    }

    .window-container {
        width: 600px
    }

    .cerrar, .ir-carro {
        width: 250px
    }

    .centrar {
        justify-content: center
    }

    .cs2:before {
        padding-left: 0;
        vertical-align: middle;
        margin-bottom: 4px
    }

    .inf_pr {
        font-size: 1rem;
        width: 100%;
        overflow: hidden
    }

    .bloque_prod_vistos h3:before {
    }

    .item .denominacion {
        max-height: 6rem
    }

    .item .foto {
        height: 10rem
    }

    .info-pie {
        margin-top: 0
    }

    .block-footer {
        width: 45%;
        margin-top: .6rem
    }

    .block-footer a {
        background: none;
        border-bottom: none;
        width: 100%;
        float: initial;
        padding: 0
    }

    .block-footer2 {
        width: 100%;
        margin-top: .4rem
    }

    .block-footer2 p {
        padding: 0
    }

    .bloque_prod_vistos {
        display: flex;
        max-width: 100%;
        width: 100%;
        margin-top: 3.4rem
    }

    .prod_visto {
        max-width: 18.75rem;
        margin-right: 20px;
        margin-top: .8rem
    }

    .product-related {
        margin: 0 auto;
        width: 100%;
        padding: 0;
        max-width: 61.875rem
    }

    .product-related h3 {
        margin-bottom: .8rem;
        background-color: #fff;
        border-bottom: none;
    }

    .scrollup {
        right: 3rem;
        top: initial;
        bottom: 8rem
    }
}

@media (min-width: 1009px) {
    .precio-peke,.icono_video {
        width:80%
    }

    .precio-peke {
        font-size: 1rem;
        width: 100%;
        border-bottom: 0;
        margin-top: 1.6rem;
    }

    .logo2 {
        width: 196px;
        margin-top: .8rem;
        height: 55px;
        position: initial;
    }

    .categorias-live-listado li {
        display: block
    }

    .resultados_data_ls {
        right: initial;
        left: 17rem;
        margin-top: 8px
    }

    .header_data_ls {
        height: 2.5rem
    }

    .select-data-ls {
        left: 26rem
    }

    #livesearch-grid li {
        margin: .8rem;
        border-bottom: none;
        margin-bottom: 1.6rem
    }

    ul#livesearch-grid {
        min-height: calc(100vh - 9.375rem - 2.5rem)
    }

    #cuerpo {
        padding: 0 1.25rem
    }

    .bloque-1 {
        width: 100%
    }

    .bloque-peque {
        margin-top: 0;
        width: 100%
    }

    .cart-msg-help span {
        font-size: .7rem
    }

    .bloque-imagenes-peke {
    }

    .logom,.etiqueta-especial {
    }

    .item .foto {
        width: 10rem
    }

    .block-footer, .block-footer2 {
        width: 33%
    }
}

@media (min-width: 75rem) {
    .icono_comparador {
        order:3;
        margin-top: 1.3rem;
        z-index: 0;
        position: initial;
        /* top: 0; */
    }

    .bloque-total {
        margin-bottom: 1.25rem;
        width: 90%;
        max-width: 90%
    }

    .bloque_info {
        width: 90%;
        max-width: 90%
    }

    h1 {
        font-size: 1.3rem;
        margin-top: 0;
        margin-bottom: 0
    }

    .mapa-islas {
        height: 79px;
        width: 150px;
        display: flex;
        justify-content: space-between
    }

    .bloque-1 {
        width: 100%
    }

    .block-title {
        padding: 0
    }

    .blk_img {
        height: 33rem;
        min-height: 25rem;
        max-height: 35rem;
        height: auto
    }

    .blk_img img {
        max-height: 33rem
    }

    .bloque-peque {
        clear: left;
        width: 100%
    }

    .bloque-datos {
        max-width: 50%
    }

    .short-desc2 li {
        margin-top: .4rem
    }

    .item .foto {
        height: 11rem;
        width: 11rem;
    }

    .inf_pr {
    }

    .bloque_prod_vistos h3_nosolos {
        text-align: center;
        margin: 0
    }

    .bloque_prod_vistos h3 {
        text-decoration: initial;
        margin: .4rem;
        margin: 0;
        /* background-color: #f2f2f2; */
    }

    .bloque_prod_vistos {
        padding: 0 1.25rem 1.25rem
    }

    .bloque_prod_vistos_nosolos {
        background-color: #fff;
        padding: 0
    }

    .prod_visto {
        padding-left: .8rem;
        width: 18.75rem
    }

    .product-related {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        padding: 1.25rem 1rem
    }
}

@media (min-width: 90rem) {
    .item .foto {
        height: 13rem;
        width: 13rem;
    }
}

@media (min-width: 98.75rem) {
    #box-head {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 100rem) {
    body {
        background-color:#e5e5f7;
        opacity: 1;
        background-image: linear-gradient(#ffffff 2px, transparent 2px), linear-gradient(90deg, #ffffff 2px, transparent 2px), linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, #f6f6fa 1px);
        background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
        background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px
    }

    #box-head {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
    }

    #cuerpo {
        background-color: #fff;
        opacity: 1;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5)
    }

    #cssmenu {
        left: calc( (100vw - 100rem) / 2 )
    }

    .icono_video {
        position: absolute;
        top: 17rem;
        left: calc(50% - 49rem);
        z-index: 2;
        border-top: 0;
        width: auto
    }

    .livesearch-grid {
        max-width: 100rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 19px;
    }

    #livesearch-grid li {
        width: 15rem;
        flex-basis: 15rem
    }

    .resultados_data_ls {
        right: initial;
        margin-left: 18rem;
        left: initial
    }

    .select-data-ls {
        margin-left: 27rem;
        left: initial
    }

    .boton-livesearch {
        right: initial;
        margin-left: 92rem
    }

    #carro-flotante {
        right: initial;
        left: calc(50% + 31rem)
    }

    .item .foto {
        height: 15rem;
        width: 15rem;
    }
}

@media print {
    #center-col {
        float: left;
        margin-left: 0;
        margin-top: 10px;
        padding-top: 10px
    }

    .cuadro-pie, .menu-principal, .ofertas {
        display: none;
        visibility: hidden
    }

    #linea-titulos-tabla, #wrapper, .bloque-login-carrito {
        display: none;
        visibility: hidden
    }

    .no-print {
        display: none;
        visibility: hidden
    }
}

::-webkit-scrollbar {
    width: .8rem;
    background-color: #fff;
    border-color: #b2b2b2
}

::-webkit-scrollbar-thumb {
    width: .8rem;
    background-color: #3a3a3a
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f17317
}

::-webkit-scrollbar-track {
    border-color: #b2b2b2;
    background-color: #fff
}

::-webkit-scrollbar-track:hover {
    border-color: #3a3a3a
}

.bloque-2 .comparar {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
}

.bloque-2 .comparar:hover,.bloque-2 .comparar label:hover {
    cursor: pointer
}

.bloque-mas-almacenes {
    margin-top: 2rem;
    display: flex;
    gap: .4rem;
    margin-bottom: 1.952rem;
    flex-flow: column;
    width: 100%;
    float: left;
}

.otro_producto {
    border-radius: 1rem;
    border: 2px solid #c2c2d3;
    display: inline;
    padding: .8rem;
    margin-right: 0.5rem;
    font-size: .875rem;
    margin-top: .8rem;
}

.otro_producto {
    transition: background-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
}

.otro_producto[data-active="true"] {
    background-color: #f5f5f5;
    border-color: blue;
    color: #000;
    cursor: initial;
}

.otro_producto:not([data-active="true"]) {
    background-color: #fff;
    border-color: #c2c2d3;
    color: #000;
    cursor: pointer;
}



.negrita {
    font-weight: 700
}

@media (hover: hover) and (pointer: fine) {
.otro_producto:hover {
    border-color: blue
}
}
.rojo-dark2 {
    color: #cd1313;
    font-weight: 700
}

.borde_rojo {
    border-bottom: 2px solid #890d0d
}

.rgpd-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    z-index: 1000;
    display: none; /* Oculto por defecto */
    max-width: 100vw;
    width: auto;
}

.rgpd-banner p {
    margin: 0;
    display: inline-block;
}

.rgpd-banner a{color:#fff;text-decoration:underline}

.rgpd-button {
    background-color: #2C632E;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

.rgpd-button:hover {
    background-color: #45a049;
}

@media (min-width: 769px) {
    .msg_disponibilidad {
        /* margin:0 0.976rem .976rem; */
        /* margin-left: .976rem; */
    }

    .bloque_promocion {
        padding: .9776rem
    }

    .bloque-mas-almacenes {
        /* margin-left: 0.976rem; */
        max-width: 100%;
        width: auto;
    }

    .video_youtube{width:85%;margin: 0 auto;}
}

@media (max-width: 768px) {
    .valor_dato {
        width:100%;
        max-width: 100%
    }
}

@media (min-width: 769px) and (max-width:1024px) {
    .fila_datos {
        flex-flow:column
    }

    .valor_dato {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 769px) {
    .msg_disponibilidad {
        /* margin:0 0.976rem .976rem; */
    }

    .bloque_promocion {
        padding: .9776rem;
        background-color: #f5f5f5;
    }

    .bloque-mas-almacenes {
        /* margin-left: 0.976rem; */
    }
}


@media (min-width: 769px) and (max-width:1024px) {
    .fila_datos {
        flex-flow:column
    }

    .valor_dato {
        width: 100%;
        max-width: 100%
    }
}