/*********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}

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


.margin20{margin-top:20px !important; margin-bottom:20px !important;}
.marginbottom30{margin-bottom:30px;}
.marginbottom50{margin-bottom:50px !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;}
/*********GENERAL**********************/



/**********************HEADER*********************/
/*#header_menu_wrapper.default{ min-height:100px; position:relative}*/
#header_top{ width:100%; min-height: 40px; background-color: #689f38 ; text-align: center; color: #fff; font-family: 'Roboto Condensed'; font-size: 16px; padding-top: 10px;}
#header_top>#header_top_inner{max-width: 1200px; height: auto; margin: 0 auto; position: relative; }
#header_top>#header_top_inner>#phone_top_left{position: absolute; top: 0; left: 10px}
#phone_top_left>span {font-size: 10px;vertical-align: 3px;}
#phone_top_left>a{color: #fff;}
#phone_top_left>a:hover{text-decoration: underline}
#phone_top_left>img{width: 25px;margin-top: -3px;}

#header_top>#header_top_inner>#mail_top_right{position: absolute;top:0; right: 10px}
#mail_top_right>a{color: #fff;}
#mail_top_right>a:hover{text-decoration: underline}
#mail_top_right>a>span{margin-left: 20px; vertical-align: 1px; transform: scale(1.4)}
/***************************/
#header_top_logo{min-height: 100px; width: 100%; text-align: center; margin:20px auto; position:  relative; max-width: 1200px; }
#header_top_logo>a{display: block;margin: 0 auto;width: 120px;height: 142px; float: left; margin-left: 10px}
#header_top_logo>a>img{width: 100%; height: auto}

#search_top{max-width: 500px; 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: 50px; cursor: pointer; display: inline-block;width: 100%; margin-left: -130px}
#search_top>span{float: right; margin-right: 10px; margin-top: -2px}
#search_top_small{ display: none !important}
    
@media screen and (max-width: 950px) {
	#search_top{max-width: 300px;}
}
@media screen and (max-width: 800px) {
	#search_top{display: none;}
	#search_top_small{display:inline-block !important;}
	
	#header_top_logo>a{float: none;margin: 0 auto;}
	#login_top{position: relative !important;left: 0;right: 0 !important;bottom: 0; top:0 !important ; margin: 0 auto;margin-top: 20px;}
	#breadcrumb{margin-top: -10px !important}
}


#login_top{width: 210px; height: 35px;  position: absolute; right:10px; top:60px; text-align: right;}
#login_top>a{color: #000; display: inline-block; margin-left: 10px; margin-right: 10px}
#login_top>a>span{transform: scale(1.2)}

#basket_top,#wishlist_top{position: relative}
#basket_top_counter{ width: 20px; height: 20px; border-radius: 100%; background-color:#689f38; color: #fff; text-align: center; position: absolute; left: 10px; top:10px; font-size: 12px; padding-top: 3px }
#wishlist_top_counter{ width: 20px; height: 20px; border-radius: 100%; background-color:#689f38; color: #fff; text-align: center; position: absolute; left: 10px; top:10px; font-size: 12px; padding-top: 3px }
/*********/
#lang_top{position: relative; display: inline-block; margin-left: 10px;cursor: pointer;}
#lang_top>span{transform: scale(1.2);}

#lang_top_box{position: absolute; top:25px; right: 0px; width: 97px; 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;    border: 1px solid #999;}

#lang_top_box_inner{ margin: 5px}

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





#header_menu{list-style:none;  padding:0; margin:0 auto; 
height:40px; margin-bottom: 0px; background-color:#2e2e2e; z-index:1000; padding-top: 3px; width: 100%; max-width: 1200px; text-align: left; position:relative; }


#header_menu>li{display:inline-block; width:auto; height:40px; padding:0;}
#header_menu>li:nth-child(1){margin-left: -5px}

#header_menu>li>a{ display:block;  color:#fff; padding:0; height:33px; padding-top:8px; padding-left:25px; padding-right:25px;
font-family: 'Roboto Condensed';font-size: 14px; font-weight:bold }
#header_menu>li>a>span{margin-left: 5px; vertical-align: 1px}


#header_menu>li>a:hover{color:#689f38 }

