#wall_block{
	display: inline-flex;
	flex-direction: row;
	width:100%;
}

#wall_block #right_block{
	width:100%;
	margin-left:10px;
}

#wall_block #left_block{
	width:300px;
	min-width:170px;
}

input[type=text]:not(.nstyle),
input[type=number]:not(.nstyle),
select:not(.nstyle){
	padding:5px 10px;
	border:solid 1px rgba(0,0,0,.3);
	max-width: 90px;
	border-radius:2px;
	margin-bottom:2px
}

input[type=number]:not(.nstyle){
	padding-right:0;
}

input[type=text]:not(.nstyle):focus,
input[type=number]:not(.nstyle):focus{
	border:solid 1px #FFCF32;
}

input[type=checkbox]:not(.nstyle){
	display: none;
}
/* 
input[type=checkbox]:not(.nstyle):hover{
	border:solid 1px #FFCF32;
}
 */
input[type=checkbox]:not(.nstyle) + label{
	cursor: pointer;
	/*font-size:105%;*/
	color:rgba(0,0,0,.8);
	font-size:15px;
	display: inline-flex;
	align-items: center;
}

input[type=checkbox]:not(.nstyle) + label:before{
	content: '\2713';
	line-height: 15px;
	font-size:10px;
	color: #00000000;
	background:white;
	text-align: center;
	padding:0;
	border:solid 1px #999;
	min-width:14px;
	min-height:14px;
	margin-right:12px;
	/*padding-bottom:2px;*/
	display: inline-block;
}
input[type=checkbox]:not(.nstyle):checked + label:before{
	content: '\2713';
	color: #000000;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2); 
}

input[type=checkbox]:not(.nstyle) + label:hover:before{
	border:solid 1px #FFCF32;
}

.button{
	color:white;
	background:#0F5E85;
	padding:5px 10px;
	border:solid 1px #0d8dd4;
	cursor: pointer;
}

.w_block{
	transition: 40ms linear;
	overflow:hidden;
	user-select: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	margin-bottom:10px;
}

.w_checks{
	max-height: 200px;
	overflow-y: auto;
	overflow-x:hidden;
}

.w_item i{
	transition: 40ms linear;
}

.w_item{
	cursor: pointer;
}

.w_block.hided{
	max-height: 40px;
}

.w_check{
	margin-bottom:5px;
}

.i_properties{
	background:white;
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
	padding-top:20px;
	margin-top:20px;
	padding-bottom:25px;
}

.wl_item{
	background:white;
	border-radius:1.5px;
	width:210px;
	height:410px;
	margin-left:10px;
	margin-bottom:10px;
	display:inline-flex;
	padding:10px 4px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition: 300ms;
	position: relative;
}

.wl_item:hover{
	box-shadow:0 0 7px rgba(0,0,0,.2);
}

