#header { background: red !important; }

 /* HEADER */
 #header #_desktop_logo {
  width: 12%;
}

.top-right-btn {
  width: 10%;
}

.top-navigation-menu {
  width: 78%;
}
#header .main-menu > ul a[data-depth="0"] {
    font-size: 14px;
    padding: 18px 15px 18px 15px;
    text-transform: none;
}


 .current-price .price {
   color: #feac2c;
   font-size: 28px;
   margin-bottom:0px;
 }
 
 .price-tax-label {
   color: #7a7a7a;
   font-size: 0.8em;
   font-weight: 400;
 }

 .current-price  .price-tax-label {
  font-size:15px;
 }

 .product-miniature .product-price-and-shipping .price {
   margin-bottom: 2px;
 }
 
 #product .has-discount .discount{
   margin-left: 0px;
   font-size: 14px;
 }

.product-pack .pack-product-price .price-tax-label{
    display: block;
}
.product-pack .pack-product-price .price:first-child{
    margin-right: 5px;
}