/*********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}
ul{list-style: none;}

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

.padding10{padding: 10px !important}

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



/************* 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:350px; height:46px;position: absolute;top: 50%;left: 50%;margin-left: -175px;margin-top: -23px;
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 **********************/



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

#header_top_line>#header_top_line_inner a{color:#fff}
#header_top_line>#header_top_line_inner a:hover{text-decoration: underline}

#header_top_line>#header_top_line_inner>div:nth-child(1){float: left ; font-size: 15px}
#header_top_line>#header_top_line_inner>div:nth-child(2){font-size: 15px; float: right}

#header_top_middle{min-height: 100px; width: 100%; text-align: center; margin:20px auto; position:  relative; max-width: 1300px;  padding: 10px; padding-top: 25px  }
#header_top_logo{display: block; width: 300px; float: left}

#search_top{float: none !important; display: inline-block; width: 500px; margin-left: -100px}
#input_search_top{ padding: 10px; color: #999}

#basket_top{float: right;  width: 100px; min-height: 30px; text-align: right}
#basket_top>a{margin-left: 10px}


#list_top,#wishlist_top{position: relative}
#list_top_counter{ width: 20px; height: 20px; border-radius: 100%; background-color:#814592; color: #fff; text-align: center; position: absolute; left: 10px; top:10px; font-size: 12px; padding-top: 10px; z-index: 10 }
#wishlist_top_counter{ width: 20px; height: 20px; border-radius: 100%; background-color:#814592; color: #fff; text-align: center; position: absolute; left: 10px; top:10px; font-size: 12px; padding-top: 10px;z-index: 10 }


#header_menu_wrapper{ width:100%; background-color: #000; height: 40px; text-align: center; padding-top:13px; }
#header_menu_wrapper.default{position: relative}
#header_menu_wrapper.fixed{position: fixed; top:0; z-index: 100}


#header_menu{list-style: none; float: none !important; display: inline-block; position: relative}
#header_menu>li{float: left; margin-left: 30px; margin-right: 30px; position: relative; height: 30px;}
#header_menu>li>a{color: #fff}

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


