.notrn {
	transition: none;
    transform-style: unset;
    transform: none;
    -webkit-transform: none;
}

.notrn:hover {
	transition: none;
    transform-style: unset;
    transform: none;
    -webkit-transform: none;
}

.catalog__item:hover .catalog__item-inner .notrn:hover {
  transform: none;
}

.delivery-cost-string h4 {
    text-align: center;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
.catalog__item__combo {
    height: 350px;
}
}
