.form-item-qty {
  display: none;
}

.node-type-movement .leftdiv .add-to-cart>form {
  background: url(../images/add-to-cart.png) no-repeat;
  padding: 6px;
}
.node-type-clock .leftdiv .add-to-cart>form,
.node-type-furniture .leftdiv .add-to-cart>form {
  background: url(../images/cart.jpg) no-repeat;
  width: 128px;
  height: 37px;
}
.node-type-clock .leftdiv .add-to-cart>form input.form-submit,
.node-type-furniture .leftdiv .add-to-cart>form input.form-submit {
  width: 128px;
  height: 37px;
}
.node-type-clock .leftdiv .add-to-cart #edit-qty {
  display: none;
}
.leftdiv .add-to-cart #edit-qty {
  width: 78px;
  height: 16px;
  border: none;
  text-align: center;
}
.teaser .add-to-cart #edit-qty {
  display: none;
}


.add-to-cart input.form-submit:hover {
  background: #bf7565;
}
.teaser .add-to-cart {
  margin: 10px 0 0;
}
.teaser .add-to-cart input.form-submit {
  height: 33px;
  line-height: 28px;
  font-weight: bold;
  background: #c9b8b2;
  color: white;
  max-width: 140px;
  text-align: center;
}
.teaser .add-to-cart input.form-submit:hover {
  background: #bf7565;
}
.teaser .sell-price.sale {
  color: #444444;
}
.teaser .old-price {
  color: #6f5b43;
  text-decoration: line-through;
}
.teaser .product-label {
  position: absolute;
  left: 0;
  top: 15px;
  color: white;
  height: 19px;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 20px 0 8px;
  background: url(../images/labels.png) right -1px no-repeat;
}
.teaser .product-label-new {
  background: url(../images/labels.png) right -21px no-repeat;
}
.teaser .product-label-hit {
  background: url(../images/labels.png) right -1px no-repeat;
}
.teaser .product-label-sale {
  background: url(../images/labels.png) right -41px no-repeat;
}
.teaser .product-label-discount {
  background: url(../images/labels.png) left -61px no-repeat;
  left: auto;
  right: 0;
  padding: 0 8px 0 20px;
}
.teaser .product-label-2 {
  top: 45px;
}
.teaser .product-label-3 {
  top: 65px;
}

#back-to-catalog {
  display: block;
  margin: 10px 0;
}

.product-list .views-row {
  float: left;
  width: 31%;
  background: white;
  padding: 2%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin: 0 1.8% 2% 0;
  height: 455px;
  text-align: center;
  position: relative;
}
.product-list .views-row:hover {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.product-list .views-row .field-name-field-image-cache a {
  display: inline-block;
  height: 250px;
}
.front .product-list .views-row .field-name-field-image-cache a {
  padding: 5%;
}
.product-list .views-row .field-name-field-image-cache a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-list .field-name-field-image-cache {
  text-align: center;
}

.cancelled-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.cancelled-price.empty {
  color: transparent;
}

.often-links {
  border: 1px solid #e1e1e1;
  background: white;
  margin-top: 20px;
}
.often-links .title {
  line-height: 30px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 5%;
}
.often-links .content {
  padding: 10px 5%;
}
.often-links .content div {
  margin-bottom: 3px;
  font-size: 12px;
}
/*@media (max-width: 767px) {
  .not-front .product-list .views-row {
    width: 49%;
    margin: 0 1% 1% 0;
  }
}*/
.form-item-edit-field-producer-value-ridgeway {
  display: none;
}

.price.price2>.prices-table {
  width: 100%
}

@media (max-width: 679px) {
  .not-front .product-list .view-filters {
    float: none;
    width: 100%;
  }
  .not-front .product-list .view-content {
    float: none;
    width: 100%;
  }
  .not-front .product-list .view-filters .views-exposed-widget {
    float: left;
    padding: 1% 2%;
    width: 32%;
    box-sizing: border-box;
    border: none;
  }
}

@media (max-width: 767px) {
  .product-list .views-row {
    width: 49%;
    margin: 0 1% 1% 0;
  }
}

@media (max-width: 479px) {
  .product-list .views-row {
    width: 100%;
    margin: 0 0 1% 0;
  }
}