
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin-ext');

/* Aviso cookies */
#aviso_cookie { position:fixed;left:0;right:0;bottom:0;width:100%;min-height:60px;background:#333;color:#ddd;z-index:99999; }
#aviso_cookie > div { text-align:center;width:100%;position:absolute;padding-left:5px;font-family:verdana,arial,sans-serif;font-size:12px;top:30%; }
#aviso_cookie > div > a.accept { padding:4px;background:#4682B4;text-decoration:none;color:#fff; }
#aviso_cookie > div > a.cookies-link { color:#ddd;text-decoration:underline;padding-left:5px; }

.highlight {
	background: #f2f2f2;
}

/* Bootstrap jode el Google Maps */
#map img {
	max-width: none;
}
#map .gm-style-iw p {
	margin:0;
}

/* Páginas dinámicas, ajustes de imágenes, espacios, etc. */
.paragraf .imgleft {
     max-width: 50%;
	 width: auto !important;
     width: 50%; /* para Explorers antiguos */
	 margin-right: 1%;
}
.paragraf .imgright {
     max-width: 50%;
	 width: auto !important;
     width: 50%; /* para Explorers antiguos */
	 margin-left: 1%;
}

.paragraf .imgtop,
.paragraf .imgbottom
{
     max-width: 100%;
	 width: auto !important;
     width: 100%; /* para Explorers antiguos */
	 float:none;
}

/* Quitar el text-transform capitalize, sólo tiene sentido en Inglés */
#topnav ul li a {
	text-transform: none;
}

/* Forzar salto de columna en lista de productos */
.thumbnails > li.col0 {
	clear: both;
}

.thumbnails > li {
	padding-top: 20px;
	border-top: 1px dashed #e7e7e7;
}
.thumbnails > li.item0, .thumbnails > li.item1, .thumbnails > li.item2 {
	padding-top: 0px;
	border-top: none;
}
#related .thumbnails > li.item3,
#latest .thumbnails > li.item3,
#featured .thumbnails > li.item3 {  /* La lista de productos relacionados tiene 4 columnas */
	padding-top: 0px;
	border-top: none;
}
.mainimage > li {
    border-top:none;
    padding-top:0;
}

.thumbnails .image-wrapper {
    border: 1px solid #ddd !important;
	/* padding: 5px; */
    padding: 25px;
	box-shadow: 2px 3px 4px #eee;
	-moz-box-shadow:2px 3px 4px #eee;
	-webkit-box-shadow:2px 3px 4px #eee;
	margin: 0 1px 9px 0;
    border-radius: 3px;
}
.lista_miniaturas li.productthumb img {
    cursor: pointer;
}


@media only screen and (max-width: 479px) {
	.thumbnails > li {
		padding-top: 10px;
		border-top: none;
	}
}

/* Ajustes en el footer */
.contact ul li {
    height: auto;
    margin-bottom: 20px;
}
#footer .foot1 a {
    color: #96979d;
}
#footer .foot1 a:hover {
    color: #fc0302;
}


/* Paginación de resultados */
.pagination ul {
    vertical-align: middle;
}

/* IVA incluído */
.vat_included {
    margin-top: 8px;
}

/* Disponibilidad */
.disp {
    margin-top: 8px;
}
.disp label {
    font-weight: normal;
    display: inline;
    font-size: 13px;
}
.disp span {
    color: #fc0302;
}


/* Estilar los contenidos de los tabs (mezcla de listoption2)*/
.description ul { margin:0px; padding:0px; list-style:none }
.description ul li { display:block; padding:5px 0 5px 20px; background: url("../../img/list2.png") no-repeat scroll 0 5px; }
.description ul li li{ background: url("../../img/list6.png") no-repeat scroll 0 10px; }


/* Arreglar para que no se vean las imagenes del thumbnail mientras carga */
.mainimage li { display:none; }
.mainimage li:first-child { display:block; }

/* Sólo tachar el precio en la ficha de producto*/
.productpageoldprice {
    text-decoration: none;
}
#productpageoldprice {
    text-decoration: line-through;
}

