/* GENERIC */
	*{
	}
	body{
		background: #313333;
	}
	#page{ /* solo visible en fondo del slider */
		background: #fff;
	}
	.columns-container{
		background: #fff;
		clear: both;
	}
	.clearfix{ clear: both; }
	
	
/* HEADER */

	header .nav {
		background: #d40650;
		color:#FFF;
	}
	header .nav  a{
		color:#FFF;
	}
	
	/* HEADER TOP */
		/* iconos de telefono, mail, usuario, etc */
		/* Si dejamos los iconos de fontawesome, con ponerle color al color-icons y si queremos tamaño de letra / line height es suficiente */
		/* Si, por otro lado, queremos usar sprite, hay que descomentar y ajustar lo que está debajo */
		.color-icons, .footer-container #footer #block_contact_infos > div ul li i{
			color:#CF0F3E !important;
		}
		.color-icons{
		    color:#FFF !important;
			font-size: 16px !important;			
		}
		/* iconos redes sociales */
		#social_block_nav > ul > li > a{
			color: #CF0F3E !important;
		}
		#social_block_nav > ul > li > a:hover{
			color:#F0053D !important;
		}

		/* iconos contactar */
		.shop-phone, .shop-phone-alt, .shop-whatsapp, .shop-envelope, 
		.shop-timetable, .shop-extralink1, .shop-extralink2, .shop-contact{
			float: left;
			padding: 7px 0 3px;
			line-height: 18px;
		} 
	/**	nav .icon-phone{
			background: url("../img/icon-telephone.png") center -5px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
			margin-right: 4px;
			padding-left: 0;
			padding-right: 0;
		}
		nav .icon-phone:before{
			content: none;
		}*/
		nav .icon-envelope{
			background: url("../img/icon-mail.png") 3px -5px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
			margin-right: 5px;
			padding-left: 0;
			padding-right: 0;
		}
		nav .icon-envelope:before{
			content: none;
		}
		nav .icon-phone-alt{
			background: url("../img/icon-telephone.png") -2px -5px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		nav .icon-phone-alt:before{
			content: none;
		}
		nav .icon-whatsapp{
			background: url("../img/icon-whatsapp.png") center -5px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		nav .icon-whatsapp:before{
			content: none;
		}
		nav .icon-timetable{
			background: url("../img/icon-mail.png") center -5px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		nav .icon-extralink-1{
			background: url("../img/icon-extralink-1.png") center -5px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		nav .icon-extralink-1:before{
			content: none;
		}
		nav .icon-extralink-2{
			background: url("../img/icon-extralink-2.png") center -5px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		nav .icon-extralink-2:before{
			content: none;
		}
		nav .icon-timetable{
			background: url("../img/icon-timetable.png") center -6px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		nav .icon-comment{
			padding-right: 5px;	
		}
		nav #contact-link{ 
			border-left: none; 
			float: left; 
			padding: 7px 10px 0px 5px;
		}
		nav #contact-link a{
			display: inline-block;
			padding: 0;
			color:#FFF;
		}
		nav #contact-link .icon-contact{
			background: url("../img/icon-contact.png") center 0px no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		@media screen and (max-width: 767px){
			.shop-phone-alt{
				display: inline-block;
			} 
			.shop-envelope{
				display: inline-block;
			}
		}
		
		
		/* iconos cuenta usuario */
		.header_user_info{
			border-left: none; border-right: none;
		}
		.header_user_info a{
			padding: 7px 9px 3px 4px;
		}
		.header_user_info i{
			line-height: 18px;
		}

		/* iconos redes sociales (ambos arriba y abajo, para quitar unos desde módulos en zona admin hay que desengancharlos, no tocar css) */
		.header-container #header #social_block_nav{
			padding: 0px 15px 0px 0px;
			position: relative;
			top: 3px;
		}
		.header-container #header #social_block_nav ul{
			margin-bottom: 0px;
		}
		.header-container #header #social_block_nav ul li{
			width:32px;
			height: 32px;
		}
		/*.header-container #header #social_block_nav ul li{
			width:26px;
			height: 26px;
		}*/		
		.footer-container #FooterTop #social_block ul li{
			width:32px;
			height: 32px;
		}
		/*.footer-container #FooterTop #social_block ul li{
			width:26px;
			height: 26px;
		}*/
		@media (max-width: 992px) {
			.header-container #header #social_block_nav{
				display:none;   
			}
		}
	 
		.header_user_info a:hover, .header_user_info a.active, #contact-link a:hover, #contact-link a.active{ 
			background: none; 
		}
	 
	/* ---/HEADER TOP--- */
	
	/* HEADER MIDDLE */
		header .header_middle{
			background: url('');
			height:145px;
		}

		header .row #header_logo {
			position: relative;
		}
		@media (min-width: 1200px){
			header .row #header_logo {
				top: 50%;
				transform: translateY(-50%);
			} 
		}
		@media (max-width: 1199px){
			header .row #header_logo {
				top: 50%;
				transform: translateY(-50%);
			} 				
		}
		@media (max-width: 992px) {
			header .row #header_logo {
				top: 50%;
				transform: translateY(-50%);
			} 
			
		}
		@media (max-width: 767px) {
			header .header_middle{
				height:auto;
			}
			header .row #header_logo {
				padding-top: 15px;
				top: unset;
				transform: unset;
			}
			header .row #header_logo img {
				margin: 0 auto; 
			} 
		}


		/* Buscador */
			#search_block_top {
				position: relative;
				padding-top: 0;
			}
			@media (min-width: 768px) {
				#search_block_top{
					top: 50%;
					transform: translateY(-50%);	
				}
			}
			@media (max-width: 767px) {
				#search_block_top {
					padding-top: 15px; 
				}
			}
			#search_block_top #searchbox {
				float: left;
				width: 100%; 
			}
			#search_block_top #search_query_top{
				border: none;
                background: #f5f5f5;
                height: 35px;
			}		
            #search_block_top .btn.button-search{
                padding: 5px 0 0px 0;
            }	
			#search_block_top #search_query_top:focus{
				-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
			}
			#search_block_top .btn.button-search {
				background: none;
			}
			#search_block_top .btn.button-search:before {
				color:#666666;
                content:url("../img/icon-search.png");
			}
		/* ---/buscador--- */

		/* Cesta compra */
			#header #shopping_cart_parent {
				top: 47px;
			}
            #header .shopping_cart{
                width: 240px;
            }

			/* de arriba hacia abajo, botón que desplega, contenedor de productos, contenedor de transporte, contenedor del botón confirmar */
			.shopping_cart > a{
				color: #777777;
			}
			.shopping_cart > a:first-child{
				background: none;
				border:  none;
				color: #777777;
				padding: 7px 10px 10px 16px;
			}
			.shopping_cart > a:first-child b{
				color: #777777;
			}
			@media screen and (min-width: 768px) and (max-width: 991px){
				#header .shopping_cart{
					width: 195px;
				}
			}
			@media screen and (max-width: 767px){
				#header #shopping_cart_parent {
					top: 0px;
				}
				
				#header .shopping_cart{
					width: 100%;
				}
				
				
				.shopping_cart > a:first-child b{
					display: none;
				}
				.shopping_cart > a:first-child {
					font-size: 11px;
					padding: 12px 15px 0 0;
				}
				.header_middle .row{
					padding-bottom: 10px;
				}
			}
			
			
			@media screen and (max-width: 500px){
				
				#shopping_cart_parent .block_content {
					width: 90vw;
					position: absolute;
					right: calc(10vw - 30px);
				}
			}
			/* icono de la cesta */
				.shopping_cart > a:first-child:before {
					/*
					color:#0088CC !important; 
					content: "\f07a";
					font-family: "FontAwesome";
					font-size: 23px;
					line-height: 23px;
					*/
					content: url("../img/icon-shopping-cart.jpg");
					vertical-align:middle;
					display: inline-block;
					padding-right: 10px;
				}
				#header .cart_block{
					width: 265px;
					top:50px;
				}
				@media (max-width: 767px) {
					#header .shopping_cart {
						/*width: 100%;*/
						padding:4px 0px 0px 0px;
						top: unset;
						transform: unset;
					}
					#header .cart_block{
						width: 100%;
						top:55px;
					}
				}
				#header .block_content{
					background: #F6F6F6;
					border:  1px solid #DDD;
					color: #777777;
				}
				#header .cart_block a{
					color: #777777;
				}
				#header .cart_block .cart_block_list .remove_link a, 
				#header .cart_block .cart_block_list .ajax_cart_block_remove_link{
					color: #777777;
				}
				#header .cart_block .cart-prices{
					background: none;
					color: #777777;
					border-top: 1px solid #DDD;
					border-bottom: 1px solid #DDD;
				}
				#header .cart_block .price{
					color: #777777;
				}

				#header .cart_block .cart-buttons{
					background: none;
					color: #777777;
				}

			/* botón agregar a la cesta */
				.button.ajax_add_to_cart_button {
					background: #CF0F3E;
					background-color: #CF0F3E;
					border-color: #CF0F3E;
					border-radius: 0;
				}
				.button.ajax_add_to_cart_button:hover {
					background: #F0053D;
					background-color: #F0053D;
					border-color: #F0053D;
				}
				.button.ajax_add_to_cart_button span{
					/*padding: 6px 20px;*/
					background: #CF0F3E;
					background-color: #CF0F3E;
					border-color: #CF0F3E;
				}
				.button.ajax_add_to_cart_button span:hover{
					background: #F0053D;
					background-color: #F0053D;
					border-color: #F0053D;
				}
				.button.ajax_add_to_cart_button:hover span{
					background: #F0053D;
					border-color: #F0053D;
				}
			/* ---/boton agregar a la cesta--- */
			
			/* botón confirmar cesta */
				.cart_block .cart-buttons a#button_order_cart{
					background-color: #CF0F3E;
					border-color: #CF0F3E;
				}
				.cart_block .cart-buttons a#button_order_cart span{
					background: none !important;
					background-color: #CF0F3E !important;
					border-color: #CF0F3E !important;
					color: #ffffff !important;
				}
				.cart_block .cart-buttons a#button_order_cart span:hover{
					background: #F0053D !important;
				}
			/* ---/boton confirmar cesta--- */

		/* ---/cesta compra--- */
	
	/* ---/HEADER MIDDLE--- */
	
	/* HEADER BOTTOM */
	
		/* Contenedor menu */
			.header_menu{
				background:#f5f5f5;
			}
			#block_top_menu{
				background: #f5f5f5;
			}
		/* ---/contenedor menu--- */
		
		/* Menu*/
			.sf-menu {
			  position: relative;
			  padding: 0;
			  width: 100%;
			}
			.sf-menu > li{
				position: relative;
			}
			.sf-menu > li > a{
				border-right: 1px solid #d6d4d4;
				transition: all 0.2s ease-in-out;
				text-transform: uppercase;
                padding-top: 6px;
                padding-bottom: 6px;
			}
			.sf-menu > li.sfHover > a,
			.sf-menu > li > a:hover, 
			.sf-menu > li.sfHoverForce > a {
				background: none !important;
				color: #CF0F3E !important; 
			}
			.sf-menu > li:last-child > a{
				border-right: none;
			}
			
			/* VERSION CON MENU EN HORIZONTAL  */
			/*
			.sf-menu > li > ul{ 
				padding: 26px 30px 31px;
				width: 100%;
				display: block;
				left: 0;
				top: 50px;
				z-index: 99;
				-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
				-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
				box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
				opacity: 1;
			}
			.sf-menu > li > ul > li	{ 
				float: left;
				width: 20%;
				padding-right: 15px;
			}
			.sf-menu > li > ul > li	> a{
				text-transform: uppercase;
				font: 600 16px/20px "Open Sans", sans-serif;
				color: #333333;
			}
			.sf-menu > li > ul > li	> a:hover{
			
			}
			.sf-menu > li > ul > li > ul{ 
				position: static;
				display: block !important;
				opacity: 1 !important;
				background: none;
				-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
				-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
				box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
			}
			.sf-menu > li > ul > li > ul > li{ 
				
			}
			.sf-menu > li > ul > li > ul > li > a{  
				
			}			
			.sf-menu > li > ul > li > ul > li > a:hover{ 
				
			}*/
			
			/* VERSION CON MENU EN VERTICAL */
			@media (min-width: 768px){
				.sf-menu > li > ul{ 
					display: block;
					position: absolute;
					top: 34px;
					z-index: 99;
 
					width: auto;
					padding: 16px 0px 16px 30px;
 
					opacity: 0.95;
					background: #F0F0F0;
					-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
					-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
					box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
				}
				.sf-menu > li > ul > li	{
					position: relative;
					float: none;
					width: auto;
					padding-right: 30px;
					margin-bottom: 10px;
				}
				.sf-menu > li > ul > li	> a{
					display: block;
					text-transform: uppercase;
					font: 600 16px/20px "Open Sans", sans-serif;
					text-shadow: none;
					white-space: nowrap;
					color: #333;
					transition: all 0.2s ease-in-out;
				}
				.sf-menu > li > ul > li	> a:hover{
				/**	text-shadow: #CF0F3E 0px 0px 13px;*/	
					color: #CF0F3E;
				}
				.sf-menu > li > ul > li	> a:hover ~ ul{
					display: block !important;
					position: absolute;
					left: 100% !important;
					top: 0px;
				}
				.sf-menu > li > ul > li > ul{ 
					opacity: 0.95 !important;
					padding: 16px 30px 16px 30px;
 
					position: absolute;
					left: 100% !important;
					top: 0px;
 
					-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
					-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
					box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
					background: #F0F0F0;
				}
				.sf-menu > li > ul > li > ul > li{ 
 
				}			
				.sf-menu > li > ul > li > ul > li > a{  
					transition: all 0.2s ease-in-out;
					white-space: nowrap;
					color: #333;
				}			
				.sf-menu > li > ul > li > ul > li > a:hover{ 
					text-shadow: #FD7B01 0px 0px 13px;	
					color: #CF0F3E;
				}
			}			
			
			
			
			
			@media (max-width: 767px) {
				#block_top_menu{

				}
				.cat-title{
					background: none;
					border-bottom:none;
				}
				.cat-title:hover{
					background: none;
					color: #CF0F3E;
				}
				
				.sf-menu > li span{ top: 14px; }
				.sf-menu > li span:after{ color:#666666; font-size: 19px; cursor: pointer; }
				.sf-menu > li > a{
					color:#666;
					border-right: none;
					border-bottom: 3px solid #e9e9e9;
					font: 18px/22px "Open Sans", sans-serif !important;
					display: block;
					padding: 12px 20px;
				}
				.sf-menu > li > ul{
					display:none;
					top: 0;
					padding: 26px 30px 15px;
					margin-bottom: 15px;
				}

				.sf-menu > li > ul > li{
					float:none;
					width: auto;
				}

				.sf-menu > li > ul > li:last-child, .sf-menu > li > ul > li:nth-last-child(2), .sf-menu > li > ul > li:nth-last-child(3){
					margin-bottom: 0;
				}
				.sf-menu > li > ul > li, .sf-menu > li > ul > li:first-child,  .sf-menu > li > ul > li:nth-child(2){
					margin-bottom: 20px;
				}
				
				.sf-menu > li > ul > li > a{
					color: #666;
				}
				
				.sf-menu > li > ul > li > ul{ padding-bottom: 0; }
				.sf-menu > li > ul > li > ul > li{ }
				.sf-menu > li > ul > li > ul > li > a{
				
				}
				
				.cat-title::after, .sf-menu > li span::after{
					cursor: pointer;
				}
			}
			
			@media (max-width: 479px){
				.sf-menu > li > ul > li{
					margin-bottom: 20px;
					padding-bottom: 0;
				}
				.sf-menu > li > ul > li:nth-last-child(2), .sf-menu > li > ul > li:nth-last-child(3){
					margin-bottom: 20px;
				}
				.sf-menu > li > ul > li:last-child{
					margin-bottom: 0;
					padding-bottom: 0;
				}
			}
		/* ---/menu--- */
				
		.ajax_cart_quantity, .ajax_cart_product_txt, .ajax_cart_product_txt_s, .ajax_cart_total, .ajax_cart_no_product{	
			text-shadow: none;
		}
	/* ---/HEADER BOTTOM--- */
