
#all{
  height: 400px;
  margin: 0 auto;
  display: block;
  padding-bottom: 110px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.menu-title{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0px 5px 5px;
}
#tynk{
  width: 300px;
  height: 300px;
  border-radius: 5px;
  margin: 50px auto;
  background: url('baranek-1-5mm.png') no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#kolor{
  width: 300px;
  height: 300px;
  border-radius: 5px;
  opacity: 0.7;
  top: 50px;
}
#info{
  width: 300px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-top: -50px;
  position: absolute;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000;
  padding: 10px 0px;
}
#lewa{
  width: 120px;
  margin-left: -155px;
  float: left;
}
#prawa{
  width: 120px;
  margin-right: -155px;
  float: right;
}
#lewa img, #prawa img{
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
}
#lewa span, #prawa span{
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  margin-top: -50px;
  float: left;
  color: #fff;
}
.single-color{
  width: 16px;
  height: 16px;
  margin: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  float: left;
}
#kolory{
	width: 100%;
	float: left;
	display: block;
 	 margin-top: 20px;
	margin-bottom: 10px;
	//padding: 5px 0px;
	padding-left: 10px;
	padding-bottom: 7px;
	background: #656565;
  border-radius: 5px;
}