/* Colores */
input, textarea, .uneditable-input, label.radio {
    color: #5e626b;
}


/* Carro de la compra */

.cart-info table td.name {width:60%;}
.cart-info table td.quantity {width:16%;}
.cart-info table td.price {width:12%;}
.cart-info table td.total {width:12%;}

.cart-totals td.value { text-align: right;}

.headerdetails ul.topcartopen li > table .image { width: 50px; }
.headerdetails ul.topcartopen { min-width: 260px; }
.mousetrap { width: 100%; height:100%;}

.cart-info em.discount-explain { margin-left: 65px; font-weight: bold;}
.cart-info em.discount-explain span { font-weight: normal;}

.cart-info tbody .quantity { text-align: right; }

/* Pedido */
.checkoutsteptitle.fixed { background-image:none; cursor: auto; }


/* Componentes de un pack */
.pack_components {border-top: 1px dashed #e7e7e7;}
.pack_components h2 {font-size: 20px; text-transform: uppercase; margin-bottom:20px;}
.pack_components li a.productname { margin-left: 10px; display: block;}
.pack_components li img {float:left;vertical-align: middle;margin: 0px 10px 10px -12px;padding: 5px;border: 1px solid #E7E7E7;background: #fff;}
.pack_components .ahorro {color: #fc0302;font-size: 16px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 20px;}
.pack_components .ahorro span {font-weight: bold;}
.ahorro {}

/*////////////////////////////////////////////////////////////////////////////////*/
/*Canvis de escolacatalana de surf*/

/*BODY*/
body{
    font-family: 'Titillium Web', sans-serif!important;
    color: #474747;
}

a{
    color: white;
}

a:hover{
    color: #d80019;
}

/*HEADER*/
header #headerdetails{
    background: #000000;
}
.headerdetails{
    padding: 20px 0px 25px 0px;
    vertical-align: middle;
}


@media only screen and (min-width: 980px){
    #headersearch{
        padding-top: 50px;
    } 

    #topcart{
        padding-top: 50px;
    } 
}
@media (max-width: 979px){
    #headersearch{
        width: 100%;
    } 
}

#headersearch form{
    display: flex
}

#headersearch .btn{
    padding: 0px 12px;
    background: transparent;
    color: white;
}

.top-search input {
    width: 100%;
    margin-left: inherit;
    height: 19px;
    padding: 1px;
    font-size: 12px;
}
.topcart{
    font-weight: bold;
    font-size: 13px;
}
.topcart a>span{
    text-transform: capitalize;
}

#shopping_cart_minicontents{
    padding: 1px
}

#shopping_cart_minicontents .icon-shopping-cart{
    color: #cececf;
}

/*HEADER CART*/
@media (min-width: 980px) and (max-width: 1500px){
    #topcart .dropdown-menu{
        left: -175px;
    }
    #topcart .dropdown-menu:after{
        left: 250px;
    }
}

.headerdetails ul.topcartopen li > table td, .headerdetails ul.topcartopen li > table td a{
    color: black;
}
.headerdetails ul.topcartopen li > table td a:hover{
    color: #fc0302
}

/*MENU*/
#categorymenu {
    padding: 30px 0px 30px 0px;
    border: none;
    margin: 0px;
}

.subnav{
   text-align: center;
}

ul.categorymenu{
   text-align: center!important;
}

ul.categorymenu > li{
    position: relative!important;
    display: inline-block!important;
    text-align: center!important;
    border: none!important;
    font-weight: bold!important;
    color: black!important;
    margin: 0px 7px!important;
    float: none;
}

ul.categorymenu > li > a{
    color: inherit!important;
    text-shadow: none;
    background-color: inherit;
    font-size: 15px;    
    padding-left: 6px;
    padding-right: 6px;
}

ul.categorymenu > li > a.active{
    color: inherit!important;
    text-shadow: none;
    background-color: inherit;
}

