.shop2-info.shop2-info2 {
  padding: 20px;
}
.kinds-block .kind-item__top {
  position: relative;
}
.favorite_btn_wrapper.in-list {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1260px) {
  .favorite_btn_wrapper.in-list {
    opacity: 1;
    visibility: visible;
  }
}
.product-list .product-item:hover .favorite_btn_wrapper.in-list {
  opacity: 1;
  visibility: visible;
}
.product-list.list .product-item .favorite_btn_wrapper.in-list {
  opacity: 1;
  visibility: visible;
  background: #f7f7f7;
  border-radius: 6px;
}
.product-list.list .product-item__top {
  position: relative;
}
.text-block {
  color: #000;
  font-size: 22px;
  margin: -18px 0 34px;
  font-family: Montserrat, sans-serif;
  line-height: 1.59;
}
.text-block *:first-child {
  margin-top: 0;
}
.text-block *:last-child {
  margin-bottom: 0;
}
.nicotine-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-family: Montserrat, sans-serif;
}
.nicotine-item {
  margin: 0 10px 20px;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  width: calc(33.33% - 20px);
}
.nicotine-item-image {
  display: block;
  position: relative;
  height: 0;
  padding-top: 66.677%;
}
.nicotine-item-image span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.nicotine-item-image span img {
  max-height: 100%;
}
.nicotine-item-title {
  padding: 25px 30px 30px;
  display: block;
}
@media (max-width: 1024px) {
  .nicotine-item-title {
    padding: 20px;
  }
  .nicotine-item {
    font-size: 16px;
  }
  .text-block {
    font-size: 18px;
  }
  .text-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .nicotine-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .nicotine-wrap {
    margin: 0 -5px;
  }
  .nicotine-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .shop-modules__right {
    width: auto;
  }
  .favorite_top a {
    width: 85px;
    height: 54px;
  }
  .favorite_top a i {
    left: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .favorite_top a ins {
    right: 16px;
    width: 24px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: unset;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .nicotine-item {
    width: calc(100% - 10px);
  }
  .text-block {
    margin-top: 0;
    font-size: 17px;
  }
}
@media (max-width: 430px) {
  .shop-modules__cart, .compare-block {
    width: 70px;
  }
  .shop-modules__cart:after, .compare-block:before {
    background-position-x: 10px;
  }
  .shop-modules__cart-amount, .compare-block__amount {
    right: 10px;
  }
  .mobile-contacts, .mobile-search {
    width: auto;
    flex: 1;
  }
  .favorite_top a {
    width: 70px;
  }
  .favorite_top a i {
    left: 10px;
  }
  .favorite_top a ins {
    right: 10px;
  }
}
.site .site_wrap .site__wrapper .site__inner .shop-product-btn.onrequest {
  background-color: #0000FF !important;
}
.product-list.thumbs .product-item__buttons .shop-product-btn.type-2.onrequest {
  padding: 10.5px 5px;
}
.product-list.list .product-item .shop-product-btn {
  width: 146px;
}
