/*:root {
    --fuente_main: "Open Sans";
    --fuente_main2: "Open Sans"
}*/

:root {
  --fuente_main: 'Inter', sans-serif;
  --fuente_main2: 'Poppins', sans-serif;
}

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

html {
    -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
}*/

article,figure,footer,header,menu,nav,section {
    display: block
}
h1{font-size:16px}

body {
    color: #1f1f1f;
    font: .875rem / 1.5625rem var(--fuente_main),'Open Sans',Arial,'Sans Serif',Helvetica;
    word-wrap: break-word;
    margin: 0;
    font-weight: 400;
    background-color: #fff;
    width: 100%;
}

a:active,a:link,a:visited {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #000
}

a:focus,button:focus,select:focus {
    outline: 0
}

button {
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border: 0
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

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

button:hover {
    background: #e66012
}

select {
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fff
}

select option {
    padding: 2px 5px
}

.select-css {
    font-size: .9375rem;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
    padding: .4rem 2rem .3rem .8rem;
    max-width: 100%;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
    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;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.select-css::-ms-expand {
    display: none
}

.select-css option {
    font-weight: 400
}

img,img:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    border: 0
}

input[type=checkbox] {
    cursor: pointer
}

.grupo_atributos label input[type=checkbox],#stock_canarias input[type=checkbox],#ver_atributos input[type=checkbox],.checkbox-custom {
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    border-radius: .3rem;
    appearance: none;
    border: 1px solid #999;
    transition: background-color 0.3s ease-in-out;
}

.grupo_atributos label input[type=checkbox]:hover{border:2px solid blue}

.grupo_atributos label input[type=checkbox]:checked,#stock_canarias input[type=checkbox]:checked,#ver_atributos input[type=checkbox]:checked,.checkbox-custom:checked {
    background-color: rgb(72 162 236);
    border: none
}

legend {
    padding: .8rem 0;
    font-weight: 100;
    text-align: left;
    font-size: .875rem;
    width: 100%
}

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

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

input:focus {
    outline: 0
}

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

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

svg:hover {
    cursor: pointer
}

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

#box-head {
    height: 4rem;
    background: #fff;
    /* padding: 0 .8rem; */
    padding: 0 1.25rem;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
    display: flex;
    z-index: 5;
    top: 0;
    position: fixed;
    border-bottom: 1px solid #ccc
}

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

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

.menu-principal span {
    font-size: .7rem;
    margin-left: .2rem
}

.logo {
    height: 35px;
    margin-top: .8rem;
    width: 125px
}

.searchbox-dd {
    /*    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 4rem;
    padding: .4rem 1.25rem;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15)
*/
    width: 100%;
    position: absolute;
    z-index: 2;
    margin-top: 3.6rem;
    padding: .4rem 1.25rem;
    left: 0;
    display: none;
}

.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] {
    border: 0;
    padding: 6px;
    width: 100%
}

.input-holder label,[hidden] {
    display: none
}

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

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

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

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

#bloque-login-carrito {
    margin-top: 1.2rem;
    display: flex;
    height: 2.1rem;
    /* right: .8rem; */
}

.bloque-carro {
    width: 35px;
    height: 2rem;
}

.icono_comparador {
    margin-top: .8rem;
    position: fixed;
    top: 10rem;
    right: 0;
    background-color: #f0f0f0;
    height: 45px;
    border-radius: 5px;
    padding: 0.3rem
}

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

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

.aclara_img {
    opacity: .3
}

.livesearch-grid ul {
    margin-left: .3125rem;
    margin-right: .3125rem;
    text-align: left;
    margin-top: .0625rem;
    padding-left: .4375rem
}

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

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;
    overflow-y: auto;
    max-height: calc(100vh - 5rem - 12.7rem)
}

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

.boton-livesearch {
    width: 30px;
    background-color: #333;
    border-radius: 50%
}

.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;
    height: calc(100vh - 17.7rem);
    overflow-y: scroll;
    overflow-x: hidden;
    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;
    border: none;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed
}

.categorias-live-listado li a {
    color: #333;
    padding: .6rem;
    margin: 0
}

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

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

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

#auth-img {
    float: left;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (min-width: 769px) {
    .livesearch-grid li {
        min-width:initial;
        flex-basis: 7.5rem
    }

    .icono_comparador {
        margin-top: 1.2rem
    }

    .categorias-livesearch {
        margin-top: 0;
        display: block;
        border-top: 1px solid #e0e0e0;
        height: calc(100vh - 10.2rem)
    }

    .filtrar_datos_ls {
        display: none
    }
}

@media (min-width: 1200px) {
    ul#livesearch-grid {
        border-top:1px solid #e0e0e0
    }
}

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

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

#txt_cart {
    display: none
}

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

.precio-old-livesearch {
    clear: both
}

