.product__action ul li a.__active {
    background: #21327A;
    color: #ffffff;
    border-color: #21327A;
    pointer-events: none;
}

.product__add-btn button.__active {
    background: #222;
    color: #ffffff;
    pointer-events: none;
}

.product__details-action ul li a.__active {
    background: #21327A;
    color: #ffffff;
    border-color: #21327A;
    pointer-events: none;
}

.t-y-btn.__active {
    border-color: #21327A;
    color: #222;
    background: #ffffff;
}

.btn-default {
    font-size: 12px;
    font-weight: 500;
    background-color: #21327A;
    line-height: 45px;
    padding: 0 50px;
    color: #ffffff;
    border-radius: 30px;
    z-index: 1;
    text-transform: uppercase;
}

.btn-default:hover {
    background: #222;
    color: #ffffff;
}

.w-img_custom {
    display: block;
    position: relative;
}

.w-img__fake {
    visibility: hidden;
}

.w-img__box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__list .product__thumb img {
    object-fit: contain;
}

.w-img_custom img {
    max-width: 100%;
    width: auto;
}

.product__details-review .review-input .review-ratings-single ul li a.__active {
    color: #21327A;
}

.cart__mini > ul {
    max-height: 550px;
    overflow-y: auto;
}

.cart__thumb img {
    object-fit: contain;
}

.__disabled {
    pointer-events: none !important;
}

.table-responsive .product-price,
.table-responsive .product-quantity {
    white-space: nowrap;
}

.alertMsg.bad i {
    display: none;
}

#grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Десктоп */
    gap: 4px;
    max-width: 1600px;
}

@media screen and (max-width: 1024px) {
    #grid-container {
        grid-template-columns: repeat(2, 1fr); /* Планшеты */
    }
}

@media screen and (max-width: 768px) {
    #grid-container {
        grid-template-columns: repeat(1, 1fr); /* Мобильные устройства */
    }

    span {
        height: auto; /* Автоматическая высота для мобильных */
    }
}

@media screen and (min-width: 1024px) {
    .prod__line {
        width: 100%;
        min-width: 600px;
    }
}

.prod__line_price .main_price {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    padding: 0 !important;
}

.w-img_custom img {
    max-height: 100%;
}

.product__list .product__thumb img {
    width: 200px;
    height: 200px;
}

section.basket {
    margin-bottom: 2rem;
}

.product__content span.product-name {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #21327a;
    line-height: 18px;
    margin-bottom: 2px;
}

.section__head .section__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.features__content .section__title{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5PC;
}

h1, .h1 {
    font-size: 24px;
}
.footer__widget-title .section__title {
    font-size: 16px;
    color: #ddd;
    display:block;]
    text-transform: none;
    margin-bottom: 33px;
    padding-top: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease-out 0s;
}
.bx-soa-pp-item-container li,.cart__mini ul li{
    list-style-type: none;
}
.form-group .tooltip{
    display:none !important;
}