.top_panel_top {
	padding: 10px 0;
	min-height: 0;
}
.scheme_original .top_panel_top a {
	margin-right: 10px;
}
.scheme_original .top_panel_top a:first-of-type::after {
	content: "|";
	margin-left: 12px;
}
.scheme_original .top_panel_top a:hover::after {
	color: #808080;
}
.top_panel_wrap .contact_field > a > span,
.top_panel_wrap .contact_field > span {
	display: inline-block;
}
.top_panel_middle
	.contact_icon:not(.icon-iconmonstr-shipping-box-12-icon):before {
	font-size: 2em;
	vertical-align: middle;
}
.top_panel_middle .contact_icon {
	height: 3em;
}
.top_panel_middle .logo {
	margin-top: 0.5em;
	margin-bottom: 0;
}
.post_thumb {
	max-height: 150px;
}
.woocommerce ul.products li.product a img {
	height: 150px;
	object-fit: cover;
	object-position: left top;
}
.contacts_wrap_inner {
	padding: 1.5em 0 0em;
	text-align: center;
}
.contacts_wrap .logo {
	margin-bottom: 0em;
	float: left;
}
.contacts_wrap .logo img {
	height: auto;
	width: 100px;
}
.sc_socials {
	float: right;
	margin-top: 10px;
}
.copyright_wrap_inner {
	padding: 0.5em 0;
}
.slick-dots li button:before{
	font-size: 25px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	background-color: transparent;
}
.slick-slide{
	height: 350px;
	overflow: hidden;
}
.slick-slide img{
	height: 100% !important;
	object-fit: contain;
}
.woocommerce div.product div.summary{
	background-color: #fafafa;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}
a.popup_link.popup_login_link.inited{
	background-color: #fea526;
	padding: 10px 30px;
}
a.popup_link.popup_login_link.inited:hover,
.summary.entry-summary .price .woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount{
	color: #FFF;
}

@media (max-width: 767px) {
	body:not(.woocommerce)
		.woocommerce
		ul.products:not(.categories)
		li.product:not(.product-category) {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.scheme_original .header_mobile .panel_top > a,
	.user-name-mobile {
		color: #808081;
		display: inline-block;
		padding: 15px;
		float: right; font-size: 16px
	}
	.user-name-mobile{
		float: left; font-size: 16px
	}
	.contact_field.contact_phone{
		text-align: left;
	    padding: 15px 15px 0;
	    display: flex;
	    justify-content: flex-end;
	    color: #808081;
	}
	.contact_field.contact_phone > span a,
	.contact_field.contact_phone > a{
		color: #808081;
	}
	span.contact_label.contact_phone{
		margin-right: 20px;
	}
}


.gun-header { background-color: #333; padding: 10px 0}
.gun-header .subir-producto { background-color: red; color: yellow; padding: 0 5px; text-transform: uppercase;}
.search_field { width: 350px!important; background-color: white!important; border: 0!important}
.search_submit { width: 50px!important; padding: 14px!important; float: right!important; background-color: yellow!important; color: #333!important; border: 0!important}
form.form-buscador { width: 400px; margin: auto}
.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after { border: 0; color: #333}
.scheme_original .widget_area select { background-color: white; color: #333!important; height: auto}

@media (max-width: 480px) {
    .gun-header { text-align: center}
    .gun-header .subir-producto { padding: 5px 5px; display: block; margin: 10px auto; width: 200px;}
    .gun-header .text-right { text-align: center}
    .search_field { width: 300px!important}
    .search_submit { width: 40px!important}
    form.form-buscador { width: 340px; margin: auto}
}