.popup-window-buttons .btn-primary {
    margin-bottom: 0px;
    border-bottom: 0px none transparent;
    color: #fff;
    background-color: #d70029;
    border-color: #d70029;
    min-width: 113px;
    padding: 10px 20px;
    font-size: 0.875em;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
}
.popup-window:not([id*="smartFilterDropDown"]) {
    display: block;
    position: absolute;
    left: 821.5px;
    top: 544px;
    z-index: 1050 !important;
    /* width: 380px; */
    padding: 35px 39px 38px;
    font-family: 'Roboto';
    font-size: 1rem;
    border-top: 5px solid #d70029;
    box-sizing: border-box;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80868e;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    max-width: 100%;
    line-height: 49px;
    overflow: hidden;
    padding: 0 30px 0 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-detail-price .product-detail-price__main {
    border-right: none;
}

.popup-subscribe-size .popup-window-titlebar-text {
    padding: 0;
}

.popup-subscribe-size .popup-window-content {
    padding: 0;
}

.popup-subscribe-size .popup-window-buttons {
    padding: 0;
    margin-top: 32px;
    text-align: left;
}

.popup-subscribe-size .product-detail-price__button {
    max-width: 197px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .popup-subscribe-size .product-detail-price__button {
        max-width: 178px;
    }
}

@media (max-width: 413px) {
    .popup-subscribe-size .product-detail-price__button {
        transform: skewX(-30deg);
        height: auto;
        font-size: 13px;
    }

    .popup-subscribe-size .product-detail-price__button > span {
        transform: skewX(30deg);
    }
}

.product-detail__form .product-detail-price__button
{
/*transform: skewX(0deg);*/
}