@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    a:hover {
        text-decoration: none;
    }
    .container-max {
        padding: 0 16px;
    }

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

    .txt-left-m {
        text-align: left;
    }

    .txt-right-m {
        text-align: right;
    }

    /*****************************  HOME  ***********************/
    .capsula-banner {
        display: block;
        height: 140px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

    .capsula-spec {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.1)40%, rgba(0, 0, 0, 0.7)100%);
        padding: 0 15px 15px 15px;
        margin: 0px;
    }

    .capsula-spec h3 {
        color: #fff;
    }

    .capsula-box-item {
        display: inline-block;
        width: 31%;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0px;
    }

    .capsula-box-item::after {
        display: none;
    }

    .capsula-box-item img {
        max-width: 86%;
        margin: 7%;
        position: relative;
        width: auto;
        height: auto;
    }

    .capsula-box-item:nth-child(2) {
        margin: 0 2% 2% 2%;
    }

    .capsula-box-row.simple {
        padding: 15px 10px 10px 10px;
    }

    .capsula-box-row.simple .capsula-box-item {
        width: 18%;
    }

    .capsula-box-row.simple .capsula-box-item img {
        width: 80%;
    }

    .capsula-img-item {
        position: relative;
    }

    .capsula-img-item img {
        width: 80% !important;
        margin: 15px 0 !important;
    }

    .mascara-gris {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .03;
    }

    .titulo-bloque {
        border: 0 !important;
    }
    .titulo-bloque a{
       font-size: 1rem;
    }

    .separador {
        height: 30px;
    }

    .btn-banner {
        display: block;
        border-radius: 8px;
        overflow: hidden;
    }


    .tit-1 {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0 15px;
    }

    .tit-1 .tit-1-section {
        font-size: 22px;
    }

    .copete-1 {
        margin-top: 10px;
    }

    .swiper-products h4 {
        font-size: 13px;
    }

    .swiper-container .swiper-slide {
        padding: 0 5px;
    }

    .swiper-container .swiper-slide a {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .slide-producto-home .titulo-pp {
        height: 55px;
        font-size: 18px !important;
    }

    .slide-producto-home .offer-title-banner-m {
        background-color: #fff82c;
        color: #6ea0df;
        font-weight: 700;
        padding: 0 10px;
        font-size: 10px;
        text-align: center;
    }

    .swiper-next,
    .swiper-prev {
        top: 0;
        bottom: 0;
        width: 30px !important;
        height: 45px !important;
    }

    .swiper-next i,
    .swiper-prev i {
        top: 0px;
        bottom: 0;
    }

    .container-banners-category .titulo-banner-category {
        font-size: 12px !important;
    }

    .container-banners-category .swiper-slide .bajada-lmb {
        display: none !important;
    }

    .pastilla-bajo-banner-m {
        font-size: 10px;
        color: #666;
        margin-top: 12px;
    }

    .pastilla-bajo-banner-m a {
        color: #666;
        padding: 0 10px;
        font-size: 10px;;
        line-height: 12px;
    }

    .pastilla-bajo-banner-m span {
        display: block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #fff;
        height: 60px;
        width: 60px;
        margin: 10px auto 8px auto;
        font-size: 24px;
        line-height: 59px;
        color: #666;
        box-shadow: 0px 1px 2px #999;
    }

    .bloque-blanco {
        padding: 0px !important;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 20px;
        overflow: hidden;
        border: 0px;
        -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    }

    .bloque-blanco.banner-half {
        padding: 20px !important;
    }

    .bloque-blanco.banner-half h4 {
        font-size: 23px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .titulo-bloque {
        font-size:16px;
        padding: 2% 4% 3% 4%;
        border-bottom: 1px solid#eaeaea;
    }

    .ver-mas-bloque {
        padding: 2% 4% 3% 4%;
        display: block;
        font-size: 16px;
        border-top: 1px solid #eaeaea;
        margin:0;
        text-align: center;
    }
    .ver-mas-bloque h1{
        font-size: 16px;
        margin:0;
    }
    .ver-mas-bloque i {
        float: left;
        display: block;
        color:black;
        font-size: 22px;
    }
    .banner-tipografico .ver-mas-bloque i {
        float: right;
        margin-top: 2%;
        display: block;
        color: #007bff;
        font-size: 23px
    }
    
    .grilla-4 a {
        display: inline-block;
        width: 50%;
        padding: 4%;
        border-bottom: 1px solid #eaeaea;
    }

    .grilla-4 a:nth-child(2n) {
        border-left: 1px solid #eaeaea;
        margin-left: -5px;
    }

    .grilla-4 a h4,
    .bloque-blanco a h4 {
        font-size: 13px !important;
        display: block;
        height: 18px;
        overflow: hidden;
        color: #666;
        margin: 5px 0;
    }

    .grilla-4 a img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .grilla-4 .free-shipping {
        display: none;
    }

    .grilla-4 .precio {
        font-size: 16px;
        margin: 0px;
    }

    .bloque-blanco .swiper-products {
        border-bottom: 1px solid #eaeaea;
    }

    .bloque-blanco .swiper-products .swiper-slide {
        border: 0px !important;
        padding: 20px 0 15px 0;
    }

    .bloque-blanco .swiper-products .swiper-slide:hover {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .bloque-blanco.spec-module-mobile {
        padding: 15px !important;
        border-radius: 0;
    }

    .bloque-blanco.spec-module-mobile .swiper-products {
        border-bottom: 0;
    }

    .offer-title.ahora-blanco {
        background: transparent;
        color: #118CC3;
        position: relative;
        top: 3px;
        left: 3px;
    }

    .offer-title.ahora-blanco::before {
        display: none;
    }

    .offer-title.ahora-blanco p {
        padding-left: 21px;
    }

    .offer-title p::before {
        width: 20px;
        height: 20px;
        left: 2px;
        top: 1px;
    }

    .subtit-banner-cs {
        font-size: 12px;
        font-weight: 300;
        color: #666;
    }

    .banner-tipografico .ver-mas-bloque {
        color: #007bff;
        text-align: left;
    }

    .banner-tipografico .icono-mayor {
        margin: 25px 0 15px 0 !important;
    }

    /*****************************  LISTADO PRODUCTOS  ***********************/
    #filtro-categorias {
        margin-top: 24px;
    }

    #filtro-categorias h1 {
        font-size: 16px;
        text-align: center;
        padding: 0% 4% 0% 4%;
    }

    #filtro-categorias h1 span {
        position: relative;
        padding-right: 12px;
    }

    #filtro-categorias ul {
        margin: 0px 0px 25px 0px;
        font-size: 13px;
        text-align: center
    }

    #filtro-categorias ul li {
        line-height: 35px;
    }

    #filtro-categorias ul li a {
        color: #666;
    }

    #filtro-categorias .ver-mas-bloque {
        position: relative;
        color: #333;
    }

    #filtro-categorias .ver-mas-bloque a {
        color: #333;
    }

    #filtro-categorias .ver-mas-bloque i.fas {
        display: block;
        font-size: 15px;
        position: absolute;
        top: 3px;
        right: 0px;
        height: 10px;
        line-height: 3px;
        transition: all 200ms linear 0s;
    }

    #filtro-categorias .ver-mas-bloque[aria-expanded="true"] i.fas {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all 200ms linear 0s;
    }

    #filtro-categorias .ver-mas-bloque[aria-expanded="false"] i.fas {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 200ms linear 0s;
    }

    #filtro-categorias .back-filtro {
        position: absolute;
        left: 11px;
        top: 7px;
        height: 45px;
        width: 28px;
        text-align: left;
    }
    #filtro-categorias .container-category-name-icon i {
        position: absolute;
        transform: rotate(270deg);
        margin: 0;
        line-height: 37px;
        font-weight: 400;
        padding-left: 10px;
        right: 4%;
        top: 16%;
    }   
    #filtro-ordenar {
        margin: 0px auto;
        color: #0000EE;
        background-color: transparent;
        border: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        &:focus{
            outline:none;
        }
    }

    #filtros-mobile {
        color: #0000EE;
        border: 0;
        background-color: transparent;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        &:focus{
            outline:none;
        }
    }

    .stats-result {
        line-height: 12px;
        margin: 0 0 8px;
    }

    .wrapper-filters-m{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .line-separator{
        width: 1px;
        background: #ccc;
        height: 20px;
    }

    .filtros-listado {
        background: #fff;
        width: 84%;
        margin: 0 4%;
        position: fixed;
        z-index: 300;
        border: 1px solid #0000EE;
        bottom: 2%;
        padding: 12px 10px 12px 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .3);
        font-size: 13px;
        transition: all ease-in-out .4s;
    }

    .filtros-listado a {
        color: #0067a1;
    }

    .filtros-listado i {
        font-size: 18px;
    }

    .filtros-listado svg {
        fill: #0067a1;
        width: 18px;
    }

    .filtros-nuevo-ofertas-m{
        margin: 0 4%;
    }

    .menu-filtros-mobile {
        background-color: #fff;
        bottom: 0;
        font-size: 14px;
        left: -80%;
        position: fixed;
        top: 0;
        transition: left 0.2s ease-out 0s;
        width: 80%;
        z-index: 4000;
    }
    .offer-title::before {
        top: 22px;
    }
    .offer-title p {
        font-size: 10px;
        margin: 5px;
    }
    .content-listado .tag-cm{
        top:103px;
        width: 35px;
        left: 77%;
    }
     .cucarda-outlet-listados, .cucarda-usados-listados {
        top: 13.5px !important;
        right: -9px !important;
        width: 91px;
        position: absolute;
    }

    .cucarda-nueva-oferta-listados {
        top: 5.5px !important;
        right: 7px !important;
        width: 91px;
        position: absolute;
    }
    
    .cucarda-picantes-listados{
        top: 17px !important;
        right: -9px !important;
        width: 91px !important;
        position: absolute;
    }
    .item-m .bloque-blanco {
        display: block;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }

    .item-m:nth-child(even) .bloque-blanco {
        margin-left: 10px;
    }

    .item-m:nth-child(odd) .bloque-blanco {
        margin-right: 10px;
    }

    .item-m img {
        max-width: 75%;
        margin: 0 auto;
        display: block;
    }

    .item-m .precio {
        font-size: 20px;
        margin-top: 5px;
        text-align: center;
    }

    .item-m .free-shipping {
        text-align: center;
    }

    .item-m h2 {
        font-weight: normal;
        font-size: 12px;
        margin: 5px 0;
        height: 45px;
        line-height:15px;
        color: #444;
        overflow: hidden;
        text-align: center;
    }

    .item-m .codigo-producto {
        font-size: 9px;
        margin-top:8px;
    }

    .item-m .precio-anterior {
        font-size: 12px;
    }

    .item-m .badge-success {
        color: #00a650;
        font-weight: normal;
        background: transparent;
    }

    .item-content {
        padding: 0 5% 7% 5%;
        position: relative;
        margin-top: 5px;
    }

    .item-content .hlt {
        line-height: 18px;
        font-size: 11px;
    }

    .colores-m {
        color: #666;
        background: rgb(255, 255, 255);
        border-radius: 8px;
        padding: 0 5px 1px 5px;
        font-size: 12px;
        border: 1px solid #eaeaea;
        top: -25px;
        left: 1px;
        text-wrap: nowrap;
        width: auto;
    }

    .content-products .offer-title.tag12.sin-interes p::before {
        background: url("https://d1blmgc4psac6k.cloudfront.net/images/vector/tag3-sin-interes.svg?v=0.1") no-repeat center;
        width: 90px;
    }

    /***    Vista Lista ***/
    .content-products.lista {
        background-color: #fff;
    }

    .lista .item-m.col-6 {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .lista .bloque-blanco {
        margin: 0 !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px;
        border-bottom: 1px solid #eaeaea;
        padding:30px 0 0 0 !important;
    }

    .lista .item-m img {
        max-width: 23%;
        margin: 5px 10px 0 10px;
        float: left;
    }

    .lista .item-m .cucarda-outlet-listado, .lista .item-m .offer-title,.lista .item-m .cucarda-picantes-listados{
        margin: 0;
        max-width: 48px;
    }

    .lista .item-m h2 {
        text-align: left;
    }

    .lista .item-content {
        width: 65%;
        float: right;
        margin-top: -20px;
        text-align: left;
        padding-left: 0;
    }

    .lista .item-m .free-shipping {
        text-align: left !important;
    }

    .lista .codigo-producto {
        display: none;
    }

    .lista .colores-m {
        top: 40px;
        right: 15px;
        left: auto;
    }

    .box-outline {
        border: 1px solid #007bff;
        position: relative;
        padding: 20px 10px;
    }

    .box-outline .close-box {
        font-size: 20px;
        font-weight: 600;
        color: #555;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    /*****************************  PASADORES PRODUCTO  ***********************/
    .swiper-slide .precio {
        font-size: 18px;
        margin-top: 10px;
    }

    .swiper-slide .discount {
        font-size: 14px;
        margin: 0px !important;
        letter-spacing: 0px;
    }

    /*****************************  DETALLE PRODUCTO  ***********************/
    body.product .legales {
        padding-bottom: 80px;
    }

    .detalle-producto {
        margin-top: 0px;
        padding-top: 10px;
    }
    .breadcrumb{
        margin-top: 2rem;
        padding: 0 1rem;
    }
    .breadcrumb-m {
        padding: 15px 15px 35px 0px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    .items-medios {
        color: #999;
        font-size: 12px;
        text-align: initial;
    }

    .items-medios h5 {
        font-size: 16px;
        color: #555;
    }

    .items-medios .btn-link {
        padding-left: 0px;
        font-size: 12px;
    }

    #detalle-imagen {
        position: relative;
        margin: 0 -15px;
        padding-top: 0px;
    }

    #detalle-imagen .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .swiper-detalle .swiper-slide {
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .swiper-detalle .swiper-slide img {
        max-width: 95%;
        height: 320px;
    }

    .swiper-detalle .sin-interes p::before {
        background: transparent url("https://d1blmgc4psac6k.cloudfront.net/images/vector/tag3-sin-interes.svg?v=0.1") no-repeat center;
        border: 0px solid;
        width: 90px;
    }

    #swiper-fs {
        background-color: rgba(0, 0, 0, .9);
    }

    #swiper-fs .swiper-slide img {
        max-width: 100%;
        height: auto;
    }

    .detalle .discount {
        color: #39B54A;
        font-size: 18px;
        display: inline-block;
        padding-left: 5px;
    }

    .detalle .precioproducto {
        font-size: 30px;
        line-height: 30px;
        display: inline-block;
        letter-spacing: -1px;
        padding-right: 10px;
    }

    .detalle .precioproducto.precio-especial {
        font-weight: 300;
        font-size: 24px;
    }

    .detalle .precioproducto.precio-especial span {
        font-weight: 300;
        font-size: 20px;
    }

    .item-detalle-m {
        width: 100%;
        text-align: left;
        padding: 0;
        background-color: #fff;
        font-size: 16px;
        font-weight: 600;
        color: #666;
        border: 0;
        position: relative;
        transition: all 200ms linear 0s;
        margin-bottom: 6px;
    }

    button.item-detalle-m {
        display: block;
        padding: 15px 0 15px 0px;
        margin: -15px 0 -15px 0px;
    }

    .item-detalle-m i {
        position: absolute;
        right: 0px;
        top: 10px;
        font-size: 32px;
        transition: all 200ms linear 0s;
        color: #999;
    }

    .item-detalle-m.collapsed i {
        transition: all 200ms linear 0s;
    }

    .item-detalle-m[aria-expanded="true"] i {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all 200ms linear 0s;
    }

    .item-detalle-m.collapsed .item-detalle-m[aria-expanded="false"] i {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 200ms linear 0s;
    }

    .container.detalle .precio-anterior {
        display: inline-block;
    }
    .direccion{
        font-size: 14px;
    }
    .link-blue-more-info .a_enviar i{
        font-size:16px;
    }
    .btn-share {
        height: 35px;
        border-top: 1px solid #ccc;
        line-height: 45px;
        font-size: 20px;
        color: #444;
        text-align: center;
        display: block;
        text-decoration: none;
        margin-top: 20px;
        margin: 24px -15px 0 -15px;
    }

    .separador-marca {
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .logo-marca-detalle {
        background-repeat: no-repeat;
        background-size: auto 50px;
        background-position: 0px center;
        height: 25px;
    }

    #favorites {
        font-size: 32px;
        color: #999;
        cursor: pointer;
        display: none;
    }

    #favorites i {
        display: block;
        position: absolute;
        top: 0px;
        right: 35px;
    }

    #favorites .heart-filled {
        transition: all 200ms ease-in-out 0s;
        opacity: 0;
    }

    #favorites.active .heart-empty {
        transition: all 200ms ease-in-out 0s;
        opacity: 0;
    }

    #favorites.active .heart-filled {
        opacity: 1;
        transition: all 200ms ease-in-out 0s;
    }

    .precio-cuotas {
        font-size: 14px;
    }

    .precio-cuotas ul {
        list-style: none;
    }

    .txt-tab-detalle {
        padding-top: 25px;
        line-height: 20px;
        font-size: 13px;
        color: #444;
    }

    .txt-tab-detalle h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .txt-tab-detalle ul {
        padding-left: 25px;
    }

    .txt-tab-detalle ul.separador-ul {
        padding-left: 12px;
        list-style: none;
    }

    .txt-tab-detalle li {
        margin-bottom: 6px;
    }

    .spec-module-mobile {
        background-color: #fff;
        padding: 15px;
        margin-bottom: 10px;
        box-shadow: 0 2px 3px 0px rgba(50, 50, 50, 0.15);
        max-width: 100%;
        position: relative;
    }

    a.spec-module-mobile {
        color: #666;
        display: block;
    }

    a.spec-module-mobile:hover {
        text-decoration: none;
    }

    .spec-icon {
        color: #666;
    }

    .rating a i {
        font-size: 12px;
    }

    .porta-btn-comprar {
        width: 100%;
        height: 80px;
        background-color: #f5f5f5;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: center;
        z-index: 2000;
        box-shadow: 0 -2px 10px 0px rgba(50, 50, 50, 0.15);
        transition: all 200ms linear 0s;
    }

    .porta-btn-comprar #AddToCart,
    .porta-btn-comprar #AddToCart2 {
        margin: auto;
        margin-top: 10px !important;
        height: 60px;
        width: 70%;
        line-height: 38px;
    }

    .spec-cuotas {
        font-weight: 300;
        font-size: 14px;
    }

    .descripcion-mobile .rating .estrellas-amarillas {
        top: 5px;
    }

    .descripcion-mobile .precioproducto {
        font-size: 36px;
        font-weight: 300;
    }

    .btn-modelo-mobile {
        display: none !important;
    }

    .btn-modelo-mobile.disabled,
    .btn-modelo-mobile.selected,
    .btn-modelo-mobile a {
        display: inline-block !important;
    }

    .short-title,
    h1.short-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        margin: 3px 0 8px 0;
    }

    .content-coverage {
        padding-bottom: 70px;
    }

    .coverage-info {
        width: 100%;
        padding: 5% 10% 8% 10%;
    }

    .coverage-info .txt-16 {
        font-size: 14px !important;
    }

    /*****************************  LANDING ACTIVA  ***********************/
    .portada-pasador-audi-m {
        display: block;
        padding: 8px 15px;
    }

    .countdown {
        font-size: 32px;
        line-height: 32px;
    }

    .tit-countdown {
        font-size: 19px !important;
    }

    /*****************************  MODAL  ***********************/
    #header-modal-mobile {
        position: absolute;
        width: 100%;
        background: rgb(33, 75, 112);
        min-height: 56px;
        z-index: 2001;
        color: #fff;
        display: none;
        transition: all 200ms linear 0s;
    }

    body.modal-active #header-modal-mobile {
        display: block;
        transition: all 200ms linear 0s;
    }

    body.modal-active .header-site,
    body.modal-active .container.detalle{
        display: none !important;
        transition: all 200ms linear 0s;
    }

    #header-modal-mobile .row {
        margin-top: 10px;
    }

    .modal-mobile {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 75px 10px;
        transition: all 200ms linear 0s;
        z-index: 1000;
        overflow-x: hidden;
        width: 100%;
    }

    .modal-mobile.active {
        display: block;
        transition: all 200ms linear 0s;
    }

    #modal-faqs .item-faq {
        padding-right: 35px !important;
    }

    /*****************************  FOOTER  ***********************/
    .menu-footer {
        text-align: start;
        font-size: 12px;
    }

    .menu-footer a {
        display: block;
        color: #666;
        padding-bottom: 3px;
    }
    
    .menu-footer b {
        display: block;
        padding-bottom: 5px;
    }

    .copyright {
        font-size: 13px;
        font-weight: normal;
        color: #999;
        margin-bottom: 18px;
    }

    .sellos-footer a {
        display: inline-block;
        padding: 0 6px;
    }

    /***** MEME *****/
    hr.price {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        border-top: 5px solid rgba(0, 0, 0, .1);
    }

    .mensaje-precio {
        color: #555;
        font-size: 14.4px;
        line-height: 16px;
        font-weight: 300;
    }

    p.mensaje-precio {
        margin-bottom: 0px;
    }

    .estrellas-rating{
        width: 65%;
        margin: 0 5px;
        height: 17px;
      }
}