/* Generales
	------------------------------- */
	
.webform-component--validacion{
	display: none;
}
	
.cookiesms{	
		display: none;
	}
	
	
body{
	font-family: 'Lato', sans-serif;
	font-size: 14px !important;
	color: #444444;
	overflow-x: hidden;
}

.block{
	margin-bottom: 5px !important;
}

.ajax-progress{
	display:none;
}

#breadcrumbs{
	display:none;
}

.view-empty{
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	font-size: 20px;
}

#content-messages-inner{
	display: none !important;
}

#header-group{
	text-align: center;
}

/* AddThis */

.pluginCountBox{
	display: none !important;
}

/* Márgen Superior */

#content-group,
#pid-blog #content-inner,
#pid-blog #sidebar-second,
.node-type-entrada-blog #content-inner,
.page-cart #content-inner,
.page-checkout #content-inner{
	margin-top: 140px !important;
}

#pid-inicio #content-group,
#pid-blog #content-group,
.node-type-entrada-blog #content-group,
.page-cart #content-group,
.page-checkout #content-group{
	margin-top: 0px !important;
}


/* Menú Movil*/

#block-block-12{
	display:none;
}

/* Menú Superior */
/*#header-group{
	position: fixed;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.4);
}

.region-main-menu ul li a{
	padding: 7px !important;
}

#block-menu-menu-menu-superior{
	font-size: 22px;
	margin-bottom: 0px !important;
	width: 60% !important;
	padding-top: 10px;
}

#block-menu-menu-menu-superior .content{
	width: 80%;
	margin: auto !important;
}

#block-menu-menu-menu-superior .content ul li{
	width: 25%;
	text-align: center;
}

#block-menu-menu-menu-superior .content ul li a{
	text-decoration: none;
	color: #3e3e3e;
}

#block-menu-menu-menu-superior .content ul li a:hover,
#block-menu-menu-menu-superior .content ul li a.active{
	color: #9f9f9f;
}*/

/* Menú principal */
/* ----- Menú Principal
	--------------------------------------------------------------------------- */
#block-nice-menus-1{
	background-color: white;
	height: 67px;
	transition: all 0.4s ease 0s;
}

#block-nice-menus-1 .content{
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	line-height: 1em;
	font-size: .75em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-color: #000000;
	vertical-align: baseline;
}

#block-nice-menus-1 .content #nice-menu-1{
	list-style: none;
	display: table;
	margin: 0 auto;
	text-align: left;
	float: none;
}

#block-nice-menus-1 .content #nice-menu-1 > li{
	display: inline-block;
	float: left;
	position: initial;
	z-index: 100;
	background-color: transparent;
	border: none;
}

#block-nice-menus-1 .content #nice-menu-1 li a,
#block-nice-menus-1 .content #nice-menu-1 li span{
	color: #666666;
	display: block;
	padding: 20px;
	text-decoration: none;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor:pointer; 
	cursor: hand;
}

#block-nice-menus-1 .content #nice-menu-1 li ul{
	visibility: visible;
	position: absolute;
	margin-top: 45px;
	border: medium none;
	height: 40px;
	display: flex;
	box-sizing: border-box;
	width: 1120px;
	left: 50%;
	margin-left: -450px;
	z-index: 99;
	text-align: center;
}

#block-nice-menus-1 .content #nice-menu-1 li ul li{
	vertical-align: baseline;
	background-color: transparent;
	border: none;
	width: 14.2%;
}

ul.nice-menu-down li.menuparent,
ul.nice-menu-down li.menuparent:hover {
	background: none !important;
}

/* Bloque cesta */
#block-desarrollo-carrito{
	text-align: right;
	margin-top: -60px;
	position: relative;
	box-sizing: border-box;
	padding-right: 5%;
	transition: all 0.4s ease 0s;
	font-size: 12px;
}

#block-desarrollo-carrito #ico-cesta img{
	width: 25px;
	height: auto;
	position: relative;
	top: 4px;
	opacity: 0.7;
	transition: all 0.4s ease 0s;
}

#block-desarrollo-carrito #ico-cesta img:hover{
	opacity: 1;
	transition: all 0.4s ease 0s;
}

#block-desarrollo-carrito p{
	display: inline;
}

#block-desarrollo-carrito a{
	color: #4d4d4d;
	text-decoration: none;
}

#block-desarrollo-carrito a:hover{
	color: #9f9f9f;
}

/* Menú secundario */

#block-menu-menu-menu-secundario{
	position: absolute;
	top: 15px;
	box-sizing: border-box;
	width: auto;
	left: 70%;
	font-size: 12px;
}

#block-menu-menu-menu-secundario ul li{
	list-style: none;
	text-align: right;
	display: inline;
	margin-right: 10px;
}

#block-menu-menu-menu-secundario ul li a{
	color: black;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}

#block-menu-menu-menu-secundario ul li a:hover{
	color: #9f9f9f;
}

/* Menú pie */

#footer #blockgroup-bloques-men-pie{
	width: 80% !important;
	margin:auto !important;
}

#footer #blockgroup-bloques-men-pie .block{
	display: inline-block;
	width: 25%;
	text-align: center;
}

#footer #blockgroup-bloques-men-pie .block ul{
	margin: 0px !important;
	padding: 0px !important;
}

#footer #blockgroup-bloques-men-pie .block ul li{
	text-align: center;
	list-style: none;
}

#footer #blockgroup-bloques-men-pie .block a{
	text-decoration: none;
	color: #444444;
	transition: all 0.4s ease 0s;
}

#footer #blockgroup-bloques-men-pie .block a:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#footer #blockgroup-bloques-men-pie .block h2{
	color: #9f9f9f;
	font-weight: 200;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 30px;
}

#footer #block-menu-menu-condiciones-generales{
	background-color: #f0f0f0;
	padding: 20px 0px 10px 0px;
	margin: 30px 0px 0px 0px !important;
}

#footer #block-menu-menu-condiciones-generales h2{
	font-size: 12px;
	margin-bttom: 20px;
	text-transform: uppercase;
}

#footer #block-menu-menu-condiciones-generales .gutter{
	width: 80%;
	margin: auto !important;
	text-align: center;
}

#footer #block-menu-menu-condiciones-generales ul{
	margin:0px !important;
}

#footer #block-menu-menu-condiciones-generales ul li{
	list-style: none;
	width: 24%;
	display: inline-block;
	text-align: center;
}

#footer #block-menu-menu-condiciones-generales ul li a{
	text-decoration: none;
	color: #444444;
	transition: all 0.4s ease 0s;
}

#footer #block-menu-menu-condiciones-generales ul li a:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#footer #block-block-8{
	margin:0px !important;
	background-color: #f0f0f0;
	text-align: center;
	display: none;
}

#footer #block-block-8 img{
	width: 20%;
}

/* Inicio
	------------------------------- */

.grid16-16{
	width: 100% !important;
}

