/*
Theme Name: Papua Nueva Guinea
Theme URI: http://dietisur.es
Author: Fernando Paredes
Author URI: https://fparedes.com
Description: El tema de WordPress para Dietisur
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: papua
*/


@charset "utf-8";


html, body{
	max-width: 100vw;
	overflow-x: hidden;
}


/* Images */
img{
	max-width: 100%;
	height: auto;
}

iframe{
	max-width: 100%;
}

img.full-width-img, .full-width-img img{
	width: 100%;
}

/* anchor */

/*a{
	color: #1D9550;
}

a:hover{
	color: #0A6A33;
}*/


/****************************************************
	WORDPRESS STUFF
****************************************************/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* WOOCOMMERCE */

#respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #eee;
    border: 1px solid #cdcdcd;
    padding: 8px;
    border-radius: 0;
    font-weight: 400;
}


/****************************************************
	BOOTSTRAP OVERWRITINGS
****************************************************/
label{
	font-weight: 400;
}

.form-control{
	border-radius: 0;
}

.input-group-addon{
	border-radius: 0;
}

.btn{
	border-radius: 0;
}

/*****************************************************
	Navs
*****************************************************/

nav li{
	list-style: none;
}

nav a:hover, nav a:active, nav a:focus{
	text-decoration: none;
}

nav.horizontal ul {
	padding: 0;
}

nav.horizontal ul > li{
	display: inline-block;
	margin-right: 1em;
}

nav.horizontal ul > li:last-child{
	margin-right: 0;
}

.menu-item-has-children > a::after{
	content: " \25bc";
	color: #3FA822;
}



.vertical .menu-item-has-children > a::after{
	content: " +";
}

nav.dropdowns ul > li > ul{
	position: absolute;
	margin-top: 0;
	height: 0px;
	overflow: hidden;
	transition: 0.2s;
	z-index: 2;
	padding-left: 0.6em;
	padding-right: 0.6em;
	line-height: 1.8em;
}

nav.dropdowns ul > li:hover > ul{
	height: auto;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

nav.vertical.dropdowns ul > li > ul{
	position: relative;
	margin-top: 0;
	height: 0px;
	overflow: hidden;
	transition: 0.2s;
	padding-left: 0.6em;
	padding-right: 0.6em;
	line-height: 1.8em;
}

nav.vertical.dropdowns ul > li:hover > ul{
	height: auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}


nav.dropdowns ul > li > ul > li{
	display: block;
}



/******************************************************
	Typography
******************************************************/
html, body{
	font-family: "Open Sans", sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Ubuntu", sans-serif;
}

h1{
	margin-bottom: 1.2em;
}

h2{
	margin-bottom: 0.8em;
}

.bold{
	font-weight: 700;
}

.align-center, .text-center{
	text-align: center;
}

.align-right, .text-right{
	text-align: right;
}

.lighter{
	color: #999;
}

/******************************************************
	Floats
******************************************************/

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clear{
	clear: both;
}


/******************************************************
	Displays
******************************************************/


@media (min-width: 992px){
	.visible-sm-soft{
		display: none !important;
	}
}


/* This goes ALWAYS after the grid hide/display classes */
.display-none{
	display: none;
}

.display-block{
	display: block;
}

/******************************************************
	Cursor
******************************************************/

.pointer{
	cursor: pointer;
}




/******************************************************
	Padding & MArgin
******************************************************/
.no-padding{
	padding: 0;
}

.no-margin{
	margin: 0;
}

.no-padding_f{
	padding: 0 !important;
}


.grid-padding, .woocommerce-result-count{
	padding-right: 15px;
	padding-left: 15px;
}

.no-padding-left{
	padding-left: 0;
}


.no-margin{
	margin: 0;
}

.margin-s-right{
	margin-right: 7px;
}

/******************************************************
	Main global styles
******************************************************/

h1.page-heading{
	margin-top: 0;
	margin-bottom: 0.81em;
	line-height: 0.9em;
}

.dark-bg{
	background: #333;
}

input:focus, button:focus{
	outline: 0 !important;
}


button.subtle, .btn.subtle, .btn-default{
	background-color: #eee;
	border: 1px solid #cdcdcd;
	padding: 8px;
	border-radius: 0;
}

button.subtle:hover, button.subtle:focus
.btn.subtle:hover, .btn.subtle:focus{
	background: #f2f2f2;
	outline: none;
}


.subtle.btn-success, .btn-success{
	color: #fff;
	background: #5cb85c;
	border-color: #49A649;
}

.subtle.btn-success:hover, .subtle.btn-success:focus,
.btn-success:hover, .btn-success:focus{
	background: #71CC71;
	border-color: #49A649;
}

.subtle.btn-info, .btn-info{
	color: #fff;
	background: #5bc0de;
	border-color: #3FA1BF;
}

.subtle.btn-info:hover, .subtle.btn-info:focus,
.btn-info:hover, .btn-info:focus{
	background: #46AFCF;
	border-color: #3FA1BF;
}



ul.footer_link, ul.footer_links{
	padding-left: 0;
}

ul.footer_link li, ul.footer_links li{
	list-style: none;
}

/******************************************************
	Floating menu
******************************************************/

/* Mobile pillow */
#mobile_fixed_menu_pillow{
	height: 50px;
}

/* Itself */
#mobile_fixed_menu{
	height: 56px;
	width: 100%;
	position: fixed;
	top: 0; left: 0; right: 0;
	background-color: #1D9550;
	z-index: 209;
	border-bottom: 1px solid #177C42;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

#mobile_fixed_menu > .container-fluid > div {
	padding-top: 15px;
	color: #fff;
}

#mobile_fixed_menu img{
	height: 36px;
	margin-top: -5px;
	margin-left: -5px;
	-webkit-filter: invert(0.5) brightness(10);
}

#mobile_fixed_menu a{
	color: #fff;
}



