.products-wrapper {
  text-align: center;
}
.product-card {
  background-color: white;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 34px 45px;
  cursor: pointer;
}
.product-small-card {
  height: 430px;
}
.product-small-card .product-img {
  width: 230px;
}
.product-big-card {
  height: 920px;
}
.product-card-lbl {
  position: absolute;
  width: 150px;
  padding: 5px 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #7c7a0f;
  color: white;
  font-size: 1.2em;
}
.product-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 34px;
}
.ss {
  text-decoration: none;
}
.product-name {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.3em;
  padding-top: 15px;
  position: relative;
  text-decoration: none;
}
.product-name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 150px;
  border-style: solid;
  border-width: 1px;
}
.yellow-color {
  color: #7c7a0f;
}
.red-color {
  color: #7c7a0f;
}
.green-color {
  color: #7c7a0f;
}
.orange-color {
  color: #7c7a0f;
}
.mustard-color {
  color: #7c7a0f;
}
.product-img-slider {
  padding: 40px 0;
}
.product-slider-wrapper {
  height: 450px;
}
.product-img-wrapper {
  position: relative;
  padding: 85px 0;
  height: 493px;
}
.product-img-wrapper:before,
.product-img-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 340px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 1px;
  background-color: #d6d9c8;
}
.product-img-wrapper:before {
  top: 0;
}
.product-img-wrapper:after {
  bottom: 0;
}
.product-big-img {
  width: 270px;
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}
.product-info {
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: center;
}
.product-descr {
  font-size: 2em;
  line-height: 1.5em;
  color: #3c3c3c;
}
.product-wrapper:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .products-wrapper {
    margin: 0 auto;
  }
  .products-wrapper .products-col:nth-child(2) {
    margin-left: 60px;
  }
  .product-card {
    text-align: center;
    max-width: 100% !important;
  }
  .products-col {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    max-width: 100% !important;
  }
  .products-col:first-child,
  .products-col:nth-child(2) {
    width: 340px;
  }
  .products-col:last-child {
    margin-top: 60px;
    margin-left: 0;
    width: 100%;
  }
  .products-col:last-child .product-card {
    width: 340px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .products-col:last-child .ss:nth-child(2) .product-card {
    margin-left: 60px;
  }
  .product-img-wrapper:before,
  .product-img-wrapper:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .product-img-wrapper,
  .product-slider-wrapper {
    width: 100%;
  }
  .product-img-wrapper {
    padding: 0;
    height: auto;
  }
  .product-slider-wrapper {
    margin-left: 0;
    margin-top: 60px;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .products-wrapper {
    width: 340px;
    max-width: 100%;
  }
  .products-wrapper .products-col:nth-child(2) {
    margin-top: 60px;
    margin-left: 0;
  }
  .products-wrapper .products-col:last-child {
    margin-top: 60px;
    margin-left: 0;
  }
  .products-wrapper .products-col:last-child .product-card:nth-child(2) {
    margin-left: 0;
  }
  .product-card {
    margin-left: 0 !important;
  }
  .product-big-img {
    width: 135px;
  }
}
@media screen and (max-width: 420px) {
  .product-card {
    padding-bottom: 0;
    height: auto;
  }
  .product-card-lbl {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 26px auto 0 auto;
  }
}
.bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important;
  left: 0 !important;
}
.bxslider {
  margin: 0;
}
.bx-wrapper .bx-caption span {
  font-size: 1.7em !important;
  font-family: 'Roboto Slab', serif !important;
}