#pid-inicio h1.title{
	display:none;
}

.gutter{
	margin: 0px !important;
}

/* Logotipo */
#block-block-1{
	width: 100% !important;
	margin-top: 10px;
}

#block-block-1 .content{
	text-align: center;
}

#block-block-1 .content img{
	width: 300px !important;
	min-width: 120px;
}

/* Formulario de búsqueda */

#block-search-form{
	position: absolute;
	top: 15px;
	box-sizing: border-box;
	width: 250px;
	left: 80%;
}

#search-block-form{
	float: right;
}

#search-block-form #edit-search-block-form--2{
	width: 150px;
	padding: 8px 0;
	margin-right: 5px;
	border: none;
	border-bottom: 1px solid #eee;
}

#search-block-form #edit-search-block-form--2:focus,
#search-block-form #edit-search-block-form--2:hover,
#search-block-form #edit-search-block-form--2:active{
	margin-right: 5px;
	border: none;
	border-bottom: 1px solid #000;
	box-shadow: none;
}

#search-block-form #edit-actions input {
    background-image: url('/sites/all/themes/fusion/fusion_starter_lite/css/imagenes/lupa.png');
    background-size: cover;
	border: none;
	width: 16px !important;
	height: 16px;
	color: rgba(0,0,0,0) !important;
	padding: 0px !important;
	background-color: white;
	opacity: 0.7;
	transition: all 0.4s ease 0s;
}

#search-block-form #edit-actions input:hover {
	opacity: 1;
}

/* Slider */

#block-views-slider-block{
	margin-top: -7px;
}

#views_slideshow_cycle_teaser_section_slider-block{
	width: 100% !important;
}

#views_slideshow_cycle_teaser_section_slider-block .views-slideshow-cycle-main-frame-row{
	width: 100% !important;
}

#block-views-slider-block #views_slideshow_cycle_main_slider-block .views-field-field-imagen img{
	width: 100% !important;
	height: auto !important;
}

#block-views-slider-block .views-slideshow-pager-field-item{
	color:rgba(255, 255, 255, 0);
	display:inline-block;
	transition: color 0.4s ease 0s;
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	border-radius: 50%;
	background: #9f9f9f none repeat scroll 0% 0%;
	border: solid 1px #b9b9b9;
}

#block-views-slider-block .views-slideshow-pager-field-item.active{
	opacity: 1;
	transition: all 0.4s ease 0s;
}

#block-views-slider-block .views-slideshow-pager-field-item:hover{
	opacity: 1;
	transition: all 0.4s ease 0s;
}

#block-views-slider-block #widget_pager_bottom_slider-block{
	margin-right: 15% !important;
	text-align: right;
	position: relative;
	top: -35px;
	z-index: 90;
}

/* Novedades */

#block-views-productos-tax-block-1{
	text-align: center;
	margin-top: 60px;
}

#block-views-productos-tax-block-1 h2{
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	color: #666666;
	font-size: 16px;
}

#block-views-productos-tax-block-1 .view-id-productos_tax{
	margin:auto !important; 
}

#block-views-productos-tax-block-1 .view-id-productos_tax .view-content{
	width: 70% !important;
	margin:auto !important;
	max-width: 1250px;
}

#block-views-productos-tax-block-1 .view-id-productos_tax .view-content .owl-item .views-field-field-imagenes img{
	width: 100% !important;
	height: auto !important;
}

#block-views-productos-tax-block-1 .view-id-productos_tax .view-content .owl-item{
	padding: 5px !important;
	box-sizing: border-box;
}

#block-views-productos-tax-block-1 .title{
	margin: auto;
}

#block-views-productos-tax-block-1 #ver-mas{
	position: relative;
	top: 12px;
}


#block-views-productos-tax-block-1 #ver-mas a{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #2E2E2E;
	padding: 7px 12px;
	border-radius: 50%;
	left: 48.3%;
	text-decoration: none;
	cursor:pointer; 
	cursor: hand
}

#block-views-productos-tax-block-1 .owl-item{
	position:relative;
}

#block-views-productos-tax-block-1 .owl-item .commerce-add-to-cart{
	position: absolute;
	bottom: 54px;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	height: 60%;
	transition: all 0.4s ease 0s;
	opacity: 0;
	padding-top: 10%;
}

#block-views-productos-tax-block-1 .owl-item .commerce-add-to-cart:hover{
	opacity:1;
	transition: all 0.4s ease 0s;
}

#block-views-productos-tax-block-1 .owl-item .commerce-add-to-cart .commerce-pricing-attributes-item{
	border-radius: 0px;
	background-color: white;
	text-align: center;
	width: 180px;
	font-size: 14px;
	color: #7d7d7d;
}

#block-views-productos-tax-block-1 .owl-item .commerce-add-to-cart .form-submit{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 20px;
	transition: all 0.4s ease 0s;
}

#block-views-productos-tax-block-1 .owl-item .commerce-add-to-cart .form-submit:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#block-views-productos-tax-block-1 .views-field-title a{
	color: #7d7d7d;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.4s ease 0s;
	font-weight: bold;
}

#block-views-productos-tax-block-1 .views-field-title a:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#block-views-productos-tax-block-1 .views-field-commerce-price{
	font-size: 14px;
}

/* Instagram */

#block-block-15{
	width: 70%;
	float: none;
	margin: auto;
	max-width: 1250px;
	text-align: center;
	overflow: auto;
	padding-top: 50px;
	margin-bottom: 50px;
}

#block-block-15 h2{
	font-weight: lighter !important;
	font-size: 14px;
}

#block-block-15 .content > p{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
}

/* Parallax */

#block-views-inicio-block{
	margin-top: 80px;
}

#block-views-inicio-block .view-content{
	height: 500px;
}

#block-views-inicio-block .view-content .views-row{
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
}

#block-views-inicio-block .view-content .views-row .views-field-field-texto-parallax{
	font-size: 50px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 8%;
	line-height: 50px;
}

#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax{
	width: 90px;
	margin: auto;
	margin-top: 35px;
	padding: 15px 30px;
	text-align: center;
	transition: all 0.4s ease 0s;
	border: solid 2px white;

}

#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax:hover{
	background-color: white;
	transition: all 0.4s ease 0s;
}

#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax a{
	text-decoration: none;
	color: white;
	font-size: 30px;
}

#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax:hover a{
	color: black;
	transition: all 0.4s ease 0s;
}


/* Bloques imágenes */
#block-block-3,
#block-simplenews-5,
#block-block-4{
	width: 33.33% !important;
	float:left;
	margin: 0px !important;
	box-sizing: border-box;
	padding: 20px !important;
}

#block-block-3 img,
#block-simplenews-5 img,
#block-block-4 img{
	width: 100% !important;
	height: auto !important;
}

#block-simplenews-5 .gutter .content{
	position: relative;
	top: -165px !important;
	z-index: 10;
	height: 0px;
	text-align: center;
}

