html:lang(en) .afisa-en {display:block;}
html:lang(en) .afisa-el {display:none;}

html:lang(el) .afisa-en {display:none;}
html:lang(el) .afisa-el {display:block;}

html:lang(auto) .afisa-en {display:none;}
html:lang(auto) .afisa-el {display:block;}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background:#fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* 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:hover {
	text-decoration: none;color: #ccc;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 */




#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }








#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-left: auto;
  margin-right: auto;
	width:50%;
	text-align:center;
}
@media (max-width: 766px) {
#logo {
	margin-left: auto;
  margin-right: auto;
	width:150px;
	text-align:center;
}	
}


/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 0px;
	margin-top:-2px;
}

#cart > .btn {
	
	line-height: 18px;
	color: #FFF;
	border: none!important;
	border-radius: 0px!important;
	box-shadow: none!important;
	background:#000;
	font-size:13px!important;
	font-weight:700!important;
	margin-left:18px!important;
}

#cart > .btn i {font-size:16px!important;font-weight: 400!important;}
#cart > .btn i:before {font-size:16px!important;font-weight: 400!important;}


#cart > .btn:after {
    content: '';
    width: 0;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
	transition: 0.6s;
}
#cart > .btn:hover:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
	transition: 0.6s;
}

#cart > .btn-lg {
    padding: 0px 0px;
    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:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
	transition: 0.6s;
}

#cart.open > .btn:hover {
	color: #c9c9c9;
}
#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:10px;
}
#menu .nav > li > a {
	color: #fff;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-size:14px;
	font-weight:700;
	margin-left:15px;
	margin-bottom:8px;
	
}


#menu .nav > li > a:after {
    content: '';
    width: 0;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: -0px;
    z-index: 1;
	transition: 0.6s;
}
#menu .nav > li > a:hover:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: -0px;
    z-index: 1;
	transition: 0.6s;
}






#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #fff;
	
}
#menu .dropdown-menu {
	 background:#000!important;
	 border-radius:0!important;
	 border:0!important;
	 padding:50px 30px!important;
	 top: 20px!important;

margin-left:10px!important;
box-shadow: none !important;
}


@media (max-width: 766px) {
#menu .dropdown-menu { padding:20px 30px!important;}
}


#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 130px;
	display: block;
	padding: 4px 4px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight:700!important;
}

#menu .menu3rdlevel_inner a {font-weight:400!important;}



@media (max-width: 760px) {
#menu .dropdown-inner a {
	min-width: 130px;
	display: block;
	padding: 5px 0px 5px 10px;
}

}

#menu .dropdown-inner li a:hover {
	color: #666!important;
	background:#000!important;
}
#menu .see-all {
	display: block;
	margin-top: 10px!important;
	padding: 9px 0px!important;
	-webkit-border-radius:0px;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 11px!important;
	font-weight:700;
	color:#fff!important;
	border-top:1px solid #666!important;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #333!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: #000!important;
	background-image: none!important;
	background-repeat: repeat-x;
	border-color: none!important;
	padding:0 0 0 0!important;
	width:40px!important;
	margin:0 auto 0px auto!important;
	
}
#menu .btn-navbar:hover {background:#fff!important;color:#000!important;padding:0 0 0 0!important;
	width:40px!important;
	margin:0 auto 0px auto!important;}
#menu .btn-navbar i {font-weight:400!important;font-size:28px!important;}
#menu .btn-navbar i:before {font-weight:400!important;font-size:28px!important;margin-left:0px!important;}

#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 .menu3rdlevel_inner {
     padding-left: 15px!important;
}
	#menu {
		border-radius: 0px;
	}
	#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;
		padding-left:15px;
	}
	#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;
	}
}



.navbar {
    position: relative!important;
    min-height: 10px!important;
    margin-bottom: 0px!important;
    border: 0!important;
}

