/* ETH */


.wwsShopSeparator, .wwsShopBottomBorderedTableRow, .wwsShopBottomBorderedTable tr{
   border-color: lightGray;
}

.wwsShopBorderedControl, .wwsShopSubProductsFilterPanel {
  border-color: lightGray;
}

.wwsShopSubCategorieDataPanel, .wwsShopSubProductDataPanel {
  border-color: lightGray;
}

.wwsShopPanelHref {
  color: inherit;
}

.wwsShopBorderedControl input, .wwsShopBorderedControl select {
  margin: 0;
}

.wwsShopBorderedControl  select {
  height: 32px;
}


/* Suche bei schmaler Anzeige */
.shopSearch {
  display: none;
}

@media (max-width: 768px) {
  .shopSearch {
    display: block;
  }

}

/* Login Off-Canvas */
.wwsShopLoginButtonPanelOffCanvas a {
  color: white;
}

/* Warenkorb optimieren */

.wwsShopCartLarge .wwsShopSearchPanel {
  margin-right: 4px;
}

@media (min-width: 768px) {

  .wwsShopCartSmall {
    display: none;
  }

}

.wwsShopCartAndBookmarksPanel {
  width: 140px;
}

.wwsShopCartContentImage {
  margin-top: 0px;
}

.wwsShopBookmarkOuterPanel  {
  margin-top: 0px;
}

.wwsShopProductDetailOrderProductCountLabel {
  top: -14px;
  right: 30px;
}

/* Suchfenster */

.wwsShopSearchButton, .wwsShopFilterButton  {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 32px;
  margin-top: 0px;
}

.wwsShopBorderedControl{
  border-radius: 3px;
}


/* Farben Preise bei Aktionen */

.wwsShopProductPriceSaleRegularPrice {
  color: black;
}

.wwsShopSalePriceLabel {
  color: black;
}

.wwsShopProductPriceSalePrice {
  color: red;
}

.wwsShopProductPriceSaleRegularPrice {
  text-decoration: line-through;
}


/* Preise inkl Mwst nicht anzeigen */
.wwsShopPricesTxtPanel {
  display: none;
}

/* Anzeigen Kategorien bei Mobile nicht anzeigen */
@media (max-width: 600px) {
  .wwsShopCategorieTreeRowsPanel {
    display: none;
  } 
}

/* ETH-Login */

.wwsShopEthLoginButtonPanel {
  background-color: #1f407a;
  padding: 8px;
  margin-bottom: 16px;
  cursor: pointer;
}

.wwsShopUniLoginButtonPanel {
  background-color: #1f407a;
  padding: 8px;
  margin-bottom: 16px;
  cursor: pointer;
  color: white;
  display: none;
}

.wwsShopAllLoginButtonPanel {
  background-color: #1f407a;
  padding: 8px;
  margin-bottom: 16px;
  cursor: pointer;
  color: white;
  display: none;
}

.wwsShopEthLoginButtonImage {
  height: 45px;
}

.wwsShopUniLoginButtonImage {
  height: 45px;
}

.wwsShopAllLoginButtonImage {
  height: 45px;
  background-color: white;
  padding-right: 4px;
  padding-left: 4px;
}

.wwsShopLoginButtonImage {
  display: none;
}

/* Laender */
.wwsShopCountryPanel {
  display: block;
}



/* Dirks additions */
.toolbar-r .wwsShopSearchPanel {
    margin-bottom: 0;
}


/* Kacheln */

.wwsShopSubProductDataPanel {
  height: 300px;
}

.wwsShopSubCategorieDataPanel {
  height: 200px;
}


@media (min-width: 600px) {
  .wwsShopSubCategoriePanel, .wwsShopProductTilePanel .wwsShopSubProductPanel {
    float: left;
  }
}

@media (min-width: 600px) {
  .wwsShopSubCategoriePanel, .wwsShopSubProductPanel {
    width: 33.33%;
  }
}