#block-simplenews-5 .gutter .content .form-type-textfield input{
	width: 75% !important;
	height: 20px;
	font-size: 17px;
}

#block-simplenews-5 .gutter .content #edit-submit--5{
	padding: 9px !important;
	border-radius: 50%;
	background-color: #313131;
	border: 2px solid #313131;
	color: white;
}

#simplenews-block-form-5 label{
	display:none;
}

#simplenews-block-form-5 form{
	text-align: center;
	margin-top: 67%;
}

/* Newsletter */
#simplenews-block-form-5 .form-submit{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: all 0.4s ease 0s;
}

#simplenews-block-form-5 .form-submit:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

/* Servicios */
#pid-inicio #block-system-main .gutter > .content{
	width: 80% !important;
	margin:auto !important;
	max-width: 1000px;
margin: auto;
}

.field-name-field-servicios .entity-field-collection-item{
	width:33.3% !important;
	float:left;
	text-align: center;
}

.field-name-field-servicios .entity-field-collection-item img{
	width: 40% !important;
	height: auto !important;
}

.field-name-field-servicios .entity-field-collection-item  .field-name-field-servicio{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	min-height: 48px;
}

/* RRSS */

#block-block-14{
	position: absolute;
	top: 15px;
	width: 200px;
	left: 10%;
}

#block-block-14 .content{
	box-sizing: border-box;
	padding: 0% 10%;
	text-align: left;
}

ul.ace-social-icons {
    display: inline-block;
    clear: both;
    list-style: none;
    font-size: 1em;
    text-align: center;
}

ul.ace-social-icons li {
    float: left;
    margin-right: 20px;
    line-height: 1em;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.ace-social-icons .fa-facebook,
ul.ace-social-icons .fa-pinterest,
ul.ace-social-icons .fa-instagram{
    color: #000000;
    transition: all 0.4s ease 0s;
    
}


ul.ace-social-icons .fa-facebook:hover,
ul.ace-social-icons .fa-pinterest:hover,
ul.ace-social-icons .fa-instagram:hover{
    color: #9f9f9f;
}

.fa-facebook-f::before, .fa-facebook::before {
    content: "\f09a";
}

ul.ace-social-icons a::before{
	font-size: 20px;
}

ul.ace-social-icons li span {
    display: none;
}

/**/

#footer{
	font-size: 12px;
}

#block-block-6{
	border-bottom: solid 1px #e5e5e5;
	padding-top: 40px !important;
	width: 100% !important;
	text-align: center;
	padding-bottom: 30px;
}

#block-block-6 .content{
	width: 80% !important;
	margin:auto !important;
}

#block-block-6 #enl-pie{
	margin-bottom: 30px;
}

#block-block-6 #enl-pie a{
	text-transform: uppercase;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#block-block-6 #enl-pie a:nth-child(1){
	margin-right: 15px;
}

#block-block-6 #enl-pie a:hover{
	color: #909090;
}



/* Localización */
#localizacion{
	float:right;
}

#localizacion img{
	width: 30px;
	height: auto;
}

#localizacion a{
	text-decoration: none;
	color: #444444;
	text-transform: uppercase;
}

/* Productos taxonomía
	------------------------------------------------ */

#pid-productos #content #block-system-main .gutter{
	width: 70%; 
	margin:auto !important;
	margin-top: 30px !important;
	max-width: 1250px;
}

#pid-productos h1{
	display: none;
}

#pid-productos #content #block-system-main .gutter .view ul{
	margin:0px !important;
}

#pid-productos #content #block-system-main .gutter .view ul li{
	width: 48% !important;
	float:left;
	list-style: none;
	margin-bottom: 20px;
}

#pid-productos #content #block-system-main .gutter .view ul li img{
	width: 100% !important;
	height: auto !important;
}

#pid-productos #content #block-system-main .gutter .view ul li h2{
    text-align: center;
    position: relative;
    top: 100px;
    font-size: 50px;
}

#pid-productos #content #block-system-main .gutter .view ul li.views-row-odd{
	margin-right: 4% !important;
}

#pid-productos #content #block-system-main .gutter .view ul li .productos{
	background-size: 100%;
	transition: all 0.6s ease 0s;
	background-position: center center;
	position:relative;
	overflow: hidden;
}

#pid-productos #content #block-system-main .gutter .view ul li .productos:hover{
	background-size: 115%;
	transition: all 0.6s ease 0s;
}

#pid-productos #content #block-system-main .gutter .view ul li .productos .oscuro{
	width: 100% !important;
	height: 1000px;
	position: absolute;
	transition: all 0.4s ease 0s;
}


#pid-productos #content #block-system-main .gutter .view ul li .productos a{
	text-decoration: none;
	color: white;
}


/* Productos vista 
	----------------------------------- */
.productos #content{
	width: 70% !important;
	max-width: 1250px;
	float: none;
	margin:auto;
}

.productos #main{
	min-height: 300px;
}
	
.productos #main .title{
	display:none;
}

.productos #block-system-main .gutter .content ul li{
	list-style: none;
	width: 33.3% !important;
	float:left;
	text-align: center;
	position:relative;
	padding: 2px !important;
	box-sizing: border-box;
	margin-bottom: 40px;
	min-height: 300px;
}

.productos .ds-2col > .group-right{
	width: 38% !important;
}

.productos .ds-2col > .group-right .field-field-descripcion p{
	margin-bottom: 10px !important;
}

.productos #block-system-main .gutter .content ul li .views-field-field-imagenes .field-content{
	width: 90% !important;
	margin:auto !important;
}

.productos #block-system-main .gutter .content ul li .views-field-field-imagenes .field-content img{
	width: 100% !important;
	height: auto;
}

.productos #block-system-main .gutter .content ul li .views-field-title a{
	color: rgb(67, 67, 67);
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}

.productos #block-system-main .gutter .content ul li .views-field-commerce-price{
	font-size: 14px;
}

.productos #block-system-main .gutter .content ul li .views-field-title a:hover,
.productos #block-system-main .gutter .content ul li form .form-submit:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

.productos #block-system-main .views-field-add-to-cart-form{
	position: absolute;
	bottom: 55px;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	height: 60%;
	transition: all 0.4s ease 0s;
	opacity:0;
	padding-top: 20%;
	left:0%;
}

.productos #block-system-main .views-field-add-to-cart-form a{
	position: absolute;
	bottom: 55px;
	width: 100%;
	height: 60%;
	padding-top: 20%;
	left:0%;
}

.productos #block-system-main .views-field-add-to-cart-form:hover{
	opacity:1;
	transition: all 0.4s ease 0s;
}

.productos #block-system-main .views-field-add-to-cart-form .commerce-pricing-attributes-item{
	border-radius: 0px;
	background-color: white;
	text-align: center;
	width: 60%;
	font-size: 14px;
	color: #7d7d7d;
}

.form-required{
	color:#9f9f9f;
}

