:root {
    --main-bg-color: #013a6d;
    --main-bg-color2: #e6f3ff;
}

.active-filters__btn>.active-filters__btn,
.active-filters__btn>.btn-group,
.active-filters__btn>.toggle-view,
.btn-group>.active-filters__btn,
.btn-group>.btn-group,
.btn-group>.toggle-view,
.btn-order .btn-toolbar button,
.btn-order .btn-toolbar input[type="button"],
.btn-order .btn-toolbar input[type="reset"],
.btn-order .btn-toolbar input[type="submit"],
.btn-toolbar .active-filters__btn,
.btn-toolbar .active-filters__btn-ico,
.btn-toolbar .active-filters__btn-link,
.btn-toolbar .btn,
.btn-toolbar .btn-accent,
.btn-toolbar .btn-group,
.btn-toolbar .btn-inverse,
.btn-toolbar .btn-order button,
.btn-toolbar .btn-order input[type="button"],
.btn-toolbar .btn-order input[type="reset"],
.btn-toolbar .btn-order input[type="submit"],
.btn-toolbar .btn-white,
.btn-toolbar .filter__range-field,
.btn-toolbar .form-input__group,
.btn-toolbar .form-input__group-btn,
.btn-toolbar .input-group,
.btn-toolbar .product-buy__btn,
.btn-toolbar .toggle-view,
.btn-toolbar .toggle-view__button,
.btn-toolbar .widget-primary__view-all,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.toggle-view>.active-filters__btn,
.toggle-view>.btn-group,
.toggle-view>.toggle-view {
    float: left;
}

.invisible,
.tree-nav__drop {
    visibility: hidden;
}

.tooltip__desc,
button,
select {
    text-transform: none;
}

.accordion-tabs:after,
.active-filters:after,
.autocomplete__product:after,
.btn-group-vertical>.active-filters__btn:after,
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.toggle-view:after,
.btn-toolbar:after,
.cart-price__addition:after,
.cart-price__main:after,
.cart-price__old:after,
.cart-product:after,
.cart-summary__cell:after,
.clearfix:after,
.comments__post-footer:after,
.container-fluid:after,
.container:after,
.content__container:after,
.form-horizontal .form-group:after,
.form__inner:after,
.gallery-menu__list:after,
.header__container:after,
.page__container:after,
.page__mainframe:after,
.pay-icons:after,
.product-buy__available:after,
.range-slider__wrapper:after,
.row:after,
.slick-track:after,
.soc-groups:after,
.star-rating:after,
.star-voting__wrap:after,
.typo blockquote:after,
.variants-radio__field:after {
    clear: both;
}

a {
    color: var(--main-bg-color);
    text-decoration: none !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    background: 0 0;
    min-width: 0;
    min-height: 0;
}

.container,
.container-fluid,
.content__container,
.header__container,
.page__container,
.page__mainframe {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body,
html {
    min-height: 100%;
}

fieldset,
hr,
img,
legend {
    border: 0;
}

embed,
img,
object,
video {
    max-width: 100%;
    height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
figure,
video {
    display: inline-block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tr {
    page-break-inside: avoid;
}

blockquote {
    quotes: none;
}

blockquote:after,
blockquote:before {
    content: '';
    content: none;
}

[hidden] {
    display: none;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.content__container:after,
.content__container:before,
.header__container:after,
.header__container:before,
.page__container:after,
.page__container:before,
.page__mainframe:after,
.page__mainframe:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
select,
textarea {
    box-shadow: none;
    background-color: transparent;
    border: 0;
    color: #000;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

fieldset,
legend {
    padding: 0;
    border: 0;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 100%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

fieldset {
    margin: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 8px 3px 0;
    line-height: normal;
    cursor: pointer;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus {
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
}

.filter__range-control,
.form-control,
.form-input__control,
.form__select,
.variants-select__field {
    display: block;
    width: 100%;
    height: 44px;
    padding: 11px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: #eaeaea solid 1px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter__range-control:focus,
.form-control:focus,
.form-input__control:focus,
.form__select:focus,
.variants-select__field:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.filter__range-control::-moz-placeholder,
.form-control::-moz-placeholder,
.form-input__control::-moz-placeholder,
.form__select::-moz-placeholder,
.variants-select__field::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.filter__range-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-input__control:-ms-input-placeholder,
.form__select:-ms-input-placeholder,
.variants-select__field:-ms-input-placeholder {
    color: #999;
}

.filter__range-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-input__control::-webkit-input-placeholder,
.form__select::-webkit-input-placeholder,
.variants-select__field::-webkit-input-placeholder {
    color: #999;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}

.filter__range-control::-ms-expand,
.form-control::-ms-expand,
.form-input__control::-ms-expand,
.form__select::-ms-expand,
.variants-select__field::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
[disabled].filter__range-control,
[disabled].form-input__control,
[disabled].form__select,
[disabled].variants-select__field,
[readonly].filter__range-control,
[readonly].form-input__control,
[readonly].form__select,
[readonly].variants-select__field,
fieldset[disabled] .filter__range-control,
fieldset[disabled] .form-control,
fieldset[disabled] .form-input__control,
fieldset[disabled] .form__select,
fieldset[disabled] .variants-select__field {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
[disabled].filter__range-control,
[disabled].form-input__control,
[disabled].form__select,
[disabled].variants-select__field,
fieldset[disabled] .filter__range-control,
fieldset[disabled] .form-control,
fieldset[disabled] .form-input__control,
fieldset[disabled] .form__select,
fieldset[disabled] .variants-select__field {
    cursor: not-allowed;
}

textarea.filter__range-control,
textarea.form-control,
textarea.form-input__control,
textarea.form__select,
textarea.variants-select__field {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.btn-order .form-input--product-base .form-input__group>.form-input__group-item>button.form-control-static,
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input.form-control-static[type="button"],
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input.form-control-static[type="reset"],
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input.form-control-static[type="submit"],
.btn-order .form-input--product-base .form-input__group>.input-group-btn>button.form-control-static,
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input.form-control-static[type="button"],
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input.form-control-static[type="reset"],
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input.form-control-static[type="submit"],
.btn-order .input-group-lg>.form-input__group-item>button.form-control-static,
.btn-order .input-group-lg>.form-input__group-item>input.form-control-static[type="button"],
.btn-order .input-group-lg>.form-input__group-item>input.form-control-static[type="reset"],
.btn-order .input-group-lg>.form-input__group-item>input.form-control-static[type="submit"],
.btn-order .input-group-lg>.input-group-btn>button.form-control-static,
.btn-order .input-group-lg>.input-group-btn>input.form-control-static[type="button"],
.btn-order .input-group-lg>.input-group-btn>input.form-control-static[type="reset"],
.btn-order .input-group-lg>.input-group-btn>input.form-control-static[type="submit"],
.btn-order .input-group-sm>.form-input__group-item>button.form-control-static,
.btn-order .input-group-sm>.form-input__group-item>input.form-control-static[type="button"],
.btn-order .input-group-sm>.form-input__group-item>input.form-control-static[type="reset"],
.btn-order .input-group-sm>.form-input__group-item>input.form-control-static[type="submit"],
.btn-order .input-group-sm>.input-group-btn>button.form-control-static,
.btn-order .input-group-sm>.input-group-btn>input.form-control-static[type="button"],
.btn-order .input-group-sm>.input-group-btn>input.form-control-static[type="reset"],
.btn-order .input-group-sm>.input-group-btn>input.form-control-static[type="submit"],
.form-control-static.form-input__control--sm,
.form-control-static.input-lg,
.form-control-static.input-sm,
.form-control-static.variants-select__field--lg,
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>button.form-control-static,
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input.form-control-static[type="button"],
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input.form-control-static[type="reset"],
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input.form-control-static[type="submit"],
.form-input--product-base .btn-order .form-input__group>.input-group-btn>button.form-control-static,
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input.form-control-static[type="button"],
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input.form-control-static[type="reset"],
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input.form-control-static[type="submit"],
.form-input--product-base .form-input__group>.form-control-static.filter__range-control,
.form-input--product-base .form-input__group>.form-control-static.filter__range-label,
.form-input--product-base .form-input__group>.form-control-static.form-control,
.form-input--product-base .form-input__group>.form-control-static.form-input__control,
.form-input--product-base .form-input__group>.form-control-static.form__select,
.form-input--product-base .form-input__group>.form-control-static.input-group-addon,
.form-input--product-base .form-input__group>.form-control-static.variants-select__field,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.active-filters__btn-ico,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.active-filters__btn-link,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.btn,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.btn-accent,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.btn-inverse,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.btn-white,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.form-input__group-btn,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.product-buy__btn,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.toggle-view__button,
.form-input--product-base .form-input__group>.form-input__group-item>.form-control-static.widget-primary__view-all,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.active-filters__btn-ico,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.active-filters__btn-link,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.btn,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.btn-accent,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.btn-inverse,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.btn-white,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.form-input__group-btn,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.product-buy__btn,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.toggle-view__button,
.form-input--product-base .form-input__group>.input-group-btn>.form-control-static.widget-primary__view-all,
.input-group-lg>.form-control-static.filter__range-control,
.input-group-lg>.form-control-static.filter__range-label,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.form-input__control,
.input-group-lg>.form-control-static.form__select,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.form-control-static.variants-select__field,
.input-group-lg>.form-input__group-item>.form-control-static.active-filters__btn-ico,
.input-group-lg>.form-input__group-item>.form-control-static.active-filters__btn-link,
.input-group-lg>.form-input__group-item>.form-control-static.btn,
.input-group-lg>.form-input__group-item>.form-control-static.btn-accent,
.input-group-lg>.form-input__group-item>.form-control-static.btn-inverse,
.input-group-lg>.form-input__group-item>.form-control-static.btn-white,
.input-group-lg>.form-input__group-item>.form-control-static.form-input__group-btn,
.input-group-lg>.form-input__group-item>.form-control-static.product-buy__btn,
.input-group-lg>.form-input__group-item>.form-control-static.toggle-view__button,
.input-group-lg>.form-input__group-item>.form-control-static.widget-primary__view-all,
.input-group-lg>.input-group-btn>.form-control-static.active-filters__btn-ico,
.input-group-lg>.input-group-btn>.form-control-static.active-filters__btn-link,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-lg>.input-group-btn>.form-control-static.btn-accent,
.input-group-lg>.input-group-btn>.form-control-static.btn-inverse,
.input-group-lg>.input-group-btn>.form-control-static.btn-white,
.input-group-lg>.input-group-btn>.form-control-static.form-input__group-btn,
.input-group-lg>.input-group-btn>.form-control-static.product-buy__btn,
.input-group-lg>.input-group-btn>.form-control-static.toggle-view__button,
.input-group-lg>.input-group-btn>.form-control-static.widget-primary__view-all,
.input-group-sm>.form-control-static.filter__range-control,
.input-group-sm>.form-control-static.filter__range-label,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.form-input__control,
.input-group-sm>.form-control-static.form__select,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.form-control-static.variants-select__field,
.input-group-sm>.form-input__group-item>.form-control-static.active-filters__btn-ico,
.input-group-sm>.form-input__group-item>.form-control-static.active-filters__btn-link,
.input-group-sm>.form-input__group-item>.form-control-static.btn,
.input-group-sm>.form-input__group-item>.form-control-static.btn-accent,
.input-group-sm>.form-input__group-item>.form-control-static.btn-inverse,
.input-group-sm>.form-input__group-item>.form-control-static.btn-white,
.input-group-sm>.form-input__group-item>.form-control-static.form-input__group-btn,
.input-group-sm>.form-input__group-item>.form-control-static.product-buy__btn,
.input-group-sm>.form-input__group-item>.form-control-static.toggle-view__button,
.input-group-sm>.form-input__group-item>.form-control-static.widget-primary__view-all,
.input-group-sm>.input-group-btn>.form-control-static.active-filters__btn-ico,
.input-group-sm>.input-group-btn>.form-control-static.active-filters__btn-link,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.input-group-sm>.input-group-btn>.form-control-static.btn-accent,
.input-group-sm>.input-group-btn>.form-control-static.btn-inverse,
.input-group-sm>.input-group-btn>.form-control-static.btn-white,
.input-group-sm>.input-group-btn>.form-control-static.form-input__group-btn,
.input-group-sm>.input-group-btn>.form-control-static.product-buy__btn,
.input-group-sm>.input-group-btn>.form-control-static.toggle-view__button,
.input-group-sm>.input-group-btn>.form-control-static.widget-primary__view-all {
    padding-left: 0;
    padding-right: 0;
}

.btn-order .input-group-sm>.form-input__group-item>button,
.btn-order .input-group-sm>.form-input__group-item>input[type="button"],
.btn-order .input-group-sm>.form-input__group-item>input[type="reset"],
.btn-order .input-group-sm>.form-input__group-item>input[type="submit"],
.btn-order .input-group-sm>.input-group-btn>button,
.btn-order .input-group-sm>.input-group-btn>input[type="button"],
.btn-order .input-group-sm>.input-group-btn>input[type="reset"],
.btn-order .input-group-sm>.input-group-btn>input[type="submit"],
.form-input__control--sm,
.input-group-sm>.filter__range-control,
.input-group-sm>.filter__range-label,
.input-group-sm>.form-control,
.input-group-sm>.form-input__control,
.input-group-sm>.form-input__group-item>.active-filters__btn-ico,
.input-group-sm>.form-input__group-item>.active-filters__btn-link,
.input-group-sm>.form-input__group-item>.btn,
.input-group-sm>.form-input__group-item>.btn-accent,
.input-group-sm>.form-input__group-item>.btn-inverse,
.input-group-sm>.form-input__group-item>.btn-white,
.input-group-sm>.form-input__group-item>.form-input__group-btn,
.input-group-sm>.form-input__group-item>.product-buy__btn,
.input-group-sm>.form-input__group-item>.toggle-view__button,
.input-group-sm>.form-input__group-item>.widget-primary__view-all,
.input-group-sm>.form__select,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.active-filters__btn-ico,
.input-group-sm>.input-group-btn>.active-filters__btn-link,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.btn-accent,
.input-group-sm>.input-group-btn>.btn-inverse,
.input-group-sm>.input-group-btn>.btn-white,
.input-group-sm>.input-group-btn>.form-input__group-btn,
.input-group-sm>.input-group-btn>.product-buy__btn,
.input-group-sm>.input-group-btn>.toggle-view__button,
.input-group-sm>.input-group-btn>.widget-primary__view-all,
.input-group-sm>.variants-select__field,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.input-group-sm>.form-input__group-item>select.active-filters__btn-ico,
.input-group-sm>.form-input__group-item>select.active-filters__btn-link,
.input-group-sm>.form-input__group-item>select.btn,
.input-group-sm>.form-input__group-item>select.btn-accent,
.input-group-sm>.form-input__group-item>select.btn-inverse,
.input-group-sm>.form-input__group-item>select.btn-white,
.input-group-sm>.form-input__group-item>select.form-input__group-btn,
.input-group-sm>.form-input__group-item>select.product-buy__btn,
.input-group-sm>.form-input__group-item>select.toggle-view__button,
.input-group-sm>.form-input__group-item>select.widget-primary__view-all,
.input-group-sm>.input-group-btn>select.active-filters__btn-ico,
.input-group-sm>.input-group-btn>select.active-filters__btn-link,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.btn-accent,
.input-group-sm>.input-group-btn>select.btn-inverse,
.input-group-sm>.input-group-btn>select.btn-white,
.input-group-sm>.input-group-btn>select.form-input__group-btn,
.input-group-sm>.input-group-btn>select.product-buy__btn,
.input-group-sm>.input-group-btn>select.toggle-view__button,
.input-group-sm>.input-group-btn>select.widget-primary__view-all,
.input-group-sm>select.filter__range-control,
.input-group-sm>select.filter__range-label,
.input-group-sm>select.form-control,
.input-group-sm>select.form-input__control,
.input-group-sm>select.form__select,
.input-group-sm>select.input-group-addon,
.input-group-sm>select.variants-select__field,
select.form-input__control--sm,
select.input-sm {
    height: 30px;
    line-height: 30px;
}

.input-group-sm>.form-input__group-item>select[multiple].active-filters__btn-ico,
.input-group-sm>.form-input__group-item>select[multiple].active-filters__btn-link,
.input-group-sm>.form-input__group-item>select[multiple].btn,
.input-group-sm>.form-input__group-item>select[multiple].btn-accent,
.input-group-sm>.form-input__group-item>select[multiple].btn-inverse,
.input-group-sm>.form-input__group-item>select[multiple].btn-white,
.input-group-sm>.form-input__group-item>select[multiple].form-input__group-btn,
.input-group-sm>.form-input__group-item>select[multiple].product-buy__btn,
.input-group-sm>.form-input__group-item>select[multiple].toggle-view__button,
.input-group-sm>.form-input__group-item>select[multiple].widget-primary__view-all,
.input-group-sm>.form-input__group-item>textarea.active-filters__btn-ico,
.input-group-sm>.form-input__group-item>textarea.active-filters__btn-link,
.input-group-sm>.form-input__group-item>textarea.btn,
.input-group-sm>.form-input__group-item>textarea.btn-accent,
.input-group-sm>.form-input__group-item>textarea.btn-inverse,
.input-group-sm>.form-input__group-item>textarea.btn-white,
.input-group-sm>.form-input__group-item>textarea.form-input__group-btn,
.input-group-sm>.form-input__group-item>textarea.product-buy__btn,
.input-group-sm>.form-input__group-item>textarea.toggle-view__button,
.input-group-sm>.form-input__group-item>textarea.widget-primary__view-all,
.input-group-sm>.input-group-btn>select[multiple].active-filters__btn-ico,
.input-group-sm>.input-group-btn>select[multiple].active-filters__btn-link,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>select[multiple].btn-accent,
.input-group-sm>.input-group-btn>select[multiple].btn-inverse,
.input-group-sm>.input-group-btn>select[multiple].btn-white,
.input-group-sm>.input-group-btn>select[multiple].form-input__group-btn,
.input-group-sm>.input-group-btn>select[multiple].product-buy__btn,
.input-group-sm>.input-group-btn>select[multiple].toggle-view__button,
.input-group-sm>.input-group-btn>select[multiple].widget-primary__view-all,
.input-group-sm>.input-group-btn>textarea.active-filters__btn-ico,
.input-group-sm>.input-group-btn>textarea.active-filters__btn-link,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.btn-accent,
.input-group-sm>.input-group-btn>textarea.btn-inverse,
.input-group-sm>.input-group-btn>textarea.btn-white,
.input-group-sm>.input-group-btn>textarea.form-input__group-btn,
.input-group-sm>.input-group-btn>textarea.product-buy__btn,
.input-group-sm>.input-group-btn>textarea.toggle-view__button,
.input-group-sm>.input-group-btn>textarea.widget-primary__view-all,
.input-group-sm>select[multiple].filter__range-control,
.input-group-sm>select[multiple].filter__range-label,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].form-input__control,
.input-group-sm>select[multiple].form__select,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>select[multiple].variants-select__field,
.input-group-sm>textarea.filter__range-control,
.input-group-sm>textarea.filter__range-label,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.form-input__control,
.input-group-sm>textarea.form__select,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>textarea.variants-select__field,
select[multiple].form-input__control--sm,
select[multiple].input-sm,
textarea.form-input__control--sm,
textarea.input-sm {
    height: auto;
}

.form-group-sm .filter__range-control,
.form-group-sm .form-control,
.form-group-sm .form-input__control,
.form-group-sm .form__select,
.form-group-sm .variants-select__field {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.form-group-sm select.filter__range-control,
.form-group-sm select.form-control,
.form-group-sm select.form-input__control,
.form-group-sm select.form__select,
.form-group-sm select.variants-select__field {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].filter__range-control,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].form-input__control,
.form-group-sm select[multiple].form__select,
.form-group-sm select[multiple].variants-select__field,
.form-group-sm textarea.filter__range-control,
.form-group-sm textarea.form-control,
.form-group-sm textarea.form-input__control,
.form-group-sm textarea.form__select,
.form-group-sm textarea.variants-select__field {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-order .form-input--product-base .form-input__group>.form-input__group-item>button,
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input[type="button"],
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input[type="reset"],
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input[type="submit"],
.btn-order .form-input--product-base .form-input__group>.input-group-btn>button,
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input[type="button"],
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input[type="reset"],
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input[type="submit"],
.btn-order .input-group-lg>.form-input__group-item>button,
.btn-order .input-group-lg>.form-input__group-item>input[type="button"],
.btn-order .input-group-lg>.form-input__group-item>input[type="reset"],
.btn-order .input-group-lg>.form-input__group-item>input[type="submit"],
.btn-order .input-group-lg>.input-group-btn>button,
.btn-order .input-group-lg>.input-group-btn>input[type="button"],
.btn-order .input-group-lg>.input-group-btn>input[type="reset"],
.btn-order .input-group-lg>.input-group-btn>input[type="submit"],
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>button,
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input[type="button"],
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input[type="reset"],
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input[type="submit"],
.form-input--product-base .btn-order .form-input__group>.input-group-btn>button,
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input[type="button"],
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input[type="reset"],
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input[type="submit"],
.form-input--product-base .form-input__group>.filter__range-control,
.form-input--product-base .form-input__group>.filter__range-label,
.form-input--product-base .form-input__group>.form-control,
.form-input--product-base .form-input__group>.form-input__control,
.form-input--product-base .form-input__group>.form-input__group-item>.active-filters__btn-ico,
.form-input--product-base .form-input__group>.form-input__group-item>.active-filters__btn-link,
.form-input--product-base .form-input__group>.form-input__group-item>.btn,
.form-input--product-base .form-input__group>.form-input__group-item>.btn-accent,
.form-input--product-base .form-input__group>.form-input__group-item>.btn-inverse,
.form-input--product-base .form-input__group>.form-input__group-item>.btn-white,
.form-input--product-base .form-input__group>.form-input__group-item>.form-input__group-btn,
.form-input--product-base .form-input__group>.form-input__group-item>.product-buy__btn,
.form-input--product-base .form-input__group>.form-input__group-item>.toggle-view__button,
.form-input--product-base .form-input__group>.form-input__group-item>.widget-primary__view-all,
.form-input--product-base .form-input__group>.form__select,
.form-input--product-base .form-input__group>.input-group-addon,
.form-input--product-base .form-input__group>.input-group-btn>.active-filters__btn-ico,
.form-input--product-base .form-input__group>.input-group-btn>.active-filters__btn-link,
.form-input--product-base .form-input__group>.input-group-btn>.btn,
.form-input--product-base .form-input__group>.input-group-btn>.btn-accent,
.form-input--product-base .form-input__group>.input-group-btn>.btn-inverse,
.form-input--product-base .form-input__group>.input-group-btn>.btn-white,
.form-input--product-base .form-input__group>.input-group-btn>.form-input__group-btn,
.form-input--product-base .form-input__group>.input-group-btn>.product-buy__btn,
.form-input--product-base .form-input__group>.input-group-btn>.toggle-view__button,
.form-input--product-base .form-input__group>.input-group-btn>.widget-primary__view-all,
.form-input--product-base .form-input__group>.variants-select__field,
.input-group-lg>.filter__range-control,
.input-group-lg>.filter__range-label,
.input-group-lg>.form-control,
.input-group-lg>.form-input__control,
.input-group-lg>.form-input__group-item>.active-filters__btn-ico,
.input-group-lg>.form-input__group-item>.active-filters__btn-link,
.input-group-lg>.form-input__group-item>.btn,
.input-group-lg>.form-input__group-item>.btn-accent,
.input-group-lg>.form-input__group-item>.btn-inverse,
.input-group-lg>.form-input__group-item>.btn-white,
.input-group-lg>.form-input__group-item>.form-input__group-btn,
.input-group-lg>.form-input__group-item>.product-buy__btn,
.input-group-lg>.form-input__group-item>.toggle-view__button,
.input-group-lg>.form-input__group-item>.widget-primary__view-all,
.input-group-lg>.form__select,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.active-filters__btn-ico,
.input-group-lg>.input-group-btn>.active-filters__btn-link,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.btn-accent,
.input-group-lg>.input-group-btn>.btn-inverse,
.input-group-lg>.input-group-btn>.btn-white,
.input-group-lg>.input-group-btn>.form-input__group-btn,
.input-group-lg>.input-group-btn>.product-buy__btn,
.input-group-lg>.input-group-btn>.toggle-view__button,
.input-group-lg>.input-group-btn>.widget-primary__view-all,
.input-group-lg>.variants-select__field,
.input-lg,
.variants-select__field--lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.form-input--product-base .form-input__group>.form-input__group-item>select.active-filters__btn-ico,
.form-input--product-base .form-input__group>.form-input__group-item>select.active-filters__btn-link,
.form-input--product-base .form-input__group>.form-input__group-item>select.btn,
.form-input--product-base .form-input__group>.form-input__group-item>select.btn-accent,
.form-input--product-base .form-input__group>.form-input__group-item>select.btn-inverse,
.form-input--product-base .form-input__group>.form-input__group-item>select.btn-white,
.form-input--product-base .form-input__group>.form-input__group-item>select.form-input__group-btn,
.form-input--product-base .form-input__group>.form-input__group-item>select.product-buy__btn,
.form-input--product-base .form-input__group>.form-input__group-item>select.toggle-view__button,
.form-input--product-base .form-input__group>.form-input__group-item>select.widget-primary__view-all,
.form-input--product-base .form-input__group>.input-group-btn>select.active-filters__btn-ico,
.form-input--product-base .form-input__group>.input-group-btn>select.active-filters__btn-link,
.form-input--product-base .form-input__group>.input-group-btn>select.btn,
.form-input--product-base .form-input__group>.input-group-btn>select.btn-accent,
.form-input--product-base .form-input__group>.input-group-btn>select.btn-inverse,
.form-input--product-base .form-input__group>.input-group-btn>select.btn-white,
.form-input--product-base .form-input__group>.input-group-btn>select.form-input__group-btn,
.form-input--product-base .form-input__group>.input-group-btn>select.product-buy__btn,
.form-input--product-base .form-input__group>.input-group-btn>select.toggle-view__button,
.form-input--product-base .form-input__group>.input-group-btn>select.widget-primary__view-all,
.form-input--product-base .form-input__group>select.filter__range-control,
.form-input--product-base .form-input__group>select.filter__range-label,
.form-input--product-base .form-input__group>select.form-control,
.form-input--product-base .form-input__group>select.form-input__control,
.form-input--product-base .form-input__group>select.form__select,
.form-input--product-base .form-input__group>select.input-group-addon,
.form-input--product-base .form-input__group>select.variants-select__field,
.input-group-lg>.form-input__group-item>select.active-filters__btn-ico,
.input-group-lg>.form-input__group-item>select.active-filters__btn-link,
.input-group-lg>.form-input__group-item>select.btn,
.input-group-lg>.form-input__group-item>select.btn-accent,
.input-group-lg>.form-input__group-item>select.btn-inverse,
.input-group-lg>.form-input__group-item>select.btn-white,
.input-group-lg>.form-input__group-item>select.form-input__group-btn,
.input-group-lg>.form-input__group-item>select.product-buy__btn,
.input-group-lg>.form-input__group-item>select.toggle-view__button,
.input-group-lg>.form-input__group-item>select.widget-primary__view-all,
.input-group-lg>.input-group-btn>select.active-filters__btn-ico,
.input-group-lg>.input-group-btn>select.active-filters__btn-link,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.btn-accent,
.input-group-lg>.input-group-btn>select.btn-inverse,
.input-group-lg>.input-group-btn>select.btn-white,
.input-group-lg>.input-group-btn>select.form-input__group-btn,
.input-group-lg>.input-group-btn>select.product-buy__btn,
.input-group-lg>.input-group-btn>select.toggle-view__button,
.input-group-lg>.input-group-btn>select.widget-primary__view-all,
.input-group-lg>select.filter__range-control,
.input-group-lg>select.filter__range-label,
.input-group-lg>select.form-control,
.input-group-lg>select.form-input__control,
.input-group-lg>select.form__select,
.input-group-lg>select.input-group-addon,
.input-group-lg>select.variants-select__field,
select.input-lg,
select.variants-select__field--lg {
    height: 46px;
    line-height: 46px;
}

.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].active-filters__btn-ico,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].active-filters__btn-link,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].btn,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].btn-accent,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].btn-inverse,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].btn-white,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].form-input__group-btn,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].product-buy__btn,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].toggle-view__button,
.form-input--product-base .form-input__group>.form-input__group-item>select[multiple].widget-primary__view-all,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.active-filters__btn-ico,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.active-filters__btn-link,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.btn,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.btn-accent,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.btn-inverse,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.btn-white,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.form-input__group-btn,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.product-buy__btn,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.toggle-view__button,
.form-input--product-base .form-input__group>.form-input__group-item>textarea.widget-primary__view-all,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].active-filters__btn-ico,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].active-filters__btn-link,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].btn,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].btn-accent,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].btn-inverse,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].btn-white,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].form-input__group-btn,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].product-buy__btn,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].toggle-view__button,
.form-input--product-base .form-input__group>.input-group-btn>select[multiple].widget-primary__view-all,
.form-input--product-base .form-input__group>.input-group-btn>textarea.active-filters__btn-ico,
.form-input--product-base .form-input__group>.input-group-btn>textarea.active-filters__btn-link,
.form-input--product-base .form-input__group>.input-group-btn>textarea.btn,
.form-input--product-base .form-input__group>.input-group-btn>textarea.btn-accent,
.form-input--product-base .form-input__group>.input-group-btn>textarea.btn-inverse,
.form-input--product-base .form-input__group>.input-group-btn>textarea.btn-white,
.form-input--product-base .form-input__group>.input-group-btn>textarea.form-input__group-btn,
.form-input--product-base .form-input__group>.input-group-btn>textarea.product-buy__btn,
.form-input--product-base .form-input__group>.input-group-btn>textarea.toggle-view__button,
.form-input--product-base .form-input__group>.input-group-btn>textarea.widget-primary__view-all,
.form-input--product-base .form-input__group>select[multiple].filter__range-control,
.form-input--product-base .form-input__group>select[multiple].filter__range-label,
.form-input--product-base .form-input__group>select[multiple].form-control,
.form-input--product-base .form-input__group>select[multiple].form-input__control,
.form-input--product-base .form-input__group>select[multiple].form__select,
.form-input--product-base .form-input__group>select[multiple].input-group-addon,
.form-input--product-base .form-input__group>select[multiple].variants-select__field,
.form-input--product-base .form-input__group>textarea.filter__range-control,
.form-input--product-base .form-input__group>textarea.filter__range-label,
.form-input--product-base .form-input__group>textarea.form-control,
.form-input--product-base .form-input__group>textarea.form-input__control,
.form-input--product-base .form-input__group>textarea.form__select,
.form-input--product-base .form-input__group>textarea.input-group-addon,
.form-input--product-base .form-input__group>textarea.variants-select__field,
.input-group-lg>.form-input__group-item>select[multiple].active-filters__btn-ico,
.input-group-lg>.form-input__group-item>select[multiple].active-filters__btn-link,
.input-group-lg>.form-input__group-item>select[multiple].btn,
.input-group-lg>.form-input__group-item>select[multiple].btn-accent,
.input-group-lg>.form-input__group-item>select[multiple].btn-inverse,
.input-group-lg>.form-input__group-item>select[multiple].btn-white,
.input-group-lg>.form-input__group-item>select[multiple].form-input__group-btn,
.input-group-lg>.form-input__group-item>select[multiple].product-buy__btn,
.input-group-lg>.form-input__group-item>select[multiple].toggle-view__button,
.input-group-lg>.form-input__group-item>select[multiple].widget-primary__view-all,
.input-group-lg>.form-input__group-item>textarea.active-filters__btn-ico,
.input-group-lg>.form-input__group-item>textarea.active-filters__btn-link,
.input-group-lg>.form-input__group-item>textarea.btn,
.input-group-lg>.form-input__group-item>textarea.btn-accent,
.input-group-lg>.form-input__group-item>textarea.btn-inverse,
.input-group-lg>.form-input__group-item>textarea.btn-white,
.input-group-lg>.form-input__group-item>textarea.form-input__group-btn,
.input-group-lg>.form-input__group-item>textarea.product-buy__btn,
.input-group-lg>.form-input__group-item>textarea.toggle-view__button,
.input-group-lg>.form-input__group-item>textarea.widget-primary__view-all,
.input-group-lg>.input-group-btn>select[multiple].active-filters__btn-ico,
.input-group-lg>.input-group-btn>select[multiple].active-filters__btn-link,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>select[multiple].btn-accent,
.input-group-lg>.input-group-btn>select[multiple].btn-inverse,
.input-group-lg>.input-group-btn>select[multiple].btn-white,
.input-group-lg>.input-group-btn>select[multiple].form-input__group-btn,
.input-group-lg>.input-group-btn>select[multiple].product-buy__btn,
.input-group-lg>.input-group-btn>select[multiple].toggle-view__button,
.input-group-lg>.input-group-btn>select[multiple].widget-primary__view-all,
.input-group-lg>.input-group-btn>textarea.active-filters__btn-ico,
.input-group-lg>.input-group-btn>textarea.active-filters__btn-link,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.btn-accent,
.input-group-lg>.input-group-btn>textarea.btn-inverse,
.input-group-lg>.input-group-btn>textarea.btn-white,
.input-group-lg>.input-group-btn>textarea.form-input__group-btn,
.input-group-lg>.input-group-btn>textarea.product-buy__btn,
.input-group-lg>.input-group-btn>textarea.toggle-view__button,
.input-group-lg>.input-group-btn>textarea.widget-primary__view-all,
.input-group-lg>select[multiple].filter__range-control,
.input-group-lg>select[multiple].filter__range-label,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].form-input__control,
.input-group-lg>select[multiple].form__select,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>select[multiple].variants-select__field,
.input-group-lg>textarea.filter__range-control,
.input-group-lg>textarea.filter__range-label,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.form-input__control,
.input-group-lg>textarea.form__select,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>textarea.variants-select__field,
select[multiple].input-lg,
select[multiple].variants-select__field--lg,
textarea.input-lg,
textarea.variants-select__field--lg {
    height: auto;
}