#mobile_fixed_menu #cart_li{
	vertical-align: top;
}

#mobile_fixed_menu #cart_li .cart-price-count{
	padding-top: 5px;
	margin-left: 8px;
}

/* Search */
#mobile_fixed_search{
	position: fixed;
	top: 56px; left: 0px; right: 0px;
	padding: 10px;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}


/* Menu*/
#mobile_fixed_links{
	position: fixed;
	top: 56px; left: 0; right: 0;
	width: 100%;
	z-index: 11;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	padding: 0;
	font-weight: 700;
}

#mobile_fixed_links ul{
	padding: 0;
	margin: 0;
}

#mobile_fixed_links a:hover, #mobile_fixed_links a:active, #mobile_fixed_links a:focus{
	color: #333;
}

#mobile_fixed_links li{
	border-top: 1px solid #ccc;
	background-color: #fff;
}

#mobile_fixed_links li	a{
	padding: 0.8em;
	display: block;
}

#mobile_fixed_links ul > li> ul > li > a{
	padding-left: 1.6em;
}

#mobile_fixed_links li:last-child{
	border-bottom: 0;
}

#mobile_fixed_links ul > li > ul{
	font-weight: 400;
}

#mobile_fixed_links .dropdown-mother:hover > a{
	padding-bottom: 0.8em;
	color: #333;
}



/* Background */

#menu_fixed_background, #menu_fixed_background_2{
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 8;
	height: 100%;
	width: 100%;
	top: 0; left: 0;
	display: none;
}

@media (min-width: 992px){
	#menu_fixed_background, #menu_fixed_background_2{
		display: none !important;
	}
}


/******************************************************
	Desktop top menu
******************************************************/

header{
	padding: 0;
}


#top_dark_banner{
	padding-top: 0.5em;
	padding-bottom: 0;
	color: #fff;
	position: absolute;
	z-index: 200;
	width: 100%;
}

#top_dark_banner a{
	color: #fff;
}

#user_welcome{
	font-size: 0.84em;
	color: #ADADAD;
	margin-bottom: 0.1em;
}

#user_welcome a{
	color: #ADADAD;
}


#top_dark_banner .menu-item-has-children > a::after{;
	color: #fff;
}

.top-cart{
	margin-top: 3px;
	width: 100%
}

.top-cart .cart-icon{
	margin-right: 0.9em;
}

.top-cart .item-count{
	font-size: 0.85em;
}

.top-cart .item-count, .top-cart .item-count a{
	color: #ADADAD;
}

.top-cart .cart-price-count, .top-cart .item-count a{
	font-weight: 700;
	color: #3FA822;
}

#header .cart_block{
	width: 290px;
	left:0;
	right: auto;
}


.cart_block .cart-buttons a#button_order_cart{
	padding: 0;
}

#button_order_cart span{
	width: 100%;
	display: block;
}

#top_dark_banner nav ul > li > ul{
	background-color: #4C4C4C;
	font-weight: 400;
}




#main_menu_ribbon{
	transition: 0.3s;
	background-color: #fff;
	border-bottom: 2px solid #eee;
	position: absolute;
	z-index: 199;
	width: 100;
	padding-top: calc(1.7em + 54.17px);
	padding-bottom: 1.7em;
	background-color: #fff;
	width: 100%;
}

#main_menu_ribbon nav{
	margin-top: 1.2em;
}

img.logo{
	height: 50px;
}

#top_menu_search{
	margin-top: 0.8em;
 }

#top_menu_search button, #mobile_fixed_search button{
	height: 34px;
	padding-top: 6px;
	width: 34px;
}


#main_menu_ribbon nav a{
	color: #333;
}


#main_menu_ribbon nav ul > li > ul{
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.17);
	font-weight: 400;
}

#main_menu_ribbon nav ul > li > ul a:hover{
	color: #3FA822;
}


#main_menu_ribbon .dropdown-mother > a::after{
	color: #1D9550;
}

#main_menu_ribbon form{
	overflow-y: hidden;
}

#flying_menu_cart{
	display: none;
}



/*Flying header */


.header-volante{
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 9999;
}

.header-volante #top_dark_banner{
	display: none;
}

.header-volante #main_menu_ribbon{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	width: 100%;
	margin-top: 0;
}

.admin-bar .header-volante #main_menu_ribbon{
	margin-top: 32px !important;
}

.header-volante img.logo{
	height: 30px;
}

.header-volante #main_menu_ribbon nav{
	margin-top: 5px;
}

.header-volante	#top_menu_search{
	margin-top: 0;
}

.header-volante input, .header-volante button{
	height: 30px;
}

.header-volante form button{
	padding-top: 4px;
}

.header-volante #flying_menu_cart{
	display: block;
	margin-top: 1px;
}

.header-volante #flying_menu_cart a{
	color: #333;
}

.header-volante #flying_menu_cart i{
	color: #888;
}

.header-volante #flying_menu_cart .cart-price-count{
	margin-top: 5px;
	margin-left: 9px;
	font-weight: 700;
}

.header-volante	#top_menu_search button{
	width: 30px;
	height: 30px;
	padding-top: 4px;
}


#header_pillow{
	height: 153.77px;
	width: 100%;
}

#header_pillow.active{
	height: 164.766px;
	margin-top: 0;
}




/*********************
	Product grid
*********************/