.keimenodeksia {text-align:right;padding-top:20px;padding-bottom:20px;font-size:12px;color:#fff;}
.keimenoaristera {text-align:left;padding-top:20px;padding-bottom:20px;font-size:12px;color:#fff;}

.slogantitlos{font-size:14px;font-weight:700;padding-bottom:22px;}
.slogankeimeno{font-size:14px;font-weight:400;max-width:280px;}

.mepadding1 {padding-left:5%;}
.mepadding2 {padding-left:7%;}

@media (max-width: 767px) {
.mepadding1 {padding-left:15px;}
.mepadding2 {padding-left:15px;}
.slogantitlos{font-size:14px;font-weight:700;padding-bottom:22px;text-align:center;}
.slogankeimeno{font-size:14px;font-weight:400;max-width:280px;margin:0 auto 35px auto;text-align:center;}
.stimesi {max-width:280px;margin:0 auto 50px auto;text-align:center;}
 .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:#fff;font-size:13px;font-weight:700;margin-left:18px;position:relative;transition: 0.3s;margin-top:10px;display:inline-block;} 
.panolinks a i {font-size:16px!important;   font-weight: 400!important;}
.panolinks a i:before {font-size:16px!important;font-weight: 400!important;}
.panolinks a:hover {color:#c9c9c9;}
.panolinks a:after {
    content: '';
    width: 0;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 1;
	transition: 0.6s;
}
.panolinks a:hover:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 1;
	transition: 0.6s;
}


@media (max-width: 767px) {
.panolinks {text-align:center;}
}

.perigrafikatigorias {max-width:810px;margin:0 auto;}
.perigrafikatigorias p {font-size:14px;color:#000;font-weight:400;text-align:center;}
.perigrafikatigorias h2 {font-size:36px;color:#000;font-weight:700;text-align:center;}


.oiipokatigories a {color:#000;padding:2px 9px;}
.oiipokatigories a:hover {color:#ccc;}




.prodselida{padding-top:20px;padding-bottom:40px;width:76%;margin:0 auto!important;}
@media (max-width: 767px) {
.prodselida{padding-top:20px;padding-bottom:40px;width:97%;margin:0 auto!important;}
}



.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: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}


.form-group {
    margin-bottom: 30px;
}


.form-control {
    display: block;
    width: 100%!important;
    height: 44px!important;
    padding: 10px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #000!important;
 -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    cursor: pointer!important;
    outline: none!important;
	font-size:14px!important;
	font-family:Roboto!important;
	font-weight:700!important;
	border:none;
	border-radius:0px!important;
	background-color:#FFF!important;
   
	box-shadow: none!important;
}
.form-control::-webkit-input-placeholder {
  color: #d8d8d8!important;font-weight:400!important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d8d8d8!important;font-weight:400!important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
 color: #d8d8d8!important;font-weight:400!important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
color: #d8d8d8!important;font-weight:400!important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
	font-size:14px;
	font-family:Roboto;
	font-weight:700;
  background:url(../images/chevron-down.png) no-repeat right center !important;
}

input {border:1px solid #eeeeee!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;}


.topleft {position:relative;padding-left:0px;transition: 0.4s;}
.topleft a img {width:100%;}
.topleft .otitlos a{font-size:96px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;position:absolute;top:42px;left:32px;width:280px;line-height:110px;text-decoration:underline;transition: 0.4s;}
.topleft .otitlos a:hover {color:#777777;text-decoration:underline;}
.koumpieikonas {position:absolute;bottom:28px;left:32px;font-size:24px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;}
.koumpieikonas:hover {color:#777777;text-decoration:underline;}
.koumpieikonas i {margin-left:10px;transition: 0.4s;}
.topleft:hover a {color:#777777;text-decoration:underline;}
.topleft:hover .koumpieikonas i {margin-left:20px;}

.topright {position:relative;padding-right:0px;}
.topright a img {width:100%;}
.topright .otitlos a{font-size:96px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;position:absolute;top:42px;left:32px;width:280px;line-height:110px;text-decoration:underline;transition: 0.4s;}
.topright .otitlos a:hover {color:#777777;text-decoration:underline;}
.koumpieikonas {position:absolute;bottom:28px;left:32px;font-size:24px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;}
.koumpieikonas:hover {color:#777777;text-decoration:underline;}
.koumpieikonas i {margin-left:10px;transition: 0.4s;}
.topright:hover a {color:#777777;text-decoration:underline;}
.topright:hover .koumpieikonas i {margin-left:20px;}



.middle1 {position:relative;padding-left:0px;padding-right:0px;position:relative;}
.middle1 img {width:95%;}
.middle1 .otitlos {position:absolute;bottom:60px;left:0;width:100%;line-height:22px;transition: 0.4s;text-align:center;}
.middle1 .otitlos a {background:#fff;font-size:18px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;padding:15px 30px;text-align:center;transition: 0.4s;}
.middle1 .otitlos a:hover {background:#000;color:#fff;}
.middle1 .koumpieikonas {display:none;}
.middle1:hover a {background:#000;color:#fff;} 


.middle2 {position:relative;padding-left:0px;padding-right:0px;text-align:center;}
.middle2 img {width:95%;}
.middle2 .otitlos {position:absolute;bottom:60px;left:0;width:100%;line-height:22px;transition: 0.4s;text-align:center;}
.middle2 .otitlos a {background:#fff;font-size:18px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;padding:15px 30px;text-align:center;transition: 0.4s;}
.middle2 .otitlos a:hover {background:#000;color:#fff;}
.middle2 .koumpieikonas {display:none;}
.middle2:hover a {background:#000;color:#fff;} 


.middle3 {position:relative;padding-left:0px;padding-right:0px;text-align:right;}
.middle3 img {width:95%;}
.middle3 .otitlos {position:absolute;bottom:60px;left:0;width:100%;line-height:22px;transition: 0.4s;text-align:center;}
.middle3 .otitlos a {background:#fff;font-size:18px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;padding:15px 30px;text-align:center;transition: 0.4s;}
.middle3 .otitlos a:hover {background:#000;color:#fff;}
.middle3 .koumpieikonas {display:none;}
.middle3:hover a {background:#000;color:#fff;} 




.botleft {position:relative;padding-left:0px;background:#F25B5B;padding:46px;}
.botleft a img {width:100%;}
.botleft .otitlos {position:absolute;top:48%;left:0;width:100%;line-height:22px;transition: 0.4s;text-align:center;}
.botleft .otitlos a {background:#fff;font-size:24px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;padding:15px 30px;text-align:center;transition: 0.4s;border:4px solid #F25B5B;}
.botleft .otitlos a:hover {background:#F25B5B;color:#fff;}
.botleft:hover a {background:#F25B5B;color:#fff;} 
.botleft .koumpieikonas {display:none;}


.botright {position:relative;padding-right:0px;background:#666666;padding:46px;}
.botright a img {width:100%;}
.botright .otitlos {position:absolute;top:48%;left:0;width:100%;line-height:22px;transition: 0.4s;text-align:center;}
.botright .otitlos a {background:#fff;font-size:24px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;padding:15px 30px;text-align:center;transition: 0.4s;border:4px solid #666666;}
.botright .otitlos a:hover {background:#666666;color:#fff;}
.botright:hover a {background:#666666;color:#fff;} 
.botright .koumpieikonas {display: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;
}

@media (max-width: 550px) {
.topleft .otitlos a{font-size:46px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;position:absolute;top:42px;left:32px;width:280px;line-height:110px;text-decoration:underline;transition: 0.4s;}
.topright .otitlos a{font-size:46px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;position:absolute;top:42px;left:32px;width:280px;line-height:110px;text-decoration:underline;transition: 0.4s;}
}

@media (max-width: 767px) {
.topleft {position:relative;padding-left:15px;transition: 0.4s;margin-bottom:20px;}
.topright {position:relative;padding-right:15px;}





.middle1 {position:relative;padding-left:15px;padding-right:15px;position:relative;text-align:center;margin-bottom:20px;}
.middle2 {position:relative;padding-left:15px;padding-right:15px;position:relative;text-align:center;margin-bottom:20px;}
.middle3 {position:relative;padding-left:15px;padding-right:15px;position:relative;text-align:center;}
.middle1 img {width:100%;}
.middle2 img {width:100%;}
.middle3 img {width:100%;}
.titlosmod {font-size:24px;color:#000;font-weight:700;padding:22px 0;max-width:290px;}
.titlosmod a {margin-left:0px;font-size:14px;color:#000;font-weight:400;text-decoration:underline;}

}


.item {padding:0 5px;}

.tarelated {width:100%;background:#eeeeee;position:relative;padding:25px 0 55px 0;}

@media (max-width: 767px) {

.tarelated {width:100%;overflow-x:hidden;background:#eeeeee;position:relative;padding:25px 25px 55px 25px;}
.oikatigories {margin-bottom:50px;}
}

.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
	margin:0 auto!important;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color:transparent!important;
    border:none!important;
}

.pagination > li > a:hover {
    color: #fff!important;
	 background-color: #000!important;

}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px!important;
	border:none!important;
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.pagination li a {border:none!important;color:#000!important;}
.pagination li span {border:none!important;color:#000!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: #fff!important;
	
    cursor: default;
    background-color: #000!important;
   border:none!important;
}




/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
	padding:2px 0;
	margin-bottom:1px;
	border-bottom: 1px solid #000;
	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: #fff;
	border-bottom: 1px solid #fff;
}
footer h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px!important;
}
/* alert */
.alert {
	padding: 20px 20px 20px 20px!important;
	color: #fff!important;
    background-color: #487B4D!important;
    border:none!important;
	border-radius: 0px!important;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 0px 0;
	border: none!important;
	background-color:#fff!important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	
	padding: 0 13px 0 10px;
	position: relative;
	white-space: nowrap;
}
.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:400;color:#000;}

.breadcrumb > li a:hover {color:#c9c9c9;}
.breadcrumb > li a:after {
    content: '';
    width: 0;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
	transition: 0.6s;
}
.breadcrumb > li a:hover:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #c9c9c9;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
	transition: 0.6s;
}



.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 12px 12px;
	font-size: 12px;
	border: none;
	border-radius: 0px;
	box-shadow:none;
}
.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;
    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: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn-primary {
	color: #ffffff;
	font-size:18px;
	font-weight:700;
	padding:15px 20px;
	font-family:'Roboto Condensed', sans-serif;
	background: #487B4D;
}

.btn-primary:hover, .btn-primary:active,.btn-primary.focus, .btn-primary:focus,.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000!important;}


.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: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	padding:2px 5px;
	background-color: #000;
}
.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] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
background-color: #000;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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: none;
	background-color: red;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: none;
	margin-bottom: 20px;
	overflow: auto;transition: 0.4s;
}
.product-layout {
	border:2px solid #EEEEEE;margin-bottom: 20px;
}

.product-layout:hover {
	border:2px solid #000;
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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: 700;
	font-size:18px;
	font-family:Roboto Condensed, sans-serif;
	color:#000;
	margin-bottom:13px;
}

.product-thumb h4 a:hover {
color:#487B4D;
	}
	
	
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@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: 700;
	font-size:21px;
	font-family:Roboto Condensed, sans-serif;
}
.product-thumb .price-new {
	color: #D43232;
	font-weight: 700;
	font-size:21px;
	font-family:Roboto Condensed, sans-serif;margin-left: 10px;
}
.product-thumb .price-old {
	color: #000;
	text-decoration: line-through;
	
	font-weight: 700;
	font-size:21px;
	font-family:Roboto Condensed, 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-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.odigos { 
    border-spacing: 5px;
    border-collapse: separate;width:100%;margin-bottom:50px;
}
.odigos td {padding:4px 8px;font-size:12px;color:#000;text-align:center;}
.tabletitlos {font-size:12px;color:#000;font-weight:700!important;}
.odigos tr:nth-child(odd) {
   background: #ccc;
}

