	.side_menu h2{
	color: #2b2f31;
	font-size: 30px;
	padding: 0px 0px 14px 0px;
	margin: 0px;
	font-weight: bold;
	line-height:30px;
}

.side_menu a{
	display:block;
	color:#000000;
	font-size:17px;
	text-decoration:none;
	line-height: 50px;
	margin-top:0px;
	margin-bottom:3px;
	border-left:3px solid #1995b8;
	margin-right:0px;
	transition: all ease-in-out 0.3s;
	background-color:#f1f3f5;
	font-weight:600;
	padding-left:10px;
}

.side_menu a.sel{
	color:#1cbfaa;
	border-color:#25b9a9;
}

.side_menu a span{
	/*display: inline-block;*/
	display: none;
	width:50px;
	/*height:50px;*/
	vertical-align: top;
	margin-right:0px;
	float:right;
	text-align: right;
}

.sub_subs_cats a.final span{
	display: none !important;
}

.side_menu a:nth-last-child(1){
	border:none !important;
}

.resp_cat_button{
	color:#323a45;
	font-weight:bold;
	margin-bottom:24px;
}

.cat_button_container{
	position: relative;
}

.cat_button_container.sel span.more_subs::before{
	content:'';
	display: block;
	height:50px;
	background:url(/images/cat_arrow_up.png) center center no-repeat;
	width:100%;
}

.cat_button_container span.more_subs{	
	display: block;
	line-height:50px;
	position: absolute;
	right:0px;
	top:0px;
	text-align: right;
	width:40px;
	cursor: pointer;
}

.cat_button_container span.more_subs::before{
	content:'';
	display: block;
	height:50px;
	background:url(/images/cat_arrow_down.png) center center no-repeat;
	width:100%;
}

.resp_close{
	display: none !important;
	padding:0px;
	font-size:20px !important;
	font-weight:bold;
	position: absolute;
	color:#fff !important;
	top:0px;
	right:0px;
	line-height: 40px !important;
}

.side_menu_sub{
	position: absolute;
	left:100%;
	top:0px;
	height:100%;
	width:100%;
	z-index:9;
	background-color: rgba(42,42,42,0.9);
	display: none;
}

.side_menu_sub span{
	line-height:55px;
	color:#e21717;
	text-transform: uppercase;
	font-weight:bold;
	display: block;
	margin-left:40px;
}

.side_menu_sub a{
	display: block;
	position: relative;
	margin-left:40px;
	line-height: 35px;
	color:#fff;
	font-size:14px;
	transition: all ease-in-out 0.3s;
}

.side_menu_sub a:hover,
.side_menu_sub a.sel{
	color:#e21717;
}

.side_menu_sub a.sel{
	font-weight: bold;
}

.side_menu_sub a:hover::before{
	content:' ';
	position: absolute;
	left:-20px;
	background: url(/images/sub_cat_arrow.png) center center no-repeat;
	height:35px;
	width:11px;
}

.content_content .cat_header{
	margin-top:10px;
	margin-bottom:20px;
}

.prod_pages{
	margin-top:25px;
	text-align:center;
	color:#3c941a;
	font-size:18px;
}

.prod_pages a{
	display:inline-block;
	padding:10px 15px;
	background-color:#f26e24;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}

.items_page{
	padding:25px 0px;
	font-size:16px;
	float:right;
}

.items_page a{
	color:#252525;
	text-decoration:none;
	font-size:14px;
}

.items_page a.num_sel{
	font-size:16px;
	text-decoration:underline;
}

.colors{
	position:absolute;
	left:0px;
	top:5px;
	width:100%;
	text-align:center;
}

.colors .color_item{
	height:15px;
	width:12px;
	display:inline-block;
	border:1px solid #43342d;
	border-left:0px;
}

.content_left input[type=checkbox],
.content_left input[type=radio]{
	display:none;
}

.content_left input[type=checkbox] + label,
.content_left input[type=radio] + label,
.content_left label,
.prop_content .cat_item{
	padding:0px;
	display:block;
	cursor:pointer;
	color:#2a2a2a;
}

.content_left label:hover{
	font-weight: bold;
}

.prop_title div{
	display: none !important;
}

.content_left input[type=checkbox] + label span,
.content_left input[type=radio] + label span,
.content_left label span{
	height:18px;
	width:18px;
	background:url(/images/checkbox_icon.png) left top no-repeat;
	float:left;
	margin-right:5px;
	margin-top:5px;
}

.content_left .size_input{ display:block; float:left; padding:0px !important; margin-left:0px; margin-top:0px; }

.content_left .size_input input[type=checkbox] + label{
	background:none;
	background-color: #fff;
    border: 1px solid #cbd0d8;
    color: #141618;
    cursor: pointer;
    display:block;
    line-height: 10px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
	padding-left: 0px;
}

.content_left input[type=checkbox]:checked + label span,
.content_left input[type=radio]:checked + label span{
	background:url(/images/checkbox_icon.png) left bottom no-repeat;
	position: relative;
}

.content_left input[type=checkbox]:checked + label,
.content_left input[type=radio]:checked + label{
	color:#000;
	font-weight:bold;
}

.content_left .color_input input[type=checkbox]:checked + label span::before{
	content:'';
	display:block;
	position: absolute;
	width:15px;
	height:12px;
	bottom:-2px;
	left:0px;
	background:url(/images/check_icon.png) left top no-repeat;
}

.content_left .size_input input[type=checkbox]:checked + label{
	background:none;
	background-color: #fff;
    border: 1px solid #f26e24;
    color: #f26e24;
    cursor: pointer;
    line-height: 10px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
}

.content_left hr{
	margin:0px;
	margin-left:40px;
	width:75%;
	padding:0px;
	border:none;
	border-top:2px solid #f1f1f1;
}

#sel_props{
	line-height: 24px;
	text-transform: none;
	font-size: 12px;
	border: none;
	color:#000;
	margin-bottom:20px;
	display:none;
}

