del {
  display: block;
  color: #999;
}

ins {
  color: #ff9f00;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-Price-amount,
.woocommerce-price-suffix {
  display: block;
}

mark {
  background: transparent;
  color: #999;
  display: block;
}

.onsale {
  display: none;
}

.sale::before,
.featured::before {
  content: "Neuheit";
  padding: 0.4em 0;
  width: 12em;
  position: absolute; top: 1.6em; right: -3.6em;
  display: block;
  z-index: 100;
  color: #fff;
  background: #006fb9;
  font-size: 19px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

[lang="fr-FR"] .featured::before {
  content: "Nouveauté";
}

.sale::before {
  content: "Aktion";
  background: #ff9f00;
}

[lang="fr-FR"] .sale::before {
  content: "Promo";
}

.woocommerce-image {
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.woocommerce-image img {
  max-height: 100%;
  vertical-align: middle;
}

/*** Products ***/
.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  width: 300px;
  position: absolute; right: 0; top: 0;
}

.page .woocommerce-ordering {
  display: none;
}

ul.products {
  margin: -10px; padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}

.products .product-category {
  text-align: center;
}

.products .product {
  width: 33.3%;
  float: left;
  border: 10px solid transparent;
}

.products .product:nth-child(3n+4) {
  clear: both;
}

.products .product > a:first-child {
  padding: 20px;
  display: block;
  overflow: hidden;
  position: relative;
  border: 10px solid #eee;
  background: #fff;
}

.products .product > a:first-child:hover {
  border: 10px solid #ff9f00;
}

.products .product .count {
  display: none;
}

.products .product .button {
  position: absolute; bottom: 30px; right: 10px;
  text-indent: -9999px; 
  white-space: nowrap;
  overflow: hidden;  
}

.products .product .button,
.add_to_cart_button {
  padding-left: 40px;
  background-position: 10px center;
  background-image: url(images/more.svg);
  background-repeat: no-repeat;
}

.products .product .add_to_cart_button,
.add_to_cart_button {
  background-image: url(images/cart.svg); 
}

.woocommerce-pagination {
  margin: 20px 0;
  clear: both;
  overflow: hidden;
}

.woocommerce-pagination ul {
  margin: 0; padding: 0;
  list-style: none; 
}

.woocommerce-pagination li {
  padding: 0 10px 0 0;
  float: left;
}

.term-description {
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  border: 10px solid #eee;
  background: #fafafa;
}

/*** Product ***/ 
.product {
  position: relative;
  overflow: hidden;
}

.product .grey {
  margin-bottom: 40px;
  background: #eee;
  overflow: hidden;
  position: relative;
}

.product .images {
  width: 60%;
  float: left;
  background: #fff;
  text-align: center;
  border: 10px solid #ccc;
}

.product .images .flex-viewport {
  height: 450px !important;
}

.product .images .woocommerce-product-gallery__image { 
  padding: 20px 0; 
  height: 450px;
  line-height: 400px;
}

.product .images .woocommerce-product-gallery__image img {
  max-width: 90%; max-height: 400px;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
}

.product .images .flex-control-nav {
  margin: 0; padding: 0;
  list-style: none;
  overflow-x: auto;
  background: #fff;
  white-space: nowrap;
}

.product .images .flex-control-nav li {
  margin: 10px;
  cursor: pointer;
  display: inline-block;
}

.product .images .flex-control-nav img {
  max-height: 50px; max-width: 50px;
  vertical-align: middle;
}

.product .summary {
  padding: 40px;
  width: 40%;
  float: right;
}

.product .summary .in-stock {
  color: #4EA750;
}

.product .summary .out-of-stock {
  color: #DC0000;
}

.product .price {
  font-size: 1.6em;
  line-height: 1.2em;
}

.product .price .small {
  font-size: 0.6em;
}

.product .summary .reset_variations {
  display: block;
}

.product .summary .single_variation {
  margin-bottom: 1em;
  font-size: 1.6em;
  line-height: 1.2em;
}

.product .summary .button {
  margin-bottom: 1em;
}

.product .summary .quantity {
  margin-right: 10px;
  float: left;
}

.quantity label {
  display: none;
}

.quantity .qty {
  width: 60px;
  font-weight: 700;
  text-align: center;
}

.product .summary .product_meta { 
  clear: both;
  line-height: 1.6em;
  font-size: 0.9em;
}

.product .summary .product_meta > span {
  display: block;
}

.woocommerce-tabs {
  clear: both;
}

.woocommerce-tabs .tabs {
  overflow: hidden;
}

.woocommerce-tabs .tabs li {
  border-bottom: 1px solid #fff;
}

.woocommerce-tabs .panel {
  padding: 40px;
  overflow: hidden;
  border: 10px solid #eee;
}

.product > .products {
  margin-top: 40px;
  overflow: hidden;
}

/*** Warenkorb ***/
.woocommerce-message {
  margin-bottom: 1em;
}

.woocommerce-message .button {
  margin-bottom: 1em;
  line-height: 1.6em;
  display: block;
}

.cart {
  width: 100%;
}

.cart .remove {
  font-size: 2em;
}

.cart .product-thumbnail a {
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
}

.cart .product-thumbnail img {
  max-height: 100%;
  width: auto !important;
  vertical-align: middle;
}

.cart .actions {
  padding-top: 2em;
  text-align: right;
  border-bottom: none;
}

.cart .product-price,
.cart .product-subtotal,
.cart .product-quantity {
  text-align: right;
}

.cart-collaterals {
  padding: 20px;
  background: #fafafa;
  border: 5px solid #eee;
}

.woocommerce-shipping-methods {
  padding: 0; margin: 0;
  list-style: none;
}

.woocommerce-shipping-destination {
  display: none;
}

.cart-collaterals table p:last-child {
  margin-bottom: 0;
}

.woocommerce-shipping-methods .woocommerce-Price-amount,
.shipping_method .woocommerce-Price-amount {
  display: inline;
}

.cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}

.cart-collaterals .cross-sells {
  margin-top: 20px;
  overflow: hidden;
}

/*** Kasse ***/
.woocommerce-form-login-toggle {
  margin-bottom: 1em;
}

#customer_details {
  width: 49%;
  float: left; 
  padding: 20px;
  background: #fafafa;
  border: 5px solid #eee;  
}