ul.categorymenu > li:hover > a{
    color: #fff!important;
    text-shadow: none;
    background-color: #fc0302;  
}
ul.categorymenu > li > div > ul > li{
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #444!important;
    border-bottom: none;
}
ul.categorymenu > li > div > ul > li > a{
    color: black!important;
    font-weight: normal;
    /* text-transform: initial; */
    font-size: 12px;
    padding: 4px 4px 8px 4px;
}
ul.categorymenu > li > div > ul > li:hover > a{
    color: #fff!important;
    text-shadow: none;
    background-color: #fc0302;  
}

/*FOOTER*/
footer h2{
    font-family: 'Titillium Web', sans-serif!important;
    color: #fc0302!important;
    border: none!important;
    font-weight: bold !important;
    font-size: 14px!important;
    margin-bottom: 10px!important;
} 
.footersocial{
    padding-bottom: 100px!important;
}
.footersocial, .footersocial a, .footersocial p{
    color:white!important;
    background: black;
}

/*SUBFOOTER*/
.copyrightbottom {
    background: #545454;
    color: #7d7d80;
}

.copyrightbottom img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
.copyrightbottom img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

/*COOKIES*/
#aviso_cookie{
    background: #545454;
    color: #a2a1a2;
}

#aviso_cookie > div > a.accept{
    background: #6e6e6f;
    color: #bbbbbc
}

#aviso_cookie > div > a.cookies-link{
    color: #a2a1a2;
}

/*HOME I ALTRES*/
.flexslider{
    border-radius: 0px;
    border:1px solid #d5d5d6;
}
.flex-control-paging li a.flex-active{
    background: #fc0302;
}
.heading1 {
    /* border: none; */
    /* text-align: center; */
    /* color: #474647; */
    font-weight: bold;
    /* font-size: 18px!important; */
    font-size: 30px;
    /* font-family: 'Fredoka One', 'Open Sans', Helvetica; */
    color: #fc0302;
    text-transform: none;
    border-color: #ccc;
    border-bottom-style: inset;
    border-width: thin;
    margin-bottom: 35px;
}

.thumbnails .prdocutname{
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    font-size: 14px;
}
.thumbnails .productresum{
    color: black;
    line-height: 15px;
    display: none;
}

.thumbnails .pricenew, .thumbnails .priceold{
    color: #fc0302!important;
}
.thumbnails .pricenew{
    font-weight: bold!important;
    font-size: 22px!important;
}

.thumbnail .sale, .thumbnail .new{
    color: #fc0302!important;   
}
.image-wrapper{
    border: 1px solid #c2c2c2!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

.btn-orange{
    background: black;
    padding: 1px 12px 3px 12px;
    line-height: 15px;
    font-weight: bold;
    font-size: 13px
}
.btn-orange[disabled], .btn-orange[disabled]:hover{
    background: #444444;
    text-decoration: line-through;
}   

.btn-orange:hover{
    background: #fc0302;
}

/*FICHA I ALTRES*/

#product{
    margin-top: 45px;
}
.lista_miniaturas{
    margin-top: 30px;
}

.lista_miniaturas>li{
    border: none;
}
.mainimage>li>#wrap{
    /* border: 1px solid black; */
    border: none;    
}

h1.productname{
    color: #474747;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 45px;
    line-height: 48px;
}
.productpageprice{
    padding: 0px 0px 5px 0px;
    font-size: 32px;
    line-height: 32px;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    color: #fc0302;
}
.productpageoldprice{
    font-size: 15px;
    color:#474747;
}
.vat_included{
    margin-top: 0px;
    font-size: 15px;
    color:#474747;
}

.productinfo{
    font-size: 15px!important;
    margin-top: 16px!important;
}
.productinfo>lh{
    color: #474747!important;
}
.productinfo>li{
    line-height: 15px!important;
    padding: 0px!important;
    color: #474747!important;
}
.productinfo>li>.productinfoleft{
    width: inherit!important;
    padding: 0px 5px 0px 0px!important;
    font-weight: normal!important;
}
.disp{
    margin-top: 25px;
}
.productbtn button{
    padding: 8px 20px 8px 10px!important;
    text-transform: uppercase;
    font-size: 16px!important;
    line-height: 17px!important;
    font-weight: normal!important;
}
.productbtn button>i{
    padding: 0px 15px 0px 0px; 
}
#related .heading1{
    text-align: left;
    font-size: 22px;
}

