<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header__wish a:before {
    background: url(../images/icons/basket.png) no-repeat;
}
.prod-main-info__addtowish {
    color: #ffffff;
    display: inline-block;
    position: relative;
    background: #579a10;
    padding: 16px 44px 16px 56px;
    border-bottom: solid 5px #3a6908;
}
.prod-main-info__addtowish:hover {
    color: #ffcc26;
}
.prod-main-info__addtowish:before {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    left: 20px;
    background: url(../images/icons/basket.png) no-repeat;
    top: 13px;
}
label {
    font-weight: bold;
}
input[type=email], input[type=text], input[type=phone], textarea {
    padding-left: 30px;
    padding: 20px 30px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #e8e8e8;
}
.form-horizontal .row {
    padding-top: 20px;
}
.form-submit-button {
    display: inline-block;
    color: #fff;
    height: 60px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    border: none;
    padding: 0 20px;
    font-weight: 500;
    background: #469bcf;
    cursor: pointer;
}
.has-error .form-control {
    border-color: #a94442;
    background-color: #fff6f6;
}</pre></body></html>