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;}

/* manrope-300 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/manrope-v15-greek_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/manrope-v15-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/manrope-v15-greek_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/manrope-v15-greek_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/manrope-v15-greek_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	
	
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background:#fff!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;font-family: 'Manrope', 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 > 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 > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #000;
}

#selida {width:100%;position:relative;}

#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 */

 }



.pinkbg {background: #F9F0F0;padding:28px;position:relative;}
.salesection {border: 1px solid #D9CEAE;width:100%;position:relative;font-weight: 400;font-size: 18px;line-height: 24px;text-align: center;color: #343434;padding:69px 20px;background:url(../img/salebg.png) no-repeat center center;}
.velosbg {width:298px;position:absolute;top:-40px;right:0px;}
.velosbg img {width:100%;}

@media (max-width: 868px) and (min-width: 280px) {
.velosbg {display:none;}	
}
@media (max-width: 494px) and (min-width: 280px) {
.salesection {background:url(../img/salebg.png) no-repeat center center;background-size:300px;}

}

#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 0px auto;
	width:149px;
	text-align:center;
}
#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:-4px;
}

#cart > .btn {
	
	line-height: 22px!important;
	color: #000;
	border: none!important;
	border-radius: 0px!important;
	box-shadow: none!important;
	background:transparent!important;
	font-size:14px!important;
	font-weight:700!important;
	margin-left:0px!important;
	margin-right:0px!important;
	margin-top:0px!important;padding: 0px 0px!important;
}
#cart > .btn:hover {color:#D9CEAE;}

#cart > .btn img{margin-right:10px;}
@media (max-width: 778px) {
#cart > .btn img{margin-right:3px;}
}

#cart > .btn:hover img{
	 filter: grayscale(100%); 
}
#cart > .btn-lg {
    
    font-size: 15px;
}

#cart.open > .btn {
	background-image: none;
	background-color: #000;
	border: none;
	color: #c9c9c9;
	box-shadow: none;
	text-shadow: none;
}


#cart.open > .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 > tbody > tr:nth-of-type(2n+1) {
    background-color: #5b5a5a!important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #2C2C2C;
}




#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
margin-top:0px;
}


#menu .nav ul 
{text-align: center;
  list-style:none;}
  
#menu .nav > li > a {
	color: #000;
	padding: 7px 15px 17px 0px;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
line-height: 19px;
margin-right:25px;
font-family: 'Manrope', sans-serif;
	
}
#menu .nav > li:last-child a {padding: 7px 15px 17px 0px;}
#menu .nav > li > a:hover {color:#DBCDAC!important;}


@media (max-width: 1312px) and (min-width: 1102px) {
#menu .nav > li > a {
	padding: 7px 15px 17px 0px;
}	
}



@media (max-width: 1102px) and (min-width: 943px) {
#menu .nav > li > a {
font-size: 13px;
	padding: 7px 5px 17px 0px;
}	

}




.oxikinito2 {display:inline-block;}
.naikinito2 {display:none;}
@media (max-width: 1002px) and (min-width: 280px) {
.oxikinito2 {display:none!important;}
.naikinito2 {display:block;}
}


.oxikinito {display:inline-block;}
.naikinito {display:none;}
@media (max-width: 1002px) 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: left;}
.navbar-nav > li {
    float: none;display:inline-block;text-align: left;
}
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:-4px;
	float:right;
}
#menu {
    margin-top: 0px;
}
#cart > .btn {
	margin-left:5px!important;
	margin-right:0px!important;
	margin-top:7px!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 > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #000;
}

#menu .dropdown-menu {
	 background:#000!important;
	 border-radius:0!important;
	 border:0!important;
	 padding:20px 20px!important;
margin-left:0px!important;
box-shadow: none !important;
top:42px!important;
border:1px solid #ccc!important;
border-top:none!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:'Manrope', sans-serif;
}

#menu .menu3rdlevel_inner a {font-weight:400!important;}