#sel_props a{
	color:#363636;
	text-decoration:none;
	display:block;
	line-height:16px;
	margin:8px 0px;
}

#sel_props a::before{
	content:'x';
	font-size:14px;
	color:#000;
	background-color:#f1f3f5;
	text-align:center;
	width:16px;
	height:16px;
	line-height:14px;
	border-radius:100px;
	display:inline-block;
	margin-right:5px;
	vertical-align:top;
}

#sel_props a div{
	display:none !important;
}

.custom_select{
	overflow:hidden;
	background:url(/images/select_button_custom.png) center right no-repeat #fff;
	margin-left:10px;
}

.custom_select select{
	color:#505d6f;
	font-size:14px;
	width:110%;
	padding:0px !important;
	font-weight:normal;
	border:none;
	background-color:transparent;
	text-transform:none;
	font-family: 'Lexend', sans-serif;
}

#select_order{
	float:left;
	width:50%;
	font-size:14px;
	color:#505d6f;
	margin-top:8px;
}

#sub_cats h2{
	font-size:16px;
}

.left_side .color_input{
	width:35px;
	display:inline-block;
}

.left_side .color_input input[type=checkbox] + label{
    border: 1px solid #cbd0d8;
    color:#f26e24;
    cursor: pointer;
    line-height:10px;
    margin: 0;
	height:30px;
    width: 30px;
	padding-left:0px;
	display:inline-block;
	position:relative;
}

.left_side .color_input input[type=checkbox]:checked + label{
	border:1px solid #f26e24;
	background-position:bottom right;
}

.left_side .color_input input[type=checkbox] + label .overlay{
	display:none;
	position:absolute;
	bottom:0px;
	right:0px;
}

.left_side .color_input input[type=checkbox]:checked + label .overlay{
	display:block;
}

.ls-bottom-nav-wrapper, .ls-below-thumbnails{
	top:220px !important;
	left:50% !important;
}

.cat_header{
	width:100%;
	margin:auto;
	position:relative;
	max-height:307px;
	z-index:1;
	overflow:hidden;
}

.cat_header h1{
	z-index:999;
	font-size:30px;
	font-weight:400;
	color:#2b2b2b;
	margin:0px;
}

.delimeter{
	border-top:1px solid #4687a7;
	margin-top:15px;
	margin-bottom:35px;
}

.number_items{
	float:right;
	color:#505d6f;
	font-size:14px;
	margin-top:8px;
}

#pageing{
	float:left;
}

#pageing2{
	float:none;
}

.page_style{
	margin-top:0px;
}

.page_style div{
	display:inline-block;
}

.page_style .num_zamik .num a,
.page_style .num_zamik .num_sel{
	display: inline-block;
	margin:0px 5px;
	border:1px solid #c9c9c9;
	width:49px;
	line-height:47px;
	text-align: center;
	border-radius:49px;
}

.page_style .num_zamik:nth-last-child(3){
	border:none;
}

.page_style a{
	text-decoration:none;
}

.page_style .num_zamik .num a{
	background-color: #fff;
	border:1px solid #c9c9c9;
}

.page_style .num_zamik .num a:hover,
.page_style .num_zamik .num_sel{
	background-color: #0a464a;
	border-color:#0a464a;
	color:#fff;
}

.page_style .next_prev{
	margin:0px 10px;
	color:#555555;
}

.all_items{
	float:right;
	padding:1px;
	border:1px solid #9a9a9a;
}

.all_items a{
	display:inline-block;
	padding:5px;
	color:#333532;
	background:url(/images/background_buttons.png) left bottom repeat-x;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
}

.articles_content{
	margin-top:9px;
}

.color_input{
	width:48%;
	float:left;
}

.color_input input[type=checkbox] + label{
	
}

.color_input input[type=checkbox]:checked + label{
}

.color_input input[type=checkbox] + label .overlay{
	width:22px;
	height:22px;
	float:left;
	margin-top:-5px;
}

.color_input input[type=checkbox] + label .overlay img{
	padding:2px;
}

.color_input input[type=checkbox]:checked + label .overlay{
	display:block;
}

.content_container .content_content .content_right.articles{
	padding:0px !important;
	border:none !important;
	margin:0px !important;
}

.props_okay{
	position: fixed;
	bottom:0px;
	left:0px;
	background-color:#fff;
	padding:5px 0px;
	text-align: center;
	width:100%;
	box-shadow:0px -2px 5px rgba(0,0,0,0.2);
	z-index: 99999;
	display: none;
}

.props_okay a{
	display: inline-block;
}

.filters .props_more_button{
	background-color: #000;
	color:#fff;
	padding:10px 0px;
	width:100%;
	display:none;
	margin-bottom:10px;
	text-align: center;
	font-weight:bold;
	text-transform: uppercase;
}

.cat_title{
	font-size:36px;
	line-height:36px;
	font-weight:700;
	font-family:'Exo',sans-serif;
}

.cat_desc{
	font-size:15px;
	line-height:18px;
	font-family:'Exo',sans-serif;
	font-weight:500;
}

.cat_desc ul{
	list-style-position:inside;
}