.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.btn {
    padding: 7px 10px;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    background: #2980b9;
    border: none;
    transition: background ease-in-out .15s;
    display: inline-block;
}

.btn:hover {
    color: #FFF;
}

.btn-primary {
    color: #FFF;
    background: #2980b9;
}

.btn-success {
    color: #FFF;
    background: #40d47e;
}

.form-row .form-group {
    display: inline-block;
}

.form-row .form-group input{
    vertical-align: baseline;
}

.ishop_basket {
    margin: 10px 0;
}

.btn a {
    text-decoration: underline;
    color: #fff;
}

.ishop_digital_file_info,
.ishop_digital_is_payed,
.ishop_support_info {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #eee;
    display: inline-block;
    margin: 5px 0;
}
