/* start product_info */
.product_info {padding: 14px 20px;background-color: #f1f3f661;border-radius: 8px;}


.product_info__box {
  margin-bottom: 15px;
}
.product_info__box:last-child {
  margin-bottom: 0;
}
.product_info__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}
.product_info__desk {
  font-size: 16px;
}
.product_info__item{display: flex;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #ced2d3;}
.product_info__item:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}

.product_info__icon{width: 50px;min-width: 50px;height: 35px;background-image: url(/design/ideasad/img/icons_sprite.png);}
.product_info__text{
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.product_info__icon-inpost{
    background-position: 0 0;
}
.product_info__icon-dpd{
    background-position: 0 -45px;
}
.product_info__icon-guarantee{
    background-position: 0 -180px;
    height: 110px;
}
.product_info__icon-przelewy24 {
    background-position: 0 -135px;
}
.product_info__icon-blick {
    background-position: 0 -90px;
}
/* end product_info */
