.main-menu {    
    background-color: rgb(46,76,146);
    background-image: linear-gradient(bottom, rgb(46,76,146) 20%, rgb(56,86,156) 80%);
    background-image: -o-linear-gradient(bottom, rgb(46,76,146) 20%, rgb(56,86,156) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(46,76,146) 20%, rgb(56,86,156) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(46,76,146) 20%, rgb(56,86,156) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(46,76,146) 20%, rgb(56,86,156) 80%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(46,76,146)), color-stop(0.8, rgb(56,86,156)) );
}

/*
.main-menu {
    
    background-color: rgb(215, 71, 52);
    background-image: -moz-linear-gradient(center bottom , rgb(215, 71, 52) 20%, rgb(238, 79, 58) 80%);    
     background: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(215,71,52)), color-stop(0.8, rgb(238,79,58)) ) ;    
    background: -o-linear-gradient(center bottom , rgb(215, 71, 52) 20%, rgb(238, 79, 58) 80%);    
    background: linear-gradient(to center bottom,  rgb(215, 71, 52) 20%, rgb(238, 79, 58) 80%);
}
*/

.product-detail .product-meta {
  vertical-align: top;
}

.product-options .custom-selectbox,
.product-options .text-input {
    margin-right:5px;
} 

.juicy-slider-nav.juicy-bullets > a,
.juicy-slider-nav.juicy-bullets > div a {
  background-image: url('images/slider-icons.png');
}

@media only screen and (max-width: 600px) {
  .vizes{ background-image: url(images/background-mobil.jpg);}
}