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


#products_grid .main_area
{
	overflow:hidden;
	float:left;
	width:1215px;
}
#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;
	margin:0;
	margin-bottom:20px;
	text-align:center;
	font-size:16pt;
	color:#A0A0A0;
	min-height:1px;
	float:right;
	width:1200px;
}

#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;
}

/****************************/
/********** Designer ********/
/****************************/

#designer_page_top_area
{
	overflow:hidden;
	background-color:white;
}
#designer_page_top_area .img
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:300px;
	width:300px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:30px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/designer_pic_bg.png');
}
#designer_page_top_area .img img
{
	display:inline-block;
	overflow:hidden;
	float:right;
	margin-right:40px;
	margin-top:40px;
	width:220px;
	height:220px;
	border-radius:110px;
}
#designer_page_top_area .details
{
	display:inline-block;
	overflow:hidden;
	float:right;
	margin-right:60px;
	width:530px;
	margin-bottom:30px;
}
#designer_page_top_area .details .main_title
{
	overflow:hidden;
	height:60px;
	line-height:60px;
	font-size:28pt;
	color:black;
	font-weight:bold;
	border-bottom:1px solid black;
}
#designer_page_top_area .details .main_text
{
	overflow:hidden;
	margin:25px 0;
	line-height:30px;
	max-height:150px;
	font-size:20pt;
	color:#9E9694;
}
#designer_page_top_area .details .main_link
{
	overflow:hidden;
	height:30px;
	
}
#designer_page_top_area .details .main_link a
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	font-size:20pt;
	color:#B97700;
	font-weight:bold;
}
#designer_page_top_area .details .main_link a:hover
{
	color:black;
}

#designer_page_products_header_area
{
	overflow:hidden;
	margin-top:40px;
}
#designer_page_products_header_area .main_title
{
	overflow:hidden;
	height:auto;
	text-align:center;
}
#designer_page_products_header_area .main_title span
{
	display:inline-block;
	overflow:hidden;
	height:100px;
	line-height:100px;
	font-size:36pt;
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
#designer_page_products_header_area .main_text
{
	overflow:hidden;
	text-align:center;
	line-height:25px;
	font-size:16pt;
	color:#9E9694;
	margin-bottom:30px;
}

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

#products_grid .products_header
{
	float:right;
	width:1150px;
	overflow:visible;
	height:30px;
	margin-bottom:25px;
}
#products_grid .products_header .filters_logo
{
	display:inline-block;
	float:right;
	height:30px;
	width:20px;
	overflow:hidden;
	margin-right:0px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/filters icon.jpg');
}

#products_grid .products_header .filters_label
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	font-size:14pt;
	color:#EE3D45;
	overflow:hidden;
	margin-right:10px;
	margin-left:15px;
}
#products_grid .products_header .seperator
{
	display:inline-block;
	float:right;
	background-color:black;
	width:1px;
	height:10px;
	margin-top:10px;
	overflow:hidden;
	margin-left:20px;
}
#products_grid .products_header .filters_selector
{
	display:inline-block;
	float:right;
	height:30px;
	overflow:hidden;
	margin-left:10px;
	border-radius:15px;
	box-sizing: border-box;
	border:1px solid #D8D8D8;
	cursor:pointer;
}
#products_grid .products_header .filters_selector span
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size:14pt;
	color:black;
	margin-right:10px;
	
}
#products_grid .products_header .filters_selector span.icon
{
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/dropdown down.jpg');
	margin-left:20px;
	width:12px;
}
#products_grid .products_header .filters_selector.open span.icon
{
	background-image:url('../images/dropdown up.jpg');
}


#products_grid .products_header .display_box_area
{
	display:inline-block;
	float:right;
	height:30px;
	overflow:hidden;
	margin-left:10px;
	max-width:500px;
}
#products_grid .products_header .display_box
{
	display:inline-block;
	float:right;
	height:30px;
	overflow:hidden;
	margin-left:10px;
	border-radius:15px;
	background-color:#F7F7F7;
	cursor:pointer;
}
#products_grid .products_header .display_box span,
#products_grid .products_header .display_box a
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size:14pt;
	color:black;
	margin-right:25px;
	
}
#products_grid .products_header .display_box a
{
	margin-left:15px;
}
#products_grid .products_header .display_box a:hover
{
	
}

