<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** useful **/
.btn-red{
    display: inline-block;

    height: 40px;
    padding: 0 22px;

    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    vertical-align: top;

    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #e51b25;

    font-size: 15px;
    line-height: 38px;
}
.btn-red_stroke{
    padding: 0 20px;

    -webkit-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;

    color: #e51b25;
    border: 2px solid #e51b25;
    background: transparent;

    line-height: 34px;
}
.btn-red_big{
    height: 50px;
    padding: 0 34px;

    -webkit-border-radius: 25px;
    border-radius: 25px;

    line-height: 48px;
}
.btn-red_big.btn-red_stroke{
    padding: 0 32px;

    line-height: 44px;
}
.btn-red:hover .btn.btn-red:hover, .quick-order__basker-btn .btn.btn-red:hover{
    color: #fff;
    background-color: #ff121e;
}
.btn-red_stroke:hover{
    border-color: #ff121e;
}
.btn-red:active{
    color: #fff;

    background-color: #b6060f;
}
.btn-red_stroke:active{
    border-color: #b6060f;
}
.btn-red_full{
    width: 100%;
    padding: 0 !important;

    text-align: center;
}

.btn-green {
    height: 35px;
    /*width: 103px;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    background: #7aab4f;
    border-radius: 4px;
    padding: 0 15px;
    border: none;
}

.btn-sq-edge, .btn-red.btn-sq-edge {
    border-radius: 4px;
    padding: 0 15px;
    border: none;
}

.btn-green:hover {
    background: #557737;
    color: #fff;
}

.popup-buttons {
    margin-top: 10px;
}

.form-feedback input[type=text].validate__error {
    border-color: #f10f1a;
}

h1 {
    margin-bottom: 0;
    font: normal normal normal 36px/1.3 "futura_new_bold" !important;
}
.error_section {
    box-sizing: border-box;
    max-width: 860px;
    margin: 40px auto;
    font: normal normal normal 15px/1.6 "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
    color: #454545;
}
.b-line__inner .error_section {
    margin: 0 auto;
}
.error_section a {
    border: none !important;
    color: #4183c4 !important;
    font-size: 15px;
    font-weight: normal !important;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
.error_section a:hover {
    text-decoration: underline !important;
}
.error_section a:hover, a:active {
    outline: none;
}
.error_section table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.error_section td {
    padding: 10px;
    width: 50%;
}
.error_section ul {
    margin: 0;
    padding: 0;
}
.error_section ul li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
    line-height: 1.54em;
    font-size: 14px;
}
.error_section ul li::before {
    left: 0;
    content: "";
    top: 9px;
    background: #999999;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    display: block;
}

.product__sale.product__sale__black-friday {
    color: #ffd300;
    background-color: #000;
}

.b-main-menu-first__item-actions.b-main-menu-first__item-actions__black-friday &gt; .e-link {
    background-color: #000;
}

.b-main-menu-first__item-actions.b-main-menu-first__item-actions__black-friday {
    background-color: #000;
}

.menu-black-friday {
    color: #ffd300;

}
.popup-title.popup-title-black a {
    color: #000;
}

.errortext {
    color: #FF0000;
}</pre></body></html>