/*   
Theme Name: PaulowniaPro
Theme URI:
Description: 
Author: admin@paulownia.pro
Author URI: telegram: 
*/
.wp-customizer #page-preloader {
	display: none !important;
}
.contactsPage__mapInfo ul {
	display: table;
	margin: -15px auto 0;
}
.panel {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 3px -1px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
table.shop_table.custom-fields {
	display: none;
}
#google_map {
	height: 500px;
}
.footer .footer_bottom {
	position: relative;
	background: url(/wp-content/themes/PaulowniaPro/images/footerDeep.jpg) top center no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	z-index: 1;
	padding: 25px 0;
	color: #fff;
	/* background-attachment: fixed; */
}
.aboutUsPage__certificates {
	padding: 65px 0;
	display: none;
}
*:focus{
	outline: none !important
}

body.topinis-plants-catalog-page .catalog_page__list .shortcard__buy_btn.reserve .ico, 
body.topinis-plants-catalog-page .catalog_page__list .shortcard a.shortcard__buy_btn.reserve .ico, 
body.topinis-wood-product-page .catalog_page__list .shortcard__buy_btn.reserve .ico, 
body.topinis-wood-product-page .catalog_page__list .shortcard a.shortcard__buy_btn.reserve .ico{
	width: 34px !important;
	min-width: 34px !important;
	justify-content: center !important;
}
.shortcard__buy_btn.soldout, 
.shortcard a.shortcard__buy_btn.soldout{
	justify-content: center;
	cursor: default;
	pointer-events: none;
	padding-left: 2px;
	border: 1px solid rgba(0,0,0,.08);
}
@media (min-width: 1024px) {
	.shortcard__buy_btn.soldout, 
	.shortcard a.shortcard__buy_btn.soldout{
		padding-left: 7px;
	}
}

.shortcard__buy_btn.reserve .ico:before{
	display: none;
}

.homePage .production .topinis-home-products-slider__item .shortcard__buy_btn.reserve .ico{
	color: #d9b35f;
}
.catalog_filter__itm-title{
	font-weight: 700;
}

.catalog_filter__checkbox_group{
	padding-bottom: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 320px;
}

.catalog_page__list .woocommerce-info{
	grid-column: 1 / -1;
}