<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {-webkit-font-smoothing: antialiased}
html:lang(en) .afisa-en {display:block;}
html:lang(en) .afisa-el {display:none;}

html:lang(el) .afisa-en {display:none;}
html:lang(el) .afisa-el {display:block;}

html:lang(auto) .afisa-en {display:none;}
html:lang(auto) .afisa-el {display:block;}


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background:#f5f5f5!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;font-family: 'Roboto', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a {outline:none;}
a:focus {outline:none;}
a:hover {
	text-decoration: none;color: #857550;transition: 0.4s;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li &gt; a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */


.panel-title &gt; a, .panel-title &gt; small, .panel-title &gt; .small, .panel-title &gt; small &gt; a, .panel-title &gt; .small &gt; a {
    color: #000;
}

#selida {width:100%;position:relative;border-top: 1px solid #ccc;padding-top:13px;}

#product .radio {
padding:5px 0 5px 0!important;
margin:0 0px 10px 0!important;
display:block;
width:230px!important;	
}
#product .radio label {padding-left:0px;opacity:1!important;background:#fff!important;border:1px solid #fff!important;padding:8px!important;color:#000!important;font-size:14px!important;font-weight:400!important;width:100%!important;display:block!important;}
#product .radio label:hover {border:1px solid #000!important;}
#product .radio input[type="radio"]:checked label {border:1px solid #000!important;}
#product .radio img {width:40px;border:1px solid #fff!important;}
#product .radio input[type="radio"] {position:absolute!important;left:-999999999999px!important;}
#product .radio input[type="radio"] + span {background:#fff!important;border:1px solid #fff!important;padding:18px!important;color:#000!important;font-size:14px!important;font-weight:400!important;width:100%!important;display:block!important;}
#product .radio input[type="radio"]:hover span {background:#fff;border:1px solid #000!important;padding:18px;color:#000;font-size:14px;font-weight:400;}
#product .radio input[type="radio"]:checked span {background:#fff!important;border:1px solid #000!important;padding:18px!important;color:#000!important;font-size:14px!important;font-weight:400!important;}
#product .radio input[type="radio"]:disabled span {cursor: not-allowed;opacity:0.5;background:#efefef;border:none;padding:18px;color:#000;font-size:14px;font-weight:400;}

#minus-qty {}
#plus-qty {}
#minus-qty:hover {color:#222!important;} 
#plus-qty:hover {color:#222!important;} 


#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }






#topbar {font-size:12px;color:#F1E4B2;font-weight:700;}
.panoleft {text-align:left;font-size:12px;color:#F1E4B2;font-weight:700;}
.panoright {text-align:right;font-size:12px;color:#F1E4B2;font-weight:700;}
.panoright a {color:#F1E4B2;font-size:19px;}

@media (max-width: 768px) and (min-width: 280px) {
.panoleft {text-align:center;font-size:12px;color:#F1E4B2;font-weight:700;padding-bottom:23px;}
}

#top {
	background-color: #000;
	padding: 15px 0px 15px 0;
	margin: 0 0 0px 0;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0px auto 15px auto;
	width:200px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#logo a {display:block;}
#logo a img {width:100%;}




@media (max-width: 890px) and (min-width: 590px) {
#logo {
	margin: 0px auto 15px auto;
	width:170px;
	text-align:center;
	position:relative;
}
#logo a {display:block;}
#logo a img {width:100%;}
}


@media (max-width: 589px) and (min-width: 280px) {
#logo {
	margin: 0px auto 15px auto;
	width:100px;
	text-align:center;
	position:relative;
}
#logo a {display:block;}
#logo a img {width:100%;}
}

/* search */
.idsearch {
	margin-bottom: 10px;
}
.idsearch .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
.idsearch .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 0px;
	margin-top:0px;
}

#cart &gt; .btn {
	
	line-height: 32px!important;
	color: #000;
	border: none!important;
	border-radius: 0px!important;
	box-shadow: none!important;
	background:transparent!important;
	font-size:14px!important;
	font-weight:400!important;
	margin-left:0px!important;
	margin-right:0px!important;
	margin-top:3px!important;
	margin-top:-6px!important;padding: 0px 0px!important;
}
#cart &gt; .btn:hover {color:#857550;}

#cart &gt; .btn:hover img{
	 filter: grayscale(100%); 
}
#cart &gt; .btn-lg {
    
    font-size: 15px;
}

#cart.open &gt; .btn {
	background-image: none;
	background-color: #000;
	border: none;
	color: #c9c9c9;
	box-shadow: none;
	text-shadow: none;
}


#cart.open &gt; .btn:hover img{
	 filter: grayscale(100%); 
}
#cart .dropdown-menu {
	background: #000;
	z-index: 1001;
	border-radius:0px;
	border:0px;
	color:#fff;
}
#cart .dropdown-menu {
	min-width: 280px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	
}
.table-striped {background-color:#5b5a5a!important;}
.table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) {
    background-color: #5b5a5a!important;
}

.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #2C2C2C;
}




#cart .dropdown-menu li &gt; div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li &gt; div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}


/* menu */
#menu {
margin-top:10px;
}


#menu .nav ul 
{text-align: center;
  list-style:none;}
  
#menu .nav &gt; li &gt; a {
	color: #000;
	padding: 13px 35px 13px 0px;
	background-color: transparent;
	font-size: 13px;
line-height: 19px;
	font-family: 'Roboto', sans-serif;
	
}
#menu .nav &gt; li:last-child a {padding: 13px 0px 13px 0px;}
#menu .nav &gt; li &gt; a:hover {color:#3B39AD!important;}