.productos #block-system-main .gutter .content ul li form .form-submit{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top:20px;
	transition: all 0.4s ease 0s;
}

.nuevo{
	width: 25%;
	height: 200px;
	background-image: url('/sites/all/themes/fusion/fusion_starter_lite/css/imagenes/nuevop.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position:absolute;
	right: 15px;
	top: -5px;
}

/* Producto individual
	----------------------------------- */
.node-type-product-display #block-system-main .gutter{
	width: 80%;
	margin:auto !important;
}

.node-type-product-display #block-system-main .gutter .group-left{
	margin-right: 2%;
	box-sizing: border-box;
	width: 60%;
	padding-right: 50px;
}

#edit-line-item-fields #edit-line-item-fields-field-notas .description{
	font-size: 11px;
	color: #b3b3b3;
}

#edit-line-item-fields #edit-line-item-fields-field-notas .grippie{
	display: none;
}

.productos #block-system-main .gutter .content ul{
	margin: 0px !important;
}

.productos #block-system-main .gutter .content ul li img{
	width: 100%;
	height: auto;
}

.node-type-product-display #block-system-main .gutter .group-left .field-slideshow-slide{
	position:relative !important;
}

.node-type-product-display #block-system-main .gutter .group-left .field-slideshow{
	width: 100% !important;
}

.node-type-product-display #block-system-main .gutter .group-left .field-slideshow img{
	width: 100% !important;
	height: auto !important;
}

.node-type-product-display .commerce-product-title-label,
.node-type-product-display .title{
	display:none;
}

.node-type-product-display #content{
	margin-top: 30px;
}

.node-type-product-display .commerce-product-title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.node-type-product-display .field-name-field-descripcion{
	text-align: justify;
	font-size: 14px;
}

.node-type-product-display .field-name-commerce-price{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: right;
	color: #9f9f9f;
}

.node-type-product-display #commerce-cart-add-to-cart-form-1{
	text-align: center;
}

.node-type-product-display #commerce-cart-add-to-cart-form-1 #edit-submit{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top:20px;
	transition: all 0.4s ease 0s;
}

.node-type-product-display .commerce-add-to-cart #edit-submit{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top:20px;
	transition: all 0.4s ease 0s;
}

.node-type-product-display .commerce-add-to-cart #edit-submit:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}


.node-type-product-display .commerce-pricing-attributes-item{
	border-radius: 0px;
	background-color: white;
	text-align: center;
	width: 250px;
	font-size: 14px;
	color: #7d7d7d;
}

.node-type-product-display .commerce-add-to-cart{
	text-align: center;
}

#block-system-main .field-name-addthis{
	margin-top: 60px !important; 
}


/* Entradas blog 
	----------------------------------- */

/* Entrada individual */

.node-type-entrada-blog #content-group{
	width: 80% !important;
	margin: auto;
	float: none;
	max-width: 1250px;
}

.node-type-entrada-blog #content-group h1.title,
.node-type-entrada-blog #sidebar-second h2.title,
#pid-blog #sidebar-second h2.title,
.etiquetas #sidebar-second h2.title{
	text-align: center;
	margin-top: 73px;
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	color: #666666;
	font-size: 16px;
}

.node-type-entrada-blog #sidebar-second,
#pid-blog #sidebar-second,
.etiquetas #sidebar-second{
	width: 20%;
}

.node-type-entrada-blog #content .block-system-main .gutter{
	width: 80%;
	margin: auto !important;
}

.node-type-entrada-blog #content #block-system-main img{
	width: 100% !important;
	height: auto;
	margin-bottom: 20px;
}

.node-type-entrada-blog #content .field-name-field-texto{
	text-align: justify;
	margin-bottom: 30px;
}

.node-type-entrada-blog #content .field-name-field-texto p{
	margin-bottom: 15px;
}

.node-type-entrada-blog #sidebar-second #block-views-blog-block-1 ul li{
	list-style: none;
}

.node-type-entrada-blog #sidebar-second #block-views-blog-block-1 ul li a{
	text-decoration: none;
}

.node-type-entrada-blog .field-collection-view{
	padding: 0px !important;
	margin: 0px !important;
	border-bottom: none !important;
}

/* Comentarios */

.node-type-entrada-blog .ckeditor_links,
.node-type-entrada-blog .filter-wrapper{
	display:none !important;
}

#comments input.form-text{
	width: 500px;
}

#comments .username{
	font-weight: bold;
	color: #9f9f9f;
}

#comments .field-name-post-date{
	font-size: 12px;
}

#comments .field-name-comment-body{
	text-align: justify;
}

#comments .comment{
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

/* Vista blog */

#pid-blog #main{
	width: 80% !important;
	max-width: 1250px;
}

#pid-blog #content-group,
.etiquetas #content-group{
	width: 80%;
	float:none;
}

#pid-blog h1,
.etiquetas h1{
	display:none;
}

#pid-blog .views-row,
.etiquetas .views-row{
	list-style: none;
}

#pid-blog #block-system-main .view-id-blog li{
	margin-bottom: 80px;
}

#pid-blog .views-row .views-field-field-imagen img,
.etiquetas .views-row .views-field-field-imagen img{
	width: 100%;
}

#pid-blog .views-row .views-field-title,
#pid-blog .views-row .views-field-name,
.etiquetas .views-row .views-field-title,
.etiquetas .views-row .views-field-name{
	margin-bottom: 15px;
	text-align: center;
}

#pid-blog #block-system-main,
.etiquetas #block-system-main{
	margin-top: 30px;
}

#pid-blog #block-system-main .views-row .views-field-title a,
.etiquetas #block-system-main .views-row .views-field-title a{
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	color: #666666;
	font-size: 16px;

}

#pid-blog .views-row .views-field-title a,
#pid-blog .views-row .views-field-name a,
.etiquetas .views-row .views-field-title a,
.etiquetas .views-row .views-field-name a{
	text-decoration: none;
	color: #333333;
}

#pid-blog .views-row .views-field-title a:hover,
#pid-blog .views-row .views-field-name a:hover,
.etiquetas .views-row .views-field-title a:hover,
.etiquetas .views-row .views-field-name a:hover{
	color: #9f9f9f;
}

#pid-blog .views-row .views-field-created,
.etiquetas .views-row .views-field-created{
	text-align: right;
	font-size: 13px;
}

#pid-blog .views-row .views-field-field-texto,
.etiquetas .views-row .views-field-field-texto{
	text-align: justify;
	color: #7d7d7d;
	font-size: 14px;
	margin-bottom: 50px;
}

#pid-blog .views-row .views-field-view-node,
.etiquetas .views-row .views-field-view-node{
	text-align: center;
	margin-top:20px;
	margin-bottom: 30px;
}

#pid-blog .views-row .views-field-view-node a,
.etiquetas .views-row .views-field-view-node a{
	text-decoration: none;
	color: #9f9f9f;
	padding: 9px;
	font-weight: bold;
	transition: all 0.4s ease 0s;
	border: solid 2px #9f9f9f;
}