/* ---/HEADER--- */
		
/* HOME */
	/* GENERAL */
		.content_scene_cat{
			border-top: none;    
		}
		.alert{
			text-align: center;
		}
	/* ---/general--- */
		
	/* 5 pasos de compra barra horizontal */
		ul.step li.step_current{
			background-color:#CF0F3E;
			border-color:#CF0F3E;
		}
		ul.step li.step_current span{
			background-color:#CF0F3E;
			border-color:#CF0F3E;
			text-shadow: none;
		}
		ul.step li.step_current span:after{
			background: url(../img/order-step-a.png) right 0 no-repeat transparent;
			background-color:#CF0F3E;
		}
		#cart_summary tbody td.cart_avail span{
			border: none;/*  */
		}
		#cart_summary tbody td.cart_product img{
			 border: none;/* */
		}
	/* ---/5 pasos compra--- */
     /* PROCESO COMPRA */
    @media (min-width: 767px){	
     .order_carrier_content .checkbox{
        text-align: right;
     }
     .order_carrier_content .checkbox .checker{
        float: right;
        margin-left: 10px;
     }
	}	
	/* PAGINA DE INICIO */
		
		/* Diapositivas imagenes (slider) */
			#homepage-slider{
				margin-top:0px;
				margin-bottom: 0;
			}
			@media (max-width: 767px){	 
				#homepage-slider{
				   margin-top:0px;
				}   
			}
			.bx-wrapper{
				margin: auto !important;
			}
		/* ---/diapositivas imagenes--- */

		/* Pestañas productos */
			#home-page-tabs{
				text-align:center;
				margin:0;
			}
			#home-page-tabs > li{
				border-left: none;
			}
			#home-page-tabs > li a{
				padding: 10px;
                font:600 24px/28px "Open Sans", sans-serif;
			}
            #home-page-tabs > li a{
           	    color: #777;
                background: #FFF;
            }
			#home-page-tabs > li.active a,
			#home-page-tabs > li a:hover {
				background: #CF0F3E;
				color: #fff;
				margin: 0;
			}
		/* ---/pestañas productos--- */

		/* Texto página principal */
			#editorial_block_center{
				border-top: 2px solid #e0e0e0;
			}   
		/* ---/texto en pagina principal--- */

		/* Productos destacados en pagina principal */
			.featured_home_products{
				border: none;
				color: #FFFFFF;
				text-align:center;
				background: url('../img/title-bg.png');
				margin: 20px 0px;
				padding: 10px 0px;
			}
		/* ---/productos destacados en pag principal--- */

	/* ---/pagina de inicio---*/
	
	/* Mi cuenta */
		#my-account ul.myaccount-link-list li a i{
			color:#CF0F3E;
		}
	/* ---/mi cuenta---*/
	
	/* Listado de productos */
		.ajax_block_product{
			margin-bottom: 0px;
		}
		.quick-view{
			display: none;
		}
		.quick-view-wrapper-mobile{
			display: none;
		}
        ul.product_list.grid > li .product-container h5 {
            margin-top:0px;
            padding: 9px 5px 7px 5px;
            min-height: 66px;
            margin-bottom:0px;
        }
        ul.product_list.grid > li .product-container h5 .product-name{
            font-size: 14px;
            line-height: 16px;
            height: 65px;
            overflow: hidden;
        }
		ul.product_list.grid > li .product-container{
			box-shadow: none;
			border: none;
            border-bottom: 1px solid #ccc;
		}
		ul.product_list.grid > li .product-container .product-image-container .content_price{
			display: none;
		}
		ul.product_list.grid > li .product-container .content_price{
			display: block;
            min-height:36px;
		}
		ul.product_list.grid > li .product-container .button-container{
			display: block;
		}
		.availability{
			display: none;
		}
		.price.product-price{
			font: 900 28px/28px "Open Sans", sans-serif;
            font-weight: bolder;
			color: #d40650;
		}
        ul.product_list .button.ajax_add_to_cart_button{
            width: 95%;
            text-align: center;
        }
		/* Ocultar botones de comparar y lista de deseos en listado de productos */
		ul.product_list.grid > li .product-container .functional-buttons{
			display:none;
		}	
		ul.product_list .product-image-container .quick-view-wrapper-mobile{
			display:none;
		}
        ul.product_list.grid > li .color-list-container{
            display: none;
        }
        
        ul.product_list.list > li .product-container .functional-buttons .wishlist{
            display: none;
        }
        /* Ocultar estrellas vacías */
        .comments_note_empty{
          /*  height: 20px;*/
        }
        .star_content_empty, .nb-comments_empty{
            /*display: none;*/
        }	
        div.star.star_on:after{
            color:#CF0F3E;
        }
		/* ---/ocultar botones comparar y lista deseos--- */
        @media (min-width: 767px){	
            ul.product_list.grid .all_container{
                /**
                 visibility: hidden;
                 opacity: 0;
                 height: 0px;
                -webkit-transition: all 0.35s ease-out 0s;
                -moz-transition: all 0.35s ease-out 0s;
                -o-transition: all 0.35s ease-out 0s;
                transition: all 0.35s ease-out 0s;
                 */
                position: absolute;
                top: 99%;
                left: 0;
                width: 100%;
                height: 0px;
                overflow: hidden;
                padding-top: 0;
                padding-bottom: 0;
                background-color: white;
                border: 1px solid white;
                -webkit-transition: all 0.45s ease-out 0s;
                -moz-transition: all 0.45s ease-out 0s;
                -o-transition: all 0.45s ease-out 0s;
                transition: all 0.45s ease-out 0s;
            }
            
            ul.product_list.grid > li:hover .all_container{
                  /**
                    visibility: visible;
                    opacity: 1;
                    height: auto;
                    */
                    z-index:100;
                    min-height: 60px;
                    padding-top: 0.5rem;
                    padding-bottom: 0;
                    border: 1px solid #d6d4d4;
                    border-top: 0;
            }
            
       }
       ul.product_list.grid > li .left-block{
            border-top:1px solid #fff;
       }
       ul.product_list.grid > li .left-block, ul.product_list.grid > li .right-block{
            border-left:1px solid #fff;
            border-right:1px solid #fff;
       } 
       ul.product_list.grid > li:hover .left-block{
            border-top:1px solid #d6d4d4;
       }
       ul.product_list.grid > li:hover .left-block, ul.product_list.grid > li:hover .right-block{
            border-left:1px solid #d6d4d4;
            border-right:1px solid #d6d4d4;
       }
       
       #reduction_list_percent, #reduction_list_amount{
            margin-left: 5px;
            padding: 0px 5px 1px;
            font-weight: bold;
            font-family: "Open Sans", sans-serif;
            font-size: 17px;
            line-height: 17px;
            color: white;
            background: #f13340;
            border: none;
            border-radius: 3px;
		  /* display: none !important; para ocultar carteles de descuentos */
		}
	/* ---/listado de productos--- */
	
	/* Página de producto */
		.pb-center-column h1{
		     margin-top:0px;
             padding-bottom: 5px;
             font-size: 22px; 
		}
		.pb-left-column #image-block{
			border-radius: 0px;
		}
		.box-info-product{
			border-radius: 0px;
		}
		.product_attributes, .box-cart-bottom{
		
		}
		.box-info-product .exclusive{
		
		}
        .box-security{
            padding: 0px 0px 15px;
        }
        @media screen and (min-width: 1200px){
        .box-security{
            padding: 5px 0px 15px;
        }
        }
        .impuestos{
            display: inline-block;
            margin: 0px 5px;
            text-transform: uppercase;
            font-size: 10px;
        }
		.price{
		
		}
        .price p{
            display: inline-block;
        }
		#old_price{
		      margin-right: 10px;
              padding-bottom: 0px;	
		}
		#quantity_wanted_p input{
			
		}
		#quantity_wanted_p .btn{
			
		}
		ul.comments_advices{
			margin-bottom: 0;
		}
		.our_price_display{
		  display:inline-block;
          color:#CF0F3E;
		}
		#reduction_percent, #reduction_amount{
		    margin-right: 10px;
            padding: 0px 5px 2px;
            font-weight: bold;
            font-family: "Open Sans", sans-serif;
            font-size: 17px;
            line-height: 17px;
            color: white;
            background: #f13340;
            border: none;
            border-radius: 3px;
		  /* display: none !important; para ocultar carteles de descuentos */
		}
		#product_reference{
			/* display: none; para ocultar el modelo (referencia) */
		}
		#product_condition{
			display: none;/*  para ocultar la condicion de nuevo o usado */
		}
		#availability_statut{
			display: none;/*  Para ocultar el cartel verde o rojo del stock */
		}
		.box-hooks-extra{
			box-shadow:none;
			padding: 9px 0px 7px;
			text-align: left;
		}
		#wishlist_button{
			margin-left: 0px;
		}
		#wishlist_button:before{
			border-radius: 2px;
			content: "\f08a";
			font: 400 15px/27px "FontAwesome";
			color: #fff;
			background: #929292;
			width: 26px;
			text-align: center;
			display: inline-block;
			height: 26px;
			margin: 0 0px 0 0;
		}	 
		#wishlist_button:hover:before{
			background: #F0053D;
		}
		#product_comparison #social-share-compare{
			display: none;
		}
		#attributes .attribute_list #color_to_pick_list li{
			
		}
		#availability_value, #last_quantities{
		
		}
		.box-info-product .exclusive{
			border-color: #CF0F3E;
			background-color: #CF0F3E;
			background: #CF0F3E;
			border: none;
		}
		.box-info-product .exclusive span{
			border-color: #CF0F3E;
			background-color: #CF0F3E;
			background: #CF0F3E;
		}
		.box-info-product .exclusive:before{
			content:"";
			border: none;
		}
		.box-info-product .exclusive:after{
			background: none;
		}
		.box-info-product .exclusive:hover{
		    border-color: #F0053D;
			background-color: #F0053D;
			background: #F0053D;
		}
        .box-info-product .exclusive:hover span{
			border-color: #F0053D;
			background-color: #F0053D;
			background: #F0053D;
		}
		.socialsharing_product, .wishlist-block{
			display: inline-block;
			vertical-align: top;
		}
		.box-info-product .exclusive span{
			padding:12px 60px 14px 60px;
			border: none;
			text-shadow: none;
		}
		h3.page-product-heading{
		    border:none;
            border-bottom: 1px solid #d6d4d4;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
		}
		
		/* compartir redes sociales */
			.btn-twitter:before{
				content: none !important;
			}
			.btn-twitter{
				width:26px;
				height:26px;
				display:inline-block;
				margin: 0px 0px;
				background: url("../img/icons-social-sharing-networks.png")no-repeat; 
				background-position: 0px 0px;
				cursor:pointer;	
			}
			.btn-twitter:hover{
				background-position: 0px -26px;
				border-radius: 2px;
			}
			.btn-facebook:before{
				content: none !important;
			}
			.btn-facebook{
				width:26px;
				height:26px;
				display:inline-block;
				margin: 0px 0px;
				background: url("../img/icons-social-sharing-networks.png")no-repeat; 
				background-position: -26px 0px;
				cursor:pointer;	
			}
			.btn-facebook:hover{
				background-position: -26px -26px;
				border-radius: 2px;
			}
			.btn-google_plus:before{
				content: none !important;
			}
			.btn-google_plus{
				width:26px;
				height:26px;
				display:inline-block;
				margin: 0px 0px;
				background: url("../img/icons-social-sharing-networks.png")no-repeat; 
				background-position: -52px 0px;
				cursor:pointer;	
			}
			.btn-google_plus:hover{
				background-position: -52px -26px;
				border-radius: 2px;
			}
			.btn-pinterest:before{
				content: none !important;
			}
			.btn-pinterest{
				width:26px;
				height:26px;
				display:inline-block;
				margin: 0px 0px;
				background: url("../img/icons-social-sharing-networks.png")no-repeat; 
				background-position: -78px 0px;
				cursor:pointer;	
			}
			.btn-pinterest:hover{
				background-position: -78px -26px;
				border-radius: 2px;
			}

			.btn-email:before{
				content: none !important;
			}
			.btn-email{
				width:26px;
				height:26px;
				display:inline-block;
				margin: 0px 0px;
				background: url("../img/icons-social-sharing-networks.png")no-repeat; 
				background-position: -104px 0px;
				cursor:pointer;	
			}
			.btn-email:hover{
				background-position: -104px -26px;
				border-radius: 2px;
			}		
		/* ---/compartir redes sociales--- */
		/**
			.sale-label{
				background: #CF0F3E;
			}
			.sale-label:before, .sale-label:after{
				border-color:#CF0F3E;
			}
			.new-label{
				background: #0098CF;
			}
			.new-label:before, .new-label:after{
					border-color:#0098CF;
			}
        */
			/** VERSIÓN DE NUEVAS ETIQUETAS DE NUEVO Y OFERTA, con imágenes (sticker o pegatina) descomentar y borrar las líneas de arriba */
			
			.sale-label{
				background: url('../img/sticker-oferta.png') right top no-repeat;
				width:95px;
			}
			.sale-label::after{
				display: none;
			}
			.sale-label::before{
				display: none;
			}
			.new-label{
				background: url('../img/sticker-nuevo.png') left top no-repeat;
				width:95px; 
			}
			.new-label::after{
				display: none;
			}
			.new-label::before{
				display: none;
			}
			.new-box, .sale-box{
				width: 95px;
				height: 45px;
				top: 10px;
			}
			.new-box{
				left: -6px;
			}
			.sale-box{
				right: -6px;
			}
			.new-label{
				transform: none;
				font-size: 14px;
				text-shadow: none;
				left: 0px;
				top: 5px;
				padding-top: 10px;
				height: 48px;
			}
			.sale-label{
				transform: none;
				font-size: 14px;
				text-shadow: none;
				right: 0px;
				top: 5px;
				padding-top: 10px;
				height: 48px;
			}
			
	/* ---/pagina de producto---*/
	
