.modal-wrap {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out
}

.modal-wrap.visible {
    opacity: 1;
    visibility: visible
}

.modal-wrap .modal-container {
    background: #666666;
    margin: 1em;
    max-width: 100%;
    width: 460px;
    z-index: 2;
    padding: 25px;
}

.modal-wrap .modal-container .modal-footer, .modal-wrap .modal-container .modal-header {
    width: 100%;
    position: relative;
}

.modal-wrap .modal-container .modal-header {
    padding-bottom: 20px;
}

.modal-wrap .modal-header .modal-title {
    font-size: 24px;
    margin: 0;
    font-weight: normal;
    color: #fff;
}

.modal-wrap .modal-header .close-modal {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    line-height: 30px;
    opacity: .4;
    transition: all .3s ease-in-out;
}

.modal-wrap .modal-header .close-modal:hover {
    opacity: 1
}

.modal-wrap .modal-header .close-modal:focus {
    outline: none;
}

.modal-wrap .modal-content {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.veho-single-product-action form.alert_wrapper {
    display: block;
    position: relative;
}

.alert_wrapper input[type='email'] {
    box-sizing: border-box;
    max-width: inherit;
    width: 100%;
    height: 45px;
    padding: 5px 50px 5px 10px;
    background-color: #ffffff;
}

.alert_wrapper input[type='submit'] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    background: transparent url("../images/sprite-icons.png") no-repeat -180px 7px;
    color: transparent;
    cursor: pointer;
    width: 34px;
}

.alert_wrapper input[type='submit']:hover {
    background: transparent url("../images/sprite-icons.png") no-repeat -180px 7px;
}

.instock-email-alert {
    padding: 10px 0;
    font-size: 12px;
}

.modal-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.modal-footer ul li {
    list-style: none;
}

.modal-footer ul li a {
    display: block;
    font-size: 14px;
    font-family: 'robotobold';
    margin: 0;
    background-color: #509caf;
    border-color: #509caf;
    color: #fff;
}

.modal-footer ul li:first-child a {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.instock_message {
    padding: 15px 0;
}