#pid-blog .views-row .views-field-view-node a:hover,
.etiquetas .views-row .views-field-view-node a:hover{
	color: white;
	transition: all 0.4s ease 0s;
	background-color: #9f9f9f;
}

#pid-blog #block-views-blog-block-1,
#pid-blog #block-views-etiquetas-blog-block-1{
	padding-left: 50px;
}

#pid-blog #block-views-blog-block-1 ul,
#pid-blog #block-views-etiquetas-blog-block-1 ul{
	margin: 0px !important;
}

#pid-blog #block-views-blog-block-1 .title,
#pid-blog #block-views-etiquetas-blog-block-1 .title{
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	color: #666666;
	font-size: 16px;
}


#pid-blog #block-views-blog-block-1 ul .views-row a,
#pid-blog #block-views-etiquetas-blog-block-1 .views-row a{
	font-size: 14px !important;
}

/* Login
	-------------------------------------- */

#pid-user, #pid-user-login, #pid-user-password, #pid-user-register, .page-user-reset{
	background-image: url('/sites/all/themes/fusion/fusion_starter_lite/css/imagenes/FondoLogin.jpg');
	height: 100% !important;
	width: auto !important;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% !important;
}

#pid-user-login .box,
#pid-user .box,
#pid-user-password .box,
#pid-user-register .box,
.page-user-reset #block-system-main{
	width: 450px !important;
	text-align: center;
	border: 2px solid #9f9f9f;
	border-radius: 10px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	margin:auto;
	float:none;
}

#pid-user-login #user-login #edit-submit,
#pid-user #user-login #edit-submit,
#pid-user-password #user-login #edit-submit,
#pid-user-register #user-login #edit-submit{
	background-color: #9f9f9f;
	padding: 5px;
	color: white;
}

#pid-user-login #user-login #edit-submit:hover,
#pid-user #user-login #edit-submit:hover,
#pid-user-password #user-login #edit-submit:hover,
#pid-user-register #user-login #edit-submit:hover{
	color:#cccccc;
}

#pid-user-login .enlaces a,
#pid-user .enlaces a,
#pid-user-password .enlaces a,
#pid-user-register .enlaces a{
	display:block;
	text-align: center;
	text-decoration: none;
	color: #3a3a3a;
	font-weight: bold;
}

#pid-user-login .enlaces a:hover,
#pid-user .enlaces a:hover,
#pid-user-password .enlaces a:hover,
#pid-user-register .enlaces a:hover{
	color:#bb7b70;
}

#pid-user-password .enlaces a:nth-child(1),
#pid-user-password .enlaces a:nth-child(2),
#pid-user-register .enlaces a:nth-child(1),
#pid-user-register .enlaces a:nth-child(2){
	display:none;
}

#pid-user-login .logo,
#pid-user .logo,
#pid-user-password .logo,
#pid-user-register .logo,
.page-user-reset .logo{
	width: 350px;
	margin: auto;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px;
}

#pid-user-login .logo img,
#pid-user .logo img,
#pid-user-password .logo img,
#pid-user-register .logo img,
.page-user-reset .logo img{
	width: 100%;
	height: auto;
}

.page-user-reset .enlaces{
	display:none;
}

/* Proceso de compra
	--------------------------------- */
	
.page-cart #main #content-group,
.page-checkout #content-group{
	width: 80% !important;
	margin:auto;
	float:none;
	margin-top:30px;
}

.page-checkout #content-group .active{
	color: #fa9481;
}

.page-checkout #content-group .commerce-price-formatted-components{
	color: #9f9f9f;
}

#main #content-group #block-commerce-checkout-progress-indication ol li{
	width: 20%;
}

#pid-cart #edit-actions input,
#edit-continue,
#edit-cancel,
#edit-back,
#edit-rename,
#edit-submit,
#edit-preview{
	color: #fff;
	background-color: #9f9f9f;
	padding: 9px;
	border-radius: 5px;
	font-weight: bold;
	transition: all 0.4s ease 0s;
}

#edit-cancel,
#edit-back{
	text-decoration: none;
	padding: 9px !important;
	border-top: 2px solid #f1f1f1;
	border-left: 2px solid #f1f1f1;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

#views-form-commerce-cart-form-default input[type='submit']{
	color: #fff;
	background-color: #e3c3bd;
	border-radius: 5px;
	font-weight: bold;
	transition: all 0.4s ease 0s;
}

.page-checkout #block-system-main select{
	border-radius: 0px;
	background-color: white;
	text-align: center;
	width: 180px;
	font-size: 14px;
	color: #7d7d7d;
}

.page-checkout #block-system-main{
	min-height: 300px ;
}

.page-checkout #edit-checkout-completion-message a{
	color:#9f9f9f;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}

.page-checkout #edit-checkout-completion-message a:hover{
	color: #555555;
	transition: all 0.4s ease 0s;
}

/* Panel del cliente 
	----------------------------- */
.page-user #block-system-main .gutter{
	width: 80%;
	margin:auto !important;
	margin-top: 40px !important;
}

.page-user #block-system-main .gutter h3{
	margin-top: 30px !important;
	text-align: center;
	padding-bottom: 5px !important;
}

.page-user #block-system-main .gutter a{
	text-decoration: none;
	color:#9f9f9f;
	transition: all 0.4s ease 0s;
}

.page-user #block-system-main .gutter a:hover{
	color: #555555;
	transition: all 0.4s ease 0s;
}

.page-user #block-system-main .gutter thead{
	color: #9f9f9f;
}

#enlace-inicio,
#enlace-cerrar{
	width: 100% !important;
}

.contenedor-enlace{
	margin-left: 10% !important;
}

.contenedor-enlace a{
	text-decoration: none;
}

#boton-inicio,
#boton-cerrar{
	width: 80% !important;
	background-color: #9f9f9f;
	border-radius: 10px;
	height: 45px;
	font-size: 20px;
	margin-bottom: 5px !important;
	color: white;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

#boton-cerrar{
	margin-bottom: 30px !important;
}

#boton-inicio:hover,
#boton-cerrar:hover{
	background-color: #db8e81;
	transition: all 0.4s ease 0s;
}

.field-name-commerce-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
	background-color: #9f9f9f;
	color: #555;
}

/* Renombrar cestas */
.page-carts-rename h1.title,
.page-carts-delete h1.title{
	width: 80% !important;
	margin:auto !important;
	margin-top: 30px !important;
}

.page-carts-rename #content-group #content #block-system-main,
.page-carts-delete #content-group #content #block-system-main{
	width: 80% !important;
	margin:auto !important;
	margin-top: 40px !important;
	float:none !important;
	min-height: 200px;
}

/* Buscador */
.page-search-node #content-inner{
	float: none;
	width: 80% !important;
	margin: auto !important;
	margin-top: 30px !important;
}