.product-grid{
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.tab-content>.active{
	display: flex;
}

.product-grid .product-wrapper{
	padding-right: 15px;
	padding-left: 15px;
	float: none;
	position: relative;
}

.product-grid .product-wrapper{
	width: 100%;
}

.product-grid li{
	list-style: none;
}

.product-grid::after{
	clear: both;
}

.product-grid .each-product{
	border: 1px solid #E4E4E4;
	padding: 15px;
	margin-bottom: 2.3em;
	transition: 0.2s;
}

.product-grid .each-product:hover, .product-grid .each-product:focus{
	border: 1px solid #d9d9d9;
	opacity: 0.9;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.product-grid.list .product-image-wrapper{
	width: 100%;
	text-align: center;
	padding-right: 15px;
	float: left;
}

.product-grid.grid .product-image-wrapper{
	margin-bottom: 1em;
	text-align: center;
}

.product-grid .product-image-wrapper .availability,
.product-grid.grid .availability-bottom{
	display: none;
}

.product-grid.grid .product-image-wrapper .availability{
	display: block;
	text-align: left;
	margin-top: -30px;
	height: 20px;
	padding-bottom: 25px;
}

.availability span, .availability-bottom span{
	padding: 5px;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
	margin-right: 8px;
}

 .availability span i, .availability-bottom span i{
	margin-right: 5px;
}

.availability-bottom{
	display: block;
}




/* ICONOS ATRIBUTOS */
.caracteristicas-icons{
	padding: 0;
}

.caracteristicas-icons li{
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	margin: 0;
	margin-left: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor:help;
}

.caracteristicas-icons li.frio{
	background: #1b56ff url(img/icon-termo.png);
	background-size: contain;
	
}

.caracteristicas-icons li.bio{
	background: #8cdc2e url(img/icon-bio.png);
	background-size: contain;
}

.caracteristicas-icons li.azucar{
	background: #f23360 url(img/icon-sugar.png);
	background-size: contain;
	
}

.caracteristicas-icons li.gluten{
	background: #f8ba14 url(img/icon-gluten.png);
	background-size: contain;
}

.caracteristicas-icons li.huevo{
	background: #ef7716 url(img/icon-egg.png);
	background-size: contain;
	
}

.caracteristicas-icons li.lactosa{
	background: #3fb9f1 url(img/icon-milk.png);
	background-size: contain;
}

.caracteristicas-icons li.levadura{
	background: #8e19d8 url(img/icon-yeast.png);
	background-size: contain;
	
}

.caracteristicas-icons li.vegano{
	background: #00a850 url(img/icon-vegan.png);
	background-size: contain;
	
}



.product-grid .each-product .left-block .caracteristicas-icons{
	position: absolute;
	width: calc(100% - 60px);
	margin-top: -3px;
	text-align: right;
}

.product-grid.list .each-product .left-block .caracteristicas-icons{
	display: none;
}




.product-grid .each-product .right-block .caracteristicas-icons{
	margin-bottom: 15px;
	margin-top: -10px;
}

.product-grid.grid .each-product .right-block .caracteristicas-icons{
	display: none;
}







.product-grid .each-product h5{
	line-height: 1.2em;
	color: #4C4C4C;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.product-grid.grid .each-product h5{
	font-size: 1.2em;
	height: 3.7em;
	overflow-y: hidden;
}

.product-grid.list .each-product h5{
	font-size: 1.6em;
	margin-bottom: 1.1em;
}

.product-grid .each-product a:hover, .product-grid .each-product a:focus, .product-grid .each-product a:active{
	text-decoration: none;
} 

.product-grid .each-product .price{
	color: #6c6c6c;
	font-weight: 700;
	margin-top: 0.45em;
	font-size: 1.1em;
}

.product-grid.list .each-product .price{
	padding-top: 1.1em;
}



.product-grid .each-product .sale-price-block{
	margin-top: -9px;
}

.product-grid .each-product .price .old-price{
	color: #ea3f11;
	font-weight: 400;
	font-size: 0.75em;
	text-decoration: line-through;
	display: block;
}

.product-grid .each-product .price .price-percent-reduction{
	margin-left: 5px;
	background: #ea3f11;
	padding: 0 4px;
	border-radius: 4px;
	color: #fff;
}

.product-grid .each-product .price .other-prices{
	font-weight: 400;
}

.product-grid.grid .each-product .price .other-prices{
	display: none;
}

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after,
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after{
	content: '';
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading{
	opacity: 1;
	padding: 0;
}

.product-grid .each-product .ajax_add_to_cart{
	background-color: #eee;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	width: 35px;
	height: 35px;
	margin-left: 13px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 0;
	float: right;
}

.product-grid.list .each-product .ajax_add_to_cart{
	width: 150px;
	margin-top: 12px;
}

.product-grid.list .each-product .add_to_wlist{
	width: 150px;
	margin-top: 12px;
}

.product-grid.grid .each-product .excerpt{
	display: none;
}

.product-grid.list .each-product .excerpt{
	margin-bottom: 2.2em;
}

.product-grid .each-product .added_to_cart{
	display: none;
}

.product-grid .each-product .ajax_add_to_cart:hover,
.product-grid .each-product .ajax_add_to_cart.add_to_cart_button.added {
	background: #1D9550;
	outline: none;
	border: 0;
}

.product-grid .each-product .ajax_add_to_cart::before{
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f129";
	color: #1D9550;
	padding-left: 6px;
	font-size: 18px;
	padding-top: 2px;
	padding-left: 12px;
}

.product-grid.list .each-product .ajax_add_to_cart::after{
	content: "Más info";
	color: #1D9550;
	font-size: 13px;
	margin-left: 13px;
}

.product-grid .each-product .ajax_add_to_cart.add_to_cart_button::before{
	font-family: 'FontAwesome';
	content: "\f217";
	padding-left: 7px;
}

.product-grid .each-product .ajax_add_to_cart.add_to_cart_button.loading::before{
	color: #8BDCAE;
}

.product-grid .each-product .ajax_add_to_cart.add_to_cart_button.added::before{
	content: "\f00c";
}

.product-grid.list .each-product .ajax_add_to_cart.add_to_cart_button::after{
	content: "Añadir al carro";
}

.product-grid.list .each-product .ajax_add_to_cart.add_to_cart_button.loading::after{
	content: "Añadiendo...";
	color: #8BDCAE;
}

.product-grid.list .each-product .ajax_add_to_cart.add_to_cart_button.added::after{
	content: "¡Añadido!";
}



.product-grid .each-product .add_to_wlist{
	border: 0;
	background-color: #eee;
	border: 1px solid #cdcdcd;
	width: 35px;
	height: 35px;
}

.product-grid .each-product .add_to_wlist:hover,
.product-grid.list .each-product .add_to_wlist.in_wlist{
	background: #E60E4B;
	outline: none;
	border: 0;
}

.product-grid .each-product .add_to_wlist::before{
	font-family: 'FontAwesome';
	content: "\f08a";
	color: #E60E4B;
	font-size: 18px;
}

.product-grid .each-product .add_to_wlist.in_wlist::before{
	content: "\f004";
}


.product-grid.list .each-product .add_to_wlist::after{
	content: "Marcar favorito";
	color: #E60E4B;
	font-size: 13px;
	margin-left: 13px;
}

.product-grid.list .each-product .add_to_wlist.in_wlist::after{
	content: "Añadido";
}



.product-grid .each-product .ajax_add_to_cart:hover::before,
.product-grid .each-product .ajax_add_to_cart.add_to_cart_button.added::before,
.product-grid .each-product .add_to_wlist:hover::before,
.product-grid.list .each-product .add_to_wlist.in_wlist::before,
.product-grid .each-product .ajax_add_to_cart:hover::after,
.product-grid .each-product .ajax_add_to_cart.add_to_cart_button.added::after,
.product-grid .each-product .add_to_wlist:hover::after,
.product-grid.list .each-product .add_to_wlist.in_wlist::after{
	color: #fff;
}


.product-grid.grid .each-product .over-img-button{
	position: absolute;
	background-color: #ddd;
	border: 1px solid #aaa;
	z-index: 3;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	height: 34px;
	text-align: center;
	padding: 0;
	border-radius: 4px;
	color: #777;
	opacity: 0;
	transition: 0;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px;
	font-size: 1.0em;
}

.product-grid.grid .each-product .over-img-button:hover{
	background: #eee;
	color: #666;
	border-color: #999;
}

.product-grid.grid .each-product:hover .over-img-button{
	opacity: 1;
}

.product-grid.grid .each-product .over-img-button i{
	margin-right: 7px;	
}


.product-grid.grid .each-product .quick-view{
	top: 70px;
}

.product-grid.grid .each-product .compare{
	top: 110px;
}



.product-grid.list .each-product .over-img-button{
	display: block;
	position: absolute;
	padding-left: 5px;
}

.product-grid.list .each-product .quick-view{
	bottom: 50px;
}

.product-grid.list .each-product .compare{
	bottom: 72px;
}



/*
.product-grid.grid .each-product .quick-view-mobile{
	display: block;
	background-color: #eee;
	border: 1px solid #cdcdcd;
	width: 100%;
	height: 35px;
	margin-top: 8px;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 0;
	text-align: center;
}

.product-grid.grid .each-product .quick-view-mobile i{
	margin-right: 5px;
}

.product-grid.grid .each-product .quick-view-mobile:hover{
	background: #1D9550;
	color: #fff;
}
*/

@media (min-width: 768px) {

	/*.product-grid.grid .each-product .quick-view-mobile{
		display: none;
	}*/

	.product-grid.grid .each-product .quick-view{	
		display: block;
	}

	.product-grid.grid .index-product.product-wrapper{
		width: 33.33333333%;
	}

	.product-grid.grid .product-wrapper{
		width: 50%;
	}

	.product-grid.list .product-image-wrapper{
		width: 25%;
	}
}


@media (min-width: 992px) {


	.product-grid.grid .index-product.product-wrapper{
		width: 25%;
	}

	.product-grid.grid .product-wrapper{
		width: 33.33333333%;
	}

	.product-grid.list .product-image-wrapper{
		width: 33.33333333%;
	}
}






/* Quick view */

body.content_only{
	padding: 20px;
	padding-right: 30px;
}

.content_only #home_suggestion,
.content_only	.page-product-box,
.content_only	.product-description{
	display: none;
}












/******************************************
	GLOBAL COMPONENTS
	**************************************/

.price-advise{
	font-size: 0.9em;
	color: #6C6C6C;
	margin-top: 9em;
	margin-bottom: 2em;
}



/*BREADCRUMB*/


.woocommerce-breadcrumb{
	padding: 0;
	margin-top: 3em;
	margin-bottom: 3em;
	font-size: 0.9em;
}




/******************************************
	FOOTER
******************************************/

footer{
	margin-top: 70px;
}



.ladybug-svg-cell img{
	max-height: 160px;
	text-align: right;
}



.bottom-links{
	background: #2b2b2b;
	padding-top: 3em;
	padding-bottom: 1em;
}



.bottom-links > .container > div{
	margin-bottom: 2em;
}

.bottom-links .textwidget{
	padding-top: 0.6em;
}

.bottom-links .textwidget img{
	max-height: 65px;
	margin-bottom: 1em;
	-webkit-filter: invert(0.5) brightness(10);
}

.bottom-links .textwidget p{
	color: #6c6c6c;
}

.bottom-links .widget_nav_menu h4{
	color: #fff;
	font-size: 1.8em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.6em;
}

.bottom-links .widget_nav_menu, .bottom-links .widget_nav_menu a{
	color: #ADADAD;
	text-decoration: none;
}

.bottom-links .widget_nav_menu a:hover, .bottom-links .widget_nav_menu a:focus{
	color: #fff;
	text-decoration: none;
}

.bottom-links .widget_nav_menu ul, .bottom-links .widget_nav_menu li{
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0.3em;
}

/******************************************
	Common elements
******************************************/







/******************************************
	HOMEPAGE
******************************************/

/* SLIDER */

#homepage_slider{
	margin-bottom: 4.5em;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #333;
}

#homepage_slider .item img{
	margin-left: auto;
	margin-right: auto;
}

#homepage_slider .carousel-control{
	background: transparent;
}