/* ---/HOME--- */	
	
/* FOOTER */
	.footer-container #footer #social_block{
		padding: 11px 15px;
	}
	.footer-container #footer ul li{
		padding: 1px ;
	}		
	.footer-container #footer h4{
		margin: 0px;
	}
	
	/* FOOTER TOP */
		#FooterTop{
			background:none;
			background-color: #f0f0f0;
		}	 

		
		/* Newsletter */
			#footer #newsletter_block_left{
				padding: 10px 14px;
			}
			@media (max-width: 992px){
				#footer #newsletter_block_left{
					width: 100%;    
				}
			}

			#footer #newsletter_block_left h4{
				color: #777 !important;
				font: 500 18px/22px "Open Sans", sans-serif;
			}
			#footer #newsletter_block_left .block_newsletter_input input#newsletter-input{
				background: none;
				background-color: #FFFFFF;
				border: none;
				height: 37px;
				border-radius: 0px;
				color: #777;
			}
			#footer #newsletter_block_left .block_newsletter_input{
				position: relative;
			}
			#newsletter_block_left label {
				color: #777 !important;
				margin-left: 223px;
				margin-top: 5px;
			}
			#newsletter_block_left label a{
				color:#777 !important;
			}
			#footer #newsletter_block_left .form-group .button-newsletter{
				padding: 0px;
				margin-left: -36px;
				margin-top: 0px;
				border: none;
				box-shadow: none;
				height: 31px;
				width: 32px;
				border-radius: 0px; 
				background-color: #CF0F3E;   
				position: absolute;
				top: 3px;
			}
			#footer #newsletter_block_left .form-group .button-newsletter:hover{
				background-color: #F0053D;
			}
			#footer #newsletter_block_left .form-group .button-newsletter:after{
				font-family: "FontAwesome";
				content:"\f054";
				color: #FFF;
				font-size: 14px;
			}
			#footer #newsletter_block_left .form-group .button-newsletter:hover::after{
			
			}
			@media (max-width:767px){
				#newsletter_block_left label{		
					margin-left: 0px;
				}
				#footer #newsletter_block_left .newsletter-input{
					max-width: 100%;
				}
				#footer #newsletter_block_left .form-group .button-newsletter{
					position: absolute;
					top: 37px;
					right: 3px;
					margin: 0px;
					
				}
			}		
		/* ---/newsletter--- */
	/* ---/FOOTER TOP--- */
	
	/* FOOTER MIDDLE */
		#FooterMiddle{
			background-color: #c50e3c;
			min-height: 180px;
			padding: 25px 0;
		}
		.footer-container #footer .footer-block{
			margin-top: 0px;
		}
		.footer-container #footer #social_block h4,
		.footer-container #footer h4,
		.footer-container #footer h4 a{
			color: #FFF !important;
		}
		.footer-container #footer h4 a:hover{
			color: #FFF;
		}
		.footer-container #footer h4{
			margin: 0px;
			padding: 0px 0px 15px 0px;
			font-size: 20px;
		}
		.footer-container #footer ul li a{
			text-shadow: none;
		}
		.footer-container #footer #social_block ul li a{
			color: #FFFFFF;
		}
		.footer-container #footer ul li a:hover{
			color: #FFF;
		}
		.footer-container #footer #block_contact_infos{
			border: none !important;
		}
		.footer-container #footer #block_contact_infos > div ul li:first-child{
			font-weight: bold;
		}
		.footer-container #footer #block_contact_infos > div ul li,
		.footer-container #footer #block_contact_infos > div ul li > span,
		.footer-container #footer #block_contact_infos > div ul li > span a{
			font-size: 15px;
			color: #FFF;
		}
        .footer-container #footer a{
            color: #FFF;
        }
		.footer-container #footer #block_contact_infos > div ul li > span a:hover{
			text-decoration: underline;
		}
        .footer-container #footer #block_contact_infos > div ul li i{
            display: none;
        }
	/* ---/FOOTER MIDDLE--- */
	
	/* FOOTER LOGOS */
		#FooterLogos{
			background-color: #313333;
			padding: 15px 0px;
		}
		#copyright{
			top: -4px;
           
		}
        .copyright{
            color: #FFF !important;
        } 
		#product_payment_logos_footer{    
			text-align:center;
			width:100%;	
		}
		#product_payment_logos_footer .img-responsive {
			display:inline-block;
		}
		.logo_dusnic{
			font-size: 16px;
			color: #FFF !important;
			margin: 5px;
		}
		.logo_dusnic img{
			color:  #FFF;  
			vertical-align: baseline;
		}
				
		@media screen and (max-width: 767px){
			#copyright{
				text-align: center;
			}
			#copyright h3{ margin-top: 10px; }
			#designer{
				text-align: center;
			}
		}
	/* ---/FOOTER LOGOS--- */
		


		/**
		#block_contact_infos .icon-phone{
			background: url("../img/icon-footer-telephone.png") center left no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		#block_contact_infos .icon-phone:before{
			content: none;
		}

		#block_contact_infos .icon-envelope-alt{
			background: url("../img/icon-footer-mail.png") center left no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		#block_contact_infos .icon-envelope-alt:before{
			content: none;
		}
		#block_contact_infos .icon-map-marker{
			background: url("../img/icon-footer-address.png") center left no-repeat;
			width:32px;
			height: 24px;
			vertical-align: middle;
		}
		#block_contact_infos .icon-map-marker:before{
			content: none;
		}
		*/