.page-search-node #content-inner #block-system-main a{
	color: #9f9f9f;
	text-decoration: none;
}

.page-search-node #content-inner #block-system-main a:hover{
	color:#505050
}

/* Contacto
	----------------------------------- */

#pid-contacto h1{
	display:none;
}

#pid-contacto #block-system-main .gutter{
	width: 80% !important;
	margin: auto !important;
}

#pid-contacto #block-system-main .content .field-name-field-texto,
#pid-contacto #block-system-main .content form{
	width: 50% !important;
	box-sizing: border-box;
	float:left;
}

#pid-contacto .field-name-field-texto-superior{
	margin:auto !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

#pid-contacto .field-name-field-texto-superior p{
	margin-bottom: 10px !important;
}

#pid-contacto #grupo-contenido{
	width: 80% !important;
	margin: auto !important;
}

#pid-contacto #webform-client-form-4 .form-item input{
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
	height: 30px;
	color: #333333;
	font-family: "Arial";
	font-size: 11px;
}

#pid-contacto #webform-client-form-4 .form-item input:hover,
#pid-contacto #webform-client-form-4 .form-item textarea:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#pid-contacto .grippie{
	display:none !important;
}

#pid-contacto #webform-client-form-4 .form-item textarea{
	padding: 5px;
	border:solid 1px #d1d1d1;
	color: #333333;
	font-family: "Arial";
	font-size: 11px;
}

#pid-contacto #webform-client-form-4 .form-submit{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: all 0.4s ease 0s;
}

#pid-contacto #webform-client-form-4 .form-submit:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#pid-contacto #webform-client-form-4 .form-actions{
	text-align: right;
}

#pid-contacto .field-name-field-texto .owl-wrapper{
	width: 90% !important;
	margin: auto !important;
}

#pid-contacto .field-name-field-texto .owl-wrapper .owl-item{
	width: 100% !important;
	padding-top: 30px; 
}

#pid-contacto .field-name-field-texto a{
	text-decoration: none;
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#pid-contacto .field-name-field-texto a:hover{
	color: #333333;
	transition: all 0.4s ease 0s;
}

/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@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{	
	width:100%;
	min-height:43px;
	margin:0 auto;
	padding-left:1%;
    padding-top:5px;
    font-size: 1.2em;
	clear:both;
    font-weight: strong;
	color: #f8f8f8;
	bottom:0px;
	position:fixed;
	left: 0px;
	background-color: #2e2e2e;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	transition: bottom 1s;
	-webkit-transition:bottom 1s; /* Safari */
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
	z-index:999999999;
}

.cookiesms a{
	text-decoration: none;
	color: #9f9f9f;
}

#cookie1 button{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: all 0.4s ease 0s;
	margin-left: 30px;
}

#cookie1 button:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

 
.cookiesms:hover{
	bottom:0px;
}
.cookies2{
	background-color: #FFF;
	display:none;
	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.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 




/* Páginas básicas
	---------------------------------- */
.node-type-page #content-inner{
	width: 80%;
	margin: auto !important;
	float: none !important;
	text-align: justify;
	margin-top: 30px !important;
	max-width: 1250px;
}

.node-type-page #content-inner h1{
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	color: #666666;
	font-size: 16px;
}

.node-type-page #content-inner p{
	margin-bottom: 10px !important;
}

.node-type-page #content-inner a{
	text-decoration: none;
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

.node-type-page #content-inner a:hover{
	color: #606060;
	transition: all 0.4s ease 0s;
}

/* Formulario de devoluciones
	----------------------------------- */

#pid-formulario-devoluciones #content-inner-inner{
	width: 80% !important;
	margin: auto;
	padding-top: 30px !important;
}

#pid-formulario-devoluciones #content-inner-inner .field-name-field-texto .owl-wrapper{
	width: 100% !important;
	text-align: right;
}

#pid-formulario-devoluciones #content-inner-inner .field-name-field-texto .owl-wrapper .owl-item{
	width: 100% !important;
}

#pid-formulario-devoluciones #content-inner-inner .field-name-field-texto .owl-wrapper a{
	text-decoration: none;
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#pid-formulario-devoluciones #content-inner-inner .field-name-field-texto .owl-wrapper a:hover{
	color: #606060;
	transition: all 0.4s ease 0s;
}

#webform-client-form-41{
	width: 60% !important;
	margin: auto !important;
}

#webform-client-form-41 input:not(.webform-calendar){
	width: 100% !important;
	box-sizing: border-box;
	max-width: none !important;
	height: 30px;
}

#webform-client-form-41 .webform-component--fecha-de-recepcion{
	text-align: center;
}

#webform-client-form-41 .webform-component--fecha-de-recepcion label{
	font-weight: 100;
	color: #b2b2b2;
}

#webform-client-form-41 .webform-component--fecha-de-recepcion select{
	width: 20%;
	border-radius: 0px;
	border: solid 1px #ccc;
	height: 30px;
	color: #7d7d7d;
}

#webform-client-form-41 textarea{
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	color: #313131;
	padding: 5px !important;
}

#webform-client-form-41 .grippie{
	display: none !important;
}

#webform-client-form-41 .form-actions .form-submit{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: all 0.4s ease 0s;
}

#webform-client-form-41 .form-actions  .form-submit:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}


/* Personaliza tu tocado
	----------------------------------- */
#pid-personaliza-tu-tocado #content-group{
	width: 80% !important;
	margin: auto !important;
	float: none !important;
	max-width: 1250px;
}

#pid-personaliza-tu-tocado #content-inner{
	margin-top: 130px !important;
}

#pid-personaliza-tu-tocado #content-group h1{
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 40px !important;
	color: #666666;
	font-size: 16px;
}

#pid-personaliza-tu-tocado .field-name-field-texto{
	text-align: justify;
}

#pid-personaliza-tu-tocado .field-name-field-texto p{
	margin-bottom: 10px !important;
}

#pid-personaliza-tu-tocado .field-name-field-texto .owl-wrapper{
	width: 100% !important;
}

#pid-personaliza-tu-tocado .field-name-field-texto .owl-item{ 
	width: 100% !important;
}

#webform-client-form-42 .form-item{
	width: 80% !important;
	margin: auto !important;
	text-align: center;
	margin-bottom: 10px !important;
}

#webform-client-form-42 input.form-text{
	height: 25px;
	margin-bottom: 5px;
	width: 100%;
	max-width: none !important;
	box-sizing: border-box;
}

#webform-client-form-42 .description{
	font-size: 12px;
	font-weight: 100;
	margin-bottom: 20px;
}

#webform-client-form-42 .fieldset-wrapper{
	padding: 20px !important;
}

#webform-client-form-42 textarea{
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	color: #313131;
	padding: 5px !important;
	border:solid 1px #cccccc;
}

#webform-client-form-42 .grippie{
	display: none !important;
}

