@charset 'utf-8';


/* =========================================================
category_btn
========================================================= */
#category_btn{
	width: 100%;
	margin-bottom: 107px;
}
#category_btn .btn_area{
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}
#category_btn .btn_area > div{
	width: 100%;
	min-width: 200px;
}
#category_btn > div a{
	width: 100%;
}
#category_btn a:first-child{
	margin-left: 0;
}


/* =========================================================
category_list
========================================================= */
@media only screen and (max-width: 750px){
	#category_list {
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	#category_list .menu{
		width: calc(100% - 40px);
		position: relative;
		margin: 0 auto;
	}
	#category_list .menu .btn_def{
		width: 100%;
	}
	#category_list.open .menu .btn_def{
		border-radius: 30px 30px 0 0;
	}
	#category_list .list {
		display: none;
		width: 100% !important;
		border-radius: 0 0 30px 30px;
		overflow: hidden;
		position: relative;
		top: -3px;
	}
	#category_list .list li{
		position: relative;
		width: 100%;
	}
	#category_list .list li::before{
		position: absolute;
		top: 0;
		left: 10px;
		display: block;
		width: calc(100% - 20px);
		height: 1px;
		content: '';
		background-color: #fff;
	}
	#category_list .list a{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		        flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		        align-items: center;
		-webkit-align-items: center;
		width: 100%;
		padding: 17px 20px 18px;
	}
	#category_list .list a span{
	}
	#category_list .list a i{
		line-height: 1em;
		margin-top: 3px;
	}
	#category_list:not(.open) .btn_cat i.close{
		display:none;
	}
	#category_list.open .btn_cat i.open{
		display:none;
	}
}


/* =========================================================
products
========================================================= */
#products h3{
	margin-bottom: 54px;
}
@media only screen and (max-width: 750px){
	#products h3{
		margin-bottom: 23px;
	}
}


/* =========================================================
products
========================================================= */
#products{
	position: relative;
	padding-top: 160px;
}
#products .inner{
	position: relative;
	padding-top: 0;
	padding-bottom: 180px;
}
@media only screen and (max-width: 750px){
	#products{
		padding-top: 110px;
	}
	#products .inner{
		padding-top: 107px;
	}
}


/* =========================================================
products_item
========================================================= */
#products_item {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	width: 100%;
}
#products_item a.products_bloc{
	width: 29.82%;
	max-width: 340px;
	margin-top: 36px;
	margin-right: 5.27%;
}
#products_item a.products_bloc .products_img {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#products_item a.products_bloc .products_img .img{
	width: 100%;
}
#products_item a.products_bloc .products_img.noimg .img{
	background-color: #ddd;
	/*background-image: none !important;*/
	background-size: 100px;
}
#products_item a.products_bloc .products_img img{
	width: 100%;
	display: none;
}
#products_item a.products_bloc .products_txt{
	position: relative;
	padding-top: 16px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#products_item a.products_bloc .products_txt h4{
	text-align: left;
	letter-spacing: 0;
	width: 100%;
	margin-top: 0;
}
#products_item a.products_bloc .products_txt .products_info{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
	margin-top: 14px;
	text-align: left;
}
#products_item a.products_bloc .products_txt .products_info *{
	display: block;
}
#products_item .products_bloc .arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 22px;
	height: 22px;
	-webkit-transition: opacity 0.3s ease 0s;
	   -moz-transition: opacity 0.3s ease 0s;
	    -ms-transition: opacity 0.3s ease 0s;
	        transition: opacity 0.3s ease 0s;
	opacity: 1;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
}
#products_item .products_bloc .arrow i:before{
	vertical-align: middle;
}
#products_item .products_bloc:hover .arrow{
	opacity: 1;
}
@media print,screen and (min-width: 751px) {
	#products_item a.products_bloc:nth-child(-n+3){
		margin-top: 0;
	}
	#products_item a.products_bloc:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 750px){
	#products_item a.products_bloc{
		width: 100%;
		max-width: 100%;
		margin-top: 36px;
		margin-right: 0;
	}
	#products_item .products_bloc .arrow {
		opacity: 1;
	}
}


/* =========================================================
products_type_tabs
========================================================= */
#products_type_tabs{
	position: relative;
	width: 100%;
	margin: 0 0 44px;
}
#products_type_tabs:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100vw;
	height: 2px;
	background: #222222;
	transform: translateX(-50%);
	z-index: 0;
}
#products_type_tabs ul{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#products_type_tabs li{
	margin: 0;
	padding: 0;
	width: 50%;
}
#products_type_tabs a,
#products_type_tabs .products_type_tab_current{
	opacity: 1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 10px 18px 11px;
	border: 2px solid #222222;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: #222222;
	box-sizing: border-box;
	transition: background 0.2s ease, color 0.2s ease;
	text-decoration: none;
}
#products_type_tabs a span,
#products_type_tabs .products_type_tab_current span{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	color: #fff;
}
#products_type_tabs li.active .products_type_tab_current{
	opacity: 1 !important;
	background: #fff;
}
#products_type_tabs li.active .products_type_tab_current span{
	color: #222222;
}
#products_type_tabs a:hover{
	opacity: 1 !important;
	background: #222222;
}
#products_type_tabs a:hover span{
	color: #fff;
}
@media only screen and (max-width: 750px){
	#products_type_tabs{
		margin-bottom: 30px;
	}
	#products_type_tabs ul{
		gap: 5px;
	}
	#products_type_tabs a,
	#products_type_tabs .products_type_tab_current{
		min-height: 44px;
		padding: 9px 10px 10px;
		border-width: 2px;
		border-radius: 8px 8px 0 0;
	}
	#products_type_tabs a span,
	#products_type_tabs .products_type_tab_current span{
		font-size: 14px;
	}
}

