.entry-header{
color: white;
}
.product-listing-name{
color: white;
}
.vinotitle{
font-size: 16px;    
font-weight: bold;
}
.vinosource{
font-size: 16px;
font-style: italic;    
font-weight: bold;
}
.vinodesc{
font-size: 14px;    
}
.strana-box {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  background-color: #FFFFFF !important;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  border-radius: 3px;
}
.obrazek-box {
  display: inline-block;
}
.obrazek {
  display: inline-block;
}

h1.product-name{
color:green;
}

div.product-details p{
 color:white !important;
}