.container {
    padding: 0 .8rem;
    margin-top: 4rem;
    display: block
}

#col-izquierdo {
    padding: 0;
    z-index: 5;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    height: 100vh;
    display: none;
    max-width: 14rem;
    position: fixed;
    right: 0;
    box-shadow: 0 5px 5px 5px rgb(68 68 68 / 30%)
}

.col-izquierdo-cerrado {
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s linear;
    visibility: hidden
}

.fondo-clicable {
    z-index: -1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition: background-color .2s ease-out 0s;
    display: block;
    background-color: rgba(0,0,0,.6)
}

.left-block {
    overflow: hidden;
    padding: .5rem 1.25rem;
    margin-bottom: 1.25rem
}

#col-izquierdo p {
    margin: 0
}

.left-block ul {
    margin-top: 10px
}

.left-block li {
}

.left-block>ul>li:before {
    margin-left: .8rem
}

.left-block li a {
    padding: 0.2rem 0.5rem;
    display: block
}

.left-block li :hover {
    background: rgb(230, 245, 253) ;
    cursor: pointer
}

#panel-boletin .campo {
    margin: .625rem .625rem .625rem 0;
    width: 95%
}

.titulo-categoria {
    padding: 0 0.4rem;
    font-weight: 700;
    font-size: .95rem;
    border-bottom: 3px solid #f35316;
    font-family: var(--fuente_main2)
}

.titulo-categoria_fab {
    margin: 0 .4rem;
    padding: 0 0.4rem;
    font-size: .95rem;
    font-weight: 700;
    border-bottom: 3px solid #f35316;
    font-family: var(--fuente_main2)
}

.title-block {
    background: #e66012;
    color: #fff;
    margin-top: .8rem;
    display: block;
    margin-left: 0
}

.panel-basico {
    font-size: 1.2rem;
    border: 1px solid #e8e8e8
}

.panel-basico .panel-basico-pie {
    float: left;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 200px
}

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

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

.hover-diagonal:hover:after {
    left: 300%;
    transition: all 1.5s ease 0.1s
}

.hover-diagonal {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.hover-diagonal:after {
    position: absolute;
    content: "";
    width: 50px;
    transform: skewX(-50deg);
    bottom: 0%;
    left: -110%;
    height: 100%;
    background-color: rgba(255,255,255,0.20)
}

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

#cssmenu>ul>li:first-child {
    display: none
}

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

#cssmenu li:hover {
    background: #f9f9f9
}

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

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

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

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

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

#cssmenu>ul>li.has-sub.active {
    background-color: #ddd
}

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

.conf-lateral {
    border-radius: 15px;
    float: right;
    height: auto;
    width: 100%
}

#box-banner-home-medio {
    width: 100%
}

.image_main {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0.8rem;
    overflow: hidden;
    margin-bottom: 1.6rem;
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 18.75rem;
    min-height: 80px
}

#box-banner-home-medio h2 {
    margin: 0
}

#box-banner-home-medio h1 {
    font-weight: 700;
    font-family: var(--fuente_main2);
    font-size: 1.5rem;
}

#box-banner-home-medio h1 small {
    color: #555;
    font-size: 1rem
}

#box-banner-home-medio .img-categoria-general {
    width: 100%;
    display: none
}

.miga-pan ul {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    font-size: .8125rem;
    overflow: auto;
    white-space: nowrap;
    margin: .4rem;
    margin-left: 0
}

.breadcrumb li {
    margin: .3rem
}

.breadcrumb li:first-child {
    padding-left: 0;
    margin-left: 0
}

ul.breadcrumb li a {
    color: #000;
    padding: .4rem;
    padding-left: 0
}

ul.breadcrumb li:first-child a {
    padding-left: 0
}

ul.breadcrumb li a:hover {
    background-color: #ccc
}

.breadcrumb li a span {
    padding-left: .6rem
}

ul.breadcrumb li+li:before {
    content: ">";
    padding-left: .2rem
}

ul.breadcrumb li:first-child a span {
    padding-left: 0
}

ul.breadcrumb li:last-child a span {
    padding: .2rem .5rem;
    text-transform: uppercase
}

.coment-corto {
    max-height: 15.625rem;
    min-height: 7rem;
    overflow-y: auto;
    font-size: .7rem;
    margin-top: .8rem;
    display: none
}

.coment-corto a {
    color: #ff2a00
}

.coment-largo {
    width: 100%;
    display: block;
    float: left;
    margin-top: 5rem;
    padding: 1.25rem;
}

.coment-largo h3 {
    font-size: 1.3rem
}

.coment-largo ul,.coment-largo ol {
    margin-left: 2rem
}

.coment-largo li {
    list-style-type: disc;
    margin-bottom: 1.25em
}

