.oldprice{
    text-decoration: line-through;
}
/* инпуты на странице заказа */
.pricecount{
    max-width: 110px;
}
.pricecount .input-group-text{
    border: 0;
    font-weight: 700;
}

.tovartypes{
    max-width: 250px;
}
.tovars {
    margin-bottom: 10px;
}
.number .plus, .number .minus{
    cursor: pointer;
}
.number{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
    max-width: 90px;
}
.number input{
    border: 0;
    border-radius: 4px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* hit */
.photo {
    position: relative;
    text-align: center;
}
.hit{
    position: absolute;
    left: 0;
    top: 0;
    background: #FA3A00;
    padding: 0 5px;
    color: #fff;
    z-index: 2;
}
/* shop list */
.content_list .icms-content-fields{
    flex-grow: 2;
}
.content_list .priceitem, .poisk-item .priceitem{
    font-size: 19px;
    flex-grow: 2;
    line-height: 24px;
    font-weight: bold;
}
.content_list_item .icms-content-left{
    min-width: 150px;
}
@media(max-width: 576px){
    .content_list_item .icms-content-left{
        min-width: 100px;
        width: 100px;
    }
}
/* shop item */
.first_type_images + .second_type_images{
    clear: both;
}
.img-photo{
    margin-bottom: 10px;
}
.content_item .icms-content-left, .content_item .icms-content-fields{
    flex: 1 1 0%;
}
.content_item .icms-content-left{
    max-width: 400px;
}
.content_item .priceitem{
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
}
.content_item .priceitem b{
    color: #f60;
}
.content_item .pricecount, .content_item .number{
    max-width: 130px;
}
.content_item .buy{
    padding-left: 16px;
    padding-right: 16px;
    line-height: 40px;
}
.content_item .buy span{
    font-size: 200%;
    padding-right: 10px;
    vertical-align: middle;
}
.content_item .favorite{
    opacity: 1;
}
.content_item .favorite__icon{
    font-size: 150%;
    vertical-align: middle;
}
.content_item .favorite__text{
    font-size: 100%;
}