/*в карточке товара добавляем кнопку*/
.js-store-prod-text a {
    display: inline-block;
    padding: 13px 22px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 50px;
    font-weight: 700;
    font-family: Default;
    font-size:13px;
}
.js-store-prod-text a:first-of-type {
    background-color: #000000;
    color: #ffffff !important;
    border-size: 1px;
    border-color: #000000;
}
.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
    border-size: 1px;
    border-color: #000000;
}
.js-store-prod-text a:first-of-type:hover {
    background-color: #000000;
    color: #ffffff !important;
    border-size: 1px;
    border-color: #000000;
}
.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
    border-size: 1px;
    border-color: #000000;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.js-product-edition-option.t-product__option[data-edition-option-id="Количество комнат"]{
    display:none !Important;
}