.product-related {
    display: flex;
    background-color: #fff;
    overflow-x: auto;
    height: 27rem;
    max-width: 100%;
    width: auto;
    clear: both;
    /* margin: 1.25rem; */
    margin-top: 2rem;
    margin-bottom: 2rem
}

.product-related article {
    width: 11rem;
    margin: .5rem;
    height: 19.90rem;
}

.h1_class_related {
    line-height: 1.8rem;
    font-weight: 700;
    font-size: 1.5rem;
    width: 100%;
    padding: .4rem .8rem;
    color: #333
}

.product-related article .foto {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    filter: brightness(0.93);
    background-color: #fefefe;
    /* width: 11.625rem; */
    /* height: 11.625rem; */
}

.product-related article img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding: .6rem;
    display: flex;
}

.product-related article .denominacion header h4,.product-related article .denominacion,.product-related article .denominacion header span {
    /* display: block; */
    font-weight: 700;
    margin-top: .8rem;
    margin-bottom: .8rem;
    max-height: 3rem;
    overflow: hidden;
}

.product-related article .precio {
    font-size: 1rem
}

.product-related article .precio .porcentaje {
    color: #CC0C39
}

.product-related article .precio .tachado {
    text-decoration: line-through;
}

.product-related::-webkit-scrollbar {
    width: 12px;
}

.product-related::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 12px;
}

.product-related::-webkit-scrollbar-thumb {
    background-color: #3c4a59;
    border-radius: 12px;
}

@media (min-width: 769px) {
    .product-related {
        height:30.5rem;
        background-color: #f9f9f9;
        padding: .8rem;
    }

    .product-related article {
        width: 16.875rem;
        height: 24rem;
    }

    .product-related article .foto {
        width: 15.625rem;
        height: 15.625rem;
    }
}

#stock_canarias {
    display: flex;
    width: 12rem;
    margin-left: 1.25rem;
}

#stock_canarias span {
    font-weight: 700;
}

#stock_canarias input {
    margin: 0
}

#ver_atributos {
    display: none
}

.imagen-categoria span {
    font-size: 1.5rem;
    margin: initial;
    width: 40%
}

.categorias {
    display: inline-block;
    margin: .8rem 0;
    width: 100%;
    background-color: #fff;
    padding: .4rem;
    overflow: auto;
    white-space: nowrap
}

.categorias .header_cat {
    height: 2.5rem;
    border-bottom: 1px solid #f0f0f0
}

.categorias a {
    padding: .2rem .6rem;
    margin: .2rem;
    display: inline-block;
    font-size: .8125rem;
    text-wrap: wrap;
    width: auto
}

.categorias span {
    text-align: left;
    float: left;
    background-color: #065D7A;
    padding: .3rem .6rem;
    color: #fff;
    font-size: .8125rem
}

.categorias legend {
    padding: 0
}

.categorias h2 {
    margin-top: .8rem;
    font-size: .875rem;
    margin-left: .8rem
}

.categorias>div {
    display: inline-block;
    margin: .8rem 0 1px;
    overflow: hidden;
    padding: .2rem;
    position: relative;
    vertical-align: top;
    margin-left: .6rem;
    height: 11.5rem;
    width: 45%;
    text-align: center
}

.categorias>div a {
    height: 3rem;
    color: #333
}

.categorias>div img {
    height: auto;
    left: 50%;
    max-height: 70%;
    max-width: 70%;
    position: absolute;
    top: 65%;
    transform: translate(-50%,-50%);
    width: auto;
    border-radius: 50%;
    filter: brightness(0.95)
}

#boton-vista {
    margin: 1.25rem;
    display: flex;
    gap: 10px;
}

#boton-vista .boton-cuadricula {
    width: 2rem
}

#boton-vista .boton-lista {
    width: 2.2rem
}

.botonera {
    height: auto
}

.botonera fieldset {
    border: 0;
    padding: 0
}

.acti_submenu {
    font-weight: 700;
    margin-left: 50px;
    background-color: #1D5C81;
    color: #fff;
    padding: .5rem .4rem;
    position: fixed;
    top: 7rem;
    right: 0;
    z-index: 2;
    font-size: .8rem;
    border-radius: .4rem 0 0 .4rem
}

.acti_submenu:hover {
    cursor: pointer;
    background-color: #f70
}

.logos-fabricantes {
    -ms-flex-pack: center;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
    max-height: 60rem;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}
.logos-fabricantes input[type=checkbox]{margin-right:.6rem}
.logos-fabricantes label input[type=checkbox]:hover{border:2px solid blue}

.logos-fabricantes h2 {
    font-weight: 300
}

.logos-fabricantes ol {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: flex-start;
    padding: .4rem
}

.logos-fabricantes li {
    padding: .5rem 0;
    font-size: 0.9rem;
    display: flex;
}

.logos-fabricantes li:hover {
    background-color:#f5f5f5
}

.logos-fabricantes li label {
    display: flex
}

