* {
  scrollbar-width: thin;
  scrollbar-color: #111 #fff;
}


*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #fff;border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
  background-color: red;
  
  border: 3px solid red;
}

.scroll-black * {
	scrollbar-width: thin;
	scrollbar-color: rgb(70, 70, 70) auto;
}

/* Works on Chrome, Edge, and Safari */
.scroll-black *::-webkit-scrollbar {
	width: 10px;
}

.scroll-black *::-webkit-scrollbar-track {
	background: transparent;
}

.scroll-black *::-webkit-scrollbar-thumb {
	background-color:rgb(70, 70, 70);
}
body,
html { width: 100%;
  height: 100%; }
body {
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	height:100%;overflow-x:hidden;
}

html.oxiskroll, body.oxiskroll {overflow:hidden;height: 100%;}

p {font-size: 14px;font-weight: 400;
	color: #000;
	line-height: 24px;
	width: 100%;}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* 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: #333;
}
a:hover {
	text-decoration: none;color: #666;
}
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
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: 13px;
}
.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;
}

.container {padding:0;}

.row {
  margin-right: 0px;
  margin-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


#selidaoverlay {
position:fixed;
top:0;left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0);
z-index:1000;
display:none;
}
.selidaoverlayon {display:block!important; }


/* top */
.headertop {position:relative;top:0;left:0;width:100%;background:#ffffff;padding:10px 0;border-bottom:1px solid #efefef;}

.tafiltra{background: #ffffff;padding:5px 15px;}
.tostik {position:fixed;top:0;left:0;z-index:99999;width:100%;padding:2px 0px;border-bottom:1px solid #ccc;}
.tostik2 {position:fixed;top:55px;left:0;z-index:999;width:100%;padding:0px 0px;border-bottom:1px solid #dccc;}
@media (max-width: 1028px) {
.tostik2 {position:fixed;top:43px;left:0;z-index:999;width:100%;padding:2px 0px;border-bottom:1px solid #ccc;}
	
}



#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#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;
}



.slogantop {border-bottom:1px solid #efefef;font-size:11px;color:#121314;text-align:center;padding:8px 0;}
.slogantop2 {border-bottom:1px solid #efefef;font-size:11px;color:#DD312D;text-align:center;padding:2px 0;}
.slogantop2 a {color:#DD312D;font-weight:500;}

@media (max-width: 800px) {
.slogantop {border-bottom:1px solid #efefef;font-size:11px;background:#DD312D;color:#fff;text-align:center;padding:3px 0;}

}


/* logo */
.logo {
	margin: 0 10px 0 15px;
	width:190px;
	display:block;float:left;
	padding:0;
}
.logo img {width:100%;}


@media (max-width: 1028px) {
.logo {width:140px;margin: 0 0 0 9px;}
}


.deks {text-align:right;padding-right:15px;}
.arist {text-align:left;padding-left:15px;}

@media (max-width: 767px) {
.deks {text-align:center;padding-right:0px;}
.arist {text-align:center;padding-left:0px;}
.slogantop2 {border-bottom:1px solid #efefef;font-size:11px;color:#DD312D;text-align:center;padding:8px 0;}
}



.anazitisi {display:none;}
.menukeimeno {}
.tomenu {background:red;margin:0;float:left;width:70%;}
#supermenu  {border-radius: 0px!important;margin-bottom: 0px!important;margin-top: 6px!important;padding: 0px 0px!important;}
#supermenu.alt1 ul li a.tll {font-weight:600!important;font-size: 15px!important;}
#supermenu.alt1 ul li div .withchild a.theparent {  border-bottom: 0px solid #efefef!important;font-weight:bold!important;font-size:14px!important;}
#supermenu.alt1 ul li div .withchild ul.child-level li a {  color: #000!important;padding:2px 4px!important;font-size:13px!important;}
#supermenu.alt1 ul li div .withchildhaskids a.theparent {  border-bottom: 1px solid #efefef!important;font-weight:500!important;font-size:14px!important;padding-top:8px!important;padding-bottom:8px!important;margin-bottom:5px;}
#supermenu.alt1 ul li div .withchildhaskids ul.child-level li a {  color: #000!important;padding:13px 10px!important;font-size:13px!important;}
#supermenu ul li div.bigdiv {top:47px;box-shadow: 0px 1px 1px #111!important;-moz-box-shadow:0px 1px 1px #111!important;-webkit-box-shadow:0px 1px 1px #111!important;}
#supermenu.alt1 {background:transparent!important;}
#supermenu ul li a.tll {padding: 15px 10px 15px 10px!important;}
.child-level {margin-top:9px!important;}
.child-level li {padding-top:6px!important;padding-bottom:6px!important;}

.todeksia {background:#fff;text-align:right;}
.todeksia a {display:inline-block;text-align:center;font-size:11px;color: #121314;margin-right:8px;margin-top:7px;}
.todeksia a img {width:22px;}
.todeksia a span {display:block;font-size:11px;color: #121314;}
.todeksiadark {background:#fff;}


#supermenu.respsmall .superdropper {
  display: block;
  position: absolute;
  right: 0px;
  top: -6px!important;
  text-decoration: none;
  z-index: 7;
  padding-left: 0px!important;
  padding-bottom: 0px!important;
  
}
#supermenu.respsmall .superdropper span {
  font-size: 15px;
  text-decoration: none;
  background: #d6211a!important;
  color: #fff!important;
  display: block;
  margin-right: 5px;
  margin-top: 0px;
  width: 30px;
  text-align: center;
  border: none!important;padding: 5px 0!important;
  
}
#supermenu.respsmall ul li.tlli.sep {
  border-top: 1px solid #efefef!important;
  height: 13px!important;
}

@media (max-width: 1028px) and (min-width: 941px) {
#supermenu.alt1 ul li a.tll {font-weight:500!important;font-size: 14px!important;}
}
@media (max-width: 940px) and (min-width: 849px) {
#supermenu.alt1 ul li a.tll {font-weight:500!important;font-size: 12px!important;}
#supermenu ul li div.bigdiv {top:51px;box-shadow: 0px 1px 1px #111!important;-moz-box-shadow:0px 1px 1px #111!important;-webkit-box-shadow:0px 1px 1px #111!important;}
#supermenu ul li a.tll {padding: 15px 6px 15px 6px!important;}
}
@media (max-width: 848px) and (min-width: 100px) {
#supermenu.alt1 ul li a.tll {font-weight:500!important;font-size: 14px!important;}
#supermenu ul li div.bigdiv {top:auto;box-shadow: none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;padding:0 25px!important;}
#supermenu ul li a.tll {padding: 15px!important;}
}

.kleisimo {display:none;}
@media (max-width: 845px) and (min-width: 100px) {
.kleisimo {display:block;position:fixed;top:10px;right:10px;z-index:999;background:#fff;}
}


@media (max-width: 1028px) and (min-width: 846px) {
.logo {width:140px;margin: 0 0 0 0px;}

#supermenu  {margin-top: 0px!important;}
#supermenu ul li a.tll {padding: 11px 6px 11px 6px!important;font-size: 13px!important;}
.todeksia a span {display:none;}
.todeksia a img {width:18px;}





.mobile-trigger {
  font-size: 12px!important;cursor:pointer!important;
  font-weight:500!important;
  color: #111!important;
  width: 40px!important;
   height: 30px!important;
  background: #fff!important;
  font-weight: normal;
  line-height: 16px; display:none!important;
  text-decoration: none;
  display: block;float:left!important;
  padding: 0px!important;
  z-index: 6;
  margin-left:5px!important;
  margin-top:8px!important;
  position: relative!important;
}

.mobile-trigger .mt-bars {
	display: block!important;
    width: 25px!important;
    float: left!important;
	margin-right:5px!important;
}
.mobile-trigger .mt-bars span {
	display: block!important;
	background: #111!important;
	height: 2px!important;
	margin-bottom: 5px!important;
}



#supermenu.respsmall a.mobile-trigger {
  font-size: 12px!important;
  font-weight:500!important;
  color: #111!important;
  width: 90px!important;
   height: 30px!important;
  background: #fff!important;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
  display: block;float:left!important;
  padding: 0px!important;
  z-index: 6;
  margin-left:20px!important;
  margin-top:8px!important;
  position: relative!important;
}

#supermenu.respsmall a.mobile-trigger .mt-bars {
	display: block!important;
    width: 25px!important;
    float: left!important;
	margin-right:5px!important;
}
#supermenu.respsmall a.mobile-trigger .mt-bars span {
	display: block!important;
	background: #111!important;
	height: 2px!important;
	margin-bottom: 5px!important;
}


#supermenu.respsmall > ul.exped {
  visibility: visible;
  height: 100%!important;
  min-height:100%!important;
  position:fixed!important;
  top:0px!important;
  left:0px!important;
  width:100%!important;
  background:#fff!important;
  overflow:visible!important;overflow-y: scroll!important;
  padding-top: 10px!important;
  padding-bottom: 20px!important;
  z-index:999999!important;
}
#supermenu.respsmall ul li.tlli {
  position: relative;
  display: block;
  z-index: 20;
  padding-left: 1px;
  font-size: 12px;
  padding-bottom:13px!important;
}
}


@media (max-width: 845px) and (min-width: 350px) {
.logo {width:140px;margin: 0 0 0 0px;}

#supermenu  {margin-top: 0px!important;}
#supermenu ul li a.tll {padding: 11px 10px 11px 10px!important;}
.todeksia a span {display:none;}
.todeksia a img {width:14px;}





.mobile-trigger {
  font-size: 12px!important;cursor:pointer!important;
  font-weight:500!important;
  color: #111!important;
  width: 40px!important;
   height: 30px!important;
  background: #fff!important;
  font-weight: normal;
  line-height: 16px; display:inline-block!important;
  text-decoration: none;
  display: block;float:left!important;
  padding: 0px!important;
  z-index: 6;
  margin-left:10px!important;
  margin-top:8px!important;
  position: relative!important;
}

.mobile-trigger .mt-bars {
	display: block!important;
    width: 25px!important;
    float: left!important;
	margin-right:5px!important;
}
.mobile-trigger .mt-bars span {
	display: block!important;
	background: #111!important;
	height: 2px!important;
	margin-bottom: 5px!important;
}



#supermenu.respsmall a.mobile-trigger {
  font-size: 12px!important;
  font-weight:500!important;
  color: #111!important;
  width: 90px!important;
   height: 30px!important;
  background: #fff!important;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
  display: block;float:left!important;
  padding: 0px!important;
  z-index: 6;
  margin-left:20px!important;
  margin-top:8px!important;
  position: relative!important;
}

#supermenu.respsmall a.mobile-trigger .mt-bars {
	display: block!important;
    width: 25px!important;
    float: left!important;
	margin-right:5px!important;
}
#supermenu.respsmall a.mobile-trigger .mt-bars span {
	display: block!important;
	background: #111!important;
	height: 2px!important;
	margin-bottom: 5px!important;
}


#supermenu.respsmall > ul.exped {
  visibility: visible;
  height: 100%!important;
  min-height:100%!important;
  position:fixed!important;
  top:0px!important;
  left:0px!important;
  width:100%!important;
  background:#fff!important;
  overflow:visible!important;overflow-y: scroll!important;
  padding-top: 60px!important;
  padding-bottom: 20px!important;
  z-index:999999!important;
}
#supermenu.respsmall ul li.tlli {
  position: relative;
  display: block;
  z-index: 20;
  padding-left: 1px;
  font-size: 12px;
  padding-bottom:13px!important;
}
}






@media (max-width: 349px) and (min-width: 100px) {
	.logo {width:140px;margin: 0 0 0 9px;}
#supermenu  {margin-top: 0px!important;}
#supermenu ul li a.tll {padding: 11px 10px 11px 10px!important;}
.todeksia a span {display:none;}
.todeksia a img {width:18px;}


#supermenu.respsmall a.mobile-trigger {
  font-size: 0px!important;
  font-weight:500!important;
  color: #d6211a!important;
  width: 35px!important;
   height: 30px!important;
  background: #fff!important;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
  display: block;float:left!important;
  padding: 0px!important;
  z-index: 6;
  margin-left:20px!important;
  margin-top:8px!important;
  position: relative!important;
}
	
#supermenu.respsmall a.mobile-trigger .mt-bars {
	display: block!important;
    width: 25px!important;
    float: left!important;
	margin-right:5px!important;
}
#supermenu.respsmall a.mobile-trigger .mt-bars span {
	display: block!important;
	background: #d6211a!important;
	height: 2px!important;
	margin-bottom: 5px!important;
}