#webform-client-form-42 .form-submit,
#webform-client-form-42 input.form-file{
	border: 1px solid #999;
	padding: 6px 16px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 2px 6px 2px;
	padding: 6px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #999;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: all 0.4s ease 0s;
}

#webform-client-form-42 .form-submit:hover,
#webform-client-form-42 input.form-file:hover{
	color: #9f9f9f;
	transition: all 0.4s ease 0s;
}

#webform-client-form-42 .webform-component-date select{
	width: 20%;
	border-radius: 0px;
	border: solid 1px #ccc;
	height: 30px;
	color: #7d7d7d;
}

#webform-client-form-42 .webform-component--informacion-para-personalizar-el-producto--nombre-del-tocado label{
	display: none !important;
}

#inst-grande{
	display: block;
}

#inst-peq{
	display: none;
}

/* Mensajes 
	----------------------------------- */
	
/*#content-messages{
	position: absolute !important;
	right: 80px;
	top: 10px !important;
	width: 340px !important;
	text-align: center !important;
}

#content-messages .messages{
	background-color: #fbe3df !important;
	color:#535353 !important;
	border: solid 3px #9f9f9f !important;
	width: 100% !important;
}

#content-messages .messages p{
	text-align: right;
}

#content-messages .messages p a{
	text-decoration: none;
}*/

@media (min-width: 1500px){
	#views_slideshow_cycle_teaser_section_banner-block{
		width: 100% !important;
		height: 700px !important;
	}
	
	#views_slideshow_cycle_teaser_section_banner-block .views-slideshow-cycle-main-frame-row{
		width: 100% !important;
		height: 700px !important;
	}
	
}

@media (max-width: 1110px){
	
	#simplenews-block-form-5{
		margin-top:40px !important
	}
	
	#simplenews-block-form-5 .form-item{
		margin: 3px !important;
	}	
	
	#block-block-3, 
	#block-simplenews-5, 
	#block-block-4{
		padding: 5px !important;
	}
	
	#block-views-inicio-block .view-content{
		height: 400px;
	}
	
	#block-menu-menu-menu-secundario {
	    left: 76%;
	    width: 205px;
	}
	
	#block-search-form {
	    top: 50px;
	    left: 65%;
	}

}


@media (max-width: 960px){
	
	/* Página de inicio */
	#simplenews-block-form-5 {
	    margin-top: 55px !important;
	}
	
	/* Productos */
	.productos #block-system-main .gutter{
		width: 80% !important;
		margin: auto !important;
	}
	
	#pid-productos #content #block-system-main .gutter .view ul li{
		width: 100% !important;
		margin: 10px 0px !important;
	}
	
	.productos #block-system-main .gutter .content ul li{
		width: 33.3% !important;
		padding: 0px !important;
		min-height: 220px;
		margin-bottom: 0px !important;
	}
	
	.productos #block-system-main .gutter .content ul li .views-field-field-imagenes .field-content {
	    width: 95% !important;
	}
	
	.productos #block-system-main .gutter .content ul li .views-field-title a{
		font-size: 15px !important;
	}
	
	.nuevo{
		right: 9px;
		top: -3px;
	}
	
	#pid-user, #pid-user-login, #pid-user-password, #pid-user-register, .page-user-reset{
		background-size: cover !important;
	}
	
	#pid-user-login .logo, #pid-user .logo, #pid-user-password .logo, #pid-user-register .logo, .page-user-reset .logo {
		width: 50%;
		max-width: 350px;
	}
	
	#pid-user-login .box, #pid-user .box, #pid-user-password .box, #pid-user-register .box, .page-user-reset #block-system-main{
		width: 100% !important;
		max-width: 450px;
	}
	
	#block-menu-menu-menu-secundario {
    	left: 73%;
    }
    
    #block-search-form {
	    left: 60%;
	}
	
	#block-views-inicio-block .view-content{
		height: 300px;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-texto-parallax {
		font-size: 35px;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax a {
		font-size: 20px;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax {
		padding: 10px 20px;
	}
	
	#block-nice-menus-1 .content #nice-menu-1 li ul {
		margin-left: -400px;
	}
	
	.productos #content {
    	width: 80% !important;
	}
	
}

@media (max-width: 800px){
    
    #block-block-1 .content img{
	    width: 30% !important;
    }
    
    #block-search-form{
	    display: none !important;
    }
	
	#block-block-1 {
	    width: 40% !important;
	    margin: auto !important;
		float: none;
	}
	
	#block-block-1 .content img{
		width: 160px !important;
	}
	
	
	/* Inicio */
	#block-simplenews-5{
		display: none !important;
	}
	
	#block-block-3,
	#block-block-4{
		width: 50% !important;
		padding: 15px !important;
	}
	
	#block-views-inicio-block .view-content{
		height: 300px;
	}
	
	#block-menu-menu-menu-secundario {
	    left: 70%;
	}
	
	#block-desarrollo-carrito {
	    width: 135px;
	    margin-top: -93px;
    }
	
	/* Menú */
	
	#block-block-12{
		display: block !important;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 40px;
		right: 30px;
		z-index: 99;
	}
	
	#block-block-12 img{
		width: 100% !important;
		height: auto !important;
	}
	
	#block-block-12 .gutter{
		margin:0px !important;
	}
	
	#block-nice-menus-1{
		font-size: 21px !important;
	}
	
	#block-nice-menus-1 #nice-menu-1{
		padding-top: 150px !important;
		top: 0;
		margin-right: 0 !important;
		margin-top: -20px;
	    width: 300px;
	    position: fixed;
	    right: -305px;
	    transition: all 0.6s ease 0s;
	    height: 100% !important;
	    background-color: rgba(255,255,255,0.9);
	    z-index: 95;
	    padding-top: 20px;
	}
	
	#block-nice-menus-1 #nice-menu-1 li {
	    border: medium none !important;
	    display: block;
	    width: 100% !important;
	    text-align: left;
	    line-height: 40%;
    	transition: all 0.4s ease 0s;
    	height: 40px;
    }
    
    #block-nice-menus-1 #nice-menu-1 li a.active,
    #block-nice-menus-1 #nice-menu-1 li a:hover{
	    border-bottom: none !important;
    }
    
    #nice-menu-1 > li ul {
	    position: inherit;
	    margin-top: 0px;
	    border: none;
	    height: auto;
	    display: block;
	    box-sizing: border-box;
	    width: auto;
	    left: 0%;
	    margin-left: -0px;
    }
    
    #block-nice-menus-1 #nice-menu-1 li {
	    height: auto;
	}
	
	#nice-menu-1 > li ul{
		height: auto !important;
		margin-top: 0px !important;
		overflow: hidden;
	}
	
	#nice-menu-1 > li ul li.active-trail::after {
		display: none !important;
	}
	
	#block-nice-menus-1 .ui-accordion .ui-accordion-header{
		font-size: 1rem;
		display: block;
		text-align: center;
		padding-bottom: 0px !important;
		border:none !important;
	}
	
	#block-nice-menus-1 #nice-menu-1 li a{
		text-align: left;
		margin: 5px;
		height: 40px !important;
	}
	
	#block-nice-menus-1 #nice-menu-1 li ul{
		background: none !important;
		width: auto !important;
		margin: 0px !important;
		display: block !important;
		visibility: visible !important;
		position: inherit !important;
	}
	
	#block-nice-menus-1 .content #nice-menu-1 li a, #block-nice-menus-1 .content #nice-menu-1 li span {
    	padding: 0px 10px;
    }
    
    li.menu-723 ul{
	    padding-left: 20px;
    }
    
    li.menu-723 ul a{
	    text-transform: capitalize !important;
    }
    
    #block-nice-menus-1 a{
	    font-size: 14px !important;
    }
	
	.menu-1040 ul,
	.menu-938 ul{
		display: none !important;
	}
	
	ul.nice-menu a {
	    padding: 0px;
	}
	
	#block-desarrollo-carrito {
	    width: 130px;
	    float: left;
	    margin-top: -50px;
	    position: relative;
	    margin-left: 5%;
	}
	
	#block-nice-menus-1 .gutter {
	    padding-bottom: 0px;
	    border-bottom: none;
	}
	
	#block-nice-menus-1 {
		padding: 0px;
		height: 0px;
	}
	
	#block-desarrollo-carrito .cesta p{
		display: none;
	}
	
	#block-views-slider-block{
		margin-top: 12px;
	}
	
	#block-desarrollo-carrito {
	    margin-top: -30px;
	    height: 20px;
	}
	
	.productos #content {
    	width: 85% !important;
	}
	
	
}