.logos-fabricantes li label:hover{cursor:pointer}


.bloque-marcaFAB {
    margin: .8rem
}

.pagination {
    margin: 2.50rem 1.25rem;
    display: inline-block
}

.pagination ol {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: flex-start;
    font-size: 1rem
}

.pagination li {
    margin: .625rem;
    width: 3rem
}

.pagination li a {
    display: flex;
    font-size: .8125rem;
    transition: all .3s linear;
    width: 3rem;
    height: 3.2rem;
    align-items: center;
    justify-content: center
}

.pagination b {
    padding: 16px;
    color: #fff;
    background: #000
}

.pagination a:hover {
    color: #fff;
    background: #ccc;
    font-weight: 700
}

.results {
    /* float: left; */
    background-color: #f0f0f0;
    padding: 1.25rem;
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-bottom: 1.25rem;
}

.resultados {
    clear: both;
    margin: 1.25rem
}

#id-opciones {
    margin-left: .625rem;
}

#boton-ordena {
    padding-top: 0;
    margin-right: .8rem;
    text-align: center;
    /* margin-top: 0; */
    /* padding-top: 0; */
}

.product-filter {
    overflow: auto;
    /* line-height: 27px; */
    width: 100%;
    margin-top: 1.25rem;
    /* float: left; */
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333
}

.cart {
    display: none
}

.pr-grid {
    flex: 1 1 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    float: left;
    justify-content: space-evenly;
    padding-bottom: .8rem
}

.pr-grid article {
    position: relative;
    height: 26rem;
    margin: 0 auto;
    margin-top: 1rem;
    background-color: #fff;
    padding: 0;
    transition: all .3s cubic-bezier(0,0,.5,1);
    content-visibility: auto;
    contain-intrinsic-size: 300px 400px;
    
}

@media (hover: hover) and (pointer: fine) {
.pr-grid article:hover {
    transform: scale(1.01);
    ;box-shadow: 2px 4px 12px rgb(0 0 0 / 20%)
}
}

.pr-grid article label {
    display: none;
    position: absolute;
    bottom: 0;
    opacity: .7;
    z-index: 1;
    background-color: #000;
    color: #fff;
    width: 100%;
    cursor: pointer
}

.pr-grid h2 {
    line-height: 1.25rem;
    overflow: hidden;
    font-size: .875rem;
    color: #000;
    font-weight: 400;
    max-height: 6.3rem
}

.pr-grid h2:hover a {
    color: #c45500
}

.pr-grid article article label {
    display: none
}

.pr-grid article:hover label {
    display: block
}

.pr-grid article:hover h2 {
    background-color: #fff
}

.pr-grid figure {
    margin: 0;
    height: 15.9375rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: .6rem; */
    /* filter: brightness(0.93); */
    /* background-color: #fefefe; */
    border-bottom: 1px solid #ccc;
    /* padding: 0; */
}

.pr-grid img {
    object-fit: scale-down;
    width: 100%;
    max-height: 100%;
    /* content-visibility: auto; */
    /* contain-intrinsic-size: 200px 200px; */
}

.pr-grid article:nth-child(even) img.lazyloaded {
}

.pr-grid article:nth-child(odd) img.lazyloaded {
}

.pr-grid a span {
    display: none
}

.pr-grid .price {
    color: #ff662e;
    padding: .1rem 0;
    max-width: 12rem;
    margin-top: .8rem;
    /* font-weight: 700; */
    font-size: 1.2rem;
    font-family: var(--fuente_main2)
}

.pr-grid .rojo-dark {
    font-weight: 400;
    color: #BF0019;
}

.pr-grid .price .dec {
    padding: 0;
    margin-top: -.2rem;
    font-size: 65%;
    /* font-weight: 700; */
}

.percent {
    color: #fff;
    background-color: #000;
    padding: .1rem .4rem;
    font-weight: 700;
    width: auto;
    min-width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    display: flex;
    border-radius: 50% 50% 0% 50%;
    text-align: center;
    font-family: var(--fuente_main2);
    justify-content: center;
    align-items: center;
    /* left: -.6rem; */
    /* border-radius: 50%; */
}

.pr-grid .price-old {
    color: #666;
    font-size: .8rem;
    text-decoration: line-through;
    margin-bottom: .4rem;
    margin-left: .8rem;
    font-weight: 300
}

.sin_stock {
    color: #595959;
    display: block;
    font-size: .8rem;
    line-height: 1.2rem
}

.envio_gratuito {
    color: #000;
    background-color: #f7eecd;
    padding: .1rem .4rem;
    border-radius: .4rem;
    font-size: .85rem
}

.pack_cars {
    color: #fff;
    font-size: .75rem;
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
    margin-top: .8rem
}

.comparar {
    margin-top: .8rem
}

