/* Baertschi */



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

.wwsShopBorderedControl {
  border-color: lightGray;
  border-radius: 6px;
}

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

.wwsShopSubProductsFilterEditPanel {
  width: calc(-80px + 100%);
}

.wwsShopPanel input, .wwsShopPanel select {
  abackground-color: #f2f2f2!important;
}

.wwsShopSearchEdit {
  width: calc(-8px + 100%)!important;
}

.wwsShopSearchEdit, .wwsShopSearchCategorieSelect {
  background-color: white!important;
}



/* Buttons mit weniger Rand */

.wwsShopPanel button {
  padding: 0 10px;
}

.wwsShopSearchPanel button {
  letter-spacing: 0px;
  padding: 0 10px;
}

.wwsShopProductAddQuantityEdit {
  margin-right: 1em!important;
}


/* Warenkorb */

.wwsShopCartImage {
}

.wwsShopCartPanel, .wwsShopCartAndBookmarksPanel {
  z-index: 9000;
}

.wwsShopCartImage {
  width: 32px;
  height: 32px;
}

/* Merkliste mit Bild statt mit Textz */

.wwsShopBookmarkImage {
  width: 24px;
  height: 24px;
}

.wwsShopBookmarkImage {
  display: block;
  margin: 0 auto;
}

.wwsShopBookmarkTitle {
  display: none;
}

/* Merkliste und Warenkorb uebereinander */
.wwsShopBookmarkOuterPanel, .wwsShopCartOuterPanel {
  float: none;
}

.wwsShopBookmarkOuterPanel {
  padding-left: 1em;
}



/* Login */

.wwsShopLoginButtonImage {
  float: left;
  margin-right: 4px;
  width: 24px;
  height: 24px;
}

.wwsShopLoginButtonSubPanel {
  float: right;
}



/* Suche und Filter */

.wwsShopSearchPanel {
  margin-top: 1em;
}

/* Bild in Produkt */
.wwsShopProductDetailMainImage {
  max-height: 250px;
}



/* Warenkorb in Produkt */

.wwsShopProductDetailOrderProductCountLabel {
  top: -15px;
  right: 10px;
}

.wwsShopSubProductOrderProductCount {
  top: -44px;
  right: -10px;
}

/* Menge schmäler */

.wwsShopProductAddQuantityEdit {
  width: 4em!important;
}

/* VK-Preis rot, Aktionspreis weiss */

.wwsShopProductPriceSalePrice {
  color: red;
}

.wwsShopSalePriceLabel,.wwsShopProductPriceSaleRegularPrice {
  color: inherited;
}

.wwsShopProductPrice  {
  color: inherited;
}


.wwsShopSubProductDataPanel .wwsShopSalePriceLabel,.wwsShopSubProductDataPanel .wwsShopProductPriceSaleRegularPrice {
  color: white;
}

.wwsShopSubProductDataPanel .wwsShopProductPrice  {
  color: white;
}

/* "Preise inkl. Mwst" etwas tiefer */

.wwsShopMainTitlePricesTxtPanel, .wwsShopMainTitlePricesTxtPanel {
  margin-top: 1.1em;
}

/* Slider */
.wwsShopSubProductsSliderDataPanel {
  position: relative;
}

/*

.wwsShopSubProductPanel  {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;

}

@-webkit-keyframes .wwsShopSubProductPanel  {
    100% { left: 0; }
}

@keyframes .wwsShopSubProductPanel  {
    100% { left: 0; }
}

*/

.wwsShopProductSliderNextDiv, .wwsShopProductSliderPrevDiv {
  top: 50%;
}

.wwsShopProductSliderPrevDiv {
  left: -1em;
}

.wwsShopProductSliderNextDiv {
  right: -1em;
}


/* Artikelliste */

@media (min-width: 700px) {

  .wwsShopProductListAddAddPanel {
    width: 280px;
  }

  .wwsShopProductListAddDescriptionPanel {
    width: calc(-410px + 100%);
  }

}

/* Bestandsanzeige */
/*
  .wwsShopProductStockMode3Image {
  margin-right: 8px;
}

.wwsShopSubProductDescPanel {
  font-size: 0.9em;
}
*/

/* Bilder ueber ganze Kachel und farbiger unterer Bereich */

.wwsShopSubCategoriePanel, .wwsShopSubProductPanel {
  width: 100%;
  afloat: clear;
  max-width: 1000px;
}

@media (min-width: 500px) {

 .wwsShopSubCategoriePanel, .wwsShopProductTilePanel .wwsShopSubProductPanel {
     float: left;
 }

}


@media (min-width: 500px) {

 .wwsShopSubCategoriePanel, .wwsShopSubProductPanel {
    width: 50%;
 }

}


@media (min-width: 750px) {

 .wwsShopSubCategoriePanel, .wwsShopSubProductPanel {
    width: 33.33%;
 }

}

@media (min-width: 1000px) {

 .wwsShopSubCategoriePanel, .wwsShopSubProductPanel {
    width: 25%;
  }

}

.wwsShopSubCategoriePanel, .wwsShopSubProductPanel {
  position: relative;
}

.wwsShopSubCategoriePanel {
  padding-bottom: 100%;
}

.wwsShopSubProductPanel {
  padding-bottom: 120%;
}



@media (min-width: 500px) {

 .wwsShopSubCategoriePanel {
    padding-bottom: 50%; 
 }
 .wwsShopSubProductPanel {
    padding-bottom: 60%;
 }


}

@media (min-width: 750px) {

 .wwsShopSubCategoriePanel {
    padding-bottom: 33.3% ;
 }
 .wwsShopSubProductPanel {
    padding-bottom: 40%;
 }

}

@media (min-width: 1000px) {

.wwsShopSubCategoriePanel {
    padding-bottom: 25%;
 }
 .wwsShopSubProductPanel {
    padding-bottom: 30%;
 }


}

.wwsShopSubCategorieDataPanel, .wwsShopSubProductDataPanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 96%;
}

.wwsShopSubCategorieImagePanel, .wwsShopSubProductImagePanel  {
  height: 55%;
}

.wwsShopSubCategorieDataPanel {
  color: white;
  background-color: #004EA4;
  padding: 0;
}

.wwsShopSubProductDataPanel {
  color: white;
  background-color: #004EA4;
  padding: 0;
}

.wwsShopSubProductCartContent {
  z-index: 100;
  position: absolute;
  right: 0px;
}

.wwsShopSubProductOrderProductCount {
  float: right;
  margin-right: 16px;
}

.wwsShopSubCategorieImagePanel {
  height: 66.5%;
}


.wwsShopSubCategorieImageInnerPanel, .wwsShopSubProductImageInnerPanel {
  background-color: white;
}

.wwsShopSubCategorieImage .wwsShopSubProductImage{
  height: 100%;
  width: auto;
}
