/*********GENERAL**********************/
*{margin:0; padding:0}
body, html{height: 100%;}
img{border:none}
html{height: auto}
body {color:#222;
font-family: 'Roboto', sans-serif;
overflow-x:hidden; font-size:14px;
background-color:#fff;
}
body.nomove{overflow: hidden}

a {text-decoration:none; }
.left{float:left;}
.right{float:right}
.clear{clear:both;}

html {box-sizing: border-box;}
*, *:before, *:after {
  box-sizing: inherit;
}

.hideme{opacity:0}

.marginleft20{margin-left:20px !important}
.marginleft30{margin-left:30px}
.margintop0{margin-top:0px !important}
.margintop20{margin-top:20px !important}
.margintop10{margin-top:10px !important}
.margintop50{margin-top:50px !important}

.margin0{margin:0 !important}
.margin20{margin-top:20px !important; margin-bottom:20px !important;}
.marginbottom20{margin-bottom:20px !important;}
.marginbottom30{margin-bottom:30px;}
.marginbottom50{margin-bottom:50px !important;}
.marginbottom100{margin-bottom:100px !important;}

.empty{width:100%; height:40px;}

.center{text-align: center !important; margin: 0 auto;}
em {color: inherit;}

.anim{  -ms-transition:all 0.2s ease-in 0s;
  -webkit-transition:all 0.2s ease-in 0s;
  -moz-transition:all 0.2s ease-in 0s;
  -o-transition:all 0.2s ease-in 0s;
  transition:all 0.2s ease-in 0s;}