ul.submenu_top{margin:0; padding:0; background-color:#fff; list-style:none;  position:absolute; left:20px; top:35px; width:220px;  
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: 10px; display: none}


#header_menu_wrapper{ width: 100%; background-color: #2e2e2e; position: relative; z-index: 1000}
#header_menu_wrapper.fixed{ position:fixed; top:0px}




ul.submenu_top.big{width: 100%; min-height: 50px; left: -15px; padding: 20px;}
ul.submenu_top.big>li.submenu_title{display: inline-block;  margin: 10px; padding-right: 30px; vertical-align: top; margin-left: 5px;margin-bottom: 30px}
ul.submenu_top.big>li.submenu_title>a.title1{color: #222; display: block;border-bottom: 1px solid rgba(0,0,0,0.2); padding: 0; padding-bottom: 5px; padding-right: 27px; font-weight: bold; font-size: 15px; font-family: 'Roboto Condensed'; margin-bottom: 10px; max-width: 200px;}
ul.submenu_top.big>li.submenu_title>a.title1:hover{background-color: inherit; color: #689f38}

ul.submenu_top.big > li:nth-child(5){ padding-right: 0; margin-right: 0}


span#up{display: none; color: #689f38}
#header_menu>li>a.on{color: #689f38}

ul.submenu_top.big>li.submenu_title>a.title2{ margin-left: -13px; max-width: 200px; line-height: 20px}




ul.submenu_top.brands{width: 100%; max-width: 900px; min-height: 50px; left: 140px; padding: 20px;}
ul.submenu_top.brands>li{display: inline-block; padding: 0; margin: 10px;}
ul.submenu_top.brands>li:nth-child(5n+5){margin-right: 0px}
ul.submenu_top.brands>li>a{ display: block; width: 150px; min-height: 40px; border: 1px solid rgba(0,0,0,0.4); text-align: center; vertical-align: top}
ul.submenu_top.brands>li>a>img{width: 110px; height: auto;}
ul.submenu_top.brands>li>a:hover{background-color:inherit; box-shadow: 0px 0px 7px rgba(0,0,0,0.3); color: inherit}

#header_menu>li.info{position: relative}
ul.submenu_top.info{width: 220px;}



@media screen and (max-width: 1200px) {
	ul.submenu_top.big{ max-width: 870px}
	ul.submenu_top.big > li:nth-child(4){ padding-right: 0; margin-right: 0}
	ul.submenu_top.big > li:nth-child(5){ padding-right: 40px; margin-right: 10px}

	ul.submenu_top.brands{max-width: 730px}
	ul.submenu_top.brands>li:nth-child(5n+5){margin-right: 10px}
	ul.submenu_top.brands>li:nth-child(4n+4){margin-right: 0px}
}

@media screen and (max-width: 900px) {
	ul.submenu_top.big{ max-width: 630px}
	ul.submenu_top.big > li:nth-child(3){ padding-right: 0; margin-right: 0}
	ul.submenu_top.big > li:nth-child(4){ padding-right: 40px; margin-right: 10px}

	ul.submenu_top.brands{max-width: 560px}
	ul.submenu_top.brands>li:nth-child(3n+3){margin-right: 0px}
	ul.submenu_top.brands>li:nth-child(4n+4){margin-right: 10px}

}


ul.submenu_top>li{margin-bottom: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:#689f38; color:#fff}

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


.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}


@media screen and (max-width: 600px) {
	#header_top_logo>a{width:100px; height: auto}
	#login_top{position: relative;top: 0;left: 0;right: 0;margin: 0 auto; text-align: center;margin-top: 10px;}
	#menu_mobile_button{margin-top: 25px}
}

@media screen and (max-width: 900px) {
	#header_top>#header_top_inner{font-size: 15px}
}



@media screen and (max-width: 800px) {
	#header_top>#header_top_inner>#phone_top_left{position: relative; padding: 10px; left: 0; right: 0}
	#header_top>#header_top_inner>#mail_top_right{position: relative; padding: 10px; left: 0; right: 0; margin-top: -10px}
	#header_top>#header_top_inner{font-size: 16px}
}

@media screen and (max-width: 450px) {
	#header_top_inner{font-size: 14px}
}






/*.vid{width:100% !important; height:530px !important}*/
/**********************HEADER*********************/


/************* 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:150px; height:177px;position: absolute;top: 50%;left: 50%;margin-left: -75px;margin-top: -130px;
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: #689f38; margin: 0 auto; margin-top: 200px; border: 1px solid #689f38; padding: 30px 10px; text-align: center }
#loader_gdpr_box p{text-align: center; color: #fff; font-size: 25px}
#loader_gdpr_box p:nth-child(2){font-size: 16px; margin-top: 40px; margin-bottom: 40px}
.loader_gdpr button{width: 120px; height: 50px; display: inline-block; cursor: pointer}
#ageok {margin-right: 10px;}
#agenotok {margin-left: 10px;}
#loader_age{padding: 0 10px}
/************* LOADER **********************/





/**********************INDEX - GENERAL ***************************************/
.main_wrapper{ margin:0 auto; width:100%; height:auto;  min-height:100px;}
.main_wrapper_inner{max-width:1220px; 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;}

.line50{width:50px; border-top:1px solid #bbb; height:3px; margin-bottom:60px; margin-top:20px}
.line50.center{margin:0 auto;margin-bottom:30px; margin-top:5px}
.line{width:200px; border-top:1px solid #bbb; height:3px; margin-bottom:30px; margin-top:10px}
.line100{width:100px; border-top:1px solid #bbb; height:3px; margin-bottom:30px; margin-top:10px}


#index_part2{width: 100%; padding: 50px; min-height: 100px; background-color: #F5F5F5; text-align: center; margin-bottom: 50px}
#index_part2 h1{font-family: 'Roboto Condensed';font-size: 22px;font-weight: 400; margin-bottom: 40px; text-align: center}
#index_part2 .pdb0{padding-bottom: 0 !important}


p{text-align:justify; color:#222; font-size:15px; line-height:25px; }

#breadcrumb{font-size:14px;  color:#111; text-align:center; 
background-color:#fff; width:100%; min-height:50px; font-family: 'Roboto Condensed'; font-weight:normal; margin-top:20px; }
#breadcrumb>div:nth-child(1){ max-width:1220px; margin:0 auto;  padding:20px 10px; font-size:14px; text-align:center}
#breadcrumb a{color:#111;  }
#breadcrumb a.selected, #breadcrumb a:hover{color:#689f38;}
/**********************INDEX - GENERAL ***************************************/


/**************************NEWSLETTER INDEX*******************************************/
#newsletter_index{ border-top:1px solid #333; border-bottom:1px solid #333; width:100%; height:auto; min-height:50px; margin:20px auto; padding:20px 0; padding-bottom:2px; max-width: 1220px; text-align: left; margin-top: 100px; margin-bottom: 50px}
#nl_title{ float:left;   font-size:30px; color:#000; vertical-align:top; font-family: 'Roboto Condensed', sans-serif; width:200px; }
#nl_text{ float:left; width:400px; color:#666; font-size: 15px; margin-left: 50px; }
#nl_text2{font-size: 13px;margin-top: 10px;color: #000;font-weight: bold;margin-bottom: 14px; }
#nl_text2>a{text-decoration:underline; color: #000}
#nl_check{ vertical-align:-2px; margin-left:10px;}

#nl_text2.red{color:red;}
#nl_text2.red>a{color:red}

#nl_form{margin:0; padding:0; width:calc(100% - 700px); display:block; position:relative; min-height:60px;  float:right; height:auto; }
#nl_input{height:35px; border:1px solid #ccc; padding-left:15px; width:100%; position:absolute; top:0; left:0;
color: #777;
font-style: normal;box-sizing: border-box;
font-family: 'Roboto Condensed', sans-serif;}
#nl_button{width:35px; height:33px; background-color:#000; position:absolute; top:1px;  right:1px; color:#fff; cursor:pointer; border:none; border-left:1px solid #000;
font-weight:bold; 
}
#nl_button:hover{background-color:#fff; color:#000; border-left:1px solid #ccc;}
.nl_message{color:#F00;width: 100%;position: absolute;top: 38px;font-size: 13px; display:none; }

@media screen and (max-width: 1000px) {
	#nl_form{width:100%; float: none; margin-top: 80px;}
}
@media screen and (max-width: 700px) {
	#nl_title{float: none;}
	#nl_text{float: none; width: 100%; margin-left: 0; margin-top: 20px}
	#nl_form{margin-top: 20px;}

}

/**************************NEWSLETTER INDEX*******************************************/



/*******************************************LIST PRODUCTS PAGE ***************************************/
#category_top_banner{width: 100%; min-height: 50px; background-color: #f5f5f5; padding: 50px; padding-bottom: 20px; margin-bottom: 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{line-height:35px; text-align:left; margin-bottom:20px; font-weight:normal  }
h1.list_products.alone{float: left; margin-top: -2px}

	/*************** LEFT / RIGHT PART *****************************/
	#left_part{ width:280px; float:left; min-height:100px; margin-bottom: 30px; text-align:left; position: relative}
#left_part.fixed{position: fixed; top:60px}

	#right_part{width:calc(100% - 310px); float:right; min-height:900px;  }

	#right_part.full{width:100%; min-height:500px;}
	/*************** LEFT / RIGHT PART *****************************/


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


.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.2)}
.list_products img{width:100%; height:auto;}
/*.list_products>li:hover{box-shadow: 1px 1px 11px #DDD;}*/



.list_products.index>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; border:1px solid rgba(0,0,0,0.2)}





.list_products>li:hover a.button2{ background-color:#689f38; 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(1){margin-bottom:5px; display:block; }
.list_products>li>a:nth-child(2){ display:block; text-align:center; font-size: 15px; min-height:60px; color:#333; font-weight:bold; padding: 0 5px;}


.list_products div.pr_code{ color:#9a9a9a; font-size:14px; text-align:center; min-height:40px; }
.list_products div.brand{ color:#222; font-size:15px; text-align:center; min-height:20px; }
.list_products div.pr_price{ color:#000; font-size:15px; text-align:center; min-height:25px; font-weight: normal;font-family: 'Roboto Condensed';}

.list_products div.pr_price>span{ text-decoration:line-through; color:#9a9a9a; font-weight:normal; font-size:15px; margin-right:10px}


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'; margin:0 auto; background-color:#fff; color:#000; margin-top:5px;
border: 1px solid #689f38; 
}

#pages{ display:none}

		/****************** FILTERS **********************/
		
		#categories_left_toggle{background-color: #e5e5e5;width: 100%;padding: 10px;color: #222;font-weight: bold;font-family: 'Roboto Condensed'; cursor: pointer; display: none;}

		div.filter_big_title{font-family: 'Roboto Condensed';font-size: 23px;color: #222;padding: 10px; }
		#all_filters_wrapper{ }

ul.filter_list{list-style:none;padding-top: 13px; overflow: hidden;height: auto; margin-bottom: 20px; }

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:#689f38; text-decoration: none;}


ul.filter_list.level0 li>span{margin-right: 10px; }
ul.filter_list.level1{margin-left: 20px}


ul.filter_list li>span{margin-left: 7px;font-size: 14px;color: #666;vertical-align:1px;}
ul.filter_list li>span.num {color:#000;}

.filter_wrapper{display:block;}
.filter_wrapper input[type=checkbox]{ vertical-align: -3px; margin-left: 20px; }
		/****************** FILTERS **********************/




.banner_left, .banner_right {width: 100%; margin-bottom: 20px; height: auto; border-radius: 3px; overflow: hidden; border: 1px solid rgba(0,0,0,0.05);}
.banner_left>img, .banner_right>img{width: 100%; height: auto;}
.banner_right{display: none;}


@media screen and (max-width: 1000px) {
#left_part{width:100%; min-height: inherit}
#right_part{width:100%; margin-bottom:20px}
.banner_left{display:none;}

#all_filters_wrapper{display: none}
#categories_left_toggle{display: block}
	#left_part{position: relative !important; top:0 !important}
	#left_part.varpages{width: 100% !important;}
}

@media screen and (min-width: 1001px) {
#all_filters_wrapper{display: block !important}
#categories_left_toggle{display: none !important}
}

@media screen and (max-width: 1100px) {
.list_products>li{width:calc(100% * 1/2 - 20px);}
.list_products.index>li{width:calc(100% * 1/3 - 20px);}
}

@media screen and (max-width: 850px) {
.list_products.index>li{width:calc(100% * 1/2 - 20px);}
}


@media screen and (max-width: 550px) {
.list_products>li{width:calc(100% - 20px);}
.list_products.index>li{width:calc(100% - 20px);}
.banner_right{display:block;}
}



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



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

	/**********PRODUCT INTEREST FORM *********************************/
	#black_body{position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.7); z-index:5000; display:none;}
	#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; font-weight: normal}
	form .line{margin-bottom:20px; margin-top:10px;}
	form a.button{width: 130px;height: 40px;background-color: #689f38;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_left{ width:600px;  min-height:500px; float:left; position: relative}
#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: #689f38;color: #fff;}


.details_wrapper {max-width: 1260px; padding: 10px; margin: 0 auto;margin-bottom: 100px;min-height: 300px;}


#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; border:2px solid #f5f5f5; width:95px; height:95px;}
#thumbs_list>li>a>img{width:100%; height:auto;  }


#details_right h1{font-size: 35px;font-weight:300;}
#details_right .pr_code{margin-top: 10px;font-size: 14px; margin-bottom:0px; color:#999; font-weight:400}
#details_right .brand_name{color: #666;font-size: 20px;font-weight: 400;font-family: 'Roboto Condensed';margin-top: 10px;}

#details_right .stock{width: auto;text-align: left;font-size: 14px;display: block; font-weight:bold; color:#157200;  margin-bottom: 10px; }
#details_right .stock>span.out{ color:#ac2424;}

#details_right .new, #details_right .sales, #details_right .discount{width: auto;height: 30px;background-color: #000;color: #fff;text-align: center;font-size: 14px;margin-top: 10px;display: inline-block;padding: 7px 10px; margin-left:2px;}
#details_right .discount{ background-color:#ac2424;}
#details_right .price{width:100%; height:30px; font-size:27px; font-weight:bold; color:#222;  font-family: 'Roboto Condensed'; margin-bottom: 20px;}
#details_right .price span{color:#999; font-size:19px; text-decoration:line-through; margin-left: 10px;
vertical-align: 3px;}
#details_right .details{color: #222;font-size: 15px;line-height: 22px; margin-top: 10px; margin-bottom:10px; min-height: 40px;}
#details_right .details>p{margin-bottom:15px}

#details_right ul{list-style-position: inside}

#details_right .select_size_text{float:left; font-size:14px;}
#details_right .select_size_link{float:right; font-size:14px;}

#details_right .select_title{color:#666; font-size: 14px;margin-top: 20px}


.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{background-color: #ac2424; color:#fff; text-decoration:none;}

.button1.basket:hover{background-color:#fff; color:#000; border:1px solid #000}
.button1.basket{width:100%; margin-bottom:10px; background-color:#689f38;border:1px solid #689f38}


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

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

.notavailable{margin-bottom: 10px;padding: 10px 0;font-weight: bold;color: #666;font-size: 20px;}

	/***************** BUTTONS - PRODUCT DETAILS ********************************************/

	.button_wrapper{margin-top:5px;}

@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: 40px;}
}

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

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


/******************************** LOGIN / REGISTER PAGE *********************************/
#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:#e10808}

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


	/********************************* LOGED IN ******************************/
	#dropdown_wrapper{position:relative; width: 20px;    text-align: center;display: inline-block;;margin-right: 10px;margin-left: 10px; font-size:13px}
	#dropdown_wrapper span{transform: scale(1.2); color: #689f38; 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:-80px; box-shadow: 0 6px 12px rgba(0,0,0,.175); display:none; z-index: 50000;}

	#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 ******************************/
@media screen and (max-width: 950px) {
#login_box, #register_box, #passreminder_box, #guest_box{ float:none; width:100%}
}
/******************************** LOGIN / REGISTER PAGE *********************************/



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

.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}
.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 *********************************/


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


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


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

.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:70px; color:#333; font-weight:bold; padding: 0 10px}
.relative_products>a:nth-child(3){position:absolute; left:10px; top:10px; display:none;}


.relative_products:hover a.button2, #index_part2 a.button2:hover { background-color:#157200; 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>a:nth-child(3)>i{font-size:23px; color:#666}

.relative_products div.brand{ color:#222; font-size:15px; text-align:center; min-height:20px; }
.relative_products div.pr_code{ color:#9a9a9a; font-size:14px; text-align:center; min-height:40px; }
.relative_products div.pr_price{ color:#000; font-size:15px; text-align:center; min-height:25px; font-weight: normal;font-family: 'Roboto Condensed';}
.relative_products div.pr_price>span{ text-decoration:line-through; color:#9a9a9a; font-weight:normal; font-size:15px; margin-right:10px}

.relative_products div.new, .relative_products div.sales{ position:absolute; right:10px; top:10px; width:50px; height:25px; color:#fff; background-color:#000;font-weight: bold;font-size: 14px;text-align: center;padding-top: 5px;font-family: 'Roboto Condensed';}
.relative_products div.discount{position:absolute; right:10px; top:10px; width:75px; height:40px; color:#fff; background-color:#e10808;font-weight: bold;font-size: 14px;text-align: center;padding-top: 5px;font-family: 'Roboto Condensed';}


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


/************************************ INFO PAGES ***************************************/
#info_label{margin-bottom: 20px;font-weight: bold;border-bottom: 1px solid rgba(0,0,0,0.4);padding-bottom: 5px;width:100%;font-family: 'Roboto Condensed';font-size: 23px;color: #222; margin-top: 10px; font-weight: normal}


#info_list{list-style:none; border-bottom:1px solid rgba(0,0,0,0.4); padding-bottom:20px; }
#info_list>li{margin-bottom:5px;

min-height: 20px;
    height: auto;
    cursor: pointer;
    display: table;

}
#info_list>li>a{color:#444; font-size:14px;}

h1.varpages{font-size: 30px;font-weight: normal; margin-bottom:30px; text-align:left; margin-top: -2px;}

#left_part.varpages{width: 200px}
/************************************ INFO PAGES ***************************************/


/*************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.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:left; 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; float:left; font-size:20px; font-weight:normal}
.small_total_list>div:nth-child(2){color:#689f38; float:right; font-size:25px; font-weight:bold; margin-top:-5px}

#to_basket2{text-align: center;width: 100%;display: block;margin-top: 10px;border-radius: 2px;padding: 5px 0;background-color: #e7e7e7;color: #111; border:1px solid #ccc}
#to_basket2:hover{text-decoration:none; background-color:#000; color:#fff; border:1px solid #000 }


@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_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 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;}


/************************* 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:block;}
#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;}
#basket2_button:hover{background-color: #689f38; color: #fff}

#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 *****************************************************/


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

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

.footer_box{width: calc(100% * 1/5 - 30px);float: left;min-height: 100px;
margin-bottom: 10px;margin-left: 15px; box-sizing: border-box; text-align:left; line-height: 25px; margin-top: 10px;}
.footer_box>label{    font-size: 23px;color: #4c4b4b;margin-bottom: 10px;margin-bottom: 40px;display: block;font-family:'Roboto Condensed'}

.footer_box>div{color:#999; margin-bottom: 5px; font-size:14px;font-weight: normal;}
.footer_box a{display:block; color:#222;  }
.footer_box a:hover{  color:#157200}

#footer p{margin-top: 30px;max-width: 300px; color:#222; text-align: left}

.phone_footer{display: inline-block !important;}

.fb_footer{display: inline-block !important;border-radius: 30px;padding: 10px 12px;margin-left: 0px;margin-top: 10px;border: 1px solid rgba(0,0,0,0.5);text-align: center; margin-right: 5px;}
.fb_footer:hover{background-color: #689f38; color: #fff !important; border: 1px solid #689f38}
.fb_footer>span{transform: scale(1.2)}



#footer_last{ text-align:center; font-size:13px; margin:0 auto; width:auto; padding-top:4px; background-color:#222; border-top:1px solid #666; min-height:35px }
#footer_last p{ margin:0 auto; text-align:center; color:#fff; font-size:13px;}

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


@media screen and (max-width: 950px) {
.footer_box {width: calc(100% * 1/2 - 30px); margin-bottom:40px }
.footer_box:nth-child(1), .footer_box:nth-child(3){margin-left: 20px;margin-right: 20px;}
}
@media screen and (max-width: 600px) {
.footer_box {width: calc(100% - 30px); float:none; margin:0 auto !important; margin-bottom:40px !important}

	.footer_box:nth-child(1){display: none;}
	.footer_box:nth-child(2){display: none;}
	.footer_box:nth-child(3){display: none;}
	.footer_box:nth-child(4){display: none;}
	
	.footer_box:nth-child(5){width: 100%; text-align: center}
	#footer p {max-width: 100%; text-align: center}
}

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


#search_empty{text-align:left; margin-left:10px;}


























/***********************    CONTACT PAGE *****************************/
#contact_map{width: 100%; min-height: 400px; border:none; margin-bottom: 60px; border: 1px solid rgba(0,0,0,0.1); position:relative; z-index:100}
/*************CONTACT******************/




















/************************** MOBILE BUTTON *********************************/
#menu_mobile_button{position:absolute; right: 10px; top:10px; z-index:50000; 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  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:130px; height:auto; margin:0 auto; margin-top: 20px; 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.langs{margin-top:30px}
#mobile_menu>ul>li.langs>a{display:inline-block;font-size: 15px;padding: 5px;vertical-align: -2px; border:1px solid #fff;}
#mobile_menu>ul>li.langs>a.selected{color: #cda54b;}
#mobile_menu>ul>li.langs>a:hover{border:1px solid #222;}
*/



#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:#689f38; color:#fff}


#mobile_menu>ul>li>a.prtitle.on{background-color: #689f38;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-top:10px; width:auto; display:table; padding:10px; line-height:15px;  }
.mobile_submenu a:hover{ background-color:#444; color:#fff; text-decoration:none }


ul.mobile_submenu .line{margin:0 auto}






/************************ KATALOGOS ***********************************/
.catalogue_link{display: inline-block; width:calc(100% * 1/3 - 40px); height: auto;  margin-left: 10px; margin-right: 10px; margin-bottom: 20px}
.catalogue_link>img{ width: 100%; height: auto; border: 1px solid rgba(0, 0, 0, 0.2);}
.catalogue_link>div{color: #333;font-weight: bold;font-size: 15px;margin: 10px auto;text-align: center;}

.catalogue_link:hover img{box-shadow: 1px 1px 11px #DDD;}

@media screen and (max-width: 1000px) {
.catalogue_link{width:calc(100% * 1/2 - 40px);}	
}

@media screen and (max-width: 600px) {
.catalogue_link{width:calc(100% - 20px);}	
}



/************************ KATALOGOS ***********************************/


/*************************  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:#689f38}

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




#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-left:10px;}

p{margin-bottom:10px}











/********FADE IN FROM TOP**********/
.fromTop{
animation: fromTopAnimation 0.300s 1 ease-in-out forwards;
-webkit-animation: fromTopAnimation 0.300s 1 ease-in-out forwards;
-moz-animation: fromTopAnimation 0.300s 1 ease-in-out forwards;
-o-animation: fromTopAnimation 0.300s 1 ease-in-out forwards;
-ms-animation: fromTopAnimation 0.300s 1 ease-in-out forwards;
}



@keyframes fromTopAnimation {from {transform:translate3d(0,-50px,0); opacity:0 } to { transform:translate3d(0,0,0); opacity:1}}
@-webkit-keyframes fromTopAnimation {from { -webkit-transform: translate3d(0,-50px,0); opacity:0 } to { -webkit-transform: translate3d(0,0,0); opacity:1}}
@-moz-keyframes fromTopAnimation {from { -moz-transform:translate3d(0,-50px,0);opacity:0} to { -moz-transform:translate3d(0,0,0); opacity:1 }}
@-o-keyframes fromTopAnimation {from { -o-transform: translate3d(0,-50px,0); opacity:0} to { -o-transform: translate3d(0,0,0); opacity:1}}
@-ms-keyframes fromTopAnimation {from { -ms-transform: translate3d(0,-50px,0); opacity:0} to { -ms-transform: translate3d(0,0,0); opacity:1}}

/************FROM ZERO - TO ZERO******************/
.fromZero{
animation: fromZeroAnimation 0.400s 1 ease-in-out forwards;
-webkit-animation: fromZeroAnimation 0.400s 1 ease-in-out forwards;
-moz-animation: fromZeroAnimation 0.400s 1 ease-in-out forwards;
-o-animation: fromZeroAnimation 0.400s 1 ease-in-out forwards;
-ms-animation: fromZeroAnimation 0.400s 1 ease-in-out forwards;
}
@keyframes fromZeroAnimation {from {transform: scale(0.5);} to { transform: scale(1); opacity:1;}}
@-webkit-keyframes fromZeroAnimation {from {-webkit-transform:scale(0.5)} to {-webkit-transform:scale(1); opacity:1}}
@-moz-keyframes fromZeroAnimation {from {-moz-transform: scale(0.5)} to { -moz-transform: scale(1); opacity:1;}}
@-o-keyframes fromZeroAnimation {from {-o-transform: scale(0.5)} to { -o-transform: scale(1); opacity:1}}
@-ms-keyframes fromZeroAnimation {from{-ms-transform:scale(0.5)} to{-ms-transform:scale(1); opacity:1;}}

.toZero{
animation: toZeroAnimation 0.400s 1 ease-in-out forwards;
-webkit-animation: toZeroAnimation 0.400s 1 ease-in-out forwards;
-moz-animation: toZeroAnimation 0.400s 1 ease-in-out forwards;
-o-animation: toZeroAnimation 0.400s 1 ease-in-out forwards;
-ms-animation: toZeroAnimation 0.400s 1 ease-in-out forwards;
}
@keyframes toZeroAnimation {from {transform: scale(1);} to { transform: scale(0); opacity:0;}}
@-webkit-keyframes toZeroAnimation {from {-webkit-transform:scale(1)} to {-webkit-transform:scale(0); opacity:0}}
@-moz-keyframes toZeroAnimation {from {-moz-transform: scale(1)} to { -moz-transform: scale(0); opacity:0;}}
@-o-keyframes toZeroAnimation {from {-o-transform: scale(1)} to { -o-transform: scale(0); opacity:0}}
@-ms-keyframes toZeroAnimation {from{-ms-transform:scale(1)} to{-ms-transform:scale(0); opacity:0;}}

/************FROM ZERO - TO ZERO******************/





.blog_list_item{min-height: 420px; width:calc(100% * 1/3 - 35px); vertical-align: top; margin-left: 15px; margin-right: 15px; margin-bottom: 40px;
box-shadow: 0 0 13px rgb(0 0 0 / 40%); display: inline-block}

.blog_list_item>img{width: 100%; height: auto; border-bottom: 1px solid rgba(0,0,0,0.1)}
.blog_list_item>h2{font-size: 17px;  margin-top: 15px; font-weight: bold; padding-left: 10px; padding-right: 10px;color: #000;font-family: 'Roboto Condensed';text-align: center; min-height: 50px}

.blog_list_item>div.date{color:#689f38; font-size: 15px; padding-left: 10px; margin-bottom: 10px; text-align: center; font-weight: bold; margin-top: 5px}
.blog_list_item p{ margin-left: 10px; font-size: 14px; margin-right: 10px; line-height: 22px}
.blog_list_item .more{text-align: center;padding: 10px; width: 150px; margin: 10px auto; margin-bottom: 30px; font-size: 15px;
background-color:#fff; border: 1px solid #689f38; color: #000; 
}
.blog_list_item:hover .more{background-color:#689f38; color: #fff}


@media screen and (max-width: 1150px) {
.blog_list_item{width:calc(100% * 1/2 - 35px); min-height: 200px }
.blog_list_item .more{ margin-bottom: 20px}	
}
@media screen and (max-width: 700px) {
.blog_list_item{width:calc(100% - 35px); }
}
/************************************/
#weballey_cms_relative{display: none;}
h1.blog{line-height: 35px;text-align: left;margin-bottom: 10px;font-weight: normal;}
.blog_details_image{width: 100%; height: auto; margin:40px auto; margin-top: 0}

#blog_wrapper.details>div.date{text-align: left;font-size: 17px;color: #666; margin-bottom: 40px}