#products_grid .products_header a.btn_clear_all
{
	display:inline-block;
	float:right;
	height:30px;
	overflow:hidden;
	line-height:30px;
	overflow:hidden;
	font-size:14pt;
	color:#F03C47;
	
}
#products_grid .products_header a.btn_clear_all:hover
{
	color:black;
}

#products_grid .products_header .selector_popup_box
{
	position:absolute;
	overflow:hidden;
	top:30px;
	left:50%;
	width:300px;
	min-height:100px;
	border:1px solid #E9E9E9;
	background-color:white;
	
	display:none;
	z-index:5;
}
#products_grid .products_header .selector_popup_box .options_area
{
	overflow:auto;
	width:300px;
	max-height:400px;
}
#products_grid .products_header .selector_popup_box .option_box
{
	overflow:hidden;
	width:300px;
	height:40px;
}
#products_grid .products_header .selector_popup_box .option_box .checkbox
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:20px;
	height:20px;
	margin-top:10px;
	margin-right:10px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/checkbox empty.jpg');
}
#products_grid .products_header .selector_popup_box .option_box.marked .checkbox
{
	background-image:url('../images/checkbox full.jpg');
}
#products_grid .products_header .selector_popup_box .option_box .desc
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:200px;
	height:40px;
	line-height:40px;
	font-size:16pt;
	color:#737373;
	margin-top:0px;
	margin-right:10px;
}
#products_grid .products_header .selector_popup_box .option_box.marked .desc
{
	color:black;
}

#products_grid .products_header .selector_popup_box .btn_area
{
	overflow:hidden;
	width:300px;
	height:80px;
}
#products_grid .products_header .selector_popup_box .btn_area a.btn
{
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-top:30px;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12pt;
	color:black;
	background-color:white;
	border:1px solid black;
	border-radius:20px;
	margin-right:10px;
}
#products_grid .products_header .selector_popup_box .btn_area a.btn.btn_ok
{
	background-color:black;
	color:white;
}
#products_grid .products_header .selector_popup_box .btn_area a.btn:hover
{
	background-color:#1023D7;
	text-decoration:underline;
}