p{text-align:justify; color:#222; font-size:15px; line-height:25px; margin-bottom: 10px }
.line200 {width: 200px;border-top: 1px solid #bbb;height: 3px;margin-bottom: 30px;margin-top: 10px;}
/*********GENERAL**********************/


#right_part p a{text-decoration: underline; color: #222}


/************* LOADER **********************/
.loader_wrapper{position:fixed; width:100%; height:100%; z-index:10000; background-color:rgba(255,255,255,0.9); display:none; }
.loader_wrapper>img{width:386px; height:281px;position: absolute;top: 50%;left: 50%;margin-left: -193px;margin-top: -200px;
animation: heart-pulse 0.9s infinite ease-out;
}
@keyframes heart-pulse { 0% {transform: scale(1)} 50% {transform: scale(1.1);} 100% {transform: scale(1);} }


.loader_gdpr {position: fixed;width: 100%;height: 100%;overflow: hidden;z-index: 50000000 !important;top: 0;background-color: rgba(0,0,0,0.7);}

#loader_gdpr_box{max-width:400px; width: 100%;  min-height: 300px; height: auto;  background-color: #fff; margin: 0 auto; margin-top: 200px; border: 1px solid #689f38; padding: 30px 10px; text-align: center }
#loader_gdpr_box p{text-align: center; color: #000; font-size: 25px; }
#loader_gdpr_box p.bold{font-weight: bold}
#loader_gdpr_box p.bold2{font-weight: bold; font-size: 20px; margin-bottom: 40px }
#loader_gdpr_box p.bold2>span{text-decoration: underline}

#loader_gdpr_box p:nth-child(2){font-size: 17px; margin-top: 20px; margin-bottom: 20px; padding: 0 20px; line-height: 25px}
.loader_gdpr button{width: 120px; height: 50px; display: inline-block; cursor: pointer}
#ageok {margin-right: 10px; color: #fff;background-color: #535e32; border: 1px solid #535e32}
#agenotok {margin-left: 10px; background-color: #e0e0e0; color:#000; border: 1px solid #e0e0e0; }
#loader_age{padding: 0 10px}


#gdpr{min-height:35px; background-color:#000; width:100%; text-align:center; color:#fff; font-size:13px; padding-top:8px; position:fixed; bottom:0; z-index:100000000}
.gdpr_button{ display:inline-block; padding:5px; color:#fff; border:1px solid #fff; margin:5px;text-decoration:none;}.gdpr_button:hover{background-color:#fff; color:#000;}

/************* LOADER **********************/







/**********************HEADER*********************/
#header_top_line{ width:100%; min-height: 40px; background-color: #1b2e30 ; text-align: center; color: #fff; font-size: 16px;}
#header_top_line_inner{max-width: 1300px; height: auto; margin: 0 auto; position: relative;  padding: 10px;}

#header_top_line_inner>div:nth-child(1){ margin: 0 auto; font-size: 15px; font-weight: bold }
#header_top_line_inner>div:nth-child(2){font-size: 15px; position: absolute; top:10px; right:10px; height: 20px; width: 170px; }
#header_top_line_inner>div:nth-child(3){font-size: 15px; position: absolute; top:10px; left:10px; height: 20px; width: 170px; text-align: left }
#header_top_line_inner>div:nth-child(3)>a{color: #fff}
#header_top_line_inner span{padding-right: 10px; vertical-align: 1px}

#header_top_line_inner>div:nth-child(2)>a{color: #fff;font-weight: normal; font-size: 15px; float: right; margin-left: 0px}
#header_top_line_inner a:hover{ font-weight: bold }

#lang_top{position: relative; float: right;margin-left: 20px;cursor: pointer;margin-top: -1px;}
#lang_top_box{position: absolute; top:25px; right: 5px; width: 120px; background-color: #fff; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); z-index: 100; padding: 0; min-height: 0; overflow: hidden; display: none; height: auto}

#lang_top_box_inner{ margin: 10px}

#lang_top_box a{ display: inline-block; margin: 5px}
#lang_top_box a>img{width: 30px; height: auto}

@media screen and (max-width: 600px) {
	#header_top_line_inner>div:nth-child(2) { position: relative; margin: 0 auto; margin-bottom: 10px }
	#lang_top_box{right: -40px}
}
@media screen and (max-width: 450px) {
	#header_top_line_inner>div:nth-child(3){display: none}
}
/*******************/

.top_message_wrapper{ width:100%; background-color:#fff; color:#ac2424; height:auto; min-height:10px; position:fixed; top:0; left:0; text-align:center; padding-top:20px; padding-bottom:20px; display:none; z-index:100000000; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);}
.top_message_wrapper>p{display:none;margin-bottom: 10px;margin-top: 10px;line-height: 20px;color: #666;font-size: 16px; text-align: center}


/******************/

#header_top{min-height: 50px; width: 100%; text-align: center; margin:0px auto; position: relative;   padding:0 10px; border-bottom: 1px solid rgba(0,0,0,0.3); }
#header_top_inner{max-width: 1300px; height: auto; margin: 0 auto; position: relative;  padding:5px 10px; }
#header_top_logo{display: inline-block; width: 160px; float: left; }

#search_top{max-width: 400px; height: 40px; border: 1px solid rgba(0,0,0,0.2); margin: 0 auto;  padding-top: 10px; font-size: 15px; color: #222; border-radius: 20px; margin-top: 38px; cursor: pointer}
#search_top>span{float: right; margin-right: 10px; margin-top: -2px}

#header_top_right{width: 300px; height: 30px; text-align: right; float: right; margin-top: -33px; position: relative}

#basket_top,#wishlist_top, #search_top_small, #login_top 
{margin-left: 5px; margin-right: 5px; color: #222;vertical-align: 10px; width: 40px; height: 40px; display: inline-block; text-align: center; position: relative; cursor:pointer}

#basket_top>span, #wishlist_top>span, #search_top_small>span, #login_top>span
{transform: scale(1.5)}

#search_top_small{display: none;}


#basket_top_smallbox{width: 350px; min-height: 0;  height: auto;  position: absolute; top:40px; right: 10px; z-index: 6000; background-color: #fff; display: none;box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px; border: 1px solid rgba(0,0,0,0.3)}



#basket_top_smallbox>div:nth-child(1){ background-color: #f5f5f5; padding: 10px;color: #222;font-size: 14px;border-bottom: 1px solid rgba(0, 0, 0, 0.2);font-weight: bold; text-align: left}

#basket_top_list{list-style: none; padding: 0;}
#basket_top_list>li{padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.2); text-align: left}
#basket_top_list>li>a{display:block; width: 70px;border: 1px solid rgba(0,0,0,0.2); float: left}
#basket_top_list>li>a>img{width: 70px; height: auto;  }

#basket_top_list>li>div.right_part{width: calc(100% - 80px); min-height: 10px; display: block; float: right;vertical-align: top;
text-align: right;font-size: 14px;color: #666;}


#basket_top_list>li>div.right_part>span{color: #222; font-weight: bold; font-size: 16px}
.basket_top_delete{  border: none !important; width: auto !important; float: right !important; margin-top: 5px; color: #000}

#basket_top_smallbox>div:nth-child(3){ background-color: #f5f5f5; padding: 10px;color: #222;font-size: 14px;font-weight: bold; text-align: right}
#basket_top_smallbox>div.smallbasketbox_buttons{padding:20px 10px;background-color: #fff;border-top: 1px solid rgba(0, 0, 0, 0.2); text-align: center}
#basket_top_smallbox>div.smallbasketbox_buttons>a{display: inline-block; padding: 10px; margin-left: 15px; margin-right: 15px;color: #000; font-size: 13px; background-color: #e5e5e5; border: 1px solid #fff; margin-bottom: 10px}
#basket_top_smallbox>div.smallbasketbox_buttons>a:hover{border: 1px solid #000}

#basket_top_smallbox #tobasket{background-color: #535e32; color: #fff}
#basket_top_smallbox_empty{padding: 20px 10px; text-align: center; font-weight: bold}



@media screen and (max-width: 800px) {
#search_top_small{display:inline-block;}	
#search_top{display: none}
#header_top_right{margin-top: 45px}
}

@media screen and (max-width: 550px) {
	#header_top_logo{float: none;margin: 0 auto;display: block;}
	#header_top_right{	float: none;margin: 0 auto;text-align: center;margin-top: 0px; margin-bottom: 10px}
	
	#basket_top_smallbox{ right:0px; width: 330px; left: -15px; margin: 0 auto}
}

#basket_top_counter{ width: 20px; height: 20px; border-radius: 100%; background-color:#535e32; color: #fff; text-align: center; position: absolute; left: 3px; top:13px; font-size: 12px; padding-top: 3px }
#wishlist_top_counter{ width: 20px; height: 20px; border-radius: 100%; background-color:#535e32; color: #fff; text-align: center; position: absolute; left: 3px; top:13px; font-size: 12px; padding-top: 3px }


	/********************************* LOGED IN ******************************/
	#dropdown_wrapper{position:relative; width: 40px; height: 40px; vertical-align: top;  text-align: center; display: inline-block; margin-right: 5px; margin-left: 5px}
	#dropdown_wrapper span{transform: scale(1.5); color: #535e32; cursor: pointer;  }

	#dropdown_username{ color:#000; position: absolute; top:30px; left:0px; display: none;}
	#dropdown_username:hover{text-decoration: underline}

	#dropdown_username_ul{list-style:none;  width:180px; text-align:center; position:absolute; top:55px; left:-70px; box-shadow: 0 6px 12px rgba(0,0,0,.175); display:none; z-index: 3000;}

	#dropdown_username_ul>li>a{display:block; background-color:#fff; color:#000; border-bottom:1px solid #e5e5e5; padding:10px 0px; font-size: 14px}
	#dropdown_username_ul > li > a.last{border-bottom:none;}
	#dropdown_username_ul>li>a:hover{  text-decoration:none; background-color:#e5e5e5; color:#444;}

	/********************************* LOGED IN ******************************/

#header_menu_wrapper{width: 100%; background-color: #535e32;  height: 40px; position: relative}
#header_menu{list-style: none;  text-align: center; /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);*/}
#header_menu>li{ margin-left: 28px; margin-right: 28px; position: relative; height: 40px;  display: inline-block; padding-top: 12px}
#header_menu>li:last-child{margin-right: 0}

#header_menu>li>a{color: #fff; font-weight: bold}
#header_menu>li>a.on{}
#header_menu>li>a:hover{}


#header_menu span{margin-left: 10px; display: inline-block; color: #222}
#header_menu span.up{display: none;}


ul.submenu_top{margin:0; padding:0; background-color:#fff; list-style:none;  position:absolute; left:-75px; top:35px; width:500px; display:none;  
box-shadow: 0 8px 35px 0 rgba(50,50,93,0.1),0 5px 15px 0 rgba(0,0,0,0.07); z-index:1100;min-height: 100px; padding-bottom: 20px }

ul.submenu_top>img{float: right; width: 210px; height: auto; padding: 20px }

ul.submenu_top>.wrapper{float: left;    width: calc(100% - 220px);
    text-align: left; margin-top: 20px;
    
    padding-right: 15px;}
div.vertical_line{width: 1px; min-height: 170px;  border-left:1px solid rgba(0,0,0,0.3); display: inline-block; margin-top: 20px; position: relative; display: none;}

ul.submenu_top li{ margin-left: 10px;}
ul.submenu_top li>a{display:block; padding:13px; text-align:left; font-size:14px; color:#222;}
ul.submenu_top li>a:hover{text-decoration:none; background-color:#535e32; color: #fff}

ul.submenu_top  li:last-child{margin-bottom:0px}


ul.submenu_top.brands{ left:-220px; max-width: 490px; padding-bottom: 12px;}
ul.submenu_top.brands>li{ float: left; width: 150px; border: 1px solid rgba(0, 0, 0, 0.2); margin-top: 10px; margin-bottom: 0}
ul.submenu_top.brands>li>a:hover{ background-color:transparent;}

ul.submenu_top.about{padding: 10px; width: 300px}
ul.submenu_top.about>li{ margin-left: 0}

/**********************HEADER*********************/




/*************************  SEARCH TOP *********************************/
#search_overlay{position:fixed; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.9); overflow:auto; padding-bottom:40px; text-align:center;
z-index:50000;  display:none;  }
#search_form{margin: 0 auto;margin-top: 200px; position:relative; border-bottom:1px solid #fff; width:80%; }

#search_input{height: 50px;width: 100%;font-size: 23px;
padding-left: 40px;
padding-right:40px;
padding-top: 15px;
box-sizing: border-box;
background-color: transparent;
color: #fff; outline: none;
border: none;}


#search_button{text-align: left; width: 30px; height: 30px; color:#fff;position: absolute;top: 15px; left: 0; cursor:pointer }
#search_button:hover{color:#535e32}

#search_cancel{right:0; top:15px; cursor:pointer; position: absolute; color: #fff}
#search_cancel:hover{color:#535e32}


#search_results_box{width:80%; height:auto; min-height: 200px; box-sizing:border-box; margin:0 auto; color:#fff}
#search_results_box>p{margin-top:10px; text-align:center; color:#fff;}

#search_top_up{list-style:none; margin:0; background-color:#fff; padding:10px; text-align:left;}
#search_top_up>li{width:100%; border-bottom:1px solid rgba(0,0,0,0.4); margin-bottom:10px;}
#search_top_up>li>a{display:block; padding-bottom: 0px; color: #000}
#search_top_up>li>a:hover{text-decoration:none;}
#search_top_up>li>a>img{display:inline-block; vertical-align:middle}
#search_top_up div.srch_product{ margin-left:10px; display:inline-block; color: #222;}
#search_top_up div.srch_cat{ margin-left:10px; display:inline-block; vertical-align:0px;}
#search_top_up div.srch_product>span:nth-child(1){text-decoration:underline}


#search_top_up span.srch_prcode{font-size: 14px; color:#333}
#search_top_up span.srch_brnd{font-size: 15px;color: #ac2424;}


/*************************  SEARCH TOP *********************************/



/************************ SEARCH PAGE ***************************************/
#search_title1{border-bottom: 1px solid rgba(0,0,0,0.3);padding-bottom: 10px;font-size: 20px;display:table; padding-right: 20px; margin-bottom:30px; margin-top: 10px;}
#search_title1>span{color:#ac2424}



#search_categories{ width:100%; min-height:100px;}
#search_categories>a{ border: 1px solid rgba(0,0,0,0.1); width:calc(100% * 1/4 - 20px); min-height:100px; float:left; display:block; margin-left:10px; margin-right:10px; position:relative; margin-bottom:20px;}
#search_categories>a:hover{box-shadow: 1px 1px 11px #DDD; text-decoration:none;}

#search_categories>a>img{width:100%; height:auto;}
#search_categories>a>div{text-align:center; position:absolute; left:0; right:0; top:30px}


#search.list_products>li{width:calc(100% * 1/4 - 20px); border: 1px solid rgba(0,0,0,0.1); min-height:70px; float:left; margin-left:10px; margin-right:10px; padding-bottom:20px; position:relative; margin-bottom:20px}

#search_no_results{ margin-bottom:100px; font-size: 20px}


/************************ SEARCH PAGE ***************************************/


/*********************** INDEX SLIDER *************************/
#slideshow{ width: 100%; height: auto; overflow: hidden; }
#slideshow img{width: 100%; height: auto;}


.slider_text_wrapper{position: absolute; top:40%; left: 0; right: 0; margin: 0 auto; opacity: 1; width:70%; min-height: 100px; text-align: center;padding: 20px;}

.slider1{position: relative; /*top:40%; left: 10%; */font-size: 285%; color: #fff;  font-weight: bold; font-family: 'Roboto Condensed', sans-serif; text-shadow: 1px 2px 2px #000; opacity: 0; margin-bottom: 10px}
.slider2{position: relative; /*top:50%; left: 10%;  */display: block; text-align: center; width: 150px; height: 40px; padding: 10px; font-size: 15px; font-weight: normal; border: 1px solid #535e32; background-color: #535e32; color: #fff; opacity: 0; margin: 0 auto; margin-top: 20px}


@media screen and (max-width: 1200px) {
	.slider_text_wrapper{top:30% !important; }
}


@media screen and (max-width: 900px) {
	.slider_text_wrapper{top:25% !important; }
	.slider1{font-size: 35px !important; }
	
}

@media screen and (max-width: 700px) {
	.slider1{font-size: 24px !important; }
	.slider2{width: 120px !important; font-size: 14px !important; padding: 5px !important; height: 28px !important}
}

@media screen and (max-width: 500px) {
	.slider1{font-size: 22px !important; }
}
/*********************** INDEX SLIDER *************************/



/****************************   INDEX BOXES **************************/
.index_cat{width: calc(100%  * 1/4 - 30px);  height: auto; min-height: 100px;  margin-bottom: 20px; vertical-align: top; position: relative; display: inline-block; cursor: pointer; opacity:0; overflow: hidden; margin-left: 10px; margin-right: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }

.index_cat>img{width: 100%; height: auto; position: relative; z-index: 20}
.index_cat>div.black{position: absolute; top:0; left: 0; opacity: 0.7; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 200}
.index_cat span{position: absolute; left: 0; right: 0; bottom:5%; color: #fff; font-size: 30px; padding: 0 20px; font-family: 'Roboto Condensed', sans-serif; text-align: center; font-weight: bold; z-index: 200}

.index_cat:hover img{scale:1.1}

@media screen and (max-width: 1200px) {.index_cat span{font-size: 24px}}
@media screen and (max-width: 1000px) {.index_cat{width: calc(100%  * 1/3 - 30px);}}
@media screen and (max-width: 800px) {.index_cat{width: calc(100%  * 1/2 - 30px);}}
@media screen and (max-width: 600px) {.index_cat{width: calc(100%  - 30px);}}

/****************************   INDEX BOXES **************************/



/*************PARALLAX IMAGE***********************/
.parallax_wrapper{ min-height:600px; width:100%; position:relative; margin-bottom: 100px; margin-top: -30px; overflow: hidden; }
.parallax_image{background-image:url(../images/paralax1.jpg); background-position:0 -250px;position: absolute;top: 0;left: 0;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;width:100%; height:100%; }

.parallax_main_text{max-width: 1000px; margin: 0 auto; margin-top: 150px}
#prlx p{margin: 0 auto;text-align: left;margin-top: 10px;color: #e5e5e5;position: relative; opacity: 0; padding: 0 10px; font-size: 17px; line-height: 30px}

@media screen and (max-width: 650px) {.parallax_wrapper{ min-height:750px;}}
@media screen and (max-width: 950px) {.parallax_main_text{margin-top: 100px}}
@media screen and (max-width: 700px) {.parallax_main_text{margin-top: 50px}}
@media screen and (max-width: 700px) {.parallax_main_text{margin-top: 50px}}

/*************PARALLAX IMAGE***********************/






/**********************INDEX - GENERAL ***************************************/
.main_wrapper{ margin:0 auto; width:100%; height:auto;  min-height:300px; margin-top: 100px; }
.main_wrapper_inner{max-width:1320px; margin:0 auto; padding:0 20px; padding-bottom:70px;  text-align:center; }
.main_wrapper_inner h1{word-wrap:break-word; text-align:left; color: #222;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;font-weight: 300;}
.main_wrapper_inner h1.two{text-align: center;margin-bottom: 90px;font-weight: bold;font-size: 35px;color: #666;}
/**********************INDEX - GENERAL ***************************************/



/**************************** LIST PRODUCTS **********************************************************/
#breadcrumb{font-size:15px;  color:#fff; text-align:center; 
background-color:#1b2e30; width:100%; min-height:40px; font-weight:normal; margin-bottom:40px; padding-top: 16px;   padding-bottom: 16px; }
#breadcrumb a{color:#fff;   }
#breadcrumb a.selected, #breadcrumb a:hover{color:#fff; text-decoration: underline; font-weight: bold}

#black_body{position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.7); z-index:5500; display:none;}

/**********************/
#left_filters{ position:fixed; top:0; left:-340px; width:340px; height:100%; background-color:rgba(255,255,255,1); overflow:auto;  text-align:left; padding-top: 20px;z-index:30000;
	
  -ms-transition:all 0.2s ease-in 0s;
  -webkit-transition:all 0.2s ease-in 0s;
  -moz-transition:all 0.2s ease-in 0s;
  -o-transition:all 0.2s ease-in 0s;
  transition:all 0.2s ease-in 0s;
}


#left_filters{ position:fixed; top:0; left:-340px; width:340px; height:100%; background-color:rgba(255,255,255,1); overflow:auto;  text-align:left; padding-top: 20px;z-index:30000;
	
  -ms-transition:all 0.2s ease-in 0s;
  -webkit-transition:all 0.2s ease-in 0s;
  -moz-transition:all 0.2s ease-in 0s;
  -o-transition:all 0.2s ease-in 0s;
  transition:all 0.2s ease-in 0s;
}

#left_filters.on{left:0; }
#left_filters>.filter_big_title{background-color: #535e32;padding: 10px;margin-left: 0;font-size: 16px;font-weight: bold; color: #fff}
#left_filters .filter_list{padding-left: 20px; margin-bottom: 10px}

#left_filters::-webkit-scrollbar {width: 10px; }
#left_filters::-webkit-scrollbar-track {background: #e5e5e5; border-radius: 0px}
#left_filters::-webkit-scrollbar-thumb {background: #999;border-radius: 0px}
#left_filters::-webkit-scrollbar-thumb:hover {background: #666;}

#left_filters_button_close{display: inline-block;float: right;margin-right: 20px;color: #000; color: #222; margin-bottom: 10px}
#left_filters_button_close:hover{color: #000; font-weight: bold}
#left_filters_button_close:hover span{transform:  scale(1.5); font-weight: bold}
#left_filters_button_close>span{margin-left: 10px;vertical-align: 0px;}

/*
.brands_filter_button{}
DEN EXEI CSS MONO JS
*/
.filter_wrapper input[type=checkbox]{ vertical-align: -2px; margin-left: 20px; }
.filter_wrapper input[type=checkbox]:checked{accent-color: #535e32;}



.linefull{width: 100%; height: 1px; margin-top:10px; margin-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);}

ul.filter_list{list-style:none;padding-top: 13px; overflow: hidden;height: auto; margin-bottom: 20px;/* border-bottom: 1px solid rgba(0,0,0,0.2);padding-bottom: 10px;*/ padding-bottom: 0px; padding-top: 15px}
ul.filter_list.noborder{border-bottom:none; }


ul.filter_list li {min-height: 25px;height: auto; cursor:pointer; display:table;}
ul.filter_list li a{color:#222}
ul.filter_list li a:hover, ul.filter_list li a.selected{color:#1b2e30; text-decoration: none; font-size: 16px; font-weight: bold}


.banner_filter{height: auto; border: 1px solid rgba(0,0,0,0.4); margin: 0 auto;width: calc(100% - 20px); margin-bottom: 20px}
.banner_filter>a{display: block}
.banner_filter>a>img{width: 100%; height: auto}



/**********************/

#category_top_banner{width: 100%; min-height: 50px; background-color: #f5f5f5; padding:30px 50px; margin-bottom: 50px; margin-top: -50px}
#category_top_banner>img{float: left; width: 200px; height: auto; margin-top: 10px}
#category_top_right{ float: left; margin-left: 70px; width: calc(100% - 300px)}
#category_top_right.noimg{float: none; margin: 0 auto; width: 100%;}

@media screen and (max-width: 800px) {
	#category_top_banner{padding: 30px; padding-bottom: 0px;}
	#category_top_banner>img {float: none;width: 100%;}
	#category_top_right{float: none;width: 100%;margin-left: 0;margin-top: 30px;}

}

h1.list_products.box{line-height:35px; text-align:left; margin-bottom:20px; font-weight:normal  }
h1.list_products.alone{float: left; margin-top: -2px}


#products_sort{margin-left: 15px;height: 40px;width: 170px;text-align:left;padding-left: 10px; color:#999; font-size: 15px; display:block; float:right; margin-top:-3px;  margin-bottom: 20px;}
#products_sort>option{color:#333;}

#total_products_num{font-size: 14px;color: #666;text-align: right; width:auto; margin-bottom:50px; }

#filters_button_right{float: right; width: auto; cursor: pointer; height: 40px; padding: 10px; border: 1px solid #aaaaaa; margin-top: -3px}
#filters_button_right>span{margin-left: 10px;}

@media screen and (max-width: 700px) {
	h1.list_products.alone{float:none; margin-bottom: 20px;width: 100%}
	#products_sort{float: left;margin-left: 0;}
	#filters_button_right{ float: left;margin-left: 10px;}
	#total_products_num{text-align: left}
}

/*************************/
.list_products{ list-style:none; margin:0; padding:0}
.list_products>li{width:calc(100% * 1/3 - 20px); /*border: 1px solid rgba(0,0,0,0.1);*/ min-height:70px; float:left; margin-left:10px; margin-right:10px; padding-bottom:20px; position:relative; margin-bottom:20px; border:1px solid rgba(0,0,0,0); }

	.list_products>li {width: calc(100% * 1/5 - 20px);}

.list_products img{width:100%; height:auto;}
/*.list_products>li:hover{box-shadow: 1px 1px 11px #DDD;}*/
/*009846*/
/*1c9b41*/
.list_products span.discount{ position: absolute;left: 10px; top:10px; width: 90px; height: 30px; background-color: #535e32; color: #fff; padding-top: 5px; font-size: 17px; font-weight: bold}
.list_products span.hotoffer{ position: absolute;left: 10px; top:45px; width: 90px; height: 30px; background-color: #1b2e30; color: #fff; padding-top: 6px; font-size: 15px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; border: 1px solid #000}
.list_products span.hotoffer.one{top:10px;}
.list_products span.hotoffer.two{top:45px;}

.list_products span.wish{ position: absolute;right: 10px; top:5px; color: #000; padding-top: 8px; cursor: pointer;padding: 5px;background-color: white;border-radius: 100%;box-shadow: 3px 3px 3px rgba(0,0,0,0.2);/*box-shadow: 1px 1px 5px rgba(0,0,0,0.3);*/}

.list_products span.wish.on path{fill:#222}
.list_products span.wish.on{color: #222}


.list_products>li:hover a.button2{ background-color:#1b2e30; color: #fff; }
.list_products>li:hover {border: 1px solid rgba(0,0,0,0.1); box-shadow: 1px 1px 11px #DDD;}


.list_products>li>a:nth-child(2){margin-bottom:5px; display:block; }
.list_products>li>a:nth-child(4){ display:block; text-align:center; font-size: 15px; min-height:40px; color:#333; font-weight:bold; padding: 0 10px;}


.list_products div.pr_code{ color:#9a9a9a; font-size:14px; text-align:center; min-height:20px; }
.list_products div.brandname{ color:#999; font-size:15px; text-align:center; min-height:30px;font-family: 'Roboto Condensed', sans-serif;font-weight: bold;padding-top: 2px; }

.list_products div.pr_price{ color:#000; text-align:center; min-height:25px; font-weight: bold;font-family: 'Roboto Condensed', sans-serif; font-size: 19px}
.list_products div.previous_price{ text-decoration:line-through; color:#ed1e24; font-weight:bold; font-size:15px; min-height: 20px;font-family: 'Roboto Condensed' }
.list_products div.outofstock{color: #ed1e24;text-align: center;min-height: 25px;font-weight: bold;font-family: 'Roboto Condensed', sans-serif;font-size: 15px;}

a.button2{ display:block; text-align:center; width:150px; height:40px; padding: 10px;font-size: 15px;font-weight: normal; text-decoration:none; font-family: 'Roboto Condensed', sans-serif; margin:0 auto; background-color:#535e32; color:#fff; margin-top:5px; padding-top: 12px}

#pages{ display:none}

@media screen and (max-width: 1200px) {.list_products>li{width:calc(100% * 1/4 - 20px);}}
@media screen and (max-width: 1000px) {.list_products>li{width:calc(100% * 1/3 - 20px);}}
@media screen and (max-width: 700px) {.list_products>li{width:calc(100% * 1/2 - 20px);}}
@media screen and (max-width: 550px) {.list_products>li{width:calc(100%  - 20px);}}

/**************************** LIST PRODUCTS **********************************************************/






/*******************************************DETAILS PRODUCTS PAGE ***************************************/


	/**********PRODUCT INTEREST FORM *********************************/
	#form_product_wrapper{ width:auto; max-width:500px; min-height:300px; height:auto; background-color:#fff; position:relative; margin:0 auto; border-radius:3px; padding:20px; z-index:10000; overflow: auto; margin-top:20px; overflow-y: auto; display: none;
    max-height: 100%; box-shadow:0 0 10px #000 }

	form {margin:0; padding:0}
	form div.label {width:100%; margin-bottom:5px; color:#333; font-size:13px; margin-top:10px; text-align:left}
	form div.label>span {color: #D62020;}

	form input[type='text'], textarea, select{border: 1px solid #AAAAAA;width: 100%;border-radius: 2px 2px 2px 2px; height: 35px;color: #666666;padding: 5px; }
	form textarea{min-height:100px; height:auto;}
	form div.error_message{ text-align:left; color: #D62020;font-size: 13px;margin-top: 5px;margin-bottom: 10px;display: none;  }
	div.g-recaptcha{ margin-top:10px; margin-bottom:10px; }

	.form_field_wrapper{ width: 100%; display:inline-block; margin-bottom:10px; vertical-align:top;}
	.form_field_wrapper.area{ width: 100%;}

	form h2{font-family: 'Roboto Condensed', sans-serif;font-size: 24px;line-height: 35px;text-align: left;}
	form .line{margin-bottom:20px; margin-top:10px;}
	form a.button{width: 130px;height: 40px;background-color: #1b2e30;color: #fff;text-align: center;font-size: 14px;padding-top: 12px;font-weight: normal;display: block;cursor: pointer;margin-bottom: 15px; margin-top:20px;}

	/**********PRODUCT INTEREST FORM *********************************/



.details_wrapper{max-width: 1300px; padding: 10px; margin: 0 auto;margin-bottom: 100px;min-height: 300px; }
#details_left{ width:600px;  min-height:500px; float:left; }
#details_right{width:calc(100% - 620px); min-height:550px; float:right;  }


	/*************/
	#continue_shopping{position:fixed;left:0; right:0; margin:0 auto; max-width:330px; height:auto; background-color:#fff; width:100%; top:50%; margin-top:-100px; box-shadow:0 0 30px rgba(0,0,0,0.8);z-index: 50000; padding:10px; display:none;}

	#continue_shopping>a{ font-size:14px; padding:15px 10px}
	#cont_shop1{float:left;color: #000; }
	#cont_shop2{float:right; background-color: #535e32;color: #fff;}
	/*************/

#first_thumb {display:none;}
#first_image{ width:100%; height:auto;/*border: 2px solid #f5f5f5; */ cursor:pointer }
#thumbs_list{width:100%; height:auto; min-height:40px; list-style:none; margin-bottom:5px; margin-top: 5px  }
#thumbs_list>li{margin:0; padding:0; float: left; }
#thumbs_list>li>a{display:block; margin:2px; padding:0;  width:95px; height:95px; border: 1px solid rgba(0,0,0,0.1)}
#thumbs_list>li>a>img{width:100%; height:auto;  }

#thumbs_list.liseis>li>a{display:block; margin:5px; padding:0;  width:300px; height:300px; border:2px solid #f5f5f5; }



#details_right h1{font-size: 35px;font-weight:bold; color: #535e32; font-family: 'Roboto Condensed', sans-serif; margin-bottom: 20px}
#details_right .pr_code{margin-top: 10px;font-size: 17px; margin-bottom:0px; color:#999; font-weight:400}
#details_right .pr_code>span{font-weight: bold;font-family: 'Roboto Condensed', sans-serif;}

#details_right .brand_name{color: #222;font-size: 17px;font-weight: normal;font-family: 'Roboto Condensed', sans-serif;margin-top: 5px; margin-bottom: 20px}
#details_right .brand_name>span{font-weight: bold;}

#details_right .hotoffer{ margin-top: -15px; margin-bottom: 20px; display: inline-block;  height: 30px; margin-right: 5px}
#details_right .hotoffer>span{width: 100px; height: 40px; background-color: #1b2e30; color: #fff; padding-top: 10px; font-size: 15px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; border: 1px solid #1b2e30; display: inline-block; text-align: center}

#details_right .discount{width:100px; height: 40px; background-color: #535e32; color: #fff;padding-top: 10px; font-size: 17px; text-align: center; margin-bottom: 20px; font-weight: bold; display: inline-block}

#details_right .price{width:100%; height:30px; font-size:27px; font-weight:bold; color:#222;  font-family: 'Roboto Condensed', sans-serif; margin-bottom: 20px;}
#details_right .price_previous{color:#999; font-size:19px; text-decoration:line-through; margin-left: 5px;vertical-align: 3px; display: block; font-weight: bold; min-height: 23px}
#details_right .onesize{padding:10px 20px;background-color: #fbe108;color: #000;font-size: 15px;font-weight: bold;font-family: 'Roboto Condensed', sans-serif;border: 1px solid #000; text-align: center; display: inline-block}


#details_right .details{color: #222;font-size: 15px;line-height: 22px; margin-top: 30px; margin-bottom:10px; min-height: 40px;}
#details_right .details>p{margin-bottom:15px}

#details_right ul{list-style-position: inside}
#details_right .select_size{color:#666; font-size: 14px;}


.buttons_wrapper{margin-top:5px;}

.button1{display:block; width:auto; background-color:#000; color:#fff; font-size: 14px;padding: 10px 20px; padding-top: 12px;min-height: 40px;box-sizing: border-box; margin-bottom: 3px; text-align:center}
.button1:hover{ color:#fff; text-decoration:none;}

.button1.basket{width:100%;  background-color:#535e32; color: #fff; text-align: center; padding:20px;margin-bottom: 20px;border:1px solid #535e32;}
.button1.basket:hover{ font-weight: bold; background-color: #fff; border: 1px solid rgba(0,0,0,0.5); color: #222}
#basket_button>span{vertical-align: 3px}

.button1.wish{width:calc(50% - 5px); float:left; background-color: #fff; color: #222;border:1px solid #fff; border-right: 1px solid #222 }
.button1.wish:hover{ font-weight: bold; color: #1b2e30 }

.button1.info{width:calc(50% - 5px); float:right;background-color: #fff; color: #222;border:1px solid #fff;}
.button1.info:hover{ font-weight: bold; color: #1b2e30}

.notavailable{margin-bottom: 10px;padding: 10px 0;font-weight: bold;color: #666;font-size: 20px;border-bottom: 1px solid #222; text-align: center}



@media screen and (max-width: 1200px) {
#details_left{ width: calc(100% - 460px);}
#details_right{width: 440px;}
}
@media screen and (max-width: 900px){
#details_left {float: none;width: 100%; min-height:100px !important}
#details_right {float: none;width: 100%;margin-top: 10px;}
}

@media screen and (max-width: 550px){
	#info_product, #wishlist_button{float:none; width: 100%}
	#basket_button{margin-bottom: 3px}
	.button1.wish{border-right: none}
	
}

#prev_next_item{width: 100%}



/******************************* RELATIVE PRODUCTS *************************/
#relative_title {text-align: center;font-weight: bold;font-family: 'Roboto Condensed', sans-serif;font-size: 27px;margin-bottom: 40px;margin-top: 30px;}


.relative_carousel{display:none; }
.relative_products{padding-bottom:20px; position:relative; margin-bottom:20px; border:1px solid rgba(0,0,0,0.2);  }

.relative_products>span.wish{position: absolute;right: 10px; top:5px; color: #000; padding-top: 8px; cursor: pointer;padding: 5px;background-color: white;border-radius: 100%;box-shadow: 3px 3px 3px rgba(0,0,0,0.2);}

.relative_products>span.wish.on path{fill:#222}
.relative_products>span.wish.on{color: #222}



.relative_products img{width:100%; height:auto;}

.relative_products div.brandname{ color:#999; font-size:15px;min-height: 30px; text-align:center; min-height:30px;font-family: 'Roboto Condensed', sans-serif;font-weight: bold;padding-top: 2px;  }

.relative_products>a:nth-child(1){margin-bottom:5px; display:block; }
.relative_products>a:nth-child(2){ display:block; text-align:center; font-size: 15px; min-height:30px; color:#333; font-weight:bold}
/*.relative_products>a:nth-child(3){position:absolute; left:10px; top:10px; display:none;}
.relative_products>a:nth-child(3)>i{font-size:23px; color:#666}
*/

.relative_products:hover a.button2, #index_part2 a.button2:hover { background-color:#1b2e30; color: #fff}
.relative_products:hover, .relative_products.two:hover {border: 1px solid rgba(0,0,0,0.1); box-shadow: 1px 1px 11px #DDD;}

.relative_products div.pr_code{ color:#9a9a9a; font-size:14px; text-align:center; min-height:40px; }
.relative_products div.previous_price{text-decoration:line-through; color:#ed1e24; font-weight:bold; font-size:15px;text-align: center; min-height: 20px; font-family: 'Roboto Condensed';}

.relative_products div.pr_price{ color:#000; font-size:19px; text-align:center; min-height:25px; font-weight: bold;font-family: 'Roboto Condensed', sans-serif;}
/*.relative_products div.pr_price>span{ text-decoration:line-through; color:#9a9a9a; font-weight:normal; font-size:15px; margin-right:10px}*/

.relative_products div.outofstock{text-align: center;font-weight: bold;color: #ed1e24; min-height: 45px;font-family: 'Roboto Condensed', sans-serif;font-size: 15px;}


.relative_products div.hotoffer{position:absolute; left:10px; width:90px; height:30px; color:#fff; background-color:#1b2e30;font-weight: bold;font-size: 15px;text-align: center;padding-top: 6px;font-family: 'Roboto Condensed', sans-serif;border: 1px solid #1b2e30;display: inline-block;}

.relative_products div.hotoffer.one{top:10px}
.relative_products div.hotoffer.two{top:45px}

.relative_products div.discount{position:absolute; left:10px; top:10px; width:90px; height:30px; color:#fff; background-color:#535e32;font-weight: bold;font-size: 17px;text-align: center;padding-top: 5px;font-family: 'Roboto Condensed', sans-serif;}


/******************************* RELATIVE PRODUCTS *************************/


#prev_next_item{width:100%; min-height:20px; height:auto; margin-bottom:10px; font-size:15px; margin-top:5px; }
#prev_next_item a{color:#222}
#prev_next_item a:hover{text-decoration:none; font-weight:bold; color:#222 }
#prev{float:left; position: relative; height: 30px; display: inline-block}
#next{float:right; position: relative; height: 30px; display: inline-block}

.preview_product{position: absolute; top:20px; left: 0; width: 200px; min-height: 100px; height: auto; background-color: #fff; border: 1px solid rgba(0,0,0,0.4); text-align: center; padding: 10px; padding-top: 5px;box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3); display: none;}


.preview_product.next{left:inherit; right: 0}
.preview_product img{width: 60px; height: auto;border: 1px solid rgba(0, 0, 0, 0.3);}



.preview_product>span{display: block}
.preview_product>span:nth-child(1){color: #1b2e30;font-weight: bold;font-family: 'Roboto Condensed'; margin-bottom: 5px;}
.preview_product>span:nth-child(2){font-size: 14px;color: #000;margin-bottom: 5px; font-weight: bold;}
/*******************************************DETAILS PRODUCTS PAGE ***************************************/

	


	
/*************************FOOTER******************************************************/
#footer{ width:100%; height:auto; min-height:250px; padding-top:20px; text-align:center; color:#fff; font-size:13px; margin-top:0px; padding-bottom:20px; border-top: 1px solid rgba(0,0,0,0.1); position: relative;   background:url(../images/footer.jpg) no-repeat; background-size: cover; background-position: center}

#footer_wrapper{max-width: 1320px;padding: 10px;margin: 0 auto;margin-bottom: 30px;min-height:250px;  }

.footer_box{width: calc(100% * 1/5 - 20px);float: left;min-height: 100px; 
margin-bottom: 10px;margin-left: 15px; box-sizing: border-box; text-align:left; line-height: 25px; margin-top: 10px; min-height: 200px }

.footer_box h2{margin-bottom: 7px; font-size: 23px; font-weight: normal; font-family: 'Roboto Condensed', sans-serif; color: #f0b700}
.footer_box .line{width:70px; height: 1px; border-top: 1px solid #e5e5e5;}

.footer_box a.cat{display: block; color: #e5e5e5; font-size: 15px; line-height: 28px}
.footer_box a.cat:hover{color: #f0b700; text-decoration: underline}

.footer_box.five{text-align: right}
.footer_box.five>img{width: 180px; margin-bottom: 20px}
.footer_box.five span{margin-right: 10px;vertical-align: 2px;transform: scale(1.2);}

.footer_box.five div {color: #e5e5e; font-size: 15px; line-height: 28px}
.footer_box.five a{color: #fff}
.footer_box.five a:hover{color: #f0b700}

@media screen and (max-width: 1300px) {
.footer_box{width: calc(100% * 1/4 - 20px);	}
.footer_box.five{text-align: left}
}

@media screen and (max-width: 900px) {
.footer_box{width: calc(100% * 1/3 - 20px);	}
.footer_box.five{float: right; text-align: right; margin-right: 120px}
}


@media screen and (max-width: 700px) {
.footer_box{width: calc(100% * 1/2 - 20px);	}
.footer_box.five{float: left; text-align: left; margin-right: 0px}
}

@media screen and (max-width: 500px) {
.footer_box{width: calc(100% - 20px); text-align: center; float: none; margin: 0 auto}
.footer_box .line{margin: 0 auto}
.footer_box.five{text-align: center; float: none; margin: 0 auto}
}


#footer_last{ text-align:center; font-size:13px; margin:0 auto; width:auto; padding-top:4px; background-color:#000; min-height:35px;position: relative }
#footer_last p{ margin:0 auto; text-align:center; color:#fff; font-size:13px;}


/*************************FOOTER******************************************************/
	





@media screen and (max-width: 1000px) {
	
	#menu_mobile_button{display: block !important;}
	#mobile_menu{display:block;}
	#header_menu{display: none;}
}


@media screen and (min-width: 1000px) {

	#menu_mobile_button {display:none !important;}
	#mobile_menu{display:none !important}
	body{overflow:auto !important}
	#header_menu{display: block;}
}
	
/************************** MOBILE BUTTON *********************************/
#menu_mobile_button{position:absolute; right: 10px; top:8px; z-index:5000; display:none;}

.hamburger {
  padding: 0; 
  display: inline-block;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.9; }
  .hamburger.is-active:hover {
    opacity: 0.9; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
/*  width: 40px;
  height: 24px;
*/
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative; margin-top:5px  }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 6px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*

   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.075s;  }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
/************************** MOBILE BUTTON *********************************/

	
/******************************************  MOBILE  MENU  *********************************************************/	
#mobile_menu{ position:fixed; top:0; left:-100%; width:100%; height:100%; background-color:rgba(255,255,255,1); overflow:auto; padding-bottom:40px; text-align:center;

z-index:3000;
opacity:0;  

  -ms-transition:all 0.2s ease-in 0s;
  -webkit-transition:all 0.2s ease-in 0s;
  -moz-transition:all 0.2s ease-in 0s;
  -o-transition:all 0.2s ease-in 0s;
  transition:all 0.2s ease-in 0s;
}

#mobile_menu.on{left:0; opacity:1}
	
#logo_mob{width:220px; height:auto; margin:0 auto; margin-top: 70px; display:block} 	


#mobile_menu>ul{ padding:0; margin:0; margin:0 auto; margin-top:40px; padding-bottom:40px;   }
#mobile_menu>ul>li{  margin-bottom:5px;}

#mobile_menu>ul>li>a{ text-align:center; color:#000; font-size:24px; display:table; width:auto; margin:0 auto;padding:5px 20px;font-weight: 400; letter-spacing: 0px; line-height:24px;}


#mobile_menu>ul>li>a.prtitle{color: #222;font-size: 16px; font-family:'Roboto Condensed'; font-weight:bold; background-color:#fff;}
#mobile_menu>ul>li>a.prtitle:hover{ background-color:#535e32; color:#fff}


#mobile_menu>ul>li>a.prtitle.on{background-color: #814592;color: #fff;}

ul.mobile_submenu{ height:auto; display:none; margin-bottom:10px; margin-top:5px;  }
.mobile_submenu a{ color:#222; font-size:15px;  margin:0 auto; text-align:center; margin-bottom:5px; width:auto; display:table; padding:4px 20px; line-height:20px;  }
.mobile_submenu a:hover{ background-color:#1b2e30;  text-decoration:none; color: #fff }


ul.mobile_submenu .line{margin:0 auto}
	
/******************************************  MOBILE  MENU  *********************************************************/	
	
	
	
	
/******************************** LOGIN / REGISTER PAGE / ACCOUNT SETTINGS*********************************/
#boxes_wrapper{margin:0 auto; max-width:900px; margin-top:40px}

#login_box, #register_box, #passreminder_box, #guest_box, #register_wholesaler_box {background-color:#fff; width:440px; min-height:200px; display:block; padding:20px; text-align:left; vertical-align:top; border: 1px solid rgba(0,0,0,0.1);  margin-bottom:40px; box-sizing:border-box;}

#login_box, #guest_box{float:left;}
#register_box{float:right;}
#register_wholesaler_box{margin: 0 auto; max-width: 540px; margin-bottom: 40px; width: 100%}

#changepass_box{text-align:left}
#login_box div, #register_box div, #passreminder_box div, #changepass_box div, #guest_box div{ margin-bottom:5px; font-size:12px;}
#login_box>div, #register_box>div, #passreminder_box>div, #guest_box>div { font-size:20px; text-align:center; margin-bottom:20px}
#passreminder_box{display:none; margin:20px auto; position:relative}
#passreminder_return{display:block; position:absolute; right:10px; top:10px;width: 25px;height: 25px;color: #000;text-align: center;font-size: 15px;padding-top: 3px;font-weight:bold; padding-left:0px}

#pass_reminder_button{display:inline-block; font-size:14px; margin-top:20px; text-align: left; color:#666}
#pass_reminder_button:hover{color:#535e32}

#passreminder_return:hover{text-decoration:none;}

#register_form>div, #changepass_form>div{margin-top:20px;}


#login_form input, #register_form input, #passreminder_form input, #changepass_form input, #guest_box input{ border: 1px solid #b8b8b8; height: 35px; padding: 10px; width: 100%; box-sizing:border-box;}
.error_msg{margin-top:5px !important; color:red; display:none; }

#login_form span, #register_form span, #passreminder_form span, #basket2_form span, #changepass_form span, #guest_box span { color:#e10808}


#login_submit, #register_submit, #passreminder_submit, #changepass_submit, #register_wholesaler_submit, #guest_submit{margin-top: 20px;width: 100px !important;padding-top: 8px !important; cursor:pointer; font-size: 15px}
#login_submit:hover, #register_submit:hover, #passreminder_submit:hover, #changepass_submit:hover, #guest_submit:hover {background-color:#000; color:#fff; border:1px solid #000}



p.register{font-size: 13px;margin-top: 20px; text-align:justify; line-height:20px}
p.register_wholesaler{font-size: 16px;margin-top: 20px; text-align:justify; line-height:20px; font-weight: bold}
p.register_wholesaler a{color:#689f38; text-decoration: underline} 

@media screen and (max-width: 950px) {
#login_box, #register_box, #passreminder_box, #guest_box{ float:none; width:100%}
}
/******************************** LOGIN / REGISTER PAGE / ACCOUNT SETTINGS*********************************/



/*************BASKET / WISHLIST PAGE********************/

.table_list{background-color:#fff; color:#000; width:calc(100% - 330px); min-height:200px; display:block; list-style:none; margin:0; margin:0 auto; position:relative; padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom: 20px; float:left;
border:1px solid rgba(0,0,0,0.1); border-radius:3px; box-sizing:border-box;margin-bottom: 10px; margin-bottom: 100px;}

/*box-shadow: 0 0px 10px 3px rgba(0,0,0,0.1);*/

.table_list_top{margin-top:0px; font-size:20px; text-align:center}
.table_list_top.notempty{margin-top:0px !important; margin-bottom:40px;}

.table_list_back{ margin-top:20px; text-align:left}
.table_list_back>a{color:#000; font-weight:bold;}

.table_list>li{text-align: left;padding-left: 10px;padding-top: 15px; padding-bottom:15px; margin-bottom:20px;}
.line2{ display:block; width:100%; height:3px; border-top:1px solid rgba(0,0,0,0.2);}


.table_list>li>a:nth-child(1){display:inline-block; width:20px; height:20px; text-align:center; font-size:14px; color:#000; padding-top:0px; box-sizing:border-box; vertical-align:middle; padding-left:1px;}
.table_list>li>a:nth-child(1):hover{text-decoration:none; }

.table_list>li>a:nth-child(2){display:inline-block; border:1px solid #ccc; width:200px; height:auto; text-align:center; margin-left: 30px; vertical-align:middle;overflow: hidden;}
.table_list>li>a:nth-child(2)>img{width:100%; height:auto;}
.basket_item_wrapper{ width:calc(100% - 280px); float:right; min-height:20px; }

.basket_pr_details_left{ float:left; width:200px; height:auto; word-break:break-word; box-sizing:border-box;}
.basket_pr_details_left>a{color:#000}
.basket_pr_details_right{float:right; width:calc(100% - 200px); box-sizing:border-box}

@media screen and (max-width: 500px) {
.basket_pr_details_right{ margin-top: -90px}
}

.basket_pr_details_left.wishlist{width:calc(100% - 80px);}
.basket_pr_details_right.wishlist{width:80px; }

.basket_item_wrapper>a.wishlist{width: calc(100% - 80px); }

.basket_item_wrapper .basket_prcode{font-size: 13px;color: #666; display:block; margin-top: 2px}
.basket_item_wrapper .basket_brand{font-size: 15px;color: #999; display:block; margin-top: 10px}
.basket_item_wrapper .basket_size{font-size: 15px;color: #000; display:block; margin-top:20px; font-weight:bold}

.basket_item_wrapper .basket_priceprevious{color: #666;font-size: 17px;text-decoration: line-through; }


.table_list_qty{display: block;vertical-align: top; border: 1px solid rgba(0,0,0,0.2); float:right; width:100px}

.table_list_minus{display:inline-block; width:30px; height:30px; text-align:center; font-size:20px; cursor:pointer }
.table_list_qty input[type='text']{width: 30px;height: 35px;text-align: center; vertical-align:0; border:none;}
.table_list_plus{display:inline-block; width:30px; height:30px; text-align:center;font-size:20px; cursor:pointer}

.table_list_price{display:block; font-size:20px;vertical-align: top; float:right; margin-left:30px; margin-bottom: 10px;}
.table_list_price>span{text-decoration:line-through; color: #666; font-size: 17px; text-align: right; display: block; }
.table_list_price.wishlist{ margin-left:0;margin-top: -20px;text-align: right;}


.small_total_list{background-color:#fff; color:#000; width:300px; min-height:100px; margin:0 auto; border-radius:3px; display:block; text-align:center; padding:20px; float:right; border:1px solid rgba(0,0,0,0.1); box-sizing:border-box; margin-bottom:40px; }


.small_total_list.banners{padding:0; border:none;}
.small_total_list.banners>a{margin-bottom:20px; display:block}
.small_total_list.banners>img{margin-bottom:20px}

.small_total_list.banners img{width:100%; height:auto; border: 1px solid rgba(0,0,0,0.1);}

.small_total_list>div:nth-child(1){color:#000;; font-size:20px; font-weight:normal}
.small_total_list>div:nth-child(2){color:#1b2e30; font-size:25px; font-weight:bold; margin-top:10px; text-align: center}

#to_basket2{text-align: center;width: 100%;display: block;margin-top: 10px;border-radius: 2px;padding: 5px 0;background-color: #535e32;color: #fff; border:1px solid #535e32; padding-top: 10px; min-height: 40px}
#to_basket2:hover{text-decoration:none;  color:#fff;font-weight: bold }


@media screen and (max-width: 1000px) {
.table_list{ float:none; width:100%;margin-bottom: 30px;  }
.small_total_list{width:100%;margin-bottom: 30px;}
}
@media screen and (max-width: 700px) {
.table_list > li{padding-left:0}
.table_list > li > a:nth-child(2) {width: 130px;height: auto; margin-left:10px}
.table_list > li > a:nth-child(2)>img{width: 100%;height: auto;}
.basket_item_wrapper{width: calc(100% - 170px); margin-right: -10px;}
}


@media screen and (max-width: 550px) {
.table_list > li > a:nth-child(2) {width: auto}
.table_list > li > a:nth-child(2)>img{max-width:80px;}
.basket_item_wrapper{width: calc(100% - 120px);}

.table_list {padding-left: 10px;}	
	
}

@media screen and (max-width: 500px) {
.basket_item_wrapper{ width:100%; float:none; margin-top:10px; padding-left:33px}
}


@media screen and (max-width: 750px) {

.order_table .img { margin-bottom:10px;}
.order_table>div.ord{float:none !important; text-align:center !important; margin-right:0 !important}
.order_table>div.ord>div {margin-bottom:10px;}
.order_table>div.ord:nth-child(3), .order_table>div.ord:nth-child(4), .order_table>div.ord:nth-child(5){margin-top:10px}

}

/*************BASKET / WISHLIST PAGE********************/




/***************   BASKET 2   *********************/
.basket2_left{vertical-align:top; float: left;width: calc(100% - 330px);
min-height: 400px;display: block;margin: 0 auto;position: relative;padding: 20px;border: 1px solid rgba(0,0,0,0.1);border-radius: 3px; margin-bottom: 10px;box-sizing: border-box;}

.basket2_right{background-color: #fff;color: #000;width: 300px;min-height: 100px;display: block;vertical-align: top;text-align: left;padding: 20px;float: right;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.1);border-radius: 3px; margin-bottom:40px;}

.basket2_right>div:nth-child(1){color:#000; text-align:left; font-size:20px; margin-bottom:10px}
.bsk2right{margin-bottom: 10px;}

.bsk_small_item{ font-size:14px; margin-bottom: 10px;}
.bsk_small_item>a{color:#000}
.bsk_small_item>div{color: #800;float: right;font-weight: bold;}
.bsk_small_item span{font-size:13px; color:#666}



.bsk_right_l1{ margin-top:40px; margin-bottom:5px; line-height: 15px;}
.bsk_right_l1 span{color:#800000; float:right; font-weight:bold;}

.bsk_right_fpa{ margin-top:5px; margin-bottom:5px; line-height: 15px;}
.bsk_right_fpa span{color:#800000; float:right; font-weight:bold;}

.bsk_right_fpa_msg{font-size: 13px;margin-top: -5px;color: #999;}

.bsk_right_pontoi{font-size: 14px;color: #222; font-weight: bold; margin-top: 30px}
.bsk_right_pontoi span{ float:right}
.bsk_right_pontoi a{display: block; text-align: left; font-weight: bold; color: #009846; border-bottom: 1px solid rgba(0,0,0,0.2); margin-top: 10px; margin-bottom: 5px}

.bsk_right_l2{ margin-top:0px; margin-bottom:5px; line-height: 15px;}
.bsk_right_l2 span{color:#800000; float:right; font-weight:bold;}

#right_span_0{display:none;}
#bsk_right_antikatavolh{display:none;}

.bsk_right_l3{ margin-top:40px; margin-bottom:5px;}
.bsk_right_l3.de{font-size: 14px}
.bsk_right_l3 span{color:#800000; float:right; font-weight:bold;}

#basket2_form{text-align:left}
#basket2_form div{margin-bottom: 5px;font-size: 12px;margin-top: 20px;}
#basket2_form div.title{font-size: 20px; text-align:left; display:inline-block; border-bottom:1px solid rgba(0,0,0,0.4); padding-bottom:5px; padding-right:20px; margin-top:0; margin-bottom:0 }

#basket2_form input{border: 1px solid #b8b8b8;height: 32px;padding: 10px;width: 100%; box-sizing: border-box;}

#basket2_form #copy_receipt{ width: 20px; height: 20px; margin-left: 10px; display: inline-block; vertical-align: -5px}
#basket2_form .copy_from{color: #000; font-weight: bold; font-size: 14px; }
/************************* CUSTOM RADIO BUTTON *******************************************/
	
	/* The container */
	.container {display: inline-block;position: relative;padding-left: 35px;cursor: pointer;font-size: 16px;padding-top:3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;margin-right:20px;min-height: 26px;margin-top: 5px;margin-bottom:5px;width:auto;box-sizing:border-box;}

	/* Hide the browser's default radio button */
	.container input {position: absolute;opacity: 0;cursor: pointer;	width:1px !important;}

	/* Create a custom radio button */
	.checkmark {position: absolute;top: 0;left: 0;border: 1px solid rgba(0,0,0,0.5);height: 25px;width: 25px;background-color: #eee;border-radius: 50%; }

	/* On mouse-over, add a grey background color */
	.container:hover input ~ .checkmark {background-color: #d2d2d2;}

	/* When the radio button is checked, add a blue background */
	.container input:checked ~ .checkmark {background-color: #000;}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.checkmark:after {content: "";position: absolute;display: none;}

	/* Show the indicator (dot/circle) when checked */
	.container input:checked ~ .checkmark:after {display: block;}

	/* Style the indicator (dot/circle) */
	.container .checkmark:after {top: 6px;left: 6px;width: 11px;height: 11px;border-radius: 50%;background: white;}


@media screen and (max-width: 600px) {
	.checkmark{top:10px}
}

/************************* CUSTOM RADIO BUTTON *******************************************/


#disprosites {color: #222;font-size: 15px;margin-top: 20px;}
#disprosites>label {font-weight: bold;color: #800000;margin-bottom: 10px;display: block;}


#receipt_wrapper,#invoice_wrapper, #payment_wrapper, #address_wrapper{ margin-bottom:20px !important}
#invoice_wrapper{display:none;}
#payment_wrapper>div.title{ margin-bottom:20px;}

#dorean_metaforika{color:#800;margin-top:-10px !important;font-size: 16px !important;font-weight: bold;margin-bottom:20px !important;}


.basket2_town{ width:calc(100% - 150px); float:left; margin-top:0 !important}
.basket2_ps{width:100px; float:right; margin-top:0 !important}


#payment_method_wrapper1, #payment_method_wrapper3{margin:0 !important}


.bsk3{text-align:center; color:#222; font-size: 30px;margin-bottom: 40px;}
.bsk4{color: #444;font-size: 16px;line-height: 30px; text-align:center}

#basket2_button{width:200px; background-color: #535e32; color: #fff;font-weight: bold; font-size: 18px; padding-top: 9px;}
#basket2_button:hover{font-size: 19px}

#basket_terms_wrapp{width:100%; text-align:left; height:auto; margin-bottom:20px !important;font-size:15px !important;}
#basket_terms_check{display: inline-block !important;vertical-align: -2px;height: 13px !important;padding: 0 !important;width: 20px !important;margin-left: 10px;  }
#basket_terms_wrapp>a{text-decoration:underline; color:#800000; }

#comments{margin-top: 20px;}

@media screen and (max-width: 800px) {
.basket2_right{float:none; width:100%; margin-bottom:20px}
.basket2_left{float:none; width:100%;}
}
/********************** BASKET 2 *****************************************************/


/********************************** ORDERS PAGE *********************************/
.orderslist_left{vertical-align:top; float: left;width: calc(100% - 330px);
min-height: 400px;display: block;margin: 0 auto;position: relative;padding: 20px;border: 1px solid rgba(0,0,0,0.1);border-radius: 3px; margin-bottom: 100px;box-sizing: border-box; text-align:left}

.order_list{width:100%; min-height:40px; border-bottom:1px solid rgba(0,0,0,0.4); margin-bottom:20px; display:block; padding-bottom:20px; }
.order_list div.one{font-size:15px; line-height:20px}
.order_list div.one>span{font-weight:bold;}

a.orderbutton{display:inline-block; width:auto; background-color:#000; padding:5px 10px; font-size:14px; text-align:center; color:#fff; margin-top:10px}
a.orderbutton:hover{text-decoration:none; background-color:#000; color:#fff;}

.order_details{ margin-top:20px; display:none;}
.order_details>div.two{font-size:15px; line-height:20px}
.order_details>div.two>span{font-weight:bold;}
.order_details>div.two.pr1{margin-top:10px; margin-bottom:25px; }
.order_details>div.two.pr1>span{padding-right:20px; padding-bottom:3px; border-bottom:1px solid rgba(0,0,0,0.3);margin-bottom: 10px;display: inline-block;}

.order_table{display:block; margin-bottom:5px; margin-top:10px; }
.order_table .img{max-height:80px; width:auto; }

.order_table>div.ord{font-size: 14px;}
.order_table>div.ord>a{display:block; font-weight:bold; color:#222}
.order_table>div.ord:nth-child(1){margin-right:10px; text-align:center; float:left}
.order_table>div.ord:nth-child(2){margin-right:70px; text-align:left; float:left; min-width: 160px}
.order_table>div.ord:nth-child(3){margin-right:70px; text-align:center; float:left}
.order_table>div.ord:nth-child(4){margin-right:0px; text-align:center; float:left}
.order_table>div.ord:nth-child(5){margin-right:0px; text-align:center; float:right}

.order_table>div.ord>span{font-size:13px; color:#999}
.order_table>div.ord>span.b{ color:#000;}

div.order_title{ margin-top:10px; margin-bottom:10px; font-size:15px; font-weight:bold}


.order_table>div.ord>div{font-weight:bold; margin-bottom:10px; }


@media screen and (max-width: 1000px) {
.orderslist_left{float:none; width:100%;}
}

@media screen and (max-width: 750px) {

.order_table .img { margin-bottom:10px;}
.order_table>div.ord{float:none !important; text-align:center !important; margin-right:0 !important}
.order_table>div.ord>div {margin-bottom:10px;}
.order_table>div.ord:nth-child(3), .order_table>div.ord:nth-child(4), .order_table>div.ord:nth-child(5){margin-top:10px}

}

/********************************** ORDERS PAGE *********************************/

/************************************ INFO PAGES ***************************************/
#info_label{margin-bottom: 20px;font-weight: bold;border-bottom: 1px solid rgba(0,0,0,0.4);padding-bottom: 5px;font-size: 18px; width:100%;}
#info_list{list-style:none; padding-bottom:20px}
#info_list>li{margin-bottom: 10px;border: 1px solid rgba(0, 0, 0, 0.4);
}
#info_list>li>a{font-size: 16px;padding: 20px 10px;font-weight: bold; color: #222; display: block}
#info_list>li>a:hover{color:#fff; font-weight: bold;background-color: #535e32;}




h1.varpages{font-size: 20px;font-weight: bold; margin-bottom:30px; text-align:left}

#left_part{ width:280px; float:left; min-height:100px; margin-bottom: 30px; text-align:left; position: relative; }
#right_part.varpages {width: calc(100% - 320px);float: right;}





@media screen and (max-width: 1000px) {
	#left_part {position: relative !important;top: 0 !important;width: 100%;min-height: inherit;}
	#right_part{width: 100% !important; float: none }
}


/************************************ INFO PAGES ***************************************/



/***********************    CONTACT PAGE *****************************/
#contact_left{ width:calc(100% - 330px); min-height:200px; display:block; list-style:none; margin:0; margin:0 auto; position:relative; padding:20px; float:left;
 margin-bottom: 100px;}

h1.contact {font-family: 'Roboto Condensed';font-size: 40px;font-weight: normal;margin-bottom: 30px;margin-top: -15px;text-align: left;}

@media screen and (max-width: 1000px) {
	#contact_left{ width:100%; float: none;}
}

/*************CONTACT******************/







