.product-action-wrapper.js-action-wrapper {
    border: 2px solid currentColor;
    padding: 5px 0;
    text-align: center;
}
.product-action-wrapper.js-action-wrapper:hover {
    background: #e3b37d
}
.product-action-wrapper.js-action-wrapper:hover a {
    color: #fff;
}
.product-action-wrapper.js-action-wrapper a:hover {
    color: inherit;
    text-decoration: unset;
}
#popupPreOrder .modal-dialog .row {
    padding: 20px;
}
#popupPreOrder .modal-body {
    background: #f0ece7;
}
#popupPreOrder .form-group input, #btnPreOrder {
    background: #fff;
    border: 2px solid #000;
    padding: 9px 15px;
    height: 45px;
    color: #000;
}
#popupPreOrder textarea {
    width: 100%;
    background: #fff;
    border: 2px solid #000;
    padding: 9px 15px;
}
#btnPreOrder {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

#btnPreOrder:hover {
    background: #e3b37d;
    border-color: #e3b37d;
    color: #fff;
}

@media (min-width: 768px) {
    #popupPreOrder .modal-dialog {
        width: 90%;
        max-width: 900px;
        max-height: calc(-100px + 100vh);
        min-height: 700px;
    }
    #popupPreOrder .modal-dialog .row {
        padding: 90px 94px;
    }
}