/* =========================================================
products_search
========================================================= */
#products_search{
	margin: 0 0 62px;
	padding: 36px 42px;
	border-radius: 30px;
	background: #f5f5f5;
	box-sizing: border-box;
}
#products_search .products_search_lead{
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}
#products_search .products_search_head{
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.products_search_table{
	border-top: 1px solid #d6d6d6;
	background: #fff;
}
.products_search_row{
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	border-bottom: 1px solid #d6d6d6;
}
.products_search_label{
	padding: 20px 22px;
	font-weight: 400;
	line-height: 1.6;
	background: #ececec;
	box-sizing: border-box;
}
.products_search_choices{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	padding: 19px 22px;
	box-sizing: border-box;
}
.products_search_choices label{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	line-height: 1.5;
}
.products_search_choices input{
	width: 18px;
	height: 18px;
	margin: 0;
}
.products_search_empty{
	padding: 22px 24px;
	border-bottom: 1px solid #d6d6d6;
	background: #fff;
}
.products_search_buttons{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 26px;
}
.products_search_buttons .btn_def{
	width: auto;
	min-width: 220px;
	max-width: none;
	height: 50px;
	margin: 0;
	padding: 12px 52px 13px 40px;
	border-width: 2px;
	border-radius: 25px;
}
.products_search_buttons .btn_def span{
	font-size: 14px;
}
.products_search_buttons .btn_def i{
	font-size: 14px;
	right: 22px;
}
.products_search_buttons .btn_clear{
	border-color: #777;
}
@media only screen and (max-width: 750px){
	#products_search{
		margin-bottom: 45px;
		padding: 28px 20px;
		border-radius: 20px;
	}
	#products_search .products_search_lead{
		font-size: 14px;
		margin-bottom: 18px;
	}
	#products_search .products_search_head{
		font-size: 17px;
	}
	.products_search_row{
		display: block;
	}
	.products_search_label{
		padding: 15px 18px;
	}
	.products_search_choices{
		padding: 18px;
		gap: 12px 20px;
	}
	.products_search_buttons{
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 24px;
	}
	.products_search_buttons .btn_def{
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}
	.products_search_buttons .btn_def{
		height: 48px;
		border-radius: 24px;
	}
}

/* =========================================================
products_result_head
========================================================= */
#products_result_head{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}
#products_result_head h3{
	margin: 0;
}
#products_result_head .products_count{
	font-size: 16px;
	line-height: 1.5;
}
@media only screen and (max-width: 750px){
	#products_result_head{
		display: block;
		margin-bottom: 25px;
	}
	#products_result_head .products_count{
		margin-top: 8px;
		font-size: 14px;
	}
}

/* =========================================================
products card additions
========================================================= */
#products_item a.products_bloc .products_txt .products_info{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}

/* =========================================================
products pagenavi
========================================================= */
.products_pagenavi{
	width: 100%;
	margin: 56px 0 0;
	text-align: center;
}
.products_pagenavi .wp-pagenavi,
.products_pagenavi .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}
.products_pagenavi .wp-pagenavi i{
	margin-top: 1px;
}
.products_pagenavi .wp-pagenavi a,
.products_pagenavi .wp-pagenavi span,
.products_pagenavi a.page-numbers,
.products_pagenavi span.page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}
.products_pagenavi .wp-pagenavi a:hover,
.products_pagenavi a.page-numbers:hover{
	background: #111;
	color: #fff;
}
.products_pagenavi .wp-pagenavi span.current,
.products_pagenavi span.page-numbers.current{
	background: #111;
	color: #fff;
}
.products_pagenavi .wp-pagenavi span.pages,
.products_pagenavi .wp-pagenavi span.extend{
	border-color: transparent;
	background: transparent;
	color: #111;
}
@media only screen and (max-width: 750px){
	.products_pagenavi{
		margin-top: 36px;
	}
	.products_pagenavi .wp-pagenavi a,
	.products_pagenavi .wp-pagenavi span,
	.products_pagenavi a.page-numbers,
	.products_pagenavi span.page-numbers{
		min-width: 38px;
		height: 38px;
		padding: 0 10px;
		font-size: 14px;
	}
}