#homepage_slider .carousel-control{
	background: transparent;
}

#homepage_slider .carousel-indicators{
	width: 100%;
	padding-right: 2em;
	text-align: right;
	margin-left: 0;
	left: 0;
	z-index: 2;
}

#homepage_slider .carousel-indicators li{
	border: 1px solid #333;
}
#homepage_slider .carousel-indicators .active{
	background-color: #ddd;
}

.slider-triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15vw 100vw;
	border-color: transparent transparent #fff transparent;
	margin-top: -14.9vw;
	z-index: 0;
	position: absolute;
}


@media (min-width: 768px){
	.slider-triangle{
		border-width: 0 0 8vw 100vw;
		margin-top: -7.9vw;
	}
}

/* MAIN CONTAINER */
.home_welcome_text{
	font-size: 1.18em;
	text-align: center;
	margin-bottom: 2.6em;
}

.home-block{
	margin-bottom: 5em;
}

.home-block::after{
	clear: both;
}



/* Home tabs */
.nav-tabs{
	border-bottom: 0;
	padding: 0 15px;
	margin-bottom: 1.3em;
}

.nav-tabs>li{
	margin: 0;
	padding: 0,
}

.nav-tabs>li>a{
	text-transform: uppercase;
	color: #777;
	font-weight: 700;
	font-size: 0.98em;
	padding: 7px 12px;
	border: 0;
	border-radius: 0;
	margin: 0;
	transition: 0.2s;
	border-bottom: 4px solid rgba(0,0,0,0)
}

