.product_w .top .top-name {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 6px;
}
.product_w .tools {
  display: flex;
  gap: 20px;
}
.product_w .tools-comment {
  text-decoration: none;
}
.product_w .tools-comment .stars_w {
  float: left;
  margin-right: 6px;
}
.product_w .tools-comment-count {
  color: #7BBB2A;
}
.product_w .tools-comment-count:hover {
  text-decoration: underline;
}
.product_w .tools-favorite {
  padding-left: 26px;
  position: relative;
  color: #7BBB2A;
  text-decoration: none;
  cursor: pointer;
}
.product_w .tools-favorite:hover {
  text-decoration: underline;
}
.product_w .tools-favorite .active {
  display: none;
}
.product_w .tools-favorite .inactive {
  display: inline;
}
.product_w .tools-favorite:before {
  content: "";
  position: absolute;
  background: url("/images/like.png") 0 0;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 0;
}
.product_w .tools-favorite.active .active {
  display: inline;
}
.product_w .tools-favorite.active .inactive {
  display: none;
}
.product_w .tools-favorite.active:before {
  background-position: 16px 0;
}
.product_w .tools-admin {
  padding-left: 24px;
  position: relative;
  color: #7BBB2A;
  text-decoration: none;
  cursor: pointer;
}
.product_w .tools-admin:hover {
  text-decoration: underline;
}
.product_w .tools-admin:before {
  content: "";
  position: absolute;
  background: url("/images/lk-ico05.png");
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.product_w .content {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  overflow: visible;
}
.product_w .content-col1 {
  width: 40%;
  position: relative;
}
.product_w .content-col2 {
  width: 30%;
}
.product_w .content-col3 {
  width: 30%;
}
.product_w .discount {
  background: #ff0000;
  font-size: 11px;
  border-radius: 6px;
  color: #fff;
  position: absolute;
  top: -24px;
  right: 0;
  padding: 4px 5px;
}
.product_w .gallery-stick {
  position: absolute;
  margin-top: 15px;
  margin-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;
}
.product_w .info-pack {
  margin-bottom: 20px;
}
.product_w .info-pack-label {
  margin-bottom: 8px;
  color: #999;
}
.product_w .info-pack-list {
  display: flex;
  gap: 12px;
}
.product_w .info-pack-item {
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 12px 18px;
  text-decoration: none;
  color: #333;
}
.product_w .info-pack-item.active, .product_w .info-pack-item:hover {
  border-color: #7bbb2a;
}
.product_w .info-pack-item.unavailable {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cline x1='0' y1='100' x2='100' y2='0' stroke-width='3' stroke='%23e8e8e8'/%3e%3c/svg%3e");
  background-size: 100% 100%;
}
.product_w .info-pack-item-name {
  display: block;
}
.product_w .info-delivery_type-label {
  margin-bottom: 8px;
  color: #999;
}
.product_w .info-delivery_type-list {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.product_w .info-delivery_type-item {
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.product_w .info-delivery_type-item:hover {
  border-color: #7bbb2a;
}
.product_w .info-delivery_type-item.active {
  border-color: #7bbb2a;
  cursor: default;
}
.product_w .info-seller-name {
  color: #929292;
  display: inline-block;
  margin-bottom: 8px;
}
.product_w .info-seller-logo {
  display: inline-block;
  width: 25px;
  border-radius: 50%;
  margin-top: -4px;
}
.product_w .info-seller-value {
  display: inline-block;
}
.product_w .info-properties {
  margin-bottom: 12px;
}
.product_w .info-properties-row {
  margin-bottom: 12px;
}
.product_w .info-properties-row:last-child {
  margin-bottom: 0;
}
.product_w .info-properties-name {
  color: #929292;
  display: inline-block;
  margin-bottom: 8px;
}
.product_w .info-properties-value {
  display: inline-block;
}
.product_w .info-properties-value.single {
  color: #929292;
  line-height: 20px;
}
.product_w .info-action-description {
  font-size: 14px;
  color: #7BBB2A;
}
.product_w .info-action-description:hover {
  text-decoration: underline;
}
.product_w .product_calc_w {
  margin-bottom: 20px;
}
.product_w .delivery-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 22px;
  font-size: 13px;
  color: inherit;
  display: block;
}
.product_w .delivery-item.info {
  font-weight: bold;
}
.product_w .delivery-item.info:before {
  content: "";
  background: url("/images/ico-delivery.png") no-repeat;
  width: 30px;
  height: 23px;
  position: absolute;
  left: 0;
  top: -4px;
}
.product_w .delivery-item.return:before {
  content: "";
  background: url("/images/ivan.png") no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 3px;
  border-radius: 50%;
  top: 50%;
  margin-top: -13px;
}
.product_w .gallery .item.video {
  background: #fff;
}
.product_w .gallery .item.video video {
  display: block;
  margin: 0 auto;
}
.product_w .slider-for .slick-prev, .product_w .slider-for .slick-next {
  position: absolute;
  top: 50%;
  left: 20px;
  background: rgba(31, 31, 31, 0.4) url(/images/btn-prev02.png) no-repeat 48% 50%/10px 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
}
.product_w .slider-for .slick-next {
  left: auto;
  right: 20px;
  background: rgba(31, 31, 31, 0.4) url(/images/btn-next02.png) no-repeat 52% 50%/10px 16px;
}
.product_w .slider-for .slick-prev:hover, .product_w .slider-for .slick-next:hover {
  background-color: rgba(31, 31, 31, 0.5) !important;
}

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