#no-result ul a,.contact-dd .col2 div a:hover,.contact-dd .col2 p a:hover em {
    text-decoration: none
}

a.link-elegido:link,a.link-elegido:visited {
    color: #333;
    font-weight: 700
}

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

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

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

.campo:hover,select:hover {
    background-color: #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)
}

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

.elegido {
    opacity: 1
}

.env-carro-flotante {
    border: 1px solid #ccc;
    padding: .8rem
}

.etiqueta-especial-destacado:before {
    background: rgba(0,255,0,.8);
    content: "DESTACADO";
    display: block;
    font-weight: 700;
    padding: 9px 0 7px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1
}

.etiqueta-especial-destacado:hover:before {
    content: "DESTACADO";
    cursor: pointer
}

.etiqueta-especial-oferta:before {
    background: #b39ddb;
    color: #fff;
    content: "OFERTA";
    font-size: .6875rem;
    font-weight: 700;
    padding: 0 8px;
    position: absolute;
    width: 65px;
    z-index: 1
}

.etiqueta-especial {
    background: #fff;
    border: 1px solid #466020;
    color: #466020;
    text-align: center;
    border-radius: 0.4rem;
    padding: 0.1rem 0.4rem;
    font-weight: 700
}

.label-gratis:before,.label-promo:before {
    font-weight: 700;
    padding: 0 8px;
    position: absolute;
    z-index: 1;
    font-size: .8rem;
    left: 1.6rem
}

.label-promo {
    background: #d62d14;
    color: #fff;
    padding: .2rem .6rem;
    text-align: center;
    font-weight: 700;
    border-radius: .3rem
}

.label-stock {
    background: rgba(255,27,3,.6);
    color: #fff;
    padding: 0 8px;
    position: absolute;
    z-index: 1;
    font-size: .8rem;
    right: 10px;
    top: 10px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase
}

#pie {
    background: #000;
    color: #c9c9c9;
    border-top: 1px solid #ccc;
    content-visibility: auto;
    contain-intrinsic-height: 800px
}

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

.info-pie {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}

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

.info-pie .logo_pie img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: scale-down;
    margin: 0.8rem
}

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

.info-pie span {
    border-top: none
}

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

.nota-legal span {
    color: #fff
}

#newsletter,#return-newsletter {
    color: #fff;
    padding: 0 .8rem;
    max-width: 1580px;
    width: 100%
}

#return-newsletter {
    border-bottom: 1px solid #eee;
    padding-bottom: .8rem
}

#return-newsletter a {
    color: #ccc
}

#return-newsletter a:hover {
    color: #ff7000
}

.bloque-info-pie {
    padding: .8rem 0;
    width: 33%;
    flex-basis: 33%
}

.titulo-pie {
    display: inline;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--fuente_main2)
}

.bloque-info-pie div,.bloque-info-pie2 div {
    line-height: 1.5rem
}

.bloque-info-pie li {
    line-height: 1.4rem;
    list-style-type: none;
    color: #ccc;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    width: 100%;
    float: left;
    padding: 0.4rem .8rem
}

.bloque-info-pie2 {
    color: #ccc;
    width: 33%;
    flex-basis: 33%;
    padding: .8rem 0
}

.bloque-info-pie a {
    color: #c9c9c9;
    transition: all .3s linear;
    width: 100%;
    float: left;
    padding: 0 1rem
}

.bloque-info-pie a:hover {
    color: #ff7000;
    padding-left: 10px
}

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

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

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

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

.alert-innova {
    border-color: #fff;
    color: #fff;
    margin-top: 5px;
    padding: 2px 7px
}

.capa-cookie {
    background-color: #000;
    bottom: 0;
    height: auto;
    padding: .4em;
    position: fixed;
    width: 100%;
    z-index: 10
}

.capa-cookie-interna a {
    color: #e67004;
    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;
}

.cerrar {
    float: left
}

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

.cerrar,.ir-carro {
    background: #0070c9;
    border: 1px solid #0070c9;
    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 #0070c9;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    float: right
}

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

.logueado {
    background: #ff2a00;
    border-radius: 50%;
    color: #fff;
    padding: 7px 6px
}

.logueado:hover {
    background: #e62903
}

.mueve-left-vista {
    margin-left: 1.2rem;
    margin-top: -1rem
}

.no-elegido {
    opacity: .4
}

.no-elegido:hover {
    cursor: pointer;
    opacity: 1;
    color: #ee4d00;
    fill: #f70
}

.no-hay-datos {
    clear: left;
    margin-left: .8rem;
    margin-top: 2rem
}

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

.no-mostrar {
    display: none
}

.resaltado {
    background: #7f0d0d;
    border-bottom: 3px solid #ccc;
    color: #fff;
    font: 700 .75rem/2rem Roboto,Lato;
    padding: .625rem;
    text-transform: uppercase
}