.sendtofriend{
    display: none;
}
.top-hr{
    display: none;
}
#product_comments_block_extra{
    margin: 0px;
    border: none;
    display: inline-block;
    padding: 0px;
    line-height: 14px;
}
.comments_advices{
    padding: 0px;
}
.comments_advices a{
    line-height: 14px;
    margin-right: 0px;
}
.comments_advices a.reviews{
    border:0px;
    padding: 0px;
    margin: 0px;
}
.comments_advices li{
    line-height: 14px;
}
.comments_advices a:before{
    background: #929292;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 24px;
    margin-right: 2px;
    text-align: center;
    width: 26px; 
}


/* BOTONES */

	/* botones generales de la web (verde normalmente) */
		.button.button-medium{
			background: none;
			background-color: #CF0F3E;
			border-color: #CF0F3E;
			border-radius: 0px;
		}
		.button.button-medium span{
			border-color: #CF0F3E;
			border-radius: 0px;
		}
		.button.button-medium:hover{
			background: #F0053D;
			background-color: #F0053D;
			border-color: #F0053D;
		}
		.button.button-medium span:hover{
			background: #F0053D;
			background-color: #F0053D;
			border-color: #F0053D;
		}
		.button.button-medium:hover span{
			background: #F0053D;
			background-color: #F0053D;
			border-color: #F0053D;
		}
		.button.button-medium span i,
		#layer_cart .layer_cart_cart .button-container span.exclusive-medium i{
			vertical-align: middle;
		}
	/* ---/botones generales--- */
	
	/* botones exclusivos (ejemplo crear una cuenta) */
		.button.button-medium.exclusive{
			background: #CF0F3E;
			background-color: #CF0F3E;
			border-color: #CF0F3E;
			border-radius: 0px;
		}
		.button.button-medium.exclusive span{
			background: #CF0F3E;
			background-color: #CF0F3E;
			border-color: #CF0F3E;
		}
		.button.button-medium.exclusive:hover{
			background: #F0053D;
			background-color: #F0053D;
			border-color: #F0053D;
		}
		.button.button-medium.exclusive:hover span{
			background: #F0053D;
			background-color: #F0053D;
			border-color: #F0053D;
		}

	/* ---/botones exclusivos--- */
	
	/* botones pequeños (escribir reseña por ejemplo) */
		.button.button-small{
			background: #CF0F3E;
			border: 1px solid;
			border-color: #CF0F3E;
			border-radius: 0px;
		}
		.button.button-small:hover{
			background: #F0053D;
			border-color: #F0053D;
		}
		.button.button-small:hover span{
			border-color: #F0053D;
		}
		.button.button-small span{
			border-color: #CF0F3E;
		}
		.button.button-small span:hover{
			background: #F0053D;
			border: 1px solid;
			border-color: #F0053D;
		}
	/* ---/botones pequeños--- */