#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:#f2f2f2!important;
	border-top:1px solid #f2f2f2!important;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #fff!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 > li > a {
	color: #000;
	padding: 9px 0px 9px 0px;
	background-color: transparent;
	font-size:14px;
	font-weight:400;
	width:100%;
	margin-bottom:8px;font-family: 'Manrope', sans-serif;
	display:block;
	}
	#menu .nav > li > a:hover {color:#ccc!important;}
	#menu .nav > li {text-align:left;}
	#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 4px 4px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight:400!important;font-family:'Manrope', sans-serif;
	}
	#menu .dropdown-inner a:hover {color:#ccc!important;}
	.navbar-nav  {width:100%;display:block;float:none;text-align: left;}
	.navbar-nav > 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 > 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:11px;}
.keimenoaristera {text-align:left;font-size:12px;color:#F1E4B2;padding-top:11px;}



.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;}
}


.panolinks {text-align:right;}
.panolinks a {color:#000;font-size:14px;font-weight:700;position:relative;transition: 0.3s;margin-top:9px;display:inline-block;margin-right:10px;} 
.panolinks a:hover {color:#ccc;}
.panolinks a:hover img{
	 filter: brightness(70%)!important; 
}
.panolinks a span {padding-left:5px;display:inline-block;}

@media (max-width: 1119px) and (min-width: 768px) {
.panolinks a {margin-right:8px;margin-top:3px;}
}

@media (max-width: 767px) and (min-width: 601px) {
.panolinks {text-align:right;}
.panolinks a {margin-right:7px;margin-top:3px;}
}
@media (max-width: 600px) and (min-width: 280px) {
.panolinks {text-align:right;float:right!important;}
.panolinks a {margin-right:3px;margin-top:3px;}
}



#listaproionton {width:100%;margin:0 auto;}
.containercat {width:100%;margin:0 auto;}
.perigrafikatigorias {position:relative;}
.perigrafikatigorias h2 {padding-bottom:10px;padding-top:25px;font-weight: 400;font-size: 24px;color: #000;}

@media (max-width: 600px) and (min-width: 280px) {
.containercat {width:100%;margin:0 auto;}	
#listaproionton {width:100%;margin:0 auto;}
}


.oiipokatigories a {color:#000;padding:2px 9px;}
.oiipokatigories a:hover {color:#ccc;}


.detailswidth{width:270px!important;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;}
.detailswidth{width:270px!important;margin:0 auto 0 auto!important;}
}

.prodprice {width:100%;position:relative;text-align:center;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;
	
}


.form-group {
    margin-bottom: 30px;
}





#cart-total {
position:relative;
display:block;
float:right;
font-weight:700!important;
font-size: 14px;
text-align: center;
background:#fff!important;
color: #000;
margin-top:2px;
margin-left:4px;
width: 17px;
line-height:17px;
height: 17px;
border-radius:50%;
}


@media (max-width: 600px) and (min-width: 280px) {
#cart-total {
font-size: 11px;
line-height: 15px;
margin-left:0px;
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:'Manrope', 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:Open Sans;
	font-weight:500;
	color:#2B3087!important;
  background:#fff url(../image/058-down-arrow1.png) no-repeat 93% center !important;
}

input {border:1px solid #E5E6E1!important;}

.nav-tabs {
    border-bottom: none;
	text-align:center;
}
.nav-tabs > li {
    float: none!important;
	display:inline-block!important;
    margin-bottom: 3px;
}
.nav-tabs > li > 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 > li > 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 > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > 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:100px 0 95px 0;}



.top1 {width:100%;position:relative;display:block;}
.top1 a img {width:100%; -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.top1:hover a img {
  filter:  brightness(80%);
}

.top1 .otitlos {
font-weight: 700;
font-size: 18px;
text-align: center;
color: #000;
position:relative;
display:block;
margin-top:19px;
width:100%;
}



.top2 {width:100%;margin:0 auto;position:relative;display:block;}
.top2 a img {width:100%; -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.top2:hover a img {
  filter:  brightness(80%);
}

.top2 .otitlos {
font-weight: 700;
font-size: 18px;
text-align: center;
color: #000;
position:relative;
display:block;
margin-top:19px;
width:100%;
}




.top3 {width:100%;float:right;position:relative;display:block;}
.top3 a img {width:100%; -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
  .top3:hover a img {
  filter:  brightness(80%);
}

.top3 .otitlos {
font-weight: 700;
font-size: 18px;
text-align: center;
color: #000;
position:relative;
display:block;
margin-top:19px;
width:100%;
}

@media (max-width: 767px) {
.top1 {width:100%;position:relative;display:block;margin:0 auto 30px auto;}
.top2 {width:100%;margin:0 auto 30px auto;position:relative;display:block;}
.top3 {width:100%;float:none;margin:0 auto;position:relative;display:block;}
}




.bannerbottom {padding:165px 0;}
.bannerbottomtitlos {
	font-weight: 400;
font-size: 92px;
line-height: 98px;
color: #000;display:block;text-align:center;}

.bannerbottomdescription {font-weight: 400;
font-size: 24px;
line-height: 33px;
color: #000;display:block;margin-top:23px;text-align:center;}


.bannerbottomlink {font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #000;display:block;
margin:33px auto 0 auto;
border: 1px solid #FFFFFF;
padding:15px 40px 15px 15px;
width:260px;
background:#FFFFFF url(../image/linkarrow.png) no-repeat 90% center;transition: 0.4s;
}

.bannerbottomlink:hover {background:#000 url(../image/linkarrow.png) no-repeat 95% center;color:#fff;border: 1px solid #000;}



@media (max-width: 600px) {
.bannerbottomtitlos {	font-size: 62px;line-height: 78px;}
}






.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: #D9CEAE;}
.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: #D9CEAE;}

@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 60px 15px!important;background:#fff;}



.tarelated {width:90%;position:relative;padding:65px 15px 60px 15px!important;margin:0 auto;}

@media (max-width: 767px) {

.tarelated {width:100%;overflow-x:hidden;position:relative;padding:25px 20px 60px 20px!important;}
.oikatigories {margin-bottom:50px;}
}

.carousel-inner > .item > a > 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;
}

.tonewsletter {border-bottom: 1px solid #7A7A7A;padding:66px 0 41px 0;background:#000;}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 80px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #7A7A7A;
}
footer a {
	color: #fff;
	padding:3px 0 7px 0;
	margin-bottom:1px;
	display:inline-block;
}


footer a i {margin-right:6px;font-weight:400!important;font-size:22px!important;}
footer a i:before {margin-right:6px;font-weight:400!important;font-size:22px!important;}
.noborder {border-bottom: none!important;}
.noborder:hover {border-bottom: none!important;}

footer a:hover {
	color: #D9CEAE;
}
footer h5 {
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px!important;
}
.alert {
	padding: 20px 20px 20px 20px!important;
	color: #fff!important;
    background-color: #000!important;
    border:none!important;
	border-radius: 0px!important;
}









.sameheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.sameheight > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.content_bottomholder {padding-top:24%;}
.content_bottomholder h3 {font-size:36px!important;}


.content_bottomholder a {
	color: #343434;
	font-size:12px;
	font-weight:400;
	padding:15px 35px;
	font-family:'Manrope', sans-serif;
	background: #fff;
	border: 1px solid #D9CEAE;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0px;
	text-align:center;
	LINE-HEIGHT:24PX;
}
.content_bottomholder a:hover {
	background-color: #D9CEAE!important;color: #fff!important;}


/* breadcrumb */
.breadcrumb {
	margin: 15px 0 0px 0;
	padding: 10px 0 0 0;
	border: none!important;
	background-color:transparent!important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	
	padding: 0 13px 0 4px;
	position: relative;
	white-space: normal;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: ' > ';
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.breadcrumb > li:first-child {
	padding: 0 13px 0 0px;
}
.breadcrumb > li:last-child:after {
	content: '';
	padding: 0;
}
.breadcrumb > li a {font-size:12px;font-weight:500;color:#000!important;overflow-wrap: break-word;}

.breadcrumb > li a:hover {color:#D9CEAE;}
.breadcrumb > li:last-child a {color:#000!important;font-weight:700;overflow-wrap: break-word;}






.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 > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .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:#000 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 > li > a, .pagination > li > 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 > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > 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;}
}



.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;}	
}

.btn-primary2 {
	color: #666;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Manrope', sans-serif;
	background: #fff;
border: 1px solid #D9CEAE!important;
box-sizing: border-box;
border-radius: 0px!important;
}
.btn-primary2:hover {
	color: #fff;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Manrope', sans-serif;border: 1px solid #D9CEAE!important;
	background: #000;
}
.btn-primary {
	color: #fff;
	font-size:14px;
	font-weight:500;
	padding:15px 20px;
	font-family:'Manrope', sans-serif;
	background: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0px;
	text-align:center;
	LINE-HEIGHT:24PX;
	border:2px solid #000!important;
}
.btn-primary:hover, .btn-primary:active,.btn-primary.focus, .btn-primary:focus,.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #666!important;color: #fff!important;
	border:2px solid #000!important;
	}

.buttons .btn-primary {background: #000;color:#fff;	padding:15px 50px;}





#button-confirm {
	color: #fff;
	font-size:14px;
	font-weight:500;
	padding:15px 20px;
	font-family:'Manrope', sans-serif;
	background: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0px;
	text-align:center;
	LINE-HEIGHT:24PX;
	border:2px solid #000!important;
}
#button-confirm:hover, #button-confirm:active,#button-confirm.focus, #button-confirm:focus,#button-confirm.active, #button-confirm.disabled, .btn-primary[disabled] {
	background-color: #666!important;color: #fff!important;
	border:2px solid #000!important;
	}










.btn-warning {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Manrope', 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:'Manrope', 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:'Manrope', 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:'Manrope', 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;
}




.titleline {
   width:100%;
   position: relative;
   font-size:24px;
   font-weight:700;
   color:#000;
   padding-bottom:20px;
   margin-bottom:35px;
   border-bottom: 1px solid #000000;
}

.titleline a {font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: right;
float:right;
color: #000000;}




.diathesimo {position:absolute;top:0;right:5px;font-size:12px;font-weight:400;text-transform:uppercase;color:#000;}
@media (max-width: 766px) {
	.diathesimo {position:relative;top:0;left:0px;right:auto;font-size:12px;font-weight:400;text-transform:uppercase;color:#000;margin-top:20px;}

}


/* product list */
.caption {text-align:center;height:140px;overflow:hidden;}
.product-layout {
margin-bottom: 40px;
}
.product-thumb {
box-sizing: border-box; cursor: pointer;
}






.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;}
.product-layout:hover .kalathi img {
  filter:  brightness(0) invert(1);
}

#button-cart {width:100%;}
#button-cart:hover img {
  filter:  brightness(0) invert(1);
}


.wish {position:absolute!important;top:20px!important;right:12px!important;border:none!important;background-color:transparent!important;display:none;}
.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) {
.product-thumb {
	border: none;
	margin-bottom: 0px;
	padding:0px;
}
	.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;border: 1px solid #EDEDED;
	padding:0px 0 0px; -webkit-transition: filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out; cursor: pointer;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto; -webkit-transition: filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out; cursor: pointer;
}
.product-thumb:hover .image img {
	 filter: brightness(60%); 
}


.product-grid .product-thumb .image {
	float: none;
}


.product-thumb h4 {
	font-weight: 400;
	font-size:16px;
	color:#000;
	line-height:18px;
	font-weight:400;
	text-align:center;
	padding:12px 0px 12px 0px;
}
.product-thumb h4 a {color:#000;}
.product-thumb h4 a:hover {
color:#c1c1c1;
	}
	.product-thumb:hover h4 a {
color:#c1c1c1;
	}
	

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {

	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.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: 400;
	font-size:16px;
	float:none;
	display:block;
	text-align:center;
	line-height:16px;
	font-family: 'Manrope', sans-serif;margin: 0px 0 0 0!important;

}
.product-thumb .price-new {
	color: #000;
	font-weight: 400;
	font-size:16px;
	line-height:16px;
	font-family: 'Manrope', 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: 'Manrope', 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 > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails > 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:none;
	}
}
@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:none;
	}
}
@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:none;
	}
}

/* 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 > .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;}
}





.section1prods {position:relative;position:relative;z-index:1;padding-top:0px;}

#slideshowmain {position:relative;z-index:1;}
.slieperigrafi {position:absolute;top:40%;left:0;width:100%;text-align:center;display:block;}
.perigrafihold{position:relative;font-size: 62px;font-weight:400;color:#fff;display:block;max-width:450px;margin:0 auto;}

#slideshowmain .owl-nav {position:absolute;width:100%;top:52%;left:0px;z-index:20;}
#slideshowmain .owl-dots {position:absolute;width:100%;bottom:45px;left:0px;z-index:1;text-align:center;}
#slideshowmain .owl-next {position:absolute;right:20px;bottom:0px;padding:10px 15px!important;text-align:center;margin-right:0px!important;}
#slideshowmain .owl-next img {width:18px;}
#slideshowmain .owl-prev {position:absolute;left:20px;bottom:0px;padding:10px 15px!important;text-align:center;margin-left:0px!important;}
#slideshowmain .owl-prev img {width:18px;}



#slideshowmain .owl-dots .owl-dot {margin-right:5px!important;width: 8px!important;height: 8px!important;border: 1px solid #666!important;background:#666!important;}
#slideshowmain .owl-dots .owl-dot.active {background:#000!important;border: 1px solid #f2e6c4!important;}



@media (max-width: 841px) and (min-width:600px) {
	.slieperigrafi {position:absolute;top:40%;left:0;width:100%;text-align:center;display:block;}
.perigrafihold{padding:20px;background:#000;position:relative;font-size: 26px;font-weight:400;color:#fff;display:block;max-width:450px;margin:0 auto;}

#slideshowmain .owl-prev {position:absolute;left:10px;bottom:0px;padding:10px 15px!important;text-align:center;margin-left:0px!important;}
#slideshowmain .owl-next {position:absolute;right:10px;bottom:0px;padding:10px 15px!important;text-align:center;margin-right:0px!important;}
#slideshowmain .owl-nav {position:absolute;width:100%;top:60%;left:0px;z-index:20;}

}


@media (max-width: 599px) and (min-width:240px) {
		.slieperigrafi {position:absolute;top:40%;left:0;width:100%;text-align:center;display:block;}
.perigrafihold{padding:10px;background:#000;position:relative;font-size: 22px;font-weight:400;color:#fff;display:block;max-width:280px;margin:0 auto;}

#slideshowmain .owl-prev {position:absolute;left:4px;bottom:0px;padding:10px 15px!important;text-align:center;margin-left:0px!important;}
#slideshowmain .owl-next {position:absolute;right:4px;bottom:0px;padding:10px 15px!important;text-align:center;margin-right:0px!important;}
#slideshowmain .owl-nav {position:absolute;width:100%;top:60%;left:0px;z-index:20;}
#slideshowmain .owl-dots {position:absolute;width:100%;bottom:25px;left:0px;z-index:1;text-align:center;}
}

.proteinomena {padding:80px 0 60px 0;}





.proddetails {padding-left:70px;max-width:490px;margin:0 auto;}
@media (max-width: 767px) {
.proddetails {padding-left:20px;max-width:490px;margin:0 0 0 0;}	
}




#relatedcarousel {padding:0 0px 60px 0px;position:relative;}
#relatedcarousel .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:70%;right:0;z-index:20;}
#relatedcarousel .owl-dots {position:absolute;width:100%;bottom:40px;right:0;z-index:1;text-align:center;}
#relatedcarousel .owl-next {position:absolute;right:-45px;padding:10px 15px!important;text-align:center;margin-right:0px!important;}
#relatedcarousel .owl-next img {width:18px;}
#relatedcarousel .owl-prev {position:absolute;left:-45px;padding:10px 15px!important;text-align:center;margin-left:0px!important;}
#relatedcarousel .owl-prev img {width:18px;}

#relatedcarousel .owl-dots .owl-dot {margin-right:5px!important;width: 8px!important;height: 8px!important;border: 1px solid #666!important;background:#666!important;}
#relatedcarousel .owl-dots .owl-dot.active {background:#000!important;border: 1px solid #f2e6c4!important;}



#carouselbrandscarousel {padding:50px 30px 80px 30px;position:relative;}
#carouselbrandscarousel .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:66px;right:0;z-index:20;}
#carouselbrandscarousel .owl-dots {position:absolute;width:100%;bottom:-40px;right:0;z-index:1;text-align:center;}
#carouselbrandscarousel .owl-next {position:absolute;right:0px!important;padding:10px 15px!important;text-align:center;margin-right:0px!important;}
#carouselbrandscarousel .owl-next img {width:18px;}
#carouselbrandscarousel .owl-prev {position:absolute;left:0px!important;padding:10px 15px!important;text-align:center;margin-left:0px!important;}
#carouselbrandscarousel .owl-prev img {width:18px;}

#carouselbrandscarousel .owl-dots .owl-dot {margin-right:5px!important;width: 8px!important;height: 8px!important;border: 1px solid #666!important;background:#666!important;}
#carouselbrandscarousel .owl-dots .owl-dot.active {background:#0000!important;border: 1px solid #f2e6c4!important;}


#carouselcarouselallo {padding:0 0px 60px 0px;position:relative;}
#carouselcarouselallo .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:70%;right:0;z-index:20;}
#carouselcarouselallo .owl-dots {position:absolute;width:100%;bottom:40px;right:0;z-index:1;text-align:center;}
#carouselcarouselallo .owl-next {position:absolute;right:-45px;padding:10px 15px!important;text-align:center;margin-right:0px;}
#carouselcarouselallo .owl-next img {width:18px;}
#carouselcarouselallo .owl-prev {position:absolute;left:-45px;padding:10px 15px!important;text-align:center;margin-left:0px;}
#carouselcarouselallo .owl-prev img {width:18px;}

#carouselcarouselallo .owl-dots .owl-dot {margin-right:10px!important;width: 10px!important;height: 10px!important;border: 1px solid #D9CEAE!important;
box-sizing: border-box!important;
transform: rotate(-45deg)!important;}
#carouselcarouselallo .owl-dots .owl-dot.active {background:#000!important;}



#carouselproteinomena-proionta {padding:0 0px 60px 0px;position:relative;margin:0 auto 0 auto;width:88%;}
#carouselproteinomena-proionta .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:70%;right:0;z-index:20;}
#carouselproteinomena-proionta .owl-dots {position:absolute;width:100%;bottom:40px;right: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;}
#carouselproteinomena-proionta .owl-next img {width:18px;}
#carouselproteinomena-proionta .owl-prev {position:absolute;left:-45px;padding:10px 15px!important;text-align:center;margin-left:0px;}
#carouselproteinomena-proionta .owl-prev img {width:18px;}

#carouselproteinomena-proionta .owl-dots .owl-dot {margin-right:10px!important;width: 10px!important;height: 10px!important;border: 1px solid #D9CEAE!important;
box-sizing: border-box!important;
transform: rotate(-45deg)!important;}
#carouselproteinomena-proionta .owl-dots .owl-dot.active {background:#000!important;}






.slogan1 {text-align:center;font-weight: 400;
font-size: 14px;margin-bottom:30px;}

.slogan2 {text-align:center;font-weight: 400;
font-size: 14px;margin-bottom:30px;}

.slogan3 {text-align:center;font-weight: 400;
font-size: 14px;margin-bottom:30px;}




.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: 20px;height:24px;position:relative;display: block;margin:0px 0 15px 13px;}

.hamburger .line{
  width: 20px;
  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:#fff;display:none;
  overflow-y:auto;
}


.hide {display:none;}


#secondDisplay{
  background-color:rgba(0, 0, 0, 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 #666;width:215px;margin-left:15px;color:#000;font-size:12px!important;font-weight:700!important;font-family:'Manrope', 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;
    }
}



#mc_embed_signup_scroll {max-width:320px;margin:20px auto;text-align:center;clear:both;}
#mc_embed_signup_scroll input {border-radius:4px!important;padding:8px 4px!important;margin-bottom:0px!important;float:left;margin-right:15px;color: #000!important;}
#mc_embed_signup_scroll .button {background:#fff!important;color:#000!important;padding:8px 15px!important;display:inline-block!important;float:left;}
#mc_embed_signup_scroll input::-webkit-input-placeholder {
  color: #000!important;font-weight:400!important;
}
#mc_embed_signup_scroll input::-moz-placeholder { /* Firefox 19+ */
  color: #000!important;font-weight:400!important;
}
#mc_embed_signup_scroll input:-ms-input-placeholder { /* IE 10+ */
 color: #000!important;font-weight:400!important;
}
#mc_embed_signup_scroll input:-moz-placeholder { /* Firefox 18- */
color: #000!important;font-weight:400!important;
}





@media (max-width: 330px) {
#mc_embed_signup_scroll input {border-radius:4px!important;padding:8px 4px!important;margin-bottom:0px!important;float:none;margin-right:0px;}
#mc_embed_signup_scroll .button {background:#fff!important;color:#000!important;padding:8px 15px!important;display:inline-block!important;float:none;margin-top:7px!important;}	
}