.nav-tabs>li>a:hover{
	background-color: transparent;
	border-bottom: 4px solid #ddd;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 4px solid #777;
	color: #777;
}






/************************************************
	PRODUCT PAGE
************************************************/

#image-block{
	margin-bottom: 20px;
}
#image-block .onsale{
	background: #ea3f11;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    font-weight: 700;
}

#view_full_size .span_link{
	display: block;
	position: absolute;
	background: red;
	padding: 3px 7px;
	margin-top: -40px;
	margin-left: 10px;
}

.product-price-and-cart{
	margin-bottom: 3.5em;
}

.product-price-cell:first-child{
	font-weight: 700;
}

.product-price-and-cart p{
	margin: 0;
}

.product-price-cell p:first-child{
	color: #6C6C6C;
	font-size: 0.8em;
}

.pvt-2, .pvp-2{
	display: none;
}

.product-price-cell .big-price{
	color: #4C4C4C;
	font-size: 1.5em;
}


.product-price-cell #reduction_percent,
.product-price-cell #reduction_amount {
	margin-right: 10px;
	padding: 2px 5px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	font-size: 1.1em;
	line-height: inherit;
	color: #fff;
	background: #ea3f11;
	border: 0;
}

.product-price-cell	#old_price {
	padding-bottom: 0;
	font-size: 0.95em;
	text-decoration: line-through;
	display: inline-block;
	line-height: inherit;
	font-weight: 400;
}

.product-price-cell{
	border-left: 1px solid #ADADAD;
	margin-bottom: 1.8em;
}

.product-price-cell:first-child{
	border-left: 0;
}

.add-to-cart-cell{
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 15px;
}

.add-to-cart-cell input, .add-to-cart-cell button{
	height: 35px;
	border-radius: 0;
	padding: 9px;
}

.add-to-cart-cell select{
	width: 100%;
}

.add-to-cart-cell button{
	width: 35px;
	padding-top: 6px;
}

.add-to-cart-cell label{
	font-weight: 400;
	color: #6C6C6C;
	margin-bottom: 2px;
}

.add-to-cart-cell #quantity_wanted_p label{
	font-weight: 700;
}

.add-to-cart-cell .input-qty{
	margin-bottom: 10px;
}

.add-to-cart-cell #attributes fieldset{
	margin-bottom: 7px;
}



.product-price-and-cart .add_to_cart{
	width: 100%;
	border: 1px solid #1D9550;
	margin-top: 15px;
	padding: 9px;
	padding-bottom: 27px;
	color: #1D9550;
	background: #fff;
}

.product-price-and-cart .add_to_cart:hover, .product-price-and-cart .add_to_cart:active{
	color: #fff;
	background: #1D9550;
}

.product-price-and-cart .add_to_cart.single_add_to_wlist{
	border: 1px solid #E60E4B;
	color: #E60E4B;
}

.product-price-and-cart .add_to_cart.single_add_to_wlist:hover,
.product-price-and-cart .add_to_cart.single_add_to_wlist:active{
	color: #fff;
	background: #E60E4B;
}



/*PANEL VARIACIONES*/
.variations{
	margin-bottom: 7px;
}




h2.description{
	margin-top: 1.3em;
	margin-bottom: 0.7em;
}


.short-product-description{
	margin-top: 1.6em;
	margin-bottom: 1.5em;
	font-size: 1.1em;
}

.short-product-description h2{
	margin-top: 0em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #6C6C6C;
	font-size: 0.95em;
	margin-bottom: 7px;
}

.product-description{
	margin-bottom: 5em;
}

.product-info .main-product-image{
	margin-bottom: 2em;
}


.product-info .brand-vat{
	margin-top: 2em;
	color: #4C4C4C;
}

.product-info .brand-vat a{
	margin-top: 2em;
	color: #4C4C4C;
}


.barcode-cell{
	margin-top: 15px;
	text-align: center;
	font-family: monospace;
	color: #333;
	opacity: 1;
}

.barcode-cell img{
	opacity: 0.73;
}




/* DATA SHEET */
.shop_attributes{
	border-bottom: 1px solid #d6d4d4;
	width: 100%;
	margin: 0 0 20px;
}

.shop_attributes tr{ 
	border-top: 1px solid #d6d4d4;
}

.shop_attributes tr th{
	border-right: 1px solid #d6d4d4;
	width: 30%;
	font-weight: 700;
	color: #333;
	padding: 10px 20px 11px;
	vertical-align: middle;
}

