.pageContainer .shopOverviewBlock.big .intro {
  text-align: center;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products {
  text-align: center;
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-bottom: 0;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product {
  vertical-align: top;
  padding-bottom: 0;
  width: calc(50% - 100px);
  margin: 0 50px;
  margin-bottom: 50px;
  display: inline-block;
  float: none !important;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper {
  text-align: left;
  color: #282828;
  display: block;
  position: relative;
  padding: 30px;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper:after {
  display: none;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #f5f5f5;
  z-index: 0;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .smallTitle {
  display: block;
  position: relative;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .price {
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-top: 5px;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .price .currentPrice {
  color: #282828;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .price .oldPrice {
  opacity: 1;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #c41017;
  margin-left: 10px;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .price .oldPrice:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c41017;
  transform: translateY(-50%);
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .price .discountLabel {
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-bottom;
  background: #ff6500;
  color: #fff;
  padding: 2px 14px;
  line-height: 24px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders {
  display: block;
  position: relative;
  padding-bottom: 50%;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider.active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: opacity 0.3s 0.3s ease-out;
  -moz-transition: opacity 0.3s 0.3s ease-out;
  -o-transition: opacity 0.3s 0.3s ease-out;
  transition: opacity 0.3s 0.3s ease-out;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .slide {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .slide.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s ease-out;
  -moz-transition: opacity 0.3s 0.3s ease-out;
  -o-transition: opacity 0.3s 0.3s ease-out;
  transition: opacity 0.3s 0.3s ease-out;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .slide .innerSlide {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .navigator {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .navigator .prev,
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .navigator .next {
  padding: 10px;
  height: auto;
  left: -10px;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  cursor: pointer;
  font-size: 22px;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .navigator .prev:hover,
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .navigator .next:hover {
  color: #ff6500;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .sliders .slider .navigator .next {
  right: -10px;
  left: auto;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo {
  margin-top: 20px;
  position: relative;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .buttonWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .buttonWrapper .button {
  display: inline-block !important;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .colors {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 250px);
  text-align: right;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .colors .color {
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 5px 0;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s 0s ease-out;
  -moz-transition: border-color 0.3s 0s ease-out;
  -o-transition: border-color 0.3s 0s ease-out;
  transition: border-color 0.3s 0s ease-out;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .colors .color:first-child {
  margin-left: 0;
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .colors .color:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .colors .color.active {
  border-color: #000;
}
.pageContainer .shopOverviewBlock .intro {
  margin-top: 50px;
}
.pageContainer .shopOverviewBlock .intro .bigTitle {
  /*                strong{
                    color:@darkGrey;
                }*/
}
.pageContainer .shopOverviewBlock .intro .text {
  margin-top: 30px;
  max-width: 800px;
  width: 100%;
}
.pageContainer .shopOverviewBlock .intro .text h2,
.pageContainer .shopOverviewBlock .intro .text h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}
.pageContainer .shopOverviewBlock .intro .text h2 strong,
.pageContainer .shopOverviewBlock .intro .text h3 strong,
.pageContainer .shopOverviewBlock .intro .text h2 b,
.pageContainer .shopOverviewBlock .intro .text h3 b {
  font-weight: 500;
  color: #b7b7b7;
}
.pageContainer .shopOverviewBlock .intro .text h3 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
}
.pageContainer .shopOverviewBlock .filters .label {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
  margin-right: 20px;
}
.pageContainer .shopOverviewBlock .filters .innerFilters {
  display: inline-block;
  vertical-align: middle;
}
.pageContainer .shopOverviewBlock .filters .innerFilters .filterButton {
  display: inline-block;
  margin: 5px 0;
  margin-right: 10px;
}
.pageContainer .shopOverviewBlock .filters .innerFilters .filterButton:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #282828;
}
.pageContainer .shopOverviewBlock .filters .innerFilters .filterButton.active {
  background: #282828;
  color: #fff;
}
.pageContainer .shopOverviewBlock .woocommerce .products {
  margin: 50px 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product {
  vertical-align: top;
  padding-bottom: 0;
  width: calc(25% - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
  clear: none !important;
  float: none !important;
  display: inline-block;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product.product_cat-hide-product {
  display: none;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a {
  color: #282828;
  display: block;
  position: relative;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #000;
  opacity: 0.04;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a img {
  margin-bottom: 20px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  border: none;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a .woocommerce-placeholder {
  opacity: 0.8;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 16px;
  height: 32px;
  font-weight: 800;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a .price {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a .price .woocommerce-Price-amount.amount {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a .price .oldPrice {
  opacity: 1;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  color: #c41017;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a .price .oldPrice:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c41017;
  transform: translateY(-50%);
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product a .price .discountLabel {
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
  background: #ff6500;
  color: #fff;
  padding: 2px 14px;
  line-height: 24px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product .button {
  display: none !important;
  background: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 22px 30px;
  border: none;
  cursor: pointer;
  border-radius: 40px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pageContainer .shopOverviewBlock .woocommerce .products li.product .button:hover {
  background: #ff6500;
  color: #fff;
}
@media all and (max-width: 1360px) {
  .pageContainer .shopOverviewBlock.big .woocommerce .products {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product {
    width: calc(50% - 50px);
    margin: 0 25px;
    margin-bottom: 50px;
  }
  .pageContainer .shopOverviewBlock.related .woocommerce .products li.product {
    width: calc(25% - 40px);
  }
  .pageContainer .shopOverviewBlock .woocommerce .products li.product {
    width: calc(33.3333% - 40px);
  }
}
@media all and (max-width: 1160px) {
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .buttonWrapper {
    width: 190px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .buttonWrapper .button {
    font-size: 14px;
    padding: 16px 20px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .colors {
    width: calc(100% - 190px);
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product .productWrapper .extraInfo .colors .color {
    width: 25px;
    height: 25px;
  }
}
@media all and (max-width: 1024px) {
  .pageContainer .shopOverviewBlock .woocommerce .products li.product,
  .pageContainer .shopOverviewBlock.related .woocommerce .products li.product {
    width: calc(50% - 40px);
  }
  .pageContainer .shopOverviewBlock .bigProducts.woocommerce .products li.product .productWrapper .extraInfo {
    display: table;
    width: 100%;
    text-align: center;
  }
  .pageContainer .shopOverviewBlock .bigProducts.woocommerce .products li.product .productWrapper .extraInfo .buttonWrapper {
    width: 100%;
    margin-top: 20px;
  }
  .pageContainer .shopOverviewBlock .bigProducts.woocommerce .products li.product .productWrapper .extraInfo .colors {
    width: 100%;
    text-align: center;
    display: table-header-group;
  }
  .pageContainer .shopOverviewBlock .bigProducts.woocommerce .products li.product .productWrapper .extraInfo .colors .color {
    margin-left: 0;
    margin-right: 10px;
  }
  .pageContainer .shopOverviewBlock .bigProducts.woocommerce .products li.product .productWrapper .extraInfo .colors .color:last-child {
    margin-right: 0;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1024px) {
  .pageContainer .shopOverviewBlock.big .woocommerce .products {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 50px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product a .leftContent,
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product a .buttonWrapper {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product a .buttonWrapper {
    margin-top: 20px;
  }
}
@media all and (max-width: 600px) {
  .pageContainer .shopOverviewBlock .woocommerce .products,
  .pageContainer .shopOverviewBlock.related .woocommerce .products {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .pageContainer .shopOverviewBlock .woocommerce .products li.product,
  .pageContainer .shopOverviewBlock.related .woocommerce .products li.product {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product {
    width: calc(100% - 20px) !important;
    margin-bottom: 50px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product a {
    padding: 30px 30px 50px !important;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product a.productWrapper .extraInfo {
    margin-top: 40px;
  }
  .pageContainer .shopOverviewBlock.big .woocommerce .products li.product a.productWrapper .extraInfo .buttonWrapper {
    margin-top: 30px;
  }
  .pageContainer .shopOverviewBlock .woocommerce .products li.product a .price {
    font-size: 14px;
  }
}
/*# sourceMappingURL=products_overview.css.map */