/* 
    Created on : 21-mar-2017, 8:56:48
    Author     : Isabel
*/

@font-face{
    font-family: "lucida";
    src: url("../fonts/LucidaGrande.ttf");
    font-weight: normal;
}

@font-face{
    font-family: "fjalla";
    src: url("../fonts/FjallaOne-Regular.ttf");
    font-weight: normal;
}font-weight: normal;
}

div{
    line-height: 1.5em;
}

/*COLORES Y FUENTES*/
.borde{
    border-style: solid;
    border-width: thin;
    border-color: #CCCCCC;
}

.fjalla{
    font-weight: normal;
    color: black;
    font-family: fjalla;
    text-align: justify;

}
/*FIN DE COLORES Y FUENTES*/
#menu{
    padding-left: 0;
}


#menu ul{
    list-style: none;
    margin-bottom: 30px;
    margin-top: 30px;
}

#menu ul li{
    font-size: 17px;
    margin-bottom: 5px;
    border-bottom: #CCCCCC solid thin;
    text-transform: uppercase;
    text-align: left;
    padding: 13px 5px;
    color: black;
}

#menu ul li a{
    border-left: #e5133a solid 7px;/*65c1bd*/
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    color:black;
}

#menu ul li a:hover{
    text-decoration: none;
    color:black;
}

#menu img{
    width:100%;
}

#contact_link{
	
	text-align: center !important; 
	border-left: none !important;	
}
#contact_link:hover {
	background-color: transparent !important; 
		
}

#menu ul img {
    height: 17px;
    width: auto;
}

#logo > a > img{
    width: 100%;
}

#videos{
    padding: 0;
    margin-bottom: 40px;
}

.video-n{
    width:20%;
    float:left;
}

.video-n img{
    margin-left: auto;
    margin-right: auto;
}

/*HEADER*/
#logo{
    padding-left: 0;
    padding-right: 0;
}
/*FIN DE HEADER*/

#product_description{
    text-align: justify;
    color:#878787;
    font-family: lucida;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

#product_title{
    font-size: 18px;
    font-weight:600;
    border-bottom: solid thin #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    padding-top: 8px;
}
/*Antonio*/
@media (min-width: 480px) {
  #product_title {
    font-size: 22px;
  }
}
@media (min-width: 720px) {
  #product_title {
    font-size: 26px;
  }
}
@media (min-width: 1080px) {
  #product_title {
    font-size: 30px;
  }
}
/* Fin Antonio*/

#iva_text{
    color:#555555;
}

#div_price{
    margin-top: 15px;
    margin-bottom: 30px;
    color:#333333;
    padding-left: 0;
    padding-right: 0;
}

#div_price p{
    font-size: 30px;
}

#iva_text{
    font-size: 16px;
}

#por_solo{
    padding: 0;
    margin-bottom: 7px;
}

#por_solo div{
    padding: 0;
}

#por_solo div:nth-child(1), #por_solo div:nth-child(3) ,#div_price div:last-child{
    border-top: black solid thin;
    margin-top: 10px;
}

#por_solo div:nth-child(2){
    padding: 0 0 0 5px;
    text-align: center;
    font-size: 16px;
}

#product_characteristics{
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
}

#product_characteristics h3, #videos h3{
    font-size: 26px;
    color:#e5133a;
    text-transform: uppercase;
    font-family: fjalla;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: thin solid #cccccc;
}

#product_characteristics ul{
    list-style: none;
    font-size: 16px;
    font-family: lucida;
    color:#616161;
}

#product_characteristics ul li{
    padding-bottom: 5px;
}

#product_characteristics ul li:before{
    content:"● ";
    color: #e5133a;/*65c1bd*/
    padding-right: 5px;
}

/*IMAGENES DEL PRODUCTO*/
#principal_picture{
    text-align: center;
    height: 400px;
    /* min-height: 480px;
     max-height: 480px;*/
    padding-left: 0;
    padding-right: 0;
}

#preview_picture{
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
}

#principal_picture > div > a > img{ 
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#thumbnail_pictures_vert{
    padding-right: 0;
    padding-left: 0;
}

#thumbnail_pictures{
    padding-right: 0;
    padding-left: 0;
}

#product_thumbnail_360{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.product_thumbnail{
    padding: 3px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}

.product_thumbnail img{
    display: block;
    max-width: 100%;
    height: auto;
}

.thumb_wrap{
    padding: 0;
    width: 14.2%;
    float: left;
    padding-right: 5px;
}

/*FIN DE IMAGENES DEL PRODUCTO*/

/*MODAL*/
.dialogo{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    display: none;
    background-color: rgba(0,0,0,.5);
    transition: all 0s;
}

.m_modal{
    margin-top: 1em;
    position: relative;
    margin: 2% auto;
    float: none;
}

