.site-header:before {
  content: 'desktop';
  position: fixed;
  top: 60px;
  left: 0;
  padding: 10px;
  background: yellow;
  z-index: 3000;
  display: none;
}


.woocommerce .page-title
{
  width: 45%;
} 
.woocommerce-result-count {
  width: 25%;
}

.woocommerce .woocommerce-result-count {
  width: auto;
}


.site-footer .widget-area:first-child {
  margin: 0 auto;
}

.navbar.fixed-top .menu a:hover,
.navbar.fixed-top .menu .sub-menu a:hover
{
  background: #FFF !important;
}                  

.color-scheme-dark .navbar.fixed-top .current-menu-item > a
{
  background: #FFF;
}



[class*="color-scheme-"] .navbar.fixed-top a
{
  color: #000;
}

.navbar.fixed-top .menu > li:hover 
{
  background: #FFF !important;
}


.site-footer .widget-area {
  float: none;
  margin: 0 auto;
  width: 475px;
}

.single-product .site-footer .widget-area {
  float: none;
  margin: 0 auto;
  width: 475px;
}


.woocommerce.archive .site-content {
  margin: 0 auto;
  width: 700px;
}


.woocommerce.widget-area-shop-active[class*="tax-product_"] .content-area .product {
  width: 32.2%;
}


.page-template-page-sidebar-left-php .site-main .widget-area {
  width: 23%;
  margin-top: 85px;
  position: relative;
}

.page-template-page-sidebar-left-php .site-main .widget-area:before {
  content: ' ';
  background: url(images/info-icon.png) no-repeat;
  position: absolute;
  top: -65px;
  right: 0;
  width: 41px;
  height: 40px;
}


.site-nav-primary .mini-cart {
  width: auto;
}

.archive-title .page-title {
  font-size: 27px !important;
}
.woocommerce.single-product .product .entry-summary .woocommerce_de_versandkosten { 
    width: 47%;
}