#related .prdocutname{
    font-size: 13px;
}
#related .productresum{
    font-size: 12px;
}
.productdescription{
    color: #474747;
    font-weight: normal;
    font-size: 15px;
    margin-top: 20px;
}


/*SIDEBAR*/
.sidewidt h1{
    text-align: left!important;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 14px;
    font-size: 18px;
    color: #474647;
}
.sidewidt h2{
    text-align: left!important;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 14px;
    font-size: 22px;
}
.sidewidt ul{
    /* padding-left: 0px; */
}
.sidewidt ul>li{
    border: none;
}
.sidewidt ul>li a{
    /* background: none; */
    color: #888 !important;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.sidewidt ul>li a:hover{
    /* background: none; */
    color: #000 !important;
}
/*SHOPING CART PAGE I SEGUENTS*/
.cart-info a{
    color: #474747;
}
.cart-info a:hover{
    color: #fc0302;
}
.cart-info{
    color: #474747;
}
.cart-totals.cart-info a{
    color: white;
}
.checkoutstep{
   color: #474747;
}
.summary_form{
    color: #474747;
}
/*GENERAL*/
ul.breadcrumb a{
    color:black;
}
ul.breadcrumb a:hover{
    color:#fc0302;
}
h1, h2, h3{
    text-transform: uppercase;
}
.bigbtn.btn-orange{
    padding: 8px 20px 8px 10px!important;
    text-transform: uppercase;
    font-size: 16px!important;
    line-height: 17px!important;
    font-weight: normal!important;
}
.bigbtn.btn-orange>i{
    padding: 0px 15px 0px 0px; 
}
.controls .btn-orange{
    padding: 8px 10px 8px 20px!important;
    text-transform: uppercase;
    font-size: 16px!important;
    line-height: 17px!important;
    font-weight: normal!important;
}
.controls .btn-orange i{
    padding: 0px 15px 0px 0px; 
}
input.btn-orange{
    padding: 8px 10px 8px 10px!important;
    text-transform: uppercase;
    font-size: 16px!important;
    line-height: 17px!important;
    font-weight: normal!important;
}
input.btn-orange[value$='>>']{ 
    padding: 8px 10px 8px 20px!important;
}
.input.btn-orange i{
    padding: 0px 15px 0px 0px; 
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

/* ruben */
.breadcrumb {
    background-color: #f7f7f7;
}
ul.bestseller li {
    padding: 5px 10px 5px 0;
}
ul.bestseller li a.productname {
    color: #474647 !important;
    font-weight: bold;
    font-size: 11px;
}
ul.bestseller li span.price {
    display: block;
    font-size: 17px;
    font-weight: bold;
}
ul.categories li {
    display: block;
    border-bottom: 1px dashed #E7E7E7;
}
ul.categories li a:hover {
    /* background: none; */
    color: #333;
}
.thumbnail .price {
    margin: 5px 0;
    display: inline-block;
}
section#related .thumbnails .prdocutname {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    line-height: 18px;
    font-size: 14px;
}
section#related .thumbnail .addtocartbutton {
    float: right;
    margin-top: 12px;
    display: none;
}
section#related .thumbnails .pricenew {
    font-weight: bold!important;
    font-size: 16px!important;
}
.pagination ul>li>a, .pagination ul>li>span {
    color: #474647;
}
ul.categories li a.active {
    color: #fc0302 !important;
    /* text-decoration: underline; */
    /* background-color: #ccc; */
}
@media (min-width: 1200px) {
    .column-datos-producto {
            margin-left: 50px !important; 
    }
}

@media (min-width: 1200px) {
    section#related .thumbnails>li {
        margin-left: 45px !important; 
    }
}