<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color:#000;
    font-size:18px;
    background-color:#fff;
    margin:0;
    -webkit-appearance: none;
    overflow-x: hidden; */
}

a {
    text-decoration: none;
    color: #000;
}
sup {
   font-size: 20px;
    vertical-align: text-top;;
}
.link_leyenda a{
    color: #FFA300 !important;
}
/*
font-family: 'Montserrat', sans-serif;
300:ligth; 400:regular;
*/
.aviso_edad{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display: none;
}
.aviso_contenedor{
    position: relative;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 400px;
    top: 50%;
    margin-top: -220px;
}
.aviso_edad .aviso_edad_titulo {
    z-index: 3;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 120px;
    font-size: 40px;
    width: 300px;
    text-align: center;
    position: relative;
}
.aviso_edad .aviso_edad_texto {
    z-index: 4;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
    width: 300px;
    text-align: center;
}
.aviso_edad .aviso_edad_botones {
    z-index: 5;
    color:#fff;
    position: relative;
    /* margin-top: 150px; */
    font-size: 35px;
    width: 300px;
    text-align: center;
}
.aviso_edad .aviso_edad_botones input{
    background-color: transparent;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    width: 100px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    padding: 10px;
}
.aviso_edad #bg {
    position: absolute;
    z-index: 2;
    top:0;
}
#web {
    width:90%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    height: auto;
    min-height: 600px;
    margin-bottom: 50px;
    display: block;
    z-index: 2;
    display: none;
}
.cabecera{
    width: 100%;
    height:140px;
    float:left;
    border-bottom: 2px solid #808080;
}
.cabecera_submenu {
    background-color: #f7f6f6;
    min-height: 450px;
    width: 100%;
    top: 142px;
    position: absolute;
    z-index: 2222;
    display: none;
}
.cabecera_submenu_columna{
    width: 9%;
    float: left;
    line-height: 35px;
    padding-top: 25px;
    padding-left: 50px;
    padding-bottom:20px;
    min-height:300px;
}
.cabecera_submenu_columna_doble {
    width: 20%;
}
.cabecera_submenu_columna_superdoble {
    width: 42%;
}
.cabecera_submenu_columna_destacado{
    width: 25%;
    padding-top: 25px;
    padding-left: 50px;
    padding-bottom:20px;
    min-height:300px;

    border-left: 1px solid #000;
    margin-left: 30px;
    margin-top: 20px;
    padding-left: 30px;
    padding-top: 21px;
    margin-bottom: 15px;
    float:right;
}
.cabecera_submenu_columna_destacado_titulo {
    color:#FFA300;
    font-size:32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 43px;
    margin-top:-20px;
}
.menu_recomendados_div {
    width: 100%;
}
.menu_recomendados_div .trending_item {
    width: 100%;
    max-width: 300px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.menu_ver_todo {
    background-color:#FFA300;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    position: absolute;
    width: 150px;
    height: 30px;
    left: 40px;
    bottom: 40px;
}

.cabecera .linea01{
    float:left;
    width: 100%;
    height:60px;
}
.cabecera .linea01 .menu{
    float:right;
    margin-top:20px;
}
.cabecera .linea01 .menu .login_btn{
    float:left;
    margin-right: 100px;
    cursor: pointer;
    text-transform: uppercase;
}
.cabecera .linea01 .menu .lang_btn{
    color:#b3b3b3;
    font-size:18px;
    float:left;
    margin-left: 20px;
    cursor: pointer;
}
.lang_selected{
    color:#000 !important;
}

.cabecera .linea02{
    float:left;
    width: 100%;
}
.cabecera .linea02 .logo, .pie .logo{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size:42px;
    float:left;
}
.cabecera .linea02 .menu{
    float:right;
    margin-top:30px;
}
.cabecera .linea02 .menu .menu_item{
    float:left;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}
.cabecera .linea02 .menu .menu_item .over{
    width: 28px;
    height: 32px;
    background: url(/_img/hover1x.png) 0 0 no-repeat #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 36px;
    display: none;
}
.cabecera .linea02 .menu .menu_item .over_menu{
    width: 28px;
    height: 32px;
    background: url(/_img/hover1x_menu.svg) 0 0 no-repeat #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 38px;
    display: none;
    z-index: 222;
}
.pie{
    float:left;
    width: 100%;
    padding-top:40px;
    margin-top:40px;
    border-top: 2px solid #808080;
    margin-bottom:100px;
}
.pie .submenu{
    float: left;
    width: 60%;
    margin-top:8px;
}
.pie .submenu .fila{
    float:left;
    width: 80%;
}
.pie .enlace_pie{
    font-size: 15px;
    margin-left: 20px;
    padding-top: 20px;
    display: block;
    float: left;
}
.pie .enlace_newsletter{
    margin-left: 0px;
    padding-top: 17px;
}
.pie .submenu .menu_item{
    font-size:20px;
    float:left;
    margin-left: 20px;
    cursor: pointer;
}
.pie .mas_info{
    font-size:15px;
    color:#000;
    float:left;
    width:200px;
}
.pie .der{
    float:right;
    padding-top:15px;
}
.pie .icono{
    width:33px;
    height:33px;
    margin-left:10px;
    float:left;
}
.titulo_seccion_pagina{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    float: left;
    margin-bottom: -50px;
}
.titulo_seccion_pagina .azul{
    color:#FFA300;
}
.seleccion_bg_color {
    background-color:#7fc3c6;
}


/* MENU LATERAL */
.menu_lateral{
    position: fixed;
    right: 0px;
    top: 250px;  
    width: 54px;
    z-index: 23232;
}
.icono_login{
    width: 54px;
    height: 74px;
    background-color:#b3b3b3;
    position: relative;
    float:left;
    background: url(/_img/user_lateral.png) 0px 5px no-repeat #000;/*#b3b3b3;*/
    cursor: pointer;
    opacity:0;
}
.icono_carrito{
    width: 54px;
    height: 110px;
    background-color:#000;
    position: relative;
    float:left;
    margin-top:17px;
    background: url(/_img/bag_lateral.png) 50% 25px no-repeat #000;
    padding-top: 70px;
    text-align: center;
    color: #fff;
    font-size:18px;
}
.contenido_lateral{
    background-color: #FFA300;
    width: 550px;
    position: absolute;
    left: 54px;
    top: -270px;
    bottom: 0px;
    padding-top: 50px;
}
.carrito_total{
    font-size:44px;
    cursor: pointer;
}
.slick-arrow{
    display: none !important;
}

/* PRODUCTO GUARDADO */
.producto_guardado_div{
    left: 90px;
    width: 70%;
    top: -50px;
    position: relative;
    height: 250px;
}
/* LOGIN LATERAL */
.ventana_cerrar{
    cursor: pointer;
    background: url(/_img/cerrar_ventana.png) 0 0 no-repeat transparent;
    width:30px;
    height:30px;
    z-index: 2232;
    position: absolute;
    right:20px;
    top:40px;
}
.login_div{
    left: 90px;
    width: 70%;
    top: 0px;
    position: relative;
    height:90%;
}
.login_div_titulo{
    color:#000;
    font-size:40px;
    font-weight: 600;
    border-bottom:1px solid #000;
    padding-bottom:20px;
    margin-top:40px;
}
.login_div_subtitulo {
    font-size:22px;
    border-top:1px solid #000;
    padding-top:10px;
    margin-top:10px;
    margin-bottom:30px;
}
.login_div_input{
    float:left;
    width:100%;
    margin-top:20px;
}
.login_div_input input{
    border:1px solid #000;
    color:#fff;
    padding-left:20px;
    padding-top:5px;
    height:38px;
    background-color: transparent;
    width: 94%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; /* 300:ligth; 400:regular; 600:semibold; 700:bold;  */
    color:#fff;
    font-size:18px;

    -webkit-appearance: none !important;
}
.login_div_entrar{
    float: left;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    font-size: 18px;
    border: 0px;
    font-family: 'Oswald', sans-serif;
    height: 45px;
    font-weight: 100;
}
.login_div_entrar:hover{
    background-color: #fff;
    color: #000;
}
.login_div_pie{
    position: absolute;
    bottom:10px;
    width: 100%;
}
.login_boton_crear_cuenta{
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
    margin-top: 10px !important;
    font-weight: 400;
}
.login_boton_crear_cuenta:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.login_boton_finalizar_pedido{
    background-color: #000 !important;
    color: #fff !important;
}
.login_boton_finalizar_pedido:hover{
    background-color: transparent !important;
    color: #000 !important;
}
.login_div_crear_cuenta{
    margin-top: 0px !important;
}
.lateral_productos_guardados_titulo{
    width:100%;
    float:left;
    border-bottom: 1px solid #000;
    margin-top:50px;
}
.lateral_productos_guardados_lista{
    width: 100%;
    float:left;
    overflow: auto;
}
.lateral_productos_guardados_lista .producto{
    width: 100%;
    float:left;
    border-bottom: 1px solid #000;
    padding-bottom:30px;
    margin-top:20px;
    position: relative;
}
.lateral_productos_guardados_lista .producto:last-child {
    border-bottom: none;
}
.lateral_productos_guardados_lista .producto .borrar{
    position: absolute;
    bottom: 28px;
    right: 0px;
    cursor: pointer;
    width: 24px;
    height: 27px;
    background: url(/_img/borrar2x.svg) 0 0 no-repeat;
    background-size: 24px;

    top: 0px;
}
.lateral_productos_guardados_lista .producto .imagen{
    width: 110px;
    height: 125px;
    float: left;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.lateral_productos_guardados_lista .producto .imagen img{
    width:100%;
    
}
.lateral_productos_guardados_lista .producto .texto{
    float: left;
    width: 230px;
    /* width: auto; */
    padding-left: 10px;
    text-transform: uppercase;
    /* margin-right: 20px; */
    height: auto;
}
.lateral_productos_guardados_lista .producto .precio{
    float: left;
    font-size: 22px;
    /* width: 220px; */
    position: absolute;
    bottom: 25px;
    right: 0px;
    font-weight: 400;
}
.lateral_productos_guardados_lista .producto .cantidad{
    float: left;
    font-size: 30px;
    /* width: 220px; */
    position: absolute;
    bottom: 25px;
    left: 120px;
}
.lateral_productos_guardados_lista .producto .cantidad .lateral_boton_menos, .lateral_productos_guardados_lista .producto .cantidad .lateral_boton_mas {
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
    background: url(/_img/menos3x.png) 0 0 no-repeat;
    background-size: 24px 24px;
}
.lateral_productos_guardados_lista .producto .cantidad .lateral_boton_mas {
    background:url(/_img/mas3x.png) 0 0 no-repeat;
    background-size: 24px 24px;
}
.lateral_productos_guardados_lista .producto .cantidad .lateral_input_txt {
    border: 0px solid #000;
    color: #000;
    background-color: transparent;
    width: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 21px;
    -webkit-appearance: none !important;
    float: left;
    text-align: center;
    margin-top: -5px;
}

.total_lateral{
    margin-top: 10px !important;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
}
.total_div_texto_lateral{

}
.total_div_precio_lateral{

}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active,
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    -webkit-appearance: none !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFA300 inset;
}
*::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
*:-moz-placeholder { /* Mozilla Firefox &lt;18 */
    color:    #000;
    opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #000;
}
.login_div_olvidado{
    color:#000;
    float:left;
    width: 100%;
    margin-top:5px;
}
.login_div_entrar{
    float:left;
    width: 100%;
    background-color:#000;
    color:#fff;
    text-align: center;
    cursor: pointer;
    margin-top:40px;
}

.galeria_home, .secciones_home{
    position: relative;
    float:left;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    width: 58px;
    height: 10px;
    background-color: #ffd07c;
}
.slick-dots .slick-active{
    background-color: #000;
}

.linea_separacion{
    width: 100%;
    float:left;
    border-bottom: 2px solid #808080;
    height: 2px;
    margin-top:40px;
    margin-bottom:40px;
}

.c100, .c100_color, .c100_color_gris{
    width:100%;
    float:left;
    min-height:100px;
    padding-bottom:50px;
}
.c100_color{
    background-color:#f4f4f4;
    margin-left: -200px;
    position: relative;
    padding-left: 200px;
    padding-right: 200px;
}
.c100_color_gris{
    background-color:rgb(79, 75, 73);
    margin-left: -200px;
    position: relative;
    padding-left: 200px;
    padding-right: 200px;
    color:#fff !important;
}
.cmargensuperior70{
    margin-top:70px;
    padding-bottom: 70px;
}
.cpaddinginferior40{
    padding-bottom: 35px;   
}
.cmargensuperior30{
    margin-top: 30px;
    padding-bottom: 30px;
}
.cpaddingsuperior60{
    padding-top:70px;
}
.cpaddingsuperior20{
    padding-top:20px;
}
.c50{
    width: 50%;
    float:left;
}
.c60{
    width: 60%;
    float:left;
}
.c40{
    width: 40%;
    float:left;
}
.c25{
    width: 30%;
    float:left;
}
.c25_forzado, .c25_forzado_1, .c25_forzado_2{
    width: 25%;
    float:left;   
}
.c75{
    width: 70%;
    float:left;
}
.c20{
    width:20%;
    float:left;
}
.c80{
    width:80%;
    float:left;
}

/* TRENDING */
.trending_div{
    min-height: 300px;
}
.trending_imagenes{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    overflow: hidden;
    max-height: 500px;
}
.trending_item{
    width: 22.6%;
    float: left;
    margin-right: 0px;
    cursor: pointer;
    margin-bottom: 40px;
    padding-left: 20px;
    display: block;
    /*margin-right:1%;*/
}
.trending_item_4{
    margin-right:0%;
}
.trending_item_1{
    padding-left:0px;
}
.trending_item_imagen, .trending_item_pie{
    width: 100%;
    float:left;
    background-color:#fff;
    position: relative;
}
.trending_item_pie_f {
    height:100px !important;
}
.trending_item_imagen{
    text-align: center;
    overflow: hidden;
}
.trending_item_precio{
        font-size: 16px;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50px;
    height: 60px;
    padding-top: 20px;
    top: 20px;
    left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
    height: 43px;
    padding-top: 17px;
    width: 50px;
}
.trending_item_precio_descuento{
    background-color: #009197;
    border: 1px solid #009197;
    color: #fff;
    top:65px;
}
.trending_item_imagen img{
    width: inherit;
    max-height:245px;
    min-height:245px;
}
.trending_item_pie{
    background-color:#FFA300;
    padding-top:20px;
    padding-bottom: 20px;
    min-height: 100px;
    position: relative;
}
.trending_item_pie_over{
    background-color:#87c9cd30;
    height: 50px;
    position: absolute;
    top: -50px;
    display: none;
    width: 100%;
    z-index: 100;
}
.trending_item_pie_venta_privada_over{
    background-color:rgba(146,170,134,0.30) !important;
}
.item_venta_privada{
    background-color:#94ac88;
}
.item_club{
    background-color:#a94d65;
}
.trending_item_guardar, .trending_item_guardar_guardado{
    float:left;
    font-size:15px;
    color:#000;
    background: url(/_img/trending_guardar.png) 20px 16px no-repeat transparent;
    padding-top: 15px;
    padding-left: 30px;
    cursor: pointer;
    padding-left: 45px;
}
.trending_item_guardar_guardado {
    background: url(/_img/corazon_negro.png) 20px 15px no-repeat transparent !important;
}

.corazon_grande{
    background: url(/_img/corazon.png) 20px 16px no-repeat transparent;
    background-size: 24px;
    padding-left: 55px;
    height: 30px;
    padding-top: 16px;
}
.corazon_grande_guardado{
    background: url(/_img/corazon_negro.png) 20px 16px no-repeat transparent;
    background-size: 24px;
}
.trending_item_comprar{
    float:right;
    font-size:15px;
    color:#000;
    background: url(/_img/trending_comprar.png) 75% 13px no-repeat transparent;
    padding-top: 15px;
    padding-right: 45px;
    cursor: pointer;
}
.trending_item_comprar_carrito{
    background: url(/_img/cesta_negro.png) 75% 13px no-repeat transparent;
}
.trending_item_pie_titulo{
    padding-left:30px;
    font-size:25px;
    color:#fff;
    padding-right: 30px;
    line-height: 28px;
    margin-bottom: 5px;

    padding-left: 20px;
    padding-right: 20px; 
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    min-height:60px;
}
.trending_item_pie_descripcion{
    padding-left:30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#fff;
    font-size: 16px;
    padding-right: 30px;

    padding-left: 20px;
    padding-right: 20px; 
    font-size: 14px;
    text-align: left;
}





@media screen and (max-width: 1200px) {
    .trending_item_pie_titulo{
        padding-left:30px;
        font-size:18px;
        line-height: 21px;

        padding-left: 20px;
        padding-right: 20px; 
        font-size: 22px;
        min-height: 30px;
    }

    .trending_item_pie_descripcion{
        font-size: 13px;

        padding-left: 20px;
        padding-right: 20px; 
        font-size: 14px;
    }
    .trending_item_pie{
        min-height: 70px;
    }
    .trending_item_precio{
        font-size: 20px;
        border-radius: 50px;
        height: 50px;
        padding-top: 20px;
        top: 15px;
        left: 10px;

        height: 45px;
    padding-top: 15px;
    }
}

/* BUSCADOR PORTADA */
.desplegable_busqueda{
    height: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #000;
    background-color: #fff;
    width: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url(/_img/down.png);
    border-radius: 0;
    padding-left: 10px;
}
.boton_busqueda{
    height: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border:0px;
    background-color: #000;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    border-radius: 0;
    padding-left: 10px;
}
.titulo40{
    font-weight: 600;
    font-size:40px;
    margin-top:30px;
    margin-bottom:30px;
}

/* PORTADA SECCIONES */
.secciones_home{
    padding-top: 60px;
}
.seccion_item{
    float:left;
    text-align: center;
    margin-bottom:28px;
}
.seccion_item img{
    width:100%;
}
.grid-50 { width: 48%; }
.grid-sizer, .grid-25{ width: 22.5%; }
.gutter-sizer { width: 3%; }

/* PRODUCTO DETALLE */
.ficha_producto_imagen{
    width: 100%;
    position: relative;
}
.ficha_producto_imagen img{
    width: 90%;
    text-align: left;
}
.ficha_producto_titulo{
    font-size:40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700; 
    line-height:50px;
}
.ficha_producto_descripcion{
    font-size:20px;
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    padding-top:20px;
}
.ficha_producto_info{
    float: left;
    width: 90%;
    border-top: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
    margin-top: 15px;
}
.ficha_producto_info .ficha_producto_info_review{
    float: right;
    margin-right: 20px;
    margin-top: 28px;
    font-size: 20px;
}
.ficha_producto_info .ficha_producto_info_puntos{
    float: left;
    width: 60px;
    background: url(/_img/circulo.png) 0px 0px no-repeat #fff;
    background-size: 60px;
    color: #000;
    margin-left: 15px;
    height: 60px;
    font-size: 17px;
    padding-top: 18px;
    /* padding-left: 7px; */
    margin-top: 0px;
    cursor: default;
    text-align: center;
}
.ficha_producto_info_puntos_listado {
    position: absolute;
    width: 50px;
    bottom: 70px;
    right: 10px;
    font-size: 15px;

    position: absolute;
    width: 50px;
    top: 20px;
    right: 5px;
    font-size: 15px;
}
.ficha_producto_info_puntos_listado_item {
    float: left;
    width: 50px;

    float: left;
    width: 45px;
    background-color: #a0a0a0;
    border-radius: 0px;
    height: 35px;
    padding-top: 12px;
    background: url(/_img/circulo.png) 0px 0px no-repeat #fff;
    background-size: 45px;
}
.producto_item_buscador .ficha_producto_info_puntos_listado_item span{
    color: #000 !important;
} 

.ficha_producto_guardar{

}
.ficha_producto_guardar .trending_item_guardar{
    margin-left:20px;
}
.ficha_producto_comprar{
    margin-top: 100px;
    float:left;
}
.ficha_producto_comprar_precio {
    float: left;
    font-size: 36px;
    text-align: center;
    width: 130px;
    border-radius: 100px;
    height: 90px;
    vertical-align: top;
    border: 1px solid #000;
    margin-top: -40px;
    padding-top: 40px;
}
.ficha_producto_comprar_precio_descuento {
    background-color:#009197;
    border: 1px solid #009197;
    color:#fff;
    margin-left: -20px;
}
.ficha_producto_comprar_tipo{
    float:left;
    font-size: 36px;
    text-align: center;
}
.ficha_producto_comprar_boton{
        float: left;
    width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    /* padding-top: 20px; */
    font-size: 23px;
    border: 0px;
    font-family: 'Oswald', sans-serif;
    height: 60px;
    font-weight: 100;
    border-radius: 0px !important;
}
.ficha_producto_comprar_boton:hover{
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-style: inset;
}
.div_valoraciones{
    overflow-x: hidden;
}
.ficha_producto_valoracion_titulo{
    font-size:40px;
    font-weight: 600;
    margin-top:50px;
    margin-bottom:-30px;
}
.ficha_producto_valoracion_titulo_puntuacion{
    float:left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    width: 20%;
}
.ficha_producto_valoracion_titulo_comentario{
    float:left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    width: 80%;
    margin-bottom:20px;
}
.ficha_producto_valoracion_fila_puntuacion{
    font-size: 40px;
    font-weight: 600;
    float: left;
    text-align: center;
    width: 20%;
    height: 100px;
}
.ficha_producto_valoracion_fila_nombre{
    font-size: 27px;
    font-weight: 700;
    float: left;
    text-align: left;
    width: 80%;
}
.ficha_producto_valoracion_fila_comentarios{
    font-size: 26px;
    font-weight: 300;
    float: left;
    text-align: left;
    width: 80%;
}
.ficha_producto_valoracion_fila_linea{
    margin-left: 50px;
    height: 2px;
    border-top: 1px solid #000;
    float: left;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ficha_producto_valoracion_escribe_tu_comentario{
    float:left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    width: 100%;
    margin-bottom:20px;
}
.ficha_producto_valoracion_input{
    float:left;
    width: 40%;
}
.ficha_producto_valoracion_input input{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    width:90%;
    height:45px;
    padding-left:20px;
    border: 1px solid #000;
    margin-bottom:20px;
}
.ficha_producto_valoracion_input input:focus{
    border: 1px solid #000;
    outline: none !important;
    border-color: #000;
}
.ficha_producto_valoracion_textarea{
    float:right;
    width:60%;
    height:225px;
    margin-bottom:20px;
}
.ficha_producto_valoracion_textarea textarea{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    width:97%;
    height:100%;
    padding-left:10px;
    padding-top:10px;
    border:1px solid #000;
}
.ficha_producto_valoracion_textarea textarea:focus{
    border: 1px solid #000;
    outline: none !important;
    border-color: #000;
}
.ficha_producto_valoracion_publicar {
    float:right;
    width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    /* padding-top: 20px; */
    font-size: 18px;
    border: 0px;
    font-family: 'Oswald', sans-serif;
    height: 60px;
    font-weight: 100;
    margin-top:20px;
    margin-right:10px;
    border-radius: 0;
}
.ficha_producto_valoracion_publicar:hover{
    background-color:#fff;
    border:1px solid #000;
    color:#000;
    border-style: "inset";
}

.ficha_producto_valoracion_input input::-webkit-input-placeholder, .ficha_producto_valoracion_textarea textarea::-webkit-input-placeholder {
    font-size:17px;
    font-family: 'Oswald', sans-serif;
}
.ficha_producto_valoracion_input input::-moz-placeholder, .ficha_producto_valoracion_textarea textarea::-moz-placeholder {
    font-size:17px;
    font-family: 'Oswald', sans-serif;
}
.ficha_producto_valoracion_input input:-ms-input-placeholder, .ficha_producto_valoracion_textarea textarea:-ms-input-placeholder {
    font-size:17px;
    font-family: 'Oswald', sans-serif;
}
.ficha_producto_valoracion_input input:-moz-placeholder, .ficha_producto_valoracion_textarea textarea:-moz-placeholder {
    font-size:17px;
    font-family: 'Oswald', sans-serif;
}
.separacion100{
    float:left;
    width: 100%;
    height:10px;
}

/* USUARIO PERFIL */
.usuario_perfil_boton{
    font-size:25px;
    margin-bottom:50px;
    float:left;
    width: 100%;
    color:#000;
    font-weight: 200;
    margin-top:4px;
}
.usuario_perfil_boton_seleccionado {
    color:#959595;
}
.usuario_perfil_titulo{
    font-weight: 600;
    font-size:35px;
    margin-bottom:50px;
}
.usuario_perfil_input{
    float: left;
    margin-left: 3px;
    margin-bottom: 20px;
    margin-right: 28px;
}
.formulario_mi_perfil .input_corto{
    width:45.5%;
}
.formulario_mi_perfil .input_largo{
    width:94%;
}
.usuario_perfil_input input, .usuario_perfil_input select{
    height:45px;
    border:1px solid #787878;
    width:100%;
    font-size:18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-left:10px;
    background-color: #fff;
}
.usuario_perfil_input select{
    width:104%;
}
.usuario_perfil_input .listado_check{
    width: 14px !important;
    height: 14px !important;
    cursor: pointer;
}
.usuario_perfil_input input::-webkit-input-placeholder {
    color:#959595;
}
.usuario_perfil_input input::-moz-placeholder {
    color:#959595;
}
.usuario_perfil_input input:-ms-input-placeholder {
    color:#959595;
}
.usuario_perfil_input input:-moz-placeholder {
    color:#959595;
}
.usuario_perfil_boton_guardar {
    color:#959595;
    float:right;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    cursor: pointer;
    margin-right: 30px;
}

/* SELECCION */
.seleccion_imagen_cabecera{
    width: 100%;
    text-align: center;
    float:left;
    overflow: hidden;
}
.seleccion_imagen_cabecera .seleccion_imagen_cabecera_30{
    float: left;
    width: 35%;
    background-color: #94ac88;
    min-height: 100%;
    display: block;
    position: relative;
    height: 100%;
}
.seleccion_imagen_cabecera .seleccion_imagen_cabecera_30 .seleccion_imagen_cabecera_30_ventaprivada{
    text-align: center;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-top: 15%;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}
.seleccion_imagen_cabecera .seleccion_imagen_cabecera_30 .seleccion_imagen_cabecera_30_titulo{
    text-align: center;
    font-size: 55px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
.seleccion_imagen_cabecera .seleccion_imagen_cabecera_30 .seleccion_imagen_cabecera_30_subtitulo{
    text-align: center;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 35px;
    padding-bottom: 20px;
}
.seleccion_imagen_cabecera .seleccion_imagen_cabecera_70{
    float:left;
    width:65%;
    overflow: hidden;
}
.seleccion_imagen_cabecera .seleccion_imagen_cabecera_70 img{
    max-width: 98%;
    padding-left: 34px;
    text-align: right;
}
.logo_club{
    max-width: 85% !important;
    padding-bottom: 20px;
}
.seleccion_texto_cabecera {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 45px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.seleccion_item{
    width: 22.3% !important;
    float: left !important;
    margin-right: 40px !important;
    margin-left: 0px !important;
}
.seleccion_item:nth-child(4n+0){
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* VENTA PRIVADA */
.venta_privada_item{
    width: 27.5% !important;
}
.venta_privada_titulo{
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: left;
    float:left;
    width: 100%;
    margin-top:0px;
}
.venta_privada_texto{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
    float:left;
    width: 80%;
}
.venta_privada_imagen{
    float:left;
    width: 100%;
    margin-top:20px;
    margin-bottom:40px;
}
.venta_privada_imagen img{
    max-width: 80%;
}
.venta_privada_linea{
    width: 80%;
    height:1px;
    border-top:1px solid #000;
    float:left;
    margin-bottom:10px;
    margin-top:10px;
}
.venta_privada_tiempo{
    background: url(/_img/tiempo.png) 0px 0px no-repeat transparent;
    padding-left: 50px;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: left;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    background-position: 0px 5px;
    float: left;
    background-size: 40px;
}

/* CLUB VINITUS */
.club_2{
    margin-top:25px;
    overflow: hidden;
    margin-bottom:50px;
}
.club_2_izq{
    float:left;
    width: 25%;
    text-align: center;
    padding:20px;
}
.club_2_boton{
    background-color:#fff;
    border:0px;
    font-size:32px;
    color:#a94d65;
    text-align: center;
    padding:5px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    width: 82%;
    border-radius: 0px !important;
}
.club_2_izq img{
    padding-left: 0px !important;
}
.club_2_der{
    float: right;
    width: 65%;
    padding-top: 20px;
}
.club_2_der .club_2_titulo{
    color:#fff;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-bottom:20px;
    margin-top:2px;
}
.club_cabecera_verde{
    font-size: 25px !important;
    line-height: 30px !important;
}
.club_2_der .club_2_texto{
    font-size:20px;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: left;
    padding-bottom:30px;
    padding-right:50px;
}
.club_3{
    width: 69.5% !important;
}
.club_4{
    width: 28% !important;
    text-align: center;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    float: right !important;
    line-height: 35px;
    padding-left:10px;
    padding-right:10px;
    margin-right:0px !important;

    margin-right: 0px !important;
    letter-spacing: 2px;
    line-height: 40px;
    height: auto ;
    min-height: inherit !important;
}
.club_4 img{
    padding-bottom: 10px;
    padding-top: 10%;
}
.club_5, .suscribir_form{
    text-align: center;
    font-size:35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-top:60px;
    margin-bottom:30px;
}
.club_6{
    text-align: center;
    font-size:29px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 38px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.listado_productos_club{
    margin-top: 80px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.listado_productos_club .trending_item_pie_titulo, .listado_productos_club .trending_item_pie_descripcion{
    padding-left:30px;
}
.listado_productos_club .producto_item{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    background-color: #a94d65;
    display: block;
}
.listado_productos_club .producto_item .trending_item_imagen{
    width: 40%;
}
.listado_productos_club .producto_item .trending_item_pie{
    width: 60%;
}
.club_7{
    font-size:32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    width:100%;
    float:left;
    margin-top:30px;
    margin-bottom:20px;
} 
.club_7_boton, .club_8_boton{
    background-color:#a94d65;
    border:0px;
    font-size:23px;
    color:#fff;
    text-align: center;
    padding:5px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-left:10px;
    padding-right:10px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    margin-top: 20px;
    border-radius: 0 !important;
}
.club_8_boton{
    text-transform: uppercase;
    width: auto;
    font-size: 40px;
    padding-left: 60px;
    padding-right: 60px;
}
.titulo_club_inferior{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size:40px;
    margin-top:50px;
    width: 100%;
    padding-bottom:20px;
    border-bottom: 1px solid #000;
    margin-bottom:40px;
}
.club_ventaja{
    background-color: #a94d65;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    width: 22%;
    float: left;
    line-height: 30px;
    padding-top: 40px;
    height: 300px;
    position: relative;
    display: block;
}
.club_ventaja .imagen{
    margin-bottom:20px;
    height: 92px;
    float:left;
    width: 100%;
    text-align: center;
}
.club_ventaja img{
    
}
.club_ventaja .texto{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.club_ventaja_separacion{
    float:left;
    width: 4%;
    height: 100px;
}


/* CESTA */
.cesta_cabecera {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: left;
    padding-bottom:30px;
    border-bottom:1px solid #000;
    float:left;
    margin-bottom: 10px;
    position: relative;
    width:100%;
}
.cesta_columna_1 {
    float:left;
    width:55%;
}
.cesta_columna_2, .cesta_columna_3, .cesta_columna_4, .cesta_columna_5 {
    float:left;
    width:15%;
}
.cesta_columna_4_extra{
    height: 90%;
    top: 0;
    bottom: 10px;
    position: absolute !important;
    right: 0;
}
.producto_carrito{
    float:left;
}
.producto_carrito .imagen{
    float:left;
    width: 40%;
}
.producto_carrito .imagen img{
    width:100%;
    /*max-height: 300px;*/
}
.producto_carrito .texto{
    float: left;
    width: 50%;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #000;
    padding-left: 20px;
    line-height: 55px;
}
.producto_carrito .extras{
    float: left;
    width: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 23px;
    padding-left: 20px;
    margin-top: 40px;
}
.cesta_producto_precio{
    font-size: 18px;
    border: 1px solid #000;
    width: 80%;
    float: right;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.desplegable_carrito{
    height: 34px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #000;
    background-color: transparent;
    width: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url(/_img/down.png);
    border-radius: 0;
    padding-left: 10px;
}
.eliminar_producto{
    position: absolute;
    bottom: 10px;
    left: -5px;
}
.eliminar_producto .boton{
    border: 1px solid #000;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-weight: 700;
    width: 160px;
    letter-spacing: 0px;
    cursor: pointer;
}
.total_div{
    margin-top:30px;
    float:right;
    width:100%;
}
.total_div_texto{
    float:left;
    width:50%;
    font-size:18px;
    padding-top: 20px;
}
.total_div_precio{
    float:right;
    width: 50%;
    text-align: right;
    font-size: 33px;
}
.total_gastos_envio_div {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    height: 35px;
}
.total_gastos_envio_texto{
    float:left;
    width:50%;
    font-size:14px;
    padding-top: 15px;
}
.total_gastos_envio_precio{
    float:right;
    width: 50%;
    text-align: right;
    font-size: 24px;
}

.total_div_finalizar{
    background-color: #000;
    color:#fff;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size:18px;
    float:left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:10px;
}
.total_div_finalizar_continuar:hover {
    background-color:#000 !important;
    color:#fff !important;
}
/* FINALIZAR */
.titulo_finalizar{
    margin-top:50px;
    float: left;
    width: 100%;
    margin-bottom:25px !important;
}
.titulo_finalizar_final_vacio{
    margin-top:0px !important;
}
.input_corto_finalizar{
    width:33%;
    margin-left: 0px;
    margin-right: 30px;
}
.input_largo_finalizar{
    width:68.7%;
    margin-left: 0px;
    margin-right: 30px;
}
.finalizar_input{

}
.finalizar_check{
    float:left !important;
}
.div_visa{
    background:url(/_img/visa.png) 100% 0 no-repeat transparent;
    margin-bottom:30px;
}
.div_paypal{
    background:url(/_img/paypal.png) 100% 0 no-repeat transparent;
}
.div_borde_finalizar{
    border-top:1px solid #000;
    padding-top: 10px;
    margin-top: -10px;
}
.input_largo_finalizar .total_div{
    width:46%;
}
.total_div_texto{
    /*min-height:65px;*/
}
.input_largo_finalizar .total_div2{
    float:left;
}
.input_largo_finalizar .total_div2 .total_div_finalizar{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

/* TPV RESPUESTA */
.tpv_div{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
    text-align: center;
    margin-bottom:100px;
}
.tpv_div .tpv_texto{
    text-align: center;
    color:#000;
    font-size:40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600; 
    margin-bottom: 10px;
    display: block;
}
.tpv_div .tpv_boton{
    background-color:#FFA300;
    border:0;
    cursor: pointer;
    text-align: center;
    color:#000;
    font-size:18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; /* 300:ligth; 400:regular; 600:semibold; 700:bold;  */
    padding:10px;
}
.tpv_div .tpv_boton_izq{
    margin-right: 30px;
}

/* IMPRIMIR */
.tabla_pedido{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
}
.tabla_pedido_contenido{
    width:100%;
    float:left;
    text-align: left;
}
.tabla_pedido_contenido .input{
    float:left;
    width: 48%;
    margin-right:10px;
}
.tabla_pedido_contenido .input input{
    width: 100%;
}
.tabla_pedido_titulo{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.tabla_pedido .carrito_linea{
    width:100%;
    float:left;
}
.tabla_pedido .carrito_linea .imagen{
    width:200px;
    float:left;
    text-align: center;
}
.tabla_pedido .carrito_linea .imagen img{
    max-width: 100%;
    max-height:150px;
}
.tabla_pedido .carrito_linea .titulo{
    font-size:15px;
}
.tabla_pedido .carrito_linea .descripcion{
    font-size: 12px;
}
.tabla_pedido .carrito_linea .precio{
    font-size:14px;
}
.carrito_finalizar{
    float:left;
    width:100%;
    margin-top:20px;
}
.carrito_finalizar .precio{
    width:100%;
    float:left;
    text-align: center;
}

/* CSS para la animaciï¿½n y localizaciï¿½n de los DIV de cookies */
 
@keyframes desaparecer
{
0%      {bottom: 0px;}
100%        {bottom: -200px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%      {bottom: 0px;}
100%        {bottom: -200px;}
}
 
@keyframes aparecer
{
0%      {bottom: -38px;}
10%     {bottom: 0px;}
90%     {bottom: 0px;}
100%        {bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%      {bottom: -38px;}
10%     {bottom: 0px;}
90%     {bottom: 0px;}
100%        {bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{ 
    margin: 0 auto;
    padding-left: 1%;
    padding-top: 5px;
    font-size: 1.2em;
    clear: both;
    font-weight: strong;
    color: #000;
    bottom: 0px;
    position: fixed;
    left: 0px;
    background-color: #FFF;
    transition: bottom 0.5s;
    -webkit-transition: bottom 1s;
    /* -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2); */
    -moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2);
    /* box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2); */
    z-index: 999999999;
    font-size: 14px;
    font-family: "Montserrat";
    padding: 20px;
    right: 0;
    line-height: 24px;
    text-align: center;
    border-top: 1px solid #000;
}
.cookiesms button{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    background-color: #000;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-top:10px;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.2);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.2);
}
 
/* Fin del CSS para cookies */

textarea:focus, input:focus, input[type]:focus {
    outline: 0 none;
}
.buscar_div{
    border-bottom: 2px solid #808080;
    display:none;
    width:100%;
    min-height: 60px;
    float:left;
    text-align:center;
    background-color:#fff;
    z-index: 100;
    position: relative;
}
.buscar_div .input_buscador_div{
    margin-left:auto;
    margin-right:auto;
    width:80%;
    margin-top:5px;
}
.buscar_div .input_buscador{
    background-color: #fff;
    width: 98%;
    height: 30px;
    font-size: 20px;
    color: #444;
    border: 0;
    padding: 10px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
.buscar_div .buscador_resultados{
    width:100%;
    float:left;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #555;
}
.buscar_div .buscador_resultados_mas_resultados{
    width:100%;
    float:left;
    margin-top:10px;

}
.buscar_div .input_buscador::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

.buscar_div .input_buscador:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.buscar_div .input_buscador::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}
.producto_item_buscador{
    width: 22.6% !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
    border: 1px solid #cccccc36;
}
.formulario_mi_perfil{
    width:67% !important;
}

.ficha_producto_comprar_botones_div{
    
    position: relative;
}
.ficha_producto_comprar_boton_menos{
    width:54px;
    height:54px;
    cursor: pointer;
    float:left;
    background:url(/_img/menos3x.png) 0 0 no-repeat;
    background-size:54px 54px;
}
.ficha_producto_comprar_boton_mas{
    width:54px;
    height:54px;
    cursor: pointer;
    float:left;
    background:url(/_img/mas3x.png) 0 0 no-repeat;
    background-size:54px 54px;
}
.ficha_producto_comprar_input{
    border:0px solid #000;
    color:#000;
    background-color: transparent;
    width: 60px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; /* 300:ligth; 400:regular; 600:semibold; 700:bold;  */
    font-size:32px;
    -webkit-appearance: none !important;
    float:left;
    text-align: center;
}
.ficha_producto_comprar_boton_2{
    margin-top: 20px;
    width: 175px;
    font-size: 18px;
    height: 40px;
}

.cesta_columna_2 .ficha_producto_comprar_boton_mas, .cesta_columna_2 .ficha_producto_comprar_boton_menos{
    width: 32px;
    height: 32px;
    background-size: 32px;
}
.cesta_columna_2 .ficha_producto_comprar_input{
    width: 40px;
    font-size: 25px;
    margin-top: -5px;
    font-weight: 400;
}


.suscribir_form{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.suscribir_form .usuario_perfil_titulo{
    margin-bottom: 20px;
    text-align: left;
}
.suscribir_form .usuario_perfil_input{
    margin-right: 20px;
    margin-bottom: 10px;
}
.suscribir_form .usuario_perfil_input input{
    width: 260px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.suscribir_form .usuario_perfil_input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.suscribir_form .usuario_perfil_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.suscribir_form .usuario_perfil_input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
#chk_suscribir_newsletter{
    border: 1px solid #4f4b49;
    background-color: transparent;
    height: 20px;
    cursor: pointer;
    border-radius: 0px;
    width: 20px;
    margin-top: 5px;
    float: left;
}
.boton_suscribir{
    height: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4f4b49 !important;
    border:0px;
    background-color: #fff !important;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    border-radius: 0;
    padding-left: 10px;
}

.pregunta{
    width: 95%;
    float:right;
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px solid #333;
}
.pregunta_icono{
    float:left;
    width:5%;
    background: url(/_img/preguntas_mas.jpg) 0 5px no-repeat #fff;
    cursor: pointer;
    height:50px;
}
.pregunta_titulo{
    float:left;
    width:95%;
}
.pregunta_texto{
    float:right;
    width:95%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    line-height: 25px;
}
.seleccion_imagen_cabecera_30_club{
    margin-top:5% ;/*!important;*/
}

.club_imagen img{
    max-height:550px !important;
}
.club_2_texto_suscribete{
    font-size:30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 40px;
    color:#fff;
    text-align: left;
    padding-top:40px;
    padding-left:40px;
    padding-right:40px;
}
.item_club_media{
    padding-bottom: 0px;
    margin-bottom: -5px;
}
.item_club_media img{
    width:100%;
}



.club_css_imagen, .club_css_texto{
    width:50%  !important;
}

.tabla_aviso_legal{

}
.tabla_aviso_legal td {
    border-bottom:1px solid #9A9A9A;
}
.tabla_aviso_legal td {
    padding:20px;
    padding-left: 30px;
}
.tabla_aviso_legal .tabla_aviso_legal_cabecera{
    background-color: #9A9A9A;
    padding: 20px;
    padding-left: 30px;
    color:#fff;
}

.aviso_stock {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #0B8B90;
    font-size: 17px;
    line-height: 20px;
    width: 230px;
    position: absolute;
    margin-top: -80px;
}
.te_avisamos_div_input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.te_avisamos_div_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.te_avisamos_div_input input::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


.tabla_mis_pedidos {

}
.tabla_mis_pedidos td, .tabla_mis_pedidos th {
    padding:10px;
}
.tabla_mis_pedidos_th {
    padding:20px;
    text-align: left;
    font-weight: 100;
}
.tabla_mis_pedidos_fecha {
    width:20%;
}
.tabla_mis_pedidos_pedido {
    width:50%;
}
.tabla_mis_pedidos_factura {
    width:30%;
}
.tabla_mis_pedidos_bold {
    font-weight: 600;
}
.tabla_mis_pedidos_fecha_td {
    font-size:30px;
}
.tabla_mis_pedidos_pedido_td {
    font-size:27px;
}
.tabla_mis_pedidos_bordeinferior {
    border-bottom: 2px solid #000;
}




.cabecera .linea01 .menu .login_btn {
    margin-right:0px;
}

.cabecera .linea01 .menu .lang_btn:nth-child(3n) {
    margin-right:100px;
}
.login_botones_nuevos {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}
.ficha_producto_info_puntos_listado_item span { 
    color:#fff;
}
.ficha_producto_info .ficha_producto_info_puntos span{
    color:#fff !important;
}
.trending_item_precio_descuento_porcentaje {
    display:none;
}
.aviso_web, .aviso_web_back {
    display: none;
}
.enlace_ficha_producto {
    cursor: pointer;
    text-decoration: underline;
}

.ficha_producto_imagen .trending_item_precio {
    font-size: 36px;
    text-align: center;
    width: 130px;
    border-radius: 100px;
    height: 95px;
    vertical-align: top;
    border: 1px solid #000;
    margin-top: -40px;
    padding-top: 45px;
}
.ficha_producto_imagen .trending_item_precio_descuento {
    border: 1px solid #009197;
    margin-top:10px;
    color:#fff !important;
}
.ficha_producto_imagen .trending_item_precio_descuento_porcentaje {
    font-size: 36px;
    margin-top: 100px;
    margin-left: 45px;
}



/* FICHA PRODUCTO NUEVA */
.ficha_producto_info {
    /*
    border-top: none;
    border-bottom: none;
    */
    padding-top:0px;
}
.ficha_producto_info .ficha_producto_info_puntos {
    background-color: transparent !important;
    background:none;
    font-size: 26px;
}
.ficha_producto_info .ficha_producto_info_puntos span{
    color: #A9A9A9 !important;
}
.ficha_producto_comprar {
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.ficha_producto_comprar_boton_menos {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.ficha_producto_comprar_boton_mas {
    margin-right:20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    background: url(/_img/mas3x.png) 0 0 no-repeat;
    background-size: 40px;
}
.ficha_producto_comprar_input {
    width: 55px;
    font-weight: 400;
    font-size: 26px;
}
.ficha_producto_comprar_boton_2 {
    margin-top: 0px;
    width: 175px;
    font-size: 18px;
    height: 40px;
}
.ficha_producto_comprar_botones_div {
    float:right;
}
.ficha_producto_comprar_tipo {
    float:left;
    width:auto;
}
.ficha_producto_comprar_tipo .boton_comprar_caja {
    font-size:18px;
    color:#000000;
    padding-left:40px;
    padding-right:40px;
    padding-top:9px;
    padding-bottom:9px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background-color:#019197;

    /*
    color:#fff;
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
    */
}
.aviso_stock {
    color: #FFA300;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0px;
    text-align: right;
    margin-top: -10px;
}
.ficha_producto_mas_info {
    border-top: 1px solid #000;
    margin-top: 60px;
    padding-top: 20px;
    float: left;
    position: relative;
    width: 100%;
}
.mas_info_div {
    display: none;
    width: 100%;
    float: left;
    margin-bottom:60px;
}
.mas_info_div0 {
    display: block;
}
.mas_info_titulo {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    width: auto;
    margin-bottom: 40px;
    cursor: pointer;
    float: left;
    margin-right: 100px;
}
.mas_info_titulo_des {
    color:#A9A9A9;
}
.mas_info_variable {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 22px;
    font-size:16px;
    color:#000000;
    width:100%;
}
.mas_info_valor {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    line-height: 22px;
    font-size:16px;
    color:#000000;
    width:100%;
    margin-bottom:20px;
}
.tooltipderecha {
    bottom: inherit !important;
    top: 0px;
    left: inherit !important;
    right: 60px;
}</pre></body></html>