.dialogo:target{
    opacity: 1;
    display: block;
    pointer-events: auto;
    z-index: 6;

}

.imagen-central img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 82vh;
}

.previews{
    display:none;
    height: 100%;
    width: 100%;
    background-color: white;
}

#preview_image_1{
    float:left;
    display: block;
}

#preview_image_1:target{
    display: block;
    /*position: absolute;*/
}

#preview_image_2:target,#preview_image_3:target,#preview_image_4:target,#preview_image_5:target,#preview_image_6:target{    display: block;
    position: absolute;
}


.flecha-derecha{
    position: absolute;
    top: 50%;
    right: 2%;    
}

.flecha-derecha a{
    float: right;
}

.flecha-izquierda{
    position: absolute;
    top: 50%;
    left: 2%;
}

.imagen-central{
    left: 8%;
    min-height: 60px;
}

.imagen-central img{
    max-width: 100%;
}

.cerrar{
    color:black;
    font-weight: bold;
    font-size: 20px;
}

.cerrar:hover{
    color:black;
    text-decoration: none;
}
/*FIN DE MODAL*/

#store_info img{
    padding-top: 30px;
}

#store_warn{
    color:#666666;
    font-weight: bold;
    background-color: #eeeeee;
    padding: 15px 30px;
    font-family: lucida;
    text-transform: uppercase;
    text-align: justify;
    font-size: 13px;
    margin:20px 0;
}

/*PESTAÑAS*/
#information{
    padding: 20px 15px;
    margin-bottom: 30px;
}

#information > img{
    width: 100%;
}

#information input{
    visibility: hidden;
}

.mobile_option{
    display:none;
}

#information label{
   /* display:block;
    cursor:pointer;
    float:left;
    padding:18px 40px 10px;
    margin-bottom: -1px;
    border-bottom: none;
    background-color: white;
    z-index: 2;*/
    font-family: fjalla;
    color:#e5133a;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 10px;
}

#information label:nth-of-type(2),#information label:nth-of-type(3),#information label:nth-of-type(4){
    margin-left: 5px;
}

#pago,#envio,#devoluciones,#contacto{
    font-size: 15px;
    color:#878787;
    z-index: 3;
    padding: 38px;
    font-family: lucida;   
}

#tab-1:checked ~ #envio, #tab-1:checked ~ #devoluciones, #tab-1:checked ~ #contacto{
    display: none;
}
#tab-2:checked ~ #pago, #tab-2:checked ~ #devoluciones, #tab-2:checked ~ #contacto{
    display: none;
}
#tab-3:checked ~ #pago, #tab-3:checked ~ #envio, #tab-3:checked ~ #contacto{
    display: none;
}
#tab-4:checked ~ #pago, #tab-4:checked ~ #envio, #tab-4:checked ~ #devoluciones{
    display: none;
}

#information p{
    padding-bottom: 14px;
}

.cerrar{
    color:black;
    font-weight: bold;
    font-size: 20px;
}

.cerrar:hover{
    color:black;
    text-decoration: none;
}
.bar1, .bar3 {
    width: 27px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 6px) ;
    transform: rotate(-45deg) translate(0px, 6px) ;
}

.bar3 {
    -webkit-transform: rotate(45deg) translate(-1px, -8px) ;
    transform: rotate(45deg) translate(-1px, -8px) ;
}
/*FIN DE PESTAÑAS*/

footer{
    /*background-color: black;*/
	background: linear-gradient(#ee4160,#b40424);
    height:90px;
    color:white;
	font-family: lucida;
    font-size: 18px;
    text-align: center;
    padding-top: 35px;
}

@media(max-width:990px){
    #preview_picture{
        padding-right: 0;
    }

    .previews{
        padding: 0 !important;
    }

    #information > label{
        padding: 10px 20px;
    }
}

@media(max-width:767px){

    #top_menu{
        text-align: center;
    }

    #contact_wrap{
        margin-top:0;
        text-align: center;
        padding-bottom: 20px;
    }

    #logo img{
        margin-left: auto;
        margin-right: auto;
    }

    .mobile_option{
        display:block;
        padding-left: 0;
        color:#e5133a;
        text-transform: uppercase;
        font-family: fjalla;
        font-size: 16px;
        padding-bottom: 10px;
        font-weight: normal;
    }

    #information > label{
        display:none;
    }

    #envio,#devoluciones,#pago,#contacto{
        display:block !important;
        position: relative;
        border-bottom: thin #cccccc solid;
        border-right: thin #cccccc solid;
        background-size: auto;
    }

    #store_info{
        display:none;
    }

    .thumb_wrap{
        width: 33%;
    }
	
	footer{
    padding-top: 15px;
	}
}