.shop_attributes tr td{
	padding: 10px 20px 11px;
	vertical-align: middle;
}

.shop_attributes tr p{
	margin: 0;
}



/* Thumbnail*/

.woocommerce-product-gallery .flex-control-nav{
	padding-left: 0;
	margin-top: 20px;
	margin-left: -7px;
	margin-right: -7px;
}
.woocommerce-product-gallery .flex-control-nav li{
	list-style-type: none;
	width: 24%;
	padding: 7px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
}

.woocommerce-product-gallery__trigger{
	display: block;
	background: rgba(0,0,0,0.15);
	width: 30px;
	height: 30px;
	padding: 5px;
	position: absolute;
	z-index: 2;
	margin: 10px;
	border-radius: 100%;
}

.woocommerce-product-gallery__trigger img.emoji{
	width: 20px !important;
}

#image-block img{
	border: 1px solid #e3e3e3;
}

#image-block img:hover{
	border: 1px solid #ccc;
}



@media (min-width: 768px){

	.product-price-cell p:first-child{
		font-size: 1em;
	}

	.product-price-cell .big-price{
		font-size: 2.5em;
		margin-top: -0.2em;
	}
}

@media (min-width: 992px){

	.product-price-and-cart .ajax_add_to_cart{
		padding: 5px;
		padding-bottom: 23px;
		font-size: 1em;
	}

	.add-to-cart-cell input, .add-to-cart-cell button{
		height: 30px;
		padding: 5px;
	}

	.add-to-cart-cell button{
		width: 30px;
		padding-top: 3px;
	}
}











/***************************************************
	SEARCH, ARCHIVES...
***************************************************/


h1.woocommerce-title{
	margin-top: 0;
	padding: 0 15px;
}


.woocommerce-result-count{
	font-size: 16.5px;
	color: #666;
	display: block;
	margin-top: -43px;
	margin-bottom: 35px;
}

.woocommerce-ordering.grid-padding{
	margin-bottom: 25px;
}

.top-pagination-content #pagination{
	margin: 0;
}

.term-description{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.sort-controls{
	margin-bottom: 2em;
}


.search-control{
	padding: 0;
	margin-bottom: 1em;
}


.search-control label{
	margin: 0;
}

.search-control select{
	max-width: 195px;
	height: 38px;
	border-radius: 0;
	padding-left: 2px;
}

.didyoumean{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -20px;
	margin-bottom: 30px;
}

@media (min-width: 768px){
	.search-control{
		float: left;
	}

	.search-control{
		margin-right: 20px;
	}

}


.bottom-pagination{
	padding: 0 15px;
	text-align: center;
}

.bottom-pagination .current{
	color: #333;
}



/***************************************************
	Categories
***************************************************/

.category-description{
	margin-top: -25px;
	margin-bottom: 25px;
}

.subcategory-heading{
	margin-bottom: 0.49em !important;
}

.subcategories{
	border: 0;
	padding-top: 0;
	font-weight: 700;
}

.subcategories ul{
	padding: 0;
	margin: 0;
	margin-bottom: 2.2em;
	margin-left: -15px;
	margin-right: -15px;
}

.subcategories ul li{
	display: block;
	list-style-type: none;
	height: auto;
	margin: 0;
	margin-bottom: 11px;
	text-align: left;
	float: left;
}

.subcategories ul li .subcategory-name{
	font-size: 1em;
	text-transform: none;
	font-weight: 400;
}


.content_sortPagiBar .sortPagiBar{
	border: 0;
}




/***************************************************
	Sidebar
***************************************************/

.left-column .widget .title_block, .widget h3 {
	border: 0;
	background: transparent;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: #545454;
}

.left-column .widget{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.left-column ul{
	padding-left: 0;
}

.left-column li{
	list-style-type: none;
	padding-left: 0px;
}

.left-column li a{
	color: #333;
}

.left-column a:hover, .left-column a:active, .left-column a:focus{
	text-decoration: none;
}



.left-column .widget_search .btn{
	padding: 6px 10px;
}


.left-column li a.product-grid-block-image{
	padding: 0;
	margin-right: 15px;
}

.left-column li a.product-name{
	padding: 0;
}

.left-column .product-grid-block-image img{
		width: 75px;
}


/* WOOCOMMERCE PRICE SLIDER*/
.widget_price_filter .price_slider {
	margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
	float: left;
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	margin-top: -0.15em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	outline: none;
	background: #eee;
	border: 1px solid #1D9550;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	background: #bbb;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #e8e8e8;
}
.widget_price_filter .ui-slider-horizontal {
	height: 0.7em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}



/* DFP EXPORT WIDGET */

.widget_dfp_export button{
	width: 100%;
	margin-bottom: 1em;
}

.widget_dfp_export button:last-child{
	margin-bottom: 0;
}


.widget_dfp_export button i{
	margin-right: 7px;
}





/***************************************************
	BLOG GRID
***************************************************/

.blog-grid{
	margin-top: 3em;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.blog-grid .post-wrapper{
	float: none;
}


.blog-grid article{
	border: 1px solid #E4E4E4;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.15);
	transition: 0.4s;
}

.blog-grid .featured-img{
	height: 18em;
	background-size: cover;
	background-position: center center;
	padding: 0;
	transition: 0.3s;
}

.blog-grid .featured-img::after{
	display: block;
	content: "";
	background: transparent url(img/triangulo.png) no-repeat center bottom;
	background-size: contain;
	width: 100%;
	padding-top: 18em;
	transition: 0.3s;
}

.blog-grid article:hover{
	-webkit-box-shadow: 0px 5px 28px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 28px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 28px 0px rgba(0,0,0,0.1);
}

.blog-grid article:hover .featured-img{
	-webkit-filter: brightness(1.2) contrast(1.1);
}

.blog-grid article:hover .featured-img::after{
	padding-top: 18.7em;
}

.blog-grid h2{
	padding: 0 15px;
	margin-top: 0.13em;
}


.blog-grid h2 a, .blog-grid h2 a:hover, .blog-grid h2 a:active{
	color: #333;
	text-decoration: none;
}

.blog-grid .blogpost-excerpt{
	padding: 0 15px;
	color: #4C4C4C;
}

.blog-grid .blogpost-excerpt a, .blog-grid .blogpost-excerpt a:hover, .blog-grid .blogpost-excerpt a:active{
	color: #4C4C4C;
	text-decoration: none;
}

.blog-grid .blogpost-footer{
	padding: 1.3em 15px 15px;
}

.blog-grid .blogpost-footer time{
	display: block;
	padding-top: 0.7em;
	text-align: right;
}

.blog-grid button a, .blog-grid button a:hover, .blog-grid button a:active{
	color: #333;
	text-decoration: none;
}



/***************************************************
	SINGLE POST
***************************************************/

.single-post .featured-image{
	width: 100%;
	padding-top: 50px;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
	color: #fff;
}

.single-post .featured-image h1{
	margin-bottom:0.2em;
	font-size: 3em;
}

.single-post .featured-image p{
	margin-bottom: 16vw;
}

.single-post .featured-image i{
	margin-left: 17px;
}

.single-post .featured-image a{
	color: #fff;
}

.single-post .featured-image .fading{
	padding-top: 10vh;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.45) 100%);
}

.single-post .image-triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15vw 100vw;
	border-color: transparent transparent #fff transparent;
	margin-top: -14.9vw;
	z-index: 0;
	position: absolute;
}


