.catalog_product_w {
  line-height: normal;
  position: relative;
  height: 100%;
}
.catalog_product_w:hover {
  box-shadow: none;
}
.catalog_product_w .cpw-content {
  padding: 11px 0 62px 0;
  min-height: 154px;
  display: block;
}
.catalog_product_w .cpw-content .cpwc-name {
  margin: 0 0 8px;
}
.catalog_product_w .cpw-content .cpwc-name .cpwcn-link {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.catalog_product_w .cpw-content .cpwc-name .cpwcn-link:hover {
  color: #7bba2a;
  text-decoration: none;
}
.catalog_product_w .cpw-content .cpwc-comment {
  text-decoration: none;
  margin-bottom: 0;
  z-index: 4;
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: center;
  line-height: normal;
}
.catalog_product_w .cpw-content .cpwc-comment .cpwcc-count {
  display: inline-block;
  color: #929292;
  font-size: 13px;
}
.catalog_product_w .cpw-content .cpwc-comment .cpwcc-count:hover {
  color: #7DB837;
}
.catalog_product_w .cpw-content .cpwc-prices {
  margin-bottom: 8px;
}
.catalog_product_w .cpw-content .cpwc-prices .cpwc-prices-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: baseline;
}
.catalog_product_w .cpw-content .cpwc-prices .cpwc-prices-list {
  margin-top: 4px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.catalog_product_w .cpw-content .cpwc-prices .cpwc-price.catalog_price {
  font-size: 18px;
  font-weight: bold;
}
.catalog_product_w .cpw-content .cpwc-prices .cpwc-price.base_price {
  font-size: 14px;
  color: #929292;
  text-decoration: line-through;
}
.catalog_product_w.item-box {
  border: none;
}
.catalog_product_w .image {
  margin: 0;
  z-index: 4;
}
.catalog_product_w .wp-admin {
  position: absolute;
  top: 50px;
  right: 10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 2;
  background: #fff url(/images/lk-ico05.png) no-repeat 5px 5px;
  border: 1px solid #ececec;
  opacity: 0.7;
  display: none;
}
.catalog_product_w .wp-admin:hover {
  opacity: 1;
}
.catalog_product_w .current-price .show_price {
  cursor: pointer;
  color: #929292;
  position: relative;
  z-index: 4;
}
.catalog_product_w .current-price .show_price:hover {
  text-decoration: underline;
}
.catalog_product_w .icon-shopping-cart.show_price {
  float: right;
  background: #bb2d2b;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 4;
  text-decoration: none;
}
.catalog_product_w .icon-shopping-cart.show_price:hover {
  background: #cf2e2c;
}
.catalog_product_w .wp-old {
  font-size: 15px;
  line-height: 21px;
  display: block;
  margin: 0 0 3px;
  color: #888888;
  text-decoration: line-through;
}
.catalog_product_w .wp-prices {
  position: relative;
}
.catalog_product_w .wp-prices .price-wrap {
  display: none;
}
.catalog_product_w .wp-prices .price-wrap .buy {
  display: block;
}
.catalog_product_w .wp-prices .price-wrap .wp-calc {
  display: none;
}
.catalog_product_w .wp-prices .price-wrap.is_in_cart .buy {
  display: none;
}
.catalog_product_w .wp-prices .price-wrap.is_in_cart .wp-calc {
  display: block;
}
.catalog_product_w .wp-prices .price-wrap.active {
  display: block;
}
.catalog_product_w .wp-prices .wpp-sum {
  color: #888;
  font-size: 11px;
  position: absolute;
  bottom: -19px;
  right: 0;
}
.catalog_product_w .image-wrap .wp-slider {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item {
  position: static;
  display: flex;
  align-items: flex-end;
  flex: 1;
  height: 100%;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item .wpswi-btn {
  position: relative;
  z-index: 4;
  bottom: 0;
  flex: 1;
  min-height: 7px;
  opacity: 1;
  transition: opacity 0.2s;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item .wpswi-btn:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 2px;
  left: 1px;
  height: 3px;
  content: "";
  background: hsla(0, 0%, 100%, 0.8);
  transition: background-color 0.2s;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item .wpswi-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  border: 0;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 8px;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item .wpswi-img.video {
  text-align: center;
  background: #fff;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item .wpswi-img.video video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  object-fit: cover;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item:hover .wpswi-btn:after {
  background-color: #7DB837;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item:hover .wpswi-img {
  z-index: -1;
  opacity: 1;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item:first-child .wpswi-btn:after {
  left: 3px;
}
.catalog_product_w .image-wrap .wp-slider .wps-wrap .wpsw-item:last-child .wpswi-btn:after {
  right: 3px;
}
.catalog_product_w .image-wrap:hover .wp-slider {
  display: block;
  opacity: 1;
}
.catalog_product_w .label_discount {
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 9px;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 5px;
  padding: 4px 8px;
  color: #fff;
  font-size: 13px;
}
.catalog_product_w .switch {
  margin: 2px 0 0 0;
}
.catalog_product_w .switch .item {
  line-height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 8px 10px 0;
  padding: 1px 6px;
  z-index: 4;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  color: #ccc;
}
.catalog_product_w .switch .item:hover, .catalog_product_w .switch .item.active {
  border-color: #7DB837;
  color: #7DB837;
}
.catalog_product_w .switch .item.active {
  cursor: default;
}
.catalog_product_w .switch .item:last-child {
  margin-right: 0;
}
.catalog_product_w .calc {
  position: absolute;
  bottom: 0;
  padding: 16px 0 16px 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.catalog_product_w .calc .buy, .catalog_product_w .calc .control, .catalog_product_w .calc .unavailable {
  display: none;
}
.catalog_product_w .calc .control .to_cart {
  display: none;
}
.catalog_product_w .calc.buy .buy {
  display: block;
}
.catalog_product_w .calc.control .control {
  display: flex;
}
.catalog_product_w .calc.unavailable .unavailable {
  display: flex;
}
.catalog_product_w .calc .buy {
  background: #7bba2a;
  border-radius: 6px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.catalog_product_w .calc .buy:hover {
  background-color: #63a503;
}
.catalog_product_w .calc .control {
  align-items: center;
}
.catalog_product_w .calc .control .btn {
  background-color: #7bba2a;
  background-repeat: no-repeat;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 34px;
}
.catalog_product_w .calc .control .btn:hover {
  background-color: #63a503;
}
.catalog_product_w .calc .control .btn.reduce {
  background-color: #D7D7D7;
}
.catalog_product_w .calc .control .btn.reduce:hover {
  background-color: #cbcbcb;
}
.catalog_product_w .calc .control .btn.reduce, .catalog_product_w .calc .control .btn.increase {
  position: relative;
}
.catalog_product_w .calc .control .btn.reduce .icon, .catalog_product_w .calc .control .btn.increase .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  font-size: 16px;
}
.catalog_product_w .calc .control .value {
  flex-grow: 1;
  text-align: center;
  font-size: 15px;
}
.catalog_product_w .calc .control .to_cart {
  background: #f59a23;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  font-size: 13px;
  flex-grow: 1;
  cursor: pointer;
  text-decoration: none;
}
.catalog_product_w .calc .control .to_cart:hover {
  background-color: #db8623;
}
.catalog_product_w .calc .control.to_cart .btn.increase {
  display: none;
}
.catalog_product_w .calc .control.to_cart .to_cart {
  display: block;
}
.catalog_product_w .calc .unavailable {
  font-size: 13px;
  border: 1px solid #7DB837;
  border-radius: 6px;
  color: #7DB837;
  height: 34px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.catalog_product_w .calc .unavailable .item {
  flex-grow: 1;
  text-align: center;
}
.catalog_product_w .calc .unavailable:hover {
  color: #63a503;
  border-color: #63a503;
}
.catalog_product_w .calc .unavailable .subscribe {
  display: block;
}
.catalog_product_w .calc .unavailable .unsubscribe {
  display: none;
}
.catalog_product_w .calc .unavailable.active {
  background-color: #f59a23;
  border-color: #f59a23;
  color: #fff;
}
.catalog_product_w .calc .unavailable.active:hover {
  background-color: #de8524;
  border-color: #de8524;
}
.catalog_product_w .calc .unavailable.active .subscribe {
  display: none;
}
.catalog_product_w .calc .unavailable.active .unsubscribe {
  display: block;
}
.catalog_product_w .calc .sum {
  position: absolute;
  color: #929292;
  font-size: 11px;
  bottom: 0;
}
.catalog_product_w .calc .out_stock {
  position: absolute;
  color: #FF2B2A;
  font-size: 13px;
  top: 0;
}
.catalog_product_w .calc .info {
  position: absolute;
  font-size: 11px;
  top: 2px;
}
.catalog_product_w .calc .info .item {
  float: left;
  margin-right: 8px;
}
.catalog_product_w .calc .info .item:last-child {
  margin-right: 0;
}
.catalog_product_w .calc .info .count {
  color: #929292;
}
.catalog_product_w .stick {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  z-index: 2;
  text-decoration: none;
  white-space: nowrap;
}
.catalog_product_w .image {
  position: relative;
  overflow: hidden;
  margin: -1px -1px 0;
}
.catalog_product_w .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.catalog_product_w .image .image-wrap {
  display: block;
}
.catalog_product_w .image .to-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 2;
  background: #fff url(/images/ico-favorite2.png) no-repeat 50% 54%/14px 14px;
  display: none;
  border: 1px solid #ececec;
  opacity: 0.7;
}
.catalog_product_w .image .to-favorite:hover {
  opacity: 1;
}
.catalog_product_w .image .to-favorite.selected {
  background: #fff url(/images/ico-favorite2-a.png) no-repeat 50% 54%/14px 14px;
  display: block;
}
.catalog_product_w:hover .to-favorite {
  display: block !important;
}

.catalog_product_w:hover .wp-admin {
  display: block;
}

@media (max-width: 991px) {
  .catalog_product_w .wp-price_type .wpp-item .wp-count {
    font-size: 16px;
  }
  .catalog_product_w .wp-prices .buy {
    width: 100px;
  }
  .catalog_product_w .wp-prices .wp-calc .wpc-btn {
    width: 36px;
  }
  .catalog_product_w .title-holder {
    height: auto;
  }
}

/*# sourceMappingURL=catalog_product_w.css.map */