.form-group-lg .filter__range-control,
.form-group-lg .form-control,
.form-group-lg .form-input__control,
.form-group-lg .form__select,
.form-group-lg .variants-select__field {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.form-group-lg select.filter__range-control,
.form-group-lg select.form-control,
.form-group-lg select.form-input__control,
.form-group-lg select.form__select,
.form-group-lg select.variants-select__field {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].filter__range-control,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].form-input__control,
.form-group-lg select[multiple].form__select,
.form-group-lg select[multiple].variants-select__field,
.form-group-lg textarea.filter__range-control,
.form-group-lg textarea.form-control,
.form-group-lg textarea.form-input__control,
.form-group-lg textarea.form__select,
.form-group-lg textarea.variants-select__field {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .filter__range-control,
.has-feedback .form-control,
.has-feedback .form-input__control,
.has-feedback .form__select,
.has-feedback .variants-select__field {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.btn-order .form-input--product-base .form-input__group>.form-input__group-item>button+.form-control-feedback,
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input[type="button"]+.form-control-feedback,
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input[type="reset"]+.form-control-feedback,
.btn-order .form-input--product-base .form-input__group>.form-input__group-item>input[type="submit"]+.form-control-feedback,
.btn-order .form-input--product-base .form-input__group>.input-group-btn>button+.form-control-feedback,
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input[type="button"]+.form-control-feedback,
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input[type="reset"]+.form-control-feedback,
.btn-order .form-input--product-base .form-input__group>.input-group-btn>input[type="submit"]+.form-control-feedback,
.btn-order .input-group-lg>.form-input__group-item>button+.form-control-feedback,
.btn-order .input-group-lg>.form-input__group-item>input[type="button"]+.form-control-feedback,
.btn-order .input-group-lg>.form-input__group-item>input[type="reset"]+.form-control-feedback,
.btn-order .input-group-lg>.form-input__group-item>input[type="submit"]+.form-control-feedback,
.btn-order .input-group-lg>.input-group-btn>button+.form-control-feedback,
.btn-order .input-group-lg>.input-group-btn>input[type="button"]+.form-control-feedback,
.btn-order .input-group-lg>.input-group-btn>input[type="reset"]+.form-control-feedback,
.btn-order .input-group-lg>.input-group-btn>input[type="submit"]+.form-control-feedback,
.form-group-lg .filter__range-control+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .form-input__control+.form-control-feedback,
.form-group-lg .form__select+.form-control-feedback,
.form-group-lg .variants-select__field+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>button+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input[type="button"]+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input[type="reset"]+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.form-input__group-item>input[type="submit"]+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.input-group-btn>button+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input[type="button"]+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input[type="reset"]+.form-control-feedback,
.form-input--product-base .btn-order .form-input__group>.input-group-btn>input[type="submit"]+.form-control-feedback,
.form-input--product-base .form-input__group+.form-control-feedback,
.form-input--product-base .form-input__group>.filter__range-control+.form-control-feedback,
.form-input--product-base .form-input__group>.filter__range-label+.form-control-feedback,
.form-input--product-base .form-input__group>.form-control+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__control+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.active-filters__btn-ico+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.active-filters__btn-link+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.btn+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.btn-accent+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.btn-inverse+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.btn-white+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.form-input__group-btn+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.product-buy__btn+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.toggle-view__button+.form-control-feedback,
.form-input--product-base .form-input__group>.form-input__group-item>.widget-primary__view-all+.form-control-feedback,
.form-input--product-base .form-input__group>.form__select+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-addon+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.active-filters__btn-ico+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.active-filters__btn-link+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.btn+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.btn-accent+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.btn-inverse+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.btn-white+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.form-input__group-btn+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.product-buy__btn+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.toggle-view__button+.form-control-feedback,
.form-input--product-base .form-input__group>.input-group-btn>.widget-primary__view-all+.form-control-feedback,
.form-input--product-base .form-input__group>.variants-select__field+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.filter__range-control+.form-control-feedback,
.input-group-lg>.filter__range-label+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.form-input__control+.form-control-feedback,
.input-group-lg>.form-input__group-item>.active-filters__btn-ico+.form-control-feedback,
.input-group-lg>.form-input__group-item>.active-filters__btn-link+.form-control-feedback,
.input-group-lg>.form-input__group-item>.btn+.form-control-feedback,
.input-group-lg>.form-input__group-item>.btn-accent+.form-control-feedback,
.input-group-lg>.form-input__group-item>.btn-inverse+.form-control-feedback,
.input-group-lg>.form-input__group-item>.btn-white+.form-control-feedback,
.input-group-lg>.form-input__group-item>.form-input__group-btn+.form-control-feedback,
.input-group-lg>.form-input__group-item>.product-buy__btn+.form-control-feedback,
.input-group-lg>.form-input__group-item>.toggle-view__button+.form-control-feedback,
.input-group-lg>.form-input__group-item>.widget-primary__view-all+.form-control-feedback,
.input-group-lg>.form__select+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.active-filters__btn-ico+.form-control-feedback,
.input-group-lg>.input-group-btn>.active-filters__btn-link+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-accent+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-inverse+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-white+.form-control-feedback,
.input-group-lg>.input-group-btn>.form-input__group-btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.product-buy__btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.toggle-view__button+.form-control-feedback,
.input-group-lg>.input-group-btn>.widget-primary__view-all+.form-control-feedback,
.input-group-lg>.variants-select__field+.form-control-feedback,
.input-lg+.form-control-feedback,
.variants-select__field--lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.btn-order .input-group-sm>.form-input__group-item>button+.form-control-feedback,
.btn-order .input-group-sm>.form-input__group-item>input[type="button"]+.form-control-feedback,
.btn-order .input-group-sm>.form-input__group-item>input[type="reset"]+.form-control-feedback,
.btn-order .input-group-sm>.form-input__group-item>input[type="submit"]+.form-control-feedback,
.btn-order .input-group-sm>.input-group-btn>button+.form-control-feedback,
.btn-order .input-group-sm>.input-group-btn>input[type="button"]+.form-control-feedback,
.btn-order .input-group-sm>.input-group-btn>input[type="reset"]+.form-control-feedback,
.btn-order .input-group-sm>.input-group-btn>input[type="submit"]+.form-control-feedback,
.form-group-sm .filter__range-control+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .form-input__control+.form-control-feedback,
.form-group-sm .form__select+.form-control-feedback,
.form-group-sm .variants-select__field+.form-control-feedback,
.form-input__control--sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.filter__range-control+.form-control-feedback,
.input-group-sm>.filter__range-label+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.form-input__control+.form-control-feedback,
.input-group-sm>.form-input__group-item>.active-filters__btn-ico+.form-control-feedback,
.input-group-sm>.form-input__group-item>.active-filters__btn-link+.form-control-feedback,
.input-group-sm>.form-input__group-item>.btn+.form-control-feedback,
.input-group-sm>.form-input__group-item>.btn-accent+.form-control-feedback,
.input-group-sm>.form-input__group-item>.btn-inverse+.form-control-feedback,
.input-group-sm>.form-input__group-item>.btn-white+.form-control-feedback,
.input-group-sm>.form-input__group-item>.form-input__group-btn+.form-control-feedback,
.input-group-sm>.form-input__group-item>.product-buy__btn+.form-control-feedback,
.input-group-sm>.form-input__group-item>.toggle-view__button+.form-control-feedback,
.input-group-sm>.form-input__group-item>.widget-primary__view-all+.form-control-feedback,
.input-group-sm>.form__select+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.active-filters__btn-ico+.form-control-feedback,
.input-group-sm>.input-group-btn>.active-filters__btn-link+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-accent+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-inverse+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-white+.form-control-feedback,
.input-group-sm>.input-group-btn>.form-input__group-btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.product-buy__btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.toggle-view__button+.form-control-feedback,
.input-group-sm>.input-group-btn>.widget-primary__view-all+.form-control-feedback,
.input-group-sm>.variants-select__field+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .filter__range-control,
.has-success .form-control,
.has-success .form-input__control,
.has-success .form__select,
.has-success .variants-select__field {
    border-color: #3c763d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-success .filter__range-control:focus,
.has-success .form-control:focus,
.has-success .form-input__control:focus,
.has-success .form__select:focus,
.has-success .variants-select__field:focus {
    border-color: #2b542c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
}

.has-success .filter__range-label,
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .filter__range-control,
.has-warning .form-control,
.has-warning .form-input__control,
.has-warning .form__select,
.has-warning .variants-select__field {
    border-color: #8a6d3b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-warning .filter__range-control:focus,
.has-warning .form-control:focus,
.has-warning .form-input__control:focus,
.has-warning .form__select:focus,
.has-warning .variants-select__field:focus {
    border-color: #66512c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b;
}

.has-warning .filter__range-label,
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .filter__range-control,
.has-error .form-control,
.has-error .form-input__control,
.has-error .form__select,
.has-error .variants-select__field {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .filter__range-control:focus,
.has-error .form-control:focus,
.has-error .form-input__control:focus,
.has-error .form__select:focus,
.has-error .variants-select__field:focus {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}

.has-error .filter__range-label,
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.active-filters__btn-ico,
.active-filters__btn-link,
.btn,
.btn-accent,
.btn-inverse,
.btn-order button,
.btn-order input[type="button"],
.btn-order input[type="reset"],
.btn-order input[type="submit"],
.btn-white,
.form-input__group-btn,
.product-buy__btn,
.toggle-view__button,
.widget-primary__view-all {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: transparent solid 1px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 2px;
    user-select: none;
}

.active-filters__btn-ico:active.focus,
.active-filters__btn-ico:active:focus,
.active-filters__btn-ico:focus,
.active-filters__btn-link:active.focus,
.active-filters__btn-link:active:focus,
.active-filters__btn-link:focus,
.active.active-filters__btn-ico:focus,
.active.active-filters__btn-link:focus,
.active.btn-accent:focus,
.active.btn-inverse:focus,
.active.btn-white:focus,
.active.focus.active-filters__btn-ico,
.active.focus.active-filters__btn-link,
.active.focus.btn-accent,
.active.focus.btn-inverse,
.active.focus.btn-white,
.active.focus.form-input__group-btn,
.active.focus.product-buy__btn,
.active.focus.toggle-view__button,
.active.focus.widget-primary__view-all,
.active.form-input__group-btn:focus,
.active.product-buy__btn:focus,
.active.toggle-view__button:focus,
.active.widget-primary__view-all:focus,
.btn-accent:active.focus,
.btn-accent:active:focus,
.btn-accent:focus,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:focus,
.btn-order button.active.focus,
.btn-order button.active:focus,
.btn-order button.focus,
.btn-order button:active.focus,
.btn-order button:active:focus,
.btn-order button:focus,
.btn-order input.active.focus[type="button"],
.btn-order input.active.focus[type="reset"],
.btn-order input.active.focus[type="submit"],
.btn-order input.active[type="button"]:focus,
.btn-order input.active[type="reset"]:focus,
.btn-order input.active[type="submit"]:focus,
.btn-order input.focus[type="button"],
.btn-order input.focus[type="reset"],
.btn-order input.focus[type="submit"],
.btn-order input[type="button"]:active.focus,
.btn-order input[type="button"]:active:focus,
.btn-order input[type="button"]:focus,
.btn-order input[type="reset"]:active.focus,
.btn-order input[type="reset"]:active:focus,
.btn-order input[type="reset"]:focus,
.btn-order input[type="submit"]:active.focus,
.btn-order input[type="submit"]:active:focus,
.btn-order input[type="submit"]:focus,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.focus.active-filters__btn-ico,
.focus.active-filters__btn-link,
.focus.btn-accent,
.focus.btn-inverse,
.focus.btn-white,
.focus.form-input__group-btn,
.focus.product-buy__btn,
.focus.toggle-view__button,
.focus.widget-primary__view-all,
.form-input__group-btn:active.focus,
.form-input__group-btn:active:focus,
.form-input__group-btn:focus,
.product-buy__btn:active.focus,
.product-buy__btn:active:focus,
.product-buy__btn:focus,
.toggle-view__button:active.focus,
.toggle-view__button:active:focus,
.toggle-view__button:focus,
.widget-primary__view-all:active.focus,
.widget-primary__view-all:active:focus,
.widget-primary__view-all:focus {
    outline-offset: -2px;
}

.active-filters__btn-ico:focus,
.active-filters__btn-ico:hover,
.active-filters__btn-link:focus,
.active-filters__btn-link:hover,
.btn-accent:focus,
.btn-accent:hover,
.btn-inverse:focus,
.btn-inverse:hover,
.btn-order button.focus,
.btn-order button:focus,
.btn-order button:hover,
.btn-order input.focus[type="button"],
.btn-order input.focus[type="reset"],
.btn-order input.focus[type="submit"],
.btn-order input[type="button"]:focus,
.btn-order input[type="button"]:hover,
.btn-order input[type="reset"]:focus,
.btn-order input[type="reset"]:hover,
.btn-order input[type="submit"]:focus,
.btn-order input[type="submit"]:hover,
.btn-white:focus,
.btn-white:hover,
.btn.focus,
.btn:focus,
.btn:hover,
.focus.active-filters__btn-ico,
.focus.active-filters__btn-link,
.focus.btn-accent,
.focus.btn-inverse,
.focus.btn-white,
.focus.form-input__group-btn,
.focus.product-buy__btn,
.focus.toggle-view__button,
.focus.widget-primary__view-all,
.form-input__group-btn:focus,
.form-input__group-btn:hover,
.product-buy__btn:focus,
.product-buy__btn:hover,
.toggle-view__button:focus,
.toggle-view__button:hover,
.widget-primary__view-all:focus,
.widget-primary__view-all:hover {
    color: #333;
    text-decoration: none;
}

.active-filters__btn-ico:active,
.active-filters__btn-link:active,
.active.active-filters__btn-ico,
.active.active-filters__btn-link,
.active.btn-accent,
.active.btn-inverse,
.active.btn-white,
.active.form-input__group-btn,
.active.product-buy__btn,
.active.toggle-view__button,
.active.widget-primary__view-all,
.btn-accent:active,
.btn-inverse:active,
.btn-order button.active,
.btn-order button:active,
.btn-order input.active[type="button"],
.btn-order input.active[type="reset"],
.btn-order input.active[type="submit"],
.btn-order input[type="button"]:active,
.btn-order input[type="reset"]:active,
.btn-order input[type="submit"]:active,
.btn-white:active,
.btn.active,
.btn:active,
.form-input__group-btn:active,
.product-buy__btn:active,
.toggle-view__button:active,
.widget-primary__view-all:active {
    outline: 0;
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn-order button.disabled,
.btn-order button[disabled],
.btn-order fieldset[disabled] button,
.btn-order fieldset[disabled] input[type="button"],
.btn-order fieldset[disabled] input[type="reset"],
.btn-order fieldset[disabled] input[type="submit"],
.btn-order input.disabled[type="button"],
.btn-order input.disabled[type="reset"],
.btn-order input.disabled[type="submit"],
.btn-order input[disabled][type="button"],
.btn-order input[disabled][type="reset"],
.btn-order input[disabled][type="submit"],
.btn.disabled,
.btn[disabled],
.disabled.active-filters__btn-ico,
.disabled.active-filters__btn-link,
.disabled.btn-accent,
.disabled.btn-inverse,
.disabled.btn-white,
.disabled.form-input__group-btn,
.disabled.product-buy__btn,
.disabled.toggle-view__button,
.disabled.widget-primary__view-all,
[disabled].active-filters__btn-ico,
[disabled].active-filters__btn-link,
[disabled].btn-accent,
[disabled].btn-inverse,
[disabled].btn-white,
[disabled].form-input__group-btn,
[disabled].product-buy__btn,
[disabled].toggle-view__button,
[disabled].widget-primary__view-all,
fieldset[disabled] .active-filters__btn-ico,
fieldset[disabled] .active-filters__btn-link,
fieldset[disabled] .btn,
fieldset[disabled] .btn-accent,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-order button,
fieldset[disabled] .btn-order input[type="button"],
fieldset[disabled] .btn-order input[type="reset"],
fieldset[disabled] .btn-order input[type="submit"],
fieldset[disabled] .btn-white,
fieldset[disabled] .form-input__group-btn,
fieldset[disabled] .product-buy__btn,
fieldset[disabled] .toggle-view__button,
fieldset[disabled] .widget-primary__view-all {
    cursor: not-allowed;
    opacity: 0.64999997615814208984375;
    box-shadow: none;
}

a.btn.disabled,
a.disabled.active-filters__btn-ico,
a.disabled.active-filters__btn-link,
a.disabled.btn-accent,
a.disabled.btn-inverse,
a.disabled.btn-white,
a.disabled.form-input__group-btn,
a.disabled.product-buy__btn,
a.disabled.toggle-view__button,
a.disabled.widget-primary__view-all,
fieldset[disabled] a.active-filters__btn-ico,
fieldset[disabled] a.active-filters__btn-link,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-accent,
fieldset[disabled] a.btn-inverse,
fieldset[disabled] a.btn-white,
fieldset[disabled] a.form-input__group-btn,
fieldset[disabled] a.product-buy__btn,
fieldset[disabled] a.toggle-view__button,
fieldset[disabled] a.widget-primary__view-all {
    pointer-events: none;
}

.active-filters__btn-ico,
.active-filters__btn-link,
.btn-default,
.btn-white,
.form-input__group-btn,
.product-buy__btn--in-cart {
    color: #000;
    background-color: #f8f8f8;
    border-color: #aaa;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    border: 1px dashed #c7c7c7;
}

.active-filters__btn-ico:focus,
.active-filters__btn-link:focus,
.btn-default.focus,
.btn-default:focus,
.btn-white:focus,
.focus.active-filters__btn-ico,
.focus.active-filters__btn-link,
.focus.btn-white,
.focus.form-input__group-btn,
.focus.product-buy__btn--in-cart,
.form-input__group-btn:focus,
.product-buy__btn--in-cart:focus {
    color: #333;
    background-color: #dfdfdf;
    border-color: #aaa;
}

.active-filters__btn-ico:active,
.active-filters__btn-ico:hover,
.active-filters__btn-link:active,
.active-filters__btn-link:hover,
.active.active-filters__btn-ico,
.active.active-filters__btn-link,
.active.btn-white,
.active.form-input__group-btn,
.active.product-buy__btn--in-cart,
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.btn-white:active,
.btn-white:hover,
.form-input__group-btn:active,
.form-input__group-btn:hover,
.open>.btn-default.dropdown-toggle,
.open>.dropdown-toggle.active-filters__btn-ico,
.open>.dropdown-toggle.active-filters__btn-link,
.open>.dropdown-toggle.btn-white,
.open>.dropdown-toggle.form-input__group-btn,
.open>.dropdown-toggle.product-buy__btn--in-cart,
.product-buy__btn--in-cart:active,
.product-buy__btn--in-cart:hover {
    color: #333;
    background-color: #dfdfdf;
    border-color: #cbcbcb;
}

.active-filters__btn-ico:active.focus,
.active-filters__btn-ico:active:focus,
.active-filters__btn-ico:active:hover,
.active-filters__btn-link:active.focus,
.active-filters__btn-link:active:focus,
.active-filters__btn-link:active:hover,
.active.active-filters__btn-ico:focus,
.active.active-filters__btn-ico:hover,
.active.active-filters__btn-link:focus,
.active.active-filters__btn-link:hover,
.active.btn-white:focus,
.active.btn-white:hover,
.active.focus.active-filters__btn-ico,
.active.focus.active-filters__btn-link,
.active.focus.btn-white,
.active.focus.form-input__group-btn,
.active.focus.product-buy__btn--in-cart,
.active.form-input__group-btn:focus,
.active.form-input__group-btn:hover,
.active.product-buy__btn--in-cart:focus,
.active.product-buy__btn--in-cart:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.form-input__group-btn:active.focus,
.form-input__group-btn:active:focus,
.form-input__group-btn:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.dropdown-toggle.active-filters__btn-ico:focus,
.open>.dropdown-toggle.active-filters__btn-ico:hover,
.open>.dropdown-toggle.active-filters__btn-link:focus,
.open>.dropdown-toggle.active-filters__btn-link:hover,
.open>.dropdown-toggle.btn-white:focus,
.open>.dropdown-toggle.btn-white:hover,
.open>.dropdown-toggle.focus.active-filters__btn-ico,
.open>.dropdown-toggle.focus.active-filters__btn-link,
.open>.dropdown-toggle.focus.btn-white,
.open>.dropdown-toggle.focus.form-input__group-btn,
.open>.dropdown-toggle.focus.product-buy__btn--in-cart,
.open>.dropdown-toggle.form-input__group-btn:focus,
.open>.dropdown-toggle.form-input__group-btn:hover,
.open>.dropdown-toggle.product-buy__btn--in-cart:focus,
.open>.dropdown-toggle.product-buy__btn--in-cart:hover,
.product-buy__btn--in-cart:active.focus,
.product-buy__btn--in-cart:active:focus,
.product-buy__btn--in-cart:active:hover {
    color: #333;
    background-color: #cdcdcd;
    border-color: #aaa;
}

.active-filters__btn-ico:active,
.active-filters__btn-link:active,
.active.active-filters__btn-ico,
.active.active-filters__btn-link,
.active.btn-white,
.active.form-input__group-btn,
.active.product-buy__btn--in-cart,
.btn-default.active,
.btn-default:active,
.btn-white:active,
.form-input__group-btn:active,
.open>.btn-default.dropdown-toggle,
.open>.dropdown-toggle.active-filters__btn-ico,
.open>.dropdown-toggle.active-filters__btn-link,
.open>.dropdown-toggle.btn-white,
.open>.dropdown-toggle.form-input__group-btn,
.open>.dropdown-toggle.product-buy__btn--in-cart,
.product-buy__btn--in-cart:active {
    background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.disabled.active-filters__btn-ico:focus,
.disabled.active-filters__btn-ico:hover,
.disabled.active-filters__btn-link:focus,
.disabled.active-filters__btn-link:hover,
.disabled.btn-white:focus,
.disabled.btn-white:hover,
.disabled.focus.active-filters__btn-ico,
.disabled.focus.active-filters__btn-link,
.disabled.focus.btn-white,
.disabled.focus.form-input__group-btn,
.disabled.focus.product-buy__btn--in-cart,
.disabled.form-input__group-btn:focus,
.disabled.form-input__group-btn:hover,
.disabled.product-buy__btn--in-cart:focus,
.disabled.product-buy__btn--in-cart:hover,
[disabled].active-filters__btn-ico:focus,
[disabled].active-filters__btn-ico:hover,
[disabled].active-filters__btn-link:focus,
[disabled].active-filters__btn-link:hover,
[disabled].btn-white:focus,
[disabled].btn-white:hover,
[disabled].focus.active-filters__btn-ico,
[disabled].focus.active-filters__btn-link,
[disabled].focus.btn-white,
[disabled].focus.form-input__group-btn,
[disabled].focus.product-buy__btn--in-cart,
[disabled].form-input__group-btn:focus,
[disabled].form-input__group-btn:hover,
[disabled].product-buy__btn--in-cart:focus,
[disabled].product-buy__btn--in-cart:hover,
fieldset[disabled] .active-filters__btn-ico:focus,
fieldset[disabled] .active-filters__btn-ico:hover,
fieldset[disabled] .active-filters__btn-link:focus,
fieldset[disabled] .active-filters__btn-link:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .focus.active-filters__btn-ico,
fieldset[disabled] .focus.active-filters__btn-link,
fieldset[disabled] .focus.btn-white,
fieldset[disabled] .focus.form-input__group-btn,
fieldset[disabled] .focus.product-buy__btn--in-cart,
fieldset[disabled] .form-input__group-btn:focus,
fieldset[disabled] .form-input__group-btn:hover,
fieldset[disabled] .product-buy__btn--in-cart:focus,
fieldset[disabled] .product-buy__btn--in-cart:hover {
    background-color: #f8f8f8;
    border-color: #eaeaea;
}

.active-filters__btn-ico .badge,
.active-filters__btn-link .badge,
.btn-default .badge,
.btn-white .badge,
.form-input__group-btn .badge,
.product-buy__btn--in-cart .badge {
    color: #f8f8f8;
    background-color: #333;
}

.btn-accent,
.btn-order button,
.btn-order input[type="button"],
.btn-order input[type="reset"],
.btn-order input[type="submit"],
.btn-primary,
.product-buy__btn--buy,
.toggle-view__button,
.widget-primary__view-all {
    color: #fff;
    background-color: #013a6d;
}

.but-credit .open_window_credit {
    background: #0359a3 !important;
    border-radius: 5px;
}

.btn-accent:focus,
.btn-order button.focus,
.btn-order button:focus,
.btn-order input.focus[type="button"],
.btn-order input.focus[type="reset"],
.btn-order input.focus[type="submit"],
.btn-order input[type="button"]:focus,
.btn-order input[type="reset"]:focus,
.btn-order input[type="submit"]:focus,
.btn-primary.focus,
.btn-primary:focus,
.focus.btn-accent,
.focus.product-buy__btn--buy,
.focus.toggle-view__button,
.focus.widget-primary__view-all,
.product-buy__btn--buy:focus,
.toggle-view__button:focus,
.widget-primary__view-all:focus {
    color: #fff;
    background-color: #10bcee;
    border-color: #10bcee;
}

.active.btn-accent,
.active.product-buy__btn--buy,
.active.toggle-view__button,
.active.widget-primary__view-all,
.btn-accent:active,
.btn-accent:hover,
.btn-order .open>button.dropdown-toggle,
.btn-order .open>input.dropdown-toggle[type="button"],
.btn-order .open>input.dropdown-toggle[type="reset"],
.btn-order .open>input.dropdown-toggle[type="submit"],
.btn-order button.active,
.btn-order button:active,
.btn-order button:hover,
.btn-order input.active[type="button"],
.btn-order input.active[type="reset"],
.btn-order input.active[type="submit"],
.btn-order input[type="button"]:active,
.btn-order input[type="button"]:hover,
.btn-order input[type="reset"]:active,
.btn-order input[type="reset"]:hover,
.btn-order input[type="submit"]:active,
.btn-order input[type="submit"]:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle,
.open>.dropdown-toggle.btn-accent,
.open>.dropdown-toggle.product-buy__btn--buy,
.open>.dropdown-toggle.toggle-view__button,
.open>.dropdown-toggle.widget-primary__view-all,
.product-buy__btn--buy:active,
.product-buy__btn--buy:hover,
.toggle-view__button:active,
.toggle-view__button:hover,
.widget-primary__view-all:active,
.widget-primary__view-all:hover {
    color: #fff;
    background-color: #10bcee;
    border-color: #10bcee;
}

.active.btn-accent:focus,
.active.btn-accent:hover,
.active.focus.btn-accent,
.active.focus.product-buy__btn--buy,
.active.focus.toggle-view__button,
.active.focus.widget-primary__view-all,
.active.product-buy__btn--buy:focus,
.active.product-buy__btn--buy:hover,
.active.toggle-view__button:focus,
.active.toggle-view__button:hover,
.active.widget-primary__view-all:focus,
.active.widget-primary__view-all:hover,
.btn-accent:active.focus,
.btn-accent:active:focus,
.btn-accent:active:hover,
.btn-order .open>button.dropdown-toggle.focus,
.btn-order .open>button.dropdown-toggle:focus,
.btn-order .open>button.dropdown-toggle:hover,
.btn-order .open>input.dropdown-toggle.focus[type="button"],
.btn-order .open>input.dropdown-toggle.focus[type="reset"],
.btn-order .open>input.dropdown-toggle.focus[type="submit"],
.btn-order .open>input.dropdown-toggle[type="button"]:focus,
.btn-order .open>input.dropdown-toggle[type="button"]:hover,
.btn-order .open>input.dropdown-toggle[type="reset"]:focus,
.btn-order .open>input.dropdown-toggle[type="reset"]:hover,
.btn-order .open>input.dropdown-toggle[type="submit"]:focus,
.btn-order .open>input.dropdown-toggle[type="submit"]:hover,
.btn-order button.active.focus,
.btn-order button.active:focus,
.btn-order button.active:hover,
.btn-order button:active.focus,
.btn-order button:active:focus,
.btn-order button:active:hover,
.btn-order input.active.focus[type="button"],
.btn-order input.active.focus[type="reset"],
.btn-order input.active.focus[type="submit"],
.btn-order input.active[type="button"]:focus,
.btn-order input.active[type="button"]:hover,
.btn-order input.active[type="reset"]:focus,
.btn-order input.active[type="reset"]:hover,
.btn-order input.active[type="submit"]:focus,
.btn-order input.active[type="submit"]:hover,
.btn-order input[type="button"]:active.focus,
.btn-order input[type="button"]:active:focus,
.btn-order input[type="button"]:active:hover,
.btn-order input[type="reset"]:active.focus,
.btn-order input[type="reset"]:active:focus,
.btn-order input[type="reset"]:active:hover,
.btn-order input[type="submit"]:active.focus,
.btn-order input[type="submit"]:active:focus,
.btn-order input[type="submit"]:active:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-accent:focus,
.open>.dropdown-toggle.btn-accent:hover,
.open>.dropdown-toggle.focus.btn-accent,
.open>.dropdown-toggle.focus.product-buy__btn--buy,
.open>.dropdown-toggle.focus.toggle-view__button,
.open>.dropdown-toggle.focus.widget-primary__view-all,
.open>.dropdown-toggle.product-buy__btn--buy:focus,
.open>.dropdown-toggle.product-buy__btn--buy:hover,
.open>.dropdown-toggle.toggle-view__button:focus,
.open>.dropdown-toggle.toggle-view__button:hover,
.open>.dropdown-toggle.widget-primary__view-all:focus,
.open>.dropdown-toggle.widget-primary__view-all:hover,
.product-buy__btn--buy:active.focus,
.product-buy__btn--buy:active:focus,
.product-buy__btn--buy:active:hover,
.toggle-view__button:active.focus,
.toggle-view__button:active:focus,
.toggle-view__button:active:hover,
.widget-primary__view-all:active.focus,
.widget-primary__view-all:active:focus,
.widget-primary__view-all:active:hover {}

.active.btn-accent,
.active.product-buy__btn--buy,
.active.toggle-view__button,
.active.widget-primary__view-all,
.btn-accent:active,
.btn-order .open>button.dropdown-toggle,
.btn-order .open>input.dropdown-toggle[type="button"],
.btn-order .open>input.dropdown-toggle[type="reset"],
.btn-order .open>input.dropdown-toggle[type="submit"],
.btn-order button.active,
.btn-order button:active,
.btn-order input.active[type="button"],
.btn-order input.active[type="reset"],
.btn-order input.active[type="submit"],
.btn-order input[type="button"]:active,
.btn-order input[type="reset"]:active,
.btn-order input[type="submit"]:active,
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.open>.dropdown-toggle.btn-accent,
.open>.dropdown-toggle.product-buy__btn--buy,
.open>.dropdown-toggle.toggle-view__button,
.open>.dropdown-toggle.widget-primary__view-all,
.product-buy__btn--buy:active,
.toggle-view__button:active,
.widget-primary__view-all:active {
    background-image: none;
}

.btn-order button.disabled.focus,
.btn-order button.disabled:focus,
.btn-order button.disabled:hover,
.btn-order button[disabled].focus,
.btn-order button[disabled]:focus,
.btn-order button[disabled]:hover,
.btn-order fieldset[disabled] button.focus,
.btn-order fieldset[disabled] button:focus,
.btn-order fieldset[disabled] button:hover,
.btn-order fieldset[disabled] input.focus[type="button"],
.btn-order fieldset[disabled] input.focus[type="reset"],
.btn-order fieldset[disabled] input.focus[type="submit"],
.btn-order fieldset[disabled] input[type="button"]:focus,
.btn-order fieldset[disabled] input[type="button"]:hover,
.btn-order fieldset[disabled] input[type="reset"]:focus,
.btn-order fieldset[disabled] input[type="reset"]:hover,
.btn-order fieldset[disabled] input[type="submit"]:focus,
.btn-order fieldset[disabled] input[type="submit"]:hover,
.btn-order input.disabled.focus[type="button"],
.btn-order input.disabled.focus[type="reset"],
.btn-order input.disabled.focus[type="submit"],
.btn-order input.disabled[type="button"]:focus,
.btn-order input.disabled[type="button"]:hover,
.btn-order input.disabled[type="reset"]:focus,
.btn-order input.disabled[type="reset"]:hover,
.btn-order input.disabled[type="submit"]:focus,
.btn-order input.disabled[type="submit"]:hover,
.btn-order input[disabled].focus[type="button"],
.btn-order input[disabled].focus[type="reset"],
.btn-order input[disabled].focus[type="submit"],
.btn-order input[disabled][type="button"]:focus,
.btn-order input[disabled][type="button"]:hover,
.btn-order input[disabled][type="reset"]:focus,
.btn-order input[disabled][type="reset"]:hover,
.btn-order input[disabled][type="submit"]:focus,
.btn-order input[disabled][type="submit"]:hover,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.disabled.btn-accent:focus,
.disabled.btn-accent:hover,
.disabled.focus.btn-accent,
.disabled.focus.product-buy__btn--buy,
.disabled.focus.toggle-view__button,
.disabled.focus.widget-primary__view-all,
.disabled.product-buy__btn--buy:focus,
.disabled.product-buy__btn--buy:hover,
.disabled.toggle-view__button:focus,
.disabled.toggle-view__button:hover,
.disabled.widget-primary__view-all:focus,
.disabled.widget-primary__view-all:hover,
[disabled].btn-accent:focus,
[disabled].btn-accent:hover,
[disabled].focus.btn-accent,
[disabled].focus.product-buy__btn--buy,
[disabled].focus.toggle-view__button,
[disabled].focus.widget-primary__view-all,
[disabled].product-buy__btn--buy:focus,
[disabled].product-buy__btn--buy:hover,
[disabled].toggle-view__button:focus,
[disabled].toggle-view__button:hover,
[disabled].widget-primary__view-all:focus,
[disabled].widget-primary__view-all:hover,
fieldset[disabled] .btn-accent:focus,
fieldset[disabled] .btn-accent:hover,
fieldset[disabled] .btn-order button.focus,
fieldset[disabled] .btn-order button:focus,
fieldset[disabled] .btn-order button:hover,
fieldset[disabled] .btn-order input.focus[type="button"],
fieldset[disabled] .btn-order input.focus[type="reset"],
fieldset[disabled] .btn-order input.focus[type="submit"],
fieldset[disabled] .btn-order input[type="button"]:focus,
fieldset[disabled] .btn-order input[type="button"]:hover,
fieldset[disabled] .btn-order input[type="reset"]:focus,
fieldset[disabled] .btn-order input[type="reset"]:hover,
fieldset[disabled] .btn-order input[type="submit"]:focus,
fieldset[disabled] .btn-order input[type="submit"]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .focus.btn-accent,
fieldset[disabled] .focus.product-buy__btn--buy,
fieldset[disabled] .focus.toggle-view__button,
fieldset[disabled] .focus.widget-primary__view-all,
fieldset[disabled] .product-buy__btn--buy:focus,
fieldset[disabled] .product-buy__btn--buy:hover,
fieldset[disabled] .toggle-view__button:focus,
fieldset[disabled] .toggle-view__button:hover,
fieldset[disabled] .widget-primary__view-all:focus,
fieldset[disabled] .widget-primary__view-all:hover {
    background-color: #97ccdc;
    border-color: #97ccdc;
}

.btn-accent .badge,
.btn-order button .badge,
.btn-order input[type="button"] .badge,
.btn-order input[type="reset"] .badge,
.btn-order input[type="submit"] .badge,
.btn-primary .badge,
.product-buy__btn--buy .badge,
.toggle-view__button .badge,
.widget-primary__view-all .badge {
    color: #769c1f;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.site-info__link {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg>.active-filters__btn-ico,
.btn-group-lg>.active-filters__btn-link,
.btn-group-lg>.btn,
.btn-group-lg>.btn-accent,
.btn-group-lg>.btn-inverse,
.btn-group-lg>.btn-white,
.btn-group-lg>.form-input__group-btn,
.btn-group-lg>.product-buy__btn,
.btn-group-lg>.toggle-view__button,
.btn-group-lg>.widget-primary__view-all,
.btn-lg,
.btn-order .btn-group-lg>button,
.btn-order button,
.btn-order input[type="button"],
.btn-order input[type="reset"],
.btn-order input[type="submit"],
.product-action--lg .btn-white,
.product-buy--product .product-buy__btn,
.widget-primary__view-all {
    padding: 13px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.active-filters__btn-ico,
.active-filters__btn-link,
.btn-group-sm>.active-filters__btn-ico,
.btn-group-sm>.active-filters__btn-link,
.btn-group-sm>.btn,
.btn-group-sm>.btn-accent,
.btn-group-sm>.btn-inverse,
.btn-group-sm>.btn-white,
.btn-group-sm>.form-input__group-btn,
.btn-group-sm>.product-buy__btn,
.btn-group-sm>.toggle-view__button,
.btn-group-sm>.widget-primary__view-all,
.btn-order .btn-group-sm>button,
.btn-order .btn-group-sm>input[type="button"],
.btn-order .btn-group-sm>input[type="reset"],
.btn-order .btn-group-sm>input[type="submit"],
.btn-order .toggle-view>button,
.btn-order .toggle-view>input[type="button"],
.btn-order .toggle-view>input[type="reset"],
.btn-order .toggle-view>input[type="submit"],
.btn-sm,
.toggle-view>.active-filters__btn-ico,
.toggle-view>.active-filters__btn-link,
.toggle-view>.btn,
.toggle-view>.btn-accent,
.toggle-view>.btn-inverse,
.toggle-view>.btn-white,
.toggle-view>.form-input__group-btn,
.toggle-view>.product-buy__btn,
.toggle-view>.toggle-view__button,
.toggle-view>.widget-primary__view-all {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 2px;
}

.btn-group-xs>.active-filters__btn-ico,
.btn-group-xs>.active-filters__btn-link,
.btn-group-xs>.btn,
.btn-group-xs>.btn-accent,
.btn-group-xs>.btn-inverse,
.btn-group-xs>.btn-white,
.btn-group-xs>.form-input__group-btn,
.btn-group-xs>.product-buy__btn,
.btn-group-xs>.toggle-view__button,
.btn-group-xs>.widget-primary__view-all,
.btn-order .btn-group-xs>button,
.btn-order .btn-group-xs>input[type="button"],
.btn-order .btn-group-xs>input[type="reset"],
.btn-order .btn-group-xs>input[type="submit"],
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.active-filters__btn>.active-filters__btn-ico:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.active-filters__btn-link:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-link,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.btn,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.btn-accent,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.btn-inverse,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.btn-white,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.form-input__group-btn,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.product-buy__btn,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.toggle-view__button,
.active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>.widget-primary__view-all,
.active-filters__btn>.btn-accent:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-link,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.btn,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.btn-accent,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.btn-inverse,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.btn-white,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.form-input__group-btn,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.product-buy__btn,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.toggle-view__button,
.active-filters__btn>.btn-group:not(:first-child):not(:last-child)>.widget-primary__view-all,
.active-filters__btn>.btn-inverse:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.btn-white:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.form-input__group-btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.product-buy__btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-link,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.btn,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.btn-accent,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.btn-inverse,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.btn-white,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.form-input__group-btn,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.product-buy__btn,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.toggle-view__button,
.active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>.widget-primary__view-all,
.active-filters__btn>.toggle-view__button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.active-filters__btn>.widget-primary__view-all:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.active-filters__btn-ico:not(:first-child):not(:last-child),
.btn-group-vertical>.active-filters__btn-link:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-accent:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-inverse:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-white:not(:first-child):not(:last-child),
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.form-input__group-btn:not(:first-child):not(:last-child),
.btn-group-vertical>.product-buy__btn:not(:first-child):not(:last-child),
.btn-group-vertical>.toggle-view__button:not(:first-child):not(:last-child),
.btn-group-vertical>.widget-primary__view-all:not(:first-child):not(:last-child),
.btn-group>.active-filters__btn-ico:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.active-filters__btn-link:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-link,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.btn,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.btn-accent,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.btn-inverse,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.btn-white,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.form-input__group-btn,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.product-buy__btn,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.toggle-view__button,
.btn-group>.active-filters__btn:not(:first-child):not(:last-child)>.widget-primary__view-all,
.btn-group>.btn-accent:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-link,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-accent,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-inverse,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-white,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.form-input__group-btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.product-buy__btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.toggle-view__button,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.widget-primary__view-all,
.btn-group>.btn-inverse:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-white:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.form-input__group-btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.product-buy__btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-link,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.btn,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.btn-accent,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.btn-inverse,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.btn-white,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.form-input__group-btn,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.product-buy__btn,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.toggle-view__button,
.btn-group>.toggle-view:not(:first-child):not(:last-child)>.widget-primary__view-all,
.btn-group>.toggle-view__button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.widget-primary__view-all:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>button,
.btn-order .active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .active-filters__btn>.active-filters__btn:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .active-filters__btn>.btn-group:not(:first-child):not(:last-child)>button,
.btn-order .active-filters__btn>.btn-group:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .active-filters__btn>.btn-group:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .active-filters__btn>.btn-group:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>button,
.btn-order .active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .active-filters__btn>.toggle-view:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .active-filters__btn>button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .active-filters__btn>input[type="button"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .active-filters__btn>input[type="reset"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .active-filters__btn>input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .btn-group-vertical>button:not(:first-child):not(:last-child),
.btn-order .btn-group-vertical>input[type="button"]:not(:first-child):not(:last-child),
.btn-order .btn-group-vertical>input[type="reset"]:not(:first-child):not(:last-child),
.btn-order .btn-group-vertical>input[type="submit"]:not(:first-child):not(:last-child),
.btn-order .btn-group>.active-filters__btn:not(:first-child):not(:last-child)>button,
.btn-order .btn-group>.active-filters__btn:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .btn-group>.active-filters__btn:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .btn-group>.active-filters__btn:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .btn-group>.btn-group:not(:first-child):not(:last-child)>button,
.btn-order .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .btn-group>.toggle-view:not(:first-child):not(:last-child)>button,
.btn-order .btn-group>.toggle-view:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .btn-group>.toggle-view:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .btn-group>.toggle-view:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .btn-group>button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .btn-group>input[type="button"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .btn-group>input[type="reset"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .btn-group>input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>button,
.btn-order .toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .toggle-view>.btn-group:not(:first-child):not(:last-child)>button,
.btn-order .toggle-view>.btn-group:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .toggle-view>.btn-group:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .toggle-view>.btn-group:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .toggle-view>.toggle-view:not(:first-child):not(:last-child)>button,
.btn-order .toggle-view>.toggle-view:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .toggle-view>.toggle-view:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .toggle-view>.toggle-view:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .toggle-view>button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .toggle-view>input[type="button"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .toggle-view>input[type="reset"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-order .toggle-view>input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.active-filters__btn-ico:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.active-filters__btn-link:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-link,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.btn,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.btn-accent,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.btn-inverse,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.btn-white,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.form-input__group-btn,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.product-buy__btn,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.toggle-view__button,
.toggle-view>.active-filters__btn:not(:first-child):not(:last-child)>.widget-primary__view-all,
.toggle-view>.btn-accent:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-link,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.btn,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.btn-accent,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.btn-inverse,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.btn-white,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.form-input__group-btn,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.product-buy__btn,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.toggle-view__button,
.toggle-view>.btn-group:not(:first-child):not(:last-child)>.widget-primary__view-all,
.toggle-view>.btn-inverse:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.btn-white:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.form-input__group-btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.product-buy__btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-link,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.btn,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.btn-accent,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.btn-inverse,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.btn-white,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.form-input__group-btn,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.product-buy__btn,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.toggle-view__button,
.toggle-view>.toggle-view:not(:first-child):not(:last-child)>.widget-primary__view-all,
.toggle-view>.toggle-view__button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.toggle-view>.widget-primary__view-all:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.active-filters__btn,
.btn-group,
.btn-group-vertical,
.toggle-view {
    position: relative;
    display: flex;
    vertical-align: middle;
    max-width: 100%;
    flex-direction: row;
}

.active-filters__btn>.active-filters__btn-ico,
.active-filters__btn>.active-filters__btn-link,
.active-filters__btn>.btn,
.active-filters__btn>.btn-accent,
.active-filters__btn>.btn-inverse,
.active-filters__btn>.btn-white,
.active-filters__btn>.form-input__group-btn,
.active-filters__btn>.product-buy__btn,
.active-filters__btn>.toggle-view__button,
.active-filters__btn>.widget-primary__view-all,
.btn-group-vertical>.active-filters__btn-ico,
.btn-group-vertical>.active-filters__btn-link,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-accent,
.btn-group-vertical>.btn-inverse,
.btn-group-vertical>.btn-white,
.btn-group-vertical>.form-input__group-btn,
.btn-group-vertical>.product-buy__btn,
.btn-group-vertical>.toggle-view__button,
.btn-group-vertical>.widget-primary__view-all,
.btn-group>.active-filters__btn-ico,
.btn-group>.active-filters__btn-link,
.btn-group>.btn,
.btn-group>.btn-accent,
.btn-group>.btn-inverse,
.btn-group>.btn-white,
.btn-group>.form-input__group-btn,
.btn-group>.product-buy__btn,
.btn-group>.toggle-view__button,
.btn-group>.widget-primary__view-all,
.btn-order .active-filters__btn>button,
.btn-order .active-filters__btn>input[type="button"],
.btn-order .active-filters__btn>input[type="reset"],
.btn-order .active-filters__btn>input[type="submit"],
.btn-order .btn-group-vertical>button,
.btn-order .btn-group-vertical>input[type="button"],
.btn-order .btn-group-vertical>input[type="reset"],
.btn-order .btn-group-vertical>input[type="submit"],
.btn-order .btn-group>button,
.btn-order .btn-group>input[type="button"],
.btn-order .btn-group>input[type="reset"],
.btn-order .btn-group>input[type="submit"],
.btn-order .toggle-view>button,
.btn-order .toggle-view>input[type="button"],
.btn-order .toggle-view>input[type="reset"],
.btn-order .toggle-view>input[type="submit"],
.toggle-view>.active-filters__btn-ico,
.toggle-view>.active-filters__btn-link,
.toggle-view>.btn,
.toggle-view>.btn-accent,
.toggle-view>.btn-inverse,
.toggle-view>.btn-white,
.toggle-view>.form-input__group-btn,
.toggle-view>.product-buy__btn,
.toggle-view>.toggle-view__button,
.toggle-view>.widget-primary__view-all {
    position: relative;
    float: left;
    margin-left: 3px;
}

.active-filters__btn>.active-filters__btn-ico:active,
.active-filters__btn>.active-filters__btn-ico:focus,
.active-filters__btn>.active-filters__btn-ico:hover,
.active-filters__btn>.active-filters__btn-link:active,
.active-filters__btn>.active-filters__btn-link:focus,
.active-filters__btn>.active-filters__btn-link:hover,
.active-filters__btn>.active.active-filters__btn-ico,
.active-filters__btn>.active.active-filters__btn-link,
.active-filters__btn>.active.btn-accent,
.active-filters__btn>.active.btn-inverse,
.active-filters__btn>.active.btn-white,
.active-filters__btn>.active.form-input__group-btn,
.active-filters__btn>.active.product-buy__btn,
.active-filters__btn>.active.toggle-view__button,
.active-filters__btn>.active.widget-primary__view-all,
.active-filters__btn>.btn-accent:active,
.active-filters__btn>.btn-accent:focus,
.active-filters__btn>.btn-accent:hover,
.active-filters__btn>.btn-inverse:active,
.active-filters__btn>.btn-inverse:focus,
.active-filters__btn>.btn-inverse:hover,
.active-filters__btn>.btn-white:active,
.active-filters__btn>.btn-white:focus,
.active-filters__btn>.btn-white:hover,
.active-filters__btn>.btn.active,
.active-filters__btn>.btn:active,
.active-filters__btn>.btn:focus,
.active-filters__btn>.btn:hover,
.active-filters__btn>.form-input__group-btn:active,
.active-filters__btn>.form-input__group-btn:focus,
.active-filters__btn>.form-input__group-btn:hover,
.active-filters__btn>.product-buy__btn:active,
.active-filters__btn>.product-buy__btn:focus,
.active-filters__btn>.product-buy__btn:hover,
.active-filters__btn>.toggle-view__button:active,
.active-filters__btn>.toggle-view__button:focus,
.active-filters__btn>.toggle-view__button:hover,
.active-filters__btn>.widget-primary__view-all:active,
.active-filters__btn>.widget-primary__view-all:focus,
.active-filters__btn>.widget-primary__view-all:hover,
.btn-group-vertical>.active-filters__btn-ico:active,
.btn-group-vertical>.active-filters__btn-ico:focus,
.btn-group-vertical>.active-filters__btn-ico:hover,
.btn-group-vertical>.active-filters__btn-link:active,
.btn-group-vertical>.active-filters__btn-link:focus,
.btn-group-vertical>.active-filters__btn-link:hover,
.btn-group-vertical>.active.active-filters__btn-ico,
.btn-group-vertical>.active.active-filters__btn-link,
.btn-group-vertical>.active.btn-accent,
.btn-group-vertical>.active.btn-inverse,
.btn-group-vertical>.active.btn-white,
.btn-group-vertical>.active.form-input__group-btn,
.btn-group-vertical>.active.product-buy__btn,
.btn-group-vertical>.active.toggle-view__button,
.btn-group-vertical>.active.widget-primary__view-all,
.btn-group-vertical>.btn-accent:active,
.btn-group-vertical>.btn-accent:focus,
.btn-group-vertical>.btn-accent:hover,
.btn-group-vertical>.btn-inverse:active,
.btn-group-vertical>.btn-inverse:focus,
.btn-group-vertical>.btn-inverse:hover,
.btn-group-vertical>.btn-white:active,
.btn-group-vertical>.btn-white:focus,
.btn-group-vertical>.btn-white:hover,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.form-input__group-btn:active,
.btn-group-vertical>.form-input__group-btn:focus,
.btn-group-vertical>.form-input__group-btn:hover,
.btn-group-vertical>.product-buy__btn:active,
.btn-group-vertical>.product-buy__btn:focus,
.btn-group-vertical>.product-buy__btn:hover,
.btn-group-vertical>.toggle-view__button:active,
.btn-group-vertical>.toggle-view__button:focus,
.btn-group-vertical>.toggle-view__button:hover,
.btn-group-vertical>.widget-primary__view-all:active,
.btn-group-vertical>.widget-primary__view-all:focus,
.btn-group-vertical>.widget-primary__view-all:hover,
.btn-group>.active-filters__btn-ico:active,
.btn-group>.active-filters__btn-ico:focus,
.btn-group>.active-filters__btn-ico:hover,
.btn-group>.active-filters__btn-link:active,
.btn-group>.active-filters__btn-link:focus,
.btn-group>.active-filters__btn-link:hover,
.btn-group>.active.active-filters__btn-ico,
.btn-group>.active.active-filters__btn-link,
.btn-group>.active.btn-accent,
.btn-group>.active.btn-inverse,
.btn-group>.active.btn-white,
.btn-group>.active.form-input__group-btn,
.btn-group>.active.product-buy__btn,
.btn-group>.active.toggle-view__button,
.btn-group>.active.widget-primary__view-all,
.btn-group>.btn-accent:active,
.btn-group>.btn-accent:focus,
.btn-group>.btn-accent:hover,
.btn-group>.btn-inverse:active,
.btn-group>.btn-inverse:focus,
.btn-group>.btn-inverse:hover,
.btn-group>.btn-white:active,
.btn-group>.btn-white:focus,
.btn-group>.btn-white:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>.form-input__group-btn:active,
.btn-group>.form-input__group-btn:focus,
.btn-group>.form-input__group-btn:hover,
.btn-group>.product-buy__btn:active,
.btn-group>.product-buy__btn:focus,
.btn-group>.product-buy__btn:hover,
.btn-group>.toggle-view__button:active,
.btn-group>.toggle-view__button:focus,
.btn-group>.toggle-view__button:hover,
.btn-group>.widget-primary__view-all:active,
.btn-group>.widget-primary__view-all:focus,
.btn-group>.widget-primary__view-all:hover,
.btn-order .active-filters__btn>button.active,
.btn-order .active-filters__btn>button:active,
.btn-order .active-filters__btn>button:focus,
.btn-order .active-filters__btn>button:hover,
.btn-order .active-filters__btn>input.active[type="button"],
.btn-order .active-filters__btn>input.active[type="reset"],
.btn-order .active-filters__btn>input.active[type="submit"],
.btn-order .active-filters__btn>input[type="button"]:active,
.btn-order .active-filters__btn>input[type="button"]:focus,
.btn-order .active-filters__btn>input[type="button"]:hover,
.btn-order .active-filters__btn>input[type="reset"]:active,
.btn-order .active-filters__btn>input[type="reset"]:focus,
.btn-order .active-filters__btn>input[type="reset"]:hover,
.btn-order .active-filters__btn>input[type="submit"]:active,
.btn-order .active-filters__btn>input[type="submit"]:focus,
.btn-order .active-filters__btn>input[type="submit"]:hover,
.btn-order .btn-group-vertical>button.active,
.btn-order .btn-group-vertical>button:active,
.btn-order .btn-group-vertical>button:focus,
.btn-order .btn-group-vertical>button:hover,
.btn-order .btn-group-vertical>input.active[type="button"],
.btn-order .btn-group-vertical>input.active[type="reset"],
.btn-order .btn-group-vertical>input.active[type="submit"],
.btn-order .btn-group-vertical>input[type="button"]:active,
.btn-order .btn-group-vertical>input[type="button"]:focus,
.btn-order .btn-group-vertical>input[type="button"]:hover,
.btn-order .btn-group-vertical>input[type="reset"]:active,
.btn-order .btn-group-vertical>input[type="reset"]:focus,
.btn-order .btn-group-vertical>input[type="reset"]:hover,
.btn-order .btn-group-vertical>input[type="submit"]:active,
.btn-order .btn-group-vertical>input[type="submit"]:focus,
.btn-order .btn-group-vertical>input[type="submit"]:hover,
.btn-order .btn-group>button.active,
.btn-order .btn-group>button:active,
.btn-order .btn-group>button:focus,
.btn-order .btn-group>button:hover,
.btn-order .btn-group>input.active[type="button"],
.btn-order .btn-group>input.active[type="reset"],
.btn-order .btn-group>input.active[type="submit"],
.btn-order .btn-group>input[type="button"]:active,
.btn-order .btn-group>input[type="button"]:focus,
.btn-order .btn-group>input[type="button"]:hover,
.btn-order .btn-group>input[type="reset"]:active,
.btn-order .btn-group>input[type="reset"]:focus,
.btn-order .btn-group>input[type="reset"]:hover,
.btn-order .btn-group>input[type="submit"]:active,
.btn-order .btn-group>input[type="submit"]:focus,
.btn-order .btn-group>input[type="submit"]:hover,
.btn-order .toggle-view>button.active,
.btn-order .toggle-view>button:active,
.btn-order .toggle-view>button:focus,
.btn-order .toggle-view>button:hover,
.btn-order .toggle-view>input.active[type="button"],
.btn-order .toggle-view>input.active[type="reset"],
.btn-order .toggle-view>input.active[type="submit"],
.btn-order .toggle-view>input[type="button"]:active,
.btn-order .toggle-view>input[type="button"]:focus,
.btn-order .toggle-view>input[type="button"]:hover,
.btn-order .toggle-view>input[type="reset"]:active,
.btn-order .toggle-view>input[type="reset"]:focus,
.btn-order .toggle-view>input[type="reset"]:hover,
.btn-order .toggle-view>input[type="submit"]:active,
.btn-order .toggle-view>input[type="submit"]:focus,
.btn-order .toggle-view>input[type="submit"]:hover,
.toggle-view>.active-filters__btn-ico:active,
.toggle-view>.active-filters__btn-ico:focus,
.toggle-view>.active-filters__btn-ico:hover,
.toggle-view>.active-filters__btn-link:active,
.toggle-view>.active-filters__btn-link:focus,
.toggle-view>.active-filters__btn-link:hover,
.toggle-view>.active.active-filters__btn-ico,
.toggle-view>.active.active-filters__btn-link,
.toggle-view>.active.btn-accent,
.toggle-view>.active.btn-inverse,
.toggle-view>.active.btn-white,
.toggle-view>.active.form-input__group-btn,
.toggle-view>.active.product-buy__btn,
.toggle-view>.active.toggle-view__button,
.toggle-view>.active.widget-primary__view-all,
.toggle-view>.btn-accent:active,
.toggle-view>.btn-accent:focus,
.toggle-view>.btn-accent:hover,
.toggle-view>.btn-inverse:active,
.toggle-view>.btn-inverse:focus,
.toggle-view>.btn-inverse:hover,
.toggle-view>.btn-white:active,
.toggle-view>.btn-white:focus,
.toggle-view>.btn-white:hover,
.toggle-view>.btn.active,
.toggle-view>.btn:active,
.toggle-view>.btn:focus,
.toggle-view>.btn:hover,
.toggle-view>.form-input__group-btn:active,
.toggle-view>.form-input__group-btn:focus,
.toggle-view>.form-input__group-btn:hover,
.toggle-view>.product-buy__btn:active,
.toggle-view>.product-buy__btn:focus,
.toggle-view>.product-buy__btn:hover,
.toggle-view>.toggle-view__button:active,
.toggle-view>.toggle-view__button:focus,
.toggle-view>.toggle-view__button:hover,
.toggle-view>.widget-primary__view-all:active,
.toggle-view>.widget-primary__view-all:focus,
.toggle-view>.widget-primary__view-all:hover {
    z-index: 2;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}

.btn-order .btn-toolbar>button,
.btn-order .btn-toolbar>input[type="button"],
.btn-order .btn-toolbar>input[type="reset"],
.btn-order .btn-toolbar>input[type="submit"],
.btn-toolbar>.active-filters__btn,
.btn-toolbar>.active-filters__btn-ico,
.btn-toolbar>.active-filters__btn-link,
.btn-toolbar>.btn,
.btn-toolbar>.btn-accent,
.btn-toolbar>.btn-group,
.btn-toolbar>.btn-inverse,
.btn-toolbar>.btn-white,
.btn-toolbar>.filter__range-field,
.btn-toolbar>.form-input__group,
.btn-toolbar>.form-input__group-btn,
.btn-toolbar>.input-group,
.btn-toolbar>.product-buy__btn,
.btn-toolbar>.toggle-view,
.btn-toolbar>.toggle-view__button,
.btn-toolbar>.widget-primary__view-all {
    margin-left: 5px;
}

.active-filters__btn-ico .caret,
.active-filters__btn-link .caret,
.active-filters__btn>.active-filters__btn-ico:first-child,
.active-filters__btn>.active-filters__btn-link:first-child,
.active-filters__btn>.btn-accent:first-child,
.active-filters__btn>.btn-inverse:first-child,
.active-filters__btn>.btn-white:first-child,
.active-filters__btn>.btn:first-child,
.active-filters__btn>.form-input__group-btn:first-child,
.active-filters__btn>.product-buy__btn:first-child,
.active-filters__btn>.toggle-view__button:first-child,
.active-filters__btn>.widget-primary__view-all:first-child,
.btn .caret,
.btn-accent .caret,
.btn-group>.active-filters__btn-ico:first-child,
.btn-group>.active-filters__btn-link:first-child,
.btn-group>.btn-accent:first-child,
.btn-group>.btn-inverse:first-child,
.btn-group>.btn-white:first-child,
.btn-group>.btn:first-child,
.btn-group>.form-input__group-btn:first-child,
.btn-group>.product-buy__btn:first-child,
.btn-group>.toggle-view__button:first-child,
.btn-group>.widget-primary__view-all:first-child,
.btn-inverse .caret,
.btn-order .active-filters__btn>button:first-child,
.btn-order .active-filters__btn>input[type="button"]:first-child,
.btn-order .active-filters__btn>input[type="reset"]:first-child,
.btn-order .active-filters__btn>input[type="submit"]:first-child,
.btn-order .btn-group>button:first-child,
.btn-order .btn-group>input[type="button"]:first-child,
.btn-order .btn-group>input[type="reset"]:first-child,
.btn-order .btn-group>input[type="submit"]:first-child,
.btn-order .toggle-view>button:first-child,
.btn-order .toggle-view>input[type="button"]:first-child,
.btn-order .toggle-view>input[type="reset"]:first-child,
.btn-order .toggle-view>input[type="submit"]:first-child,
.btn-order button .caret,
.btn-order input[type="button"] .caret,
.btn-order input[type="reset"] .caret,
.btn-order input[type="submit"] .caret,
.btn-white .caret,
.form-input__group-btn .caret,
.product-buy__btn .caret,
.toggle-view>.active-filters__btn-ico:first-child,
.toggle-view>.active-filters__btn-link:first-child,
.toggle-view>.btn-accent:first-child,
.toggle-view>.btn-inverse:first-child,
.toggle-view>.btn-white:first-child,
.toggle-view>.btn:first-child,
.toggle-view>.form-input__group-btn:first-child,
.toggle-view>.product-buy__btn:first-child,
.toggle-view>.toggle-view__button:first-child,
.toggle-view>.widget-primary__view-all:first-child,
.toggle-view__button .caret,
.widget-primary__view-all .caret {
    margin-left: 0;
}

.active-filters__btn .dropdown-toggle:active,
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.open.active-filters__btn .dropdown-toggle,
.open.toggle-view .dropdown-toggle,
.toggle-view .dropdown-toggle:active {
    outline: 0;
}

.active-filters__btn>.active-filters__btn-ico+.dropdown-toggle,
.active-filters__btn>.active-filters__btn-link+.dropdown-toggle,
.active-filters__btn>.btn+.dropdown-toggle,
.active-filters__btn>.btn-accent+.dropdown-toggle,
.active-filters__btn>.btn-inverse+.dropdown-toggle,
.active-filters__btn>.btn-white+.dropdown-toggle,
.active-filters__btn>.form-input__group-btn+.dropdown-toggle,
.active-filters__btn>.product-buy__btn+.dropdown-toggle,
.active-filters__btn>.toggle-view__button+.dropdown-toggle,
.active-filters__btn>.widget-primary__view-all+.dropdown-toggle,
.btn-group>.active-filters__btn-ico+.dropdown-toggle,
.btn-group>.active-filters__btn-link+.dropdown-toggle,
.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-accent+.dropdown-toggle,
.btn-group>.btn-inverse+.dropdown-toggle,
.btn-group>.btn-white+.dropdown-toggle,
.btn-group>.form-input__group-btn+.dropdown-toggle,
.btn-group>.product-buy__btn+.dropdown-toggle,
.btn-group>.toggle-view__button+.dropdown-toggle,
.btn-group>.widget-primary__view-all+.dropdown-toggle,
.btn-order .active-filters__btn>button+.dropdown-toggle,
.btn-order .active-filters__btn>input[type="button"]+.dropdown-toggle,
.btn-order .active-filters__btn>input[type="reset"]+.dropdown-toggle,
.btn-order .active-filters__btn>input[type="submit"]+.dropdown-toggle,
.btn-order .btn-group>button+.dropdown-toggle,
.btn-order .btn-group>input[type="button"]+.dropdown-toggle,
.btn-order .btn-group>input[type="reset"]+.dropdown-toggle,
.btn-order .btn-group>input[type="submit"]+.dropdown-toggle,
.btn-order .toggle-view>button+.dropdown-toggle,
.btn-order .toggle-view>input[type="button"]+.dropdown-toggle,
.btn-order .toggle-view>input[type="reset"]+.dropdown-toggle,
.btn-order .toggle-view>input[type="submit"]+.dropdown-toggle,
.toggle-view>.active-filters__btn-ico+.dropdown-toggle,
.toggle-view>.active-filters__btn-link+.dropdown-toggle,
.toggle-view>.btn+.dropdown-toggle,
.toggle-view>.btn-accent+.dropdown-toggle,
.toggle-view>.btn-inverse+.dropdown-toggle,
.toggle-view>.btn-white+.dropdown-toggle,
.toggle-view>.form-input__group-btn+.dropdown-toggle,
.toggle-view>.product-buy__btn+.dropdown-toggle,
.toggle-view>.toggle-view__button+.dropdown-toggle,
.toggle-view>.widget-primary__view-all+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.active-filters__btn>.btn-lg+.dropdown-toggle,
.active-filters__btn>.widget-primary__view-all+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.active-filters__btn-ico+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.active-filters__btn-link+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.btn+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.btn-accent+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.btn-inverse+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.btn-white+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.form-input__group-btn+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.product-buy__btn+.dropdown-toggle,
.btn-group-lg.active-filters__btn>.toggle-view__button+.dropdown-toggle,
.btn-group-lg.btn-group>.active-filters__btn-ico+.dropdown-toggle,
.btn-group-lg.btn-group>.active-filters__btn-link+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-accent+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-inverse+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-white+.dropdown-toggle,
.btn-group-lg.btn-group>.form-input__group-btn+.dropdown-toggle,
.btn-group-lg.btn-group>.product-buy__btn+.dropdown-toggle,
.btn-group-lg.btn-group>.toggle-view__button+.dropdown-toggle,
.btn-group-lg.toggle-view>.active-filters__btn-ico+.dropdown-toggle,
.btn-group-lg.toggle-view>.active-filters__btn-link+.dropdown-toggle,
.btn-group-lg.toggle-view>.btn+.dropdown-toggle,
.btn-group-lg.toggle-view>.btn-accent+.dropdown-toggle,
.btn-group-lg.toggle-view>.btn-inverse+.dropdown-toggle,
.btn-group-lg.toggle-view>.btn-white+.dropdown-toggle,
.btn-group-lg.toggle-view>.form-input__group-btn+.dropdown-toggle,
.btn-group-lg.toggle-view>.product-buy__btn+.dropdown-toggle,
.btn-group-lg.toggle-view>.toggle-view__button+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group>.widget-primary__view-all+.dropdown-toggle,
.btn-order .active-filters__btn>button+.dropdown-toggle,
.btn-order .active-filters__btn>input[type="button"]+.dropdown-toggle,
.btn-order .active-filters__btn>input[type="reset"]+.dropdown-toggle,
.btn-order .active-filters__btn>input[type="submit"]+.dropdown-toggle,
.btn-order .btn-group>button+.dropdown-toggle,
.btn-order .btn-group>input[type="button"]+.dropdown-toggle,
.btn-order .btn-group>input[type="reset"]+.dropdown-toggle,
.btn-order .btn-group>input[type="submit"]+.dropdown-toggle,
.btn-order .toggle-view>button+.dropdown-toggle,
.btn-order .toggle-view>input[type="button"]+.dropdown-toggle,
.btn-order .toggle-view>input[type="reset"]+.dropdown-toggle,
.btn-order .toggle-view>input[type="submit"]+.dropdown-toggle,
.product-action--lg .active-filters__btn>.btn-white+.dropdown-toggle,
.product-action--lg .btn-group>.btn-white+.dropdown-toggle,
.product-action--lg .toggle-view>.btn-white+.dropdown-toggle,
.product-buy--product .active-filters__btn>.product-buy__btn+.dropdown-toggle,
.product-buy--product .btn-group>.product-buy__btn+.dropdown-toggle,
.product-buy--product .toggle-view>.product-buy__btn+.dropdown-toggle,
.toggle-view>.btn-lg+.dropdown-toggle,
.toggle-view>.widget-primary__view-all+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle,
.open.active-filters__btn .dropdown-toggle,
.open.toggle-view .dropdown-toggle {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn-group.open .dropdown-toggle.btn-link,
.open.active-filters__btn .dropdown-toggle.btn-link,
.open.toggle-view .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn-group-lg>.active-filters__btn-ico .caret,
.btn-group-lg>.active-filters__btn-link .caret,
.btn-group-lg>.btn .caret,
.btn-group-lg>.btn-accent .caret,
.btn-group-lg>.btn-inverse .caret,
.btn-group-lg>.btn-white .caret,
.btn-group-lg>.form-input__group-btn .caret,
.btn-group-lg>.product-buy__btn .caret,
.btn-group-lg>.toggle-view__button .caret,
.btn-lg .caret,
.btn-order button .caret,
.btn-order input[type="button"] .caret,
.btn-order input[type="reset"] .caret,
.btn-order input[type="submit"] .caret,
.product-action--lg .btn-white .caret,
.product-buy--product .product-buy__btn .caret,
.widget-primary__view-all .caret {
    border-width: 5px 5px 0;
}

.btn-order .dropup button .caret,
.btn-order .dropup input[type="button"] .caret,
.btn-order .dropup input[type="reset"] .caret,
.btn-order .dropup input[type="submit"] .caret,
.dropup .btn-group-lg>.active-filters__btn-ico .caret,
.dropup .btn-group-lg>.active-filters__btn-link .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.btn-accent .caret,
.dropup .btn-group-lg>.btn-inverse .caret,
.dropup .btn-group-lg>.btn-white .caret,
.dropup .btn-group-lg>.form-input__group-btn .caret,
.dropup .btn-group-lg>.product-buy__btn .caret,
.dropup .btn-group-lg>.toggle-view__button .caret,
.dropup .btn-lg .caret,
.dropup .btn-order button .caret,
.dropup .btn-order input[type="button"] .caret,
.dropup .btn-order input[type="reset"] .caret,
.dropup .btn-order input[type="submit"] .caret,
.dropup .product-action--lg .btn-white .caret,
.dropup .product-buy--product .product-buy__btn .caret,
.dropup .widget-primary__view-all .caret,
.product-action--lg .dropup .btn-white .caret,
.product-buy--product .dropup .product-buy__btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.active-filters__btn,
.btn-group-vertical>.active-filters__btn-ico,
.btn-group-vertical>.active-filters__btn-link,
.btn-group-vertical>.active-filters__btn>.active-filters__btn-ico,
.btn-group-vertical>.active-filters__btn>.active-filters__btn-link,
.btn-group-vertical>.active-filters__btn>.btn,
.btn-group-vertical>.active-filters__btn>.btn-accent,
.btn-group-vertical>.active-filters__btn>.btn-inverse,
.btn-group-vertical>.active-filters__btn>.btn-white,
.btn-group-vertical>.active-filters__btn>.form-input__group-btn,
.btn-group-vertical>.active-filters__btn>.product-buy__btn,
.btn-group-vertical>.active-filters__btn>.toggle-view__button,
.btn-group-vertical>.active-filters__btn>.widget-primary__view-all,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-accent,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.active-filters__btn-ico,
.btn-group-vertical>.btn-group>.active-filters__btn-link,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-accent,
.btn-group-vertical>.btn-group>.btn-inverse,
.btn-group-vertical>.btn-group>.btn-white,
.btn-group-vertical>.btn-group>.form-input__group-btn,
.btn-group-vertical>.btn-group>.product-buy__btn,
.btn-group-vertical>.btn-group>.toggle-view__button,
.btn-group-vertical>.btn-group>.widget-primary__view-all,
.btn-group-vertical>.btn-inverse,
.btn-group-vertical>.btn-white,
.btn-group-vertical>.form-input__group-btn,
.btn-group-vertical>.product-buy__btn,
.btn-group-vertical>.toggle-view,
.btn-group-vertical>.toggle-view>.active-filters__btn-ico,
.btn-group-vertical>.toggle-view>.active-filters__btn-link,
.btn-group-vertical>.toggle-view>.btn,
.btn-group-vertical>.toggle-view>.btn-accent,
.btn-group-vertical>.toggle-view>.btn-inverse,
.btn-group-vertical>.toggle-view>.btn-white,
.btn-group-vertical>.toggle-view>.form-input__group-btn,
.btn-group-vertical>.toggle-view>.product-buy__btn,
.btn-group-vertical>.toggle-view>.toggle-view__button,
.btn-group-vertical>.toggle-view>.widget-primary__view-all,
.btn-group-vertical>.toggle-view__button,
.btn-group-vertical>.widget-primary__view-all,
.btn-order .btn-group-vertical>.active-filters__btn>button,
.btn-order .btn-group-vertical>.active-filters__btn>input[type="button"],
.btn-order .btn-group-vertical>.active-filters__btn>input[type="reset"],
.btn-order .btn-group-vertical>.active-filters__btn>input[type="submit"],
.btn-order .btn-group-vertical>.btn-group>button,
.btn-order .btn-group-vertical>.btn-group>input[type="button"],
.btn-order .btn-group-vertical>.btn-group>input[type="reset"],
.btn-order .btn-group-vertical>.btn-group>input[type="submit"],
.btn-order .btn-group-vertical>.toggle-view>button,
.btn-order .btn-group-vertical>.toggle-view>input[type="button"],
.btn-order .btn-group-vertical>.toggle-view>input[type="reset"],
.btn-order .btn-group-vertical>.toggle-view>input[type="submit"],
.btn-order .btn-group-vertical>button,
.btn-order .btn-group-vertical>input[type="button"],
.btn-order .btn-group-vertical>input[type="reset"],
.btn-order .btn-group-vertical>input[type="submit"] {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.active-filters__btn:after,
.btn-group-vertical>.active-filters__btn:before,
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.toggle-view:after,
.btn-group-vertical>.toggle-view:before {
    content: " ";
    display: table;
}

.btn-group-vertical>.active-filters__btn>.active-filters__btn-ico,
.btn-group-vertical>.active-filters__btn>.active-filters__btn-link,
.btn-group-vertical>.active-filters__btn>.btn,
.btn-group-vertical>.active-filters__btn>.btn-accent,
.btn-group-vertical>.active-filters__btn>.btn-inverse,
.btn-group-vertical>.active-filters__btn>.btn-white,
.btn-group-vertical>.active-filters__btn>.form-input__group-btn,
.btn-group-vertical>.active-filters__btn>.product-buy__btn,
.btn-group-vertical>.active-filters__btn>.toggle-view__button,
.btn-group-vertical>.active-filters__btn>.widget-primary__view-all,
.btn-group-vertical>.btn-group>.active-filters__btn-ico,
.btn-group-vertical>.btn-group>.active-filters__btn-link,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-accent,
.btn-group-vertical>.btn-group>.btn-inverse,
.btn-group-vertical>.btn-group>.btn-white,
.btn-group-vertical>.btn-group>.form-input__group-btn,
.btn-group-vertical>.btn-group>.product-buy__btn,
.btn-group-vertical>.btn-group>.toggle-view__button,
.btn-group-vertical>.btn-group>.widget-primary__view-all,
.btn-group-vertical>.toggle-view>.active-filters__btn-ico,
.btn-group-vertical>.toggle-view>.active-filters__btn-link,
.btn-group-vertical>.toggle-view>.btn,
.btn-group-vertical>.toggle-view>.btn-accent,
.btn-group-vertical>.toggle-view>.btn-inverse,
.btn-group-vertical>.toggle-view>.btn-white,
.btn-group-vertical>.toggle-view>.form-input__group-btn,
.btn-group-vertical>.toggle-view>.product-buy__btn,
.btn-group-vertical>.toggle-view>.toggle-view__button,
.btn-group-vertical>.toggle-view>.widget-primary__view-all,
.btn-order .btn-group-vertical>.active-filters__btn>button,
.btn-order .btn-group-vertical>.active-filters__btn>input[type="button"],
.btn-order .btn-group-vertical>.active-filters__btn>input[type="reset"],
.btn-order .btn-group-vertical>.active-filters__btn>input[type="submit"],
.btn-order .btn-group-vertical>.btn-group>button,
.btn-order .btn-group-vertical>.btn-group>input[type="button"],
.btn-order .btn-group-vertical>.btn-group>input[type="reset"],
.btn-order .btn-group-vertical>.btn-group>input[type="submit"],
.btn-order .btn-group-vertical>.toggle-view>button,
.btn-order .btn-group-vertical>.toggle-view>input[type="button"],
.btn-order .btn-group-vertical>.toggle-view>input[type="reset"],
.btn-order .btn-group-vertical>.toggle-view>input[type="submit"] {
    float: none;
}

.btn-group-vertical>.active-filters__btn-ico:first-child:not(:last-child),
.btn-group-vertical>.active-filters__btn-link:first-child:not(:last-child),
.btn-group-vertical>.btn-accent:first-child:not(:last-child),
.btn-group-vertical>.btn-inverse:first-child:not(:last-child),
.btn-group-vertical>.btn-white:first-child:not(:last-child),
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.form-input__group-btn:first-child:not(:last-child),
.btn-group-vertical>.product-buy__btn:first-child:not(:last-child),
.btn-group-vertical>.toggle-view__button:first-child:not(:last-child),
.btn-group-vertical>.widget-primary__view-all:first-child:not(:last-child),
.btn-order .btn-group-vertical>button:first-child:not(:last-child),
.btn-order .btn-group-vertical>input[type="button"]:first-child:not(:last-child),
.btn-order .btn-group-vertical>input[type="reset"]:first-child:not(:last-child),
.btn-order .btn-group-vertical>input[type="submit"]:first-child:not(:last-child) {
    border-radius: 2px 2px 0 0;
}

.btn-group-vertical>.active-filters__btn-ico:last-child:not(:first-child),
.btn-group-vertical>.active-filters__btn-link:last-child:not(:first-child),
.btn-group-vertical>.btn-accent:last-child:not(:first-child),
.btn-group-vertical>.btn-inverse:last-child:not(:first-child),
.btn-group-vertical>.btn-white:last-child:not(:first-child),
.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.form-input__group-btn:last-child:not(:first-child),
.btn-group-vertical>.product-buy__btn:last-child:not(:first-child),
.btn-group-vertical>.toggle-view__button:last-child:not(:first-child),
.btn-group-vertical>.widget-primary__view-all:last-child:not(:first-child),
.btn-order .btn-group-vertical>button:last-child:not(:first-child),
.btn-order .btn-group-vertical>input[type="button"]:last-child:not(:first-child),
.btn-order .btn-group-vertical>input[type="reset"]:last-child:not(:first-child),
.btn-order .btn-group-vertical>input[type="submit"]:last-child:not(:first-child) {
    border-radius: 0 0 2px 2px;
}

.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.active-filters__btn-link,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.btn-accent,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.btn-inverse,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.btn-white,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.form-input__group-btn,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.product-buy__btn,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.toggle-view__button,
.btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>.widget-primary__view-all,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.active-filters__btn-link,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-accent,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-inverse,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-white,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.form-input__group-btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.product-buy__btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.toggle-view__button,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.widget-primary__view-all,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-ico,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.active-filters__btn-link,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.btn-accent,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.btn-inverse,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.btn-white,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.form-input__group-btn,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.product-buy__btn,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.toggle-view__button,
.btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>.widget-primary__view-all,
.btn-order .btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>button,
.btn-order .btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .btn-group-vertical>.active-filters__btn:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>button,
.btn-order .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type="submit"],
.btn-order .btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>button,
.btn-order .btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>input[type="button"],
.btn-order .btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>input[type="reset"],
.btn-order .btn-group-vertical>.toggle-view:not(:first-child):not(:last-child)>input[type="submit"],
.filter__range-field .filter__range-control:not(:first-child):not(:last-child),
.filter__range-field .form-control:not(:first-child):not(:last-child),
.filter__range-field .form-input__control:not(:first-child):not(:last-child),
.filter__range-field .form__select:not(:first-child):not(:last-child),
.filter__range-field .variants-select__field:not(:first-child):not(:last-child),
.filter__range-label:not(:first-child):not(:last-child),
.form-input__group .filter__range-control:not(:first-child):not(:last-child),
.form-input__group .form-control:not(:first-child):not(:last-child),
.form-input__group .form-input__control:not(:first-child):not(:last-child),
.form-input__group .form__select:not(:first-child):not(:last-child),
.form-input__group .variants-select__field:not(:first-child):not(:last-child),
.form-input__group-item:not(:first-child):not(:last-child),
.input-group .filter__range-control:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-input__control:not(:first-child):not(:last-child),
.input-group .form__select:not(:first-child):not(:last-child),
.input-group .variants-select__field:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.active-filters__btn-ico:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.active-filters__btn-link:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.btn-accent:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.btn-inverse:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.btn-white:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.form-input__group-btn:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.product-buy__btn:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.toggle-view__button:last-child,
.btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>.widget-primary__view-all:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.active-filters__btn-ico:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.active-filters__btn-link:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-accent:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-inverse:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-white:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.form-input__group-btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.product-buy__btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.toggle-view__button:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.widget-primary__view-all:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.active-filters__btn-ico:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.active-filters__btn-link:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.btn-accent:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.btn-inverse:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.btn-white:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.form-input__group-btn:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.product-buy__btn:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.toggle-view__button:last-child,
.btn-group-vertical>.toggle-view:first-child:not(:last-child)>.widget-primary__view-all:last-child,
.btn-order .btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>button:last-child,
.btn-order .btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>input[type="button"]:last-child,
.btn-order .btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>input[type="reset"]:last-child,
.btn-order .btn-group-vertical>.active-filters__btn:first-child:not(:last-child)>input[type="submit"]:last-child,
.btn-order .btn-group-vertical>.btn-group:first-child:not(:last-child)>button:last-child,
.btn-order .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type="button"]:last-child,
.btn-order .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type="reset"]:last-child,
.btn-order .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type="submit"]:last-child,
.btn-order .btn-group-vertical>.toggle-view:first-child:not(:last-child)>button:last-child,
.btn-order .btn-group-vertical>.toggle-view:first-child:not(:last-child)>input[type="button"]:last-child,
.btn-order .btn-group-vertical>.toggle-view:first-child:not(:last-child)>input[type="reset"]:last-child,
.btn-order .btn-group-vertical>.toggle-view:first-child:not(:last-child)>input[type="submit"]:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.active-filters__btn-ico:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.active-filters__btn-link:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.btn-accent:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.btn-inverse:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.btn-white:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.form-input__group-btn:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.product-buy__btn:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.toggle-view__button:first-child,
.btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>.widget-primary__view-all:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.active-filters__btn-ico:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.active-filters__btn-link:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-accent:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-inverse:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-white:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.form-input__group-btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.product-buy__btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.toggle-view__button:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.widget-primary__view-all:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.active-filters__btn-ico:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.active-filters__btn-link:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.btn-accent:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.btn-inverse:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.btn-white:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.form-input__group-btn:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.product-buy__btn:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.toggle-view__button:first-child,
.btn-group-vertical>.toggle-view:last-child:not(:first-child)>.widget-primary__view-all:first-child,
.btn-order .btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>button:first-child,
.btn-order .btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>input[type="button"]:first-child,
.btn-order .btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>input[type="reset"]:first-child,
.btn-order .btn-group-vertical>.active-filters__btn:last-child:not(:first-child)>input[type="submit"]:first-child,
.btn-order .btn-group-vertical>.btn-group:last-child:not(:first-child)>button:first-child,
.btn-order .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type="button"]:first-child,
.btn-order .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type="reset"]:first-child,
.btn-order .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type="submit"]:first-child,
.btn-order .btn-group-vertical>.toggle-view:last-child:not(:first-child)>button:first-child,
.btn-order .btn-group-vertical>.toggle-view:last-child:not(:first-child)>input[type="button"]:first-child,
.btn-order .btn-group-vertical>.toggle-view:last-child:not(:first-child)>input[type="reset"]:first-child,
.btn-order .btn-group-vertical>.toggle-view:last-child:not(:first-child)>input[type="submit"]:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.active-filters__btn,
.btn-group-justified>.active-filters__btn-ico,
.btn-group-justified>.active-filters__btn-link,
.btn-group-justified>.btn,
.btn-group-justified>.btn-accent,
.btn-group-justified>.btn-group,
.btn-group-justified>.btn-inverse,
.btn-group-justified>.btn-white,
.btn-group-justified>.form-input__group-btn,
.btn-group-justified>.product-buy__btn,
.btn-group-justified>.toggle-view,
.btn-group-justified>.toggle-view__button,
.btn-group-justified>.widget-primary__view-all,
.btn-order .btn-group-justified>button,
.btn-order .btn-group-justified>input[type="button"],
.btn-order .btn-group-justified>input[type="reset"],
.btn-order .btn-group-justified>input[type="submit"] {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.active-filters__btn .active-filters__btn-ico,
.btn-group-justified>.active-filters__btn .active-filters__btn-link,
.btn-group-justified>.active-filters__btn .btn,
.btn-group-justified>.active-filters__btn .btn-accent,
.btn-group-justified>.active-filters__btn .btn-inverse,
.btn-group-justified>.active-filters__btn .btn-order button,
.btn-group-justified>.active-filters__btn .btn-order input[type="button"],
.btn-group-justified>.active-filters__btn .btn-order input[type="reset"],
.btn-group-justified>.active-filters__btn .btn-order input[type="submit"],
.btn-group-justified>.active-filters__btn .btn-white,
.btn-group-justified>.active-filters__btn .form-input__group-btn,
.btn-group-justified>.active-filters__btn .product-buy__btn,
.btn-group-justified>.active-filters__btn .toggle-view__button,
.btn-group-justified>.active-filters__btn .widget-primary__view-all,
.btn-group-justified>.btn-group .active-filters__btn-ico,
.btn-group-justified>.btn-group .active-filters__btn-link,
.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .btn-accent,
.btn-group-justified>.btn-group .btn-inverse,
.btn-group-justified>.btn-group .btn-order button,
.btn-group-justified>.btn-group .btn-order input[type="button"],
.btn-group-justified>.btn-group .btn-order input[type="reset"],
.btn-group-justified>.btn-group .btn-order input[type="submit"],
.btn-group-justified>.btn-group .btn-white,
.btn-group-justified>.btn-group .form-input__group-btn,
.btn-group-justified>.btn-group .product-buy__btn,
.btn-group-justified>.btn-group .toggle-view__button,
.btn-group-justified>.btn-group .widget-primary__view-all,
.btn-group-justified>.toggle-view .active-filters__btn-ico,
.btn-group-justified>.toggle-view .active-filters__btn-link,
.btn-group-justified>.toggle-view .btn,
.btn-group-justified>.toggle-view .btn-accent,
.btn-group-justified>.toggle-view .btn-inverse,
.btn-group-justified>.toggle-view .btn-order button,
.btn-group-justified>.toggle-view .btn-order input[type="button"],
.btn-group-justified>.toggle-view .btn-order input[type="reset"],
.btn-group-justified>.toggle-view .btn-order input[type="submit"],
.btn-group-justified>.toggle-view .btn-white,
.btn-group-justified>.toggle-view .form-input__group-btn,
.btn-group-justified>.toggle-view .product-buy__btn,
.btn-group-justified>.toggle-view .toggle-view__button,
.btn-group-justified>.toggle-view .widget-primary__view-all,
.btn-order .btn-group-justified>.active-filters__btn button,
.btn-order .btn-group-justified>.active-filters__btn input[type="button"],
.btn-order .btn-group-justified>.active-filters__btn input[type="reset"],
.btn-order .btn-group-justified>.active-filters__btn input[type="submit"],
.btn-order .btn-group-justified>.btn-group button,
.btn-order .btn-group-justified>.btn-group input[type="button"],
.btn-order .btn-group-justified>.btn-group input[type="reset"],
.btn-order .btn-group-justified>.btn-group input[type="submit"],
.btn-order .btn-group-justified>.toggle-view button,
.btn-order .btn-group-justified>.toggle-view input[type="button"],
.btn-order .btn-group-justified>.toggle-view input[type="reset"],
.btn-order .btn-group-justified>.toggle-view input[type="submit"] {
    width: 100%;
}

.btn-group-justified>.active-filters__btn .dropdown-menu,
.btn-group-justified>.btn-group .dropdown-menu,
.btn-group-justified>.toggle-view .dropdown-menu {
    left: auto;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%;
}

.btn-order [data-toggle="buttons"]>.active-filters__btn>button input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.active-filters__btn>button input[type="radio"],
.btn-order [data-toggle="buttons"]>.active-filters__btn>input[type="button"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.active-filters__btn>input[type="button"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.active-filters__btn>input[type="reset"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.active-filters__btn>input[type="reset"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.active-filters__btn>input[type="submit"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.active-filters__btn>input[type="submit"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.btn-group>button input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.btn-group>button input[type="radio"],
.btn-order [data-toggle="buttons"]>.btn-group>input[type="button"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.btn-group>input[type="button"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.btn-group>input[type="reset"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.btn-group>input[type="reset"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.btn-group>input[type="submit"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.btn-group>input[type="submit"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.toggle-view>button input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.toggle-view>button input[type="radio"],
.btn-order [data-toggle="buttons"]>.toggle-view>input[type="button"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.toggle-view>input[type="button"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.toggle-view>input[type="reset"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.toggle-view>input[type="reset"] input[type="radio"],
.btn-order [data-toggle="buttons"]>.toggle-view>input[type="submit"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>.toggle-view>input[type="submit"] input[type="radio"],
.btn-order [data-toggle="buttons"]>button input[type="checkbox"],
.btn-order [data-toggle="buttons"]>button input[type="radio"],
.btn-order [data-toggle="buttons"]>input[type="button"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>input[type="button"] input[type="radio"],
.btn-order [data-toggle="buttons"]>input[type="reset"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>input[type="reset"] input[type="radio"],
.btn-order [data-toggle="buttons"]>input[type="submit"] input[type="checkbox"],
.btn-order [data-toggle="buttons"]>input[type="submit"] input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn-ico input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn-ico input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn-link input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn-link input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.active-filters__btn-ico input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.active-filters__btn-ico input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.active-filters__btn-link input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.active-filters__btn-link input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.btn input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.btn input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.btn-accent input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.btn-accent input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.btn-inverse input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.btn-inverse input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.btn-white input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.btn-white input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.form-input__group-btn input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.form-input__group-btn input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.product-buy__btn input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.product-buy__btn input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.toggle-view__button input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.toggle-view__button input[type="radio"],
[data-toggle="buttons"]>.active-filters__btn>.widget-primary__view-all input[type="checkbox"],
[data-toggle="buttons"]>.active-filters__btn>.widget-primary__view-all input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-accent input[type="checkbox"],
[data-toggle="buttons"]>.btn-accent input[type="radio"],
[data-toggle="buttons"]>.btn-group>.active-filters__btn-ico input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.active-filters__btn-ico input[type="radio"],
[data-toggle="buttons"]>.btn-group>.active-filters__btn-link input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.active-filters__btn-link input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn-accent input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn-accent input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn-inverse input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn-inverse input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn-white input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn-white input[type="radio"],
[data-toggle="buttons"]>.btn-group>.form-input__group-btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.form-input__group-btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.product-buy__btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.product-buy__btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.toggle-view__button input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.toggle-view__button input[type="radio"],
[data-toggle="buttons"]>.btn-group>.widget-primary__view-all input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.widget-primary__view-all input[type="radio"],
[data-toggle="buttons"]>.btn-inverse input[type="checkbox"],
[data-toggle="buttons"]>.btn-inverse input[type="radio"],
[data-toggle="buttons"]>.btn-white input[type="checkbox"],
[data-toggle="buttons"]>.btn-white input[type="radio"],
[data-toggle="buttons"]>.form-input__group-btn input[type="checkbox"],
[data-toggle="buttons"]>.form-input__group-btn input[type="radio"],
[data-toggle="buttons"]>.product-buy__btn input[type="checkbox"],
[data-toggle="buttons"]>.product-buy__btn input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.active-filters__btn-ico input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.active-filters__btn-ico input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.active-filters__btn-link input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.active-filters__btn-link input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.btn input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.btn input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.btn-accent input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.btn-accent input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.btn-inverse input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.btn-inverse input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.btn-white input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.btn-white input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.form-input__group-btn input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.form-input__group-btn input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.product-buy__btn input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.product-buy__btn input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.toggle-view__button input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.toggle-view__button input[type="radio"],
[data-toggle="buttons"]>.toggle-view>.widget-primary__view-all input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view>.widget-primary__view-all input[type="radio"],
[data-toggle="buttons"]>.toggle-view__button input[type="checkbox"],
[data-toggle="buttons"]>.toggle-view__button input[type="radio"],
[data-toggle="buttons"]>.widget-primary__view-all input[type="checkbox"],
[data-toggle="buttons"]>.widget-primary__view-all input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.filter__range-field,
.form-input__group,
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"],
[class*="col-"].filter__range-field,
[class*="col-"].form-input__group {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.filter__range-field .filter__range-control,
.filter__range-field .form-control,
.filter__range-field .form-input__control,
.filter__range-field .form__select,
.filter__range-field .variants-select__field,
.form-input__group .filter__range-control,
.form-input__group .form-control,
.form-input__group .form-input__control,
.form-input__group .form__select,
.form-input__group .variants-select__field,
.input-group .filter__range-control,
.input-group .form-control,
.input-group .form-input__control,
.input-group .form__select,
.input-group .variants-select__field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.filter__range-field .filter__range-control:focus,
.filter__range-field .form-control:focus,
.filter__range-field .form-input__control:focus,
.filter__range-field .form__select:focus,
.filter__range-field .variants-select__field:focus,
.form-input__group .filter__range-control:focus,
.form-input__group .form-control:focus,
.form-input__group .form-input__control:focus,
.form-input__group .form__select:focus,
.form-input__group .variants-select__field:focus,
.input-group .filter__range-control:focus,
.input-group .form-control:focus,
.input-group .form-input__control:focus,
.input-group .form__select:focus,
.input-group .variants-select__field:focus {
    z-index: 3;
}

.filter__range-field .filter__range-control,
.filter__range-field .form-control,
.filter__range-field .form-input__control,
.filter__range-field .form__select,
.filter__range-field .variants-select__field,
.filter__range-label,
.form-input__group .filter__range-control,
.form-input__group .form-control,
.form-input__group .form-input__control,
.form-input__group .form__select,
.form-input__group .variants-select__field,
.form-input__group-item,
.input-group .filter__range-control,
.input-group .form-control,
.input-group .form-input__control,
.input-group .form__select,
.input-group .variants-select__field,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.filter__range-label,
.form-input__group-item,
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.filter__range-label,
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f8f8f8;
    border: #eaeaea solid 1px;
    border-radius: 2px;
}

.btn-order .input-group-sm>.form-input__group-item>button.filter__range-label,
.btn-order .input-group-sm>.form-input__group-item>button.input-group-addon,
.btn-order .input-group-sm>.form-input__group-item>input.input-group-addon[type="button"],
.btn-order .input-group-sm>.form-input__group-item>input.input-group-addon[type="reset"],
.btn-order .input-group-sm>.form-input__group-item>input.input-group-addon[type="submit"],
.btn-order .input-group-sm>.form-input__group-item>input[type="button"].filter__range-label,
.btn-order .input-group-sm>.form-input__group-item>input[type="reset"].filter__range-label,
.btn-order .input-group-sm>.form-input__group-item>input[type="submit"].filter__range-label,
.btn-order .input-group-sm>.input-group-btn>button.filter__range-label,
.btn-order .input-group-sm>.input-group-btn>button.input-group-addon,
.btn-order .input-group-sm>.input-group-btn>input.input-group-addon[type="button"],
.btn-order .input-group-sm>.input-group-btn>input.input-group-addon[type="reset"],
.btn-order .input-group-sm>.input-group-btn>input.input-group-addon[type="submit"],
.btn-order .input-group-sm>.input-group-btn>input[type="button"].filter__range-label,
.btn-order .input-group-sm>.input-group-btn>input[type="reset"].filter__range-label,
.btn-order .input-group-sm>.input-group-btn>input[type="submit"].filter__range-label,
.form-input__control--sm.filter__range-label,
.input-group-addon.form-input__control--sm,
.input-group-addon.input-sm,
.input-group-sm>.filter__range-label,
.input-group-sm>.form-input__group-item>.btn-accent.filter__range-label,
.input-group-sm>.form-input__group-item>.btn-inverse.filter__range-label,
.input-group-sm>.form-input__group-item>.btn-white.filter__range-label,
.input-group-sm>.form-input__group-item>.btn.filter__range-label,
.input-group-sm>.form-input__group-item>.filter__range-label.active-filters__btn-ico,
.input-group-sm>.form-input__group-item>.filter__range-label.active-filters__btn-link,
.input-group-sm>.form-input__group-item>.filter__range-label.product-buy__btn,
.input-group-sm>.form-input__group-item>.form-input__group-btn.filter__range-label,
.input-group-sm>.form-input__group-item>.input-group-addon.active-filters__btn-ico,
.input-group-sm>.form-input__group-item>.input-group-addon.active-filters__btn-link,
.input-group-sm>.form-input__group-item>.input-group-addon.btn,
.input-group-sm>.form-input__group-item>.input-group-addon.btn-accent,
.input-group-sm>.form-input__group-item>.input-group-addon.btn-inverse,
.input-group-sm>.form-input__group-item>.input-group-addon.btn-white,
.input-group-sm>.form-input__group-item>.input-group-addon.form-input__group-btn,
.input-group-sm>.form-input__group-item>.input-group-addon.product-buy__btn,
.input-group-sm>.form-input__group-item>.input-group-addon.toggle-view__button,
.input-group-sm>.form-input__group-item>.input-group-addon.widget-primary__view-all,
.input-group-sm>.form-input__group-item>.toggle-view__button.filter__range-label,
.input-group-sm>.form-input__group-item>.widget-primary__view-all.filter__range-label,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn-accent.filter__range-label,
.input-group-sm>.input-group-btn>.btn-inverse.filter__range-label,
.input-group-sm>.input-group-btn>.btn-white.filter__range-label,
.input-group-sm>.input-group-btn>.btn.filter__range-label,
.input-group-sm>.input-group-btn>.filter__range-label.active-filters__btn-ico,
.input-group-sm>.input-group-btn>.filter__range-label.active-filters__btn-link,
.input-group-sm>.input-group-btn>.filter__range-label.product-buy__btn,
.input-group-sm>.input-group-btn>.form-input__group-btn.filter__range-label,
.input-group-sm>.input-group-btn>.input-group-addon.active-filters__btn-ico,
.input-group-sm>.input-group-btn>.input-group-addon.active-filters__btn-link,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon.btn-accent,
.input-group-sm>.input-group-btn>.input-group-addon.btn-inverse,
.input-group-sm>.input-group-btn>.input-group-addon.btn-white,
.input-group-sm>.input-group-btn>.input-group-addon.form-input__group-btn,
.input-group-sm>.input-group-btn>.input-group-addon.product-buy__btn,
.input-group-sm>.input-group-btn>.input-group-addon.toggle-view__button,
.input-group-sm>.input-group-btn>.input-group-addon.widget-primary__view-all,
.input-group-sm>.input-group-btn>.toggle-view__button.filter__range-label,
.input-group-sm>.input-group-btn>.widget-primary__view-all.filter__range-label,
.input-sm.filter__range-label {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}

.filter__range-label input[type="checkbox"],
.filter__range-label input[type="radio"],
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}

.filter__range-label:first-child,
.input-group-addon:first-child {
    border-right: 0;
}

.form-input__group-item,
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.btn-order .form-input__group-item>button,
.btn-order .form-input__group-item>input[type="button"],
.btn-order .form-input__group-item>input[type="reset"],
.btn-order .form-input__group-item>input[type="submit"],
.btn-order .input-group-btn>button,
.btn-order .input-group-btn>input[type="button"],
.btn-order .input-group-btn>input[type="reset"],
.btn-order .input-group-btn>input[type="submit"],
.form-input__group-item>.active-filters__btn-ico,
.form-input__group-item>.active-filters__btn-link,
.form-input__group-item>.btn,
.form-input__group-item>.btn-accent,
.form-input__group-item>.btn-inverse,
.form-input__group-item>.btn-white,
.form-input__group-item>.form-input__group-btn,
.form-input__group-item>.product-buy__btn,
.form-input__group-item>.toggle-view__button,
.form-input__group-item>.widget-primary__view-all,
.input-group-btn>.active-filters__btn-ico,
.input-group-btn>.active-filters__btn-link,
.input-group-btn>.btn,
.input-group-btn>.btn-accent,
.input-group-btn>.btn-inverse,
.input-group-btn>.btn-white,
.input-group-btn>.form-input__group-btn,
.input-group-btn>.product-buy__btn,
.input-group-btn>.toggle-view__button,
.input-group-btn>.widget-primary__view-all {
    position: relative;
}

.affix,
.mfp-bg,
.mfp-wrap {
    position: fixed;
}

.btn-order .form-input__group-item>button:active,
.btn-order .form-input__group-item>button:focus,
.btn-order .form-input__group-item>button:hover,
.btn-order .form-input__group-item>input[type="button"]:active,
.btn-order .form-input__group-item>input[type="button"]:focus,
.btn-order .form-input__group-item>input[type="button"]:hover,
.btn-order .form-input__group-item>input[type="reset"]:active,
.btn-order .form-input__group-item>input[type="reset"]:focus,
.btn-order .form-input__group-item>input[type="reset"]:hover,
.btn-order .form-input__group-item>input[type="submit"]:active,
.btn-order .form-input__group-item>input[type="submit"]:focus,
.btn-order .form-input__group-item>input[type="submit"]:hover,
.btn-order .input-group-btn>button:active,
.btn-order .input-group-btn>button:focus,
.btn-order .input-group-btn>button:hover,
.btn-order .input-group-btn>input[type="button"]:active,
.btn-order .input-group-btn>input[type="button"]:focus,
.btn-order .input-group-btn>input[type="button"]:hover,
.btn-order .input-group-btn>input[type="reset"]:active,
.btn-order .input-group-btn>input[type="reset"]:focus,
.btn-order .input-group-btn>input[type="reset"]:hover,
.btn-order .input-group-btn>input[type="submit"]:active,
.btn-order .input-group-btn>input[type="submit"]:focus,
.btn-order .input-group-btn>input[type="submit"]:hover,
.form-input__group-item>.active-filters__btn-ico:active,
.form-input__group-item>.active-filters__btn-ico:focus,
.form-input__group-item>.active-filters__btn-ico:hover,
.form-input__group-item>.active-filters__btn-link:active,
.form-input__group-item>.active-filters__btn-link:focus,
.form-input__group-item>.active-filters__btn-link:hover,
.form-input__group-item>.btn-accent:active,
.form-input__group-item>.btn-accent:focus,
.form-input__group-item>.btn-accent:hover,
.form-input__group-item>.btn-inverse:active,
.form-input__group-item>.btn-inverse:focus,
.form-input__group-item>.btn-inverse:hover,
.form-input__group-item>.btn-white:active,
.form-input__group-item>.btn-white:focus,
.form-input__group-item>.btn-white:hover,
.form-input__group-item>.btn:active,
.form-input__group-item>.btn:focus,
.form-input__group-item>.btn:hover,
.form-input__group-item>.form-input__group-btn:active,
.form-input__group-item>.form-input__group-btn:focus,
.form-input__group-item>.form-input__group-btn:hover,
.form-input__group-item>.product-buy__btn:active,
.form-input__group-item>.product-buy__btn:focus,
.form-input__group-item>.product-buy__btn:hover,
.form-input__group-item>.toggle-view__button:active,
.form-input__group-item>.toggle-view__button:focus,
.form-input__group-item>.toggle-view__button:hover,
.form-input__group-item>.widget-primary__view-all:active,
.form-input__group-item>.widget-primary__view-all:focus,
.form-input__group-item>.widget-primary__view-all:hover,
.input-group-btn>.active-filters__btn-ico:active,
.input-group-btn>.active-filters__btn-ico:focus,
.input-group-btn>.active-filters__btn-ico:hover,
.input-group-btn>.active-filters__btn-link:active,
.input-group-btn>.active-filters__btn-link:focus,
.input-group-btn>.active-filters__btn-link:hover,
.input-group-btn>.btn-accent:active,
.input-group-btn>.btn-accent:focus,
.input-group-btn>.btn-accent:hover,
.input-group-btn>.btn-inverse:active,
.input-group-btn>.btn-inverse:focus,
.input-group-btn>.btn-inverse:hover,
.input-group-btn>.btn-white:active,
.input-group-btn>.btn-white:focus,
.input-group-btn>.btn-white:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.input-group-btn>.form-input__group-btn:active,
.input-group-btn>.form-input__group-btn:focus,
.input-group-btn>.form-input__group-btn:hover,
.input-group-btn>.product-buy__btn:active,
.input-group-btn>.product-buy__btn:focus,
.input-group-btn>.product-buy__btn:hover,
.input-group-btn>.toggle-view__button:active,
.input-group-btn>.toggle-view__button:focus,
.input-group-btn>.toggle-view__button:hover,
.input-group-btn>.widget-primary__view-all:active,
.input-group-btn>.widget-primary__view-all:focus,
.input-group-btn>.widget-primary__view-all:hover {
    z-index: 2;
}

.btn-order .form-input__group-item:first-child>button,
.btn-order .form-input__group-item:first-child>input[type="button"],
.btn-order .form-input__group-item:first-child>input[type="reset"],
.btn-order .form-input__group-item:first-child>input[type="submit"],
.btn-order .input-group-btn:first-child>button,
.btn-order .input-group-btn:first-child>input[type="button"],
.btn-order .input-group-btn:first-child>input[type="reset"],
.btn-order .input-group-btn:first-child>input[type="submit"],
.form-input__group-item:first-child>.active-filters__btn,
.form-input__group-item:first-child>.active-filters__btn-ico,
.form-input__group-item:first-child>.active-filters__btn-link,
.form-input__group-item:first-child>.btn,
.form-input__group-item:first-child>.btn-accent,
.form-input__group-item:first-child>.btn-group,
.form-input__group-item:first-child>.btn-inverse,
.form-input__group-item:first-child>.btn-white,
.form-input__group-item:first-child>.form-input__group-btn,
.form-input__group-item:first-child>.product-buy__btn,
.form-input__group-item:first-child>.toggle-view,
.form-input__group-item:first-child>.toggle-view__button,
.form-input__group-item:first-child>.widget-primary__view-all,
.input-group-btn:first-child>.active-filters__btn,
.input-group-btn:first-child>.active-filters__btn-ico,
.input-group-btn:first-child>.active-filters__btn-link,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-accent,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.btn-inverse,
.input-group-btn:first-child>.btn-white,
.input-group-btn:first-child>.form-input__group-btn,
.input-group-btn:first-child>.product-buy__btn,
.input-group-btn:first-child>.toggle-view,
.input-group-btn:first-child>.toggle-view__button,
.input-group-btn:first-child>.widget-primary__view-all {
    margin-right: -1px;
}

.btn-order .form-input__group-item:last-child>button,
.btn-order .form-input__group-item:last-child>input[type="button"],
.btn-order .form-input__group-item:last-child>input[type="reset"],
.btn-order .form-input__group-item:last-child>input[type="submit"],
.btn-order .input-group-btn:last-child>button,
.btn-order .input-group-btn:last-child>input[type="button"],
.btn-order .input-group-btn:last-child>input[type="reset"],
.btn-order .input-group-btn:last-child>input[type="submit"],
.form-input__group-item:last-child>.active-filters__btn,
.form-input__group-item:last-child>.active-filters__btn-ico,
.form-input__group-item:last-child>.active-filters__btn-link,
.form-input__group-item:last-child>.btn,
.form-input__group-item:last-child>.btn-accent,
.form-input__group-item:last-child>.btn-group,
.form-input__group-item:last-child>.btn-inverse,
.form-input__group-item:last-child>.btn-white,
.form-input__group-item:last-child>.form-input__group-btn,
.form-input__group-item:last-child>.product-buy__btn,
.form-input__group-item:last-child>.toggle-view,
.form-input__group-item:last-child>.toggle-view__button,
.form-input__group-item:last-child>.widget-primary__view-all,
.input-group-btn:last-child>.active-filters__btn,
.input-group-btn:last-child>.active-filters__btn-ico,
.input-group-btn:last-child>.active-filters__btn-link,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-accent,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>.btn-inverse,
.input-group-btn:last-child>.btn-white,
.input-group-btn:last-child>.form-input__group-btn,
.input-group-btn:last-child>.product-buy__btn,
.input-group-btn:last-child>.toggle-view,
.input-group-btn:last-child>.toggle-view__button,
.input-group-btn:last-child>.widget-primary__view-all {
    z-index: 2;
    margin-left: -1px;
    padding: 10px;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.footer__sidebar::before,
.mfp-container:before,
.mfp-figure:after {
    content: '';
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.accordion-tabs__link,
.content__hinfo-number,
.footer__title,
.frame-content__title--sm,
.modal__header-title,
.sidebar-nav__title,
.site-info__item--phone,
.typo b,
.typo dt,
.typo strong {
    font-weight: 700;
}

.mfp-bg {
    width: 100%;
    z-index: 1042;
    overflow: hidden;
}

.mfp-wrap {
    width: 100%;
    z-index: 1043;
    outline: 0 !important;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    top: 50%;
    width: auto;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: 0.64999997615814208984375;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
    line-height: 0;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.64999997615814208984375;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: transparent inset;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.699999988079071044921875;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-image-holder .mfp-content,
.svg-icon,
img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    overflow-wrap: break-word;
    padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.ico-flag--en,
.ico-flag--ru,
.ico-flag--ua {
    background-image: url(../_img/sprite.png);
    width: 16px;
    height: 16px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

html {
    font-size: 14px;
}


body {
    font-family: Arial, sans-serif;
    font-family: "Onest", sans-serif;
    color: #000;
    line-height: 1.3;
    background-color: #fff;
    overflow-x: hidden;
}

.ico-flag {
    display: inline-block;
}

.ico-flag--ru {
    background-position: 0 0;
}

.ico-flag--en {
    background-position: 0 -16px;
}

.ico-flag--ua {
    background-position: -16px 0;
}

.ico-mobile {
    color: #fff;
    width: 20px;
    height: 20px;
}

.svg-icon {
    max-height: 100%;
    fill: currentColor;
}

.content__container,
.header__container,
.page__container,
.page__mainframe {
    max-width: 1600px;
    margin-top: -24px;
}

.svg-icon--flip-vertical {
    transform: scaleY(-1);
}

.svg-icon--flip-horizontal {
    transform: scaleX(-1);
}

.svg-icon--caret {
    width: 0.5714285714rem;
    height: 0.5714285714rem;
}

.svg-icon--angle {
    width: 1.2857142857rem;
    height: 2.8571428571rem;
}

.svg-icon--in-btn {
    width: 1rem;
    height: 1rem;
}

.svg-icon--in-big-btn {
    width: 1.2857142857rem;
    height: 1.2857142857rem;
}

.svg-icon--spinner {
    animation: spinner 1s linear;
}

.svg-icon--star {
    stroke: inherit;
    stroke-width: 40;
}

.svg-icon--small-angle {
    width: 0.5714285714rem;
    height: 0.5714285714rem;
}

.page__mobile {
    position: fixed;
    width: 85%;
    height: 100%;
    top: 0;
    left: -85%;
    z-index: 101;
    background: #013a6d;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.3s;
}

.page__mobile--js-open {
    transform: translateX(100%);
}

.page__overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fade 0.5s;
}

.page__body {
    transition: transform 0.3s;
}

.page__body--js-pushed {
    transform: translateX(250px);
    height: 100vh;
    overflow: hidden;
}

.page__navbar {
    background-color: #f8f8f8;
}

.page__breadcrumbs {
    padding-bottom: 10px;
    margin-top: 30px;
}

.page__benefits {
    background: #fafafa;
    border-top: 1px solid #eaeaea;
    padding: 20px 0;
}

.page__viewed {
    margin-top: 10px;
    margin-bottom: 30px;
}

.widget-sidebar__header3 {
    text-align: center;
    padding: 20px;
}

.widget-sidebar__item3 button {
    width: 155px;
}

.widget-sidebar__item3 {
    margin-bottom: 20px;
}

.page__footer {
    position: relative;
    background:#072c5b;
    width: 100%;
    float: left;
}

.page__footer .page__container {
    margin-top: 0px !important
}

.page__basement {
    padding-bottom: 20px;
}

.content {
    padding-top: 25px;
    padding-bottom: 45px;
}

.content__flex-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.content__sidebar {
    width: 100%;
    flex-shrink: 0;
}

.content__sidebar-item {
    padding-bottom: 10px;
}

.content__header-item,
.content__main-banner {
    padding-bottom: 15px;
    line-height: 24px;
}

.content__body {
    flex-basis: calc(100% - 300px);
    flex-grow: 1;
    max-width: 100%;
}

.content__header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.content__title {
    display: inline-block;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    border-radius: 10px;
    margin-top: 10px;
}

.content__quote {
    color: #999;
}

.content__hinfo {
    display: inline-block;
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px dashed #eaeaea;
}

.content__row {
    padding-bottom: 45px;
}

.content__row:last-child {
    padding-bottom: 0;
}

.content__row--sm {
    padding-bottom: 20px;
}

.content__row--lg {
    padding-bottom: 65px;
}

.content__pagination {
    text-align: center;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    margin: 40px auto;
    width: max-content;
    margin-bottom: 20px;
}

.content__toolbar {
    padding-bottom: 20px;
}

.header {
    background: #002443;
    border-top: 32px solid #003a6d;
}

.header__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    padding-bottom: 13px;
    margin: 0px;
}

.header__center>*,
.header__row>* {
    margin: 0 5px;
}

.header__hamburger {
    text-align: left;
    flex-shrink: 0;
}

.col--align-center,
.offline {
    text-align: center;
}

.header__logo {
    max-width: 102px;
    font-size: 0;
}

.header__center {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.header__contacts,
.header__nav {
    flex-basis: 37%;
}

.header__delimiter {
    align-self: stretch;
    width: 1px;
    border-right: 1px dashed #c5c5c5;
}

.header__right {
    flex-shrink: 0;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    color:#a4b3c3;
}

.footer__sidebar {
    width: 100%;
    text-align: center;
    margin-right: 30px;
    padding: 30px 0px;
    flex-shrink: 0;
    font-size: 0.9em;
    color: #fff;
    margin-top: 25px;
    border-top: 6px dotted #1f4160;
}

.footer__sidebar::before {}

.footer__body,
.footer__sidebar-content {
    position: relative;
}

.footer__sidebar-item:not(:first-child) {}

.footer__sidebar-item--indent-lg:not(:first-child) {
    margin-top: 35px;
}

.footer__sidebar-item--color-secondary {
    color: #c8d5ff;
}

.footer__body {
    flex-grow: 1;
    padding: 30px 0;
}

.footer__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer__inner {
    font-size: 14px;
}

.footer__row {
    display: flex;
    margin: 0 -15px;
}

.footer__col {
    padding: 0 15px;
    width: 100% !important;
}

@media (max-width:767px) {
    .footer__col {
        display: flex;
        justify-content: center;
        max-width: 100% !important
    }
}

.footer__separator {
    width: 1px !important;
}

.footer__item {
    font-size: 0.9rem;
    margin-top: 10px;
}

.footer__link {
    color:#a8b6c5;
    text-decoration: none;
    font-size: 14px;
}

.footer__link:hover {
    color: #c8d5ff;
    text-decoration: none;
}

.navbar__item,
.navbar__link {
    position: relative;
    color: #fff;
}

.start-page {
    display: flex;
    margin-top: 24px;
    width: 100%;
}

.start-page__sidebar {
    width: 270px;
    flex-shrink: 0;
}

.start-page__sidebar-item:not(:last-child) {
    padding-bottom: 40px;
}

.start-page__content {
    padding-top: 30px;
    width: 100%;
}

.start-page__row {
    padding-bottom: 20px;
}

.start-page__row--lg {
    padding-bottom: 65px;
}

.navbar {
    display: flex;
    min-height: 50px;
}

.navbar__left {
    flex-basis: 135px;
    flex-shrink: 0;
    margin-right: 30px;
}

.navbar__center {
    padding: 8px 0;
    flex-grow: 1;
    align-self: center;
}

.navbar__item {
    display: flex;
    flex-shrink: 0;
}

.navbar__item:hover {}

.navbar__link {
    display: flex;
    align-items: center;
    padding: 0 35px 0 20px;
    text-decoration: none;
}

.navbar__link--empty {
    cursor: default;
}

.navbar__arrow {
    width: 11px;
    height: 11px;
    margin-top: -2px;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navbar__drop {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 12;
}

.navbar__drop--rtl {
    left: auto;
    right: 0;
}

.navbar__item:hover .navbar__drop {
    display: block;
}

.offline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

.offline__title {
    font-size: 4em;
    color: #000;
    margin-bottom: 0.3em;
    line-height: 1;
}

.offline__intro {
    font-size: 1.7em;
    margin-bottom: 0.3em;
}

.frame-content {
    font-size: 1rem;
}

.frame-content__header {
    padding: 1.1em 1.8em;
    margin-bottom: 1.2em;
    background: #f8f8f8;
}

.frame-content__header--sm {
    padding: 0.85em 1.4em;
    margin-bottom: 1em;
}

.frame-content__header-nav {
    display: inline-block;
    vertical-align: baseline;
    font-size: 0.9em;
}

.frame-content__header-nav:before {
    content: '/';
    padding: 0 10px;
}

.frame-content__header-link {
    color: #4d60a0;
    text-decoration: underline;
}

.frame-content__header-link:hover {
    color: #769c1f;
    text-decoration: underline;
}

.frame-content__title {
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.5em;
    line-height: 1;
    color: #000;
}

.frame-content__title--sm {
    font-size: 1em;
}

.frame-content__title-link {
    color: #000;
    text-decoration: none;
}

.typo a,
.typo a:hover,
.typo ins {
    text-decoration: underline;
}

.frame-content__title-link:hover {
    color: #000;
    text-decoration: underline;
}

.frame-content__row:not(:last-child) {
    margin-bottom: 20px;
}

.row--ib {
    font-size: 0;
}

.row--ib>[class*="col-"] {
    display: inline-block;
    font-size: 1rem;
    height: 420px !important;
    padding: 0px 15px;
}

.row--ib-mid [class*="col-"] {
    vertical-align: middle;
    margin-right: 3px;
    height: auto !important;
}

.row--ib-bot [class*="col-"] {
    vertical-align: bottom;
}

.row--scroll {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}

.row--scroll [class*="col-"] {
    white-space: normal;
}

.row--gutter-collapse {
    margin: 0;
}

.row--gutter-collapse>[class*="col-"] {
    padding: 0;
}

.col--spacer {
    padding-top: 20px;
}

.col--align-left {
    text-align: left;
}

.col--align-right {
    text-align: right;
}

.list-nav--align-center,
.typo figcaption {
    text-align: center;
}

.typo {
    line-height: 1.5;
    color: #000000;
}

.typo>:last-child {
    margin-bottom: 0;
}

.typo>:first-child {
    margin-top: 0;
}

.typo a {
    color: #0359a3;
    text-decoration: none !important;
    border-bottom: 1px dashed;
    padding-bottom: 1px;
}

.typo a:hover {
    color: #00bcf1;
}

.typo dl,
.typo figure,
.typo form,
.typo form fieldset,
.typo ol,
.typo p,
.typo table,
.typo ul {
    margin: 0 0 0.6em;
}

.typo--sub-color {
    display: none
}

.typo figcaption {
    font-size: 0.8em;
    line-height: 1;
}

.typo blockquote {
    position: relative;
    min-height: 45px;
    padding: 0 0 0.8em 3.7em;
    color: #999;
}

.typo blockquote:after {
    content: "";
    display: table;
}

.typo blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10rem;
    line-height: 0.8;
}

.list-nav__icon,
.list-nav__item {
    position: relative;
    display: inline-block;
}

.typo hr {
    height: 1px;
    background: #666;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
    margin: 1.5em 0 0.5em;
    line-height: 1.1;
}

.typo h1 {
    font-size: 2em;
    color: #000;
}

.typo h2 {
    font-size: 1.6em;
}

.typo h3 {
    font-size: 1.4em;
}

.typo h4 {
    font-size: 1.3em;
}

.typo h5 {
    font-size: 1.2em;
}

.typo h6 {
    font-size: 1.1em;
}

.typo ul {
    margin-left: 1.1em;
    list-style: disc;
}

.typo ol ol,
.typo ul ul {
    margin: 0 0 0 2em;
}

.typo ul ul {
    list-style: circle;
}

.typo ul ul ul {
    list-style: square;
}

.accordion-tabs__item,
.typo ol {
    list-style: none;
}

.typo ol {
    counter-reset: num;
}

.typo ol li:before {
    content: counters(num, ".") " ";
    counter-increment: num;
}

.typo dd {
    margin-bottom: 0.4em;
}

.typo table {
    border-color: #000;
}

.typo table caption {
    font-size: 1.3em;
}

.typo table tfoot,
.typo table thead {
    font-weight: 700;
}

.typo table td {
    padding: 0.2em 0.5em;
}

.typo cite,
.typo dfn,
.typo em,
.typo i,
.typo var {
    font-style: italic;
}

.typo i.fa {
    font-style: normal !important;
}

.typo code,
.typo kbd,
.typo pre,
.typo samp {
    font-family: monospace, serif;
    font-size: 1em;
}

.typo del,
.typo s,
.typo strike {
    text-decoration: line-through;
}

.typo mark {
    background: #ff0;
    color: #000;
}

.typo small {
    font-size: 80%;
}

.typo sub,
.typo sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.typo sup {
    top: -0.5em;
}

.typo sub {
    bottom: -0.25em;
}

.typo abbr[title] {
    border-bottom: 1px dotted;
}

.typo audio:not([controls]) {
    display: none;
    height: 0;
}

.typo iframe {
    max-width: 100%;
}

.imgserfclass {
    width: 70px;
!important
}

.searchheader {
    width: 100%;
    margin-top: 3px;
}

input::-webkit-input-speech-button {
    -webkit-appearance: button;
    background: url('voice_icon.png') no-repeat 0px 2px;
    float: right;
    width: 15px;
    height: 16px
}

.list-nav--align-right {
    text-align: right;
}

.list-nav--valign-middle .list-nav__item {
    vertical-align: middle;
}

.list-nav--valign-bottom .list-nav__item {
    vertical-align: bottom;
}

.list-nav__items {
    font-size: 0;
    margin-top: -5px;
    margin-left: -20px;
}

.list-nav__item {
    font-size: 0.9rem;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 5px;
}

.likes__item,
.list-nav__icon,
.list-nav__link,
.unavailable {
    vertical-align: middle;
}

.list-nav__link {
    display: inline-block;
    white-space: nowrap;
}

.list-nav ul li:first-child {
    background: #002443 !important;
    padding: 7px 19px !important;
    margin-top: -2px !important;
    margin-bottom: -7px;
    border-radius: 10px 10px 0px 0px;
    width: 137px;
    text-align: center;
}

.list-nav ul li:seco {
    background: #5f188a !important;
    padding: 7px 19px !important;
    margin-top: -2px !important;
    margin-bottom: -7px;
}

.magazinclassmobile:first-child {
    display: none;
}

.list-nav__item--active .list-nav__link,
.list-nav__item:hover .list-nav__link {
    color: #d5e9fb;
}

.list-nav__icon {
    color: #4d60a0;
}

.list-nav__item--active .list-nav__icon,
.list-nav__item:hover .list-nav__icon {
    color: #769c1f;
}

.list-nav__drop {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
}

.list-nav__drop--rtl {
    right: 0;
    left: auto;
}

.list-nav__item:hover .list-nav__drop {
    display: block;
}

.tree-nav {
    position: relative;
    text-align: left;
    background: #fff;
}

.tree-nav__item {
    position: relative;
    border-top: 0;
}

.tree-nav__item:hover {
    background: #F2F2F2;
    color: #000;
}

.tree-nav__item--top-drop {
    position: static;
}

.tree-nav__link {
    display: block;
    white-space: nowrap;
    position: relative;
    padding: 10px 30px 10px 10px;
    color: #000;
    text-decoration: none;
}

.tree-nav__ico {
    float: left;
    margin-top: -1px;
    margin-right: 4px;
}

.tree-nav__arrow {
    position: absolute;
    right: 5px;
    width: 7px;
    height: 7px;
    color: #999;
}

.tree-nav__drop {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 100%;
    opacity: 0;
    height: 1px;
    overflow: hidden;
}

.main-nav,
.main-nav__item {
    position: relative;
    z-index: 101;
    background: #fff;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.tree-nav__drop[data-nav-direction="rtl"] {
    right: 0;
    left: auto;
}

.tree-nav__item:hover>.tree-nav__drop {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
}

.main-nav__item {
    display: block;
    background-color: #f8f8f8;
    border-top: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.main-nav__item:hover {
    background: #e6f3ff;
    color: #000;
}

.main-nav__item--active {
    background-color: #fff;
}

.main-nav__link {
    display: block;
    padding: 13px;
    padding-left: 70px;
    color: #000;
    text-decoration: none;
}

.main-nav__arrow {
    position: absolute;
    right: 5px;
    width: 7px;
    height: 7px;
    color: #999;
}

.main-nav__drop {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    background: #fff;
    width: 700px;
    padding: 20px;
}

.main-nav__drop[data-nav-direction="rtl"] {
    right: 0;
    left: auto;
}

.main-nav__item:hover>.main-nav__drop {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
    border-radius: 0px 10px 10px 0px;
    margin-top: -20px;
}

.catalog-btn__drop.is-hidden,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.cols-nav__row {
    display: inline-flex;
    border: #eaeaea solid 1px;
    border-left: 0;
    text-align: left;
    background: #fff;
    font-size: 1rem;
    padding: 5px;
}

.cols-nav [data-megamenu-wrap="true"] {
    flex-wrap: wrap;
}

.cols-nav [data-megamenu-wrap="false"] {
    flex-wrap: nowrap;
}

.cols-nav__col {
    width: 165px;
    padding: 5px;
}

.cols-nav__item {
    line-height: 1;
    margin-bottom: 10px;
}

.cols-nav__link {
    color: #000;
    text-decoration: none;
}

.cols-nav__link:hover,
.cols-subnav__item--level-2 .cols-subnav__link:hover,
.cols-subnav__link,
.cols-subnav__link:hover {
    text-decoration: underline;
}

.cols-nav__link:hover {
    color: #000;
}

.cols-subnav {
    margin-top: 3px;
}

.cols-subnav__item {
    padding-top: 5px;
}

.cols-subnav__item--level-2 {
    font-size: 0.9em;
}

.cols-subnav__item--level-2::before {
    content: '-';
}

.cols-subnav__link {
    color: #4d60a0;
    line-height: 1;
    font-size: 0.9em;
}

.cols-subnav__link:hover {
    color: #769c1f;
}

.cols-subnav__item--level-2 .cols-subnav__link {
    color: #666;
}

.mobile-nav__list {
    width: 100%;
    transition: transform 0.3s;
}

.mobile-nav__list--drop {
    position: absolute;
    left: 100%;
    top: 0;
}

.mobile-nav__list--is-moving {
    transform: translateX(-100%);
}

.mobile-nav__item {
    border-bottom: 1px dashed #00529b;
}

.mobile-nav__item--separator {
    color: #fff;
    padding: 5px 30px;
    background: #003b71;
    border-bottom: 0;
    display: none;
}

.mobile-nav__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
}

.mobile-nav__link--view-all {
    color: #fff;
}

.mobile-nav__link--go-back {
    padding-left: 40px;
}

.mobile-nav__has-children {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
    height: 100%;
}

.mobile-nav__has-children>.svg-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
}

.mobile-nav__link--go-back .mobile-nav__has-children {
    left: 10px;
    right: auto;
}

.mobile-nav--drop {
    position: absolute;
    left: 100%;
    top: 0;
}

.sidebar-nav {
    font-size: 0.9rem;
}

.sidebar-nav__list {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

.sidebar-nav__list:not(:first-child) {
    margin-top: 1px;
}

.sidebar-nav__title {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.sidebar-nav__item:not(:first-child) {
    margin-top: 0.8em;
}

.sidebar-nav__item--active>.sidebar-nav__link {
    text-decoration: none;
    color: #666;
}

.sidebar-nav__row:not(:first-child) {
    margin-top: 1em;
}

.sidebar-nav__inner {
    margin-top: 0.5em;
}

.sidebar-nav__photo {
    display: block;
    position: relative;
    border: #eaeaea solid 1px;
    width: 100%;
    height: 120px;
}

.sidebar-nav__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-height: 120px;
    padding: 20px;
}

.overlay {
    padding: 20px;
    text-align: left;
    background: #002443;
    border-radius: 0px 0px 10px 10px;
}

.overlay__item {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.overlay__item:hover {
    background: #013a6d;
    border-radius: 5px;
}

.overlay__item:hover>.overlay__drop {
    display: block;
}

.overlay__link {
    display: block;
    padding: 5px 30px 5px 10px;
    white-space: nowrap;
    color: #4d60a0;
    text-decoration: none;
}

.overlay__link:hover {
    color: #4d60a0;
}

.overlay__icon {
    position: absolute;
    right: 10px;
}

.overlay__arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
}

.overlay__drop {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
}

.overlay__drop--rtl {
    right: 100%;
    left: auto;
}

.catalog-btn {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    background: var(--main-bg-color);
    color: #ffffff;
    z-index: 101;
    cursor: pointer;
    border-radius: 5px;
}

.catalog-btn__hamburger {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}

.catalog-btn__arrow {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    margin-top: -2px;
}

.catalog-btn__label {
    flex-grow: 1;
    padding: 0 12px;
}

.catalog-btn__drop {
    width: 270px;
    position: absolute;
    top: 100%;
    left: 0;
}

.catalog-btn__drop.is-hidden {
    opacity: 0;
}

.user-panel__items {
    display: flex;
    margin: 0 -15px;
}

.user-panel__item {
    position: relative;
    flex-shrink: 0;
    text-align: center;
    margin: 0 15px;
    margin-top: 4px;
}

.user-panel__icon {
    height: 28px;
    margin: 0 auto 5px;
    color: #0159a3;
    position: relative;
}

.cart-summary__price {
    text-align: center;
}

.user-panel__icon--wishlist {
    width: 30px;
}

.user-panel__icon--compare {
    width: 38px;
}

.user-panel__icon--cart {
    width: 31px;
}

.user-panel__link {
    font-size: 0.9rem;
}

.user-panel__counter {
    position: absolute;
    right: -50%;
    top: -45%;
    background: #002443;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    border: 1px solid #fff;
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.modal {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    background: #FFF;
}

.modal--sm {
    max-width: 400px;
}

.modal--lg {
    max-width: 800px;
    border-radius: 10px;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #013a6d;
    margin-bottom: 10px;
    border-radius: 10px 10px 0px 0px;
}

.modal__header-title {
    font-size: 1.5714285714rem;
    line-height: 1;
    color: #fff;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal__header-close {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    cursor: pointer;
}

.modal__header-close:hover {
    color: #b8c8ff;
}

.modal__header-close:active {
    color: #769c1f;
}

.modal__content {
    padding: 15px 25px;
}

.modal__content-cell {
    margin-bottom: 15px;
}

.modal__footer {
    padding: 25px 25px 15px;
}

.modal__footer-row {
    justify-content: flex-end;
    margin-top: -1em;
    margin-left: -1em;
    text-align: right;
}

.modal__footer-row:not(:first-child) {
    padding-top: 15px;
}

.modal__footer-row>* {
    margin-top: 1em;
    margin-left: 10px;
    display: inline-block;
}

.accordion-tabs:after,
.accordion-tabs:before {
    content: " ";
    display: table;
}

.accordion-tabs__link {
    background-color: #f8f8f8;
    border-bottom: 0;
    margin-bottom: -1px;
    color: #333;
    display: block;
    padding: 15px 2em;
    text-decoration: none;
    font-size: 1.2rem;
}

.accordion-tabs__link:focus {
    outline: 0;
}

.accordion-tabs__item:first-child>.accordion-tabs__link.js-init-active,
.accordion-tabs__link.js-active {
    position: relative;
    background-color: #fff;
}

.accordion-tabs__item:first-child>.accordion-tabs__link.js-init-active::before,
.accordion-tabs__link.js-active::before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    content: '';
    height: 1px;
}

.accordion-tabs__content {
    width: 100%;
    padding: 30px 0;
}

.accordion-tabs__item:not(:first-child)>.accordion-tabs__content {
    display: none;
}

.link--main,
.sidebar-nav__link {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.link--main:hover,
.sidebar-nav__link:hover {
    color: #0058a3;
    text-decoration: underline;
}

.link--second {
    color: #000;
    text-decoration: none;
}

.link--second:hover {
    color: #000;
    text-decoration: underline;
}

.active-filters__btn-ico,
.active-filters__btn-link,
.btn,
.btn-accent,
.btn-inverse,
.btn-order button,
.btn-order input[type="button"],
.btn-order input[type="reset"],
.btn-order input[type="submit"],
.btn-white,
.form-input__group-btn,
.link--js,
.link--js:hover,
.pay-icons__ico,
.product-buy__btn,
.toggle-view__button,
.tooltip__desc,
.widget-primary__view-all {
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.link--inherited {
    color: inherit;
}

.link--js {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.link--empty,
.link--empty:hover {
    color: #666 !important;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

.link--arrow {
    position: relative;
    padding-right: 10px;
    color: #0359a3;
    background: #f8f8f8;
    padding: 7px 10px;
    border-radius: 10px;
    padding-right: 21px;
}

.link--arrow::after {
    content: '→';
    position: absolute;
    right: 5px;
    top: 6px;
}

.site-info {
    color: #000;
    font-size: 0.9rem;
}

.site-info__group {
    display: flex;
}

.site-info__group:not(:first-child) {
    padding-top: 10px;
}

.site-info__aside {
    padding-right: 10px;
}

.site-info__inner {
    margin-left: -10px;
    margin-top: -5px;
}

.site-info__item {
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
}

.pay-icons:after,
.pay-icons:before,
.soc-groups:after,
.soc-groups:before {
    display: table;
    content: " ";
}

.site-info__item--phone {
    font-size: 25px;
}

.site-info__icon {
    position: relative;
    color: #0159a3;
}

.site-info__icon--phone {
    top: 2px;
    margin-right: 5px;
    width: 26px;
    height: 26px;
}

.site-info__icon--clock {
    width: 16px;
    height: 16px;
}

.soc-groups {
    margin-left: -0.7142857143rem;
    margin-bottom: -0.7142857143rem;
}

.soc-groups__ico {
    position: relative;
    float: left;
    margin-left: 0.7142857143rem;
    margin-bottom: 0.7142857143rem;
    width: 2.7142857143rem;
    height: 2.7142857143rem;
    border-radius: 0;
    color: #fff;
    background: #000;
}

.soc-groups__ico--vkontakte {
    background: #54769B;
}

.soc-groups__ico--facebook {
    background: #3A5BA0;
}

.soc-groups__ico--google-plus {
    background: #D95032;
}

.soc-groups__ico--twitter {
    background: #2CA7E0;
}

.soc-groups__ico--instagram {
    background: linear-gradient(45deg, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 100%, #515ECF);
}

.soc-groups__ico--odnoklassniki {
    background: #F2720C;
}

.soc-groups__ico svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 75%;
    max-height: 75%;
}

.soc-groups__ico:hover {
    opacity: 0.699999988079071044921875;
}

.pay-icons {
    margin-left: -5px;
}

.pay-icons__ico {
    display: inline-block;
    padding: 5px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    color: #fff;
    background: #000;
}

.pay-icons__ico:hover {
    color: #fff;
}

.star-rating {
    font-size: 1rem;
}

.star-rating:after,
.star-rating:before {
    content: " ";
    display: table;
}

.star-rating__stars {
    float: left;
}

.star-rating__star {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 3px;
    margin-left: 1px;
    color: #FFB300;
    stroke: #FFB300;
}

.star-rating__star--empty .svg-icon--star {
    fill: none;
}

.star-rating__star:first-child {
    margin-left: 0;
}

.star-rating__votes {
    float: left;
    font-size: 0.9em;
    margin-left: 5px;
    color: #999;
}

.star-voting__wrap {
    display: inline-block;
    font-size: 1rem;
}

.star-voting__wrap:after {
    content: "";
    display: table;
}

.star-voting__icon {
    float: right;
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    padding-left: 2px;
    cursor: pointer;
}

.star-voting__icon .svg-icon--star {
    stroke: #FFB300;
    fill: none;
}

.star-voting__ico:last-child {
    padding-left: 0;
}

.star-voting__input {
    display: none;
}

.star-voting__icon:hover .svg-icon--star,
.star-voting__icon:hover~.star-voting__icon .svg-icon--star,
.star-voting__input:checked~.star-voting__icon .svg-icon--star {
    fill: #FFB300;
}

.message {
    padding: 5px 10px;
}

a.b-share__handle,
span.b-share {
    padding: 0 !important;
}

.message--success {
    background-color: #dff0d8;
    border: #dff0d8 solid 1px;
}

.message--error {
    background-color: #ffefe8;
    border: #e89b88 solid 1px;
}

.message--info {
    background-color: #FCF8E3;
    border: #efe4ae solid 1px;
}

.message__list {
    margin-left: 15px;
    list-style-type: disc;
}

.message p,
.message__item,
.message__list p {
    margin-top: 5px;
}

.message p:first-child,
.message__item:first-child,
.message__list p:first-child {
    margin-top: 0;
}

.likes {
    margin: -10px 0 0 -15px;
    font-size: 0;
}

.likes__item {
    display: inline-block;
    font-size: 1rem;
    margin: 10px 0 0 15px;
}

.tooltip,
.tooltip__label {
    display: inline;
}

.likes__item--gp {
    width: 58px;
    height: 20px;
}

.likes__item--tw {
    height: 20px;
}

span.b-share {
    font: inherit !important;
}

span.b-share__text {
    margin: 0;
}

span.b-share-btn__wrap {
    margin: 0 !important;
}

.b-share {
    margin-left: -5px;
}

.b-share__handle {
    margin-left: 5px;
}

.b-share__link {
    border-radius: 0 !important;
}

.tooltip {
    position: relative;
}

.tooltip__position {
    position: absolute;
    bottom: 5px;
    right: -17px;
}

.tooltip__ico {
    position: relative;
    width: 14px;
    height: 14px;
    fill: #0359a3;
    color: #0359a3;
}

.tooltip__ico:hover .tooltip__drop {
    display: block;
}

.tooltip__drop {
    display: none;
    position: absolute;
    z-index: 10;
    left: 100%;
    top: -5px;
    padding-left: 3px;
}

.tooltip__drop--rtl {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 3px;
}

.tooltip__desc {
    border: #eaeaea solid 1px;
    box-shadow: 0 3px 10px rgba(57, 93, 132, 0.2);
    background: #fff;
    font-size: 0.9rem;
    padding: 15px;
    width: 200px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666;
    line-height: 1.3;
}

.tooltip__desc--md {
    width: 300px;
}

.tooltip__desc--lg {
    width: 400px;
}

[data-loader-frame] {
    position: relative;
}

[data-loader-frame]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
}

.spinner-circle {
    border-radius: 80%;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    animation: tcon-spin360 675ms linear infinite forwards;
    background: #d3d3d3;
    z-index: 200;
    opacity: 0.699999988079071044921875;
}

.spinner-circle:after,
.spinner-circle:before {
    content: "";
    display: block;
    position: absolute;
}

.banner-simple,
.banner-simple__item {
    position: relative;
}

.spinner-circle:before {
    border-radius: 0 90px 90px 0;
    height: 40px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #000;
    background-image: linear-gradient(lightgray, #000);
}

.spinner-circle:after {
    border-radius: 80%;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
}

.toggle-view__button[disabled] {
    opacity: 1;
    border-color: #eaeaea;
    background: #FFF;
    color: #999;
}

.toggle-view__button[disabled]:active,
.toggle-view__button[disabled]:active:focus,
.toggle-view__button[disabled]:focus,
.toggle-view__button[disabled]:hover {
    border-color: #eaeaea;
    background: #FFF !important;
    color: #999 !important;
    z-index: initial;
}

.toggle-view__icon {
    width: 1.2857142857em;
    height: 1.2857142857em;
}

.unavailable {
    color: #e75e2a;
}

.unavailable__icon {
    display: inline-block;
    height: 0.75em;
    width: 0.75em;
}

.benefits__item {
    display: flex;
    font-size: 13px;
    background: #f8f8f8;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}

.benefits__ico,
.benefits__inner {
    display: table-cell;
    vertical-align: middle;
}

.benefits__ico {
    color: #000;
    padding-right: 0.7em;
}

.benefits__img {
    padding: 10px;
    width: 80px;
}

.benefits__title {
    margin-bottom: 0.2em;
    color: #000;
    font-size: 17px;
    line-height: 1;
}

.benefits__desc {
    color: #999;
}

.banner-simple {
    font-size: 1rem;
    overflow: hidden;
    margin-bottom: 10px;
}

.banner-simple [data-slider-nojs] [data-slider-slide]:not(:first-child) {
    display: none;
}

.banner-simple__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 13;
    background-color: transparent;
}

.banner-simple__image {
    display: block;
    margin: auto;
}

.banner-simple__content {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    padding: 10px;
    color: #000;
    line-height: 1.1;
    font-weight: 700;
}

.banner-simple__arrow {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    z-index: 11;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.banner-simple__arrow:hover {
    color: #fff;
}

.banner-simple__arrow.slick-disabled {
    display: none !important;
}

.banner-simple__arrow--prev {
    left: 0;
}

.banner-simple__arrow--next {
    right: 0;
}

.banner-simple__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-simple .slick-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.banner-simple .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.banner-simple .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 12px;
    cursor: pointer;
    color: transparent;
    border: #eaeaea solid 1px;
    background-color: #fff;
}

.banner-simple .slick-dots .slick-active button {
    background-color: #eaeaea;
}

.active-filters__btn-ico>*,
.active-filters__btn-link>*,
.btn-accent>*,
.btn-inverse>*,
.btn-order button>*,
.btn-order input[type="button"]>*,
.btn-order input[type="reset"]>*,
.btn-order input[type="submit"]>*,
.btn-white>*,
.btn>*,
.form-input__group-btn>*,
.product-buy__btn>*,
.toggle-view__button>*,
.widget-primary__view-all>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1428571429em;
    margin-left: 0.1428571429em;
}

.btn--main {
    outline: 0 !important;
    border: 0;
    background: #769c1f;
    color: #fff;
}

.btn--main:focus,
.btn--main:hover {
    background: #adda47;
    color: #fff;
}

.btn__icon {
    display: block;
    position: relative;
}

.btn__icon--search {
    width: 1.2142857143rem;
    height: 1.4285714286rem;
}

.btn-inverse,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover {
    background-color: #10bcee;
    color: #FFF;
}

.btn-white {
    background: #FFF;
    padding: 11px;
}

.btn-white--active {
    background: #F2F6F9;
}

.btn-white__ico {
    display: inline-block;
    fill: #0059a3;
    color: #0059a3;
    position: relative;
}

.btn-white__ico--wishlist {
    width: 22px;
    height: 21px;
}

.btn-white__ico--compare {
    width: 28px;
    height: 20px;
}

.btn-white--active .btn-white__ico {
    fill: #666;
    color: #666;
}

.btn-light,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.product-buy--product .product-buy__btn--in-cart,
.product-buy--product .product-buy__btn--in-cart:active,
.product-buy--product .product-buy__btn--in-cart:focus,
.product-buy--product .product-buy__btn--in-cart:hover {
    color: #BA9659;
    background: #FFF8DD !important;
    border: #EEDBB2 solid 1px !important;
}

.btn-accent {
    background: #fd9f3b;
    border-color: #fd9f3b;
}

.btn-accent:active,
.btn-accent:focus,
.btn-accent:hover {
    background: #fd9322 !important;
    border-color: #fd9f3b !important;
}

.bargain__item,
.bargain__price-item:not(:first-child) {
    border-left: 1px solid #eaeaea;
}

.widget-primary {
    font-size: 1rem;
}

.widget-primary__title {
    padding-bottom: 0.5em;
    border-bottom: 6px dotted #dadada;
    font-size: 30px;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    text-align: center;
    width: 263px;
    margin: 0 auto;
    margin-bottom: 33px;
}

.widget-primary__inner {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 22px;
    border-bottom: 6px dotted #dadada;
}

.widget-primary__view-all {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 100%;
}

.widget-secondary__header {
    margin-bottom: 30px;
    font-size: 0;
}

.widget-secondary__header--border {
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
}

.viewedproductcut .product-photo__labels {
    display: none !important;
}

.viewedproductcut .product-cut__title-link {
    font-size: 14px !important;
}

.viewedproductcut .product-price__main2 {
    font-size: 19px !important;
}

.widget-secondary {}

.widget-secondary__title {
    display: inline-block;
    vertical-align: baseline;
    font-size: 21px;
    color: #000000 !important;
    padding: 10px !important;
    background: #f8f8f8 !important;
    border-radius: 10px !important;
}

.widget-secondary__viewall {
    display: inline-block;
    vertical-align: baseline;
    font-size: 0.9rem;
}

.widget-secondary__viewall:before {
    content: '/';
    padding: 0 10px;
}

.widget-secondary__hlink {
    color: #4d60a0;
    text-decoration: underline;
}

.widget-secondary__hlink:hover {
    color: #769c1f;
    text-decoration: underline;
}

.widget-secondary__inner {
    position: relative;
}

.widget-secondary__list {
    margin-bottom: -25px;
}

.widget-secondary__item {
    margin-bottom: 25px;
}

.widget-secondary__item--border-vertical {
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    padding-top: 15px;
}

.widget-secondary__footer {
    font-size: 0.9rem;
}

.widget-secondary__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    background: #f8f8f8;
    box-shadow: 1px 3px 10px #bdbdbd;
}

.bargain__arrow,
.widget-secondary__svg {
    top: 50%;
}

.widget-secondary__arrow:not(.slick-disabled):hover {
    background-color: #f3f3f3;
}

.widget-secondary__arrow--left {
    left: 0;
}

.widget-secondary__arrow--left-out {
    left: -10px;
}

.widget-secondary__arrow--right {
    right: 0;
}

.widget-secondary__arrow--right-out {
    right: -10px;
}

.widget-secondary__arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.widget-secondary__svg {
    position: relative;
    transform: translateY(-50%);
    width: 13px;
    height: 30px;
    color: #013a6d;
}

.widget-sidebar__title {
    display: inline-block;
    vertical-align: baseline;
    font-size: 30px;
    line-height: 1;
    color: #000000;
    text-align: left;
    border-bottom: 6px dotted #efefef;
    padding: 10px;
}

.widget-sidebar__header {
    text-align: center;
    text-align: center;
    padding: 9px;
    margin-top: 10px;
}

.widget-sidebar__inner {
    padding: 25px 0px;
}

.widget-sidebar__item:not(:first-child) {
    padding-top: 24px;
}

.widget-sidebar__read-more {
    display: block;
    width: 100%;
    padding: 10px;
    border: #eaeaea solid 1px;
    border-top: 0;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
}

.bargain,
.bargain__arrow {
    border: #eaeaea solid 1px;
}

.widget-sidebar__read-more:hover {
    background: #fafafa;
}

.bargain {
    position: relative;
    font-size: 1rem;
}

.bargain .slick-track {
    display: flex !important;
}

.bargain .slick-track .slick-slide {
    height: auto !important;
}

.bargain__item {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.bargain__wrapper {
    padding: 15px 35px 0;
}

.bargain__ico {
    display: inline-block;
    width: 37px;
    height: 34px;
    margin-bottom: 10px;
    color: #fd9f3b;
}

.bargain__label {
    font-size: 0.9rem;
    color: #999;
}

.bargain__countdown {
    font-size: 1.4em;
    color: #000;
    display: inline-flex;
}

.bargain__countdown-item:not(.bargain__countdown-item--colon):not(:last-child) {
    margin-right: 5px;
}

.bargain__countdown-item--colon::after {
    content: ':';
}

.bargain__photo {
    padding: 20px 40px 10px;
}

.bargain__photo-item {
    width: 100%;
}

.bargain__photo-img {
    margin: auto;
}

.bargain__title {
    margin-bottom: 15px;
}

.bargain__price-list {
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.bargain__price-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-top: 1px solid #eaeaea;
}

.bargain__price-label {
    color: #999;
    font-size: 0.9em;
}

.bargain__price-value {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
}

.bargain__arrow {
    position: absolute;
    transform: translateY(-50%);
    width: 27px;
    height: 60px;
    background-color: #f8f8f8;
    text-align: center;
    cursor: pointer;
}

.bargain__arrow:not(.slick-disabled):hover {
    background-color: #f3f3f3;
}

.bargain__arrow--left {
    left: 0;
    border-left: 0;
}

.bargain__arrow--right {
    right: 0;
    border-right: 0;
}

.bargain__arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.bargain__svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 13.5px;
    height: 30px;
    color: #000;
}

.tabloid {
    display: flex;
    flex-direction: column;
}

.tabloid__banner {
    width: 100%;
}

.tabloid__bargain {
    margin-top: 45px;
    flex-shrink: 0;
}

.post--small {
    font-size: 0.9rem;
}

.post__image {
    display: block;
    margin-bottom: 5px;
}

.post__date {
    display: block;
    color: #999;
    padding-bottom: 3px;
}

.post__title {
    font-size: 1.3em;
}

.post__title-link {
    color: #0359a3;
    text-decoration: none;
    border-bottom: 1px dashed;
    padding-bottom: 1px;
}

.post__title-link:hover {}

.post__desc {
    padding-top: 5px;
}

.post__readmore {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    background: #0359a3;
    float: left;
    padding: 10px;
    border-radius: 10px;
}

.post__readmore:hover {}

.post__readmore:after {}

.post__expire {
    display: block;
    padding: 5px 0;
    color: #c00;
}

.small-post {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.small-post__image {
    width: 35%;
    padding-right: 10px;
}

.small-post__inner {
    width: 65%;
}

.small-post__desc {
    width: 100%;
    padding-top: 5px;
}

.small-post__date {
    display: block;
    color: #999;
    padding-bottom: 3px;
}

.small-post__title {
    font-size: 1.1em;
}

.brands-widget {
    border: none;
    position: relative;
    padding: 0 40px;
}

.brands-widget__link {
    display: block;
    position: relative;
    height: 100px;
    border-right: none;
    text-decoration: none;
    line-height: 1;
    overflow: hidden;
    text-align: center;
}

.brands-widget__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 0px;
    font-size: 35px;
    color: #000;
}

.brands-widget__item:hover {
    color: rgba(0, 0, 0, 0.7);
}

.brands-widget__arrow {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background-color: none;
    color: #000;
}

.brands-widget__arrow:hover {
    background-color: none;
    color: #000;
}

.brands-widget__arrow--prev {
    left: 0;
    border-right: none;
}

.brands-widget__arrow--next {
    right: 0;
    border-left: none;
}

.brands-widget__arrow>.svg-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.seo-text {
    padding: 35px 20px;
    background: #f8f8f8;
    border-radius: 10px;
}

.seo-text__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #000;
}

.breadcrumbs {
    color: #999;
    font-size: 13px;
}

.breadcrumbs:after,
.breadcrumbs:before {
    content: " ";
    display: table;
}

.breadcrumbs:after {
    clear: both;
}

.breadcrumbs__item {
    float: left;
    margin-top: 10px;
    height: 38px;
    flex: 0 0 auto;
}

.breadcrumbs__item:not(:last-child):after {
    content: "→";
    float: left;
    margin: 0 0.4em;
    color: #000;
    margin-top: 9px;
}

.breadcrumbs__link {
    float: left;
    color: #000;
    text-decoration: none;
    padding: 10px 16px;
    background: #f8f8f8;
    border-radius: 10px 30px;
}

.breadcrumbs__itemlastitems {
    padding: 10px 16px;
    background: #f8f8f8;
    border-radius: 10px 30px;
}

.breadcrumbs__link:hover {}

.paginator {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.paginator__item {
    position: relative;
    height: 50px;
    width: 50px;
    border: #eaeaea solid 1px;
    border-radius: 2px;
    margin: 2px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: 22px;
    border-radius: 5px;
}

.paginator__item:not(.paginator__item--active):not(.paginator__item--empty):hover {
    background-color: #f8f8f8;
}

.paginator__item a,
.paginator__item span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.paginator__item a:hover,
.paginator__item span:hover {
    color: inherit;
    text-decoration: none;
}

.paginator__item--active {
    background-color: #013a6d;
    border-color: #013a6d;
    color: #FFF;
}

.paginator__item--empty {
    border-color: transparent;
}

.paginator__item--next,
.paginator__item--prev {
    display: none;
}

.paginator__item--next {
    order: 1;
    margin-left: 1.5em;
}

.paginator__item--prev {
    order: -1;
    margin-right: 1.5em;
}

.paginator__arrow {
    display: block;
    height: 1em;
    width: 1em;
}

.comments__list {
    padding-bottom: 40px;
}

.comments__post {
    margin-top: 20px;
    padding-top: 20px;
    box-shadow: 0px 1px 10px #e6e6e6;
    padding: 24px;
    border-radius: 5px;
}

.comments__post:first-child {
    margin-top: 0;
}

.comments__parent-header,
.comments__post-header {
    padding-bottom: 5px;
}

.comments__parent-author,
.comments__post-author {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
}

.comments__parent-date,
.comments__post-date {
    display: inline-block;
    margin-right: 5px;
    color: #999;
}

.comments__post-rate {
    display: inline-block;
    position: relative;
    top: 2px;
}

.comments__post-text {
    margin-bottom: 10px;
    color: #666;
}

.comments__post-footer:after,
.comments__post-footer:before {
    content: " ";
    display: table;
}

.comments__post-vote {
    float: left;
    font-size: 0;
    color: #999;
}

.comments__post-vote-item {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    color: #999;
    text-decoration: none;
}

.comments__post-vote-item:not(:first-child) {
    margin-left: 15px;
}

.comments__post-vote-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.comments__post-reply {
    float: left;
    font-size: 0.9rem;
    margin-left: 25px;
}

.comments__post-reply-link {
    color: #4d60a0;
    text-decoration: underline;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.comments__post-reply-link:hover {
    color: #769c1f;
    text-decoration: none;
}

.form-input__link,
.form-input__link:hover,
.form__link,
.form__link:hover {
    text-decoration: underline;
}

.comments-reply-form {
    margin-top: 10px;
    padding: 0 20px 20px;
    background-color: #f8f8f8;
}

.comments__form-header {
    background-color: #f8f8f8;
    padding: 15px;
    color: #000;
    font-weight: 700;
}

.comments__form-body {
    background-color: #f8f8f8;
    padding: 0 15px 15px;
}

.comments__parent {
    margin-top: 10px;
}

.comments__parent-item {
    padding: 20px;
    background: #f8f8f8;
}

.comments__parent-item:not(:first-child) {
    margin-top: 1px;
}

.comments__parent-author,
.comments__parent-date {
    font-size: 0.9rem;
}

.comments__parent-text {
    color: #666;
}

#comments-list,
.comments #comments-anchor {
    position: absolute;
    margin-top: -50px;
}

.autocomplete,
.form-input__info,
.form__checkbox-field,
.form__info,
.form__tooltip {
    position: relative;
}

.form--bg {
    background: #f8f8f8;
    padding: 30px 40px;
    margin-right: 20px;
}

.form__messages,
.form__row {
    padding-top: 20px;
}

.form__row:first-child {
    padding-top: 0;
}

.form__field {
    padding-top: 20px;
}

.form__field:first-of-type {
    padding-top: 0;
}

.form__field--hor {
    display: table;
    width: 100%;
}

.form__label {
    padding-bottom: 8px;
    color: #000;
}

.form__require-mark::before {
    content: '*';
    font-size: 16px;
    position: relative;
    left: 2px;
    color: #e89b88;
}

.form__inner:after,
.form__inner:before {
    content: " ";
    display: table;
}

.form__desc {
    line-height: 1.6;
    color: #999;
}

.form__tooltip {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.form__info {
    font-size: 0.9em;
    margin-top: 3px;
}

.form__info--error {
    color: #E89B88;
}

.form__info--help {
    color: #999;
}

.form__link {
    color: #4d60a0;
}

.form__link:hover {
    color: #769c1f;
}

.form__checkbox {
    display: table;
}

.form__checkbox-field,
.form__checkbox-inner {
    display: table-cell;
    vertical-align: middle;
}

.form__checkbox:not(:first-child) {
    padding-top: 10px;
}

.form__checkbox-field {
    width: 20px;
}

.form__checkbox-title {
    color: #000;
    line-height: 1.1;
}

.form__checkbox-title--disabled {
    color: #999;
}

.form__checkbox-select {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form__capcha {
    display: inline-block;
    height: 34px;
    border: #eaeaea solid 1px;
    overflow: hidden;
}

.form__capcha img {
    max-height: 34px;
}

label {
    font-weight: 400;
    display: block;
    margin-bottom: 0;
}

.form-input {
    font-size: 1rem;
}

.form-input__control--quantity {
    text-align: center;
}

.form-input__info {
    margin-top: 3px;
    font-size: 0.9em;
}

.autocomplete__product,
.filter {
    font-size: 0.9rem;
}

.form-input__link {
    color: #4d60a0;
}

.form-input__link:hover {
    color: #769c1f;
}

.form-input__link--js {
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.form-input__link--js:hover {
    text-decoration: none;
}

.autocomplete__frame {
    position: absolute;
    width: 100%;
    min-width: 300px;
    border-radius: 10px;
    top: 100%;
    left: 0;
    z-index: 12;
    border: #eaeaea solid 1px;
    border-top: 0;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.autocomplete__item {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #666;
}

.autocomplete__item:hover {
    background: #f2f2f2;
}

.autocomplete__product:after,
.autocomplete__product:before {
    content: " ";
    display: table;
}

.autocomplete__product-photo {
    float: left;
    padding-right: 10px;
    width: 110px !important;
}

.autocomplete__product-info {
    overflow: hidden;
}

.autocomplete__product-title {
    margin-bottom: 5px;
    font-size: 13px !important;
}

.autocomplete__product-brand {
    display: inline;
    color: #999;
}

.autocomplete__product-option {
    color: #999;
}

.autocomplete__message {
    padding: 20px;
}

.range-slider__wrapper {
    position: relative;
    height: 22px;
}

.range-slider__wrapper:after,
.range-slider__wrapper:before {
    content: " ";
    display: table;
}

.range-slider__control {
    background: #c5c5c5;
    height: 4px;
    margin-top: 9px;
}

.range-slider__control .ui-slider-handle {
    display: block;
    position: absolute;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    cursor: pointer;
    touch-action: none;
    border-radius: 50%;
    border: #eaeaea solid 1px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.range-slider__control .ui-slider-handle:last-of-type {
    margin-left: -22px;
}

.range-slider__control .ui-slider-range {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    background: #013a6d;
}

.catalog-toolbar {
    font-size: 16px;
    display: flex;
    background: #f8f8f8;
    padding: 5px;
    border-radius: 10px;
    max-width: 100%;
    margin-top: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.catalog-toolbar__item {
    display: flex;
    align-items: center;
}

.catalog-toolbar__item:not(:first-child) {
    padding-left: 50px;
}

.catalog-toolbar__label {
    padding-right: 10px;
    white-space: nowrap;
}

.filter .disabled {
    color: #999;
    cursor: default;
}

.filter__item {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.filter__item:not(:first-child) {}

.filter__header {
    display: table;
    width: 100%;
}

.filter__handle,
.filter__title {
    display: table-cell;
    vertical-align: middle;
    color: #000;
}

.filter__header[data-filter-drop-handle] {
    cursor: pointer;
}

.filter__title {
    font-weight: 700;
    font-size: 15px;
}

.filter__handle {
    position: relative;
    width: 20px;
    text-align: right;
    cursor: pointer;
}

.filter__handle>.svg-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
}

.filter__handle-icon {
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
}

.filter__inner {
    margin-top: 1em;
}

.filter__inner--js-hidden {
    display: none;
}

.filter__inner--scroll {
    height: 180px;
    overflow: auto;
    padding-right: 5px;
}

.filter__checkgroup {
    display: table;
}

.filter__checkgroup:not(:first-child) {
    padding-top: 5px;
}

.filter__checkgroup-control {
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: -2px;
}

.filter__checkgroup-title {
    display: table-cell;
    vertical-align: top;
    padding-right: 4px;
    padding-left: 4px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

.filter__checkgroup:hover .filter__checkgroup-title {
    color: #0356a3;
}

.filter__checkgroup-count {
    display: table-cell;
    vertical-align: top;
    color: #999;
    font-size: 0.9em;
}

.filter__range-field {
    padding-bottom: 10px;
}

.filter__range-slider {
    padding-top: 10px;
}

.active-filters:after,
.active-filters:before {
    content: " ";
    display: table;
}

.active-filters__wrapper {
    margin: -10px 0 0 -10px !important;
}

.active-filters__item {
    float: left;
    margin: 10px 0 0 10px;
    max-width: 97%;
    overflow: hidden;
}

.active-filters__btn-ico:before {
    content: 'x';
}

.catalog-section {
    display: block;
    background: #f8f8f8;
}

.catalog-section,
.catalog-section:hover {
    text-decoration: none;
    color: #000;
}

.catalog-section:hover .catalog-section__caption {
    background: #f8f8f8;
}

.catalog-section__image {
    height: 200px;
    max-height: 200px;
    position: relative;
    padding: 10px;
}

.catalog-section__img {
    display: block;
    padding: 10px;
    max-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-section__caption {
    border-top: 5px dotted #eaeaea;
    padding: 20px;
    text-align: center;
    font-weight: 700;
}

.catalog-map__item {
    display: block;
    text-align: center;
}

.catalog-map__imagebox {
    margin-bottom: 10px;
    position: relative;
}

.catalog-map__img {
    position: absolute;
    padding: 30%;
}

.product-cut,
.product-cut__main-info {
    position: relative;
}

.catalog-map__title {
    font-size: 16px;
}

.product-cut {
    font-size: 1rem;
    padding-top: 10px;
}

.product-cut--no-overlay:hover::before,
.slick-slide .product-cut:hover::before {
    display: none;
}

.product-cut__row:not(:first-child) {
    margin-top: 0.7142857143em;
}

.product-cut__row--flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -1em;
    margin-bottom: -1em;
}

.product-cut__row--flex-container>* {
    margin-bottom: 1em;
    margin-right: 1em;
}

.product-cut__extra-info {
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    left: -10px;
    z-index: 12;
    background: #f8f8f8;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.15);
    border-top: 0;
    padding: 0 10px;
    margin-top: 7px;
    border-radius: 0px 0px 10px 10px;
}

.product-cut--no-overlay:hover .product-cut__extra-info,
.slick-slide .product-cut:hover .product-cut__extra-info {
    display: none;
}

.product-cut__title {
    padding-top: 5px;
    text-align: center;
}

.product-cut__title-link {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}

.product-cut__title-link:hover {
    color: #0356a3;
}

.product-cut__sale {
    display: block;
    padding: 5px 0 0;
}

.product-cut__sale-item:not(:first-child) {
    margin-top: 3px;
}

.product-cut__variants {
    padding-top: 12px;
}

.product-cut__price {
    margin-top: 5px;
    padding-bottom: 15px;
}

.product-cut__actions {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    margin-left: -10px;
}

.product-cut__action-item {
    margin-left: 10px;
}

.product-cut__bonus {
    margin-top: 5px;
}

.product-cut__delete {
    position: absolute;
    top: 0;
    right: 0;
}

.product-cut__delete-icon {
    display: block;
    width: 20px;
    height: 20px;
    color: #C5CDD8;
    fill: #C5CDD8;
}

.product-cut__move {
    padding-bottom: 10px;
    margin-top: -5px;
}

.product-cut__move-link {
    color: #4d60a0;
    text-decoration: underline;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.product-cut__move-link:hover {
    color: #769c1f;
    text-decoration: none;
}

.product-cut__desc,
.product-cut__params {
    padding-bottom: 10px;
    font-size: 0.9em;
}

.product-cut__archive {
    margin-top: 15px;
    display: inline-block;
    padding: 5px 20px;
    background: #ffe7e7;
    color: #000;
    font-size: 1.2rem;
}

.product-cut__rating {
    display: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

.col-sm-6 .product-cut__rating {
    display: block !important;
}

.product-snippet {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -1em;
    margin-right: -1em;
}

.product-snippet>* {
    padding-bottom: 1em;
    padding-right: 1em;
}

.product-snippet__photo {
    flex-shrink: 0;
    width: 75%;
}

.product-snippet__body {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -1em;
    margin-left: -1em;
}

.product-snippet__body>* {
    margin-top: 1em;
    margin-left: 1em;
}

.product-snippet__info {
    flex-grow: 99;
    flex-basis: 32.1428571429em;
}

.product-snippet__purchase {
    flex-grow: 1;
    flex-shrink: 0;
}

.product-snippet__row:not(:first-child) {
    margin-top: 1em;
}

.product-snippet__row--sm:not(:first-child) {
    margin-top: 0.5em;
}

.product-snippet__row--lg:not(:first-child) {
    margin-top: 1.4em;
}

.product-snippet__row--flex-container {
    display: flex;
    margin-bottom: -0.75em;
    margin-right: -0.5em;
}

.product-snippet__row--flex-container>* {
    margin-bottom: 0.75em;
    margin-right: 0.5em;
}

.product-snippet__row--align-right {
    text-align: right;
}

.product-snippet__title {
    font-size: 1.2em;
}

.product-snippet__sale {
    color: #e75e2a;
}

.product-snippet__minor-text {
    color: #999;
}

.product-thumb {
    display: flex;
}

.product-thumb__photo {
    flex-shrink: 0;
    margin-right: 10px;
    width: 150px;
    padding: 5px;
}

.product-thumb__img {
    max-height: 100%;
}

.product-thumb__title {
    font-size: 0.9rem;
}

.product-thumb__price {
    padding-top: 5px;
}

.product-intro {
    background-color: #f8f8f8;
    padding: 25px;
    float: right;
    width: 95%;
    background-color: #f8f8f8;
    padding: 25px;
    float: right;
    width: 95%;
    border-radius: 10px;
}

.product-intro__section {}

.product-intro__section+.product-intro__section {
    text-align: center;
    color: #adadad;
}

.product-intro__section strong {
    font-weight: 100;
}

.product-intro__row:not(:first-child) {
    margin-top: 10px;
}

.product-intro__flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-top: -1rem;
}

.product-intro__flex-container--v-center {
    align-items: center;
    font-size: 16px;
}

.product-intro__flex-container--v-bottom {
    align-items: flex-end;
}

.product-intro__flex-container>* {
    margin-top: 1rem;
    margin-left: 1rem;
    color: #000;
}

.product-intro__title {
    display: block;
    font-size: 1.4285714286em;
    font-weight: 700;
    color: #000;
}

.product-intro__secondary {
    font-weight: 400;
    color: #999;
}

.product-intro__secondary--sm {
    font-size: 0.7em;
}

.product-intro__bonus {
    margin-top: 10px;
    display: inline-block;
}

.product-intro__actions {
    margin-top: 20px;
}

.product-intro__actions-item {
    margin-top: 5px;
    padding: 0 1.5em;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #4d60a0;
}

.product-intro__main-params,
.product-intro__short-desc {
    margin-top: 15px;
    font-size: 0.9rem;
}

.product-intro__actions-item:not(:last-child) {
    margin-right: 10px;
}

.product-intro__actions-link {
    color: #4d60a0;
    text-decoration: underline;
    font-size: 0.9rem;
}

.product-intro__actions-link:hover {
    color: #769c1f;
    text-decoration: underline;
}

.product-intro__actions-control {
    position: relative;
    top: 2px;
}

.product-intro__main-params {
    color: #000;
}

.product-intro__main-params-item {
    display: table;
    width: 100%;
    padding: 5px 0;
}

.product-intro__main-params-item:not(:first-child) {
    border-top: 1px solid #eaeaea;
}

.product-intro__main-params-key {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 10px;
}

.product-intro__main-params-val {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
}

.product-intro__social {
    margin-top: 25px;
    font-size: 0.9rem;
}

.product-intro__social-row {
    display: table;
}

.product-intro__social-inner,
.product-intro__social-title {
    display: table-cell;
    vertical-align: middle;
}

.product-intro__social-row:not(:first-child) {
    margin-top: 20px;
}

.product-intro__social-title {
    padding-right: 15px;
}

.product-intro__archive {
    margin: 10px 0;
    display: inline-block;
    padding: 10px 30px;
    background: #4d60a0;
    color: #000;
    font-weight: 700;
    font-size: 1.4rem;
}

.product-intro__colors {
    margin-top: 15px;
}

.product-photo__item {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 75%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
}

.product-photo__item--no-photo,
.product-photo__item--no-photo:hover {
    color: #666 !important;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

.product-photo__item--lg,
.product-photo__item--md,
.product-photo__item--sm,
.product-photo__item--xs {
    padding-bottom: 0;
}

.product-photo__item--xs {
    width: 100% !important;
}

.autocomplete__product-price {
    padding: 20px;
}

.product-photo__item--sm {
    height: 100px;
    max-height: 100px;
}

.product-photo__item--md {
    height: 200px;
    max-height: 200px;
}

.product-photo__item--lg {
    padding-bottom: 0;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
}

.product-photo__img {
    display: inline-block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: inherit;
}

.product-photo__item--lg .product-photo__img {
    cursor: cell;
}

.product-photo__labels {
    position: absolute;
    top: 0;
    left: 0;
}

.product-photo__label {
    display: block;
    line-height: 15px;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 0px 40px 40px 40px;
    width: 80px;
    font-size: 12px;
    color: #ffffff;
}

.product-photo__label:not(:first-child) {}

.product-photo__label--hit {
    background: #013a6d;
}

.product-photo__label--hot {
    background: #188e19;
}

.product-photo__label--discount {
    background: #0159a3;
}

.product-photo__label--action {
    margin-bottom: 10px;
    background: #d7403a;
}

.product-photo__thumbs {
    font-size: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.product-photo__thumb {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    min-width: 100px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-right: 10px;
}

.product-photo__thumb-item {
    position: relative;
    border: #dddddd dashed 1px;
    border-radius: 10px;
    display: block;
    height: 60px;
    opacity: 0.5;
}

.product-photo__thumb-item[data-product-photo-thumb-active] {
    opacity: 1;
}

.product-photo__thumb-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    padding: 7px;
    height: 60px;
}

.product-photo__wrapper {
    position: relative;
}

.product-photo__zoom {
    position: relative;
    top: -1px;
    left: 92%;
    z-index: 1000;
    display: inline-block;
    width: 500px;
    height: 350px;
    overflow: hidden;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 30px #afafaf;
}

.properties__item:not(:first-child),
.variants-radio__item:not(:first-child) {}

.product-photo__zoom:hover {
    display: none;
}

.variants-radio__item {
    display: table;
    width: 100%;
    padding: 5px 0;
}

.variants-radio__item--disabled .variants-radio__field,
.variants-radio__item--disabled .variants-radio__price-main {
    color: #999;
}

.variants-radio__field {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 0.9em;
    color: #000;
}

.variants-radio__field:after,
.variants-radio__field:before {
    content: " ";
    display: table;
}

.variants-radio__field-inner {
    display: table;
}

.variants-radio__control,
.variants-radio__title {
    display: table-cell;
    vertical-align: middle;
}

.variants-radio__control {
    width: 20px;
    padding-right: 5px;
    position: relative;
    top: -3px;
}

.variants-radio__available {
    display: block;
    color: #000;
}

.variants-radio__price {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.variants-radio__price--left {
    text-align: left;
}

.cart-summary__subtotal-value,
.cart-summary__total-price,
.discount-info__col--value {
    text-align: right;
}

.properties__item {
    display: table;
    table-layout: fixed;
    width: 47%;
    margin-right: 3%;
    float: left;
    padding: 10px 0;
}

.properties__header {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 10px 0px 0px 10px;
}

.properties__wrapper {
    position: relative;
    display: inline-block;
}

.properties__title {
    display: inline;
    font-weight: 700;
    color: #000;
}

.properties__value {
    display: table-cell;
    vertical-align: top;
    background: #f0f0f0;
    padding: 10px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
}

.product-price {
    display: flex;
    align-items: flex-end;
    font-weight: 700;
}

.product-price__old {
    position: relative;
    margin-right: 5px;
    padding-top: 1px;
    margin-bottom: 5px;
    float: left;
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 400;
}

.product-price__main_sale {
    color: #ca0000 !important;
}

.widget-sidebar3 .product-price__main2,
.widget-sidebar .product-price__main2 {
    display: flex;
    flex-direction: column;
}

.product-price__old:after {
    content: '';
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.product-kit__product:not(:first-child),
.product-kit__purchase,
.product-shipping__item {
    position: relative;
}

.product-price__old-coins,
.product-price__old-cur,
.product-price__old-value {
    float: left;
}

.product-price__old-cur:last-child {
    margin-left: 0.2em;
}

.product-price--lg .product-price__old {
    font-size: 19px;
    margin-right: 10px;
    padding-top: 6px;
    display: block;
}

.product-price__main2 {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    color: #000;
    background: #f8f8f8;
}

.product-price__main--vertical {
    width: 100%;
    margin-left: 0;
}

.product-price__main--small {
    font-size: 1rem;
}

.product-price__main--lg {
    font-size: 1.5rem;
}

.product-price__main-coins,
.product-price__main-cur,
.product-price__main-value {
    float: left;
}

.product-price__main-cur:last-child {
    margin-left: 0.2em;
    font-size: 12px;
}

.product-price--lg .product-price__main2 {
    box-shadow: none;
    font-size: 30px;
    background: #efefef;
    padding: 12px;
    margin-bottom: -1px;
    color: var(--main-bg-color);
    border-radius: 5px;
    font-weight: 700;
}

.prodbutbock a {
    color: var(--main-bg-color) !important;
}

.cutinnerid a {
    color: #000 !important;
}

.product-price__addition {
    margin-left: 5px;
    font-size: 0.9rem;
    line-height: 1;
    color: #999;
}

.product-price__addition-item {
    float: left;
}

.product-price__addition-item:not(:first-child):before {
    content: '/';
    float: left;
    margin: 1px 5px 0;
}

.product-price__addition-coins,
.product-price__addition-cur,
.product-price__addition-value {
    float: left;
}

.product-price__addition-cur:last-child {
    margin-left: 0.2em;
}

.product-price--lg .product-price__addition {
    font-size: 1.2rem;
    margin-left: 10px;
}

.product-kit__header {
    padding: 15px 0;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid #769c1f;
}

.product-kit__title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.product-kit__product:not(:first-child):before,
.product-kit__purchase:before {
    width: 20px;
    font-family: Arial, sans-serif;
    color: #c7c7c7;
    font-size: 20px;
    margin: auto;
}

.product-kit__item {
    display: table;
}

.product-kit__item:not(:first-child) {
    padding-top: 30px;
}

.product-kit__product:not(:first-child):before {
    content: '+';
    display: block;
    overflow: hidden;
    line-height: 1;
}

.product-kit__purchase:before {
    content: '=';
    display: block;
}

.product-kit__price {
    margin-bottom: 3px;
}

.product-kit__discount {
    padding-bottom: 10px;
    color: #FF5546;
}

.product-kit__btn {
    padding: 2px 0;
}

.product-shipping {
    font-size: 1rem;
    color: #666;
    line-height: 30px;
}

.product-shipping__row:not(:first-child) {}

.product-shipping__row {
    margin-bottom: 1px;
    margin-top: 20px;
    color: #000;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
}

.product-shipping__header {
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    text-transform: uppercase;
}

.product-shipping__ico,
.product-shipping__title {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
}

.product-shipping__ico {
    padding-right: 5px;
}

.product-shipping__ico--delivery {
    width: 30px;
    height: 20px;
}

.product-shipping__ico--payment {
    width: 27px;
    height: 22px;
}

.product-shipping__ico--phone {
    width: 30px;
    height: 30px;
}

.product-shipping__title {
    font-size: 14px;
}

.product-shipping__list {
    font-size: 13px;
}

.product-shipping__item {
    line-height: 17px;
}

.product-shipping__item:not(:last-child) {
    margin-bottom: 8px;
}

.product-shipping__item:hover .product-shipping__tooltip-wrapper {
    display: block;
}

.product-shipping__item:hover .product-shipping__tooltip-link {
    color: #000;
}

.product-shipping__phone {
    font-weight: 700;
    font-size: 23px;
    color: #000;
}

.product-shipping__tooltip {
    display: inline;
    position: relative;
}

.product-shipping__tooltip-link {
    cursor: default;
}

.product-shipping__tooltip-wrapper {
    display: none;
    position: absolute;
    bottom: 50%;
    left: 70%;
    z-index: 10;
    width: 200px;
    padding: 10px;
    border: #eaeaea solid 1px;
    background: #fff;
    line-height: 1.3;
}

.product-fullinfo__item:not(:last-child) {
    margin-bottom: 20px;
}

.product-fullinfo__header {}

.product-fullinfo__title {
    font-size: 26px;
    line-height: 1;
    color: #000;
    margin-bottom: 27px;
    width: max-content;
    max-width: 100%;
    margin: 20px auto;
}

.product-sales {
    padding: 15px;
    border: #fd9f3b dashed 1px;
    background: #FFF;
}

.product-sales__flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -1em;
    margin-left: -1em;
}

.product-sales__flex-container>* {
    margin-top: 1em;
    margin-left: 1em;
}

.product-sales__imagebox {
    flex-basis: 90px;
}

.product-sales__info {
    flex-grow: 99;
    flex-basis: 180px;
}

.product-sales__timer {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 180px;
}

.product-sales__title {
    font-weight: 700;
    color: #fd9f3b;
}

.product-buy__available {}

.product-buy__buttons,
.product-buy__quantity {
    float: left;
}

.product-buy__available:after,
.product-buy__available:before {
    content: " ";
    display: table;
}

.product-buy__quantity {
    margin-right: 10px;
    width: 140px;
}

.product-buy__unavailable-info {
    font-size: 0.9em;
    color: #ff4a4a;
}

.product-buy__unavailable-info::before {
    content: 'x';
    font-size: 1.2rem;
}

.product-buy__unavailable-link {
    color: #4d60a0;
    text-decoration: underline;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    font-size: 0.9em;
}

.product-buy__unavailable-link:hover {
    color: #769c1f;
    text-decoration: none;
}

.main-properties {
    display: table;
}

.main-properties__row {
    display: inline;
}

.main-properties__row:not(:last-child)::after {
    content: " /";
}

.main-properties__name {
    display: inline-block;
    font-weight: 700;
}

.main-properties__name::after {
    content: ":";
}

.main-properties__value {
    display: inline-block;
}

.product-purchase__flex-container {
    display: flex;
    align-items: center;
    margin-top: -1em;
    margin-left: -1em;
}

.product-purchase__flex-container>* {
    margin-top: 1em;
    margin-left: 1em;
}

.product-purchase__quantity {
    width: 100px;
}

.cart-frame__header {
    padding: 0 0 15px;
}

.cart-frame__title {
    color: #000;
    font-size: 1.6rem;
}

.cart-frame__inner {
    padding: 20px;
    margin-top: 16px;
    border-radius: 20px;
    box-shadow: 0px 5px 35px #d4d4d4;
}

.cart-summary__cell:not(:last-child),
.cart-summary__row {}

.cart-summary__items {
    font-size: 0.9rem;
}

.cart-summary__row {
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cart-summary__cell:after,
.cart-summary__cell:before {
    content: " ";
    display: table;
}

.cart-summary__cell--delete {
    float: left;
    width: 25px;
    margin-left: 0;
}

.cart-summary__cell--delete~.cart-summary__cell {
    margin-left: 25px;
    width: 100%;
}

.cart-summary__row:first-child .cart-summary__cell {
    border-top: 0;
    padding-top: 0;
}

.cart-summary__subtotal-item,
.cart-summary__subtotal-item:first-child {}

.cart-summary__delete {
    margin-right: 5px;
}

.cart-summary__product {}

.cart-summary__product--kit:not(:last-child):after {
    content: '+';
    display: block;
    font-size: 20px;
    color: #000;
    margin-left: 25px;
}

.cart-summary__quantity {
    width: 100px;
}

.cart-summary__subtotal-item {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.cart-summary__subtotal-title,
.cart-summary__subtotal-value {
    display: table-cell;
    vertical-align: middle;
}

.cart-summary__total {}

.cart-summary__total-coupon {
    padding-bottom: 20px;
}

.delivery-radio__field {
    display: table;
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}

.delivery-radio__content,
.delivery-radio__control {
    display: table-cell;
    vertical-align: top;
}

.delivery-radio__field:not(:first-child) {
    padding-top: 15px;
}

.delivery-radio__control {
    width: 20px;
    position: relative;
    top: -2px;
}

.delivery-radio__title {
    color: #083b69;
    line-height: 24px;
    font-size: 15px;
    cursor: pointer;
}

.delivery-radio__info {
    font-size: 0.9em;
    position: relative;
    margin-top: 3px;
    color: #999;
}

.delivery-radio__spoiler {
    display: table;
    padding-bottom: 20px;
}

.delivery-radio__spoiler-row {
    display: table-row;
}

.delivery-radio__spoiler-col {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}

.delivery-radio__spoiler-col:not(:first-child) {
    padding-left: 15px;
}

.cart-product {
    font-size: 0.9rem;
}

.cart-product:after,
.cart-product:before {
    content: " ";
    display: table;
}

.cart-product__photo {
    float: left;
    width: 30% !important;
    max-width: 200px;
}

.cart-product__photo .product-photo__item {
    height: 80px !important;
}

.cart-product__info {
    float: left;
    width: 60%;
}

.cart-product__brand {
    color: #999;
}

.cart-product__link {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    float: left;
}

.cart-product__link:hover {
    color: #000;
    text-decoration: underline;
}

.cart-product__option {
    color: #0455a3;
    margin-top: 10px;
    background: #f8f8f8;
    float: left;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cart-product__info {
    width: 70% !important;
}

.order-details {
    background: #f8f8f8;
    padding: 30px 40px;
    color: #000;
}

.order-details__group {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.order-details__group:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d2d2d2;
}

.order-details__list {
    display: table-row;
}

.order-details__item {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
}

.order-details__item:not(:first-child) {
    padding-left: 30px;
}

.order-details__item--title {
    font-weight: 700;
}

.cart-price {
    font-size: 0;
}

.cart-price__old {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
}

.cart-price__old:after,
.cart-price__old:before {
    content: " ";
    display: table;
}

.cart-price__old:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    top: 50%;
}

.cart-price__old-cur,
.cart-price__old-value {
    float: left;
}

.cart-price__old-cur:last-child {
    margin-left: 0.2em;
}

.cart-price__main {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
}

.cart-price__main:after,
.cart-price__main:before {}

.cart-price__main--vertical {
    width: 100%;
    margin-left: 0;
}

.cart-price__main--small {
    font-size: 1rem;
}

.cart-price__main--lg {
    font-size: 24px;
    background: #f8f8f8;
    padding: 5px 20px;
    color: #013a6d;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    text-align: center;
    border-top: 1px dashed #e8e8e8;
}

.cart-price__main-cur,
.cart-price__main-value {}

.cart-price__main-cur:last-child {
    margin-left: 0.2em;
    font-size: 13px;
    font-weight: 400;
}

.cart-price__addition {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0.9rem;
    color: #999;
}

.discount-info,
.gallery-menu {
    font-size: 1rem;
}

.cart-price__addition:after,
.cart-price__addition:before {
    content: " ";
    display: table;
}

.cart-price__addition-item {
    float: left;
}

.cart-price__addition-item:before {
    content: '/';
    float: left;
    margin: 1px 5px 0;
}

.cart-price__addition-cur,
.cart-price__addition-value {
    float: left;
}

.cart-price__addition-cur:last-child {
    margin-left: 0.2em;
}

.order-history {
    display: table;
    width: 100%;
}

.order-history__row {
    display: table-row;
}

.order-history__col {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}

.order-history__col--header {
    border-width: 2px;
    font-weight: 700;
}

.order-history__link {
    color: #4d60a0;
    text-decoration: underline;
}

.order-history__link:hover {
    color: #769c1f;
    text-decoration: underline;
}

.discount-info__list {
    display: table;
    width: 100%;
}

.discount-info__row {
    display: table-row;
}

.discount-info__col {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #eaeaea;
    padding: 5px;
}

.discount-info__col--title {
    position: relative;
}

.discount-info__note {
    font-size: 0.86em;
    color: #E89B88;
}

.discount-info__message {
    margin-top: 20px;
}

.discount-table {
    display: table;
    width: 100%;
}

.discount-table__row {
    display: table-row;
}

.discount-table__row--header {
    font-weight: 700;
}

.discount-table__row--header .discount-table__item:after {
    content: '';
    display: block;
    height: 1px;
    border-top: 1px dashed #eaeaea;
    padding-bottom: 5px;
}

.discount-table__item {
    display: table-cell;
    vertical-align: top;
    padding: 2px 4px;
}

.compare__product {
    height: 220px;
    overflow: hidden;
    padding: 0 10px;
}

.compare__params {
    font-size: 0.9rem;
    color: #000;
}

.compare__params-item {
    padding: 2px 10px;
    height: 40px;
    overflow: hidden;
}

.compare__params-item:nth-child(even) {
    background: #f2f2f2;
    border: #e5e5e5 dashed 1px;
    border-right: 0;
    border-left: 0;
}

.compare__params-item--title {
    font-weight: 700;
}

.compare__params-value {
    display: table;
    width: 100%;
    height: 100%;
}

.compare__params-value:before {
    content: "";
    width: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.compare__params-text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.compare__delete {
    padding-top: 3px;
}

.compare__delete-link {
    font-size: 0.9em;
    color: #999;
    text-decoration: underline;
}

.compare__delete-link:hover {
    text-decoration: none;
}

.gallery-album__title-link {
    color: #4d60a0;
    text-decoration: underline;
}

.gallery-album__title-link:hover {
    color: #769c1f;
    text-decoration: underline;
}

.gallery-image__link {
    display: block;
    position: relative;
}

.gallery-image__img,
.gallery-image__link:hover .gallery-image__zoom {
    display: block;
}

.gallery-image__zoom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 39, 47, 0.5);
    color: #FFF;
}

.gallery-image__zoom-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.gallery-image__zoom-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gallery-image__zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
}

.gallery-image__desc {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.gallery-menu {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.gallery-menu__list:after,
.gallery-menu__list:before {
    content: " ";
    display: table;
}

.gallery-menu__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 10px;
}

.gallery-menu__item:first-child {
    margin-left: 0;
}

.gallery-menu__link {
    color: #4d60a0;
    text-decoration: underline;
}

.gallery-menu__link:hover {
    color: #769c1f;
    text-decoration: underline;
}

.countdown-post {
    display: inline-block;
    border: #eaeaea solid 1px;
    padding: 15px;
}

.countdown-post__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 1rem;
    color: #999;
}

.countdown-post__date {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
}

.countdown-post__item {
    float: left;
}

.countdown-post__item::after {
    content: ':';
    float: right;
}

.countdown-post__item--no-marker::after {
    display: none;
}

.countdown-post__label {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.countdown-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #eaeaea solid 1px;
    padding: 1em;
}

.countdown-product__row {
    display: flex;
    flex-wrap: nowrap;
}

.countdown-product__title {
    margin-right: 10px;
    color: #999;
}

.countdown-product__item {
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}

.countdown-product__item::after {
    content: ':';
    display: inline-block;
}

.countdown-product__item--no-marker::after {
    display: none;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

.countdown-product__item--label {
    margin-right: 5px;
    margin-left: 5px;
}

.slick-slider {
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 0px 10px;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: transparent solid 1px;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media screen {
    input[type="date"].filter__range-control,
    input[type="date"].form-control,
    input[type="date"].form-input__control,
    input[type="date"].form__select,
    input[type="date"].variants-select__field,
    input[type="time"].filter__range-control,
    input[type="time"].form-control,
    input[type="time"].form-input__control,
    input[type="time"].form__select,
    input[type="time"].variants-select__field,
    input[type="datetime-local"].filter__range-control,
    input[type="datetime-local"].form-control,
    input[type="datetime-local"].form-input__control,
    input[type="datetime-local"].form__select,
    input[type="datetime-local"].variants-select__field,
    input[type="month"].filter__range-control,
    input[type="month"].form-control,
    input[type="month"].form-input__control,
    input[type="month"].form__select,
    input[type="month"].variants-select__field {
        line-height: 34px;
    }
    .btn-order .input-group-sm>.form-input__group-item>input[type="date"][type="button"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="date"][type="reset"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="date"][type="submit"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="time"][type="button"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="time"][type="reset"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="time"][type="submit"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="datetime-local"][type="button"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="datetime-local"][type="reset"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="datetime-local"][type="submit"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="month"][type="button"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="month"][type="reset"],
    .btn-order .input-group-sm>.form-input__group-item>input[type="month"][type="submit"],
    .btn-order .input-group-sm>.input-group-btn>input[type="date"][type="button"],
    .btn-order .input-group-sm>.input-group-btn>input[type="date"][type="reset"],
    .btn-order .input-group-sm>.input-group-btn>input[type="date"][type="submit"],
    .btn-order .input-group-sm>.input-group-btn>input[type="time"][type="button"],
    .btn-order .input-group-sm>.input-group-btn>input[type="time"][type="reset"],
    .btn-order .input-group-sm>.input-group-btn>input[type="time"][type="submit"],
    .btn-order .input-group-sm>.input-group-btn>input[type="datetime-local"][type="button"],
    .btn-order .input-group-sm>.input-group-btn>input[type="datetime-local"][type="reset"],
    .btn-order .input-group-sm>.input-group-btn>input[type="datetime-local"][type="submit"],
    .btn-order .input-group-sm>.input-group-btn>input[type="month"][type="button"],
    .btn-order .input-group-sm>.input-group-btn>input[type="month"][type="reset"],
    .btn-order .input-group-sm>.input-group-btn>input[type="month"][type="submit"],
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm>.form-input__group-item>input[type="date"].active-filters__btn-ico,
    .input-group-sm>.form-input__group-item>input[type="date"].active-filters__btn-link,
    .input-group-sm>.form-input__group-item>input[type="date"].btn,
    .input-group-sm>.form-input__group-item>input[type="date"].btn-accent,
    .input-group-sm>.form-input__group-item>input[type="date"].btn-inverse,
    .input-group-sm>.form-input__group-item>input[type="date"].btn-white,
    .input-group-sm>.form-input__group-item>input[type="date"].form-input__group-btn,
    .input-group-sm>.form-input__group-item>input[type="date"].product-buy__btn,
    .input-group-sm>.form-input__group-item>input[type="date"].toggle-view__button,
    .input-group-sm>.form-input__group-item>input[type="date"].widget-primary__view-all,
    .input-group-sm>.form-input__group-item>input[type="time"].active-filters__btn-ico,
    .input-group-sm>.form-input__group-item>input[type="time"].active-filters__btn-link,
    .input-group-sm>.form-input__group-item>input[type="time"].btn,
    .input-group-sm>.form-input__group-item>input[type="time"].btn-accent,
    .input-group-sm>.form-input__group-item>input[type="time"].btn-inverse,
    .input-group-sm>.form-input__group-item>input[type="time"].btn-white,
    .input-group-sm>.form-input__group-item>input[type="time"].form-input__group-btn,
    .input-group-sm>.form-input__group-item>input[type="time"].product-buy__btn,
    .input-group-sm>.form-input__group-item>input[type="time"].toggle-view__button,
    .input-group-sm>.form-input__group-item>input[type="time"].widget-primary__view-all,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].active-filters__btn-ico,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].active-filters__btn-link,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].btn,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].btn-accent,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].btn-inverse,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].btn-white,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].form-input__group-btn,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].product-buy__btn,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].toggle-view__button,
    .input-group-sm>.form-input__group-item>input[type="datetime-local"].widget-primary__view-all,
    .input-group-sm>.form-input__group-item>input[type="month"].active-filters__btn-ico,
    .input-group-sm>.form-input__group-item>input[type="month"].active-filters__btn-link,
    .input-group-sm>.form-input__group-item>input[type="month"].btn,
    .input-group-sm>.form-input__group-item>input[type="month"].btn-accent,
    .input-group-sm>.form-input__group-item>input[type="month"].btn-inverse,
    .input-group-sm>.form-input__group-item>input[type="month"].btn-white,
    .input-group-sm>.form-input__group-item>input[type="month"].form-input__group-btn,
    .input-group-sm>.form-input__group-item>input[type="month"].product-buy__btn,
    .input-group-sm>.form-input__group-item>input[type="month"].toggle-view__button,
    .input-group-sm>.form-input__group-item>input[type="month"].widget-primary__view-all,
    .input-group-sm>.input-group-btn>input[type="date"].active-filters__btn-ico,
    .input-group-sm>.input-group-btn>input[type="date"].active-filters__btn-link,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm>.input-group-btn>input[type="date"].btn-accent,
    .input-group-sm>.input-group-btn>input[type="date"].btn-inverse,
    .input-group-sm>.input-group-btn>input[type="date"].btn-white,
    .input-group-sm>.input-group-btn>input[type="date"].form-input__group-btn,
    .input-group-sm>.input-group-btn>input[type="date"].product-buy__btn,
    .input-group-sm>.input-group-btn>input[type="date"].toggle-view__button,
    .input-group-sm>.input-group-btn>input[type="date"].widget-primary__view-all,
    .input-group-sm>.input-group-btn>input[type="time"].active-filters__btn-ico,
    .input-group-sm>.input-group-btn>input[type="time"].active-filters__btn-link,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm>.input-group-btn>input[type="time"].btn-accent,
    .input-group-sm>.input-group-btn>input[type="time"].btn-inverse,
    .input-group-sm>.input-group-btn>input[type="time"].btn-white,
    .input-group-sm>.input-group-btn>input[type="time"].form-input__group-btn,
    .input-group-sm>.input-group-btn>input[type="time"].product-buy__btn,
    .input-group-sm>.input-group-btn>input[type="time"].toggle-view__button,
    .input-group-sm>.input-group-btn>input[type="time"].widget-primary__view-all,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].active-filters__btn-ico,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].active-filters__btn-link,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-accent,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-inverse,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-white,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].form-input__group-btn,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].product-buy__btn,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].toggle-view__button,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].widget-primary__view-all,
    .input-group-sm>.input-group-btn>input[type="month"].active-filters__btn-ico,
    .input-group-sm>.input-group-btn>input[type="month"].active-filters__btn-link,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm>.input-group-btn>input[type="month"].btn-accent,
    .input-group-sm>.input-group-btn>input[type="month"].btn-inverse,
    .input-group-sm>.input-group-btn>input[type="month"].btn-white,
    .input-group-sm>.input-group-btn>input[type="month"].form-input__group-btn,
    .input-group-sm>.input-group-btn>input[type="month"].product-buy__btn,
    .input-group-sm>.input-group-btn>input[type="month"].toggle-view__button,
    .input-group-sm>.input-group-btn>input[type="month"].widget-primary__view-all,
    .input-group-sm>input[type="date"].filter__range-control,
    .input-group-sm>input[type="date"].filter__range-label,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].form-input__control,
    .input-group-sm>input[type="date"].form__select,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>input[type="date"].variants-select__field,
    .input-group-sm>input[type="time"].filter__range-control,
    .input-group-sm>input[type="time"].filter__range-label,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].form-input__control,
    .input-group-sm>input[type="time"].form__select,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>input[type="time"].variants-select__field,
    .input-group-sm>input[type="datetime-local"].filter__range-control,
    .input-group-sm>input[type="datetime-local"].filter__range-label,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].form-input__control,
    .input-group-sm>input[type="datetime-local"].form__select,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>input[type="datetime-local"].variants-select__field,
    .input-group-sm>input[type="month"].filter__range-control,
    .input-group-sm>input[type="month"].filter__range-label,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].form-input__control,
    .input-group-sm>input[type="month"].form__select,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>input[type="month"].variants-select__field,
    input[type="date"].form-input__control--sm,
    input[type="date"].input-sm,
    input[type="time"].form-input__control--sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].form-input__control--sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].form-input__control--sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 55%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 44.333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .filter__range-control,
    .form-inline .form-control,
    .form-inline .form-input__control,
    .form-inline .form__select,
    .form-inline .variants-select__field {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .filter__range-field,
    .form-inline .form-input__group,
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .filter__range-field .filter__range-control,
    .form-inline .filter__range-field .filter__range-label,
    .form-inline .filter__range-field .form-control,
    .form-inline .filter__range-field .form-input__control,
    .form-inline .filter__range-field .form-input__group-item,
    .form-inline .filter__range-field .form__select,
    .form-inline .filter__range-field .input-group-addon,
    .form-inline .filter__range-field .input-group-btn,
    .form-inline .filter__range-field .variants-select__field,
    .form-inline .form-input__group .filter__range-control,
    .form-inline .form-input__group .filter__range-label,
    .form-inline .form-input__group .form-control,
    .form-inline .form-input__group .form-input__control,
    .form-inline .form-input__group .form-input__group-item,
    .form-inline .form-input__group .form__select,
    .form-inline .form-input__group .input-group-addon,
    .form-inline .form-input__group .input-group-btn,
    .form-inline .form-input__group .variants-select__field,
    .form-inline .input-group .filter__range-control,
    .form-inline .input-group .filter__range-label,
    .form-inline .input-group .form-control,
    .form-inline .input-group .form-input__control,
    .form-inline .input-group .form-input__group-item,
    .form-inline .input-group .form__select,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .variants-select__field {
        width: auto;
    }
    .form-inline .filter__range-field>.filter__range-control,
    .form-inline .filter__range-field>.form-control,
    .form-inline .filter__range-field>.form-input__control,
    .form-inline .filter__range-field>.form__select,
    .form-inline .filter__range-field>.variants-select__field,
    .form-inline .form-input__group>.filter__range-control,
    .form-inline .form-input__group>.form-control,
    .form-inline .form-input__group>.form-input__control,
    .form-inline .form-input__group>.form__select,
    .form-inline .form-input__group>.variants-select__field,
    .form-inline .input-group>.filter__range-control,
    .form-inline .input-group>.form-control,
    .form-inline .input-group>.form-input__control,
    .form-inline .input-group>.form__select,
    .form-inline .input-group>.variants-select__field {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
    .content__flex-container {
        flex-direction: row;
    }
    .content__sidebar {
        text-align: left;
        width: 270px;
        margin-right: 20px;
    }
    .footer__row {
        justify-content: space-around;
    }
    .col--align-center-sm {
        text-align: center;
    }
    .col--align-left-sm {
        text-align: left;
    }
    .col--align-right-sm {
        text-align: right;
    }
    .modal__footer-row {
        justify-content: space-between;
    }
    .accordion-tabs__item {
        display: inline;
    }
    .accordion-tabs__link {
        display: inline-block;
    }
    .accordion-tabs__item:first-child>.accordion-tabs__link.js-init-active,
    .accordion-tabs__link.js-active {
        border-bottom: none;
        background: #eafaff;
    }
    .accordion-tabs {
        padding-right: 20px;
    }
    .accordion-tabs__content {
        float: left;
    }
    .post__image,
    .post__inner {
        display: table-cell;
        vertical-align: top;
    }
    .post__image {
        padding-right: 10px;
        width: 30%;
        margin-bottom: 0;
    }
    .paginator {
        flex-wrap: nowrap;
    }
    .paginator__item {}
    .paginator__item--next,
    .paginator__item--prev {
        display: block;
    }
    .comments #comments-anchor {
        margin-top: -250px;
    }
    .form__field--hor .form__label {
        display: table-cell;
        width: 100px;
        vertical-align: top;
        padding-top: 8px;
        padding-bottom: 0;
    }
    .form__field--hor-lg .form__label {
        width: 150px;
    }
    .form__field--static .form__label {
        padding-top: 0;
        padding-bottom: 0;
    }
    .form__field--hor .form__inner {
        display: table-cell;
        vertical-align: top;
        width: calc(100% - 100px);
        padding-left: 10px;
    }
    .product-kit__products,
    .product-kit__purchase {
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
    }
    .form__field--hor-lg .form__inner {
        width: calc(100% - 150px);
    }
    .form__capcha {
        border-left: 0;
    }
    .product-snippet {
        flex-direction: row;
        align-items: flex-start;
    }
    .product-snippet__photo {
        width: 25%;
    }
    .product-kit__products {
        width: 80%;
    }
    .product-kit__product:not(:first-child):before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin: 0 0 0 -17px;
    }
    .product-kit__purchase {
        width: 20%;
        padding-left: 50px;
        line-height: 1;
    }
    .product-kit__purchase:before {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .cart-summary--in-modal .cart-summary__items {
        display: table;
        width: 100%;
    }
    .cart-summary--in-modal .cart-summary__row {
        display: table-row;
    }
    .cart-summary--in-modal .cart-summary__cell {
        display: table-cell;
        vertical-align: top;
        border-top: 1px solid #eaeaea;
        padding: 20px 0;
    }
    .cart-summary--in-modal .cart-summary__cell--delete {
        float: none;
    }
    .cart-summary--in-modal .cart-summary__cell--delete~.cart-summary--in-modal .cart-summary__cell {
        margin-right: 0;
    }
    .cart-summary--in-modal .cart-summary__cell:not(:last-child) {
        padding-bottom: 20px;
    }
    .cart-summary--in-modal .cart-summary__price {
        width: 80px;
        text-align: right;
        float: right;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
    .hidden-sm,
    .navbar__item,
    .navbar__left {
        display: none !important;
    }
    .row--vindent-s>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-s>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-s>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-s>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-s>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-s>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-s>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-s>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-s>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-s>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-s>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-s>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-m>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-m>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-m>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-m>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-m>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-m>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-m>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-m>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-m>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-m>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-m>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-l>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-l>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-l>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-l>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-l>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-l>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-l>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-l>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-l>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-l>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-l>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:768px) and (max-width:767px) {
    .row--vindent-s-sm>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-s-sm>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-s-sm>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-s-sm>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-sm>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-m-sm>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-m-sm>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-m-sm>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-m-sm>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-sm>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-l-sm>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-l-sm>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-l-sm>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-l-sm>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:991px) {
    .row--vindent-s-sm>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-s-sm>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-s-sm>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-s-sm>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-sm>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-m-sm>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-m-sm>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-m-sm>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-m-sm>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-sm>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-l-sm>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-l-sm>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-l-sm>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-l-sm>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:768px) and (min-width:992px) and (max-width:1199px) {
    .row--vindent-s-sm>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-s-sm>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-s-sm>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-s-sm>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-sm>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-m-sm>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-m-sm>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-m-sm>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-m-sm>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-sm>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-l-sm>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-l-sm>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-l-sm>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-l-sm>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .row--vindent-s-sm>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-s-sm>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-s-sm>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-s-sm>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-s-sm>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-s-sm>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-sm>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-m-sm>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-m-sm>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-m-sm>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-m-sm>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-m-sm>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-m-sm>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-sm>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-l-sm>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-l-sm>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-l-sm>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-l-sm>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-l-sm>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-l-sm>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    body {
        overflow-x: visible;
    }
    .header__logo {
        flex-shrink: 0;
        margin: 0 20px;
    }
    .start-page__content {
        width: calc(100% - 270px);
        padding-left: 30px;
    }
    .navbar__center {
        padding-right: 30px;
    }
    .col--align-center-md {
        text-align: center;
    }
    .col--align-left-md {
        text-align: left;
    }
    .col--align-right-md {
        text-align: right;
    }
    .banner-simple__content {
        font-size: 1.2em;
    }
    .banner-simple__arrow {
        background-color: rgba(0, 0, 0, 0.129);
    }
    .banner-simple__arrow:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .breadcrumbs {
        font-size: 14px;
    }
    .col-sm-6 .product-cut:hover::before {
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        display: block;
        box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
        border-bottom: 0;
        border-radius: 10px 10px 0px 0px;
        background: #fff;
    }
    .col-sm-6 .product-cut:hover .product-cut__extra-info {
        display: block;
        top: 95%;
    }
    .col-sm-6 .product-cut:hover .product-cut__rating {
        display: none !important;
    }
    .col-sm-6 .product-cut:hover .product-cut__title {
        display: none !important;
    }
    .col-sm-6 .product-cut:hover .product-cut__price {
        margin-top: -12% !important;
        z-index: 10;
        position: relative;
        padding-bottom: 5px;
    }
    .col-sm-6 .product-cut:hover .product-photo__img {
        padding: 0 5%;
        margin-top: -5%
    }
    .col-sm-6 .product-cut:hover .product-photo__label {
        display: none !important;
    }
    .col-sm-6 .product-cut:hover .product-price__main2 {
        padding: 10px 20px;
        border-radius: 20px 20px 0px 0px;
    }
    .col-sm-6 .product-cut:hover .freeshipnewdiv {
        display: none !important;
    }
    .col-sm-6 .product-cut:hover .addimagedivcut {
        display: block !important;
        margin-top: -10%;
        margin-bottom: 15%;
    }
    .cart-summary__items {
        display: table;
        width: 100%;
    }
    .cart-summary__row {}
    .cart-summary__cell {
        display: table-cell;
        vertical-align: top;
        padding: 20px 0;
    }
    .cart-summary__cell--delete {
        float: none;
    }
    .cart-summary__cell--delete~.cart-summary__cell {
        margin-right: 0;
    }
    .cart-summary__cell:not(:last-child) {
        padding-bottom: 20px;
        width: 86%;
    }
    .cart-summary__price {
        width: 74px;
        text-align: right;
        float: right;
        margin: 15px;
        margin-right: 0px;
    }
    .order-details {
        margin-right: 20px !important;
    }
}

.form-input__group-btn {
    border: none;
    margin: 0px 3px !important;
}

.form-input__control {
    border-radius: 6px !important;
    width: 43px !important;
    font-weight: 700;
    box-shadow: none;
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
    .hidden-md {
        display: none !important;
    }
    .row--vindent-s>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-s>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-s>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-s>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-s>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-s>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-s>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-s>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-s>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-s>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-s>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-s>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-m>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-m>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-m>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-m>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-m>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-m>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-m>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-m>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-m>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-m>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-m>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-l>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-l>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-l>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-l>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-l>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-l>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-l>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-l>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-l>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-l>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-l>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header__center {
        display: block;
    }
    .header__center>* {
        margin: 0;
    }
    .header__center>:not(:first-child) {
        padding-top: 10px;
    }
}

@media (min-width:992px) and (max-width:767px) {
    .row--vindent-s-md>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-s-md>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-s-md>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-s-md>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-md>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-m-md>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-m-md>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-m-md>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-m-md>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-md>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-l-md>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-l-md>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-l-md>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-l-md>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:992px) and (min-width:768px) and (max-width:991px) {
    .row--vindent-s-md>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-s-md>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-s-md>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-s-md>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-md>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-m-md>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-m-md>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-m-md>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-m-md>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-md>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-l-md>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-l-md>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-l-md>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-l-md>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:992px) and (min-width:992px) and (max-width:1199px) {
    .row--vindent-s-md>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-s-md>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-s-md>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-s-md>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-md>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-m-md>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-m-md>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-m-md>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-m-md>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-md>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-l-md>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-l-md>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-l-md>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-l-md>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .row--vindent-s-md>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-s-md>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-s-md>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-s-md>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-s-md>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-s-md>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-md>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-m-md>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-m-md>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-m-md>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-m-md>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-m-md>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-m-md>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-md>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-l-md>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-l-md>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-l-md>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-l-md>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-l-md>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-l-md>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:1300px) {
    .container {
        width: 1170px;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 33%;
        margin-top: 10px;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 80%;
        padding: 0px;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 48%;
        float: left;
        margin-right: 1%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .visible-lg {
        display: block !important;
        width: 19%;
        margin-left: 1%;
        margin-top: 0px;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
    .content__header {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .content__header-item {
        padding-bottom: 10px;
        background: #f8f8f8;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 10px;
    }
    .content__header-item:first-child {
        padding-right: 15px;
        background: #fff;
        padding-left: 0;
    }
    .row--vindent-s>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-s>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-s>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-s>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-s>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-s>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-s>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-s>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-s>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-s>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-s>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-s>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-m>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-m>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-m>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-m>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-m>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-m>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-m>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-m>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-m>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-m>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-m>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-l>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-l>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-l>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-l>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-l>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-l>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-l>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-l>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-l>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-l>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-l>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
    .col--align-center-lg {
        text-align: center;
    }
    .col--align-left-lg {
        text-align: left;
    }
    .col--align-right-lg {
        text-align: right;
    }
    .tabloid {
        flex-direction: row;
    }
    .tabloid__bargain {
        width: 285px;
        margin-top: 0;
        margin-left: 30px;
    }
    .cart-summary__total {
        display: table;
        width: 100%;
        margin-top: 10px;
    }
    .cart-summary__total-coupon {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px 0 0;
        width: 60%;
    }
    .cart-summary__total-price {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .row--vindent-s-lg>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-s-lg>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-s-lg>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-s-lg>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-lg>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-m-lg>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-m-lg>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-m-lg>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-m-lg>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-lg>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-l-lg>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-l-lg>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-l-lg>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-l-lg>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:1200px) and (min-width:768px) and (max-width:991px) {
    .row--vindent-s-lg>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-s-lg>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-s-lg>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-s-lg>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-lg>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-m-lg>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-m-lg>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-m-lg>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-m-lg>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-lg>[class~="col-sm-1"]:nth-child(n 13),
    .row--vindent-l-lg>[class~="col-sm-2"]:nth-child(n 7),
    .row--vindent-l-lg>[class~="col-sm-3"]:nth-child(n 5),
    .row--vindent-l-lg>[class~="col-sm-4"]:nth-child(n 4),
    .row--vindent-l-lg>[class~="col-sm-5"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-sm-6"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-sm-7"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-sm-8"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-sm-9"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-sm-10"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-sm-11"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-sm-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:1200px) and (min-width:992px) and (max-width:1199px) {
    .row--vindent-s-lg>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-s-lg>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-s-lg>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-s-lg>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-lg>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-m-lg>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-m-lg>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-m-lg>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-m-lg>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-lg>[class~="col-md-1"]:nth-child(n 13),
    .row--vindent-l-lg>[class~="col-md-2"]:nth-child(n 7),
    .row--vindent-l-lg>[class~="col-md-3"]:nth-child(n 5),
    .row--vindent-l-lg>[class~="col-md-4"]:nth-child(n 4),
    .row--vindent-l-lg>[class~="col-md-5"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-md-6"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-md-7"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-md-8"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-md-9"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-md-10"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-md-11"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-md-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .row--vindent-s-lg>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-s-lg>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-s-lg>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-s-lg>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-s-lg>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-s-lg>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m-lg>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-m-lg>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-m-lg>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-m-lg>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-m-lg>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-m-lg>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-m-lg>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l-lg>[class~="col-lg-1"]:nth-child(n 13),
    .row--vindent-l-lg>[class~="col-lg-2"]:nth-child(n 7),
    .row--vindent-l-lg>[class~="col-lg-3"]:nth-child(n 5),
    .row--vindent-l-lg>[class~="col-lg-4"]:nth-child(n 4),
    .row--vindent-l-lg>[class~="col-lg-5"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-lg-6"]:nth-child(n 3),
    .row--vindent-l-lg>[class~="col-lg-7"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-lg-8"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-lg-9"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-lg-10"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-lg-11"]:nth-child(n 2),
    .row--vindent-l-lg>[class~="col-lg-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
}

@media (max-width:1199px) {
    .col--spacer-md {
        padding-top: 20px;
    }
}

@media (max-width:991px) {
    .col--spacer-sm {
        padding-top: 20px;
    }
    .form--bg {
        margin-right: 0px !important;
        padding: 20px;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    #showroomdpmobile {
        display: block !important;
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.product-fullinfo {
    padding-right: 10px;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

.col-sm-6 .adownparametrcut {
    display: block !important;
}

@media (max-width:767px) {
    .breadcrumbs__item:not(:last-child):after {
        content: "";
        float: left;
        margin: 0 2px;
        color: #000;
        margin-top: 9px;
    }
    .col-sm-6 .imgdownparametrcut {
        display: block !important;
    }
    .col-sm-6 .adownparametrcut {
        display: none !important;
    }
    .prodbutbock {
        margin-top: 5px;
    }
    #butslujevinfo {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .product-fullinfo {
        padding-right: 0px !important;
    }
    .row--ib>[class*="col-"] {
        margin-bottom: 0px;
        padding: 0px;
        height: auto !important;
        padding-top: 10px;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
        margin-top: 7px;
        margin-left: 0px;
    }
    .footer__sidebar::before,
    .hidden-xs,
    .navbar__item,
    .navbar__left {
        display: none !important;
    }
    .row--vindent-s>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-s>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-s>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-s>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-s>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-s>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-s>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-s>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-s>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-s>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-s>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-s>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 20px;
    }
    .row--vindent-m>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-m>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-m>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-m>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-m>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-m>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-m>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-m>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-m>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-m>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-m>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-m>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 40px;
    }
    .row--vindent-l>[class~="col-xs-1"]:nth-child(n 13),
    .row--vindent-l>[class~="col-xs-2"]:nth-child(n 7),
    .row--vindent-l>[class~="col-xs-3"]:nth-child(n 5),
    .row--vindent-l>[class~="col-xs-4"]:nth-child(n 4),
    .row--vindent-l>[class~="col-xs-5"]:nth-child(n 3),
    .row--vindent-l>[class~="col-xs-6"]:nth-child(n 3),
    .row--vindent-l>[class~="col-xs-7"]:nth-child(n 2),
    .row--vindent-l>[class~="col-xs-8"]:nth-child(n 2),
    .row--vindent-l>[class~="col-xs-9"]:nth-child(n 2),
    .row--vindent-l>[class~="col-xs-10"]:nth-child(n 2),
    .row--vindent-l>[class~="col-xs-11"]:nth-child(n 2),
    .row--vindent-l>[class~="col-xs-12"]:nth-child(n 2) {
        padding-top: 60px;
    }
    .col--spacer-xs {
        padding-top: 20px;
        float: left;
        width: 100%;
    }
    .product-intro {
        width: 100% !important;
        padding: 15px;
    }
    .gdepolej {
        padding: 20px 0px 16px 10px !important;
    }
    .classcollectrionprod {
        width: 100% !important;
    }
    .filesgroup {
        width: 100% !important;
    }
    .indsize {
        width: 100% !important;
    }
    .product-photo__item--lg {
        max-height: 300px;
    }
    .typo iframe {
        height: auto;
    }
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
    .visible-print-block {
        display: block !important;
    }
    .visible-print-inline {
        display: inline !important;
    }
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tcon-spin360 {
    to {
        transform: rotate(360deg);
    }
}

.main-cat-pic {
    width: 16%;
    margin: 0;
    float: left;
}

.main-cat-pic img {
    margin: 0;
    width: 99%;
    padding: 25%;
    position: relative;
}

.main-nav__link img {
    width: 38px;
    margin-top: -10px;
    margin-left: -53px;
    position: absolute;
}

.header__diller {
    margin: 0;
}

.header__diller img {
    max-width: 100px;
    margin-right: 10px;
    width: 17%;
}

.header__diller p {
    color: #000;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
    background: #efefef;
    padding: 7px 10px;
    width: 210px;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    margin-bottom: 17px;
    margin-top: -42px;
    border-top: 0 solid #10395f;
}

.content__sidebar-item2 {
    text-align: left;
}

.diller-menu {
    margin-top: 20px
}

.diller-menu a {
    float: left;
    width: 127px;
    background: #f1f1f1;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.diller-product-cart {
    width: 100%;
    padding: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 10px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diller-product-cart img {
    width: 100%;
    border-radius: 10px;
    padding: 0px 10%;
}

.numberprod {
    padding: 20px 15px;
    font-size: 22px;
    margin: 0px;
}

.numberprod strong {
    font-weight: 700;
    color: #000;
}

.product-cut__price .product-price__old {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.diller-product-cart a {
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    padding: 10px 15px;
    border-radius: 10px;
    background: #efefef;
}

.diller-product-category {
    margin-top: -47px;
    margin-right: 5px;
    float: right;
    width: 100px;
}

.indsize {
    padding-bottom: 10px;
    background: #f8f8f8;
    text-align: center;
    color: #000;
    width: 100%;
    float: left;
}

.indsize input {
    width: 100px;
    padding: 11px;
    font-size: 18px;
    text-align: center;
    background: #ffffff;
    margin: 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22);
    border-radius: 3px;
}

#indsizep {
    font-size: 14px;
    padding: 10px;
    border-radius: 30px 30px 0px 0px;
    width: 276px;
    margin: 0 auto;
}

@media (max-width:605px) {
    .content__title {
        font-size: 19px;
        line-height: 30px;
        text-align: center;
    }
    .filter__item {
        margin-bottom: 10px !important;
    }
    .img-cat-left {
        max-height: 35px !important;
        margin-bottom: -11px !important;
    }
    .content__header {
        margin-bottom: 20px !important;
    }
    .header__logo {
        max-width: 70px;
        margin-left: -58px;
        margin-right: -33px;
    }
    .user-panel__item {
        margin-right: 12px;
        margin-left: 20px;
    }
    .product-photo__thumb {
        width: 75px !important;
        min-width: 75px;
    }
    .row--ib>[class*="col-"] {
        height: 360px
    }
    .row--ib-mid [class*="col-"] {
        height: auto;
    }
    .col-lg-9 {
        padding: 0px;
    }
}

.headbar p {
    float: left;
    width: 25%;
    padding: 12px;
    padding-top: 20px;
    height: 58px;
    font-size: 16px;
    text-align: center;
    color: #000;
    border-right: 1px dashed #c5c5c5;
}

@media (max-width:1150px) {
    .headbar {
        display: none;
    }
}

@media (max-width:1500px) {
    .searchheader {
        width: 80%;
    }
    .header__contacts {
        margin-left: -20px;
    }
}

@media (max-width:1300px) {
    .searchheader {
        width: 50%;
        margin-right: -24px;
    }
}

@media (max-width:1130px) {
    .searchheader {
        width: 25%;
    }
}

.phone {
    display: none;
}

@media (max-width:992px) {
    .header__nav {
        display: none;
    }
    .searchheader {
        display: none
    }
    .header {
        border: none;
    }
    .phone {
        display: block;
        text-align: center;
        padding-top: 10px;
        font-size: 20px;
        color: #000;
        padding-bottom: 25px;
    }
    .phone div {
        display: inline-table;
    }
    .phone p {
        font-size: 12px;
        color: #908f8f;
        margin-bottom: -14px;
    }
    .header__row {
        padding-bottom: 10px;
        padding-top: 32px;
    }
}

@media (max-width:1550px) {
    .header__diller p {
        display: none;
    }
}

.img-cat-left {
    margin-top: -8px;
    margin-bottom: -13px;
    max-height: 45px;
    background: #f8f8f8;
    padding: 6px;
    border-radius: 5px;
}

.gdepolej {
    padding: 15px 25px;
    margin: 0px;
    font-size: 22px;
}

.gdepolej a {
    color: #0956a3;
    text-decoration: none;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    font-size: 16px;
}

.showdiv1 {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left;
    padding: 30px;
    background: #f8f8f8;
    line-height: 30px;
    border-radius: 20px;
}

.showdiv2 {
    width: 50%;
    float: left;
}

@media (max-width:800px) {
    .showdiv1 {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        padding: 30px;
        background: #f8f8f8;
        line-height: 30px;
        border-radius: 0px;
    }
    .showdiv2 {
        width: 100%;
        float: left;
    }
    .modal--lg {
        border-radius: 0px;
    }
    .modal__header {
        border-radius: 0px;
    }
    .modal__footer-row {
        margin: 0px;
    }
    .modal__footer-btn {
        margin-top: 0px
    }
    .modal__footer {
        padding: 0px 15px 15px 15px;
    }
    .modal__content {
        padding: 15px;
    }
    .cart-product__link {
        font-size: 14px;
    }
}

.overlay1 {
    background-color: rgb(0 0 0 / 30%);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.popup {
    background-color: #f3f3f3;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 20px;
    width: 92%;
    max-width: 1200px;
    height: auto;
    position: absolute;
    text-align: justify;
    top: 10%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 11px;
}

.popup .close_window {
    width: 35px;
    height: 35px;
    position: absolute;
    padding: 4px 7px 4px 9px;
    top: -24px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background-color: #004887;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
}

.popup .close_window:hover {
    background: #026fa0;
}

.product_options_view {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.product_options_view_item {
    width: 125px;
    float: left;
    margin-right: 20px;
    padding: 15px;
    text-align: center;
    background: #f8f8f8;
    margin-top: 23px;
    max-width: 50% !important;
    border-radius: 5px;
    cursor: pointer;
    line-height: 21px;
}

.product_options_view_item:hover {
    box-shadow: 0px 1px 16px #dbdbdb;
}

.product_options_view_item img {
    width: 70%;
}

.product_options_items_select {
    margin: 10px 0px;
    height: 35px;
    border: 1px solid #ced4d7;
    width: 168px;
    max-width: 100%;
    background: #fff;
}

.product_options_view_item a {
    border-bottom: 1px dashed;
    text-decoration: none;
    color: var(--main-bg-color)
}

.div-tkan {
    padding: 0px !important;
}

.tooltip-options span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 130px;
}

.tooltip-options:hover span {
    display: inline;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #6c6c6c;
    width: 400px;
    z-index: 333333;
    padding: 15px;
    box-shadow: 0px 1px 15px #c4c4c4;
    left: 0px;
}

.product-intro__addition-item {
    float: left;
    margin-right: 30px;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width:550px) {
    .catalog-toolbar img {
        float: left;
        margin-right: 0px !important;
        min-width: 20px;
        padding-right: 0px;
        margin-left: 0px !important;
    }
    .catalog-toolbar {
        font-size: 13px;
        float: left;
        margin-top: 0px;
    }
    .catalog-toolbar select {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0px 3px !important;
        text-align: center;
        height: 40px !important;
    }
}

.ck-content {
    font-size: 16px !important;
    padding: 15px !important;
    background: #f0f0f0 !important;
    color: #6b0000 !important;
}

.diller-product-cart2 {
    display: none;
}

@media (max-width:650px) {
    .col-sm-6 .addimagedivcut {
        display: block !important;
        margin-top: 0px;
    }
    .diller-product-cart2 {
        display: block !important;
    }
    #chatico {
        display: none !important;
    }
    .banner-simple {
        display: none;
    }
    .benefits__img {
        width: 60px !important;
    }
}

.chatdivintro a {
    border: 1px solid !important;
    background: none !important;
}

.variants-select__field {
    border-radius: 10px;
    color: #000;
    box-shadow: none;
}

.cutphotobutdop img {
    background: #f8f8f8;
    padding: 7px;
    border-radius: 6px;
}

.viewedproductcut i {
    display: none !important;
}

.modal__footer-btn button {
    padding: 11px !important;
}

.post {
    display: table;
    table-layout: fixed;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 20px;
}

.post__image img {
    padding: 20px;
    border-radius: 50px;
}

.recomendmatmegamenu2 {
    width: 100% !important;
    line-height: 22px;
    font-weight: 700;
    pointer-events: auto;
    margin-top: 10px;
}

.recomendmatmegamenu2 a {
    width: 45% !important;
    float: left;
    margin-right: 5%;
    border-radius: 10px;
    padding: 15px !important;
    border: 1px dashed #f0f0f0
}

.mainmegamenu {
    width: 70vw;
    max-width: 1000px;
    cursor: auto;
    border-radius: 5px;
}

.blockmegamenu div {
    width: 30%;
    margin-left: 3%;
    float: left
}

.blockmegamenu div p {
    width: 100%;
    color: #0359a3;
    font-weight: 700;
    padding: 5px;
    float: left;
}

.blockmegamenu div a {
    width: 100%;
    font-weight: 400;
    padding: 5px;
    float: left;
    text-decoration: none;
    color: #000000;
}

.butmegamenu {
    width: 200px;
    float: left
}

.butmegamenu p {
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    background: #f8f8f8;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}

.butmegamenu p img {
    width: 20px;
    margin-right: 5px;
    margin-bottom: -4px;
}

.blockmegamenu {
    width: calc(100% - 200px);
    float: left
}

.inputsearchmain {
    border-radius: 5px !important;
    height: 45px !important;
    font-size: 18px !important;
    padding: 0px 25px !important;
    color: #000 !important;
}

::-webkit-input-placeholder {
    font-size: 14px;
}

::-moz-placeholder {
    font-size: 14px;
}

:-ms-input-placeholder {
    font-size: 14px;
}

input:-moz-placeholder {
    font-size: 14px;
}

.catcitydiv {
    padding: 35px 20px;
    background: #f8f8f8;
    border-radius: 10px;
    line-height: 26px;
}

.catcitydiv h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.catcitydiv .faq__question {
    text-decoration: none;
    color: var(--main-bg-color);
    margin-left: 8px;
}

.prodbutbock {
    width: 100%
}

.prodbutbock p {
    padding: 10px;
    float: left;
    background: #f8f8f8;
    margin-right: 10px;
    border-radius: 5px;
    margin-bottom: 6px;
    height: 40px;
}

.otzivi-category .otzivdivshop {
    box-shadow: none !important;
}

.otzivi-category .content__container {
    padding: 0px !important;
}

#bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #02a9f4 !important;
}

#bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #06457b !important
}

#bingc-passive div.bingc-passive-overlay {
    background: #004786 !important;
    border-radius: 20px;
}

#bingc-phone-button div.bingc-phone-button-tooltip {
    background: #d1f1ff !important;
    border-radius: 10px;
    color: #456b8c !important;
}

#bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #d1f1ff !important;
}

#bingc-passive div.bingc-passive-overlay a.bingc-powered-by {
    display: none;
}

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes {
    background: #003463 !important;
    border-radius: 10px;
}

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
    background: #000 !important;
}

#bingc-passive div.bingc-passive-overlay a.bingc-passive-close-button svg polygon {
    fill: #000000 !important;
}

#bingc-active {
    background: #004786 !important;
}

#bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour,
#bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes {
    background: #012c52 !important;
    border-radius: 10px;
}

#bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
    background: #000000 !important;
}

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day {
    background: #003463;
    border-radius: 10px;
}

.popcatmain a {
    float: left;
    padding: 3px 8px !important;
    border-radius: 10px;
    margin: 5px;
    color: #1c538c;
    font-size: 1em;
    text-decoration: none;
    background: none;
    line-height: 25px !important;
}

.phonemenumain {
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
    float: left;
}

.phonemenumain a {
    float: left;
    background: #f8f8f8;
    border-radius: 10px;
    text-decoration: none;
    color: var(--main-bg-color);
    margin: 1%;
    padding: 8px 12px;
    padding-bottom: 10px;
    width: 48%;
    text-align: center;
}

.phonemenumain img {
    width: 25px;
    margin-bottom: -7px;
    margin-right: 5px;
}

.header__contacts_desc {
    padding: 5px;
    background: #002443;
    text-align: center;
    border-radius: 10px;
    max-width: 215px;
    min-width: 200px;
    color: #fff;
    height: 50px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    border: 1px solid;
}

.header__contacts_desc:hover {
    height: 156px;
    margin-bottom: -106px;
    overflow: hidden;
    z-index: 23323
}

.fixedheaderdesc {
    position: fixed !important;
    top: -34px !important;
    width: 100% !important;
    z-index: 150 !important;
}

@media (max-width:992px) {
    .fixedheaderdesc {
        top: 0 !important;
    }
    .phonemenumain {
        display: block !important;
        width: 100%;
    }
}

.fixedheaderdescwidget {
    position: fixed !important;
    width: 290px !important;
    z-index: 15 !important;
    top: 55px;
}

.product-photo__zoom {
    display: none !important;
}

.saleh1block {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.col-lg-2 .product-cut__photo .panoramaprodopen,
.col-lg-2 .product-cut__photo .cutphotobutdop,
.col-lg-2 .product-cut__photo .imgchast {
    display: none !important;
}

.product-intro .typo {
    background: #efefef !important;
}

.product-cut .variants-select__field {
    height: 50px !important;
}

.addimagedivcut {
    display: none;
    z-index: 10;
    position: relative;
    text-align: center;
    margin-bottom: 21px;
}

.addimagedivcut img {
    padding: 4px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 35px;
}

.crossaleitems .product-cut__actions {
    display: block !important;
    width: 100% !important;
    margin-left: 0px;
}

.crossaleitems .variants-select__field {
    box-shadow: none;
    border: none;
    font-weight: 700;
    color: #013a6d;
    text-align: center;
}

.crossaleitems .product-cut__action-item {
    margin-left: 0px !important;
}

.crossaleitems .product-buy__buttons,
.crossaleitems .product-buy__btn {
    width: 100% !important
}

.komplectdivcss .variants-select__field {
    font-weight: 700 !important;
    color: #002443;
}

.cartlogoglobal {
    max-width: 120px !important;
}

.cartlogoglobal img {
    background: #013a6d;
    border-radius: 10px;
    padding: 10px;
}

.mobilesearchpanel .input-group-btn {
    right: -5px;
}

.active-filters__btn-link {
    font-size: 13px;
    border-radius: 10px 0px 0px 10px;
    padding: 5px 10px;
}

.active-filters__btn-ico {
    padding: 6px 10px;
    padding-bottom: 7px;
    font-size: 18px;
    margin-left: -1px !important;
    background: #013a6d;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    z-index: 3;
    border: none;
}

.popcatmain a {
    display: block !important;
}

.mobilesearchpanel input {
    height: 40px !important;
    margin-top: 4px;
    font-size: 13px !important;
    padding: 5px 10px !important;
}

.stratpagemainwidget img {
    border-radius: 10px;
    display: initial;
}

.stratpagemainwidget .product-cut__extra-info {
    display: none !important;
}

.stratpagemainwidget .product-cut__title-link {
    font-size: 14px;
}

@media (max-width:1400px) {
    .stratpagemainwidget .product-photo__labels {
        display: none !important;
    }
}

.freeshipnewdiv {
    margin-bottom: 5px !important;
}

.product-cut .saleh1block {
    display: none !important;
}

.phonemenumain .mobile-nav__item {
    list-style: none !important;
    border: none !important;
}

.phonemenumain .mobile-nav__has-children>.svg-icon {
    display: none !important;
}

.phonemenumain .mobile-nav__link {
    line-height: 22px !important;
    height: auto !important;
    font-size: 13px;
}

.phonemenumain img {
    width: 26px !important;
    background: none !important;
    padding: 2px !important;
    border-radius: 5px;
    margin-bottom: -16px !important;
    margin-right: 0px !important;
    top: -7px !important;
    position: relative;
}

.headortoblock {
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: -10px;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.description_tab {
    width: 100% !important;
    max-width: 100%;
}

.description_tab tr {
    height: auto !important;
    padding: 10px;
    align-items: baseline;
    border-radius: 10px;
    display: block;
}

.description_tab tr:nth-child(odd) {
    background: #f8f8f8;
}

.description_tab tr:nth-child(1) {
    font-weight: 700;
}

.description_tab tr:nth-child(even) {
    background: #fff;
}

@media (max-width:1000px) {
    .headortoblock {
        overflow-x: scroll !important;
    }
    #eximgtoolbar {
        margin-left: 5px !important;
        min-width: 22px;
        margin-right: 5px !important;
    }
    .prodbutbock p {
        font-size: 13px !important;
        height: 28px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        display: flex;
        align-items: center;
    }
    .prodbutbock span,
    .prodbutbock a {
        font-size: 14px !important;
        margin-left: 3px;
    }
    .prodbutbock img {
        width: 16px !important;
        height: 16px;
        margin-bottom: -3px !important;
        margin-top: -2px !important;
        margin-top: -4px !important;
        margin-left: 5px;
    }
    .col-sm-5 h1 {
        margin-bottom: -5px !important;
        margin-top: -5px !important;
    }
}

@media (max-width:600px) {
    .producth1main {
        margin-bottom: 5px !important;
        line-height: 20px !important;
    }
}

.headortoblock img {
    max-width: 80%;
    max-height: 30px;
    margin-bottom: 10px;
}

.headortoblock a {
    flex: 0 0 auto;
    display: flex !important;
    margin-right: 5px;
    color: var(--main-bg-color);
    font-size: 13px;
    text-decoration: none;
    line-height: 17px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 3px;
    flex-direction: column;
    width: 120px;
    align-items: center;
    align-content: center;
    text-align: center;
    float: left;
    height: 110px;
    justify-content: center;
    border: 1px solid #f8f8f8;
}

.headortoblock a:hover {
    border: 1px dashed #dbdbdb;
}

.content__row {
    width: 100%
}

.content__hinfo {
    display: none !important;
}

.content__header {
    margin-top: -10px !important;
}

.catalog-toolbar select {
    color: var(--main-bg-color) !important;
}

.popcatmain img {
    display: none !important;
}

.multi-powered {
    display: none !important;
}

.multi-title span {
    font-size: 19px !important;
    font-weight: 700 !important;
}

.multi-more {
    background: var(--main-bg-color);
    color: #fff !important;
    padding: 5px 10px;
    float: right;
    border-radius: 10px;
    font-size: 14px;
}

.multi-taxon {
    background: #f8f8f8 !important;
    border: none !important;
    padding-left: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.multi-taxon:hover {
    background: var(--main-bg-color2) !important;
}

.multi-content a {
    font-size: 14px !important
}

.multi-title {
    border-bottom: none !important;
    line-height: 22px !important;
    border-left: 6px solid #f2f2f2;
    padding-left: 5px;
}

.multi-thumbnail {
    border: none !important;
}

.multi-snippet {
    background: #f8f8f8;
    padding: 4px;
    text-align: center;
    border-radius: 10px;
}

.multi-price {
    color: #000 !important;
}

.multi-newPrice {
    color: #ca0000 !important;
}

@media (max-width:1100px) {
    .showmultisearch {
        position: fixed;
        display: block !important;
        width: 90px;
        height: 42px;
        z-index: 1;
        background: #000;
        bottom: 25px;
        cursor: pointer;
        padding: 11px;
        border-radius: 10px;
        left: 20px;
        font-size: 12px;
        text-align: center;
        color: #fff;
    }
    .showmultisearch img {
        width: 21px;
        margin-bottom: -7px;
        margin-right: 5px;
    }
}

.multi-input {
    text-align: center !important;
}

.multi-theme-compact .multi-wrapper {
    max-width: 1750px !important;
    margin-top: 0px !important;
}

.multi-theme-compact .multi-layout {
    border-radius: 0px 0px 10px 10px !important;
}

.multi-thumbnail {
    max-width: 330px;
    max-height: 220px;
    height: auto !important;
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important
}

.multi-thumbnail,
a.multi-item,
div.multi-item {
    flex-direction: column;
}

.multi-content {
    width: 100%;
    text-align: center
}

.multi-arrow-rightIcon {
    background: var(--main-bg-color2) !important;
    margin-left: 5px !important;
    margin-top: 2px !important;
    border-radius: 30px !important;
}

.multi-page {
    border: none !important;
}

.multi-cell .multi-pagination {
    margin-right: 0px !important;
}

.multi-taxons {
    padding-bottom: 0px !important;
}

.arrowcatsize {
    position: absolute;
    background: #f8f8f8;
    color: #000;
    padding: 8px 10px;
    border-radius: 30px;
    cursor: pointer;
    display: none;
}

.arrowcatsize:hover {
    border: 1px dashed #dbdbdb;
    padding: 7px 9px;
}

.filter__range-control {
    border-right: 0px !important;
    box-shadow: none !important;
}

.filesgroup {
    margin-bottom: 1px;
    margin-top: 20px;
    color: #000;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    width: 95%;
    float: right;
    text-align: center;
}

.filesgroup p img {
    width: 32px;
    margin-top: 5px;
    margin-bottom: -11px;
}

.filesgroup p {
    margin-bottom: 5px;
    margin-left: 2px;
}

.filesgroup p a {
    border-bottom: 1px dashed;
    padding-bottom: 1px;
    margin-left: 2px;
    color: var(--main-bg-color);
}

.classcollectrionprod {
    width: 95%;
    float: right;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    text-align: center
}

.col-xs-6 .variants-select__field {
    text-align: center
}

@media (max-width:500px) {
    .product-intro .product-price__main2 {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    .product-intro .product-intro__flex-container li {
        width: 100%;
    }
    .product-intro .product-purchase__item {
        width: 100%
    }
    .product-intro .product-purchase {
        width: 100%
    }
    .product-intro .btn-lg {
        width: 100%
    }
}

.specrecomnddiv .product-cut {
    padding: 10px;
    border-radius: 10px;
    border: 1px dashed #c7c6c7;
}

.specrecomnddiv .precomendtitle {
    position: absolute;
    left: calc(50% - 43px);
    background: var(--main-bg-color);
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 0px 0px 15px 15px;
    margin-top: 0px;
    z-index: 1;
    color: #fff;
}

@media (min-width:768px) {
    .specrecomnddiv .product-cut:hover {
        padding: 0px !important;
        z-index: 2
    }
}

.footer_email{     width: 100%;
    background:#012443;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 20px;padding: 20px;}

.footer_email img{    margin-right: 1%; width: 80px;}

.footer_email_title{    font-size: 14px;margin-right: 1%;
    max-width: 19%; color: #fff;    min-width: 105px;}
.footer_email input{    border: 1px solid #fff;margin-right: 1%;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    min-width: 130px;
    width: 22%;}

.footer_email_but{background: #fff;
    padding: 15px 0px;
    border-radius: 10px;
    color: #062142;
    cursor: pointer;
    width: 70px;
    text-align: center;}
.footer_ourshowrooms{color: #a8b6c5;}
.footer_ourshowrooms p{margin-bottom: 20px;    display: flex
;
    flex-direction: row;
    align-items: center;}
.footer_ourshowrooms img {      width: 24px;

    margin-right: 5px;
}
.footer_chats{    display: flex
;
    justify-content: flex-start;
    font-size: 13px;
    margin-top: 20px;}
.footer_chats p{    margin-right: 10px;}
.footer_chats a {    font-weight: 400;
    text-decoration: none;
    display: flex
;
    color: #fff;
    background: #012443;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 15px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;}
.footer_chats img{      width: 24px;
    margin-bottom: 4px;}
.footer_blocknew{width: 100%;
    float: left;
    margin-top: 20px;
    padding: 17px;
    display: flex
;
    background: #012443;
    justify-content: center;
    align-items: center;
    max-width: 300px;

    border-radius: 10px;
}