.product-add-form .box-tocart .fieldset .actions {
    margin-left: 12px;
    margin-right: 5px;
    display: flex;
    width: calc(100% - 140px);
}
.product-add-form .box-tocart .action.tocart{
    margin-right: 10px !important;
    width: auto;
}

.product-add-form .order-phone {
    color: #D8252E;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
}
.product-options-bottom  a#product-request-button {
    border: 1px #d8262e solid;
    background: transparent;
    color: #d8262e;
}
.product-options-bottom  a#product-request-button:hover {
    background: #d8262e;
    color: #fff;
}

@media screen and (max-width:992px){
body .box-tocart .fieldset {
    display: block;
}

.product-add-form .box-tocart .fieldset .actions{
    margin-left:0px;
    width:100%;
    margin-top:20px;
}

}
aside.modal-popup.stock-notification-poup.modal-popup.modal-slide._inner-scroll._show {
    max-width: 600px;
    margin: 0 auto;
}
aside.modal-popup.stock-notification-poup.modal-popup.modal-slide._inner-scroll._show p.message-success {
    color: green;
    font-size: 16px;
    font-weight: 500;
}
