@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
.header {
  background-color: #242424;
  color: #fff;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#sidebar {
  background-color: #fdfdfd;
  font-size: 16px;
}
.sidebar-header {
  background: #242424;
  color: #fff;
  padding: 7px;
}
#sidebar a {
  color: #242424;
  text-decoration: none;
  cursor: pointer;
}
#sidebar ul {
  padding: 0;
  list-style: none;
}

ul.sub_cat {
  padding-left: 20px !important;
  display: none;
}
ul.sub_cat li a {
  background: none !important;
}
/*ul.left_menu .level1:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
}*/
.left_menu .level1 a {
  background: #f2f2f2;
  display: block;
  padding: 10px;
}
.big-image {
  border: 3px solid #f4f4f4;
  padding: 5px;
  text-align: center;
}
.big-image img {
  max-height: 484px;
  max-width: 100%;
}
ul.small-images img {
  max-width: 80px;
  max-height: 70px;
  cursor:pointer;
}
ul.small-images {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
  text-align: center;
}
ul.small-images li {
  border: 3px solid #f4f4f4;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  min-width: 90px;
  cursor:pointer;
}
.listingtitle {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  line-height: 53.978px;
  margin-top: 15px;
}
.price {
  color: #8CB83B;
  font-size: 29.994px;
  font-weight: 700;
}
.availability {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.producer {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.itemmodal {
  font-family: Roboto;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.vat {
  color: #c2c2c2;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
}
.tabs label {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #c1c1c1;
  text-align: center;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #f6642a;
  font-size: 16px;
  font-weight: 400;
}
.tabs {
  width: 100%;
  float: none;
  list-style: none;
  position: relative;
  padding: 0;
  margin-bottom: 100px;
  margin-top: 20px;
}
.tabs li {
  float: left;
  width: 33.33%;
}
.tabs input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
[id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}
#tab-content2 {
  margin-left: -100%;
}
.tab-content {
  z-index: 2;
  display: none;
  text-align: left;
  width: 300%;
  border: 1px solid #c1c1c1;
  padding: 15px;
  margin-bottom: 30px;
  background: transparent;
  left: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

[id^=tab]:checked + label {
  border: 1px solid #c1c1c1;
  border-bottom: 0px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
#tab-content3 {
  margin-left: -200%;
  height: 260px;
}
.highlights {
  margin-bottom: 30px;
}
.footer {
	height: 58px;
	background-color:#242424;
}
@media(max-width: 992px ) {
	.tabs li {
	  float: left;
	  width: 100%;
	}
	.tab-content {
	  width: 100%;
	}
	.header img {
	  max-width: 100%;
	}
	.highlights img {
	  margin-bottom: 10px;
	}
}