.wl_image{
	margin:20px 0px 10px;
	height: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.wl_info{
	height: 50%;
	text-align: left;
}

.wl_price{
	font-weight: bold;
	margin:10px 5px 5px 10px;
}

.wl_state{
	margin:6px 5px 5px 10px;
}

.wl_notstore{
	color:rgb(255,80,80);
}

.wl_instore{
	color:#008A00;
}

.wl_name{
	margin:5px 5px 5px 10px;
	word-wrap: break-word;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wl_code{
	font-size:75%;
	display: block;
	margin:5px 10px 5px;
	color:#5B5858;
}

.wl_item a{
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height: 100%;
	color:black;
	text-decoration: none;
}

.wl_block1{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.wl_block1_l{
	width:80%;
	text-align: left;
}

.wl_block1_r{
	width:20%;
	text-align: right;
	padding-right: 20px;
}

.wl_incart_btn{
	border-radius: 3px;
	/*background:linear-gradient(180deg, rgba(128, 193, 255, .35), rgba(0, 193, 255, .35));*/
	padding:5px;
	transition:450ms;
}

.wl_incart_btn:hover{
	/*background:linear-gradient(180deg, rgba(128, 193, 255, .5), rgba(0, 193, 255, .5));*/
	opacity: 0.7;
}

.wl_incart_btn:active{
	/*background:linear-gradient(180deg, rgba(128, 193, 255, .6), rgba(0, 193, 255, .6));*/
	opacity: 0.9;
}

#wall_nextpage_in{
	background:#FFCF32;
	text-align: center;
	height: 40px;
	font-size:25px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	margin-left:8px;
	padding:3px 0;
}

#wall_nextpage_in:hover:after{
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background:rgba(255,255,255,.15);
	border-radius:3px;
}

#wall_paginator{
	display:flex;
	flex-direction: row;
	justify-content: center;
	margin-top:15px;
	user-select: none;
	-moz-user-select:none;
	-webkit-user-select:none;
}
.wlp_item{
	width:30px;
	height: 30px;
	background:white;
	border:solid 1px rgba(0,0,0,.3);
	border-radius:2px;
	margin-right:3px;
	margin-left:3px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.wlp_item:hover{
	background:rgba(0,0,0,.2);
}

.wlp_item:active{
	background:rgba(0,0,0,.15);
}

.wlp_current{
	background:rgba(0,0,0,.1) !important;
	cursor: default;
}
#wlp_page_more{
	cursor: default;
	background:white !important;
}

#wlp_forw,
#wlp_back{
	width:unset;
	padding:0 5px;
}

#wall_paginator a{
	color:black;
	text-decoration: none;
}

#wall_block #left_block{
	overflow-y: hidden;
	padding-bottom:15px;
}

#show_filters{
	display: block !important;
	/*width:calc(100% - 16px);*/
	width:200px;
	font-size:18px;
	line-height: 18px;
	padding:8px;
	transition: 500ms;
	position: fixed;
	bottom:-37px;
	left:5%;
	opacity:0;
	z-index:1001;
}

#show_filters.show{
	bottom:10px;
	opacity:1;
}
#reset_filters_btn{
	width:100%;
	padding:11px 10px
}

#sorting_select{
	width: 90%;
    max-width: initial;
}

#last_viz{
	margin-top:50px;
}

#last_viz h2,#tovar_link h2{
	margin-left:10px;
}


.menu_items_cat{
	cursor:pointer;
	color:rgba(0, 0, 0, .8);
	font-size:15px;
	display:inline-flex;
	align-items:center;
	display:block;
	margin-bottom:10px
}
.menu_items_cat:hover{
	text-decoration:none
}
#reset_filters{
	width:210px;
}
.in_cart{
	background:#2ca50b;
	color:#fff;
	padding:2px;
	margin:4px 3px 3px 8px;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
}
.in_cart_ico{
	background-color:#2ca50b !important
}
#price_sub,
#itemspp_sub{
	display: block;
	width: calc(100% - 45px);
	margin-top: 10px;
}

.grp_item.first{
	display: none;
}
.grp_item{
	width:210px;
	height:325px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:white;
	border-radius:1px;
	transition:300ms;
	cursor:pointer;
	display:inline-flex;
	padding:4px;
}
.grp_item a{
	color:black;
	text-decoration:none;
	width:100%
}
.grp_item:hover{
	box-shadow:0 0 7px rgba(0,0,0,.2);
}
.grp_image{
	height:65%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin-bottom:5px
}
.grp_name{
	height:60px;
	width:100%;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	font-size:18px;
	font-weight: bold;
	text-align:center
}
#groups, #items_cats, .cont-block{
	margin-top:25px
}

@media screen and (max-width: 615px){
	#wall_block{
		flex-direction:column;
		align-items:center
	}
	#wall_block #right_block{
		margin-left:0px
	}
	#reset_filters{
		width: calc(100% - 20px);
		margin: 0px 10px 10px;
	}
	#show_filters{
		left:auto;
		width:calc(100% - 32px)
	}
}
@media screen and (max-width: 330px){
	.wl_item, .grp_item{
		margin:5px 0px
	}
	#wall_block #left_block{
		width:auto;
		padding-left:3px
	}
}