@media (max-width: 1312px) and (min-width: 1102px) {
#menu .nav &gt; li &gt; a {
	padding: 13px 15px 13px 0px;
}	
}






@media (max-width: 1102px) and (min-width: 943px) {
#menu .nav &gt; li &gt; a {
font-size: 13px;
	padding: 13px 5px 13px 0px;
}	

}




.oxikinito2 {display:inline-block;}
.naikinito2 {display:none;}
@media (max-width: 943px) and (min-width: 280px) {
.oxikinito2 {display:none!important;}
.naikinito2 {display:block;}
}


.oxikinito {display:inline-block;}
.naikinito {display:none;}
@media (max-width: 1054px) and (min-width: 280px) {
.oxikinito {display:none!important;}
.naikinito {display:block;}
}




@media (max-width: 994px) and (min-width: 280px) {

.naikinito .idsearch {width:270px!important;margin:0 auto!important;}

.navbar-collapse.collapse {
    display: none ;

}
.navbar-toggle {
    display: block;
}
}



.navbar-nav  {width:100%;display:block;float:none;text-align: center;}
.navbar-nav &gt; li {
    float: none;display:inline-block;text-align: center;
}
p {font-size:14px;line-height:24px;font-weight:400;color:#000;}




@media (max-width: 600px) and (min-width: 280px) {
#cart {
	margin-bottom: 0px;
	margin-top:9px;
	float:right;
}
#menu {
    margin-top: 0px;
}
#cart &gt; .btn {
	margin-left:5px!important;
	margin-right:0px!important;
	margin-top:0px!important;
}
}


.menukaisearch{border-top:2px solid #F1E4B2;border-bottom:2px solid #F1E4B2;}

@media (max-width: 994px) and (min-width: 280px) {
.menukaisearch{border-top:none;border-bottom:2px solid #F1E4B2;padding-bottom:25px;}
}



.table {background:#fff;font-size: 14px!important;}
.table-bordered {
    border: 1px solid #000!important;
}
.table-bordered &gt; thead &gt; tr &gt; th, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #000;
}

#menu .dropdown-menu {
	 background:#3b39ad!important;
	 border-radius:0!important;
	 border:0!important;
	 padding:20px 20px!important;
margin-left:0px!important;
box-shadow: none !important;
top:46px!important;
border:1px solid #3b39ad!important;
border-radius: 0px 0px 0px 0px!important;
}





#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 210px;
	display: block;
	padding: 4px 4px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight:400!important;font-family:'Roboto', sans-serif;
}

#menu .menu3rdlevel_inner a {font-weight:400!important;}

/* search */
#search {

}
#search .input-lg {
	padding:0px 10px!important;
	height:48px!important;
	line-height: 20px!important;
	text-shadow: none!important;border-left:none!important;border-right:none!important;border-top:none!important;
	border-bottom:1px solid #000!important;border-radius:0px!important;
}
#search .btn-lg {
	font-size: 15px!important;
	line-height: 18px!important;
		height:48px!important;
	text-shadow: none!important;
	background-color:#fff!important;
	color:#000!important;border-left:none!important;border-right:none!important;border-top:none!important;
	border-bottom:1px solid #000!important;border-radius:0px!important;
}


.formasearch {display:none;position:relative;max-width:480px;margin:0 auto;padding:0 15px;}


#menu .dropdown-inner li a {text-align:left!important;}
#menu .dropdown-inner li a:hover {
	color: #ccc!important;
	background:transparent!important;
}
#menu .see-all {
	display: block;
	margin-top: 10px!important;
	padding: 9px 0px!important;
	-webkit-border-radius:0px;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 11px!important;
	font-weight:700;
	color:#fff!important;
	border-top:1px solid #ccc!important;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ccc!important;

}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
}
#menu .navbar-header {text-align:center!important;}


#menu .btn-navbar {
	font-size: 16px;
	font-stretch: none;
	color: #FFF;
	font-weight:400;
	float: none;
	background-color: #fff!important;
	background-image: none!important;
	background-repeat: repeat-x;
	border:1px solid #fff!important;
	padding:0 0 0 0!important;
	width:36px!important;
	height:24px!important;
	margin:0 0 0 0!important;
	
}
#menu .btn {padding:6px!important;margin-left:20px;}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	border:1px solid #888;
}



@media (max-width: 940px) {
	
	#menu .navbar-header {text-align:left!important;}
	#menu .nav &gt; li &gt; a {
	color: #fff;
	padding: 9px 0px 9px 0px;
	background-color: transparent;
	font-size:14px;
	font-weight:400;
	width:100%;
	margin-bottom:8px;font-family: 'Roboto', sans-serif;
	display:block;
	}
	#menu .nav &gt; li &gt; a:hover {color:#ccc!important;}
	#menu .nav &gt; li {text-align:left;}
	#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 4px 4px;
	clear: both;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	font-weight:400!important;font-family:'Roboto', sans-serif;
	}
	#menu .dropdown-inner a:hover {color:#005949!important;}
	.navbar-nav  {width:100%;display:block;float:none;text-align: left;}
	.navbar-nav &gt; li {
		float: none;display:block;text-align: left;margin-left:20px;
	}
	
}


@media (min-width: 981px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 980px) {
	
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner &gt; ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	
}



.navbar {
    position: relative!important;
    min-height: 10px!important;
    margin-bottom: 0px!important;
    border: 0!important;
}