.single-post .single-content{
	font-size: 1.12em;
}

.single-post .post-links{
	padding-top: 50px;
	padding-bottom: 70px;
	color: #666;
}

.single-post .post-links a{
	color: #666;
}

.single-post .post-links div{
	text-align: center;
}



@media (min-width: 768px){

	.single-post .featured-image h1{
		font-size: 5.8em;
	}

	.single-post .image-triangle{
		border-width: 0 0 8vw 100vw;
		margin-top: -7.9vw;
	}

	.single-post .featured-image{
		padding-top: 13vh;
		margin-bottom: 70px;
	}

	.single-post .featured-image p{
		margin-bottom: 8.3vh
	}

	.single-post .post-links .previous-link{
		text-align: left;
	}

	.single-post .post-links .next-link{
		text-align: right;
	}
}




/***************************************************
	product comparison
***************************************************/

table#product_comparison .remove a{
	font-size: 1.1em;
}

table#product_comparison .remove i{
	margin-left: 4px;
}

table#product_comparison h5{
	font-size: 1.6em;
}

table#product_comparison h5 a{
	color: #333;
	text-decoration: none;
}

.price-percent-reduction {
	background: #ea3f11;
	border: 1px solid #d02a2c;
	font: 600 1em "Open Sans", sans-serif;
	color: #fff;
	padding: 0 5px 0 3px;
	display: inline-block;
	}

.old-price {
	color: #6f6f6f;
	text-decoration: line-through;
	font-size: 0.87em;
	margin: 0 5px;
}

table#product_comparison .product-image-block .product_image img {
	width: 148px;
}

table#product_comparison .price.product-price{
	font-size: 1.2em;
	font-weight: 700;
}

table#product_comparison .new-box{
	left: -3px;
}





/***************************************************
	WOOCOMMERCE ACCOUNT PANEL
***************************************************/


.post-container-single {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.post-container-single {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.post-container-single {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.post-container-single {
		width: 1170px;
	}
}

.post-container-single::before,
.post-container-single::after{
	display: table;
	content: " ";
	clear: both;
}

.post-container-single h2{
	font-size: 36px;
	margin-top: 30px;
}

.post-container-single .woocommerce{
	margin-top: 47px;
}

.woocommerce-MyAccount-navigation{
	padding: 0;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content{
	padding: 0;
	float: left;
	width: 100%;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation{
		width: 32%;
		padding-right: 15px;
	}

	.woocommerce-MyAccount-content{
		width: 68%;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.woocommerce-MyAccount-navigation{
		width: 20%;
	}

	.woocommerce-MyAccount-content{
		width: 80%;
	}
}


/*NAV */
.woocommerce-MyAccount-navigation ul{
	padding: 0;
	font-weight: 700;
	border-top: 1px solid #eee;
}

.woocommerce-MyAccount-navigation li{
	border-bottom: 1px solid #eee;
	padding-top: 12px;
	padding-bottom: 12px;
}

.woocommerce-MyAccount-navigation a{
	color: #333;
}

.woocommerce-MyAccount-navigation a::after{
	font-family: 'FontAwesome';
	float: right;
	font-size: 18px;
	margin-top: -2px;
	color: #337ab7;
	display: block;
	width: 25px;
	text-align: center;
	opacity: 0.3;
}

.woocommerce-MyAccount-navigation-link.is-active ::after,
.woocommerce-MyAccount-navigation-link:hover ::after{
	opacity: 1;
}

.woocommerce-MyAccount-navigation-link--dashboard ::after{
	content: '\f0e4';
}

.woocommerce-MyAccount-navigation-link--orders ::after{
	content: '\f291';
}

.woocommerce-MyAccount-navigation-link--downloads ::after{
	content: '\f0ed';
}

.woocommerce-MyAccount-navigation-link--edit-address ::after{
	content: '\f041';
}

.woocommerce-MyAccount-navigation-link--edit-account ::after{
	content: '\f007';
}

.woocommerce-MyAccount-navigation-link--customer-logout ::after{
	content: '\f08b';
}

.woocommerce-MyAccount-navigation-link--payment-methods ::after{
	content: '\f09d';
}

.woocommerce-MyAccount-navigation-link--dfp-user-preferences ::after{
	content: '\f013';
}

.woocommerce-MyAccount-navigation-link--dfp-user-facturas ::after{
	content: '\f0b1';
}


/*DASHBOARD*/
.woocommerce-MyAccount-content a{
	font-weight: 700;
}

.woocommerce-MyAccount-content mark{
	font-weight: 700;
	color: #333;
}


/***********
USER REGISTRATION
************/

.password_reveal, .password_hide{
	cursor: pointer;
}

#password-strength{
	margin-top: 10px;
	font-weight: 700;
	margin-bottom: 5px;
}

#password-strength.short, #password-strength.bad{
	color: #c9302c;
}

#password-strength.good{
	color: #337ab7;
}

#password-strength.strong{
	color: #449d44;
}