#customer_details > div {
  overflow: hidden;
}

#customer_details .mailchimp-newsletter,
#customer_details .mc4wp-checkbox,
#customer_details .woocommerce-account-fields,
#customer_details #ship-to-different-address,
.woocommerce-terms-and-conditions-wrapper .validate-required {
  padding-left: 30px;
  clear: both;
}

#customer_details .mailchimp-newsletter .input-checkbox,
#customer_details .mc4wp-checkbox input,
#customer_details .woocommerce-account-fields .input-checkbox,
#customer_details #ship-to-different-address .input-checkbox,
.woocommerce-terms-and-conditions-wrapper .validate-required input {
  margin: 6px 0 0 -30px;
  float: left;
}

#order_review_heading,
#order_review {
  width: 49%;
  float: right;
}

#order_review .shop_table {
  margin-bottom: 40px;
}

#order_review .shop_table th.product-total {
  color: #fff;
}

.payment_methods {
  margin: 10px 0 30px; padding: 0 20px; 
  background: #fafafa;
  border: 5px solid #eee; 
}

.payment_methods li {
  padding: 20px 0 20px 30px;
  list-style: none;
  border-top: 1px dotted #ddd;
}

.payment_methods li:first-child {
  border: none;
}

.shipping_method,
.payment_methods input {
  margin: 6px 0 0 -30px;
  float: left;
}

.payment_methods img {
  vertical-align: top;
}

