#dialog_window{
    margin: 0;
    border-radius: 0;
}
.submit{
    margin: 0 auto;
    background-color: #399a19;
    color: #fff;
    font-size: 18px;
    border: none;
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    border-top: 1px solid #eaeaea;
    height: 64px;
    width: 100%;
    text-align: center;
    max-width: 820px;
    min-width: 310px;
    padding: 7px 7px 0 7px;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.group#phone i{
    background: url(/static/images/svg/phone.svg) center center no-repeat;
}
.group.error#phone i{
    background: url(/static/images/svg/phone-error.svg) center center no-repeat;
}
.group#email input{
    text-transform: lowercase;
}
.group#email i{
    background: url(/static/images/svg/mail.svg) center center no-repeat;
}
.group.error#email i{
    background: url(/static/images/svg/mail-error.svg) center center no-repeat;
}
.group#price i{
    background: url(/static/images/svg/eur.svg) center center no-repeat;
}
.group.error#price i{
    background: url(/static/images/svg/eur-error.svg) center center no-repeat;
}
#item-header{
    background-color: #eee;
    padding: 10px 17px;
    color: #35991d;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 22px;
}

.contact-warning {
    border: 1px solid #EC585A;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin: 10px 20px 0;
}
.contact-warning span {
    color: #EC585A;
}

#comment {
    height: 100px;
}

#comment label {
    top: -25px;
    left: 0;
    font-size: 12px;
    position: absolute;
}

#comment textarea {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px !important;
    color: #009933;
}

#comment.error textarea {
    border: 1px solid #ff0000;
}

#send-to-seller-container{
    padding: 20px 20px 60px;
}
#locations{
    padding: 15px;
}
#locations h2{
    color: #656565;
    line-height: 40px;
    font-weight: bold;
    margin:0;
    padding:0;
    font-size: 18px;
}

#locations div{
    color: #656565;
    line-height: 28px;
    margin-bottom: 20px;
}
body{
    background-color:#fff;
}