#supermenu.respsmall > ul.exped {
  visibility: visible;
  height: 100%!important;
  min-height:100%!important;
  position:fixed!important;
  top:85px!important;
  left:0px!important;
  width:100%!important;
  background:#fff!important;
  overflow:visible!important;overflow-y: scroll!important;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
#supermenu.respsmall ul li.tlli {
  position: relative;
  display: block;
  z-index: 20;
  padding-left: 1px;
  font-size: 12px;
  padding-bottom:13px!important;
}
}


/* search */
#search {
	background:#DB332D;
	width:100%;
	padding:10px;
	position:fixed;
	top:107px;
	left:0;
	z-index:99;
	display:none;
}
.searchpos {top:52px!important;}






#search input {
  border: 0 !important;
  background: #fff ;
	float:left;
	width:92%!important;
  color: #000 !important;
  border-radius:0px!important;
  box-shadow:0!important;
}

#search .input-lg {
	height: 54px;
	padding: 0 0px 0 10px!important;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;float:right;text-align:center;
	width:8%!important;
	padding: 0px 0px;
	text-shadow: none; border: 0px !important;border-radius:0px!important;
  background: #000 !important;height:54px; box-shadow:0!important;
}

@media (max-width: 1028px) and (min-width: 801px) {
#search {top:92px;}
}
@media (max-width: 800px) and (min-width: 575px) {
#search {top:85px;}
}
@media (max-width: 574px) and (min-width: 100px) {
#search {top:85px;}
#search input {width:80%!important;}
#search .btn-lg {width:20%!important;}
}


.monopc {display:block;}
.oxipc {display:none;}

@media (max-width: 700px) and (min-width: 240px) {
.monopc {display:none;}
.oxipc {display:block;}	
}

/* cart */


.logariasmos {
	margin:0 0 0 0!important;background: #fff !important;
}
.logariasmos li a {}

.logariasmos .dropdown-menu {padding:15px;}
.logariasmos .dropdown-menu > li > a:hover {background:none!important;color:#666!important;}
.logariasmos .dropdown-menu > li > a {display:block;padding:8px 8px;}


.logariasmos2 {
	float:right;width:7%;border-right:1px solid #999999;margin:0 0 0 0!important;background: #fff !important;
}
.logariasmos2 li a {display:block;padding:17px 3px;}

.logariasmos2 .dropdown-menu {padding:15px;}
.logariasmos2 .dropdown-menu > li > a:hover {background:none!important;color:#666!important;}
.logariasmos2 .dropdown-menu > li > a {display:block;padding:8px 8px;}



.logariasmos3 {
	float:right;margin:0 0 0 0!important;background: #fff !important;padding-right:5px;
}
.logariasmos3 li a {display:block;padding:16px 3px 17px 3px;}

.logariasmos3 .dropdown-menu {padding:15px;}
.logariasmos3 .dropdown-menu > li > a:hover {background:none!important;color:#666!important;}
.logariasmos3 .dropdown-menu > li > a {display:block;padding:8px 8px;}





#cart {
	position:relative;background: #fff !important;display:inline-block!important;text-align:center!important;font-size:11px;color: #121314;padding:0px 4px 0px 4px!important;margin:0px 0px 0px 0px!important;
}

#cart-total {
	font-weight: 500;position:absolute;top:-26px;left:28px;
font-size: 12px;
line-height: 12px;
color: #000000;}

#cart > .btn {
	display:inline-block !important;text-align:center !important;font-size:11px !important;color: #121314 !important;
	background:#fff;
	padding:0px 0px 0px 0px!important;margin:-22px 0px 0px 0px!important;
	border:0!important;text-align:center!important;
}
#cart .btn img {width:22px;}
#cart .btn span {display:block!important;font-size:11px!important;color: #121314!important;}


#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 0!important;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#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;
}



@media (max-width: 1028px) {
	#cart .btn .kalath {display:none!important;font-size:11px!important;color: #121314!important;}
	#cart-total {
	font-weight: 500;position:absolute;top:-9px;left:23px;}
	#cart > .btn {margin:-2px 0px 0px 0px!important;}
}

.searchhidden {display:none!important;}




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