.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: 700;
    height: 2.5rem;
    margin: 0 0 .5em;
    padding: .5rem;
    text-align: center;
    width: 100%
}

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

.zoomout {
    transform: scale(.7)
}

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

[type=checkbox],[type=radio] {
    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
}

#newsletter input[type=email] {
    width: 80%;
    max-width: 400px;
    float: left
}

#newsletter [type=submit] {
    background-color: #2fb5d2;
    color: #fff
}

#newsletter [type=submit]:hover {
    background-color: #ccc;
    cursor: pointer
}

#newsletter input[type=checkbox] {
    padding: 10px;
    margin: 10px;
    transform: scale(3);
    margin-right: 2rem;
    float: left
}

.expand {
    padding: 5px;
    padding: 0 1rem 0
}

.expand:focus {
    outline: 0
}

.expand,.titulo-pie {
    display: block
}

.titulo-pie:hover {
    cursor: pointer
}

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

.bloque-info-pie,.bloque-info-pie2 {
    width: 100%;
    flex-basis: 100%;
    line-height: 2rem;
    padding: 0;
    color: #c9c9c9
}

.bloque-info-pie p, .bloque-info-pie2 p {
    padding: .8rem
}

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

    .pr-grid article {
        flex-basis: 47%;
        width: 47%
    }

    .pr-grid figure {
        height: 10.125rem
    }

    .pr-grid figure img {
        height: 10.625rem
    }
}

@media (min-width: 320px) and (max-width:480px) {
    .pr-grid article {
        height: 27rem;
    }

    .pr-grid .price .percent {
        margin-left: 0;
        position: absolute;
        right: 0;
        display: block
    }
    .results{padding:.8rem 0}
    .resultados{display:flex;flex-flow:row;gap: 0;margin: .8rem 0;align-items: center;justify-content: center;}
    .resultados label,.resultados span{display:none}

    .product-filter{width:auto;margin-top:0;}
}

@media (min-width: 480px) {
    ul#livesearch-grid {
        margin-left:.8rem
    }

    .pr-grid h2 {
    }

    .cart {
        top: 13.7rem
    }

    .categorias>div {
        width: 35%
    }

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

    #livesearch-grid li {
        width: 12rem;
        flex-basis: 12rem;
        margin-bottom: 1.6rem;
        min-width: initial
    }

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

    .pack_cars {
        top: 13.5rem;
        right: initial;
        left: 0;
        flex-flow: row;
        align-items: baseline
    }

    .pr-grid article {
        height: 29rem;
    }

    .pr-grid figure img {
        height: auto;
        display: flex
    }

    .pr-grid figure {
        height: 15.625rem
    }

    .sin_stock {
        margin-top: .4rem;
        /* border-top: 1px solid #e0e0e0; */
        padding-top: .4rem;
    }

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

@media (min-width: 600px) {
    .categorias>div {
        width:30%
    }
}