.payment_methods .about_paypal {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper p {
  margin-bottom: 1em;
}

/*** Order ***/
.woocommerce-order > section {
  margin-top: 20px; padding: 20px;
  background: #fafafa;
  border: 5px solid #eee;  
}

/*** Account ***/
.password-input {
  position: relative;
  display: block;
}

.show-password-input {
  width: 36px; height: 30px;
  display: block;
  position: absolute; right: 2px; top: 3px;
  z-index: 10;
  cursor: pointer;
  background: #fff url("images/visibility.svg") no-repeat center center;
}

.show-password-input.display-password {
  background-image: url("images/visibility-off.svg");
}

.woocommerce-form-login,
.woocommerce-ResetPassword {
  padding: 20px;
  width: 49%;
  background: #fafafa;
  border: 5px solid #eee; 
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
  width: 200px; max-width: 100%;
  float: left;
}

.woocommerce-MyAccount-content {
  width: 800px; max-width: 100%;
  float: left;
  padding: 20px;
  background: #fafafa;
  border: 5px solid #eee;
}

.woocommerce-MyAccount-content fieldset {
  padding: 20px; margin-bottom: 1em
}

/*** Filter ***/
.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#ff9f00;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#ff9f00}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#ccc;border:0}
.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}
.woocommerce .widget_price_filter .button {
  margin: 20px 0 15px;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
  text-align: center;
}

/*

.widget_layered_nav h3 {
  cursor: pointer;
  color: #999;
  position: relative;
}

.widget_layered_nav h3::after {
  content: '';
  width: 10px; height: 10px; 
  position: absolute; right: 3px; top: 4px;
  display: block;
  border: 2px solid #999;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget_layered_nav h3:hover,
.widget_layered_nav h3.active {
  color: #ff9f00;
}

.widget_layered_nav h3:hover::after,
.widget_layered_nav h3.active::after {
  border-color: #ff9f00;
}

.widget_layered_nav h3.active::after {
  top: 8px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.widget_layered_nav ul {
  display: none;
}

.widget_layered_nav .active + ul {
  display: block;
}

*/

.widget_layered_nav_filters li,
.widget_layered_nav li {
  padding-left: 30px;
  position: relative;
}

.widget_layered_nav_filters a::before,
.widget_layered_nav a::before {
  content: '';
  width: 1em; height: 1em;
  position: absolute; top: 0.3em; left: 0;
  display: inline-block;
  border: 1px solid #ff9f00;
  color: #fff;  
  border-radius: 20px;
}

.widget_layered_nav .chosen a::before,
.widget_layered_nav_filters a::before {
  background-image: url(images/check.svg);
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: cover; 
}

/*** Widget ***/
#sidebar-bottom .tabs {
  background: #ccc;
  overflow: hidden;
}   

.product_list_widget {
  width: 100000px !important;
  border-left: 1px solid #ddd;
  overflow: hidden;
}

#sidebar-bottom .product_list_widget {
  margin: 20px 0;
}

.product_list_widget li {
  padding: 20px;
  width: 220px !important;
  overflow: hidden;
  border-right: 1px solid #ddd;
  text-align: center; 
}

.product_list_widget .product-title {
  height: 1.6em;
  overflow: hidden;
  display: block;
  font-weight: 700;
}

.product_list_widget .woocommerce-image {
  margin: 0 auto 10px;
  width: 150px; height: 150px;
  line-height: 150px;
}

@media screen and (min-width: 1000px) {
  #main > .sale::before,
  #main > .featured::before {    
    font-size: 22px;
  }
  
  .product .summary .product_title {
    margin-right: 3.2em;
  }
}

@media screen and (max-width: 1000px) {
  .products .product {
    width: 50%;
  }
  
  .products .product:nth-child(3n+4) {
    clear: none;
  }
  
  .products .product:nth-child(2n+3) {
    clear: both;
  }
  
  .product .images,
  .product .summary,
  
  #customer_details,
  #order_review_heading,
  #order_review {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 800px) {
  .woocommerce-ordering {
    position: relative; top: auto; right: auto;
  }
  
  .products .product,
  .woocommerce-form-login,
  .woocommerce-ResetPassword {
    width: auto;
    float: none;
  }
    
  .product .summary,
  .woocommerce-tabs .panel {
    padding: 20px;
  }
  
  .product .images .flex-viewport {
    height: 350px !important;
  }
  
  .product .images .woocommerce-product-gallery__image {
    height: 350px;
    line-height: 300px;
  }
  
  .product .images .woocommerce-product-gallery__image img {
    max-height: 300px;
  }
 
  .cart .product-thumbnail {
    display: none;
  }
}