/* ---/BOTONES--- */

/* REDES SOCIALES */

	ul li.facebook a:before{
		content: none !important;
	}
	ul li.facebook a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: 0px 0px;   
	}
	ul li.facebook a:hover{
		background-position: 0px -26px;
	}

	ul li.twitter a:before{
		content: none !important;
	}
	ul li.twitter a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -26px 0px;   
	}
	ul li.twitter a:hover{
		background-position: -26px -26px;
	}

	ul li.rss a:before{
		content: none !important;
	}
	ul li.rss a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -312px 0px;   
	}
	ul li.rss a:hover{
		background-position: -312px -26px;
	}

	ul li.youtube a:before{
		content: none !important;
	}
	ul li.youtube a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -152px 0px;   
	}
	ul li.youtube a:hover{
		background-position: -152px -26px;
	}

	ul li.youtube a:before{
		content: none !important;
	}
	ul li.youtube a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -156px 0px;   
	}
	ul li.youtube a:hover{
		background-position: -156px -26px;
	}

	ul li.google_plus a:before{
		content: none !important;
	}
	ul li.google_plus a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -52px 0px;   
	}
	ul li.google_plus a:hover{
		background-position: -52px -26px;
	}

	ul li.google_plus a:before{
		content: none !important;
	}
	ul li.google_plus a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -52px 0px;   
	}
	ul li.google_plus a:hover{
		background-position: -52px -26px;
	}

	ul li.pinterest a:before{
		content: none !important;
	}
	ul li.pinterest a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -130px 0px;   
	}
	ul li.pinterest a:hover{
		background-position: -130px -26px;
	}

	ul li.instagram a:before{
		content: none !important;
	}
	ul li.instagram a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -104px 0px;   
	}
	ul li.instagram a:hover{
		background-position: -104px -26px;
	}

	ul li.vimeo a:before{
		content: none !important;
	}
	ul li.vimeo a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -208px 0px;   
	}
	ul li.vimeo a:hover{
		background-position: -208px -26px;
	}
	ul li.linkedin a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -182px 0px;   
	}
	ul li.linkedin a:hover{
		background-position: -182px -26px;
	}
	ul li.tumblr a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -260px 0px;   
	}
	ul li.tumblr a:hover{
		background-position: -260px -26px;
	}
	ul li.wordpress a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -78px 0px;   
	}
	ul li.wordpress a:hover{
		background-position: -78px -26px;
	}
	ul li.flickr a{
		width:26px;
		height:26px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -286px 0px;   
	}
	ul li.flickr a:hover{
		background-position: -286px -26px;
	}
	
	
	/*
	ul li.facebook a:before{
		content: none !important;
	}
	ul li.facebook a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: 0px 0px;   
	}
	ul li.facebook a:hover{
		background-position: 0px -32px;
	}

	ul li.twitter a:before{
		content: none !important;
	}
	ul li.twitter a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -32px 0px;   
	}
	ul li.twitter a:hover{
		background-position: -32px -32px;
	}

	ul li.rss a:before{
		content: none !important;
	}
	ul li.rss a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -384px 0px;   
	}
	ul li.rss a:hover{
		background-position: -384px -32px;
	}

	ul li.youtube a:before{ 
		content: none !important;
	}
	ul li.youtube a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -152px 0px;   
	}
	ul li.youtube a:hover{
		background-position: -152px -32px;
	}

	ul li.youtube a:before{
		content: none !important;
	}
	ul li.youtube a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -192px 0px;   
	}
	ul li.youtube a:hover{
		background-position: -192px -32px;
	}

	ul li.google_plus a:before{
		content: none !important;
	}
	ul li.google_plus a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -64px 0px;   
	}
	ul li.google_plus a:hover{
		background-position: -64px -32px;
	}

	ul li.pinterest a:before{
		content: none !important;
	}
	ul li.pinterest a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -160px 0px;   
	}
	ul li.pinterest a:hover{
		background-position: -160px -32px;
	}

	ul li.instagram a:before{
		content: none !important;
	}
	ul li.instagram a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -128px 0px;   
	}
	ul li.instagram a:hover{
		background-position: -128px -32px;
	}

	ul li.vimeo a:before{
		content: none !important;
	}
	ul li.vimeo a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -256px 0px;   
	}
	ul li.vimeo a:hover{
		background-position: -256px -32px;
	}
	ul li.linkedin a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -224px 0px;   
	}
	ul li.linkedin a:hover{
		background-position: -224px -32px;
	}
	ul li.tumblr a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -320px 0px;   
	}
	ul li.tumblr a:hover{
		background-position: -320px -32px;
	}
	ul li.wordpress a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -96px 0px;   
	}
	ul li.wordpress a:hover{
		background-position: -96px -32px;
	}
	ul li.flickr a{
		width:32px;
		height:32px;
		display:block;
		margin: 0px 0px;
		background: url("../img/icons-social-networks.png")no-repeat; 
		background-position: -352px 0px;   
	}
	ul li.flickr a:hover{
		background-position: -352px -32px;
	}	
	*/
/* ---/REDES SOCIALES--- */

/* AVISO DE COOKIES */
#cookieNotice{
	width: 100% !important;
	box-shadow: 0px 0px 10px 0px rgb(255, 255, 255) !important;
	background: rgb(51, 51, 51) none repeat scroll 0% 0% !important;
	font-size: 14px !important;
	line-height: 1.3em !important;
	font-family: arial !important;
	text-align: center !important;
	color: rgb(255, 255, 255) !important;
	opacity: 0.8 !important;
}
#cookieNoticeContent{
	position: relative !important;
	margin: auto !important;
	padding: 10px !important;
	width: 100% !important;
	display: block !important;
}
#cookiesClose{
	text-transform: uppercase !important;	
}
/* ---/AVISO DE COOKIES--- */

#subcategories ul li{
    width: 175px;
}
.block .title_block, .block h4{
    background: #D40650;
}