@media (min-width: 769px) {
    .precio-old-livesearch {
        display:inline
    }

    #cuerpo {
        max-width: 112.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .icono_comparador {
        position: initial;
        /* top: 0; */
    }

    .pack_cars {
        font-size: .95rem;
        padding: 0 0.4rem;
        /* background-color: #FAFAFA; */
        /* padding: 0; */
        margin-top: 0;
    }

    .image_main {
        min-height: 150px
    }

    #stock_canarias {
        margin-left: 0
    }

    .pr-grid {
        padding: .4rem
    }

    .pr-grid h2 {
        font-size: 0.875rem;
        max-height: 5rem;
        padding: .2rem .4rem;
        /* background-color: #fafafa; */
    }

    .pagination ol {
        display: flex;
        flex-direction: row;
        flex-flow: row wrap;
        justify-content: flex-start;
        font-size: 1rem;
        background-color: initial;
        gap: .8rem
    }

    .pr-grid article {
        height: 31rem;
        flex-basis: 47.5%;
        width: 47.5%;
        /* padding: .4rem .6rem; */
        /* border-right: 1px solid #e9e9e9; */
        /* border-bottom: 1px solid #e9e9e9; */
    }

    .pr-grid figure {
        /* filter: brightness(1); */
        /* background-color: #fff; */
        height: 22rem;
    }

    .pr-grid figure img{max-width:85%;max-height: 85%;}

    .sin_stock {
        padding: .4rem;
        /* border-top: none; */
        /* background-color: #fafafa; */
        margin-top: 0;
    }

    .categorias {
        overflow: unset;
        white-space: unset
    }

    #box-head {
        height: 6rem;
        padding: 0 2rem;
        box-shadow: none;
        border-bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 112.5rem
    }

    .sticky {
        position: fixed;
        display: block;
        -webkit-animation: none;
        animation: none;
        box-shadow: none
    }

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

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

    .searchbox-icon {
        display: none
    }

    .logo {
        margin-top: 1.7rem;
        position: initial;
        left: 5rem
    }
    .block_search{width:2rem}

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

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

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

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

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

    #bloque-login-carrito {
        margin-top: 1.7rem;
        /* width: 10rem; */
        /* justify-content: space-between; */
    }

    .bloque-carro {
        width: 6.6rem;
    }

    #txt_cart {
        display: block;
        font-size: .85rem;
    }

    .box-menu {
        display: block;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
        background: #333;
        min-height: 40px;
        width: 100%
    }

    .imagen-configurador-nav {
        border-radius: 10px;
        float: right;
        height: 200px;
        width: 117px
    }

    .container {
        max-width: 112.5rem;
        margin: .8rem auto;
        flex: 1 1 0;
        display: flex;
        flex-direction: row;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin-top: 6rem;
        padding: 0
    }

    #col-izquierdo {
        box-shadow: none;
        display: block;
        float: left;
        position: relative;
        width: 15rem;
        overflow-x: initial;
        height: 100%;
        padding: .4rem;
        z-index: 0
    }

    .left-block {
        padding: .3rem .6rem
    }

    .left-block ul {
        margin-top: 0
    }

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

    #cssmenu>ul>li>a {
        padding: 0.2rem .625rem;
        font-size: .9rem
    }

    #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 {
        transform-origin: left top;
        transform: rotateY(-90deg);
        transition: all 0.25s ease;
        width: 500px;
        min-height: 300px;
        overflow-y: auto;
        opacity: 0;
        display: block;
        left: 100%;
        right: auto;
        z-index: 5;
        position: absolute;
        padding: 0;
        max-width: none;
        top: 0;
        border-top: 1px solid #e9e9e9;
        box-shadow: 5px 5px 5px 0 rgba(68, 68, 68, 0.3)
    }

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

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

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

    .panel-basico {
        background: #fff
    }

    .title-block {
        margin-top: 0
    }

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

    #cssmenu ul {
        height: max-content;
        overflow-y: auto;
        max-height: 100%
    }

    #box-banner-home-medio {
        width: calc(100% - 16.25rem);
        margin-left: .5rem
    }

    #box-banner-home-medio h1 {
        margin: .8rem;
        margin-left: 0;
        line-height: 2rem
    }

    .miga-pan ul {
        margin-left: 0;
        font-size: 0.9375rem;
        flex-flow: row wrap
    }

    .breadcrumb li {
        margin-left: 0
    }

    .categorias>div {
        width: 31%
    }

    .categorias .header_cat {
        width: 100%
    }

    .imagen-categoria span {
        width: 40%
    }

    .coment-corto {
        max-height: none;
        min-height: 5rem;
        font-size: .85rem;
        display: block;
        margin-bottom: 1.6rem
    }

    #boton-vista {
        margin-left: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .acti_submenu {
        display: none
    }

    .results {
        border-bottom: 1px solid #ccc;
        display: initial;
        float: left;
        text-align: left;
    }

    .select-css {
        font-size: 1rem
    }

    .bloque-marcaFAB {
        height: 2rem
    }

    .pagination {
        float: right;
        max-width: 100%;
    }

    .pagination li a,.pagination li b {
    }

    .pagination li {
        margin: .3125rem
    }

    .results > span,.resultados > span {
        padding: .2rem;
        padding-left: 0;
        float: left;
        /* display: initial; */
    }

    .resultados {
        margin: unset;
        clear: none;
        float: left;
        display: flex;
        flex-flow: column;
        width: 100%;
        margin-top: 1.25rem;
        /* align-content: flex-start; */
    }

    .resultados > span {
        padding: .6rem
    }

    #boton-ordena {
        float: left;
        /* margin-left: 1.25rem; */
        width: 100%;
        text-align: left;
        /* width: 23rem; */
    }

    .product-filter {
        width: auto;
        margin-top: 0;
        /* float: none; */
        /* display: flex; */
        /* float: right; */
        text-align: left;
        margin-top: 1.25rem;
    }

    .pr-grid .price {
        padding: .4rem 0.4rem;
        font-size: 1.25rem;
        /* background-color: #fafafa; */
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .pr-grid .price-old {
        font-size: 1rem
    }

    #pie {
        width: auto
    }

    .info-pie {
        margin: 0 auto;
        width: 95%
    }

    .bloque-info-pie ul {
        margin-left: -.8rem;
        background: #fff
    }

    .bloque-info-pie {
        padding: .8rem 0;
        width: 33%;
        flex-basis: 33%
    }

    .bloque-info-pie2 {
        width: 33%;
        flex-basis: 33%;
        padding: .8rem 0
    }

    .bloque-info-pie a {
        background: none;
        border-bottom: none;
        width: initial;
        float: initial;
        padding: 0
    }

    .bloque-info-pie li {
        background: #fff
    }

    .bloque-info-pie p, .bloque-info-pie2 p {
        padding: 0
    }

    .titulo-pie:hover {
        cursor: initial
    }

    .titulo-pie:after {
        content: "";
        border: 0
    }

    .window-container {
        width: 600px
    }

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

