#products_grid
{
	overflow:hidden;
}
#products_grid.homepage_grid
{
	
}


#products_grid .main_area
{
	overflow:hidden;
	float:left;
	width:990px;
}
#products_grid.homepage_grid .main_area
{
	float:none;
	width:100%;
	
}

/****************************/
/********** banner **********/
/****************************/

#products_grid .main_area .banners_block
{
	position:absolute;
	width:17vw;
	height:29vw;
	right:0;
	top:31.4vw;
	overflow:hidden;
}
#products_grid .main_area .banners_block .products_grid_banner
{
	overflow:hidden;
	width:17vw;
	height:5.8vw;
	float:right;
	margin-bottom:2.4vw;
}
#products_grid .main_area .banners_block .products_grid_banner .img
#products_grid .main_area .banners_block .products_grid_banner .img img
{
	overflow:hidden;
	width:17vw;
	height:5.8vw;
}
#products_grid .main_area .banners_block .products_grid_banner .img.mask
{
	position:relative;
	top:-5.8vw;
	opacity:0;
}
#products_grid .main_area .banners_block .products_grid_banner:hover .img.mask {opacity:1;}


/******************************************/
/********** group & search pages **********/
/******************************************/

#group_page_main_text, #search_page_main_text
{
	overflow:hidden;
	margin:0px 20px 20px 20px;
	text-align:center;
	font-size:16pt;
	color:#A0A0A0;
	min-height:1px;
}

#group_top_image
{
	position:absolute;
	z-index:-1;
	top:135px;
	left:0;
	object-fit: contain;
	width:100%;
	height:150px;
	
}
#group_top_image img
{
	position:absolute;
	height:150px;
	top:0;
	left:50%;
	margin-left:-100px;
}

/***************************************************/
/********** group & search pages - header **********/
/***************************************************/

