.btn-corzina {
    border-bottom-color: #d62240;
    border-bottom-width: 3px;
}

.price-big {
    font-weight: 800;
    font-size: 1.125rem;
    color: #d62240;
}

.fixed-top {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

.pr-stock_el {
    margin: 0 0 3px;
    color: #2b9e46;
    font-size: 13px;
    font-weight: 400;
}

.js-product-price {
    margin: 0.4166666666666667em 0 0;
    font-size: .8571428571428571em;
    line-height: 1.416666666666667em;
    color: #888;
}

.jq-checkbox, .jq-radio {
    width: 13px;
    height: 13px;
    border: 1px solid #d6d1d1;
    background: #fff;
    vertical-align: middle;
    margin: 0 8px 1px 0;
    cursor: pointer;
    border-radius: 2px;
}

a, .link {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.footer-text a {
    color: #d9d9d9;
}

.footer-text {
    font-size: 12px;
    line-height: 18px;
    color: #d9d9d9;
}

h5 a {
    text-decoration: none;    
}

/*fix mobile на мобильной версии кнопка корзины внизу */
@media (max-width: 560px) {

.cart {
    bottom: 90px;
    top: initial !important;
}

}
/*fix mobile END */

/* стили для категорий картинок */

.categories-tile:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
} 

.categories-tile {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 18%;
    margin: 0 1% 15px;
    text-align: center;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: white;
}

.cols-2 .categories-tile {
    width: 23%;
}

.categories-tile a {
    text-decoration: none;
}

.categories-tile_image {
    height: 140px;
    line-height: 140px;
    overflow: hidden;
    padding: 10px 5px;
    text-align: center;
}

.categories-tile_image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.categories-tile_title {
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px solid #ebebeb;
    line-height: 16px;
}

.categories-tile_title {
    min-height: 32px;
}

/* блок категорий картинками на главной, фон или рамка */
.wrap-white {
    background: #fbfbfb;
    padding: 24px;
    margin: 0 0 24px;
}

/* для мобилки блок категорий */
@media (max-width: 560px) {
.categories-tile {
    width: 47% !important;
    margin-right: 6px;
}

.wrap-white {
    padding: 4px;
    margin: 0 0 0px;
}

/* в мобильной версии карточки подсказок под товаром на всю ширину */
.bloki-pod-cards {
    display: block;
}

/* в мобильной версии картинки у товаров */
.card-img-top {
    width: initial !important;
    height: initial !important;
}

.fw-bolder {
    font-weight: normal !important;
    font-size: 1.0rem;
    line-height: 1;
}

.lead {
    font-size: 0.9rem;
    font-weight: 200;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.my-5 {
    margin-bottom: 1rem !important;
}

.card {
    margin-bottom: 0px;
    min-height: 270px !important;
}

.p-4 {
    padding: 0.2rem !important;
}

.card-footer {
    margin-bottom: 8px;
    margin-top: -18px;
}

/* скрываем на мобильнике */
.mob-hide {
    display: none;
}

/* красная рамка на мобиле выходила за экран */
.card-ustanovka { 
    display: flex;
}

}

/* если это больше мобилки - т.е. комп то скрываем */
@media (min-width: 561px) {

.desk-hide {
    display: none;
}

}

/* если это старые мобильники */
@media (max-width: 370px) {

.btn-lg {
    --bs-btn-font-size: 1rem;
    margin-right: 1rem !important;
}

}

/* настрочка стилей для модального окна корзины */
.show-cart {
    font-size: 14px;
}

.show-cart-forma {
    font-size: 14px;
}

.show-cart-forma .col-form-label {
    color: #888;
    font-size: 12px;
}

.show-cart-forma .shop-sk-callback__name {
    color: #888;
    font-size: 12px;
    line-height: 10px;
    padding-top: 14px;
}

.show-cart-forma .shop-sk-callback__label-name {
    color: #888;
}

.show-cart-forma .shop-sk-callback__control {
    margin-bottom: 10px;
}

/* для мобилки - форма корзины */
@media (max-width: 560px) {

.show-cart img {
    height: 75px;
    max-inline-size: 75px;
    margin-left: -24px;
}

.show-cart tr {
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.show-cart td:nth-child(1) {
    display: block;
    padding-top: 8px;
}

}

/* настрочка стилей для модального окна корзины - END */