@media (min-width: 1009px) {
    .logo {
        width:196px;
        margin-top: .8rem;
        height: 55px;
        position: initial;
    }

    .categorias>div {
        width: 23%
    }

    .imagen-categoria span {
        width: 40%
    }

    .resultados {
        width: auto;
        float: right;
        margin-top: 0;
    }

    .product-filter {
        text-align: right;
        line-height: 2.2rem;
        float: right;
        margin-right: 1.25rem;
    }

    .pr-grid article {
        flex-basis: 31%;
        width: 31%;
        margin-top: 2rem;
        height: 33.5rem;
        padding: 0;
    }

    .pagination li {
        margin: 0.3125rem;
        width: 3rem;
        flex-basis: 3rem
    }

    ul#livesearch-grid {
        min-height: calc(100vh - 9.375rem - 3.2rem);
        border-top: none
    }

    .header_data_ls {
        height: 2.5rem
    }

    .select-data-ls {
        left: 430px
    }

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

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

@media (min-width: 1200px) {
    .image_main {
        min-height:220px
    }

    .pr-grid figure img {
        height: auto
    }

    #box-banner-home-medio {
        width: calc(100% - 18rem);
        margin-left: 2rem;
        margin-right: 2rem
    }

    .categorias {
        overflow: unset;
        white-space: unset
    }

    .results {
        border-bottom: 0
    }

    .resultados {
        flex-flow: row
    }

    #boton-ordena {
        text-align: right;
        margin-right: 3.25rem;
    }

    .product-filter {
        display: flex;
        margin-top: 0;
        float: right;
        width: 20rem;
        /* text-align: left; */
        flex-flow: row;
        margin-right: 0;
    }

    .pr-grid article {
        height: 36rem;
        flex-basis: 28%;
        width: 28%;
    }

    .pr-grid h2 {
        line-height: 1.25rem;
        max-height: 6.5rem
    }

    #ver_atributos {
        display: flex;
        margin-left: 0;
    }

    #ver_atributos input {
        /* margin-left:0; */
        /* padding: 0; */
        margin: 0;
    }

    #ver_atributos span {
        font-weight: 700;
        margin-left: 0
    }
}

@media (min-width: 100rem) {
    body {
        opacity:1
    }

    #cuerpo {
    }

    .container {
        margin-top: 6rem
    }

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

    .pr-grid article {
        flex-basis: 23%;
        width: 23%;
    }

    .pagination li {
        margin: 5px;
        width: 48px
    }

    .pr-grid figure img {
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

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

    #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
    }
}

@media (min-width: 112.5rem) {
    #carro-flotante {
        right: 0;
        left: calc(50% + 37rem);
    }
}

@media print {
    #box-banner-home-medio {
        float: left;
        margin-left: 0;
        margin-top: 10px;
        padding-top: 10px
    }

    #col-izquierdo {
        width: 0
    }

    #bloque-login-carrito,#col-izquierdo,.botonera,.menu-principal,.no-print {
        display: none;
        visibility: hidden
    }
}

#precio-livesearch {
    color: rgb(17,17,17);
    font-weight: 700;
    clear: both
}

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

.precio-old-livesearch {
    clear: both
}

#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: 4.5rem;
    overflow: hidden;
    color: #666;
    line-height: 1.4rem;
    width: 100%;
    word-break: break-word;
    text-overflow: ellipsis
}

#rest:hover {
    color: #000
}

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

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

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

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

.precio-producto-flotante-carrito {
    color: rgb(17,17,17);
    float: left;
    padding-top: .5rem;
    clear: left;
    font-weight: 400
}

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

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

#carro-flotante {
    top: 70px;
    background-color: #fff;
    box-shadow: -5px 5px 15px -3px rgba(0,0,0,.23);
    height: auto;
    max-height: 500px;
    position: fixed;
    right: 0;
    transition: all .3s ease-out;
    z-index: 55;
    width: 18.75rem
}

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

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

.foto-carrito-flotante img {
    max-height: 75px;
    max-width: 75px;
    overflow: hidden
}

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

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

.total-carrito-flotante {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding: .8rem;
    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 span {
    color: #fff;
    display: block;
    font-weight: 100
}

.tramitar-pedido-carrito-flotante {
    background-color: #ef5602;
    float: right;
    font-weight: 700;
    margin: 0 auto;
    padding: .8rem;
    text-align: center;
    width: 100%
}

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

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

::-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
}

.pagination li {
    width: 3rem;
    height: 3.2rem;
    overflow: hidden;
    border-bottom: none;
    background-color: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    background: #fff
}

.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 */
}

.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
}