#products_grid .products_header .selector_popup_box .price_range_area
{
	overflow:hidden;
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_title
{
	overflow:hidden;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:12pt;
	color:#C2C2C2;
	
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller
{
	overflow:hidden;
	height:85px;
	width:240px;
	margin:0px auto;
	position:relative;
	
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller .bar
{
	overflow:hidden;
	display:inline-block;
	position:absolute;
	z-index:1;
	top:10px;
	left:0;
	width:100%;
	height:2px;
	background-color:#2027DA;
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller .circle
{
	overflow:hidden;
	display:inline-block;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	width: 20px;
	height:20px;
	border-radius:10px;
	background-color:white;
	border:1px solid #CDCAE5;
	box-sizing: border-box;
	cursor:pointer;
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller .circle.min {right:0;}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller .circle.max {right:220px;}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller .number
{
	overflow:hidden;
	display:inline-block;
	position:absolute;
	z-index:2;
	top:20px;
	right:0;
	width: auto;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:10pt;
	color:#989898;
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller .number.min {right:0px;}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_scroller .number.max 
{
	right:auto;
	left:0px;
}


#products_grid .products_header .selector_popup_box .price_range_area .price_range_input_area
{
	overflow:hidden;
	height:55px;
	width:240px;
	margin:0px auto;
	position:relative;
	
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_input_area .input_box
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:50px;
	width:110px;
	border:1px solid #C2C2C2;
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_input_area .input_box.max
{
	float:left;
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_input_area .input_box .symbol
{
	display:inline-block;
	overflow:hidden;
	float:left;
	height:50px;
	line-height:50px;
	font-size:12pt;
	color:#989898;
	margin-left:10px;
}
#products_grid .products_header .selector_popup_box .price_range_area .price_range_input_area .input_box input
{
	display:inline-block;
	overflow:hidden;
	float:right;
	width:75px;
	height:50px;
	line-height:50px;
	font-size:12pt;
	color:#989898;
	margin-right:10px;
	background-color:white;
	border:0;
	text-indent:0;
}

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

#products_filter_sidebar
{
	overflow:hidden;
	float:right;
	width:300px;
	min-height:100px;
	border-left:1px solid black;
	margin-left:30px;
}


#products_filter_sidebar .sidebar_title
{
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:20pt;
	font-weight:bold;
	color:#F13D46;
	border-bottom:1px solid black;
	margin-left:10px;
}

#products_filter_sidebar .selector_box
{
	overflow:hidden;
	height:75px;
	border-bottom:1px solid #D8D6D7;
	margin-left:20px;
	
	position:relative;
}
#products_filter_sidebar .selector_box.open {height:400px;}
#products_filter_sidebar .selector_box .selector_box_header
{
	overflow:hidden;
	height:75px;
	cursor:pointer;
}
#products_filter_sidebar .selector_box .selector_box_header span
{
	display:inline-block;
	float:right;
	height:75px;
	line-height:75px;
	overflow:hidden;
	font-size:16pt;
	color:black;
	
}
#products_filter_sidebar .selector_box .selector_box_header span.icon
{
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/dropdown down.jpg');
	width:12px;
}
#products_filter_sidebar .selector_box.open .selector_box_header span
{
	color:#F03C47;
	font-weight:bold;
}
#products_filter_sidebar .selector_box.open .selector_box_header span.icon
{
	background-image:url('../images/dropdown up.jpg');
}

#products_filter_sidebar .selector_box .options_area
{
	overflow:hidden;
	width:300px;
	height:200px;
}
#products_filter_sidebar .selector_box .options_area#options_area1 {height:300px;}
#products_filter_sidebar .selector_box .option_box
{
	overflow:hidden;
	width:300px;
	min-height:40px;
}
#products_filter_sidebar .selector_box .option_box .checkbox,
#products_filter_sidebar .selector_box .option_box .radio
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:20px;
	height:20px;
	margin-top:10px;
	margin-right:10px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/checkbox empty.jpg');
}
#products_filter_sidebar .selector_box .option_box.marked .checkbox
{
	background-image:url('../images/checkbox full.jpg');
}
#products_filter_sidebar .selector_box .option_box .radio
{
	background-image:url('../images/radio empty.jpg');
}
#products_filter_sidebar .selector_box .option_box.marked .radio
{
	background-image:url('../images/radio full.jpg');
}
#products_filter_sidebar .selector_box .option_box .desc
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:200px;
	min-height:40px;
	line-height:40px;
	font-size:16pt;
	color:#737373;
	margin-top:0px;
	margin-right:10px;
}
#products_filter_sidebar .selector_box .option_box.marked .desc
{
	color:#DB5A5F;
}


#products_filter_sidebar .selector_box .option_box .color_box
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:20px;
	height:20px;
	border-radius:10px;
	margin-top:10px;
	margin-right:10px;
}
#products_filter_sidebar .selector_box .option_box .desc.color_name
{
	width:165px;
}

#products_filter_sidebar .selector_box .selector_box_footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	
	overflow:hidden;
	height:75px;
	cursor:pointer;
	display:none;
}
#products_filter_sidebar .selector_box.open .selector_box_footer {display:inline-block;}
#products_filter_sidebar .selector_box .selector_box_footer a
{
	display:inline-block;
	float:right;
	height:75px;
	line-height:75px;
	overflow:hidden;
	font-size:12pt;
	color:#F13B48;
	
}
#products_filter_sidebar .selector_box .selector_box_footer a.icon
{
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/dropdown up.jpg');
	width:12px;
}






/***************************/
/** 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');
}