ul.submenu_top{margin:0; padding:0; background-color:#fff; list-style:none;  position:absolute; left:-115px; top:27px; width:300px; 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;}
ul.submenu_top.liseis{ left:-60px;}


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

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



.uk_icons1{vertical-align: 1px; margin-right: 15px !important}


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







/**********************INDEX - GENERAL ***************************************/
.main_wrapper{ margin:0 auto; width:100%; height:auto;  min-height:100px; 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 ul{text-align: justify;color: #222;font-size: 16px;line-height: 30px; list-style: inside}


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


.line_left{width:70px; border-top:1px solid #bbb; height:3px; margin-bottom:10px; margin-top:0px}


.index1_wrapper{ margin-top:100px; margin-bottom:100px;}
.index1_left{float: left; width: 460px}
.index1_left>img{ width: 100%; height: auto}
.index2_right{float: right; width: calc(100% - 550px); text-align: left}
.index2_right h3{font-family: 'Roboto Condensed';font-weight: normal;margin-bottom: 5px;font-size: 20px;}
.index2_right h2{font-size: 24px;margin-bottom: 10px;}
.index2_right h1{font-family: 'Roboto';font-weight: 400;margin-bottom: 20px;font-size: 24px;}

@media screen and (max-width: 1000px) {
	.index2_right{float:none; width: 100%}
	.index1_left{display: none;}
	.index1_wrapper{margin-top: 60px}

}


.slider3{position: absolute; top:40%; left: 10%; opacity: 1; width:85%; min-height: 100px; }
.slider1{position: relative; /*top:40%; left: 10%; */font-size: 285%; color: #fff;  font-weight: bold; font-family: 'Roboto Condensed'; 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 #000; background-color: #000; color: #fff; opacity: 0}
.slider2:hover{text-decoration: none}

@media screen and (max-width: 900px) {.slider3{top:30%;min-height: 10px; }  .slider1{font-size: 200%}}
@media screen and (max-width: 600px) {.slider3{top:20%;} .slider1{font-size: 170%}}








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

#breadcrumb{font-size:14px;  color:#111; text-align:center; 
background-color:#f5f5f5; width:100%; min-height:30px; font-weight:normal; margin-bottom:40px; padding-top: 16px; padding-bottom: 16px }
#breadcrumb>div:nth-child(1){ max-width:1320px; margin:0 auto;  padding:20px 10px; font-size:14px; text-align:center}
#breadcrumb a{color:#111;  }
#breadcrumb a.selected, #breadcrumb a:hover{color:#814592;}
/**********************INDEX - GENERAL ***************************************/


/*************PARALLAX IMAGE***********************/
.parallax_wrapper{ height:400px; width:100%; position:relative; margin-bottom: 100px }
.parallax_image{background-image:url(../images/office.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%; }

#message{position:relative;max-width: 1100px;margin: 0 auto;padding-left: 10px;padding-right: 10px;height: auto;margin-top: 140px;opacity:0;color:#fff; font-size:45px; width:100%; text-align:center; font-family: 'Roboto Condensed', sans-serif; font-weight:normal; text-shadow:-1px -1px 0 #000,  1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;-webkit-text-stroke1px black;}
.parallax_overlay{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,0.6)}

#message_button{width: 200px; position: relative; margin-top: 20px; background-color: #814592 ; color: #fff ; opacity: 0; padding-top: 10px	}



@media screen and (max-width: 650px) {
	#message{font-size:35px;}
}

@media screen and (max-width: 700px) {
	.parallax_wrapper h2{font-size:30px;}
	.parallax_wrapper .motowritter { font-size:20px; right:20px; bottom:-40px}
}
/*************PARALLAX IMAGE***********************/








































/**************************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: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{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:500px; margin-bottom: 200px   }
	/*************** 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 !important; 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 img{width:100%; height:auto;}
/*.list_products>li:hover{box-shadow: 1px 1px 11px #DDD;}*/


.list_products span.offer1, .relative_products span.offer1{ position: absolute;right: 10px; top:10px; width: 100px; height: 30px; background-color: #814592; color: #fff; padding-top: 1px; font-size: 12px; font-weight: bold; text-align: center}

.relative_products span.offer1{padding-top: 10px}



.list_products>li:hover a.button2{ background-color:#814592; 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:70px; color:#333; font-weight:bold; padding: 0 10px; line-height: 20px}
.list_products>li>a:nth-child(2)>span{color: #9a9a9a; font-size: 14px; vertical-align: -5px}

.list_products>li>a:nth-child(2).category_search{min-height: 20px}


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


a.button2{ display:block; text-align:center; width:150px; height:40px; padding: 5px;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 #814592; 
}

#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; padding-left: 0; position: relative}
		div.filter_arrow{ position: absolute; top:10px; right:10px; cursor: pointer}
		#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; font-size: 15px}
ul.filter_list li a:hover, ul.filter_list li a.selected{color:#814592; text-decoration: none; font-size: 16px}


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}

}

@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);}
}
@media screen and (max-width: 550px) {
.list_products>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;}
	form .line{margin-bottom:20px; margin-top:10px;}
	form a.button{width: 130px;height: 40px;background-color: #814592;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; }
#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: #814592;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;  width:95px; height:95px;}
#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: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: 5px; margin-bottom: 20px}

#details_right .offer{width:100px; height: 30px; background-color: #814592; color: #fff;padding-top: 9px; font-size: 12px; font-weight: bold; text-align: center; margin-bottom: 20px}



#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: #666;font-size: 16px;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{ font-weight: bold; color: #814592}
.button1.basket{width:100%; margin-bottom:10px; background-color:#fff;border:1px solid #fff; color: #000; text-align: left; padding-left: 5px;border-bottom: 1px solid rgba(0,0,0,0.5);}


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

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


.button1.pdf{width:100%; float:left ;text-align: left; background-color: #fff; color: #000;  padding-left: 0;border:1px solid #fff;border-bottom: 1px solid rgba(0,0,0,0.5);}
.button1.pdf:hover { font-weight: bold; color: #814592}


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



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

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




/***************************************** BRANDS PAGE  - PROJECTS (ERGA MAS) *************************************************/
.brands_list{list-style: none; margin: 0; padding: 0}
.brands_list>li{width: calc(100% * 1/3 - 40px); border: 1px solid rgba(0,0,0,0.4); display: inline-block;margin:15px 15px;}
.brands_list>li>a{display: block; padding: 0px; position: relative}
.brands_list img{width: 100%; height: auto}
.brands_list>li:hover {box-shadow: 1px 1px 11px #666;}
	
.brands_list>li>a>div.black{position: absolute; top:0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); opacity: 0;}
.brands_list>li:hover .black{opacity: 1}

.brands_list>li>a div.title{color:#fff; opacity: 0; position: absolute; left: 0; right: 0; top:45%; text-align: center;font-size: 18px}
.brands_list>li:hover div.title{opacity: 1}


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


#projects_wrapper{margin-bottom: 50px}
a.projects_thumbs{ width: calc(100% * 1/3 - 30px);display: inline-block;margin: 10px 8px; position: relative}
a.projects_thumbs>img{width: 100%; height: auto}

a.projects_thumbs:hover {box-shadow: 1px 1px 11px #666;}

@media screen and (max-width: 1000px){a.projects_thumbs{width: calc(100% * 1/2 - 30px);}}
@media screen and (max-width: 600px){a.projects_thumbs{width: calc(100% - 30px);}}



/***************************************** BRANDS PAGE *************************************************/




/**************************** SOLUTIONS ***************************/
img.solutions{width: 100%}
#solutions_list{margin: 0; padding: 0; list-style: none !important; margin-bottom: 50px;
text-align: center;color: #fff;font-size: 14px;line-height: inherit; 
}
#solutions_list>li{float: left; width: calc(100% * 1/4 - 20px); border: 1px solid #fff; margin:10px; position: relative;}
#solutions_list>li:hover{box-shadow: 1px 1px 11px #DDD;}

#solutions_list>li>div.black{width: 100%; height: 100%; background-color: rgba(0,0,0,0); position: absolute; top:0; left: 0; display: none}

#solutions_list>li>div.black a{display: block; width: 140px; height: 40px; background-color: #814592; position: absolute; margin: 0 auto;left:0; right: 0; color: #fff; padding-top: 12px}
a.solutions_view{ top:150px;}
a.solutions_details{ top:200px;}

#solutions_list div.pr_title{text-align: center;font-size: 15px;min-height: 70px;color: #333;font-weight: bold;padding: 0 10px;}
#solutions_list div.pr_title>span{color: #9a9a9a; font-size: 14px; vertical-align: -5px}
#solutions_list div.pr_code{color: #9a9a9a;font-size: 14px;text-align: center;min-height: 40px;}


@media screen and (max-width: 1100px){#solutions_list>li{width: calc(100% * 1/3 - 20px);}}
@media screen and (max-width: 900px){#solutions_list>li{width: calc(100% * 1/2 - 20px);}}
@media screen and (max-width: 650px){#solutions_list>li{width: calc(100% - 20px);}}

/**************************** SOLUTIONS ***************************/



/****************************** MELETES, PROFIL EPIXEIRHSHS **********************************************/
.left_p1 {width: 500px;height: auto;float: left;margin-right: 40px;margin-bottom: 15px;}
.left_p1>img {width: 100%;height: auto;}


.right_p1 {width: 500px;height: auto;float: right;margin-left: 40px;margin-bottom: 15px;}
.right_p1>img {width: 100%;height: auto;}

@media screen and (max-width: 1000px){.left_p1, .right_p1{float: none; width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 40px}}

/****************************** MELETES, PROFIL EPIXEIRHSHS **********************************************/






/******************************** 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: normal;font-family: 'Roboto Condensed';font-size: 27px;margin-bottom: 10px;margin-top: 30px;}

.slick-dots{text-align: center !important}

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


.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}
.relative_products>a:nth-child(2)>span{color: #9a9a9a; font-size: 14px; vertical-align: -5px}

.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:#814592; color: #fff; }
.relative_products a.button2 {padding-top: 10px}

.relative_products.pr: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.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.previous_price{ text-decoration:line-through; text-align: center;color:#9a9a9a; font-weight:normal; font-size:15px; min-height: 25px}

.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;font-size: 18px; width:100%;}
#info_list{list-style:none; border-bottom:1px solid rgba(0,0,0,0.4); padding-bottom:20px}
#info_list>li{margin-bottom:5px}
#info_list>li>a{color:#444; font-size:14px;}

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

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


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

.table_list{background-color:#fff; color:#000 !important; width:calc(100% - 330px); min-height:200px; display:block; list-style:none !important;  margin:0 auto; position:relative; padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom: 20px; float:left; line-height: inherit !important; text-align: inherit !important;  font-size: inherit !important; font-size:inherit !important;
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: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:#814592;; 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: #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: #814592; 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:250px; padding-top:20px; text-align:center; color:#fff; font-size:13px; margin-top:0px; padding-bottom:20px; background-color:#000; border-top: 1px solid rgba(0,0,0,0.1); position: relative}

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

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

#footerbox1 img{width:200px}
#footerbox4 {float: right}
#footerbox4 span{vertical-align: 1px; margin-right: 15px}


.footer_box>label{    font-size: 23px;color: #fff;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>div>a{display:block; color:#999;  }
.footer_box>div>a:hover{  color:#814592}

#footer_mail, #footer_phone{display: inline-block}

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


#footer_last{ text-align:center; font-size:13px; margin:0 auto; width:auto; padding-top:4px; background-color:#222; min-height:35px;position: relative }
#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: 1300px) {
}
@media screen and (max-width: 1200px) {
	.footer_box{width: calc(100% * 1/3 - 40px) !important;}
	#footerbox2 {float: left}
	#footerbox3 {float: right}
	#footerbox4 {float: left}

}

@media screen and (max-width: 900px) {
	.footer_box{width: calc(100% *1/2 - 40px) !important;}
	#footerbox2 {float: right}
	#footerbox3 {float: left}
	#footerbox4 {float: right}
	
}

@media screen and (max-width: 650px) {
	.footer_box{width: calc(100% - 40px) !important;}
	#footerbox2 {float: left}
	#footerbox3 {float: left}
	#footerbox4 {float: left}
	
}


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


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


























/***********************    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: 45px;font-weight: 300;margin-bottom: 30px;margin-top: -15px;text-align: left;}

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


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




















/************************** MOBILE BUTTON *********************************/
#menu_mobile_button{position:absolute; right: 10px; top:8px; 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:250px; height:auto; margin:0 auto; margin-top: 50px; 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:#814592; 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:6px 20px; line-height:20px;  }
.mobile_submenu a:hover{ background-color:#444; color:#fff; text-decoration:none }


ul.mobile_submenu .line{margin:0 auto}


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

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




#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**********/
.fromLeft{
animation: fromLeftAnimation 0.300s 1 ease-in-out forwards;
-webkit-animation: fromLeftAnimation 0.300s 1 ease-in-out forwards;
-moz-animation: fromLeftAnimation 0.300s 1 ease-in-out forwards;
-o-animation: fromLeftAnimation 0.300s 1 ease-in-out forwards;
-ms-animation: fromLeftAnimation 0.300s 1 ease-in-out forwards;
}



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




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