.password-recomendation{
	font-size: 0.75em;
	margin-bottom: 10px;
}


/*********
LISTA DE MARCAS
*********/

.dfp_menu_letras_marcas ul{
	text-align: center;
	font-size: 1.6em;
	margin-top:50px;
}

.dfp_menu_letras_marcas li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 2px solid #dfdfdf;
	width: 20px;
}


.dfp_lista_de_marcas{
	padding: 0;
}

.dfp_lista_de_marcas:after{
	content: "";
	clear: both;
}


.dfp_lista_de_marcas h2{
	display: block;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 55px;
}

.dfp_lista_de_marcas li{
	list-style: none;
	display: block;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 30px;
}

.dfp_lista_de_marcas li a{
	color: #337ab7;
	transition: 0.2s;
}

.dfp_lista_de_marcas li a:hover{
	text-decoration: none;
	color: #337ab7;
}

.dfp_lista_de_marcas li a p{
	height: 21px;
	overflow-y: hidden;
	transition: 0.1s;
}

.dfp_lista_de_marcas li a img{
	margin-top: 10px;
	transition: 0.2s;
	filter: grayscale(10%);
	opacity: 0.8;
	width: 160px;
	height: 55px;
}


.dfp_lista_de_marcas li a:hover img{
	filter: grayscale(0%);
	opacity: 1;
}




/*********
OFERTAS
*********/

.logo-container{
	float: left;
	padding-right: 20px;
}

.logo-container img{
	border-bottom: 3px solid #333;
}

.oferta-in-loop{
	margin-bottom: 60px;
}

.ofertas-archive h2{
	margin-top: 5px;
	margin-bottom: 7px;
}

.ofertas-archive h2 a{
	color: #333;
}




/*********
404
*********/

.error404{
	padding-top: 40px;
}

.error404 .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 50px;
}
.error404 .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/************************
	CHECKOUT
************************/

.shop_table .qty{
	min-width: 60px;
}




/************************
	DFP WISHLIST
************************/

.dfp-wishlist-table>tbody>tr>td{
	vertical-align: middle;
}

.dfp-wishlist-table .dfp_wish_delete{
	text-align: center;
}

.dfp-wishlist-table td.dfp_wish_delete i{
	color: #E65656;
	font-size: 1.3em;
	transition: 0.2s;
	cursor: pointer;
}

.dfp-wishlist-table td.dfp_wish_delete i:hover{
	color: #E61818;
	font-size: 1.5em;
}

.dfp-wishlist-table td.dfp-wish-add-to-cart{
	width: 137px;
	text-align: center;
}

.dfp-wishlist-table .ajax_add_to_cart{
	border-color: #1D9550;
	color: #1D9550;
	background: #fff;
	margin-right: 5px;
	width: 137px;
}

.dfp-wishlist-table .ajax_add_to_cart:hover,
.dfp-wishlist-table .ajax_add_to_cart:active,
.dfp-wishlist-table .ajax_add_to_cart.added{
	background: #1D9550;
	color: #fff;
}

.dfp-wishlist-table .ajax_add_to_cart::before{
	font-family: 'FontAwesome';
	content: "\f217";
	margin-right: 5px;
}

.dfp-wishlist-table .ajax_add_to_cart::after{
	content: 'Añadir al carro';
}

.dfp-wishlist-table .ajax_add_to_cart.loading::before{
	content: "\f141";
}

.dfp-wishlist-table .ajax_add_to_cart.loading::after{
	content: 'Añadiendo';
}

.dfp-wishlist-table .ajax_add_to_cart.added::before{
	content: "\f00c";
}

.dfp-wishlist-table .ajax_add_to_cart.added::after{
	content: 'Añadido';
}




/**********************
	SHOP AS CUSTOMER
**********************/
.cxsac-switched-bar-holder {
	bottom: 0;
	top: auto;
}







/**********************
	PRO TOOLSET
**********************/

.pro-toolset{
	background-color: #eee;
    border: 1px solid #cdcdcd;
    padding: 15px;
	margin-bottom: 50px;
}

.pro-toolset h2{
	font-size: 24px;
	margin-top: 10px;
	text-align: center;
}

.pro-toolset .nav-tabs{
	text-align: center;
	margin-bottom: 0;
}

.pro-toolset .nav>li{
	float: none;
	display: inline-block;
}

.pro-toolset .nav-tabs li i{
	display: block;
	font-size: 50px;
	margin-bottom: 5px;
}

.pro-toolset .nav-tabs>li.active>a,
.pro-toolset .nav-tabs>li.active>a:focus,
.pro-toolset .nav-tabs>li.active>a:hover{
	background: transparent;
}

#pregunta_prelim_dar_alta{
	width: 100%;
}

.pro-toolset .answers{
	padding: 0;
	text-align: center;
	width: 100%;
	font-size: 2em;
	text-transform: uppercase;
}

.pro-toolset .tab-pane h3{
	color: #666;
	text-align: center;
	margin-top: 40px;
}

.pro-toolset .answers a{
	color: #888;
}

.pro-toolset .answers li{
	list-style: none;
	display: inline-block;
	padding: 5px 15px;
}

.custom {
    font-weight: bold;
    margin: 13px 0;
}