#products_grid .products_header
{
	float:left;
	width:1150px;
	overflow:visible;
	height:50px;
	display:none;
}
#products_grid .products_header .links_area
{
	display:inline-block;
	float:right;
	height:50px;
	overflow:hidden;
	margin-right:0px;
}
#products_grid .products_header .links_area label
{
	display:inline-block;
	float:right;
	height:50px;
	line-height:50px;
	margin-left:20px;
	font-size:16pt;
	color:#6E6E6E;
}
#products_grid .products_header .links_area a
{
	display:inline-block;
	float:right;
	height:30px;
	width:30px;
	margin-top:10px;
	margin-left:30px;
	background-image:url('../images/btn_size2.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
#products_grid .products_header .links_area a.size3
{
	background-image:url('../images/btn_size3.jpg');
}
#products_grid .products_header .links_area a.size4
{
	background-image:url('../images/btn_size4.jpg');
}
#products_grid .products_header .links_area a.selected,
#products_grid .products_header .links_area a:hover
{
	
}

#products_grid .products_header a.btn_show_filters
{
	display:inline-block;
	float:left;
	height:46px;
	line-height:46px;
	width:auto;
	overflow:hidden;
	border:2px solid #C8C8C8;
	background-color:#F2F2F2;
	color:#6E6E6E;
	font-size:16pt;
	padding:0 20px;
	border-right:0;
}
#products_grid .products_header a.btn_show_filters:hover
{
	background-color:black;
	color:white;
}

#products_grid .products_header select.order_selector
{
	display:inline-block;
	float:left;
	height:50px;
	line-height:50px;
	width:230px;
	overflow:hidden;
	border:2px solid #C8C8C8;
	background-color:white;
	color:#6E6E6E;
	font-size:14pt;
	text-indent:20px;
}
#products_grid .products_header .order_selector
{
	display:inline-block;
	float:left;
	height:46px;
	width:230px;
	overflow:hidden;
	border:2px solid black;
	background-color:white;
}
#products_grid .products_header .order_selector .selected_value_desc
{
	display:inline-block;
	float:right;
	height:46px;
	line-height:46px;
	width:230px;
	overflow:hidden;
	background-color:white;
	color:black;
	font-size:14pt;
	text-indent:20px;
	cursor:pointer;
}
#products_grid .products_header .order_selector .options_list
{
	display:inline-block;
	float:right;
	clear:right;
	overflow:hidden;
	background-color:white;
	position:relative;
	z-index:2;
	border:1px solid black;
	border-top:0;
}
#products_grid .products_header .order_selector .options_list .option
{
	display:block;
	overflow:hidden;
	height:30px;
	line-height:30px;
	color:black;
	font-size:12pt;
	background-color:white;
	cursor:pointer;
	padding:0 20px;
}
#products_grid .products_header .order_selector .options_list .option:hover
{
	color:white;
	background-color:blue;
}

#products_grid .products_header_filters_area
{
	overflow:hidden;
	height:auto;
	height:0;
	margin-bottom:20px;
	float:left;
	width:1150px;
}
#products_grid .products_header_filters_area .filters_inner_area
{
	overflow:hidden;
	display:inline-block;
	float:left;
}
#products_grid .products_header_filters_area .filter_block
{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:350px;
}

#products_grid .products_header_filters_area .filter_block .sub_title
{
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:20pt;
	color:black;
	margin:20px 0;
}

#products_grid .products_header_filters_area .filter_block .colors_area
{
	display:block;
	height:30px;
	overflow:hidden;
}
#products_grid .products_header_filters_area .filter_block .colors_area .color_box
{
	float:right;
	display:inline-block;
	height:30px;
	width:30px;
	margin-top:0px;
	margin-left:5px;
	border-radius:15px;
	
	text-align:center;
}
#products_grid .products_header_filters_area .filter_block .colors_area .color
{
	display:inline-block;
	height:20px;
	width:20px;
	border:5px solid white;
	border-radius:15px;
}
#products_grid .products_header_filters_area .filter_block .colors_area .color:hover,
#products_grid .products_header_filters_area .filter_block .colors_area .color.selected
{
	border-color:black;
}

#products_grid .products_header_filters_area .filter_block .sizes_area
{
	display:block;
	height:30px;
	overflow:hidden;
}
#products_grid .products_header_filters_area .filter_block .sizes_area a.btn_size
{
	float:right;
	display:inline-block;
	height:26px;
	line-height:26px;
	margin-top:0px;
	margin-left:5px;
	border:2px solid black;
	background-color:white;
	padding:0 10px;
	font-size:16pt;
	color:black;
}
#products_grid .products_header_filters_area .filter_block .sizes_area a.btn_size:hover,
#products_grid .products_header_filters_area .filter_block .sizes_area a.btn_size.selected
{
	background-color:black;
	color:white;
}

#products_grid .products_header_filters_area .filter_block .filter_prices_area
{
	display:block;
	overflow:hidden;
}
#products_grid .products_header_filters_area .filter_block .filter_prices_area .filter_item
{
	display:block;
	overflow:hidden;
	height:40px;
}
#products_grid .products_header_filters_area .filter_block .filter_prices_area .filter_item input,
#products_grid .products_header_filters_area .filter_block .filter_prices_area .filter_item .filter_price_hover
{
	float:right;
	display:inline-block;
	height:20px;
	width:20px;
	margin:10px;
	opacity:0;
}
#products_grid .products_header_filters_area .filter_block .filter_prices_area .filter_item .desc
{
	float:right;
	display:inline-block;
	height:40px;
	line-height:40px;
	font-size:16pt;
	color:#3C3C3C;
}
#products_grid .products_header_filters_area .filter_block .filter_prices_area .filter_item .filter_price_hover
{
	clear:right;
	position:relative;
	top:-40px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/icon radio.png');
	opacity:1;
}
#products_grid .products_header_filters_area .filter_block .filter_prices_area .filter_item .filter_price_hover:hover,
#products_grid .products_header_filters_area .filter_block .filter_prices_area .filter_item .filter_price_hover.selected 
{
	background-image:url('../images/icon radio checked.png');
}

/****************************************************/
/********** group & search pages - sidebar **********/
/****************************************************/

#products_filter_sidebar
{
	overflow:hidden;
	float:right;
	width:350px;
	min-height:100px;
	display:none;
}
#sidebar_groups_menu
{
	overflow:hidden;
	padding:0;
	margin:0;
}
#sidebar_groups_menu li
{
	display:block;
	min-height:40px;
	overflow:hidden;
}
#sidebar_groups_menu li a
{
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:20pt;
	color:black;
}
#sidebar_groups_menu li a span
{
	display:inline-block;
	float:right;
	margin-left:5px;
}
#sidebar_groups_menu li a span.num
{
	height:20px;
	line-height:20px;
	font-size:8pt;
	display:none;
}
#sidebar_groups_menu li a:hover span,
#sidebar_groups_menu li.selected a span
{
	color:#00a1ab;
}

#sidebar_groups_menu ul li
{
	display:block;
	overflow:hidden;
	height:30px;
	min-height:30px;
}

#sidebar_groups_menu li ul li a
{
	display:block;
	overflow:hidden;
	height:30px;
	margin:0;
	border-bottom:0;
	line-height:30px;
	color:#787878;
}

#sidebar_groups_menu li ul li:last-child
{
	margin-bottom:10px;
}

#sidebar_groups_menu li ul li a span
{
	display:inline-block;
	float:right;
	margin:0;
	font-size:16pt;
	color:#939393;
}
#sidebar_groups_menu li ul li a span.icon
{
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
	font-size:20pt;
}

#sidebar_groups_menu li ul li a:hover span,
#sidebar_groups_menu li ul li a:focus span,
#sidebar_groups_menu li ul li.selected a span
{
	color:#A27E66;
}

#products_filter_sidebar .bar
{
	background-color:#D3D3D3;
	height:1px;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
}
#products_filter_sidebar .sub_title
{
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:20pt;
	color:black;
	margin:0 0 20px 0;
	font-weight:bold;
}

#products_filter_sidebar .colors_area
{
	display:block;
	height:30px;
	overflow:hidden;
}
#products_filter_sidebar .colors_area .color_box
{
	float:right;
	display:inline-block;
	height:22px;
	width:22px;
	margin-top:0px;
	margin-left:5px;
	border-radius:15px;
	
	text-align:center;
}
#products_filter_sidebar .colors_area .color
{
	display:inline-block;
	height:20px;
	width:20px;
	border:1px solid white;
	border-radius:15px;
}
#products_filter_sidebar .colors_area .color:hover,
#products_filter_sidebar .colors_area .color.selected
{
	border-color:#B9B9B9;
}

#products_filter_sidebar .sizes_area
{
	display:block;
	height:30px;
	overflow:hidden;
}
#products_filter_sidebar .sizes_area a.btn_size
{
	float:right;
	display:inline-block;
	height:26px;
	line-height:26px;
	margin-top:0px;
	margin-left:5px;
	border:2px solid #e7e7e7;
	background-color:white;
	padding:0 10px;
	font-size:14pt;
	color:black;
}
#products_filter_sidebar .sizes_area a.btn_size:hover,
#products_filter_sidebar .sizes_area a.btn_size.selected
{
	border-color:black;
	background-color:black;
	color:white;
}

#products_filter_sidebar .filter_prices_area
{
	display:block;
	overflow:hidden;
}
#products_filter_sidebar .filter_prices_area .filter_item
{
	display:block;
	overflow:hidden;
	height:40px;
}
#products_filter_sidebar .filter_prices_area .filter_item input,
#products_filter_sidebar .filter_prices_area .filter_item .filter_price_hover
{
	float:right;
	display:inline-block;
	height:20px;
	width:20px;
	margin:10px;
	opacity:0;
}
#products_filter_sidebar .filter_prices_area .filter_item .desc
{
	float:right;
	display:inline-block;
	height:40px;
	line-height:40px;
	font-size:16pt;
	color:#3C3C3C;
}
#products_filter_sidebar .filter_prices_area .filter_item .filter_price_hover
{
	clear:right;
	position:relative;
	top:-40px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/icon radio.png');
	opacity:1;
}
#products_filter_sidebar .filter_prices_area .filter_item .filter_price_hover:hover,
#products_filter_sidebar .filter_prices_area .filter_item .filter_price_hover.selected 
{
	background-image:url('../images/icon radio checked.png');
}

#products_filter_sidebar .recent_product_block
{
	overflow:hidden;
	height:130px;
}
#products_filter_sidebar .recent_product_block a.img
{
	float:right;
	width:80px;
	overflow:hidden;
	display:inline-block;
	transform: scale(1);
}
#products_filter_sidebar .recent_product_block a.img img {width:80px;}
#products_filter_sidebar .recent_product_block a.img:hover img {transform: scale(1.5);}
#products_filter_sidebar .recent_product_block .details
{
	display:inline-block;
	float:right;
	width:250px;
	overflow:hidden;
	margin-right:20px;
	cursor:pointer;
}
#products_filter_sidebar .recent_product_block .details .name
{
	display:block;
	height:30px;
	line-height:30px;
	font-size:16pt;
	color:#4B4B4B;
	overflow:hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#products_filter_sidebar .recent_product_block .details .rank_area
{
	height:20px;
	overflow:hidden;
	margin:10px 0;
}
#products_filter_sidebar .recent_product_block .details .rank_area .star_box
{
	display:inline-block;
	float:right;
	height:20px;
	width:20px;
	background-image:url('../images/star empty.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
#products_filter_sidebar .recent_product_block .details .rank_area .star_box .fill_box
{
	display:inline-block;
	float:right;
	height:20px;
	width:50%;
	overflow:hidden;
}
#products_filter_sidebar .recent_product_block .details .rank_area .star_box .fill_box .fill
{
	display:inline-block;
	float:right;
	height:20px;
	width:20px;
	background-image:url('../images/star full.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
#products_filter_sidebar .recent_product_block .details .price
{
	display:block;
	height:30px;
	line-height:30px;
	font-size:14pt;
	color:#3C3C3C;
	font-weight:bold;
}

/***************************/
/** search page form area **/
/***************************/

#search_page_form_area
{
	overflow:hidden;
	text-align:center;
	margin-bottom:60px;
}
#search_page_form_area .sub_title
{
	display:inline-block;
	overflow:hidden;
	width:960px;
	height:50px;
	line-height:50px;
	font-size:12pt;
	color:#7F7F7F;
	text-align:right;
}
#search_page_form_area form
{
	display:inline-block;
	overflow:hidden;
	width:960px;
	height:80px;
	margin:0;
	padding:0;
	border-bottom:2px solid #E5E5E5;
	text-align:right;
}
#search_page_form_area input[type=text]
{
	display:inline-block;
	overflow:hidden;
	width:930px;
	height:80px;
	float:right;
	background-color:white;
	border:0;
	font-size:20pt;
	font-weight:bold;
	color:#3A3A3A;
}
#search_page_form_area button[type=submit]
{
	display:inline-block;
	overflow:hidden;
	width:30px;
	height:80px;
	float:right;
	background-color:white;
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}
#search_page_form_area button[type=submit] span
{
	display:inline-block;
	height:20px;
	width:20px;
	margin-top:5px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-image:url('../images/search icon.png?num=1');
}
#search_page_form_area button[type=submit]:hover span
{
	background-image:url('../images/search icon2.png?num=1');
}

