/*popup добавить в корзину и уведомить о наличии*/
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    font-size: 16px;
    font-family: Roboto-Regular;
    line-height: 36px;
    margin: 15px;
    font-weight: 400;
    color: #444;
    text-transform: none;
}

.popup-window-content p {
    width: 200px;
    margin: 20px auto;
}

.popup-window-buttons {
    padding: 0;
    margin-bottom: 20px;
}

.popup-window[id^=CatalogSectionBasket] .popup-window-buttons .btn-buy,
.popup-window[id^=CatalogElementBasket] .popup-window-buttons .btn-buy {
    background-color: #0a9e3b;
    color: #FFFFFF;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    min-height: 35px;
    vertical-align: text-bottom;
    padding: 8px 33px;
    /*border-radius: 3px;*/
    border: 0;
    cursor: pointer;
}

.popup-window[id^=CatalogSectionBasket] .popup-window-buttons .btn-buy:hover,
.popup-window[id^=CatalogElementBasket] .popup-window-buttons .btn-buy:hover {
    background-color: #0CBB45;
}

/*popup уведомить о наличии*/
.product-item-detail-short-card-image {
    width: 100%;
    margin: 0;
    text-align: center;
}

.btn-confirm-ok.popup-referal {
    background-color: #f29100;
    border-radius: 25px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 15px;
    text-transform: unset;
}

.btn-confirm-ok.popup-referal:hover {
    color: #FFFFFF;
    background-color: #FFA41D;
    box-shadow: 0 4px 5px #ffa41d66;
}