@media (max-width: 700px){
	
	.field-name-field-servicios .entity-field-collection-item .field-name-field-servicio {
		font-size: 8px !important;
		line-height: 15px;
		min-height: 40px;
	}
	
	#block-menu-menu-condiciones-generales ul li:nth-child(2){
		display: none !important;
	}
	
	#footer #block-menu-menu-condiciones-generales ul li{
		width: 32% !important;
	}
	
	#footer #blockgroup-bloques-men-pie .block {
		width: 100%;
		margin-bottom: 0px !important;
	}
	
	#footer #blockgroup-bloques-men-pie #block-menu-menu-menu-empresa{
		margin-bottom: 10px !important;
	}
	
	#block-block-6 #rrss p{
		display: none !important;
	}
	
	#blockgroup-bloques-men-pie #ui-id-2{
		height: auto !important;
	}
	
	/* Productos */
	.node-type-product-display #block-system-main .gutter .group-left,
	.node-type-product-display #block-system-main .gutter .group-right{
		width: 100% !important;
		float: right !important;
	}
	
	.productos #block-system-main .gutter .content ul li {
	    width: 33.3% !important;
	}
	
	/* Blog */
	#pid-blog #content-group,
	#pid-blog #sidebar-second{
		width: 100% !important;
	}
	
	#pid-blog .content .gutter{
		width: 75% !important;
		margin:auto !important;
	}
	
	.node-type-entrada-blog #content-group {
		width: 75% !important;
	}
	
	#pid-blog .view-blog ul{
		margin: 0px !important;
	}
	
	#pid-blog #sidebar-second h2.title{
		margin-top: 30px;
	}
	
	
}

@media (max-width: 540px){
	
	
	
	#block-block-1{
		margin-bottom: 15px !important;
	}
	
	#block-system-main #node-3{
		margin-bottom: 0px !important;
	}
	
	/* Productos */
	.productos #block-system-main .gutter .content ul li{
		width: 100% !important;
	}
	
	/* Contacto */
	#pid-contacto #block-system-main .content .field-name-field-texto, #pid-contacto #block-system-main .content form {
		width: 100% !important;
	}
	
	/* Compra */
	#main #content-group #block-commerce-checkout-progress-indication ol li {
	    width: 33% !important;
		font-size: 12px !important;
		text-align: left;
	}
	
	.page-cart #main #content-group, .page-checkout #content-group {
    	width: 95% !important;
    }
    
    .page-cart .commerce-line-item-views-form table{
	    font-size: 12px !important;
    }
    
    .view-commerce-cart-summary .view-footer,
    .view-commerce-cart-summary .view-content {
    	font-size: 12px !important;
	}
    
    .commerce-order-handler-area-order-total .commerce-price-formatted-components{
	    width: 45% !important;
    }
    
    .page-user-orders #content #block-system-main .gutter{
	    width: 98% !important;
	    font-size: 12px !important;
    }
    
    #block-block-1 {
	    margin-left: 0px !important;
	}
	
	#block-block-1 .content img {
	    width: 100px !important;
	    min-width: 0px !important;
    }
    
    #block-views-slider-block{
	    margin-top: 106px;
    }
    
    #block-views-inicio-block .view-content{
		height: 150px;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-texto-parallax {
		font-size: 30px !important;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax {
		margin-top: 0px !important;
		width: 70px !important;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax a {
		font-size: 25px !important;
	}
	
	/* Productos */
	.node-type-product-display #block-system-main .field-slideshow{
		display: none !important;
	}
	
	.node-type-product-display #block-system-main .field-slideshow-pager li{
		margin-bottom: 5px !important;
	}
	
	#block-menu-menu-menu-secundario {
	    left: 50%;
	    margin-top: -5px;
	}
	
	#block-block-14{
		display: none;
	}
	
	#block-desarrollo-carrito {
    	margin-top: -25px;
    }
    
    #block-block-12 {
	    top: 35px;
	}
	
	#block-views-productos-tax-block-1 .view-id-productos_tax .view-content {
		width: 100% !important;
	}
	
	#block-views-productos-tax-block-1 {
	    margin-top: 10px;
	}
	
	#block-views-productos-tax-block-1 h2 {
		font-size: 13px;
		margin-bottom: 10px !important;
	}
	
	.owl-theme .owl-controls .owl-page span {
	    width: 8px;
	    height: 8px;
	    margin: 5px 4px;
	}
	
	#block-views-inicio-block {
	    margin-top: 40px;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-texto-parallax {
	    font-size: 20px !important;
	}
	
	#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax a {
	    font-size: 16px !important;
	}

	#block-views-inicio-block .view-content .views-row .views-field-field-enlace-parallax {
	    width: 50px !important;
	    padding: 7px 20px;
	}
	
	.share-overlay{
		display: none !important;
	}
	
	#inst-grande{
		display: none;
	}
	
	#inst-peq{
		display: block;
	}
	
	#footer #blockgroup-bloques-men-pie .block h2 {
		margin-top: 0px !important;
	}
	
	.node-type-product-display #block-system-main .gutter .group-left{
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.productos #block-system-main .gutter .content #field-slideshow-1-pager li {
		min-height: 0px !important;
	}




}