.table-bordered {
    border: 2px solid #ccc!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 #ccc;
}
.cartdeksia{border-left:none!important;padding-bottom:20px;padding-top:20px;}
.checkoutright {border:1px solid #999;padding:15px 0px 0 0px;text-align:center;margin-top:83px;}
@media (max-width: 766px) {
.checkoutright {margin-top:0px;}
.cartaristera{padding-right:0px;}
.cartdeksia{border-left:none!important;padding-bottom:0px;padding-top:0px;}

}


.carteikona{width:15%;float:left;margin-right:10px;text-align:center;margin-left:20px;height:160px;}
.cartdets {width:65%;float:left;}
.carteikona2{width:70%;float:right;}

@media (max-width: 930px) and (min-width: 501px) {
.carteikona{width:15%;float:left;margin-right:20px;text-align:center;margin-left:20px;height:160px;}
.cartdets {width:65%;float:left;}
.carteikona img {width:90%!important;}
}

@media (max-width: 500px) and (min-width: 240px) {
.carteikona{width:30%;float:left;margin-right:0px;text-align:center;margin-left:0px;height:160px;}
.cartdets {width:65%;float:left;}
.carteikona img {width:90%!important;}
}


.delbut {position:absolute;top:10px;right:10px;padding:0!important;font-weight: 700;font-size: 11px;line-height: 15px;color: #222222;background:transparent;border:none;}
.delbut img {margin-right:0px;width:20px;}
.delbut2 {position:absolute;top:10px;right:80px;padding:0!important;font-weight: 700;font-size: 11px;line-height: 15px;color: #222222;background:transparent;border:none;}
.delbut2 img {margin-right:0px;width:20px;}

@media (max-width: 640px) {
.delbut {display:block;float:right;position:relative;top:auto;right:auto;margin-bottom:13px;margin-left:10px;padding:0!important;font-weight: 700;font-size: 10px;line-height: 15px;color: #222222;background:transparent;border:none;}
.delbut2 {display:block;float:right;position:relative;top:auto;right:auto;margin-bottom:13px;padding:0!important;font-weight: 700;font-size: 10px;line-height: 15px;color: #222222;background:transparent;border:none;}
.delbut img {margin-right:0px;width:14px;}
.delbut2 img {margin-right:0px;width:14px;}
}

#button-coupon {padding:7px 10px!important;}
#button-quote {padding:10px 15px!important;}




/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#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: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
.barholder {position:relative;display:block;}
.bar {
  position: relative;
  width: 100%;
  padding: 25px 0;
font-weight:500;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  height:70px;
  overflow:hidden;
}

.bar_content {
  display: block; /* Important to give the content a width */
white-space: nowrap;
  width: 100%;
  transform: translateX(100%); /* Animation start out of the screen */
letter-spacing:1px;
  /* Add the animation */
  animation: move 30s linear infinite /* infinite make reapeat the animation indefinitely */;
}

/* Create the animation */
@keyframes move {
  to { transform: translateX(-100%); }
}


@media (max-width: 665px) and (min-width: 240px) {
.bar_content {	 transform: translateX(100%); /* Animation start out of the screen */
letter-spacing:1px;
  /* Add the animation */
animation: move 10s linear infinite /* infinite make reapeat the animation indefinitely */;}
@keyframes move {
  to { transform: translateX(-100%); }
}
}



.selides3 {float:right;font-size:12px;font-weight:500;color:#fff;display:block;float:right;margin-top:9px;margin-right:15px;}

.selides4 {font-size:12px;font-weight:500;color:#000;display:block;text-align:center;padding:10px 0;}






.footer-top {
  background-color: #d30202;
  padding: 46px 20px 0 20px;
  text-align: center;
  margin-top:0px;
}

#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	background-color: #FFF;
	color: #111;font-size: 12px;
	font-weight: 400;line-height:24px;
}
footer a {
	color: #111;font-size: 14px;
	font-weight: 400;line-height:24px;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-family:  'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin:15px 0 12px 0;
	padding:0 0 0 0;
	text-align:center;
}
.footh4 {
	font-family:  'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	margin:30px 0 30px 0;
	padding:0 0 0 0;
}


.footleft {padding-top:30px;padding-bottom:60px;font-size: 14px;}
.footright {padding:40px 20px 55px 20px;background:#d30202;color:#fff;}

@media (max-width: 765px) and (min-width: 240px) {
.footleft {border-right: 0;padding-top:0px;padding-bottom:30px;}	
.footright {border-right: 0;padding:0px 0px 0px 0px;}
footer h5 {border-top: 1px solid #E7E7E7;padding:30px 0 10px 0;margin:0px 0 10px 0;}
}


.footright ul {list-style-type:none;padding:0 0 0 0;margin:0 0 0 0;}

.footright ul li {
	padding:0 0 0 0;}
	
.footright ul li a {font-family:  'Open Sans';
	font-size: 15px;
	font-weight: 700;
	color:#fff;
	margin:0px 0 0 0;
	padding:0 0 0px 0;margin:20px 0 5px 0;display:inline-block;
	}

.footright ul li ul li {margin:0px 0 0px 0;
	padding:0 0 0 0;}
.footright ul li ul li a {color: #fff;font-size: 13px;
	font-weight: 400;line-height:24px;margin:0px 0 0px 0;padding:0 0 0 0;
}
.footright ul li ul li a:hover {color:#ccc;text-decoration:underline;}


.partners {position:absolute;bottom:50px;right:90px;width:188px;}
@media (max-width: 766px) and (min-width: 240px) {
.partners {display:none;}

}

/* alert */
.alert {
	padding: 15px 20px 15px 20px;
	position:absolute;
	top:0px;left:0;
	width:100%;
	background:#DB3730;
	color:#fff;
	z-index:9999;
	border:0;
	padding:15px;
	text-align:center;border-radius: 0!important;
}

.alert a {color:#fff;text-decoration:underline;}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: 0px;
  right: 15px;
  color: inherit;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity:1;
}


/* breadcrumb */
.breadcrumb {
	margin: 5px 0 5px 0!important;
	padding: 3px 5px!important;
	border: 0!important;
	background:#fff!important;
}
.breadcrumb i {
	font-size: 11px;
}
.breadcrumb > li {
	text-shadow: 0!important;
	padding: 0 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a {font-size:12px;}
.breadcrumb > li + li:before {
	content: '/';
	padding: 0 5px 0 0;color:#111;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 0px;
	width: 2px;
	height:16px;
	border-right:0;
	border-bottom: 0;
	-webkit-transform: 0;
	-moz-transform: 0;
	-o-transform: 0;
	transform: 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
}
.btn.focus, .btn:focus {box-shadow:none!important;}
.btn-offer {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 0;
	text-align:left!important;
	background:#DFC878!important;border-radius:2px!important;color:#000!important;display:block!important;max-width:360px!important;margin:0 0 0 0!important;
}
.btn-offer span {display:block!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: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
#button-cart {padding:20px 20px!important;}
.btn-primary {
	font-weight: 700;
font-size: 14px;
line-height: 20px;
text-align: center;
letter-spacing: 0.1em;
color: #FFFFFF;
padding:10px 20px;background: #111;
border:0;

}
.btn-primary:hover, .btn-primary:active,.btn-primary.focus, .btn-primary:focus,.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff!important;background-color: #666!important;border:0!important;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: 0;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	
}
.btn-success {
	color: #ffffff;
	text-shadow: none;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.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: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.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;
}


.piso {position:absolute;top:110px;left:10px;font-weight: 400;font-size: 11px;line-height: 24px;color: #000;z-index:99;}
.cattop {background:#fff;padding:10px 0 10px 0;position:relative;text-align:center;margin-top:10px;}
.cattop span {font-weight: 400;font-size: 24px;color: #000;display:block;margin-bottom:12px;}
.cattop a {font-weight: 400;font-size: 14px;color: #636363;display:inline-block;padding:2px 6px;margin-right:4px;margin-bottom:3px;}

.homecats {padding-top:0px;font-weight: 400;margin-bottom:20px;}
.homecats ul {margin:29px 0 0 0px!important;padding:0 0 0 0!important;display:block;text-align:center;}
.homecats ul li {display:inline-block;margin-left:5px;margin-bottom:10px;text-align:center;}
.homecats ul li a {text-align:center;border-radius: 0px;display:inline-block;border:1px solid #7a7a7a;padding:20px 19px;font-weight: 600;font-size: 16px!important;color: #383838;}
.homecats ul li a:hover {border:1px solid #d60000;color: #d60000;}

.hometop1 {max-width:520px;margin:0px auto;padding-top:80px;font-weight: 400;font-size:24px;color: #d60000;text-align:center;}
.comotitle{font-weight: 400;font-size: 32px;line-height: 42px;display:block;color:#000;padding-bottom:7px;}

@media (max-width: 919px) and (min-width: 240px) {
.hometop1 {max-width:520px;margin:0px auto;padding-top:50px;font-weight: 400;font-size:19px;color: #d60000;text-align:center;}
.comotitle{font-weight: 400;font-size: 24px;line-height: 32px;display:block;color:#000;padding-bottom:7px;}
.homecats ul li a {text-align:center;border-radius: 0px;display:inline-block;border:1px solid #7a7a7a;padding:9px 10px;font-weight: 500;font-size: 14px!important;color: #383838;}
.homecats {padding-top:0px;font-weight: 400;margin-bottom:60px;}
}	



/* product list */
.product-thumb {
	padding:10px;
	margin-bottom: 0px;position:relative;
	overflow: auto;transition:all 350ms;
	margin-bottom:40px;
}
.product-thumb .image {
	text-align: center;background:#fff;
}
.product-thumb .image a {
	display: block;
}
.sold-out .image a img {filter: brightness(1)!important; }
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 500;margin-top: 0px;margin-bottom:5px;
}
.product-thumb h4 a {font-size: 14px;
line-height: 16px;
color: #111;
display:block;
padding-right:0px;
transition:all 350ms;
}



.product-thumb .caption {
	padding:16px 0 0px 0;
	height: 90px;overflow:hidden;
	background:#fff;position:relative;
}
.product-list .product-thumb .caption {
	margin-left: 230px;transition:all 350ms;
}


.ekptoseis {font-size:12px;position:relative!important;display:block;height:20px;overflow:hidden;padding:5px;width:100%;margin-top:-15px;}
.ekptoseis2 {display:none;position:absolute!important;z-index:99;bottom:0;left:0;padding:15px;width:100%;text-align:center;background:#ffffffd9;font-size:13px;color:#666;}
.product-thumb:hover .ekptoseis2 {display:block;}
.ekptoseismob {display:none;}
@media (max-width: 989px) and (min-width: 100px) {
.product-thumb:hover .ekptoseis2 {display:none;}	
.ekptoseismob {position:absolute!important;z-index:999;bottom:0;left:0;padding:5px;width:100%;text-align:center;background:#fff;font-size:11px;color:#000;display:block;opacity:0.8;}
}


.product-thumb .caption .btn-primary {
font-weight: 700;
font-size: 12px;
line-height: 18px;
text-align: center;
letter-spacing: 0.1em;
color: #000;
padding:7px 15px 7px 15px;background: #E30613;
border:0;
display:block;
position:relative;
margin-top:15px;margin-bottom:10px;z-index:9;
}
.product-thumb .caption .btn-primary:hover, .product-thumb .caption .btn-primary:active,.product-thumb .caption .btn-primary.focus, .product-thumb .caption .btn-primary:focus,.product-thumb .caption .btn-primary.active, .product-thumb .caption .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #E30613!important;border:0!important;color: #000!important;
}




.thumbdets{background:#fff;}


@media (max-width: 767px) and (min-width: 590px) {
.product-thumb h4 { max-width:95%;}
.product-thumb {
	border-bottom: 1px solid #f2f2f2;background:#fff;
}
.product-thumb h4 a {background:none;}
.product-thumb h4 a:hover {background:none;}
.product-thumb .caption:hover h4 a {background:none;}
.product-thumb:hover h4 a {background:none;}
}


@media (max-width:589px) and (min-width: 490px) {
.product-thumb h4 { max-width:95%;}
.product-thumb {
	border-bottom: 1px solid #f2f2f2;background:#fff;
}
.thumbdets{background:#fff}
.product-thumb h4 a {background:none;}
.product-thumb h4 a:hover {background:none;}
.product-thumb .caption:hover h4 a {background:none;}
.product-thumb:hover h4 a {background:none;}
.product-thumb .image a {padding-top:30px;}
}

@media (max-width:489px) and (min-width: 240px) {
.product-thumb h4 { max-width:95%;}
.product-thumb {
	border-bottom: 1px solid #f2f2f2;background:#fff;
}
.thumbdets{background:#fff;}
.product-thumb h4 a {background:none;}
.product-thumb h4 a:hover {background:none;}
.product-thumb .caption:hover h4 a {background:none;}
.product-thumb:hover h4 a {background:none;}
.product-thumb .image a {padding-top:30px;}
}



.nav-tabs {text-align: center!important;display: block!important;float: none!important;}
.nav-tabs li{display: inline-block!important; float: none!important;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #000!important;
  cursor: pointer!important;
  font-weight:700!important;
  font-size: 12px!important;
line-height: 18px!important;
  background-color: #fff!important;
  border-bottom: 1px solid #000!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
}
.nav-tabs > li.active > a {
	color: #000!important;font-weight:700!important;
  font-size: 12px!important;
line-height: 18px!important;
margin-right: 2px;
 border-bottom: 1px solid #000!important;
border-radius: 0!important;}

.nav-tabs > li.active > a:hover {
 color: #000!important;
  cursor: pointer!important;
  font-weight:700!important;
  font-size: 12px!important;
line-height: 18px!important;
  background-color: #fff!important;
  border-bottom: 1px solid #000!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
}
.nav-tabs {
  border-bottom: 1px solid #fff!important
}

.nav-tabs > li > a {
  color: #000!important;
  cursor: pointer!important;
  font-weight:700!important;
  font-size: 12px!important;
line-height: 18px!important;
  background-color: #fff!important;
  border-bottom: 1px solid #fff!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
}
@media (max-width: 600px) and (min-width: 240px) {
.nav-tabs > li > a {padding: 6px 3px;font-size: 12px!important;
}
.nav-tabs > li.active > a {padding: 6px 3px;font-size: 12x!important;}
.nav-tabs > li.active > a:hover {padding: 6px 3px;font-size: 12px!important;}
}


.nxt {position:relative;display:inline-block;float:none;background: #fff url(../image/arrowwhite.png) no-repeat center center;font-weight: 700;background-size:28px 28px;
font-size: 12px;
line-height: 14px;
text-align: left;
color: #FFFFFF;
padding:10px 0 0 0;width:28px;height:28px;}

.nxt:hover, .prv:hover {color:#000;}

.prv {position:relative;display:inline-block;float:none;background: #fff url(../image/arrowwhite2.png) no-repeat center center;font-weight: 700;background-size:28px 28px;
font-size: 12px;
line-height: 14px;
text-align: right;
color: #FFFFFF;
padding:10px 0 0 0;width:28px;height:28px;}
.stimesi {max-width:460px;margin:0 auto;text-align:center;}
.selides .pagination {text-align: center!important;display:inline-block!important;float: none!important;max-width:500px;margin:0 auto;padding-top:0px;}
.selides .pagination li{display: inline-block!important; float: none!important;}
.selides2  {text-align: center!important;display: block!important;float: none!important;max-width:450px;padding-top:0px;font-size:10px;font-weight:400;}

.selides .pagination > li > a, .selides .pagination > li > span {
  position: relative;
  float: left;
  font-size:16px;
  padding: 6px 6px;
  margin-left: -1px;
  line-height: 21px;
  color: #000;text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 0;
}




.selides .pagination > li > a:hover {color: #E30613;}
.selides .pagination > li.active span {color: #E30613;}
.selides .pagination > li.active span:hover {background:#fff!important;}

.tonsl {padding:90px 0;border-bottom:1px solid #E7E7E7;}
.prv span {text-align:right;}
.nxt span {text-align:left;}



@media (max-width:689px) and (min-width: 240px) {
.prv {position:absolute;bottom:0px;left:28%;}
.nxt {position:absolute;bottom:0px;right:28%;}
.tonsl {padding:120px 0;border-bottom:1px solid #E7E7E7;}
}


.thebrands {padding-top:0px;}
.thebrands .nav-tabs {}
.thebrands .nav-tabs li{display: inline-block!important; float: none!important;}


.thebrands .nav-tabs > li.active > a {
	  color: #fff!important;
  cursor: default!important;
  font-weight:500!important;
  font-size: 12px!important;letter-spacing: 0.1em!important;
line-height: 18px!important;
text-align:center!important;display:inline-block!important;
  background-color: #d30000!important;
  border: 1px solid #d30000!important;border-radius: 0px!important;padding:13px 22px!important;}

.thebrands .nav-tabs > li.active > a:hover {
  color: #fff!important;
  cursor: default!important;
  font-weight:500!important;
  font-size: 12px!important;letter-spacing: 0.1em!important;
line-height: 18px!important;
text-align:center!important;display:inline-block!important;
  background-color: #d30000!important;
  border: 1px solid #d30000!important;border-radius: 0px!important;padding:13px 22px!important;
}
.thebrands .nav-tabs {
  border-bottom: 1px solid #fff!important
}
.thebrands .nav-tabs > li:hover > a { 
  color: #fff!important;
  cursor: default!important;
  font-weight:500!important;
  font-size: 12px!important;letter-spacing: 0.1em!important;
line-height: 18px!important;
text-align:center!important;display:inline-block!important;
  background-color: #d30000!important;
  border: 1px solid #d30000!important;border-radius: 0px!important;padding:13px 22px!important;
}
 
.thebrands .nav-tabs > li > a {
  color: #383838!important;
  cursor: default!important;
  font-weight:500!important;
  font-size: 12px!important;letter-spacing: 0.1em!important;
line-height: 18px!important;
text-align:center!important;display:inline-block!important;
  background-color: #fff!important;
  border: 1px solid #7a7a7a!important;border-radius: 0px!important;padding:13px 22px!important;
}

@media (max-width: 1100px) and (min-width: 240px) {
.thebrands .nav-tabs {margin-left:20px!important;}
}

@media (max-width: 600px) and (min-width: 240px) {
.thebrands .nav-tabs > li > a {
padding: 6px 3px;
}
.thebrands .nav-tabs > li.active > a {padding: 6px 3px;}
}



.prosfleft {margin:0;text-align:right;background:#d30202;padding:0 20px 0 0;}
.prosfright {margin:0;text-align:left;background:#d30202;padding:0 0 0 20px;}

@media (max-width: 767px) {
.prosfleft {margin:0;text-align:center;background:#d30202;padding:0 0px 20px 0;}
.prosfright {margin:0;text-align:center;background:#d30202;padding:0 0 0 0px;}
}









.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: #000000;
	font-size:14px;
	font-weight:700;
	height:28px;
	overflow:hidden;
	
}
.product-thumb .price-new {
	color: #DC332E;
	font-size:16px;
	font-weight:700;
}
.product-thumb .price-old {
	color: #666;
	text-decoration: line-through;
	margin-right: 10px;font-size:14px;
	font-weight:400;
}
.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;
	display:none;
}
.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: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}


.rowprods {display: flex;  justify-content: space-between;}

.prodeikona {background:#fff;padding:10px 30px; flex-basis: 50%;min-width: 0px!important;  box-sizing: border-box;position:relative;}
.eikohold {position:relative;display:block;overflow:hidden;width:75%;margin:0 auto;}

@media (max-width: 1340px) and (min-width: 938px) {
.eikohold {position:relative;display:block;overflow:hidden;width:100%;margin:0 auto;}
.prodeikona {padding:10px 0px;}
}

@media (max-width: 937px) and (min-width: 600px) {
.eikohold {position:relative;display:block;overflow:hidden;width:60%;margin:0 auto;}
.prodeikona {padding:10px 0px;}
}
@media (max-width: 599px) and (min-width: 100px) {
.eikohold {position:relative;display:block;overflow:hidden;width:95%;margin:0 auto;}
.prodeikona {padding:10px 0px;}
}


.prodeikona .thumbnail {
  display: block;
  margin-bottom: 20px;min-width: 0;
  line-height: 1.42857143;
  background-color: transparent!important;
  border: 0!important;
  border-radius: 0!important;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.prodtext {background:#fff;padding:10px 50px 50px 50px;position:relative;flex-basis: 50%;
  box-sizing: border-box;}
.prodtext h1 {line-height:34px;font-size:24px!important;color:#111!important;font-weight:500!important;padding:0 0 0 0!important;margin:0 0 0 0!important;max-width:430px;}
.avail {position:absolute;top:110px;right:10%;font-weight: 500;display:block;z-index:999;
font-size: 12px;
line-height: 24px;
color: #111;
border: 1px solid #111;
box-sizing: border-box;
border-radius: 12px;
padding:5px 22px;}

.paradosi {font-weight: 400;font-size: 16px;line-height: 24px;color: #111;margin-top:34px;margin-bottom:40px;border-top:1px solid #000;}
.porion{display:block;margin:0 0 0 0;}
#product {}
.thetabs {position:relative;display:block;padding:100px 20px;}


.sdesc {color:#111;font-size:13px;padding:0px 15px 15px 0;max-width:400px;}

@media (max-width: 937px) and (min-width: 240px) {
	.rowprods {display: block;  justify-content: none;}
.prodeikona {width:100%;flex-basis: none;}
.prodtext {width:100%;flex-basis: none;}
}

@media (max-width: 1359px) and (min-width: 766px) {
.avail	{position:absolute;top:70px;}
.avail2 {display:none;}
}
@media (max-width: 765px) and (min-width: 240px) {
.avail	{position:absolute;top:70px;display:none;}
.prodeikona {background:#FFF;padding:20px 0px 20px 0px;}
.prodtext {background:#FFF;padding:20px 20px 20px 20px;position:relative;}
.prodtext h1 {line-height:24px;font-size:18px!important;color:#111!important;font-weight:500!important;padding:0 0 0 0!important;margin:0 0 0 0!important;max-width:430px;}

.avail2 {position:absolute;top:30px;right:0px;font-weight: 500;display:block;z-index:999;
font-size: 12px;
line-height: 24px;
color: #FFFFFF;
border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 12px;
padding:5px 22px;display:block;}
.paradosi {font-weight: 400;font-size: 14px;line-height: 20px;color: #DF322D;margin-bottom:15px;}
.porion{width:100%;display:block;}
#product {}
.thetabs {position:relative;display:block;padding:50px 20px;}

}

.kerdos {display:block;float:left;border: 1px solid #FFFFFF;margin-top:2px;margin-left:50px;padding:8px 12px;box-sizing: border-box;border-radius: 12px;font-weight: 500;font-size: 12px;line-height:16px;text-align: center;color:#fff;}
@media (max-width: 765px) and (min-width: 240px) {
.kerdos {display:block;float:right;border: 1px solid #FFFFFF;margin-top:2px;margin-left:50px;padding:8px 12px;box-sizing: border-box;border-radius: 12px;font-weight: 500;font-size: 12px;line-height:16px;text-align: center;color:#fff;}
	
}

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



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

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




.tokoumpi {width:130px;list-style-type:none;position:relative;background: #E30613;}

.v_menu_trigger {
color:#fff;
font-size:18px;
font-weight:700!important;
padding:15px 20px 17px 20px;
height:54px;min-width:54px;
background:#E30613 url(../image/menu.svg) no-repeat 20px 18px;
cursor:pointer;float:right;
}
.v_menu_trigger:hover {color:#ccc!important;}

.v_menu_trigger span {
color:#fff;
font-size:12px;
font-weight:700!important;float:left;margin-left:30px;display:block;margin-top:4px;
}
.v_menu_trigger:hover span {color:#ccc!important;}

.v_menu_trigger.active {color:#ccc!important;background:#E30613 url(../image/close_icon.png) no-repeat 20px 21px;}
.v_menu_trigger.active span {color:#ccc!important;}

.plain {display:inline-block;}
.plain2 {display:none;}


@media (max-width: 778px) and (min-width: 240px) {
.menukeimeno {display:none;}
.v_menu_trigger span {display:none;}
.v_menu_trigger {background:#E30613 url(../image/menu.svg) no-repeat 14px 16px;}
.v_menu_trigger.active {color:#ccc!important;background:#E30613 url(../image/close_icon.png) no-repeat 17px 19px;}
}



@media (max-width: 767px) and (min-width: 240px) {
.todeksia {background:transparent;border-bottom:none;}
.todeksiadark {background:#fff;border-bottom:none;}

}


@media (max-width: 600px) and (min-width: 240px) {
.plain {display:none;}
.plain2 {display:inline-block;}


}
@media (max-width: 510px) {

.logariasm {display:none!important;}
}


/* Main Menu */

.menu_wrapper {	

	position:relative;

z-index:1001;
background:#515151;

}

.header2 .menu_wrapper, .header6 .menu_wrapper {	

	display:none;

}

.menu_wrapper .outer_container, .header_wrapper .outer_container {

	background:#515151;

	position:relative;



}

.menu_wrapper .outer_container:before, .menu_wrapper .outer_container:after {

	content:" "; 

	position:absolute;

	left:0;

	width:100%;

}

.menu_wrapper .outer_container:before {

	

	top:0;

}

.menu_wrapper .outer_container:after {

	bottom:0;

	

}


.menu_table {

	width: 100%;

	display: table;

	position:relative;

}

.header1 .menu_table {

	/*border-right: 1px solid #eaeaea;*/

}

.menu_table .menu_cell {

	display: table-cell;

	vertical-align:middle;

}

.menu_table .menu_cell.menu_holder {

	position:relative;

	z-index:455;

	border-color:#eaeaea;

}

.menu_table .menu_cell.fill {

	width:100%;

}

.menu_table .menu_cell.search_holder {

	padding:10px 21px 10px 20px;

}

.menu_table > .menu_cell.nowrap {

	white-space:nowrap;

}



.main_menu ul > li {

	display:inline-block;

	position:relative;

	text-align:left;

	float:left;


}
.main_menu {overflow-y:scroll!important;}
.main_menu > ul.horizontal > li > a {

	font-size: 15px;
	text-align:center;
	padding: 10px 6px;
	display:block;
	color:#fff;
	font-weight:400;
	font-family: 'Roboto', sans-serif!important;
}

.main_menu > ul.horizontal > li:first-child > a {

	border-left:none;
}
.main_menu > ul.horizontal > li:last > a {

	border-left:none;
}


.main_menu > ul > li:hover > a, 

.main_menu > ul.horizontal > li.current > a, 

.main_menu .active, 

.main_menu ul.links_holder li ul li a:hover, 

ul.vertical > li:hover > a {

	color:#fff !important;

	border-color:transparent !important;

	background-color:#df0821;

}

ul.categories > li:hover > a, ul.categories a.active, ul.categories li.current > a {

	position:relative;

	z-index:3;

}

ul.categories > li .icon-down-dir {

	font-size:11px;

	margin-left:10px;

	vertical-align: middle;

	opacity:0.4;

}

ul.categories.vertical > li .icon-down-dir {

	-ms-transform: rotate(270deg); /* IE 9 */

    -webkit-transform: rotate(270deg); /* Safari */

    transform: rotate(270deg);

	position:absolute;

	top:14px;

	right:18px;

}
ul.categories.vertical > li a img {display:none;}

@media only screen and (min-width: 800px) and (max-width: 4000px) {
	
ul.categories.vertical > li .icon-down-dir {	display:none!important;}
.sub_trigger {background:url(../image/menuarrow.png) no-repeat 95% center;}

}

@media only screen and (min-width: 280px) and (max-width: 799px) {
.sub_trigger {background:none;}
}



ul.categories > li:hover .icon-down-dir {

	opacity:1;

}






.list-group-item.active {background:#1cbbb4!important;border:none;border-radius:0px;}


.main_menu ul li.home.disabled {

	display:none;

}

/* Main Menu Dropdown */

ul.categories, .main_menu ul.links_holder { 

	background:#ffffff;

}

#column-left ul.categories { 

	background:#ffffff;

}

ul.categories li .wrapper { 
	position: absolute;
	z-index:2;
	left:-1px;
	top:0px;
	background:#ffffff!important;
	border-top:1px solid #d7d7d7!important;
	border-left:1px solid #d7d7d7!important;
	border-right:1px solid #d7d7d7!important;
	border-bottom:1px solid #d7d7d7!important;
	border-top-left-radius:4px!important;
	border-top-right-radius:4px!important;
	border-bottom-left-radius:4px!important;
	border-bottom-right-radius:4px!important;
	padding:25px;
	margin-top:0px;
	display:table;
	opacity:0;
	visibility:hidden;
	height:0;
	transition: margin-top 300ms, opacity 200ms, visibility 200ms;
	white-space:normal;
	max-width:1139px !important;
	

}

#column-left ul.categories li .wrapper { 

	max-width:879px !important;

}

ul.categories li:hover .wrapper, 

.main_menu ul.links_holder li:hover ul {

	margin-top:0;

	opacity:1;

	visibility:visible;

	height:auto;

	transition: margin-top 400ms, opacity 300ms;

} 

.main_menu ul.links_holder li:hover ul, .header1 ul.categories li:hover .wrapper {

	margin-top:-1px;

}

ul.categories.vertical li .wrapper, ul.vertical.active li .wrapper { 

	position: absolute;

	left:100%;

	margin-left:0px;

	top:-70px;

	z-index:9999;
	padding-bottom:25px;

}
ul.categories.vertical li:nth-child(6) .wrapper, ul.vertical.active li:nth-child(6) .wrapper { 
top:-190px;
}

.main_menu ul li .wrapper ul {
display: table-cell;
vertical-align:top;
padding:3px;

}

.main_menu ul li .wrapper ul li {
	width:190px;
}

.main_menu ul.links_holder li ul li {
	width:262px;
}



ul.categories li ul {padding-bottom:0px!important;}
ul.categories li ul li a {
	padding: 18px 0px 2px 0;
	font-size:13px;
	display:block;
	color:#111;
	font-weight:700;
}
ul.categories li ul li ul li a {font-size:13px; color:#111;	font-weight:400;padding: 6px 0px;}
ul.categories li ul li ul li a:hover {color:#df0821!important;}
.see-all {font-size:13px!important; color:#df0821!important;	font-weight:400!important;padding: 0px 0px 20px 0!important;}


ul.categories.vertical > li > a {
	padding: 15px 15px 15px 15px;
	font-size:13px;
	margin:0 0 -1px;
color:#111;
font-weight:400;
	display:block;border-bottom:1px solid #eaeaea;

}

ul.categories li ul li a:hover {
	color:#df0821;
}
.see-all:hover {
	color:#df0821!important;
}






.main_menu > ul > li > a.v_menu_trigger.light_bg_color .icon-menu {

	font-size:21px;

	line-height:21px;

	vertical-align:top;

	display:inline-block;

	margin:0 6px 0 3px;

}

.main_menu > ul > li > a.v_menu_trigger.light_bg_color .icon-down-dir {

	opacity:1;

	margin:0 3px 0 8px;

}



.main_menu > ul.vertical {
	visibility:hidden;
	position:fixed;
	z-index:999999;
	top:54px!important;
	left:-10px;
	padding:20px!important;
	margin:0px 0 0 0!important;
	width:290px!important;
	background:#ffffff!important;
	border-top:none!important;
	border-left:1px solid #d7d7d7!important;
	border-right:1px solid #d7d7d7!important;
	border-bottom:1px solid #d7d7d7!important;
	border-top-left-radius:0px!important;
	border-top-right-radius:0px!important;
	border-bottom-left-radius:4px!important;
	border-bottom-right-radius:4px!important;
	opacity:0;
	-ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
	transition:all 350ms;

}



.main_menu > ul.vertical.active {

	opacity:1;

	visibility:visible;

	-ms-transform: scale(1); /* IE 9 */

    -webkit-transform: scale(1); /* Safari */

    transform: scale(1);

	transition:all 350ms;

}

ul.vertical > li {

	position:relative;

	float:none;

	display:block!important;
z-index:99999;
	margin:0 0 0 0!important;
	width:100%!important;

}

ul.vertical > li:last-child a, .main_menu ul.links_holder li ul li:last-child a {

	border-radius:0 0 3px 3px;

}

#column-left ul.vertical > li:first-child a, #column-right ul.vertical > li:first-child a {

	border-radius:3px 3px 0 0;

}


.v_menu_trigger i {font-weight:400;float:right;}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0px!important;
}



.midleft {display:block;position:relative;transition:all 350ms;padding:100px 100px;}
.midleft .iamghold {padding:0px 0px;display:block;}
.iamghold img {width:100%;transition: transform .3s ease;border:5px solid #fff;}
.midleft .bannertitlos {position:relative;font-weight: 400;padding:0px 0 15px 0;font-size: 22px;color: #fff;text-align:center;display:block;}
.midleft .bannerdesc  {position:relative;font-size: 13px;color: #111;text-align:center;display:block;}
.midleft .bannerdesc2 {position:absolute;bottom:85px;left:45px;font-weight: 400;font-size: 16px;color: #000;background:#fff;padding:3px;}
.midleft .bannerdesc3 {position:absolute;bottom:55px;left:45px;background:#fff;padding:2px 5px;transition:all 350ms;}
.midleft .bannerdesc3 img {width:17px;}
.midleft:hover .bannerdesc3 {position:absolute;bottom:55px;left:55px;}


.midright {display:block;position:relative;transition:all 350ms;padding:100px 100px;}
.midright .iamghold {padding:0px 0px;display:block;}
.iamghold img {width:100%;transition: transform .3s ease;border:5px solid #fff;}
.midright .bannertitlos {position:relative;font-weight: 400;padding:0px 0 15px 0;font-size: 22px;color: #fff;text-align:center;display:block;}
.midright .bannerdesc  {position:relative;font-size: 13px;color: #111;text-align:center;display:block;}
.midright .bannerdesc2 {position:absolute;bottom:85px;left:45px;font-weight: 400;font-size: 16px;color: #000;background:#fff;padding:3px;}
.midright .bannerdesc3 {position:absolute;bottom:55px;left:45px;background:#fff;padding:2px 5px;transition:all 350ms;}
.midright .bannerdesc3 img {width:17px;}
.midright:hover .bannerdesc3 {position:absolute;bottom:55px;left:55px;}


@media (max-width:1400px) and (min-width: 240px) {
.midleft {padding:50px 0;}
.midleft .iamghold {padding:0px 35px;display:block;}

.midright {padding:50px 0;}
.midright .iamghold {padding:0px 35px;display:block;}

}







.hometitlosleft1 {font-weight: 700;font-size: 24px;line-height: 29px;color: #666;margin-left:150px;padding:68px 0 30px 0;}
.slogholder {font-weight: 700;font-size: 24px;line-height: 29px;color: #666;margin-left:150px;padding:0px 0 25px 0;}
.hometitlosleft2 {max-width:520px;margin-left:150px;padding-top:70px;font-weight: 400;font-size:36px;color: #E30613;}
.eidikos {font-weight: 400;font-size: 18px;line-height: 29px;color: #E30613;padding-top:70px;max-width:390px;margin:0 0 0 0}

@media (max-width: 1100px) and (min-width: 240px) {
.hometitlosleft1 {font-weight: 700;font-size: 24px;line-height: 29px;color: #666;margin-left:0px;padding:77px 20px 50px 20px;}
.slogholder {font-weight: 700;font-size: 24px;line-height: 29px;color: #666;margin-left:0px;padding:0px 20px 0px 20px;}
}
.headmod {font-weight: 400;font-size: 26px;line-height: 32px;color: #000000;padding:30px 0;margin-top:40px;text-align:center;}


@media (max-width: 766px) and (min-width: 240px) {
.eidikos {font-weight: 400;font-size: 18px;line-height: 29px;color: #E30613;padding-top:70px;max-width:766px;padding-left:20px;padding-right:20px;}
.headmod {font-weight: 400;font-size: 26px;line-height: 32px;color: #000000;padding:30px 0;margin-top:40px;}

}


.slogans {font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #000000;
height:130px;
overflow:hidden;
margin-bottom:25px;
}
.slogans span {display:block;width:110px;margin:0 0 0 0;}
.slogans span img {margin-bottom:8px;}



.brand2 {padding:78px 0px 0px 0px;}
.brand2 a {border: 1px solid #E7E7E7;
box-sizing: border-box;padding:4px;display:inline-block;width:116px;height:70px;overflow:hidden;}
.brand2 a img {width:100%;}

.brand3 {padding:110px 0px 0px 0px;}

.brand3 a {
font-weight: 700;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.1em;
color: #000000;
padding:13px 35px;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 12px;text-align:center;
}


@media (max-width: 1330px) and (min-width: 992px) {
.hometitlosleft2 {max-width:520px;margin:0 auto;padding-top:70px;padding-left:20px;font-weight: 400;font-size:36px;color: #E30613;}
}

@media (max-width: 991px) and (min-width: 240px) {
	.slogans {font-weight: normal;
	font-size: 12px;}
.hometitlosleft2 {max-width:520px;margin:0 auto;padding-top:70px;padding-bottom:20px;padding-left:20px;font-weight: 400;font-size:36px;color: #E30613;text-align:center;}
.brand3 a {width:70%;margin:25px auto;display:block;text-align:center;}
.brand3 {padding:0px 0px 0px 0px;}
.brand2 {padding:30px 0px 0px 0px;max-width:310px;margin:0 auto;float:none;}
.brand2 a img {width:90%;}
.brand2 a {width:100px;}
}



.botleft {display:block;position:relative;background: #fff;transition:all 350ms;padding:60px 100px;}
.botleft .iamghold {padding:0 0px;display:block;position:relative;}
.iamghold img {width:100%;transition: transform .3s ease;}
.botleft .bannertitlos {position:relative;font-weight: 400;padding:0px 0 15px 0;font-size: 22px;color: #111;text-align:center;display:block;}
.botleft .bannerdesc  {position:relative;font-size: 13px;color: #111;text-align:center;display:block;}
.botleft .bannerdesc2 {position:absolute;bottom:85px;left:0px;font-weight: 400;font-size: 16px;color: #fff;background:#db3530;padding:13px;}
.botleft .bannerdesc3 {position:absolute;bottom:55px;left:45px;background:#fff;padding:2px 5px;transition:all 350ms;}
.botleft .bannerdesc3 img {width:17px;}
.botleft:hover .bannerdesc3 {position:absolute;bottom:55px;left:55px;}


.botmid {display:block;position:relative;background: #fff;transition:all 350ms;padding:60px 100px;}
.botmid .iamghold {padding:0 0px;display:block;position:relative;}
.iamghold img {width:100%;transition: transform .3s ease;}
.botmid .bannertitlos {position:relative;font-weight: 400;padding:0px 0 5px 0;font-size: 20px;color: #111;text-align:center;display:block;}
.botmid .bannerdesc  {position:relative;font-size: 13px;color: #111;text-align:center;display:block;}
.botmid .bannerdesc2 {position:absolute;bottom:85px;left:0px;font-weight: 400;font-size: 16px;color: #fff;background:#db3530;padding:13px;}
.botmid .bannerdesc3 {position:absolute;bottom:55px;left:45px;background:#fff;padding:2px 5px;transition:all 350ms;}
.botmid .bannerdesc3 img {width:17px;}
.botmid:hover .bannerdesc3 {position:absolute;bottom:55px;left:55px;}


.botright {display:block;position:relative;background: #fff;transition:all 350ms;padding:60px 100px;}
.botright .iamghold {padding:0 0px;display:block;position:relative;}
.iamghold img {width:100%;transition: transform .3s ease;}
.botright .bannertitlos {position:relative;font-weight: 400;padding:0px 0 5px 0;font-size: 20px;color: #111;text-align:center;display:block;}
.botright .bannerdesc {position:relative;font-size: 13px;color: #111;text-align:center;display:block;}
.botright .bannerdesc2 {position:absolute;bottom:85px;left:0px;font-weight: 400;font-size: 16px;color: #fff;background:#db3530;padding:13px;}
.botright .bannerdesc3 {position:absolute;bottom:55px;left:45px;background:#fff;padding:2px 5px;transition:all 350ms;}
.botright .bannerdesc3 img {width:17px;}

.botright:hover .bannerdesc3 {position:absolute;bottom:55px;left:55px;}


@media (max-width:1400px) and (min-width: 240px) {
.botleft {display:block;position:relative;background: #fff;transition:all 350ms;padding:60px 30px;}
.botmid {display:block;position:relative;background: #fff;transition:all 350ms;padding:60px 30px;}
.botright {display:block;position:relative;background: #fff;transition:all 350ms;padding:60px 30px;}
}




.bottomtext {background:#000;margin-top:70px;padding-top:90px;}
.bottomtext .bannertitlos {margin-left:150px;font-weight: 400;font-size: 32px;color: #FFFFFF;line-height: 42px;max-width:1063px;display:block;}
.abt {font-weight: normal;
font-size: 18px;
line-height: 48px;
text-align: center;
border: 1px solid #E30613;
box-sizing: border-box;
border-radius: 12px;
padding:15px 25px;
color: #E30613;margin-right:25px;}
.bottomtext .bannerdesc {max-width:456px;margin-left:300px;margin-top:50px;font-weight: 400;font-size: 18px;line-height: 27px;color: #FFFFFF;}
.bottomtext .bannerdesc2 {font-weight: 400;font-size: 16px;color: #000;background:#fff;padding:3px 6px 3px 3px;}
.bottomtext .bannerdesc3 {background:#fff;padding:2px 5px;}
.bottomtext .bannerdesc3 img {width:17px;}
.bottomtext a {display:block;margin-top:50px;}



@media (max-width: 820px) and (min-width: 240px) {
.bottomtext .bannertitlos {margin-left:20px;margin-right:20px;font-weight: 400;font-size: 32px;color: #FFFFFF;line-height: 52px;max-width:1063px;display:block;}
.bottomtext .bannerdesc {max-width:456px;margin-left:20px;margin-right:20px;margin-top:50px;font-weight: 400;font-size: 18px;line-height: 27px;color: #FFFFFF;}
.abt {margin-bottom:15px;}
}

.panel-default > .panel-heading {
    color: #000!important;
    background-color: transparent!important;
    border: none!important;
	box-shadow:none!important;
	padding:10px 0!important;
}
.panel {
  margin-bottom: 20px;
  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: 0;
  -webkit-box-shadow: none!important;
  box-shadow:none!important;
}

.nsl {border: 1px solid #E30613;
box-sizing: border-box;
border-radius: 12px;
font-weight: 400;
font-size: 18px;
padding:15px 17px;
color: #E30613;display:block;float:left;width:167px;margin-right:25px;}

.nsl2 {font-weight: 400;
font-size: 18px;
line-height: 24px;
display:block;float:left;width:330px;margin-top:2px;
color: #000000;}

.nsl3 {
background: #E30613;
border-radius: 12px;
display:block;
text-align:center;	
color:#fff;
padding:15px 0;
border-radius:0;
}
.nsl3:hover {color:#000;}
.nsl3 img {float:right;margin-right:20px;margin-top:4px;}

@media (max-width: 576px) and (min-width: 240px) {
	.nsl2 {margin-top:12px;}
}


.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 8px;
  text-align: left;
}


.show {display: block;}
.hide {display: none;}

.contentdesc {max-height: 220px; overflow:hidden;margin-bottom:25px; -webkit-transition: all 1s;position:relative;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;}
.contentdesc.changeHeight {max-height: 1600px; -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;}
.koympia {border:none!important;background:transparent!important;font-size:14px!important;color:#E30613!important;cursor:pointer; -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;}
.caret2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.live-search {height:550px;overflow:auto;border: 1px solid #000!important;
border-radius: 0px!important;
box-shadow: 0 2px 2px #000!important;padding:0px 0 !important;}
.live-search ul li .product-name {font-weight: 400!important;font-size: 13px!important;padding:0px 0!important;}

.live-search ul {padding:55px 5px 35px 5px!important;}
.live-search ul li .product-add-cart {display:none!important;}
.live-search .result-text {
    text-align: center;
    font-size: 13px!important;
    line-height: 20px;
    color: #fff!important;
    background-color: #000!important;

    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;

}

.live-search .view-all-results {
  color: #fff!important;display:block!important;font-weight: 400!important;font-size: 13px!important;
}

.form-group {
padding: 5px 13px;
}




#column-left {position:fixed;top:0px;overflow-y:scroll;height:100%;left:-900px;right:0px;background:#fff;padding:20px 20px 20px 15px;z-index:9999999999;width:100%;width:280px;border-right:1px solid #ccc;}
.filtrakoumpi {
  background: #fff !important;
  height: 36px!important;
  padding: 0px 0px 0 5px!important;
  border: none!important;
  box-sizing: border-box!important;
  border-radius: 0px!important;

  
  font-weight: 500!important;
font-size: 12px!important;
line-height: 22px!important;
color: #666!important;
}
.filtrakoumpi span {margin-left:4px;float:left;margin-top:4px;}


#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    background: #d8312a;
    opacity: 0.5;
    width: 25px;
    height: 25px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
	text-align:center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:999;
}
#return-to-top img {
    width:15px;
	margin:2px auto 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    opacity: 1;  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.section1prods {position:relative;border-bottom:1px solid #efefef;}




#slideshowmain {background:#fff!important;position:relative;display:block;}
.slidereikona {width:50%!important;float:left!important;}
.slieperigrafi {width:50%!important;float:right!important;text-align:center;}
.slidertitlos {font-size: 12px;  letter-spacing: 6px;  line-height: 14px;font-weight:700;color:#DC3530;}
.sliderdescription {font-size: 48px;    line-height: 58px;font-weight:400;color:#343434; max-width:360px;margin:10px auto 20px auto;}
.slieperigrafi a {letter-spacing: 1px;font-size: 14px;    line-height: 16px;font-weight:400;color:#fff;background:#DC3530;padding:10px 30px;border:2px solid #DC3530;margin-top:20px;display:inline-block;}
.slieperigrafi a:hover {background:#fff;color:#111;}
.slidereikona img {
    display: block!important;
    width: 100%!important;
    margin: 0 0 0 0!important;
}
.grammi{display:block;margin:25px auto 35px auto;width: 47px;height: 2px;background:#000000;}
.perigrafihold{padding:30% 100px 30% 100px;color:#DC3530;font-size:12px;font-weight:500;}
#slideshowmain .owl-nav {position:absolute;width:48%;bottom:66px;left:40px;z-index:20;}
#slideshowmain .owl-dots {position:absolute;width:48%;bottom:75px;left:40px;z-index:1;text-align:center;}
#slideshowmain .owl-next {position:absolute;right:40px;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:40px;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:10px!important;width: 10px!important;height: 10px!important;border: 1px solid #BAA88D!important;
box-sizing: border-box!important;
transform: rotate(-45deg)!important;}
#slideshowmain .owl-dots .owl-dot.active {background:#c4c4c4!important;}

#slideshowmain .swiper-pagination {display:none;}



@media (max-width:1400px) and (min-width:1122px) {
.owl-dots {position:absolute;width:40%;bottom:15px;right:0;z-index:1;text-align:center;}
.perigrafihold{padding:30% 70px 0 70px;color:#000;}
}

@media (max-width:1121px) and (min-width:981px) {
.owl-dots {position:absolute;width:40%;bottom:15px;right:0;z-index:1;text-align:center;}
.perigrafihold{padding:20% 50px 0 50px;color:#000;}
}

@media (max-width:980px) and (min-width:781px) {
.perigrafihold{padding:28% 50px 0 50px;color:#000;}
.slidertitlos {font-size: 12px;  letter-spacing: 6px;  line-height: 14px;font-weight:700;color:#DC3530;}
.sliderdescription {font-size: 38px;    line-height: 48px;font-weight:400;color:#343434; max-width:360px;margin:10px auto 20px auto;}
.slieperigrafi a {letter-spacing: 1px;font-size: 14px;    line-height: 16px;font-weight:400;color:#fff;background:#DC3530;padding:10px 30px;border:2px solid #DC3530;margin-top:20px;display:inline-block;}

}

@media (max-width:780px) and (min-width:631px) {
.slidertitlos {font-size: 12px;  letter-spacing: 6px;  line-height: 14px;font-weight:700;color:#DC3530;}
.sliderdescription {font-size: 24px;    line-height: 34px;font-weight:400;color:#343434; max-width:350px;margin:10px auto 20px auto;}
.slieperigrafi a {letter-spacing: 2px;font-size: 12px;    line-height: 16px;font-weight:400;color:#fff;background:#DC3530;padding:10px 30px;border:2px solid #DC3530;margin-top:20px;display:inline-block;}
.perigrafihold{padding:20% 50px 0 50px;color:#000;}

}






@media (max-width:630px) and (min-width:180px) {
.slidereikona {width:100%!important;float:none!important;}
.slieperigrafi {width:100%!important;float:none!important;text-align:center;padding-bottom:40px;padding-top:30px;}
.perigrafihold{padding:30px 30px 0 30px;color:#000;}
.slidertitlos {font-size: 12px;  letter-spacing: 6px;  line-height: 14px;font-weight:700;color:#DC3530;}
.sliderdescription {font-size: 28px;    line-height: 34px;font-weight:400;color:#343434; max-width:350px;margin:10px auto 20px auto;}
.slieperigrafi a {letter-spacing: 2px;font-size: 12px;    line-height: 16px;font-weight:400;color:#fff;background:#DC3530;padding:10px 30px;border:2px solid #DC3530;margin-top:20px;display:inline-block;}


#slideshowmain .owl-nav {position:absolute;width:100%;top:auto;bottom:20%;left:0px;z-index:20;}
#slideshowmain .owl-dots {position:none;width:100%;top:209px;bottom:auto;left:0px;z-index:1;text-align:center;}
#slideshowmain .owl-next {position:absolute;right:40px;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:40px;bottom:0px;padding:10px 15px!important;text-align:center;margin-left:0px!important;}
#slideshowmain .owl-prev img {width:18px;}

}





