/*каталог - рамка, цвет и тень разделов и доп меню*/

.catalog-content .row.block, .pm-js.catalog .swiper-container .swiper-slide.block, .pm-js.catalog .swiper-container .swiper-slide .itemRow {
    width: 230px;
    float: left;
    display: flex;
    flex-direction: column;
    margin-right: 19px;
    border: 0px solid #59a8fb;
    border-radius: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    margin-left: 7px;
    margin-right: 15px;
}

/*каталог - ДОП МЕНЮ*/

.body .side .menu .menu-item {
    -webkit-box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.29);
}

.body .side .menu .sub .sub-item {
    -webkit-box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.29);
}

.filters_holder .param label {
    -webkit-box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.29);
}





/*каталог - Подпись в каталоге, его размер и иные параметры*/

.catalog-content .row .item-title, .pm-js.catalog .swiper-container .swiper-slide .item-title {
    background: #ffffff;
    border-bottom: 5px solid #59a8fb;
    padding: 10px;
    text-align: center;
    position: relative;
    padding-left: 10px;
    border-left-width: 0px;
    width: 210px;
    height: 89.54545px;
}




/*каталог - Размер и цвет шрифта*/

.catalog-content .row .item-title .name, .pm-js.catalog .swiper-container .swiper-slide .item-title .name {
    color: #0588a7;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    min-height: 18px;
    border-top-width: 22px;
    padding-top: 10px;
}




/*каталог - Затемнение шрифта - убрано!*/

.catalog-content .row .item-title a.shadow, .pm-js.catalog .swiper-container .swiper-slide .item-title a.shadow {
    box-shadow: inset 0px 0px 0px 0px #F8F8F8;
}




/* --------------------------------------------------------------------------------------------------------------- */
/* КОНТЕНТ В РАЗДЕЛАХ */


.catalog-content .row.block .image, .pm-js.catalog .swiper-container .swiper-slide.block .image, .pm-js.catalog .swiper-container .swiper-slide .itemRow .image {
    border-bottom: 5px solid #59a8fb;
    position: none;
    line-height: 0px;
    display: block;
    background: #ffffff;
    text-align: center;
    width: 210px;
}


/* Нижняя часть карточки в каталоге - цена, наличие - ширина объекта */
.catalog-content .row.block .bottom, .pm-js.catalog .swiper-container .swiper-slide.block .bottom, .pm-js.catalog .swiper-container .swiper-slide .itemRow .bottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 220px;
}
/* Нижняя часть карточки в каталоге - цена - убраны чёрточки, заменен цвет цены */
.catalog-content .row .bottom .price, .pm-js.catalog .swiper-container .swiper-slide .bottom .price {
    color: #0588a7;
    border-top: 0px solid #615348;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    line-height: 45px;
}
/* Нижняя часть карточки в каталоге - наличие - убраны чёрточки */
.catalog-content .row .bottom .amount, .pm-js.catalog .swiper-container .swiper-slide .bottom .amount {
    color: #0588a7;
    border-top: 0px solid #615348;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
/* Нижняя часть карточки в каталоге - в корзину - убраны чёрточки */
.catalog-content .row .bottom .purchase, .pm-js.catalog .swiper-container .swiper-slide .bottom .purchase {
    border-top: 0px solid #615348;
    margin: 0 auto;
    line-height: 31px;
    padding-top: 14px;
    overflow: hidden;
}
/* Нижняя часть карточки в каталоге - подпись модели - доб. расположение центр, цвет букв */
.content p, .textcontent p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 17px;
    text-align: center;
    color: #0588a7;
}