.keimenodeksia {text-align:right;font-size:12px;color:#F1E4B2;padding-top:20px;}
.keimenoaristera {text-align:left;font-size:12px;color:#F1E4B2;padding-top:20px;}



.mepadding1 {padding-left:5%;}
.mepadding2 {padding-left:7%;}

@media (max-width: 767px) {
.mepadding1 {padding-left:15px;}
.mepadding2 {padding-left:15px;}

.stimesi {max-width:280px;margin:0 auto 50px auto;text-align:center;line-height:32px;}
 .stimesi h5 {text-align:center;}
.keimenodeksia {text-align:center;padding:10px 0 0px 0;}
.keimenoaristera {text-align:center;padding:2px 0 10px 0;}
}






.filtrakoumpi {display:none;}
@media only screen and (max-width: 767px) {
	#column-left {position:fixed;top:0px;overflow-y:scroll;left:-900px;right:0px;padding:50px;background:#fff;padding:20px 20px 20px 15px;z-index:9999999999;width:100%;height:100%;min-height:100%;}
.filtrakoumpi {display:inline-block;height: 44px !important;text-align:center;float:none!important;border:1px solid #F2F2F2!important;background:#F2F2F2;border-radius:0px!important;
color:#3B39AD;font-weight:400 !important;padding: 7px 10px 7px 10px !important;box-shadow:none;margin-bottom:0px!important;
}

.filtrakoumpi span i {margin-left:10px;}
.filtraoxi {display:none;}
.nai  {
    display: block ;
}

}




.panolinks2 {}
.panolinks2 a {color:#000;font-size:12px;font-weight:500;position:relative;transition: 0.3s;margin-top:40px;display:inline-block;margin-right:22px;} 
.panolinks2 a:hover {color:#857550;}
.panolinks2 a:hover img{
	 filter: grayscale(100%); 
}
.panolinks2 a span {padding-left:10px;}

@media (max-width: 1119px) and (min-width: 768px) {
.panolinks2 a {margin-right:8px;}
}

@media (max-width: 767px) and (min-width: 601px) {
.panolinks2 {}
.panolinks2 a {margin-right:7px;}
}
@media (max-width: 600px) and (min-width: 280px) {
.panolinks2 {padding-left:0;padding-right:10px;}
.panolinks2 a {margin-right:2px;margin-top:15px;}
}






.panolinks {text-align:right;}
.panolinks a {color:#000;font-size:12px;font-weight:500;position:relative;transition: 0.3s;margin-top:40px;display:inline-block;margin-right:22px;} 
.panolinks a:hover {color:#857550;}
.panolinks a:hover img{
	 filter: grayscale(100%); 
}
.panolinks a span {padding-left:10px;}

@media (max-width: 1119px) and (min-width: 768px) {
.panolinks a {margin-right:8px;}
}

@media (max-width: 767px) and (min-width: 601px) {
.panolinks {text-align:right;}
.panolinks a {margin-right:7px;}
}
@media (max-width: 600px) and (min-width: 280px) {
.panolinks {text-align:right;padding-left:0;padding-right:10px;}
.panolinks a {margin-right:2px;margin-top:15px;}
}

.perigrafikatigorias {position:relative;background: #f5f5f5;border-radius: 0px 24px 0px 0px;padding:25px;margin:16px auto 20px auto;}
.perigrafikatigorias p {font-size:13px;color:#000;font-weight:400;line-height:18px;color:#000;text-align:center;}
.perigrafikatigorias h2 {padding:0px;margin:0;font-size:36px;line-height:36px;color:#3B39AD;font-weight:700;text-align:center;}


.oiipokatigories a {color:#000;padding:2px 9px;}
.oiipokatigories a:hover {color:#ccc;}


.detailswidth{margin:0 0 0 0!important;}

.prodselida{padding-top:50px;padding-bottom:40px;width:75%;margin:0 auto!important;}
@media (max-width: 1066px) {
.prodselida{padding-top:50px;padding-bottom:40px;width:97%;margin:0 auto!important;}
}

.prodprice {width:100%;position:relative;margin-top:20px;margin-bottom:23px;}
.perigrafiprod {max-width:400px;position:relative;margin-top:57px;}
.perigrafiprod p{font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #000;}

.alert-success {
    color: #fff!important;
    background-color: #000!important;
    border:none!important;
}
.alert-success a {color:#ccc!important;text-decoration:underline!important;}
.alert-success .close {
    float: right;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 1;
    color: #fff!important;
    text-shadow: none!important;
    filter: alpha(opacity=100)!important;
    opacity: 1!important;
}











label {
    display: block;
    max-width: 100%;
    
    font-size:12px;line-height:14px;color:#333;font-weight:700;
	
}

#product {margin-top:47px;}
#product .form-group {
    margin-bottom: 30px;
	width:45%;
	float:left;
	margin-right:15px;
}

.form-group {
    margin-bottom: 30px;
}





#cart-total {
position:relative;
display:block;
float:right;
font-weight:500!important;
font-size: 14px;
text-align: center;
color: #000;
margin-top:-3px;
margin-left:5px;
border-radius:50%;
line-height:25px;
width: 23px;
height: 23px;
background: #FF9900;
}


@media (max-width: 600px) and (min-width: 280px) {
#cart-total {
font-size: 11px;
line-height: 15px;
margin-left:5px;
width: 15px;
height: 18px;
}
}



.form-control {
    display: block;
    width: 100%!important;

    height: 44px!important;
    line-height: 1.42857143!important;
 -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    cursor: pointer!important;
    outline: none!important;



   
	box-shadow: none!important;
	
	color: #333!important;
	font-size:14px!important;
	font-weight:400!important;
	padding:5px 20px!important;
	font-family:'Roboto', sans-serif!important;
	background: #fff;
	border: 1px solid #DEDEDE!important;
	box-sizing: border-box!important;
	border-radius: 4px!important;
	
	
	
	
	
	
}
.form-control::-webkit-input-placeholder {
  color: #d8d8d8!important;font-weight:400!important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d8d8d8!important;font-weight:400!important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
 color: #d8d8d8!important;font-weight:400!important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
color: #d8d8d8!important;font-weight:400!important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
	font-size:14px;
	font-family:Roboto;
	font-weight:500;
	color:#2B3087!important;
  background:#fff url(../image/down.png) no-repeat 93% center !important;
}

input {border:1px solid #E5E6E1!important;}

.nav-tabs {
    border-bottom: none;
	text-align:center;
}
.nav-tabs &gt; li {
    float: none!important;
	display:inline-block!important;
    margin-bottom: 3px;
}
.nav-tabs &gt; li &gt; a {
    margin-right: 0px;
    border-bottom: 1px solid #c4c4c4;border-top:1px solid #F6F6F6;border-left:1px solid #F6F6F6;border-right:1px solid #F6F6F6;
    border-radius: 0;
	color:#666;
	font-weight:700;
	padding-bottom:20px;outline:none;
}
.nav-tabs &gt; li &gt; a:hover { color: #000;border-bottom: 1px solid #000;border-top:1px solid #F6F6F6;border-left:1px solid #F6F6F6;border-right:1px solid #F6F6F6;background-color:transparent;}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    color: #000;
    cursor: default;
     border-bottom: 1px solid #000;border-top:1px solid #F6F6F6;border-left:1px solid #F6F6F6;border-right:1px solid #F6F6F6;
	 background-color:transparent;
}

#column-right {padding-top:20px;}




.bannerstop{width:100%;position:relative;background: #fff;padding:35px 0 55px 0;}

.topbanner {position:relative;margin-bottom:30px;}
.topbanner img {width:100%;transition: 0.4s;}
.topbanner:hover img {filter: brightness(70%);}
.topbanner .otitlos {position:relative;width:100%;transition: 0.4s;}
.topbanner .otitlos a {width:100%;margin:0 auto;font-size:24px;font-weight:400;line-height:25px;display:block;color:#000;transition: 0.4s;position:relative;padding:20px 0 14px 0;}
.topbanner .otitlos a:hover {color:#3B39AD;}
.topbanner:hover a {color:#3B39AD;} 
.topbanner .otitlos a span {display:block;font-size:14px;font-weight:400;color:#000;margin-top:28px;}
.topbanner .otitlos .deite {width:150px;margin:25px 0 0 0;padding:0px 10px 0px 0;line-height:14px;display:block;font-size:14px;font-weight:400;background:url(../image/rectangle42.svg) no-repeat right bottom;}
.topbanner .otitlos .deite:hover {color:#3B39AD;}
.topbanner:hover .deite {color:#3B39AD;} 

.topbanner:hover .otitlos span {color:#3B39AD;}






.midbanner {position:relative;margin-bottom:30px;}
.midbanner img {width:100%;transition: 0.4s;}
.midbanner:hover img {filter: brightness(70%);}
.midbanner .otitlos {position:relative;width:100%;}
.midbanner .otitlos a {width:100%;margin:0 auto;font-size:24px;font-weight:400;line-height:25px;display:block;color:#000;transition: 0.4s;position:relative;padding:20px 0 14px 0;}
.midbanner .otitlos a:hover {color:#3B39AD;}
.midbanner:hover a {color:#3B39AD;} 
.midbanner .otitlos a span {display:block;font-size:14px;font-weight:400;color:#000;margin-top:28px;}
.midbanner .otitlos .deite {width:150px;margin:25px 0 0 0;padding:0px 10px 0px 0;line-height:14px;display:block;font-size:14px;font-weight:400;background:url(../image/rectangle42.svg) no-repeat right bottom;}
.midbanner .otitlos .deite:hover {color:#3B39AD;}
.midbanner:hover .deite {color:#3B39AD;} 

.midbanner:hover .otitlos span {color:#3B39AD;}

.bothold{padding:15px;position:relative;display:block;background: #F2F2F2;}



.about {display: flex; padding:0 0 0 0;margin:100px 0 0 0;background: #F1E4B2;}
.abouteikona {flex: 1;vertical-align: middle;position: relative;}
.aboutkeimeno{width:90%;position: absolute;  top: 50%;  transform: translateY(-50%);}
.span1 {position: relative;width:65%;margin:0 auto;display:block;font-weight: 400;font-size: 18px;line-height: 21px;text-align: center;color: #005949;}
.span2	{position: relative;width:65%;margin:33px auto 0 auto;display:block;font-weight: 400;font-size: 14px;line-height: 21px;text-align: center;color: #005949;}

@media (max-width: 1020px) {
.about {display: block;}
.abouteikona {flex: none;padding:0 0 0 0;}
.aboutkeimeno{width:90%;position: relative;  margin:0 auto 0 auto;padding:10% 0 0% 0;top: auto;  transform:none;}
}
@media (max-width: 767px) {
.aboutkeimeno{width:90%;position: relative;  margin:0 auto 0 auto;padding:12% 0 12% 0;top: auto;  transform:none;}	
}	
	
.brandscarousel {text-align:center;width:100%;position:relative;border-top:1px solid #000;padding:60px 0 60px 0;margin-top:25px;}
.titlosmod{font-size:24px;color:#000;font-weight:700;padding:22px 0;}
.titlosmod a {margin-left:10px;font-size:14px;color:#000;font-weight:400;text-decoration:underline;}
.titlosmod a:hover {color:#666;}



.brandscarousel .owl-item {background:#fff;}
.brandscarousel .owl-item img {width:90%;}
.brandscarousel .owl-item + .owl-item {
   margin-left: 10px;
}


.defterieikona img {display:none;}




.item {padding:0 0px;}


.carouselholder {width:100%;position:relative;padding:65px 15px 20px 15px!important;}



.tarelated {width:100%;position:relative;padding:65px 15px 110px 15px!important;}

@media (max-width: 767px) {

.tarelated {position:relative;padding:25px 20px 90px 20px!important;}
.oikatigories {margin-bottom:50px;}
}

.carousel-inner &gt; .item &gt; a &gt; img {
    display: block;
    max-width: 100%;
    height: auto;
	margin:0 auto!important;
}


.pagination2 {
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 0px!important;
	border:none!important;
	width:100%;
	max-width:1430px;
	position:relative;
	text-align:center;
}



/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #F2F2F2;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family:'Roboto', sans-serif;
}

footer a {
	color: #000;
	padding:2px 0;
	margin-bottom:1px;font-weight: 400;
	display:inline-block;font-family:'Roboto', sans-serif;
}
.stimesi  {line-height:32px;text-align:center; }


.noborder {border-bottom: none!important;}
.noborder:hover {border-bottom: none!important;}

footer a:hover {
	color: #3B39AD;

}
footer h5 {
	font-family:'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 19px!important;
}
/* alert */
.alert {
	padding: 20px 20px 20px 20px!important;
	color: #fff!important;
    background-color: #000!important;
    border:none!important;
	border-radius: 0px!important;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 10px 0 0 0;
	border: none!important;
	background-color:transparent!important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li {
	
	padding: 0 13px 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb &gt; li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb &gt; li:after {
	content: ' &gt;     ';
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.breadcrumb &gt; li:first-child {
	padding: 0 13px 0 0px;
}
.breadcrumb &gt; li:last-child:after {
	content: '';
	padding: 0;
}
.breadcrumb &gt; li a {font-size:12px;font-weight:500;color:#333!important;}

.breadcrumb &gt; li a:hover {color:#005949;}
.breadcrumb &gt; li:last-child a {color:#333!important;font-weight:400;}



.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 12px 12px;
	font-size: 12px;
	border-radius: 0px;
	box-shadow:none;
	border:none!important;
}
.btn:hover, .btn:focus, button:focus, button {outline:none!important;}


.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group &gt; .btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
	font-size: 12px;
}
.btn-group &gt; .btn-xs {
	font-size: 9px;
}
.btn-group &gt; .btn-sm {
	font-size: 10.2px;
}
.btn-group &gt; .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: none;
	background-color: #d6d6d6;
	border:none;
	
}
.btn-default:hover {background-color: #b7b7b7;}
.img-thumbnail {border:0;border-radius:0;}
.panel {
    margin-bottom: 20px!important;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff!important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none);
}
.list-group {margin-top:20px!important;}

.proigoumeno {float:left;display:none;}
.epomeno {float:right;display:inline-block;font-size:13px;background:#fff url(../img/rarrow.png) no-repeat 93% 13px!important;padding:10px 45px 10px 15px!important;font-weight:600!important;text-align:left!important;}
.epomeno:hover {background:#3B39AD url(../img/rarrow.png) no-repeat 93% 13px!important;}
.pagination {
    display: block;
    padding-top: 10px;
	float:left;
    margin: 0px auto;
    border-radius: 0px!important;
	border:none!important;
	width:60%;
	position:relative;
	text-align:center;
}


.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent!important;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    z-index: 2;
    color: #333;
    cursor: default;
    background-color: #fff!important;
    border: 1px solid #DEDEDE!important;
}


@media (max-width: 670px) {
.pagination {
    display: block;
    padding-top: 10px;
	float:none;
    margin: 0px auto;
    border-radius: 0px!important;
	border:none!important;
	width:100%;
	position:relative;
	text-align:center;clear:right;clear:both;
}
.epomeno {float:right;display:inline-block;margin-top:25px;clear:both;}
}


.btn-primary2 {
	color: #333;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #fff;
	border: 1px solid #DEDEDE!important;
box-sizing: border-box;
border-radius: 4px!important;
}
.btn-primary2:hover {
	color: #fff;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #857550;
}
.btn-primary {
	color: #fff;
	font-size:14px;
	font-weight:500;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #3b39ad;
	border: 1px solid #3b39ad;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 4px;
	text-align:center;
	LINE-HEIGHT:24PX;
}
.btn-primary:hover, .btn-primary:active,.btn-primary.focus, .btn-primary:focus,.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000!important;color: #fff!important;}

.buttons .btn-primary {background: #000;color:#fff;	padding:15px 50px;}



.btn-warning {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-danger {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-danger i {font-size:16px!important;font-weight:400!important;}
.btn-danger i:before {font-size:16px!important;font-weight:400!important;}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-success {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-info {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background-color: red;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}




/* product list */
.caption {text-align:center;display:block;height:160px;overflow:hidden;}
.product-layout {
margin-bottom: 20px!important;
}
.product-thumb {
 background: #FFFFFF;
 display:block; cursor: pointer;border: 1px solid #fff;
 box-sizing: border-box;
 padding:25px 0;
 border-radius:8px;	
}

.product-thumb:hover {border: 1px solid #3B39AD;}

.bbanner img{border-radius:8px;overflow:hidden;}


.kalathi {display:none;position:absolute!important;bottom:20px!important;right:22px!important;border:1px solid #E5E5E1!important;padding:15px!important;background-color:transparent!important;}
.product-layout:hover .kalathi {background-color:#2B3087!important;}


#button-cart {width:100%;margin:0 0 0 0;}
#button-cart:hover img {
  filter:  brightness(0) invert(1);
}


.wish {position:absolute!important;top:30px!important;left:16px!important;border:none!important;background-color:transparent!important;z-index:10;}
.wish img {width:23px;}
 .wish:hover img {
 -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
      filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}




@media (max-width: 660px) {
	.kalathi {position:absolute!important;bottom:10px!important;right:12px!important;border:1px solid #E5E5E1!important;padding:7px!important;background-color:transparent!important;}
.product-layout {
	padding-right: 6px!important;
padding-left: 6px!important;
}

}





td .img-thumbnail {width:80px!important;}

.product-thumb .image {
	text-align: center;
	padding:0px 0 0px; cursor: pointer;
  width:90%;margin:0 auto;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;cursor: pointer; -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.product-grid .product-thumb .image {
	float: none;
}
.product-thumb:hover .image img {opacity:0.7}


.product-thumb h4 {
	font-size:16px;
	font-family:Roboto, sans-serif;
	color:#000;
	line-height:22px;
	font-weight:400;
	text-align:center;
	width:100%;
	padding:12px 0px 20px 0px;
}
.product-thumb h4 a {color:#000;}
.product-thumb h4 a:hover {
color:#3B39AD;
	}
	.product-thumb:hover h4 a {
color:#3B39AD;
	}
	
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {

	padding: 0 10px;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-weight: 700;
	font-size:18px;
	display:block;width:100%;
	line-height:20px;
	text-align:center;
	font-family: 'Roboto', sans-serif;margin: 5px 0 0 0!important;
	z-index:20;
	display:block;

}
.product-thumb .price-new {
	color: #000;
	font-weight: 700;
	font-size:18px;
	line-height:20px;
	font-family: 'Roboto', sans-serif;margin-left: 10px;
}
.product-thumb .price-old {
	color: #666;
	text-decoration: line-through;
	
	font-weight: 400;
	font-size:14px;
	line-height:16px;
	font-family: 'Roboto', sans-serif;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails &gt; li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails &gt; img {
	width: 100%;
}
.thumbnails li a img {width: 100%!important;}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #E5E5E5;
}
.image-additional {
	max-width: 78px;
}
..thumbnail {border-radius:0!important;}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),

	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),

	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.odigos { 
    border-spacing: 5px;
    border-collapse: separate;width:100%;margin-bottom:50px;
}
.odigos td {padding:4px 8px;font-size:12px;color:#000;text-align:center;}
.tabletitlos {font-size:12px;color:#000;font-weight:700!important;}
.odigos tr:nth-child(odd) {
   background: #ccc;
}
.tosearch {margin-top:15px;}
.tosearch input {border-left: 2px solid #F1E4B2!important;border-right:0px!important;border-top: 2px solid #F1E4B2!important;border-bottom: 2px solid #F1E4B2!important;
background:#000!important;
border-top-left-radius: 2px!important;
border-top-right-radius: 0px!important;
border-bottom-left-radius: 2px!important;
border-bottom-right-radius: 0px!important;

padding-left:10px!important;max-width:100%!important;color:#F1E4B2!important;}

.idsearch .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 8px 10px 0!important;
    text-shadow: none!important;border-top-left-radius: 0px!important;
border-top-right-radius: 0px!important;
border-bottom-left-radius: 0px!important;
border-bottom-right-radius: 0px!important;
	background:#000!important;border-left:0px!important;border-top: 2px solid #F1E4B2!important;border-bottom: 2px solid #F1E4B2!important;border-right:2px solid #F1E4B2!important;
}
.idsearch {max-width:350px;}
.panel-default &gt; .panel-heading {
    color: #000!important;
    background-color: transparent!important;
    border: none!important;
	padding:10px 0!important;
}

@media (max-width: 980px) {
.idsearch input img {width:24px;}
}


.cartconfirm {padding:0px 0 0 0;text-align:right;}
.cartcontinue {padding:15px 0 0 0;text-align:left;}


@media (max-width: 500px) {
.cartconfirm {padding:0px 0 0 0;text-align:center;}
.cartcontinue {padding:15px 0 0 0;text-align:center;}	
}


#slideshowmain {background:#FCF9EF!important;}
#slideshowmain a img {width:100%;}
.slieperigrafi {width:100%;position:absolute;top:25%;left:0;text-align:center;}
.slidertitlos {font-size: 64px;    line-height: 72px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:560px;margin:0 auto 40px auto;}
.slieperigrafi a {font-size: 14px;    line-height: 18px;font-weight:700;font-family:'Roboto', sans-serif;color:#fff;padding:15px 40px 15px 20px;border:2px solid #fff;margin-top:40px;display:inline-block;background:url(../img/rectangle31.png) no-repeat 90% 17px;}
.slieperigrafi a:hover {box-shadow: 0px 0px 0px 2px #fff ;}
.slidereikona img {
    display: block!important;
    width: 100%!important;
    margin: 0 0 0 0!important;
}


input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
}


@media (max-width:1400px) and (min-width:1190px) {
.sliderdescription {font-size:12px; }
.slidertitlos {font-size: 64px;    line-height: 72px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:560px;margin:0 auto 40px auto;}
.slidereikona {width:60%!important;float:left!important;}

.perigrafihold{padding:30px 70px 0 70px;color:#fff;}
}

@media (max-width:1189px) and (min-width:981px) {
.sliderdescription {font-size:12px; }
.slidertitlos {font-size: 36px;    line-height: 32px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:460px;margin:0 auto 20px auto;}
.slidereikona {width:60%!important;float:left!important;}

.perigrafihold{padding:20px 50px 0 50px;color:#fff;}.grammi{display:block;margin:15px auto 15px auto;width: 47px;height: 2px;background:#fff;}
}

@media (max-width:1189px) and (min-width:781px) {

	.slieperigrafi a {font-size: 14px;    line-height: 18px;font-weight:700;font-family:'Roboto', sans-serif;color:#fff;padding:15px 40px 15px 20px;border:2px solid #fff;margin-top:10px;display:inline-block;background:url(../img/rectangle31.png) no-repeat 90% 17px;}

}


@media (max-width:980px) and (min-width:280px) {
.slidereikona {width:100%!important;float:none!important;}
.sliderdescription {display:none;}
.grammi {display:none;}
.slidertitlos {font-size: 31px;    line-height: 28px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:260px;margin:0 auto 20px auto;}

.perigrafihold{padding:30px 30px 0 30px;color:#fff;}
.perigrafihold span {display:none;}	
}


@media (max-width:780px) and (min-width:280px) {
	.slieperigrafi a {display:none;}

}

.homeslider {position:relative;margin-bottom:40px;display:block;}

#slideshowmain {padding:0 0px 0px 0px;position:relative;width:100%;display:block;}
#slideshowmain a img {width:100%;display:block;position:relative}
#slideshowmain .otitlos {width:100%;position:absolute;display:block;background: transparent;border-radius: 0px 0px 0px 0px;transition: 0.4s;padding:20px 0 14px 0;color:#fff;bottom:150px;left:0px;text-align:center;font-size:96px;font-weight:900;line-height:105px;}
#slideshowmain .otitlos:hover {color:#3B39AD;}
#slideshowmain .otitlos span {font-size:96px;font-weight:300;color:#fff;}
#slideshowmain .otitlos .deite {display:none;width:150px;margin:25px 0 0 0;padding:0px 10px 0px 0;line-height:14px;font-size:14px;font-weight:400;background:url(../image/rectangle42.svg) no-repeat right bottom;}
#slideshowmain .otitlos .deite:hover {color:#3B39AD;}



#slideshowmain .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:50%;right:0;z-index:20;}
#slideshowmain .owl-dots {position:absolute;width:100%;bottom:35px;left:0px;z-index:1;text-align:center;}
#slideshowmain .owl-next {position:absolute;right:25px;padding:10px 15px!important;text-align:center;margin-right:0px;border-radius:50%;border:0;}
#slideshowmain .owl-next img {width:14px;}
#slideshowmain .owl-prev {position:absolute;left:25px;padding:10px 15px!important;text-align:center;margin-left:0px;border-radius:50%;border:0;}
#slideshowmain .owl-prev img {width:14px;}
#slideshowmain .owl-dots .owl-dot {width: 12px!important;height: 12px!important;border:1px solid #fff!important;margin-right:7px!important;background:transparent!important;border-radius: 50%!important;}
#slideshowmain .owl-dots .owl-dot.active {background:#fff!important;}


@media (max-width:835px) and (min-width:280px) {
#slideshowmain .otitlos a {width:100%;margin:0 auto;font-size:46px;font-weight:900;line-height:25px;display:block;color:#fff;transition: 0.4s;position:relative;padding:20px 0 14px 0;}
#slideshowmain .otitlos a span {font-size:46px;font-weight:300;color:#fff;}
#slideshowmain .otitlos {bottom:70px;left:0px;text-align:center;}
}




#relatedcarousel {padding:0 0px 0px 0px;position:relative;}
#relatedcarousel .owl-nav {position:absolute;width:100%;padding:0 0px;top:-37px;right:45px;z-index:20;}
#relatedcarousel .owl-dots {position:absolute;width:100%;bottom:-40px;left:0;z-index:1;text-align:center;}
#relatedcarousel .owl-next {position:absolute;right:-25px;padding:0!important;text-align:center;margin-right:0px;border-radius:50%;}
#relatedcarousel .owl-next img {width:18px;}
#relatedcarousel .owl-prev {position:absolute;right:-5px;padding:0!important;text-align:center;margin-left:0px;border-radius:50%;}
#relatedcarousel .owl-prev img {width:18px;}

#relatedcarousel .owl-dots .owl-dot {width: 12px!important;height: 12px!important;border:1px solid #3b39ad!important;margin-right:7px!important;background:#fff!important;border-radius: 50%!important;}
#relatedcarousel .owl-dots .owl-dot.active {background:#3b39ad!important;}



#carouselbrandscarousel {padding:0 0px 50px 0px;position:relative;}
#carouselbrandscarousel .owl-nav {position:absolute;width:100%;padding:0 0px;top:-37px;right:45px;z-index:20;}
#carouselbrandscarousel .owl-dots {position:absolute;width:100%;top:-37px;right:45px;z-index:1;text-align:right;}
#carouselbrandscarousel .owl-next {position:absolute;right:5px;padding:0!important;text-align:center;margin-right:0px;border-radius:50%;}
#carouselbrandscarousel .owl-next img {width:18px;}
#carouselbrandscarousel .owl-prev {position:absolute;right:25px;padding:0!important;text-align:center;margin-left:0px;border-radius:50%;}
#carouselbrandscarousel .owl-prev img {width:18px;}

#carouselbrandscarousel .owl-dots .owl-dot {width: 5px!important;height: 2px!important;border:none!important;margin-right:7px!important;background:#000!important;border-radius: 3px!important;}
#carouselbrandscarousel .owl-dots .owl-dot.active {background:#c4c4c4!important;}



#carouseldimofili-proionta {padding:0 0px 50px 0px;position:relative;}
#carouseldimofili-proionta .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:60%;right:0;z-index:20;}
#carouseldimofili-proionta .owl-dots {position:absolute;width:100%;top:-33px;right:0;z-index:1;text-align:right;}
#carouseldimofili-proionta .owl-next {position:absolute;right:-45px;padding:10px 15px!important;text-align:center;margin-right:0px;border-radius:50%;border:2px solid #005949;}
#carouseldimofili-proionta .owl-next img {width:14px;}
#carouseldimofili-proionta .owl-prev {position:absolute;left:-45px;padding:10px 15px!important;text-align:center;margin-left:0px;border-radius:50%;border:2px solid #005949;}
#carouseldimofili-proionta .owl-prev img {width:14px;}

#carouseldimofili-proionta .owl-dots .owl-dot {width: 5px!important;height: 2px!important;border:none!important;margin-right:7px!important;background:#000!important;border-radius: 3px!important;}
#carouseldimofili-proionta .owl-dots .owl-dot.active {background:#c4c4c4!important;}




#carouselproteinomena-proionta {padding:0 0px 50px 0px;position:relative;}
#carouselproteinomena-proionta .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:60%;right:0;z-index:20;}
#carouselproteinomena-proionta .owl-dots {position:absolute;width:100%;bottom:-10px;left:0;z-index:1;text-align:center;}
#carouselproteinomena-proionta .owl-next {position:absolute;right:-45px;padding:10px 15px!important;text-align:center;margin-right:0px;border-radius:50%;border:2px solid #005949;}
#carouselproteinomena-proionta .owl-next img {width:14px;}
#carouselproteinomena-proionta .owl-prev {position:absolute;left:-45px;padding:10px 15px!important;text-align:center;margin-left:0px;border-radius:50%;border:2px solid #005949;}
#carouselproteinomena-proionta .owl-prev img {width:14px;}

#carouselproteinomena-proionta .owl-dots .owl-dot {width: 12px!important;height: 12px!important;border:1px solid #3b39ad!important;margin-right:7px!important;background:#fff!important;border-radius: 50%!important;}
#carouselproteinomena-proionta .owl-dots .owl-dot.active {background:#3b39ad!important;}

.slogan1 {text-align:center;font-weight: 400;
font-size: 14px;width:70%;margin:0 auto 30px auto;}

.slogan2 {text-align:center;font-weight: 400;
font-size: 14px;width:70%;margin:0 auto 30px auto;}

.slogan3 {text-align:center;font-weight: 400;
font-size: 14px;width:70%;margin:0 auto 30px auto;}

.slogan1 span,.slogan2 span,.slogan3 span {font-weight: 700;font-size: 14px;display:block;margin-bottom:10px;}



.lg-outer .lg-thumb-outer {display:none!important;}
 .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.0)!important;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 0px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;display:none!important;
}
 

.lg-toolbar .lg-icon {display:none;}
.lg-close {display:block!important;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 #hamburger-2 {width: 19px;height:19px;position:relative;display: block;
margin:30px 0 0 25px;}

@media (max-width: 600px) and (min-width: 280px) {
 #hamburger-2 {width: 19px;height:19px;position:relative;display: block;
margin:15px 0 0 25px;}	
}


.hamburger .line{
  width: 19px;
  height: 2px;
  background-color: #000;
  display: block;
 position:absolute;
 left:0px;
 top:0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; cursor: pointer;
}


.hamburger:hover{
  cursor: pointer;
}
#hamburger-2 .line:nth-child(2){
top:6px;
}
#hamburger-2 .line:nth-child(3){
top:12px;
}



#hamburger-2.is-active .line:nth-child(1){
-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
top:10px;
width:25px;
}


  
  #hamburger-2.is-active .line:nth-child(2){
   width: 0%;
  opacity: 0;
}

#hamburger-2.is-active .line:nth-child(3){
-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
top:10px;width:25px;
}


.kleisimo {width:45px;height:45px;margin:20px 0 0 15px;display:block;text-align:center;}
.kleisimo img {margin-top:13px;}

.has-overlay {
    overflow-y:hidden;}
.slider{
  width:250px;
  height:100vh;
  position:fixed;
  top:0px;z-index: 9999;
  left:0px;
  background:#3b39ad;display:none;
  overflow-y:auto;
}
@media (max-width: 478px) {
	
}


.hide {display:none;}


#secondDisplay{
  background-color:rgba(59, 57, 173, 0.8);
  transition:left 1.5s ease;
   width:100%;
  height:100vh;
  position:fixed;
  top:0px;z-index: 9998;display:none;
}


 
.taalla {border-top:1px solid #ccc;width:215px;margin-left:15px;color:#fff;font-size:12px!important;font-weight:700!important;font-family:'Roboto', sans-serif;line-height:32px;display:block;text-align:left;padding:12px 0 12px 0;}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}</pre></body></html>