.t-product__option.js-product-multioption .t-checkbox__indicator {
  display: none;
}

.t-product__option.js-product-multioption .t-product__checkbox-wrap {
  margin-left: auto;
}

.t-product__option.js-product-multioption .t-checkbox__control.t-checkbox__control_flex {
  cursor: auto;
    font-weight: 500;
}

.t-product__option.js-product-multioption .t-product__option-title {
  display: none;
}



@media screen and (max-width: 960px) {
    .t825__popup-container {
        bottom: 0px !important;
        right: 0px !important;
        position: inherit;
        min-height: 10%;
    }
.t825__wrapper {
    padding: 60px 20px 0px;
}
.t825__messenger-block {
    margin-bottom: 5px;
}
.t825__mobile-top-panel {
    height: 45px;
}

.t-menusub__arrow:after {
    border-width: 6px 5px 0;
}

.t450__right_descr {
    margin-top: 15px;
}

}

.t-store__prod-snippet__container {
    padding-top: 20px;
}

div.t-store__prod-popup__btn-wrapper{
    opacity: 1!important;
}





/*Стиль для дополнительной кнопки на карточки товаров */
.js-store-prod-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.js-store-prod-text a:first-of-type {
    background-color: #000000;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
@media (max-width: 767px) {
    .js-store-prod-text a {
        margin-right: auto;
        margin-top: -15px;
    }

    .js-store-prod-text a:last-of-type {
        width: -webkit-fill-available;
        text-align: center;
    }
}

/*Стиль для кнопки в блоке js-catalog-prod-all-text */
.js-catalog-prod-all-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    background-color: #000000;
    color: #ffffff !important;
}
js-store-prod-popup-buy-btn-txt {
     color: #ffffff !important;   
}


@media (max-width: 767px) {
    .js-catalog-prod-all-text a {
        margin-right: auto;
        margin-top: -15px;
        width: -webkit-fill-available;
        text-align: center;
    }
}