a {
	text-decoration: none;
}
.lang-flags {
	margin-bottom: 1em;
	margin-top: 1em;
}
.lang-flags a {
	float: right;
	margin-left: 1em;
}
.lang-flags img {
	width: 22px;
}
#topbar {
	position: relative;
	border-bottom: 1px solid #EEE;
	background-color: #FFF;
	z-index: 200;
}
#topbar .row {
	align-items: center;
}
#topbar .top-menu {
	/*display: flex;
	justify-content: space-between;*/
	margin: 0;
	padding: 7px 0 0;
	list-style: outside none none;
	/*float: left;*/
}
#topbar .top-menu > li {
	display: inline-block;
	/*height: 40px;
	line-height: 40px;*/
}
#topbar .top-menu > li > a {
	display: block;
	margin-right: 16px;
	font-weight: 500;
	font-size: 12px;
	/*height: 40px;*/
}
#topbar .top-links {
	position: relative;
}
.social-icons {
	/*float: right;
	height: 100%;
	overflow: hidden;*/
}
.social-icons ul {
	margin: 0;
	padding: 0;
}
.social-icons li, .social-icons li a {
	float: left;
	list-style: outside none none;
}
.social-icons li a {
	margin: 0;
	width: 35px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 0;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.social-icons.social-icons-colored a, .social-icons.social-icons-colored-hover a:hover {
	color: #FFF;
	border: 0;
}
.social-icons.social-icons-colored .social-rss a, .social-icons.social-icons-colored-hover .social-rss a:hover {
	background-color: #FAA33D;
}
.social-icons.social-icons-colored .social-facebook a, .social-icons.social-icons-colored-hover .social-facebook a:hover {
	background-color: #5D82D1;
}
.social-icons.social-icons-colored .social-twitter a, .social-icons.social-icons-colored-hover .social-twitter a:hover {
	background-color: #40BFF5;
}
.social-icons.social-icons-colored .social-youtube a, .social-icons.social-icons-colored-hover .social-youtube a:hover {
	background-color: #EF4E41;
}
.social-icons.social-icons-colored .social-linkedin a, .social-icons.social-icons-colored-hover .social-linkedin a:hover {
	background-color: #238CC8;
}
#topbar .button {
	display: inline-block;
	padding: 4px 12px;
	font-weight: 400;
	background-color: #4B9E54 !important;
	color: #FFF;
}
#topbar .button:hover {
	background-color: #3C8044 !important;
}



/* REVISAR */
.storefront-primary-navigation, .woocommerce-products-header p {
	font-size: 16px !important;
}


/* HEADER - BARRA MENU*/
#masthead {
	padding-top: 10px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.col-full {
	position: relative;
}
.site-branding {
	margin-bottom: 0 !important;
}
.site-search {
	position: static;
	clear: none;
	display: block;
}
.site-header .custom-logo-link img {
	max-width: 160px;
}
.site-header .widget {
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;*/
}
.menu-toggle {
	margin-top: -56px;
	margin-bottom: 20px;
}

/* Selector de ordenar productos */
.storefront-sorting {
	display: none;
}
.woocommerce-products-header {
	padding: 0 !important;
}
.storefront-breadcrumb {
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce-breadcrumb, .woocommerce-products-header {
	margin-top: 1em;
	margin-bottom: 2em;
}
.woocommerce-Price-amount {
	font-size: 18px;
}


/* MEDIA QUERIES */

@media (min-width: 576px) {
	.social-icons {
		float: right;
	}
}

@media (min-width: 768px) {
	#topbar .top-menu {
		padding: 0;
	}
	.site-header-cart .cart-contents::after {
		margin-top: -7px;
		margin-right: -7px;
		font-size: 1.4em;
		color: #4B9E54;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.woocommerce-active .site-header .site-search {
		width: 21.7391304348%;
	}
}

@media (min-width: 992px) {
	.site-header .custom-logo-link img {
		max-width: 180px;
	}
	.site-header-cart .cart-contents::after {
		margin-top: -10px;
		font-size: 1.7em;
	}
}
@media (min-width: 1200px) {
	.col-full {
		max-width: 1320px;
	}
}