.btn, .btn-lg, .btn-success {
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    margin-top: 24px;
    padding: 0 24px;
    color: #fafafa;
    height: 50px;
    background-color: #30ba0e;
	display: ruby-text !important;
}

@media (min-width: 1800px) {
    body .product .name {
        margin-bottom: 2px;
        /* //height: auto; */
    }
}

@media (max-width: 480px) {
    #catalogTableList .column:nth-child(1) {
        display: none !important;
    }
}

.product .name {
    margin-bottom: 2px;
    height: 65px;
}

body .new-list-items .name {
    max-height: none;
}

#catalogTableList .column:nth-child(2) {
    width: 0%;
}

#catalogTableList .column:first-child {
    display: none;
}

#catalogTableList .column:nth-child(2) {
    width: 46%;
}

#catalogTableList .column:nth-child(3) {
    width: 0%;
}

#catalogTableList .name {
    padding: 10px;
}

#appBasket .picture img {
    display: none;
}

#appBasket .lower .tools .icon {
    display: none;
}

#appBasket .picture {
    display: none;
}

.appBasketContainer {
    width: 600px;
}

#appBasketContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#appBasketContainer .information {
    display: flex;
    justify-content: center;
}

#appBasketContainer .information .wrapper {
    text-align: center;
}

#fastViewStores .fastViewStoresContainer {
    height: auto;
}

.column .fork {
    height: 20px;
}

.remains {
    width: 160px;
}

.remains .label {
    display: flex;
    justify-content: space-between;
}

.remain_price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.remain_price .label {
    margin-right: 15px;
}
/* 16.04.25 закомментировано*/
/* .item {
    height: auto !important;
} */

.whatsapp-button {
    position: fixed;
    right: 260px;
    bottom: 26px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 56px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.whatsapp-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.telegram-button {
    position: fixed;
    right: 140px;
    bottom: 26px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 56px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* 30.04.25 */

#bx-soa-delivery .bx-soa-pp-company .bx-soa-pp-company-desc .btn.btn-primary {
    color: #fff !important;
    border-color: #30ba0e !important;
    background-color: #30ba0e;
}

#bx-soa-delivery .bx-soa-pp-company .bx-soa-pp-company-desc .btn.btn-primary:hover {
    cursor: pointer;
}