.product_block__product-item__block_img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  width: auto !important; }

.product_block__product-item__block_img_link {
  display: block;
  height: 150px;
  text-align: center; }

.product_block__product-item__block_content .block_fonts__middle_comment {
  opacity: 0.7; }

.product_block__product-item__block_content .product-item__block_content_product_name,
.product_block__product-item__block_content .block_fonts__middle_comment {
  padding-bottom: 0.3rem; }

.product_block__product-item__block_content_price {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fb0040;
  font-weight: 700;
  padding-bottom: 1rem; }

.product_block__product-item__block_content_product_name .fonts__middle_text:hover {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }

.product_block__product-item {
  padding: 0 1rem; }

/* ___________ product_block_recommendations __________________ */
.slider-product.owl-carousel .owl-dots,
.slider-product.owl-carousel .owl-nav .owl-prev.disabled,
.slider-product.owl-carousel .owl-nav .owl-next.disabled,
.slider-product.owl-carousel .owl-nav .owl-prev,
.slider-product.owl-carousel .owl-nav .owl-next {
  display: none; }

.slider-product:hover > .owl-nav .owl-prev {
  display: block; }

.slider-product:hover > .owl-nav .owl-next {
  display: block; }

/* ___________ variant product_block_recommendations __________________ */
.slider-product_variant.owl-carousel .owl-dots,
.slider-product_variant.owl-carousel .owl-nav .owl-prev.disabled,
.slider-product_variant.owl-carousel .owl-nav .owl-next.disabled,
.slider-product_variant.owl-carousel .owl-nav .owl-prev,
.slider-product_variant.owl-carousel .owl-nav .owl-next {
  display: none; }

.slider-product_variant:hover > .owl-nav .owl-prev {
  display: block; }

.slider-product_variant:hover > .owl-nav .owl-next {
  display: block; }

.small-product-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100; }
  .small-product-block .small-product-block__img-link {
    display: block;
    width: 85px;
    height: 85px; }
  .small-product-block .small-product-block__img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }
  .small-product-block .small-product-block__name-product {
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #060606;
    font-weight: bold;
    line-height: 25px;
    display: block;
    margin-bottom: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .small-product-block .small-product-block__info {
    width: calc(100% - 85px);
    padding-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .small-product-block .small-product-block__name-section {
    font-size: 13px;
    font-family: "Open Sans", Arial, sans-serif;
    color: rgba(6, 6, 6, 0.71);
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%; }

.small-product-block__price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 2.1; }
  .small-product-block__price-block .small-product-block__price-main {
    font-size: 14px;
    color: #fb0040;
    font-weight: bold; }
  .small-product-block__price-block .small-product-block__price-old {
    font-size: 12px;
    color: #cbcbcb;
    padding-left: 10px;
    text-decoration: line-through; }

.small-product-block__saving {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4; }
  .small-product-block__saving .small-product-block__saving-volume {
    font-size: 11px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #00b02a;
    border: 1px solid #00b02a;
    text-align: center;
    margin-left: 5px;
    padding: 0 6px; }
  .small-product-block__saving .small-product-block__saving-title {
    font-size: 11px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #1d1d1d;
    text-align: center; }

@media (max-width: 1199.98px) {
  .product_block__product-item__block_content_product_name .fonts__middle_text {
    font-size: 0.87rem; }
  .product_block__product-item > .row {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product_block__product-item {
    padding: 0 0.67rem; } }

@media (max-width: 767.98px) {
  .product_block {
    margin: 0 -0.67rem; }
  .product_block__product-item {
    padding: 0 0.5rem; }
  .product_block__product-item__block_img_link {
    padding-right: 1rem; }
  .product_block__product-item > .row {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 575.98px) {
  .product_block__product-item__block_img_link {
    padding-right: 1rem; } }
