@-ms-viewport {
    width: device-width
}

.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
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

legend,
td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
*,
:after,
:before,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a,
body {
    color: #000
}

body {
    font-family: "Nunito", Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none
}

a:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #edf1f2
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #e2e7e9
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 31.5px
}

.h2,
h2 {
    font-size: 28px
}

.h3,
.h4,
h3,
h4 {
    font-size: 2rem
}

.h5,
.h6,
h5,
h6 {
    font-size: 1rem
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #e2e7e9
}

.text-primary {
    color: #51b549
}

a.text-primary:focus,
a.text-primary:hover {
    color: #41913a
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #51b549
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #41913a
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #edf1f2
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

.alert>p,
.alert>ul,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #e2e7e9
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #edf1f2
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #e2e7e9
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #edf1f2;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code,
kbd,
pre {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd,
label {
    font-weight: 700
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.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: 10px;
    padding-right: 10px
}

.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 {
    float: left
}

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

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

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

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

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

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

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

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

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

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

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

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

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

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

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

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

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

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

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

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

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

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

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file],
legend {
    display: block
}

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

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
select[multiple],
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-sm {
    height: auto
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #edf1f2;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

input[type=search] {
    -webkit-appearance: none
}

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

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

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

.checkbox label,
.radio label {
    min-height: 20px
}

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

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

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.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
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control,
select.input-sm {
    height: 30px;
    line-height: 30px
}

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

.form-group-lg .form-control,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 17.5px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg select.form-control,
select.input-lg {
    height: 46px;
    line-height: 46px
}

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

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    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
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.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
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

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

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.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 .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

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

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.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 .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

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

.has-error .form-control-feedback {
    color: #a94442
}

.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: #404040
}

.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: -10px;
    margin-right: -10px
}

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #51b549
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #285a24
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #3d8937
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #285a24
}

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

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #51b549
}

.btn-default .badge {
    color: transparent;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #51b549;
    border-color: transparent
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #41913a;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #41913a;
    border-color: rgba(0, 0, 0, 0)
}

.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>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #357730;
    border-color: rgba(0, 0, 0, 0)
}

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #51b549;
    border-color: transparent
}

.btn-primary .badge {
    color: #51b549;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #51b549;
    border-color: #49a342
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #41913a;
    border-color: #20481d
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #41913a;
    border-color: #357730
}

.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>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #357730;
    border-color: #20481d
}

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

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #51b549;
    border-color: #49a342
}

.btn-success .badge {
    color: #51b549;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #185aa3;
    border-color: transparent
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #114177;
    border-color: rgba(0, 0, 0, 0)
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #114177;
    border-color: rgba(0, 0, 0, 0)
}

.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>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #0d3057;
    border-color: rgba(0, 0, 0, 0)
}

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

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #185aa3;
    border-color: transparent
}

.btn-info .badge {
    color: #185aa3;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #e37c33;
    border-color: transparent
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #c8631b;
    border-color: rgba(0, 0, 0, 0)
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #c8631b;
    border-color: rgba(0, 0, 0, 0)
}

.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>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #a85317;
    border-color: rgba(0, 0, 0, 0)
}

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

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #e37c33;
    border-color: transparent
}

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

.btn-danger {
    color: #fff;
    background-color: #e64e41;
    border-color: transparent
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #d82b1c;
    border-color: rgba(0, 0, 0, 0)
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d82b1c;
    border-color: rgba(0, 0, 0, 0)
}

.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>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #b82518;
    border-color: rgba(0, 0, 0, 0)
}

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

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #e64e41;
    border-color: transparent
}

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

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

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

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

.btn-link:focus,
.btn-link:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent
}

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

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 17.5px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px
}

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

.alert>p+p,
.btn-block+.btn-block {
    margin-top: 5px
}

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #51b549
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #e2e7e9
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #e2e7e9;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn {
    float: left
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

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

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none
}

.nav-tabs.nav-justified>li {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.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 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified,
.input-group {
    display: table;
    border-collapse: separate
}

.btn-group-justified {
    width: 100%;
    table-layout: fixed
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 17.5px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control: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
}

.input-group-addon {
    white-space: nowrap
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #edf1f2;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 17.5px;
    border-radius: 6px
}

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #edf1f2
}

.nav>li.disabled>a {
    color: #e2e7e9
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #e2e7e9;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #edf1f2;
    border-color: #000
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #edf1f2 #edf1f2 #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #51b549
}

.nav-justified>li,
.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.tab-content>.tab-pane {
    display: none
}

.navbar-brand>img,
.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 44px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 12px 10px;
    font-size: 17.5px;
    line-height: 20px;
    height: 44px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 6px -10px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.navbar-form {
    padding: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 5px -10px
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-btn.btn-sm {
    margin-top: 7px;
    margin-bottom: 7px
}

.navbar-btn.btn-xs {
    margin-top: 11px;
    margin-bottom: 11px
}

.navbar-text {
    margin-top: 12px;
    margin-bottom: 12px
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .btn-link,
.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .btn-link,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #000;
    background-color: #edf1f2;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #51b549;
    border-color: #51b549;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #e2e7e9;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17.5px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default,
.well blockquote {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #51b549
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #51b549;
    border-color: #51b549
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #51b549
}

.panel-primary>.panel-heading .badge {
    color: #51b549;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #51b549
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-transparent,
.modal-transparent .modal-content {
    background: 0 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-backdrop.modal-backdrop-transparent {
    background: #fff
}

.modal-backdrop.modal-backdrop-transparent.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Nunito", Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Nunito", Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both
}

.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
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 740px
    }

    .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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

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

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        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,
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .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: 14.333333px;
        font-size: 17.5px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }

    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }

    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .navbar {
        border-radius: 4px
    }

    .navbar-header,
    .navbar-nav>li {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -10px
    }

    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }

    .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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

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

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .modal-lg {
        width: 900px
    }
}

@media (min-width:1200px) {

    .visible-lg,
    .visible-lg-block {
        display: block !important
    }

    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-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

    .container {
        width: 1100px
    }

    .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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

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

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

@media (max-width:768px) {
    .alert {
        overflow: hidden
    }
}

@media (max-width:767px) {

    .visible-xs,
    .visible-xs-block {
        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
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm,
    .visible-sm-block {
        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-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .visible-md,
    .visible-md-block {
        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-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media print {

    .visible-print,
    .visible-print-block {
        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-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .modal-open .modal {
        overflow-y: hidden
    }
}

@-ms-viewport {
    width: device-width
}

.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,
body .is-hidden+.form-group__placeholder {
    display: none !important
}

* {
    font-weight: 400 !important
}

body,
html {
    position: relative
}

html {
    font-size: 14px
}

body {
    line-height: normal;
    font: 14px "Nunito", Tahoma, sans-serif;
    overflow-x: hidden;
    left: 0
}

body.is-pushed {
    position: fixed;
    overflow-x: visible
}

body.is-fixed {
    position: fixed;
    width: 100%;
    overflow: hidden
}

body.no-scroll-ios {
    touch-action: none;
    overflow: hidden
}

body .is-hidden {
    display: none
}

body .visible-print-block {
    display: block
}

body .visible-print-inline {
    display: inline
}

body .visible-print-inline-block {
    display: inline-block
}

a:active,
a:hover {
    box-shadow: none !important
}

b,
strong {
    font-weight: 400;
    font-family: "NunitoSemiBold", Tahoma, sans-serif
}

[class*=" icon-"],
[class^=icon-] {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--white {
    color: #fff
}

::selection {
    background: #185aa3;
    color: #fff
}

::-moz-selection {
    background: #185aa3;
    color: #fff
}

input[type=text]::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

input[type=text]:-ms-input-placeholder {
    color: #ccc
}

input[type=text]::-webkit-input-placeholder {
    color: #ccc
}

input[type=text]::-ms-clear {
    display: none !important;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none !important;
    width: 0;
    height: 0
}

.container,
main {
    position: relative
}

main.product {
    padding-top: 0
}

main,
main.category,
main.city {
    padding-top: 10px
}

.small,
small {
    font-size: 11.5px
}

.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear;
    -moz-transition: opacity .2s ease-out, visibility 0s linear;
    -o-transition: opacity .2s ease-out, visibility 0s linear;
    transition: opacity .2s ease-out, visibility 0s linear
}

.is-invisible {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility .2s linear;
    -moz-transition: opacity .2s ease-out, visibility .2s linear;
    -o-transition: opacity .2s ease-out, visibility .2s linear;
    transition: opacity .2s ease-out, visibility .2s linear
}

.is-hidden,
.pagination li span.hidden-text {
    display: none
}

.is-sticky {
    z-index: 100;
    position: fixed !important
}

.is-clear-left {
    clear: left
}

.is-important {
    color: #e64e41
}

.full-width {
    width: 100%
}

.btn-wrapper {
    padding: 0 22px
}

.btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.btn__text {
    vertical-align: middle
}

.btn-gray {
    color: #000;
    background-color: #e2e7e9;
    border-color: #e2e7e9
}

.btn-gray.focus,
.btn-gray:focus {
    color: #000;
    background-color: #c5cfd3;
    border-color: #99abb2
}

.btn-gray.active,
.btn-gray:active,
.btn-gray:hover,
.open>.dropdown-toggle.btn-gray {
    color: #000;
    background-color: #c5cfd3;
    border-color: #bfcacf
}

.btn-gray.active.focus,
.btn-gray.active:focus,
.btn-gray.active:hover,
.btn-gray:active.focus,
.btn-gray:active:focus,
.btn-gray:active:hover,
.open>.dropdown-toggle.btn-gray.focus,
.open>.dropdown-toggle.btn-gray:focus,
.open>.dropdown-toggle.btn-gray:hover {
    color: #000;
    background-color: #b1bec4;
    border-color: #99abb2
}

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

.btn-gray.disabled,
.btn-gray.disabled.active,
.btn-gray.disabled.focus,
.btn-gray.disabled:active,
.btn-gray.disabled:focus,
.btn-gray.disabled:hover,
.btn-gray[disabled],
.btn-gray[disabled].active,
.btn-gray[disabled].focus,
.btn-gray[disabled]:active,
.btn-gray[disabled]:focus,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray,
fieldset[disabled] .btn-gray.active,
fieldset[disabled] .btn-gray.focus,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-gray:hover {
    background-color: #e2e7e9;
    border-color: #e2e7e9
}

.btn-gray .badge {
    color: #e2e7e9;
    background-color: #000
}

.btn-dark {
    color: #fff;
    background-color: #555;
    border-color: #555
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #161616
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #373737
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #161616
}

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

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark[disabled].active,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    background-color: #555;
    border-color: #555
}

.btn-dark .badge,
.btn-white {
    color: #555;
    background-color: #fff
}

.btn-white {
    border-color: #d9dbda
}

.btn-white:hover {
    background: #fff
}

.btn-white:focus {
    background: #fff
}

.btn-white:active,
.btn-white:visited {
    background: #fff
}

.btn-ceditor {
    color: #555;
    background-color: #fff;
    border-color: #d9dbda;
    font-family: "NunitoSemiBold", Tahoma, sans-serif;
    padding: 8px
}

.btn-ceditor:hover {
    background: #edf1f2
}

.btn-ceditor:focus {
    background: #fff
}

.btn-ceditor:active,
.btn-ceditor:visited {
    background: #fff
}

.btn-gray-border {
    color: #000;
    background-color: transparent;
    border-color: #edf1f2
}

.btn-gray-border.focus,
.btn-gray-border:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #a3b7bd
}

.btn-gray-border.active,
.btn-gray-border:active,
.btn-gray-border:hover,
.open>.dropdown-toggle.btn-gray-border {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c9d5d8
}

.btn-gray-border.active.focus,
.btn-gray-border.active:focus,
.btn-gray-border.active:hover,
.btn-gray-border:active.focus,
.btn-gray-border:active:focus,
.btn-gray-border:active:hover,
.open>.dropdown-toggle.btn-gray-border.focus,
.open>.dropdown-toggle.btn-gray-border:focus,
.open>.dropdown-toggle.btn-gray-border:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #a3b7bd
}

.btn-gray-border.active,
.btn-gray-border:active,
.open>.dropdown-toggle.btn-gray-border {
    background-image: none
}

.btn-gray-border.disabled,
.btn-gray-border.disabled.active,
.btn-gray-border.disabled.focus,
.btn-gray-border.disabled:active,
.btn-gray-border.disabled:focus,
.btn-gray-border.disabled:hover,
.btn-gray-border[disabled],
.btn-gray-border[disabled].active,
.btn-gray-border[disabled].focus,
.btn-gray-border[disabled]:active,
.btn-gray-border[disabled]:focus,
.btn-gray-border[disabled]:hover,
fieldset[disabled] .btn-gray-border,
fieldset[disabled] .btn-gray-border.active,
fieldset[disabled] .btn-gray-border.focus,
fieldset[disabled] .btn-gray-border:active,
fieldset[disabled] .btn-gray-border:focus,
fieldset[disabled] .btn-gray-border:hover {
    background-color: transparent;
    border-color: #edf1f2
}

.btn-gray-border .badge {
    color: transparent;
    background-color: #000
}

.btn-gray-border:hover {
    background: #fff
}

.btn-gray-border:focus {
    background: #fff
}

.btn-gray-border:active,
.btn-gray-border:visited {
    background: #fff
}

.select-green {
    background-color: #51b549 !important;
    color: #fff;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    width: 100%;
    height: 40px;
    border: none;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    letter-spacing: -1px
}

.select-green.has-error {
    border: 1px solid #e64e41
}

.select-green:focus {
    outline: none
}

.select-gray option,
.select-green option {
    padding: 5px 0
}

.select-gray {
    background-color: #edf1f2;
    color: #000;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    width: 100%;
    height: 40px;
    border: none;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    letter-spacing: -1px
}

.select-gray.has-error {
    border: 1px solid #e64e41
}

.select-gray:focus {
    outline: none
}

.btn-default:hover {
    background-color: #51b549;
    border-color: #51b549;
    color: #fff
}

.btn-underlined {
    text-decoration: underline;
    color: #000;
    background-color: rgba(255, 255, 255, 0)
}

.btn-underlined__left-icon,
.discount__abandon span {
    font-size: 8.5px
}

.btn-underlined--gray,
.midline-title__bg-checkout--image .icon-same-day-cargo .path5:before,
.midline-title__bg-checkout--image .icon-same-day-cargo .path6:before {
    color: #555
}

.btn-underlined--gray:hover {
    text-decoration: underline
}

.btn-lg {
    padding: 10px 12px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-size: 16px;
    min-width: 120px
}

.btn-xlg {
    padding: 27px 30px;
    font-size: 17.5px;
    line-height: 1rem;
    border-radius: 6px
}

.v-center:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.pagination-area {
    text-align: center;
    display: none
}

.pagination-area-notext {
    text-align: center;
    width: 100%
}

.pagination-area-notext .pagination {
    display: inline-block;
    width: 100%;
    text-align: center
}

.pagination-area-notext .pagination li {
    display: inline-flex;
    list-style-type: none;
    float: inherit
}

.pagination-area-notext .first-page-button {
    float: left !important
}

.pagination-area-notext .first-page-button a {
    background-color: transparent;
    padding: 7px 0;
    text-decoration: underline
}

.pagination-area-notext .first-page-button a:active,
.pagination-area-notext .first-page-button a:focus,
.pagination-area-notext .first-page-button a:hover {
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.pagination {
    margin: 10px auto 45px;
    border-radius: 0
}

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

.pagination:after {
    clear: both
}

.pagination li {
    float: left;
    padding: 0 3px
}

.pagination li a {
    border-radius: 5px;
    border: 1px solid transparent;
    background: #e2e7e9;
    font-size: 12px;
    padding: 7px 13px
}

.pagination li a:focus,
.pagination li a:hover {
    border: 1px solid #51b549;
    background-color: #e2e7e9
}

.pagination li:first-child a,
.pagination li:last-child a {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box
}

.pagination [class*=" icon-"],
.pagination [class^=icon-] {
    margin-right: 0;
    font-size: 9.5px;
    margin-top: -1px
}

.pagination [rel=prev] span {
    padding: 0
}

.pagination .disabled a:focus,
.pagination .disabled a:hover,
.pagination .disabled a:link {
    color: #a9adaf;
    border-color: transparent;
    background: #e2e7e9;
    cursor: default
}

.pagination .disabled a:focus span,
.pagination .disabled a:hover span,
.pagination .disabled a:link span {
    color: #a9adaf
}

.pagination>.active>a {
    background-color: #51b549
}

.pagination__dots a {
    background: 0 0 !important;
    padding: 8px 0 !important
}

.price {
    margin-bottom: 0;
    font-size: 12px;
    display: inline-block;
    position: relative;
    line-height: 1
}

.price+.price {
    margin-left: 5px
}

.price.old-price-empty+.price {
    margin-left: 0
}

.price__left,
.price__right {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.price__right {
    font-size: 8px;
    line-height: 8px
}

.price__integer-value {
    font-size: 17px
}

.price__decimal-value-with-currency {
    display: block;
    position: relative;
    margin-left: -1px;
    top: .2px
}

.price--old {
    color: #999
}

.price--old:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #999;
    display: block;
    width: 100%;
    top: 40%;
    left: 0
}

.price--old.zoom-on:after {
    height: 2px
}

.discount-percentage {
    display: none;
    background-color: #e64e41;
    border-radius: 4px;
    color: #fff;
    font-size: 9px;
    margin-right: 3px;
    min-width: 27px
}

.discount-percentage__text {
    text-align: center;
    display: block;
    font-size: 14px;
    padding-top: 2px
}

.price-table {
    position: relative;
    border-radius: 4px;
    background-color: #edf1f2;
    padding: 0 10px;
    border: 2px solid #edf1f2;
    margin-bottom: 5px
}

.price-table+.order-summary__price-table-heading {
    margin-top: 13px
}

.price-table__store-name {
    display: flex;
    display: -webkit-flex;
    font-size: 17.5px;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px
}

.price-table__row {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #fff;
    line-height: 15.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    border-radius: 4px
}

.price-table__row--main-product {
    background-color: #edf1f2;
    padding-bottom: 0
}

.price-table__row--total-coupons {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

.price-table__row:last-child {
    margin-bottom: 0
}

.price-table__row+.price-table__row {
    border-top: 2px solid #edf1f2
}

.price-table__row--inner {
    padding-top: 0;
    background-color: #edf1f2;
    border-top: 0 !important;
    font-size: 12px
}

.price-table__cell {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.price-table__cell-left,
.price-table__cell-left--date,
.price-table__cell-right {
    float: left;
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px
}

.price-table__cell-left .small,
.price-table__cell-left--date .small,
.price-table__cell-right .small,
.price-table__cell-right--date .small {
    font-size: 12px
}

.price-table__cell-right {
    width: 58.33333333%;
    text-align: right
}

.price-table__cell-full,
.price-table__cell-right--date {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 14px
}

.price-table__cell-right--date {
    float: left;
    width: 75%;
    text-align: right
}

.price-table__cell-item-name {
    font-size: 14px;
    display: block;
    margin-top: 5px
}

.price-table__delete-item {
    font-size: 9px;
    padding: 5px;
    margin-right: 0;
    position: absolute;
    right: -10px;
    top: -14px;
    z-index: 10;
    border-radius: 50%;
    border: 3px solid #edf1f2;
    background-color: #fff
}

.price-table__warning {
    padding: 15px 10px
}

.price-table__validation {
    color: #e64e41;
    display: inline
}

.price-table__subscription-product {
    padding-top: 10px
}

.price-table .discount-color-green {
    color: #51b549
}

.total-price-area {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px #edf1f2;
    padding: 0 10px
}

.total-price-area:last-child {
    border-bottom: unset
}

.total-price-area__full {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.total-price-area__inner {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.total-price-area__inner:after,
.total-price-area__inner:before {
    content: " ";
    display: table
}

.total-price-area__inner:after {
    clear: both
}

.total-price-area__inner .sub-info-text {
    display: none
}

.total-price-area__left,
.total-price-area__right {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.total-price-area__left {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 66.66666667%
}

.total-price-area__right {
    width: 33.33333333%;
    text-align: right;
    font-size: 14px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: end;
    align-items: flex-end;
    -webkit-box-align: end
}

.total-price-area__right .price-currency {
    margin-left: 3px
}

.total-price-area.discounts .discount-text,
.total-price-area__tax {
    font-size: 12px
}

.total-price-area .grand-total-text {
    font-size: 16px
}

.total-price-area .grand-total-integer {
    font-size: 17.5px;
    line-height: 20px
}

.total-price-area .grand-total-decimal {
    font-size: 12px;
    font-weight: 700
}

.total-price-area.discounts .total-discount-amount {
    color: #51b549;
    font-size: 14px
}

.modal-ticket__modal-body p,
.total-price-area.discounts .discount-text.only-discount-text,
.total-price-area.discounts .total-discount-amount-text {
    font-size: 14px
}

.total-price-area.discounts .total-discount {
    color: #51b549
}

.total-price-area__info-icon {
    font-size: 7px;
    padding: 5px;
    margin-left: 5px;
    position: absolute;
    z-index: 10;
    top: 0;
    border-radius: 50%;
    background-color: #e2e7e9;
    color: #a3a3a3;
    cursor: pointer
}

.cargo-area__inner {
    margin: 5px -10px
}

.cargo-area__inner:after,
.cargo-area__inner:before {
    content: " ";
    display: table
}

.cargo-area__inner:after {
    clear: both
}

.cargo-area__inner .price {
    font-size: 14px;
    line-height: normal
}

.cargo-area__inner .price__decimal-value {
    margin-left: -3px
}

.cargo-area__inner .mb-10 {
    margin-bottom: 10px
}

.cargo-area__inner .mt-10 {
    margin-top: 10px
}

.cargo__left,
.cargo__right {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px
}

.cargo__right {
    text-align: right;
    font-size: 14px
}

.cargo__right--green .price {
    color: #51b549
}

.discount-item {
    display: none;
    padding: 0 10px
}

.discount-item__bottom-wrapper {
    padding: 0 10px
}

.discount-item__bottom-button {
    width: 100%;
    min-height: 50px;
    border-radius: 4px
}

.discount-item__title {
    margin: 5px 0 15px;
    font-size: 16px;
    color: #171717;
    font-family: 'Nunito';
    text-align: center;
    border-bottom: solid 1px #edf1f2;
    padding-bottom: 5px
}

.discount-item-modal {
    min-height: calc(100% - 150px);
    z-index: 11;
    background: #fff;
    transition: visibility 0s, opacity .15s linear
}

.discount-item-modal-content {
    padding: 10px 10px 0
}

.discount-item-container {
    position: relative
}

.discount-item-container__form .btn.btn-orange {
    width: 100%;
    background-color: #51b549;
    height: 50px;
    margin-top: 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px
}

.discount-item-container__form__btn {
    height: 50px
}

.discount-item-container__form-input {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.discount-item-container__form-input.form-control {
    height: 50px;
    font-size: 14px
}

.discount-item-container__form .input-group {
    display: block
}

.discount-item-container__error {
    color: #e64e41;
    font-size: 14px;
    margin-top: 10px
}

.discount-item-container__arrow-icon {
    font-size: 9px;
    color: #b3b4b4;
    position: absolute;
    right: 0;
    top: 20px
}

.responsive-discount-item {
    display: block;
    margin-bottom: 20px
}

.responsive-discount-item__code-area {
    padding: 16px 10px 18px;
    border-radius: 6px;
    border: solid 2px #edf1f2
}

.responsive-discount-item__code {
    font-size: 12px;
    color: #555
}

.responsive-discount-item__cancel {
    line-height: 1.38;
    color: #555
}

.responsive-discount-item__cancel-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.responsive-discount-item__cancel-content .icon-close {
    color: #b3b4b4;
    font-size: 8px;
    margin: 0
}

.responsive-discount-item.order-receiver {
    margin: 0 10px 20px
}

.discount__abandon {
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
    display: none
}

.discount-area {
    background: #fff;
    position: relative;
    padding: 15px 10px 10px;
    border: 1px solid #51b549;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 15px
}

.discount-area:after,
.discount-area:before {
    content: " ";
    display: table
}

.discount-area:after {
    clear: both
}

.discount-area__left,
.discount-area__right {
    width: 50%;
    float: left;
    font-size: 17.5px
}

.discount-area__right {
    color: #51b549;
    text-align: right
}

.discount-area__text {
    margin: 10px 0 0;
    float: left;
    font-size: 10.5px
}

.discount-area__icon {
    margin-right: 10px;
    font-size: 17.5px;
    vertical-align: bottom
}

.discount-area__delete-icon {
    display: none
}

.container--ani .price__right .price__integer-value {
    font-size: 16px !important
}

.section-heading {
    font-size: 21px;
    margin-bottom: 27px;
    text-align: center
}

.section-heading__title {
    padding: 0 20px;
    font-size: 21px
}

.section-heading__title--line {
    position: relative;
    display: inline-block
}

.section-heading__title--line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 49%;
    width: 100%;
    border-bottom: 1px solid #e2e7e9
}

.section-heading__title--line-text {
    padding: 5px;
    position: relative;
    background: #fff;
    font-size: 21px;
    display: block
}

.midline-title {
    font-size: 24.5px;
    text-align: center;
    position: relative
}

.midline-title--left:after,
.midline-title:after {
    display: block;
    content: '';
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #edf1f2;
    width: 100%;
    z-index: -1
}

.midline-title,
.midline-title--extra-product {
    margin-bottom: 10px
}

.midline-title--left {
    margin-bottom: 30px
}

.midline-title--white:after,
.midline-title__bg {
    background-color: #fff
}

.midline-title__bg {
    padding: 0;
    margin: 15px 0 0
}

.midline-title__bg-checkout {
    background-color: #edf1f2;
    border-radius: 4px;
    margin: 15px 0 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.midline-title__bg-checkout:first-of-type {
    margin-top: 0 !important
}

.midline-title__bg-checkout.bg-checkout-subscription {
    padding-top: 30px
}

.midline-title__bg-checkout--image .icon-new-cargo {
    font-size: 17.5px
}

.midline-title__product-name {
    font-weight: 400 !important;
    padding: 15px 15px 5px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.midline-title__delivery-text {
    float: right;
    padding: 5px 15px 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 11.5px;
    width: 100%
}

.midline-title__subscription-text {
    background: #fff;
    color: #83959b;
    border-radius: 6px;
    padding: 8px 10px 7px 28px;
    display: inline-block;
    line-height: 15px;
    position: absolute;
    top: 10px;
    left: 15px;
    margin-left: 0
}

.midline-title__subscription-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #83959b;
    border-radius: 8px;
    position: absolute;
    left: 5px
}

.midline-title__subscription-icon:before {
    content: "\e60a";
    color: #fff;
    border-color: transparent;
    width: 15.5px;
    height: 16px;
    line-height: 17px;
    position: relative;
    float: left;
    font-family: 'icomoon';
    font-size: 8px;
    text-align: center
}

.midline-title__list {
    margin: 5px 5px 12px;
    vertical-align: middle;
    font-size: 11.5px;
    height: 40px
}

.midline-title__list::-webkit-scrollbar {
    display: none !important
}

.midline-title__list::-webkit-scrollbar-thumb {
    background-color: transparent !important
}

.midline-title__image-list {
    overflow: hidden;
    height: 40px
}

.midline-title__image-list::-webkit-scrollbar {
    display: none !important
}

.midline-title__image-list::-webkit-scrollbar-thumb {
    background-color: transparent !important
}

.midline-title__image {
    height: 40px;
    width: 36px;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    margin-left: 5px;
    overflow: hidden
}

.midline-title__image::-webkit-scrollbar {
    display: none !important
}

.midline-title__image::-webkit-scrollbar-thumb {
    background-color: transparent !important
}

.midline-title__image img {
    width: 100%;
    height: 100%
}

.midline-title__bg--white {
    background-color: #edf1f2;
    padding: 0 20px
}

#modalBox .modal-header {
    padding: 10px 15px;
    min-height: 49px
}

#modalBox .modal-title {
    font-size: 21px;
    line-height: normal
}

#modalBox .modal-icon {
    float: right;
    padding: 6px 10px;
    margin: 0 -10px 0 0
}

#modalBox .modal-icon:hover {
    cursor: pointer
}

#modalBox .modal-body {
    max-height: 350px;
    overflow-y: auto
}

#modalBox .modal-body.modal-wallet__modal-body-summary {
    max-height: 496px
}

#customModalBox .modal-icon {
    float: right;
    padding: 6px 10px;
    margin: 0 -10px 0 0
}

#customModalBox .modal-body {
    max-height: 350px;
    overflow-y: auto
}

#flatModalBox .modal-header {
    padding: 10px 15px;
    min-height: 49px;
    border-bottom: none
}

#flatModalBox .modal-title {
    font-size: 21px;
    line-height: normal
}

#flatModalBox .modal-icon {
    float: right;
    padding: 6px 10px;
    margin: 0 -10px 0 0
}

#flatModalBox .modal-icon:hover {
    cursor: pointer
}

#flatModalBox .modal-body {
    max-height: 360px;
    overflow-y: auto;
    padding: 0 10px 15px
}

.modal-backdrop.in {
    opacity: .7
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.modal-footer .btn {
    width: 100%;
    margin-right: 0;
    text-align: center
}

.modal-footer .btn+.btn,
.products__item.has-date-base-campaing.js-ani-widget-product .price.price--now .price__decimal-value-with-currency {
    margin-left: 0
}

.alert-container {
    margin-bottom: 15px
}

.alert-container--topbar {
    margin-bottom: 0
}

.alert {
    border-radius: 0
}

.alert--fixed.alert-dismissible {
    padding-right: 35px !important
}

.alert--fixed.alert-dismissible .close {
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    width: 13px;
    height: 13px
}

.alert--fixed.alert-dismissible .close>span {
    float: left;
    font-size: 13px;
    margin: 0
}

.alert,
.alert__body {
    margin-bottom: 0
}

.alert.alert-dismissible {
    padding-right: 15px
}

.alert__button {
    width: 100%;
    margin-right: 0
}

.counter {
    display: inline-block
}

.counter .btn {
    font-size: 14px;
    line-height: normal;
    height: 32px;
    padding: 7px;
    margin-left: 10px
}

.counter .btn[disabled] {
    opacity: 1
}

.counter__button {
    background-color: #49a342
}

.counter__button:hover {
    border-color: #51b549
}

.counter__button--disabled {
    background-color: #a7d4a3 !important
}

.counter__count {
    background-color: #fff;
    outline: none;
    border: none
}

.counter__count:active {
    box-shadow: none
}

.counter__count.btn {
    width: 32px
}

.counter__count.btn:active,
.counter__count.btn:hover {
    z-index: 0
}

.counter__count-input {
    border: 2px solid #edf1f2;
    width: 80px !important
}

.counter__count-input:active,
.counter__count-input:active:focus,
.counter__count-input:focus {
    outline: none
}

.counter__count--text {
    line-height: 34px;
    float: left
}

.counter__icon {
    color: #fff;
    font-size: 10.5px;
    margin: 0;
    display: block
}

.counter--product-detail {
    display: block;
    text-align: right
}

.counter--order {
    display: none
}

.counter--order .counter__count {
    background-color: #51b549;
    color: #fff;
    font-size: 14px
}

.counter-compact {
    width: 130px
}

.counter-compact__delete-icon {
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    float: left;
    font-size: 9.5px;
    margin-top: 10px;
    padding: 5px;
    margin-right: 0
}

.counter-compact__delete-icon:hover {
    border-color: #000
}

.counter-compact__group {
    width: 75px;
    float: left;
    margin-right: 24px
}

.counter-compact__count {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #edf1f2;
    outline: none;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left
}

.counter-compact__btn-group {
    width: 27px;
    float: right
}

.counter-compact__btn {
    background: #edf1f2;
    padding: 0;
    width: 100%;
    height: 22px;
    border: none;
    vertical-align: top
}

.counter-compact__btn-increase {
    border-radius: 0 4px 0 0;
    margin-bottom: 2px
}

.counter-compact__btn-decrease {
    border-radius: 0 0 4px 0
}

.counter-compact__btn-icon {
    margin-right: 0;
    font-size: 7px
}

.tooltip.in {
    opacity: 1
}

.tooltip.top {
    border-right-color: #fff;
    border-width: 10px 10px 10px 0;
    margin-top: -15px;
    left: -5px
}

.tooltip-arrow {
    color: #e2e7e9
}

.tooltip-inner {
    background: #edf1f2;
    color: #000;
    width: 255px;
    max-width: 255px;
    padding: 15px;
    border: 2px solid #e2e7e9
}

.delete-icon {
    color: #fff;
    background: #e2e7e9;
    font-size: 10.5px;
    line-height: normal;
    padding: 5px;
    margin: 0;
    border-radius: 50%
}

.delete-icon:active,
.delete-icon:hover,
.delete-iconfocus {
    background-color: #555;
    color: #fff
}

.error-border {
    border: 2px solid #d9534f;
    padding: 6px 15px;
    border-radius: 4px
}

.tab-content {
    padding-top: 10px
}

.tab-content>img {
    width: 100%;
    height: auto
}

.nav-tabs>li.active a {
    background-color: #edf1f2
}

.nav-tabs>li.active a:focus,
.nav-tabs>li.active a:hover {
    background-color: #edf1f2;
    box-shadow: 0 -1px 0 #96d391
}

.nav-tabs>li a {
    border-radius: 0
}

.ie-warning {
    background-color: #fff;
    padding: 15px 0
}

.ie-warning__close-button {
    float: right;
    cursor: pointer
}

.ie-warning__title {
    font-size: 17.5px;
    font-weight: 700
}

.ie-warning__text {
    font-size: 14px;
    margin: 15px 0
}

.ie-warning__download-links {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.ie-warning__download-links-item {
    float: left;
    margin-right: 10px
}

.scroll-top {
    display: none;
    padding: 15px;
    background-color: #e5e5e5;
    border-radius: 44px;
    font-size: 12px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500
}

.scroll-top span {
    margin: 0;
    display: block;
    color: #555
}

.scroll-top--contact-page {
    bottom: 60px
}

.scroll-top--with-switch {
    bottom: 120px !important
}

.switch__csvv {
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #51b549;
    position: fixed;
    padding: 4px;
    height: 45px;
    width: 203px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    z-index: 99;
    display: flex
}

.switch__csvv--button {
    width: 94px;
    height: 35px;
    border-radius: 30px;
    border: solid 1px #e2e7e9;
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    font-size: 8px;
    color: #555;
    text-decoration: auto;
    padding-bottom: 4px
}

.switch__csvv--button.active,
.switch__csvv--button.active:focus,
.switch__csvv--button.active:hover {
    border: solid 1px #51b549;
    background-color: #51b549;
    color: #fff
}

.switch__csvv--button:focus,
.switch__csvv--button:hover {
    border: solid 1px #e2f7e1;
    background-color: #e2f7e1
}

.switch__csvv--button:last-child {
    margin-left: 5px
}

.switch__csvv--img {
    width: 55px;
    image-rendering: -webkit-optimize-contrast
}

.switch__csvv--img-wrapper {
    height: 20px;
    display: flex;
    align-items: center
}

.switch__csvv--tooltip {
    width: 183px;
    background-color: #fff;
    color: #015296;
    font-size: 9.5px;
    text-align: center;
    filter: drop-shadow(rgba(134, 132, 132, .25) 0 2px 10px);
    padding: 10px 0;
    position: absolute;
    border-radius: 10px;
    right: 8px;
    z-index: 1;
    bottom: 60px;
    transition: opacity .3s
}

.switch__csvv--tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.switch__csvv.switch__csvv--small {
    height: 38px;
    width: 99px
}

.switch__csvv.switch__csvv--small .switch__csvv--button {
    width: 42px;
    height: 28px;
    padding-bottom: 0
}

.switch__csvv.switch__csvv--small .switch__csvv--img {
    width: 30px
}

.switch-blue {
    width: 180px !important
}

#_dvd___chat___window___switch {
    width: 146px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important
}

.leaf {
    opacity: 0;
    -webkit-animation: opacityAnimation .8s infinite;
    -moz-animation: opacityAnimation .8s infinite;
    -o-animation: opacityAnimation .8s infinite;
    animation: opacityAnimation .8s infinite
}

.leaf--2 {
    animation-delay: .2s
}

.leaf--3 {
    animation-delay: .4s
}

.leaf--4 {
    animation-delay: .6s
}

.leaf--red {
    fill: #e64e41
}

.leaf--orange {
    fill: #e37c33
}

.leaf--green {
    fill: #51b549
}

.leaf--blue {
    fill: #185aa3
}

.leaf--back {
    opacity: 0;
    -webkit-animation: opacityAnimation .8s infinite;
    -moz-animation: opacityAnimation .8s infinite;
    -o-animation: opacityAnimation .8s infinite;
    animation: opacityAnimation .8s infinite
}

.leaf--back--1 {
    animation-delay: .6s
}

.leaf--back--2 {
    animation-delay: .4s
}

.leaf--back--3 {
    animation-delay: .2s
}

.loader-overlay {
    height: 100%;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 120;
    text-align: center
}

.loader {
    width: 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -27px;
    z-index: 110;
    opacity: .6
}

.loader__bullet {
    width: 16px;
    height: 16px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.loader__bullet+.loader__bullet {
    margin-left: 3px
}

.loader__bullet--1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader__bullet--2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes opacityAnimation {

    0%,
    to {
        opacity: 0
    }

    6% {
        opacity: 1
    }
}

@-moz-keyframes opacityAnimation {

    0%,
    to {
        opacity: 0
    }

    6% {
        opacity: 1
    }
}

@-o-keyframes opacityAnimation {

    0%,
    to {
        opacity: 0
    }

    6% {
        opacity: 1
    }
}

@keyframes opacityAnimation {

    0%,
    to {
        opacity: 0
    }

    6% {
        opacity: 1
    }
}

.star-rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.star-rating__icon:before {
    content: '';
    display: inline-block;
    background-image: url(/Themes/Ciceksepeti/Assets/images/sprite-star-rating.svg);
    width: 16px;
    height: 15px
}

.star-rating__star--full:before {
    background-position: 0 0
}

.star-rating__star--empty:before {
    background-position: -23px 0
}

.star-rating__star--empty-dark:before {
    background-position: -47px 0
}

.star-rating__star--half:before {
    background-position: -69px 0
}

.star-rating__star--half-dark:before {
    background-position: -92px 0
}

.star-rating-count {
    display: inline-block;
    font-size: 12px;
    color: #555
}

.star-rating-count--category-marketplace {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #333;
    padding: 6px 5px
}

.total-coupon-area {
    padding: 10px;
    margin: 10px 0;
    border-radius: 6px;
    background-color: #edf1f2
}

.total-coupon-area__icon {
    vertical-align: bottom;
    width: 13px;
    margin-bottom: 2px
}

.total-coupon-area__left,
.total-coupon-area__right {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    font-size: 12px;
    padding: 0 0 0 22px
}

.total-coupon-area__right {
    width: 33.33333333%;
    text-align: right;
    color: #51b549;
    padding: 0 0 10px 10px
}

.total-coupon-area__right:last-of-type {
    padding-bottom: 0
}

.total-coupon-area__inner {
    width: 100%;
    display: inline-block
}

.total-coupon-area__bottom-left {
    font-size: 16px;
    width: 70%;
    padding-left: 0
}

.total-coupon-area__bottom-right {
    font-size: 16px;
    width: 30%
}

.order-summary-main {
    padding: 3px 10px;
    border-radius: 3px;
    border: solid 2px #edf1f2;
    margin-bottom: 98px
}

.order-summary {
    background-color: #fff;
    border-radius: 10px 10px 0 0
}

.order-summary__heading {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #171717;
    padding: 15px 10px;
    font-family: 'Nunito';
    border-bottom: solid 1px #edf1f2
}

.order-summary__price-table-heading {
    color: #51b549;
    font-size: 17.5px;
    margin: 0 0 5px 3px
}

.order-summary__cancel-discount {
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
    display: none
}

.order-summary__cancel-discount span {
    font-size: 8.5px
}

.order-summary .text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.co-order-modal {
    position: fixed;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    z-index: 101;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}

.co-order-modal.active {
    visibility: visible;
    opacity: 1
}

.order-delivery {
    display: flex;
    flex-direction: column
}

.order-delivery__product-title {
    font-size: 14px;
    font-family: 'NunitoSemiBold';
    margin-bottom: 10px
}

.order-delivery__icon {
    display: none
}

.order-delivery-col {
    padding: 0 10px
}

.order-delivery-head {
    display: flex;
    align-items: center;
    justify-content: start
}

.order-delivery-back-icon {
    font-size: 8px;
    cursor: pointer
}

.order-delivery-title {
    color: #171717;
    font-size: 16px;
    margin-bottom: 19px;
    font-family: 'NunitoSemiBold'
}

.order-delivery-info {
    color: #555;
    margin: 0;
    font-size: 14px
}

.order-delivery-item {
    display: flex;
    border-top: solid 1px #edf1f2;
    padding: 15px 10px 10px
}

.order-delivery-item__img {
    border-radius: 5px
}

.order-delivery-item-col {
    display: flex;
    flex-direction: column;
    padding: 0 10px
}

.order-delivery-item-title {
    color: #555;
    margin-bottom: 10px
}

.order-delivery-item-text {
    color: #555
}

.order-delivery-delivery {
    display: flex
}

.order-delivery-delivery .icon-motorbike {
    color: #51b549
}

.order-delivery-modal .modal-dialog {
    max-width: 420px
}

.order-delivery-modal .modal-header {
    border-bottom: unset;
    padding-bottom: 0 !important;
    min-height: auto !important
}

.order-delivery-modal .modal-body {
    padding-top: 0
}

.order-delivery-modal .modal-icon {
    color: #ccc
}

.member-advantages-list {
    padding: 0;
    list-style: none;
    margin-bottom: 10px
}

.member-advantages-list:after,
.member-advantages-list:before {
    content: " ";
    display: table
}

.member-advantages-list:after {
    clear: both
}

.member-advantages-list--thanks,
.member-advantages-list--track {
    padding-top: 20px
}

.member-advantages-list__item {
    margin-bottom: 10px;
    font-size: 12px
}

.member-advantages-list__item--thanks,
.member-advantages-list__item--track {
    float: left;
    width: 33.3%;
    text-align: center
}

.member-advantages-list__icon {
    background-color: #c6c6c6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    vertical-align: middle
}

.member-advantages-list__icon--thanks,
.member-advantages-list__icon--track {
    display: block;
    margin: 0 auto
}

.member-advantages-list__icon--thanks {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.member-advantages-list--register {
    padding-top: 10px
}

.recaptcha-inner-container {
    transform: scale(.825);
    -webkit-transform: scale(.825);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track {
    border: 0 solid rgba(255, 255, 255, 0)
}

::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px
}

::-webkit-scrollbar-track:vertical {
    border-right-width: 1px
}

::-webkit-scrollbar-thumb {
    border: 0 solid #fff;
    background-color: rgba(0, 0, 0, .32);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: rgba(0, 0, 0, .52)
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, .52)
}

#onesignal-popover-container.slide-down {
    max-width: 500px !important;
    margin: 0 auto !important
}

.modal-wallet {
    text-align: center
}

.modal-wallet__modal-wallet-icon {
    display: block;
    text-align: center;
    font-size: 28px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 9;
    color: #51b549
}

.modal-wallet__modal-wallet-icon:before {
    color: #51b549
}

.modal-wallet__modal-wallet-icon__bg {
    width: 64px;
    height: 64px;
    background: #e2f7e1;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 75px;
    margin-bottom: 10px
}

.modal-wallet__modal-wallet-icon.icon-subscription-alert {
    color: #e37c33;
    font-size: 56px
}

.modal-wallet__modal-wallet-icon.inline {
    display: inline-block
}

.modal-wallet__modal-width {
    width: auto
}

.modal-wallet__add-balance {
    text-align: center
}

.form-control[aria-invalid=false]+.form-icon+.field-validation-error,
.modal-wallet__add-balance .modal-header {
    display: none
}

.modal-wallet__add-balance .modal-body {
    padding-bottom: 0
}

.modal-wallet__add-balance .modal-footer {
    border-top: 0
}

.modal-wallet__add-balance .modal-icon {
    margin: -3px -10px 0 0 !important;
    position: absolute;
    right: 15px;
    top: 10px
}

.modal-wallet__modal-width-summary {
    width: auto
}

.modal-wallet__modal-body.padding-bottom-0 {
    padding-bottom: 0
}

#customModalBox.modal-wallet .modal-icon.absolute-icon,
#modalBox.modal-wallet .modal-icon.absolute-icon,
.modal-wallet__modal-body .modal-icon.icon-close-line {
    position: absolute;
    right: 15px;
    top: 10px
}

.modal-wallet__modal-body-padding {
    padding-top: 45px !important
}

.modal-wallet__modal-body-summary {
    padding: 15px 22px
}

.modal-wallet__modal-title {
    font-size: 21px;
    color: #000
}

.modal-wallet__modal-title.create-wallet-modal {
    font-size: 17.5px
}

.modal-wallet__modal-message {
    color: #555;
    font-size: 16px
}

.modal-wallet__modal-body-title {
    font-size: 21px;
    color: #000;
    text-align: center
}

.modal-wallet__modal-message-wallet-active {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px
}

.modal-wallet__modal-form-title {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px
}

.modal-wallet__modal-input-row {
    padding-top: 5px;
    padding-bottom: 10px
}

.modal-wallet__modal-approve-countdown {
    color: #555;
    font-size: 16px
}

.modal-wallet__modal-approve-error-text {
    font-size: 12px;
    color: #e64e41
}

.modal-wallet__modal-btn-block {
    width: 100% !important;
    margin-bottom: 10px !important;
    font-size: 16px
}

.modal-wallet__modal-btn-block+.modal-wallet__modal-btn-block {
    margin-bottom: 0 !important;
    margin-left: 0 !important
}

.modal-wallet__modal-btn-block.btn-summary {
    color: #adadad
}

.modal-wallet__disabled-btn[disabled] {
    opacity: .35
}

.modal-wallet__modal-btn-single-block {
    width: 100% !important;
    margin-bottom: 0 !important;
    font-size: 16px
}

.modal-wallet__modal-approve-input {
    width: 43px;
    height: 43px;
    margin: 0 10px 0 0;
    padding: 7px 5px;
    border-radius: 5px;
    border: solid 2px #e2e7e9;
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #e37c33
}

.modal-wallet__modal-approve-input-size {
    margin: 0 2px
}

.modal-wallet__modal-header {
    border-bottom: none;
    position: relative
}

.modal-wallet__modal-footer {
    border-top: none
}

.modal-wallet__modal-footer-summary {
    padding: 0 15px
}

.modal-wallet__modal-summary-price {
    border-radius: 10px;
    border: solid 2px #edf1f2;
    display: flex
}

.modal-wallet__modal-summary-price__title {
    display: block;
    font-size: 13px;
    font-weight: 700 !important;
    color: #000;
    margin-bottom: 5px
}

.modal-wallet__modal-summary-price__amount {
    display: block;
    font-size: 17.5px;
    font-weight: 700 !important
}

.modal-wallet__modal-transferred-money {
    flex: 1;
    border-right: solid 2px #edf1f2;
    color: #51b549;
    padding: 14px 0
}

.modal-wallet__modal-bonus-money {
    flex: 1;
    color: #3597ec;
    padding: 14px 0
}

.modal-wallet__modal-summary-transfer-row {
    border-bottom: solid 1px #edf1f2;
    display: table;
    padding: 15px 0 10px;
    width: 100%
}

.modal-wallet__modal-summary-transfer-row__left {
    flex: 2;
    text-align: left;
    display: table-cell
}

.modal-wallet__modal-summary-transfer-row__left a {
    text-decoration: underline
}

.modal-wallet__modal-summary-transfer-row__right {
    flex: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: right
}

.modal-wallet__modal-summary-transfer-row__title {
    color: #000;
    font-size: 16px;
    font-weight: 700 !important;
    margin-bottom: 5px;
    display: block
}

.modal-wallet__modal-summary-transfer-row__date {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 7px
}

.modal-wallet__modal-summary-transfer-row__info {
    color: #adadad;
    font-size: 14px;
    margin-bottom: 5px;
    display: block
}

.modal-wallet__modal-summary-transfer-row__amount {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700 !important
}

.modal-wallet__modal-summary-transfer-row__amount.plus {
    color: #51b549
}

.modal-wallet__modal-summary-transfer-row__amount.minus {
    color: #e64e41
}

.modal-wallet__modal-form-group {
    text-align: left;
    margin-bottom: 15px
}

.modal-wallet__modal-form-group__label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000;
    display: block;
    margin-bottom: 3px
}

.modal-wallet__modal-form-group__input {
    display: block;
    width: 100%;
    height: 43px;
    margin: 0 10px 0 0;
    padding: 7px 5px;
    border-radius: 5px;
    border: solid 2px #e2e7e9;
    font-size: 16px;
    font-family: 'NunitoBold';
    color: #000
}

.modal-wallet__modal-form-group__input.error {
    border-color: #e64e41
}

.modal-wallet__modal-form-group label.error {
    float: left;
    position: relative;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    top: 2px;
    font-size: 12px;
    color: #e64e41
}

.modal-wallet__modal-form-group--input,
label {
    margin-bottom: 10px
}

.modal-wallet__modal-contract-content {
    max-height: 100px;
    overflow: scroll
}

.modal-wallet__modal-contract-popup:active,
.modal-wallet__modal-contract-popup:focus,
.modal-wallet__modal-contract-popup:hover {
    text-decoration: underline
}

.modal-wallet__modal-form-text-group {
    margin-bottom: 0
}

.modal-wallet__modal-form-text-group label {
    text-align: left;
    font-size: 14px
}

.modal-wallet__modal-refund-btn {
    text-decoration: none;
    border-radius: 5px;
    border: solid 1px #555;
    padding: 6px 0 7px;
    line-height: 14px;
    background: 0 0;
    color: #555
}

.modal-wallet__modal-refund-btn span {
    display: block;
    color: #919191;
    font-size: 12px;
    text-decoration: none
}

.modal-wallet .field-validation-error {
    text-align: left;
    padding: 0 0 0 3px
}

#customModalBox.modal-wallet .modal-icon,
#modalBox.modal-wallet .modal-icon {
    margin: -3px -10px 0 0 !important
}

.modal-ticket {
    text-align: center
}

.modal-ticket__modal-icon {
    display: block;
    text-align: center;
    font-size: 28px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 9;
    color: #51b549
}

.modal-ticket__modal-icon.icon-subscription-alert {
    color: #e37c33;
    font-size: 56px
}

.modal-ticket__modal-width,
.products__item--always-vertical .products__installment-wrapper p {
    width: auto
}

.modal-ticket__modal-header {
    border-bottom: none;
    position: relative
}

.modal-ticket__modal-footer {
    border-top: none;
    padding-bottom: 5px;
    padding-top: 0
}

.modal-ticket__modal-body {
    padding-left: 15px;
    padding-right: 15px
}

.modal-ticket__modal-body .title {
    font-size: 14px;
    font-weight: 700 !important;
    margin-bottom: 3px
}

.modal-ticket__modal-body .title .icon-sad_face {
    font-size: 28px;
    margin-left: -10px;
    position: relative;
    bottom: 3px
}

.modal-ticket__modal-body .title-icon {
    font-size: 58px;
    margin: 10px 0
}

.modal-ticket__modal-body .icon-close-line {
    position: absolute;
    right: 15px;
    top: 15px
}

.modal-ticket__modal-btn-block {
    width: 48% !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    float: left
}

.modal-ticket__modal-btn-block.btn-line-bordered {
    border: solid 1px #e2e7e9;
    background: 0 0;
    color: #b4b4b4;
    margin-right: 3%
}

.email-suggestions {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    max-height: 156px;
    overflow-y: auto;
    z-index: 6;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .22);
    background-color: #fff
}

.email-suggestions__email {
    display: flex;
    align-items: center;
    height: 39px;
    border-radius: 5px;
    border-bottom: solid 1px #edf1f2;
    padding: 11px 0 12px 15px;
    cursor: pointer
}

.email-suggestions__email:hover {
    background-color: #edf1f2
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input,
select,
select.form-control,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

select,
select.form-control {
    -o-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMDI0IiBoZWlnaHQ9IjEwMjQiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPgo8cGF0aCBmaWxsPSIjNTFiNTQ5IiBkPSJNMTAyNCAzMTUuMjMxbC0xMTkuNDY3LTExOS40NjctMzkyLjUzMyAzOTIuNTMzLTM5Mi41MzMtMzkyLjUzMy0xMTkuNDY3IDExOS40NjcgNTEyIDUxMi4wMDN6Ij48L3BhdGg+Cjwvc3ZnPgo=) no-repeat 95% 50%;
    background-size: 14px
}

select.form-control::-ms-expand,
select::-ms-expand {
    display: none
}

.form-control {
    height: 49px;
    border-radius: 6px;
    box-shadow: none;
    border: 2px solid #edf1f2;
    background: #fff;
    font-size: 16px;
    padding: 5px 20px 0 50px;
    line-height: normal
}

.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #ccc
}

.form-control::-webkit-input-placeholder {
    color: #ccc
}

textarea.form-control {
    padding-top: 15px;
    resize: none;
    min-height: 70px
}

.form-control--shipping-address {
    padding: 0 20px
}

.form-control--no-icon {
    padding-left: 15px
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #cfdadd
}

.form-control--gray-border {
    border: 1px solid #edf1f2;
    padding: 5px 15px;
    height: 44px;
    border-radius: 4px
}

.form-control--gray-border:focus {
    border-color: #edf1f2
}

.form-control--password {
    padding: 0 100px 0 60px
}

.form-control[readonly] {
    background-color: #fff
}

.form-group {
    position: relative;
    margin-bottom: 10px
}

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

.form-group:after {
    clear: both
}

.form-group__label {
    display: none;
    height: auto !important;
    margin: 20px 0 0 !important;
    text-align: left
}

.form-group__label label {
    margin-bottom: 5px
}

.form-group__placeholder {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 5;
    font-size: 9px;
    color: #999
}

.form-group__customizable-label {
    position: absolute;
    float: right;
    bottom: 2px;
    right: 7px;
    font-size: 12px;
    color: #999
}

.form-group-chocolate .form-group__customizable-label {
    bottom: inherit;
    top: 82px
}

.form-group__address {
    position: relative;
    border: 2px solid #edf1f2;
    padding-bottom: 23px;
    border-radius: 6px;
    margin: 0 1px
}

.form-group__address textarea.form-control {
    margin-top: 18px;
    padding-top: 0;
    border: 0
}

.form-group__location {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font: inherit;
    font-size: 12px
}

.form-group__placeholder-brick {
    display: inline-block;
    width: auto;
    background-color: #fff;
    height: 18px;
    top: 2px;
    position: absolute;
    left: 54px;
    right: 17px
}

.form-group__show-type {
    position: absolute;
    top: 2px;
    right: 0;
    width: 45px;
    height: 45px;
    margin: 0;
    cursor: pointer;
    font-size: 15.5px;
    text-align: center
}

.form-group__show-type:before {
    position: absolute;
    right: 14px;
    top: 22px
}

.form-group__show-type.icon-eye-slash:before,
.form-group__show-type.icon-eye:before {
    top: 14px
}

.customize-confirmation-label {
    font-size: 16px;
    border-radius: 6px;
    padding: 4px 4px 4px 32px;
    border: 2px solid transparent;
    margin-bottom: 0;
    vertical-align: middle
}

.customize-confirmation-label.has-error {
    border-color: #e64e41
}

.valid+span+.form-group__placeholder::after,
.valid+span+span+.form-group__placeholder::after {
    font-family: 'icomoon';
    content: "\e60a";
    margin-left: 3px
}

.valid+span+.form-group__placeholder,
.valid+span+span+.form-group__placeholder {
    color: #51b549
}

.form-row {
    margin-left: -10px;
    margin-right: -10px
}

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

.form-row:after {
    clear: both
}

.form-row--1of2 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

label.ex {
    margin-bottom: 0 !important
}

.field-validation-error {
    float: left;
    position: relative;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    top: 2px;
    font-size: 12px;
    color: #e64e41
}

.input-validation-error,
.input-validation-error+div>.not-full {
    border-color: #e64e41
}

.input-validation-error~.form-icon {
    color: #e64e41
}

label.ex,
select.js-delivery-point-append,
select.js-receiver-selectize,
select.js-selectize {
    display: none
}

.form-icon {
    color: #51b549;
    position: absolute;
    font-size: 19.25px;
    left: 15px;
    top: 16px
}

.form-icon--textarea {
    top: 19px !important
}

.form-required-icon {
    color: #51b549;
    position: absolute;
    right: 5px;
    top: 3px
}

.required-field-warning {
    display: inline-block;
    font-size: 11.5px
}

.required-field-warning__icon {
    color: #51b549
}

.required-field-warning--marketplace {
    margin-top: 14px
}

.wrap-placeholder {
    position: relative;
    width: 100%
}

.wrap-placeholder__label {
    position: absolute;
    font-size: 17.5px;
    left: 60px;
    top: 13px;
    color: #c5cfd3;
    z-index: 1
}

.wrap-placeholder__input {
    border: 0
}

.wrap-placeholder__input:focus {
    outline: none
}

.products {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-stars {
    position: absolute;
    left: 10px;
    bottom: 28px;
    width: 60%;
    float: left;
    min-height: 23px;
    padding-top: 0
}

.products-stars--clap {
    margin-bottom: 5px
}

.products-stars--clap .products-stars__dropdown-evaluation {
    padding-left: 0
}

.products-stars__review-count {
    color: #555;
    font-size: 11px;
    vertical-align: text-top;
    margin-left: 3px;
    position: relative;
    top: 2px;
    line-height: 15px
}

.products-stars__btn-recommend {
    color: #3597ec;
    background-color: #eaf5ff;
    position: absolute;
    left: 128px;
    padding: 3px 0;
    text-align: center;
    font-size: 9.5px;
    min-width: 60px;
    letter-spacing: -.8px;
    display: none;
    border-radius: 5px
}

.products-stars__btn-recommend.align-left {
    left: 0;
    top: -1px
}

.products-stars__btn-recommend.align-left.products-stars__btn-recommend--clap {
    top: unset;
    left: 10px
}

.products-stars__btn-recommend--primary {
    justify-content: center
}

.products-stars__btn-recommend--secondary {
    height: 22px;
    padding: 4.5px 5px 4.5px 6px;
    line-height: .57;
    letter-spacing: -.17px
}

.products-stars__btn-recommend--secondary .icon-similar-search {
    font-size: 13px
}

.products-stars__btn-recommend--clap {
    left: 128px
}

.products-stars .cargo-area__inner,
.products-stars .clearfix,
.products-stars .form-row,
.products-stars .price-table__row,
.products-stars .products__row,
.products-stars .total-price-area__inner {
    display: none
}

.products-stars__dropdown-evaluation {
    display: inline-block;
    float: left;
    padding: 4px 4px 0 0
}

.products-stars__text {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    text-align: left;
    font-size: 11px;
    letter-spacing: -.2px;
    color: #e37c33;
    width: 58%;
    padding-left: 2%
}

.products-stars__icon {
    font-size: 12px;
    color: #f4af11;
    margin: 0;
    vertical-align: text-top;
    display: block
}

.products-stars__icon.is-passive {
    color: #e5e5e5
}

.products-stars__icon.icon-half {
    color: #f4af11;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden
}

.products-stars__icon-wrapper {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: -2px
}

.products-stars__arrow-icon {
    font-size: 12px
}

.products-stars__dropdown {
    min-width: 236px;
    padding: 10px 12px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 2px 1px 12px rgba(0, 0, 0, .175);
    box-shadow: 2px 1px 12px rgba(0, 0, 0, .175)
}

.products-stars__dropdown:after {
    position: absolute;
    z-index: 11;
    width: 12px;
    height: 12px;
    top: -5px;
    left: 105px;
    display: inline-block;
    content: '';
    background: #fff;
    transform: rotate(135deg);
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1)
}

.products-stars__dropdown-text {
    text-align: center;
    font-size: 14px
}

.products-stars__dropdown-link {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #5bbaff
}

.products-stars__dropdown-link .icon-right-arrow {
    font-size: 8.5px
}

.products-stars .tooltip {
    display: none;
    opacity: 1
}

.products-stars .tooltip-inner {
    max-width: 200px;
    padding: 10px;
    background-color: #555;
    color: #fff;
    font-size: 10.5px;
    line-height: 1.29;
    text-align: left;
    border: none
}

.products-stars .tooltip.top {
    margin-top: 0;
    top: -20px;
    left: 5px
}

.products-stars .tooltip.top .tooltip-arrow {
    left: auto;
    border-top-color: #555;
    right: 35px
}

.products-stars .tooltip.top.align-left .tooltip-arrow {
    left: 15px;
    right: auto
}

.products-stars .tooltip--product-box-clap.top {
    top: 0
}

.products--landing-page .products__item-img {
    border-radius: 4px
}

.products--landing-page .products__item {
    margin-bottom: 5px;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.products--landing-page .products__item-inner {
    padding: 0 4px;
    position: relative
}

.products+.main-banner__full-banner {
    margin-top: -20px
}

.products__container-background {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #edf1f2;
    box-shadow: 0 0 4px rgba(0, 0, 0, .025)
}

.products__container-background:focus-within {
    outline: none;
    box-shadow: none
}

.products--related {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: unset;
    -moz-align-items: unset;
    -ms-align-items: unset;
    align-items: unset
}

.products__custom {
    margin-top: 20px !important
}

.products__row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px
}

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

.products__row:after {
    clear: both
}

.products__item {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px
}

.products__item--extra-card,
.products__item--extra-item {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.products__item--similar-5,
.products__item--similar-6,
.products__item--similar-7,
.products__item--similar-8,
.products__item.has-date-base-campaing .products__item-price .price.price--old.old-price-empty::after {
    display: none
}

.products__item--ani-list .products__item-inner {
    padding: 0 4px
}

.products__item--ani-list .price__right {
    margin-left: 2px
}

.products__item--ani-list .products__subscription-price__text,
.products__item--related .products__subscription-price__text,
.products__item--similar .products__subscription-price__text {
    margin-right: 3px
}

.products__item--ani-list .products__subscription-price__integer,
.products__item--related .products__subscription-price__integer,
.products__item--similar .products__subscription-price__integer {
    margin-right: -1px
}

.products__item.has-date-base-campaing.show-date-base-countdown .products__item-link {
    padding-bottom: 40px
}

.products__item.has-date-base-campaing .products__item-price,
.products__item.has-date-base-campaing .products__item-price .price {
    display: block
}

.products__item.has-date-base-campaing .products__item-price .price.price--old {
    display: inline-flex;
    margin-bottom: 3px
}

.products__item.has-date-base-campaing .products__item-price .price.price--old.old-price-empty .price__left {
    width: 1px;
    margin-left: -1px;
    overflow: hidden
}

.products__item.has-date-base-campaing .discount-percentage,
.products__item.has-date-base-campaing .products__item-price .price.price--old.old-price-empty .price__right {
    display: none
}

.products__item.has-date-base-campaing .products__item-price .price.price--old .price__integer-value {
    font-size: 12px;
    vertical-align: top
}

.products__item.has-date-base-campaing .products__item-price .price.price--old::after {
    top: 7px
}

.products__item.has-date-base-campaing .products__item-price .price.price--original {
    display: inline-flex;
    color: #999
}

.products__item.has-date-base-campaing .products__item-price .price.price--original .price__decimal-value-with-currency,
.products__item.has-date-base-campaing .products__item-price .price.price--original .price__integer-value {
    font-size: 12px
}

.products__item.has-date-base-campaing .products__item-price .price.price--original .price__integer-value {
    vertical-align: top
}

.products__item.has-date-base-campaing .products__item-price .price.price--now {
    color: #e64e41;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #e64e41;
    padding: 0 2px;
    line-height: 23px
}

.products__item.has-date-base-campaing .products__item-price .price.price--now .price__left {
    position: relative;
    line-height: 14px;
    vertical-align: inherit
}

.products__item.has-date-base-campaing .products__item-price .price.price--now .price__right {
    position: relative;
    top: 0;
    line-height: normal;
    vertical-align: inherit
}

.products__item.has-date-base-campaing .products__item-price .price.price--now .price__integer-value {
    vertical-align: inherit;
    font-size: 10px;
    font-weight: 700;
    margin-left: 0
}

.products__item.has-date-base-campaing .products__item-price .price.price--now .price__decimal-value-with-currency {
    font-size: 10px;
    font-weight: 700;
    margin-left: -3px !important
}

.products__item.has-date-base-campaing .products__item-price .price-date-basec-discount {
    display: inline-block;
    font-size: 10px;
    line-height: 16px
}

.products__item.has-date-base-campaing .products__item-price .price+.price {
    margin-left: 0
}

.products__item.has-date-base-campaing .products__item-price.test-a,
.products__item.has-date-base-campaing .products__item-price.test-b {
    display: flex;
    align-items: center
}

.products__item.has-date-base-campaing .products__item-price.test-a .price.price--old .price__integer-value,
.products__item.has-date-base-campaing .products__item-price.test-a .price.price--original .price__decimal-value-with-currency,
.products__item.has-date-base-campaing .products__item-price.test-a .price.price--original .price__integer-value,
.products__item.has-date-base-campaing .products__item-price.test-b .price.price--old .price__integer-value,
.products__item.has-date-base-campaing .products__item-price.test-b .price.price--original .price__decimal-value-with-currency,
.products__item.has-date-base-campaing .products__item-price.test-b .price.price--original .price__integer-value {
    font-size: 13px
}

.products__item.has-date-base-campaing .products__item-price.test-a .price.price--original,
.products__item.has-date-base-campaing .products__item-price.test-b .price.price--original {
    display: flex
}

.products__item.has-date-base-campaing .products__item-price.test-a .price.price--now,
.products__item.has-date-base-campaing .products__item-price.test-b .price.price--now {
    width: auto;
    margin-left: 10px;
    color: #000;
    line-height: 17px
}

.products__item.has-date-base-campaing .products__item-price.test-a .price.price--now .price__integer-value {
    font-size: 14px !important
}

.products__item.has-date-base-campaing .products__item-price.test-a .price.price--now .price__decimal-value-with-currency {
    font-size: 10.5px !important
}

.products__item.has-date-base-campaing .products__item-price.test-a .price-date-basec-discount {
    font-size: 9.5px;
    color: #555;
    display: flex;
    line-height: 12px;
    margin: 4px 0 2px
}

.products__item.has-date-base-campaing .products__item-price.test-b .price-date-basec-discount {
    color: #555;
    display: flex;
    line-height: 12px;
    font-size: 10.5px;
    margin: 2px 0 3px
}

.products__item.has-date-base-campaing .products__item-price.test-b .price.price--now {
    border-radius: 0;
    border: 0;
    border-left: solid 1px #555
}

.products__item.has-date-base-campaing .products__item-price.test-b .price.price--now .price__left,
.products__item.has-date-base-campaing .products__item-price.test-b .price.price--now .price__right {
    vertical-align: middle
}

.products__item.has-date-base-campaing .products__item-price.test-b .price.price--now .price__right {
    top: 1px
}

.products__item.has-date-base-campaing .products__item-price.test-b .price.price--now .price__integer-value {
    font-size: 19.2px !important;
    font-weight: 400 !important
}

.products__item.has-date-base-campaing .products__item-price.test-b .price.price--now .price__decimal-value-with-currency {
    font-size: 14px !important;
    font-weight: 400 !important
}

.products__item.has-date-base-campaing .date-based-old-price-content {
    display: block;
    height: 21px
}

.products__item.has-date-base-campaing .price__decimal-value-with-currency,
.products__item.has-date-base-campaing .price__integer-value {
    font-weight: 700 !important
}

.products__item.has-date-base-campaing .products__item-price .price--old .price__right .price__decimal-value-with-currency {
    top: 0
}

.products__item.has-date-base-campaing .products__brand-badge {
    display: none
}

.js-ani-container .products__item.has-date-base-campaing .products__item-price .price.price--now .price__decimal-value-with-currency,
.products__item.has-date-base-campaing .products__item-price-ad .price.price--now .price__decimal-value-with-currency {
    margin-left: 0 !important
}

.products__item-inner {
    padding: 0 4px;
    background-color: #fff;
    position: relative
}

.products__item--always-vertical .products__item-link {
    overflow: hidden
}

.products__item--always-vertical .price__decimal-value-with-currency {
    top: 2px
}

.products__item--always-vertical .products__item-img-container {
    float: none;
    width: 100%;
    padding-bottom: 300px;
    height: auto
}

.products__item--always-vertical .products__item-info {
    width: 100%;
    padding-top: 7px;
    min-height: 167px;
    text-align: left
}

.products__item--always-vertical .products__clap-info {
    min-height: 57px;
    text-align: left;
    padding: 0
}

.products__item--always-vertical .products__item-details {
    position: static;
    width: 100%;
    padding: 0 10px;
    min-height: auto;
    text-align: center
}

.products__item--always-vertical .products-stars {
    position: static;
    text-align: left
}

.products__item--always-vertical .products-stars__dropdown-evaluation {
    padding: 0;
    margin: 0
}

.products__item--always-vertical .products__item-price {
    display: flex;
    align-items: center;
    padding: 0;
    position: static;
    text-align: left
}

.products__item--always-vertical .products__item-price .price {
    line-height: 1
}

.products__item--always-vertical .discount-percentage,
.products__item--always-vertical .price+.price {
    margin: 0
}

.products__item--always-vertical .price--old {
    margin: 0 10px
}

.products__item--always-vertical .price--old .price__left .price__integer-value {
    font-size: 14px
}

.products__item--always-vertical .price--old .price__right .price__decimal-value-with-currency {
    font-size: 9.5px
}

.products__item--always-vertical .price__integer-value {
    font-size: 21px
}

.products__item--always-vertical .price__decimal-value-with-currency,
.products__item-price .price--old .price__left .price__integer-value {
    font-size: 14px
}

.products__item--always-vertical .products__installment-wrapper {
    width: 100%;
    padding: 0 10px;
    min-height: 30px;
    z-index: 10
}

.products__item--always-vertical.active .products__installment-wrapper {
    display: block
}

.products__banner {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px
}

.products__banner,
.products__banner--1 {
    -webkit-order: 75;
    -moz-order: 75;
    -ms-order: 75;
    order: 75
}

.products__banner--2 {
    -webkit-order: 115;
    -moz-order: 115;
    -ms-order: 115;
    order: 115
}

.products__banner--3 {
    -webkit-order: 145;
    -moz-order: 145;
    -ms-order: 145;
    order: 145
}

.products__banner-inner {
    padding: 0
}

.products__banner-link,
.products__clap-info span {
    display: block
}

.products__banner-link:focus {
    outline: none;
    box-shadow: none
}

.products__banner-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .025);
    border: 1px solid #edf1f2;
    transition: all .1s
}

.products__item-info {
    width: 60%;
    float: left;
    padding: 2% 0 0;
    min-height: auto;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    z-index: 10
}

.products__item-info--similar {
    background-color: #edf1f2
}

.products__item-info--extra-item {
    min-height: 135px;
    background-color: #edf1f2
}

.products__clap-info {
    padding: 0;
    text-align: left
}

.products__clap-info .products__clap-time {
    font-size: 13px;
    line-height: 1;
    color: #51b549
}

.products__clap-info .products__clap-title {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin: 5px 0 0;
    max-height: 18px;
    min-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.products__clap-info .products__clap-subtitle {
    font-size: 12px;
    color: #8d8d8d;
    margin: 3px 0 0
}

.products__item-text {
    padding: 7px 0 10px;
    text-align: center
}

.products__item-text a {
    font-size: 14px;
    font-family: NunitoSemiBold
}

.products__item-badge {
    position: absolute;
    top: 40px
}

.products__item-badge--clap {
    color: #51b549;
    margin-top: 5px
}

.products__item-badge--all-region {
    color: #51b549
}

.products__item-badge--cargo,
.products__item-badge--certain-region,
.products__item-badge--tomorrow {
    color: #e37c33
}

.products__item-badge--medallion {
    top: 5%;
    z-index: 20;
    right: 2%;
    left: auto;
    font-size: 21px;
    width: 10% !important;
    text-align: center;
    position: absolute;
    margin: 0
}

.products__item-badge-text {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    text-align: left;
    font-size: 8.5px;
    letter-spacing: -.2px;
    width: 100%
}

.products__item-badge-icon {
    margin: 0 0 4px
}

.products__item-badge-icon--all-region {
    color: #51b549;
    font-size: 14px
}

.products__item-badge-icon--certain-region {
    color: #e37c33;
    font-size: 14px;
    margin: 0 0 7px
}

.products__item-badge-icon--cargo {
    color: #e37c33;
    font-size: 14px
}

.products__customizable-badge {
    position: absolute;
    z-index: 25;
    display: table;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 4px;
    border: 1px solid #e2e7e9;
    padding: 2px 5px;
    top: 2%;
    right: 2.5%;
    width: 70px
}

.products__customizable-badge-text {
    font-size: 10.5px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #e37c33
}

.products__customizable-badge-icon {
    display: table-cell;
    color: #e37c33;
    font-size: 17.5px
}

.products__item-img {
    width: 100%;
    height: auto;
    border-radius: 4px 0 0 4px;
    position: relative;
    z-index: 20
}

.products__item-img--extra-item {
    border: 2px solid #edf1f2;
    border-bottom: none;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    display: block
}

.products__item-img-container,
.products__item-img-container--extra-item {
    position: relative;
    height: 0;
    overflow: hidden
}

.products__item-img-container iframe,
.products__item-img-container img,
.products__item-img-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.products__item-img-container .age-warning-hidden-thumb {
    opacity: 0
}

.products__item-img-container .age-warning-thumb {
    z-index: 2
}

.products__item-img-container .products__item-img--city {
    z-index: 21;
    bottom: 2px;
    left: 2px;
    right: inherit;
    width: 36px;
    height: 36px;
    top: initial
}

.products__item-img-container--extra-item {
    padding-bottom: 93.1%
}

.products__clap-info,
.products__item-title {
    font-size: 14px;
    max-height: 44px;
    width: 100%;
    min-height: 44px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    margin: 0 0 45px
}

.products__clap-info--extra-products,
.products__item-title--extra-products {
    font-size: 17.5px
}

.products__item-title {
    display: -webkit-box
}

.products__item-details {
    position: relative;
    text-align: left;
    padding: 0 2% 0 5%;
    bottom: 0;
    width: 100%;
    min-height: 110px
}

.products__item-details:after,
.products__item-details:before {
    content: " ";
    display: table
}

.products__item-details:after {
    clear: both
}

.products__item-details--favourites {
    min-height: 95px;
    bottom: 5px
}

.products__item-price {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0;
    display: inline-flex;
    align-items: flex-end
}

.products__item-price .price {
    display: inline-flex;
    align-items: center
}

.products__item-price .price--old .price__right .price__decimal-value-with-currency {
    font-size: 9.5px;
    top: 2px
}

.products__item-price .price--old.old-price-empty {
    display: none;
    margin-left: -3px
}

.products__item-price .price--now .price__decimal-value-with-currency {
    font-size: 14px;
    line-height: unset;
    margin-left: -1px
}

.products__item-price--extra-item {
    bottom: 56px
}

.products__brand-badge {
    overflow: hidden;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
    color: #51b549;
    text-align: left;
    padding-left: 5px
}

.products__brand-badge:after,
.products__brand-badge:before {
    content: " ";
    display: table
}

.products__brand-badge:after {
    clear: both
}

.products__subscription-price-wrapper {
    position: absolute;
    width: 62%;
    bottom: 3px;
    right: 0;
    padding: 0 10px
}

.products__subscription-price-wrapper__inner {
    font-size: 9px;
    background: #fff;
    margin: 0 auto;
    color: #e37c33;
    text-align: left;
    border: none
}

.products__subscription-price-wrapper.has-subscription {
    bottom: 3px !important
}

.products__campaing {
    position: absolute;
    width: 100%;
    bottom: 5px;
    right: 0;
    padding: 0 5px
}

.products__campaing__timer {
    border-radius: 5px;
    background-color: #ffeae8;
    line-height: 21px;
    color: #e64e41;
    font-size: 12px;
    padding: 3px 10px 2px;
    text-align: left;
    display: flex
}

.products__campaing__timer__icon {
    color: #e64e41;
    font-size: 12.5px;
    vertical-align: inherit;
    margin-right: 2px
}

.products__campaing__timer__icon::before {
    color: #e64e41
}

.products__campaing__timer__countdown {
    display: inline-block;
    width: 74px;
    font-weight: 700 !important
}

.products__discount-timer {
    flex: 1;
    padding-left: 12px;
    max-width: 50%
}

.products__discount-timer__mask {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    bottom: 4px;
    display: block;
    width: 100%;
    margin: 14px 0 6px
}

.products__discount-timer__bar {
    width: 99%;
    margin-right: 1%;
    display: block;
    border-radius: 10px;
    height: 5px;
    background: #e64e41
}

.products__discount-timer__percent {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 5px
}

.products__subscription-price__text {
    display: inline
}

.products__subscription-price__integer {
    color: #e37c33;
    margin-right: -3px
}

.products__subscription-price__decimal {
    color: #e37c33;
    font-size: 9px
}

.products__installment-wrapper {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 60%;
    float: left;
    min-height: 30px;
    padding-top: 0
}

.products__installment-wrapper.has-subscription {
    display: none
}

.products__installment {
    color: #51b549;
    font-size: 9px;
    display: inline-block;
    margin-bottom: 0
}

.products__installment--responsive {
    text-align: left;
    letter-spacing: -.2px;
    font-size: 8.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    display: block;
    top: 5px;
    position: relative;
    width: 90%
}

.products__star-rating {
    margin: 0 0 0 -2px
}

.products__item-link {
    display: block;
    border-radius: 4px;
    position: relative;
    background: #fff
}

.products__item-link__badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #e37c33;
    z-index: 25;
    border-radius: 5px;
    width: 65px;
    height: 20px;
    font-size: 8px;
    color: #fff;
    line-height: 20px
}

.products__item-link:focus {
    box-shadow: none;
    outline: none
}

.products__item-buy-link-icon {
    margin: 0;
    vertical-align: middle;
    font-size: 10.5px
}

.products__add-button-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 44px;
    line-height: 44px
}

.products__add-button {
    padding: 4px 15px;
    text-align: center;
    font-size: 14px
}

.products__remove-extra-card {
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer
}

.products.js-ani-container .products__item-img {
    float: left;
    width: 100%
}

.products.js-ani-container .products__item-img-favourites {
    float: none
}

.products.js-ani-container .products__item-inner {
    padding: 0 4px;
    background-color: #fff
}

.products.js-ani-container .products__item-link {
    border: 1px solid #edf1f2
}

.products--extra .products__item-price {
    display: block
}

.products--card .ratio-container--extra-item,
.products--extra .ratio-container--extra-item {
    padding-bottom: 93.1%
}

.products--card .products__item-inner,
.products--extra .products__item-inner {
    padding: 0 5px;
    margin-bottom: 10px
}

.products--card .products__item-img-container,
.products--extra .products__item-img-container {
    float: none;
    padding-bottom: 93.1%;
    width: 100%
}

.products--card .products__item-info--extra-item,
.products--extra .products__item-info--extra-item {
    min-height: 140px;
    background-color: #edf1f2;
    border-radius: 0 0 4px 4px;
    width: 100%;
    z-index: 10;
    padding: 7px 0 15px;
    margin-top: -3px
}

.products--card .products__item-title,
.products--extra .products__item-title {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    max-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px
}

.products--card .products__item-price,
.products--extra .products__item-price {
    position: absolute;
    bottom: 56px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 1px
}

.products__favorite-icon,
.products__favorite-icon--slider {
    position: absolute;
    z-index: 29;
    right: 5px;
    top: 5px;
    background-color: #fff
}

.products__favorite-icon {
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    border: solid 1px #edf1f2;
    width: 25px;
    height: 25px
}

.products__favorite-icon::after,
.products__recommend::after {
    content: "";
    position: absolute;
    top: -15px;
    right: -12px;
    width: 55px;
    height: 51px
}

.products__favorite-icon .icon-favorite-border {
    font-size: 12px;
    margin: 0
}

.products__favorite-icon.hidden-favorite {
    display: none
}

.products__favorite-icon--slider {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e2e7e9;
    border-radius: 6px
}

.products__favorite-icon--slider .icon-favorite-border {
    font-size: 17.5px;
    font-family: 'NunitoBold';
    margin: 0
}

.products__favorite-icon--slider.add-favorite {
    background-color: #ef265c;
    border: none
}

.products__favorite-icon--slider.add-favorite .icon-favorite-border:before {
    content: "\e96b";
    color: #fff
}

.products .add-favorite .icon-favorite-border::before {
    content: "\e96b"
}

.products__price-dropped {
    position: absolute;
    z-index: 29;
    left: 0;
    width: 100%;
    bottom: 5px
}

.products__price-dropped-inner {
    display: block;
    margin: 0 5px;
    text-align: center;
    border-radius: 5px;
    background-color: #e64e41;
    height: 30px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'NunitoBold'
}

.products__price-dropped-inner .icon-lightning {
    font-size: 12px;
    margin-right: 2px;
    vertical-align: baseline
}

.products__recommend {
    display: none;
    position: absolute;
    z-index: 29;
    right: 5px;
    bottom: 5px;
    border-radius: 8px;
    border: solid 1px #edf1f2;
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer
}

.products__recommend.clicked .icon-check {
    color: #51b549
}

.products__recommend-icon {
    font-size: 12px;
    margin: 0
}

.products__recommend-text {
    display: none
}

.products__recommend-loader {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    content: ' ';
    z-index: 30;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    background: url(../images/loader-rolling.gif);
    background-repeat: no-repeat;
    background-size: 16px
}

.js-category-item-hover.active {
    z-index: 30
}

.products--cards {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

.recommandation-clone-container {
    margin-bottom: 0 !important
}

.js-ani-container .products__item-link,
.recommandation-clone-container .products__item-link {
    border: 1px solid #edf1f2
}

.js-ani-container .products__item-link:focus,
.recommandation-clone-container .products__item-link:focus {
    outline: none;
    box-shadow: none
}

.js-ani-container .products__item.active .products__item-link,
.recommandation-clone-container .products__item.active .products__item-link {
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important;
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important
}

#productRecommend .js-ani-container .products__item-link,
#productRecommend .recommandation-clone-container .products__item-link {
    border: none
}

#productRecommend .js-ani-container .products__item.active .products__item-link,
#productRecommend .js-ani-container .products__item.active .products__item-link:hover,
#productRecommend .recommandation-clone-container .products__item.active .products__item-link,
#productRecommend .recommandation-clone-container .products__item.active .products__item-link:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#productRecommend .js-ani-container .products__item-link:focus,
#productRecommend .recommandation-clone-container .products__item-link:focus {
    box-shadow: none !important
}

#ani-productDetailLastWidget .products__item-link.js-similar-product-link {
    border: 1px solid #edf1f2
}

.category .products__recommend,
.price-date-basec-discount {
    display: none
}

.category .products__item:first-child .products__recommend {
    min-width: 28px;
    width: auto
}

.category .products__item:first-child .products__recommend .icon-paper-2 {
    padding-left: 6px
}

.category .products__item:first-child .products__recommend-text {
    display: inline;
    position: relative;
    top: 3px;
    padding-right: 6px
}

.date-based-old-price-content {
    display: none;
    height: 0
}

.customer-favorites .products__item.has-date-base-campaing .products__item-price .price.price--now .price__decimal-value-with-currency,
.customer-favorites .products__item.has-date-base-campaing .products__item-price .price.price--now .price__integer-value {
    font-size: 10.5px
}

.customer-favorites .products__item.has-date-base-campaing .products__item-price .price-date-basec-discount {
    font-size: 11px
}

#modalBox .modal-dialog--similar-products {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: unset;
    height: 566px;
    overflow-y: scroll;
    width: 100%;
    padding: 0 !important;
    margin: 0
}

#modalBox .modal-dialog--similar-products .similar-products-header {
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

#modalBox .modal-dialog--similar-products .similar-products-header .products__item-sum-wrapper {
    display: flex;
    align-items: center;
    margin-top: 50px
}

#modalBox .modal-dialog--similar-products .similar-products-header .products__item-img {
    max-width: 50px;
    margin-right: 10px;
    border-radius: 5px
}

#modalBox .modal-dialog--similar-products .similar-products-header .products__item-title {
    font-size: 14px !important;
    width: auto;
    min-height: unset
}

#modalBox .modal-dialog--similar-products .similar-products-header .products__item-btn {
    margin-left: 10px;
    margin-top: 10px;
    height: 50px;
    color: #fff;
    border-radius: 6px;
    background-color: #51b549;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 10px;
    left: 0;
    width: 95%
}

#modalBox .modal-dialog--similar-products .similar-products-header .products__clap-subtitle--modal {
    color: #8d8d8d
}

#modalBox .modal-dialog--similar-products .similar-products-header .products-stars__btn-recommend {
    display: none
}

#modalBox .modal-dialog--similar-products .similar-products-header .tooltip.top {
    display: none !important
}

#modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs {
    margin-top: 24px;
    margin-bottom: -10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    border-bottom: 1px solid #e8e8e8;
    z-index: 999
}

#modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs .tab {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    transition: all .3s;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    margin: 0 25px;
    font-weight: 700 !important
}

#modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs .tab.active,
#modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs .tab:hover {
    color: #e37c33;
    border-bottom: 2px solid #e37c33
}

#modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs .tab--single {
    color: #000 !important;
    border: none !important
}

#modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs--single-item {
    text-align: left
}

#modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs--single-item .tab {
    margin: 0 15px
}

#modalBox .modal-dialog--similar-products .modal-header {
    position: absolute;
    right: 15px;
    margin-top: 15px;
    border: none;
    z-index: 99;
    padding: 0
}

#modalBox .modal-dialog--similar-products .modal-body {
    overflow-x: hidden;
    z-index: 98
}

#modalBox .modal-dialog--similar-products .modal-body .ie {
    max-height: unset
}

#modalBox .modal-dialog--similar-products .modal-footer,
.slick-slide.slick-loading img {
    display: none
}

#modalBox .modal-dialog--similar-products .icon-close-line {
    margin-right: -5px
}

#modalBox .modal-dialog--similar-products .icon-close-line:before {
    content: "\e60c"
}

#modalBox .modal-dialog--similar-products .products--category .products__item:last-child {
    margin-bottom: 45px
}

#modalBox .modal-dialog .comments__wrapper {
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin-bottom: 30px
}

#modalBox .modal-dialog .comments__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #e2e7e9
}

#modalBox .modal-dialog .comments__text {
    clear: both;
    white-space: normal;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px
}

#modalBox .modal-dialog .comments__date {
    display: inline-block;
    float: right;
    color: #555
}

#modalBox .modal-dialog .comments__button {
    font-size: 14px;
    background: 0 0;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    padding: 0;
    line-height: 1;
    border-radius: 50%
}

#modalBox .modal-dialog .comments__button[disabled] {
    opacity: .4
}

#modalBox .modal-dialog .comments__button:focus {
    outline: 0
}

#modalBox .modal-dialog .comments__button--prev {
    left: 0;
    top: 40px
}

#modalBox .modal-dialog .comments__button--next {
    right: 0;
    top: 40px
}

#modalBox .modal-dialog .comments__button-icon {
    margin: 0;
    font-size: 17.5px;
    padding: 5px
}

#modalBox .modal-dialog .comments__stars {
    padding: 0;
    list-style: none;
    float: right;
    margin-bottom: 7px;
    margin-right: 0;
    position: relative;
    top: 1px
}

#modalBox .modal-dialog .comments__stars-item {
    float: left
}

#modalBox .modal-dialog .comments__stars-icon {
    color: #f4af11;
    font-size: 10.5px;
    margin-right: 3px
}

#modalBox .modal-dialog .comments__stars-icon.is-passive {
    color: #e5e5e5
}

#modalBox .modal-dialog .comments__stars-icon--new {
    color: #fff
}

#modalBox .modal-dialog .comments__icon {
    position: absolute;
    top: 50%
}

#modalBox .modal-dialog .comments__icon--prev {
    left: 0;
    z-index: 30
}

#modalBox .modal-dialog .comments__icon--next {
    right: 0;
    z-index: 80
}

#modalBox .modal-dialog .comments__icon--active span {
    color: #185aa3
}

#modalBox .modal-dialog .comments__icon--passive span {
    color: #bbcddf
}

#modalBox .modal-dialog .comments__icon span {
    font-size: 22px
}

#modalBox .modal-dialog .comments__filter {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap
}

#modalBox .modal-dialog .comments__filter__stars {
    display: none;
    flex: 0 0 100%
}

#modalBox .modal-dialog .comments__filter__stars--responsive {
    display: block;
    margin-top: 10px
}

#modalBox .modal-dialog .comments__filter__stars--block,
.slick-slide img {
    display: block
}

#modalBox .modal-dialog .comments__filter__star-item {
    width: 100%;
    font-size: 12px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0
}

#modalBox .modal-dialog .comments__filter__star-item__text {
    width: 25%;
    flex: 0 0 25%;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline
}

#modalBox .modal-dialog .comments__filter__star-item__text--responsive {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    background: #fff;
    border: 2px solid #fff;
    outline: none;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: center
}

#modalBox .modal-dialog .comments__filter__star-item__text--responsive.active {
    border-color: #dc881f
}

#modalBox .modal-dialog .comments__filter__star-item__text.active {
    text-decoration: underline;
    color: #70afe6
}

#modalBox .modal-dialog .comments__filter__star-item__score-bar {
    width: 50%;
    flex: 0 0 50%;
    height: 16px;
    border-radius: 8px;
    background: #e5e5e5;
    overflow: hidden;
    display: inline-block
}

#modalBox .modal-dialog .comments__filter__star-item__score-bar-value {
    display: inline-block;
    background: #f4af11;
    height: 16px;
    border-radius: 8px
}

#modalBox .modal-dialog .comments__filter__star-item__percent-text {
    width: 20%;
    flex: 0 0 20%;
    padding-left: 10px;
    display: inline-block
}

#modalBox .modal-dialog .comments__filter__star-item-wrapper {
    width: 32%;
    padding: 6px 8px;
    display: inline-block
}

#modalBox .modal-dialog .comments__all-comments {
    display: inline-block;
    font-size: 16px;
    padding: 11.5px 60px;
    border-radius: 6px;
    margin-top: 23.9px
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media (min-width:320px) {

    .products__item--similar-5,
    .products__item--similar-6 {
        display: block
    }

    .products__item.has-date-base-campaing .products-stars {
        bottom: 44px
    }

    .products__item-link__badge {
        font-size: 9.5px;
        width: 80px
    }
}

@media (min-width:321px) {
    .products-stars__btn-recommend {
        display: inline-flex;
        align-items: center
    }
}

@media (min-width:360px) {
    .discount-percentage {
        display: inline-flex;
        align-items: center;
        padding: 1px 4px
    }

    .modal-wallet__modal-approve-input-size {
        width: 43px;
        height: 43px;
        margin: 0 10px 0 0
    }

    .products-stars {
        bottom: 24px
    }

    .products-stars__dropdown-evaluation {
        width: auto;
        padding: 0;
        float: left
    }

    .products-stars__text {
        width: auto;
        float: left;
        vertical-align: text-top;
        padding: 1px 3% 0 0
    }

    .products-stars__text--full {
        width: 100% !important;
        padding-left: 0 !important
    }

    .products-stars__icon-wrapper {
        float: left;
        margin-right: 4px;
        top: 3px
    }

    .products__item--extra-card,
    .products__item--extra-item {
        -webkit-flex: 0 0 33.3%;
        -moz-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .products__item.has-date-base-campaing .products__item-price .price.price--now {
        padding: 0 6px
    }

    .products__item.has-date-base-campaing .products__item-price .price-date-basec-discount,
    .products__item.has-date-base-campaing .products__item-price .price.price--now .price__decimal-value-with-currency,
    .products__item.has-date-base-campaing .products__item-price .price.price--now .price__integer-value {
        font-size: 11px
    }

    .products__item.has-date-base-campaing .products-stars {
        bottom: 45px
    }

    .products__clap-info,
    .products__item-title {
        margin-bottom: 45px
    }

    .products__brand-badge {
        padding: 0
    }

    .products__subscription-price-wrapper__inner {
        font-size: 10.5px
    }

    .products__campaing__timer {
        font-size: 14px
    }

    .products__subscription-price__decimal {
        font-size: 10.5px
    }
}

@media (min-width:374px) {
    .midline-title__image {
        width: 38px
    }

    .products__item--featured-xlg .products__brand-badge {
        min-height: 25px
    }

    .products__installment--responsive {
        font-size: 12px
    }
}

@media (min-width:400px) {
    .products-stars {
        left: 12px
    }

    .products__brand-badge {
        padding: 0 5px
    }

    .products__subscription-price-wrapper__inner {
        padding: 5px 0
    }

    .products__campaing__timer {
        padding: 1px 10px 0
    }

    .products__campaing__timer__icon {
        font-size: 9px
    }

    .products__installment {
        font-size: 12px
    }
}

@media (min-width:413px) {
    .midline-title__image {
        width: 37px
    }
}

@media (min-width:414px) {
    .products-stars {
        right: 0
    }

    .products__item-badge--medallion {
        right: 1%
    }

    .products__clap-info,
    .products__item-title {
        padding-right: 23px;
        margin-bottom: 50px
    }
}

@media (min-width:415px) {
    .midline-title__bg {
        padding: 0 20px;
        margin: 22px 0 11px
    }
}

@media (min-width:479px) {
    .products-stars__dropdown-evaluation {
        width: 100%;
        padding: 4px 0 0
    }

    .products-stars__text {
        width: 48%
    }
}

@media (min-width:480px) {
    body .hidden-xs-up {
        display: none
    }

    .pagination {
        margin: 25px auto 45px
    }

    .pagination li {
        padding: 0 4px
    }

    .pagination li a {
        padding: 8px 12px
    }

    .price+.price {
        margin-left: 2px
    }

    .discount-percentage {
        padding: 1px 5px;
        font-size: 10px;
        margin-right: 5px;
        position: relative;
        top: -1px;
        min-width: inherit;
        min-height: inherit;
        display: inline-block
    }

    .discount-percentage__text {
        font-size: 16px
    }

    .section-heading__title {
        font-size: 28px
    }

    .section-heading__title--line-text {
        background: #fff;
        font-size: 28px;
        display: inline;
        padding: 5px 15px
    }

    #customModalBox .modal-body,
    #modalBox .modal-body,
    #modalBox .modal-body.modal-wallet__modal-body-summary {
        max-height: 500px
    }

    .modal-footer .btn {
        width: auto;
        margin-bottom: 0
    }

    .modal-footer .btn+.btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .alert--fixed {
        position: relative
    }

    .alert__body {
        margin-bottom: 20px
    }

    .alert__button {
        width: auto;
        margin-bottom: 0;
        margin-right: 10px
    }

    .products {
        margin: 0 -5px 10px
    }

    .products-stars {
        left: 15px;
        position: static;
        width: 100%;
        float: none;
        margin-top: 3px
    }

    .products-stars__btn-recommend.align-left {
        left: 10px;
        top: auto
    }

    .products-stars .cargo-area__inner,
    .products-stars .clearfix,
    .products-stars .form-row,
    .products-stars .price-table__row,
    .products-stars .products__row,
    .products-stars .total-price-area__inner {
        display: block
    }

    .products-stars__dropdown-evaluation {
        width: 100%;
        padding: 0 10px;
        text-align: left
    }

    .products-stars__text {
        letter-spacing: normal;
        text-align: center;
        width: 100%;
        vertical-align: top;
        padding: 0
    }

    .products-stars__icon-wrapper {
        margin-right: 0;
        float: none;
        top: 0
    }

    .products--landing-page .products__item,
    .products__item {
        margin-bottom: 15px;
        -webkit-flex: 0 0 33.3%;
        -moz-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .products--landing-page .products__item-inner {
        padding: 0 10px
    }

    .products__item {
        margin-bottom: 20px
    }

    .products__item--featured-xlg .products__brand-badge {
        min-height: 30px
    }

    .products__item--similar-5,
    .products__item--similar-6 {
        display: block
    }

    .products__item.has-date-base-campaing.show-date-base-countdown .products__item-link {
        padding-bottom: 0
    }

    .products__item.has-date-base-campaing .products__item-price .price.price--now .price__right {
        line-height: 14px
    }

    .products__item.has-date-base-campaing .products__item-price .price-date-basec-discount {
        font-size: 12px
    }

    .products__item.has-date-base-campaing .price__decimal-value-with-currency {
        top: 0
    }

    .products__item--always-vertical .products__installment-wrapper {
        position: absolute;
        bottom: -10px
    }

    .products__banner {
        margin-bottom: 20px;
        -webkit-flex: 0 0 66.6%;
        -moz-flex: 0 0 66.6%;
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%
    }

    .products__banner--1 {
        -webkit-order: 75;
        -moz-order: 75;
        -ms-order: 75;
        order: 75
    }

    .products__banner--2 {
        -webkit-order: 115;
        -moz-order: 115;
        -ms-order: 115;
        order: 115
    }

    .products__banner-inner {
        padding: 0 10px
    }

    .products__banner-img {
        box-shadow: none;
        border: 0
    }

    .products__item-info {
        float: none;
        width: auto;
        border-radius: 0 0 4px 4px;
        min-height: 138px;
        padding-top: 7px;
        margin-bottom: 10px
    }

    .products__item-badge {
        width: 100%;
        top: 5px;
        margin-top: -32px
    }

    .products__item-badge--clap {
        left: 0;
        margin-top: -32px
    }

    .products__item-badge--medallion {
        font-size: 19.25px;
        top: 8px;
        margin-top: 0
    }

    .products__item-badge-text {
        font-size: 10.5px;
        padding: 0 30px 0 10px;
        letter-spacing: inherit
    }

    .products__customizable-badge {
        right: 7px;
        top: 7px;
        width: 75px
    }

    .products__item-img {
        border-radius: 4px 4px 0 0
    }

    .products__item-img-container {
        padding-bottom: 110%
    }

    .products__item-img-container .products__item-img--city {
        width: 61px;
        height: 61px;
        bottom: 4px;
        left: 4px
    }

    .products__clap-info,
    .products__item-title {
        margin: 0 auto;
        width: 100%;
        min-height: 38px;
        line-height: 21px;
        text-align: left;
        padding: 0 10px
    }

    .products__item-details {
        position: absolute;
        min-height: 90px;
        padding: 0;
        top: 32px
    }

    .products__item-details.show-with-tax-ab {
        min-height: 90px
    }

    .products__item-price {
        text-align: left;
        position: absolute;
        padding: 0 10px;
        bottom: 0;
        display: block
    }

    .products__brand-badge {
        min-height: 30px;
        text-align: left;
        padding: 0
    }

    .products__brand-badge .products__installment {
        width: 100%;
        border-radius: 5px
    }

    .products__brand-badge .products__installment:empty {
        display: none
    }

    .products__subscription-price-wrapper {
        position: relative;
        width: 100%;
        min-height: 30px;
        padding: 0 10px;
        right: auto;
        bottom: auto;
        margin-bottom: 10px
    }

    .products__subscription-price-wrapper__inner {
        font-size: 12px;
        min-height: 24px;
        width: 100%;
        margin: auto;
        border-radius: 5px;
        display: flex;
        text-align: left
    }

    .products__subscription-price-wrapper.has-subscription {
        bottom: auto !important
    }

    .products__campaing {
        position: relative;
        width: 100%;
        min-height: 30px;
        padding: 0 10px;
        right: auto;
        bottom: auto;
        margin-bottom: 10px
    }

    .products__discount-timer {
        display: none
    }

    .products__subscription-price__decimal,
    .products__subscription-price__integer {
        font-size: 12px
    }

    .products__installment-wrapper {
        margin-bottom: 4px;
        min-height: 25px;
        position: relative;
        float: none;
        width: inherit
    }

    .products__installment-wrapper.has-subscription {
        display: block
    }

    .products__installment {
        padding: 5px 0
    }

    .products__installment--responsive {
        font-size: 9.5px;
        text-align: center;
        top: 0;
        letter-spacing: 0
    }

    .products--category .products__item,
    .products--favorites .products__item,
    .products--marketplace .products__item {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    #modalBox .modal-dialog--similar-products .modal-body {
        max-height: 670px
    }

    #modalBox .modal-dialog--similar-products .products--category .products__item:last-child {
        margin-bottom: 0
    }

    #modalBox .modal-dialog .comments__icon--prev {
        left: -30px
    }

    #modalBox .modal-dialog .comments__icon--next {
        right: -30px
    }
}

@media (min-width:600px) {
    body .hidden-responsive-up {
        display: none
    }

    .select-gray,
    .select-green {
        font-size: 10.5px
    }

    #customModalBox.modal-wallet .modal-icon,
    #modalBox.modal-wallet .modal-icon {
        margin: 0 -10px 0 0
    }

    .products__item.has-date-base-campaing .products__brand-badge {
        display: block
    }

    .products__item-badge--medallion {
        top: 6px;
        margin-top: 0
    }

    .products__installment--responsive {
        font-size: 11.5px
    }

    .products__item-link__badge {
        top: 10px;
        left: 10px;
        width: 100px;
        height: 28px;
        font-size: 11.5px;
        line-height: 28px
    }

    .products__favorite-icon--slider {
        display: none
    }

    .products--category .products__item,
    .products--marketplace .products__item {
        -webkit-flex: 0 0 33.3%;
        -moz-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .products--marketplace .products__item .price__integer-value {
        font-size: 19.25px
    }

    #modalBox .modal-dialog .comments__filter {
        border: 2px solid #fff
    }

    #modalBox .modal-dialog .comments__filter__stars {
        flex: 0 0 35%;
        display: block
    }

    #modalBox .modal-dialog .comments__filter__stars--responsive {
        display: none
    }
}

@media (min-width:767px) {
    #modalBox .modal-dialog--similar-products .similar-products-header .products__item-sum-wrapper {
        margin-top: 0
    }

    #modalBox .modal-dialog--similar-products .similar-products-header .products__item-btn {
        display: inline-flex;
        position: relative;
        bottom: unset;
        left: unset;
        width: 196px
    }

    #modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs {
        text-align: left;
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        transform: unset;
        border-bottom: unset
    }

    #modalBox .modal-dialog--similar-products .similar-products-header .similar-products__tabs .tab {
        font-size: 17.5px;
        margin-left: 0;
        margin-right: 15px
    }
}

@media (min-width:768px) {

    body.is-fixed,
    body.is-pushed {
        position: relative
    }

    body {
        left: 0 !important;
        width: auto !important
    }

    body .hidden-sm-up {
        display: none
    }

    .container {
        width: 100%
    }

    main {
        padding-top: 20px
    }

    .btn-wrapper {
        padding: 0 17px
    }

    .select-gray,
    .select-green {
        font-size: 12px
    }

    .select-gray option,
    .select-green option {
        font-size: 11.5px
    }

    .btn-lg {
        font-size: 14px
    }

    .pagination-area {
        display: block
    }

    .pagination-area-notext {
        display: none
    }

    .pagination li {
        padding: 0 2px
    }

    .pagination li span.hidden-text {
        display: inline-block
    }

    .pagination [class*=" icon-"],
    .pagination [class^=icon-] {
        padding-left: 15px
    }

    .pagination [rel=prev] span {
        padding: 0 15px 0 0
    }

    .price__right {
        font-size: 14px;
        line-height: 14px
    }

    .price__integer-value {
        font-size: 19px
    }

    .price-table {
        margin-bottom: 15px
    }

    .price-table__cell-left,
    .price-table__cell-left--date,
    .price-table__cell-right,
    .price-table__cell-right--date {
        font-size: initial
    }

    .price-table__cell-item-name {
        font-size: initial;
        margin-top: initial;
        display: initial
    }

    .total-price-area {
        border-radius: 6px;
        padding: 15px 10px 0;
        margin-top: 0;
        background-color: #edf1f2
    }

    .total-price-area__inner .sub-info-text {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        color: #555;
        font-size: 12px;
        float: left
    }

    .total-price-area__left .same-day-text {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        padding-right: 0;
        width: 90%;
        display: block
    }

    .total-price-area__left .sameday-question-icon {
        right: -5px
    }

    .total-price-area__tax {
        font-size: 10.5px
    }

    .total-price-area__info-icon {
        background-color: #fff
    }

    .cargo__left {
        font-size: initial
    }

    .discount-item {
        display: block;
        padding: 0
    }

    .discount-item__title {
        margin: 10px 0 23px;
        text-align: start;
        border-bottom: none
    }

    .discount-item-container__form .btn.btn-orange {
        background-color: #e37c33;
        color: #edf1f2;
        font-size: 14px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin: 0;
        height: 50px;
        padding: 0 32px 0 33px
    }

    .discount-item-container__form .input-group {
        display: table
    }

    .midline-title--left:after,
    .responsive-discount-item {
        display: none
    }

    .discount-area__delete-icon {
        display: block;
        padding: 5px;
        font-size: 7px;
        margin-left: 5px;
        z-index: 10;
        border-radius: 50%;
        background-color: #ffff;
        color: #a3a3a3;
        cursor: pointer;
        margin-right: 0
    }

    .container--ani .price__right .price__integer-value {
        font-size: 16px !important
    }

    .midline-title--left {
        text-align: left;
        margin: 23px 0;
        padding: 0 3px
    }

    .midline-title__bg {
        padding: 5px 20px
    }

    .midline-title__bg-checkout {
        display: block
    }

    .midline-title__product-name {
        padding: 15px 15px 5px 10px
    }

    .midline-title__list {
        display: block;
        width: 100%;
        float: right;
        margin: 5px 15px 12px
    }

    .midline-title__image {
        float: left;
        width: 40px
    }

    #modalBox .modal-dialog {
        -webkit-transform: translate(-50%, -50%)
    }

    #customModalBox .modal-dialog,
    #flatModalBox .modal-dialog,
    #modalBox .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 10px
    }

    #flatModalBox .modal-body {
        max-height: 500px
    }

    .counter .btn {
        padding: 10px
    }

    .counter__count.btn {
        width: 42px
    }

    .scroll-top {
        bottom: 50px;
        right: 40px;
        display: none
    }

    .switch__csvv {
        bottom: 50px;
        right: 40px;
        height: 60px;
        width: 275px
    }

    .switch__csvv--button {
        width: 130px;
        height: 50px;
        font-size: 10.5px;
        padding-bottom: 6px
    }

    .switch__csvv--img {
        width: 80px
    }

    .switch__csvv--img-wrapper {
        height: 28px
    }

    .switch__csvv--tooltip {
        width: 255px;
        font-size: 12px;
        padding: 12px 0;
        bottom: 80px;
        right: auto
    }

    .switch__csvv.switch__csvv--small {
        height: 55px;
        width: 157px
    }

    .switch__csvv.switch__csvv--small .switch__csvv--button {
        width: 70px;
        height: 45px
    }

    .switch__csvv.switch__csvv--small .switch__csvv--img {
        width: 45px
    }

    .order-summary {
        border: 2px solid #edf1f2;
        padding: 0 10px 2px;
        margin-bottom: 20px;
        border-radius: 6px
    }

    .order-summary__heading {
        border-bottom: none;
        margin: 0 0 10px;
        padding: 15px 10px 0;
        font-size: 21px;
        font-family: 'Nunito'
    }

    .modal-ticket__modal-body .title,
    .modal-ticket__modal-body p,
    .order-summary__price-table-heading {
        font-size: 16px
    }

    .order-delivery-col {
        padding: 0 5px
    }

    .order-delivery-head {
        justify-content: center
    }

    .order-delivery-title {
        margin-top: 0
    }

    .order-delivery-info {
        text-align: center;
        font-size: 16px
    }

    .order-delivery-item {
        padding: 15px 5px 5px
    }

    .member-advantages-list {
        padding-top: 40px
    }

    .recaptcha-inner-container {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .modal-wallet__modal-width {
        width: 370px !important
    }

    .modal-wallet__modal-width-summary {
        width: 375px !important
    }

    .modal-ticket__modal-width {
        width: 574px !important
    }

    .modal-ticket__modal-body {
        padding-left: 70px;
        padding-right: 70px
    }

    .modal-ticket__modal-body .title-icon {
        font-size: 79px;
        margin: 20px 0 15px
    }

    .modal-ticket__modal-btn-block {
        width: 49% !important
    }

    .modal-ticket__modal-btn-block.btn-line-bordered {
        margin-right: 1%
    }

    .form-control {
        font-size: 17.5px;
        height: 55px;
        padding: 0 20px 0 60px
    }

    textarea.form-control {
        padding-top: 13px;
        min-height: 100px
    }

    .form-control--no-icon {
        padding-left: 20px
    }

    .form-control--gray-border {
        padding: 5px 15px;
        font-size: 17.5px;
        height: 55px
    }

    .form-group__placeholder {
        display: block;
        right: 15px;
        font-size: 10.5px
    }

    .form-group__show-type {
        height: 51px
    }

    .form-group__show-type:before {
        top: 28px
    }

    .form-group__show-type.icon-eye-slash:before,
    .form-group__show-type.icon-eye:before {
        top: 19px
    }

    .field-validation-error {
        padding: 10px 15px
    }

    .form-icon {
        top: 16px;
        left: 22px;
        font-size: 21px
    }

    .products {
        margin: 0 -10px 20px
    }

    .products-stars__review-count {
        font-size: 13px;
        line-height: 19px;
        top: 0
    }

    .products--landing-page .products__item,
    .products__item {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .products__item--extra-card,
    .products__item--extra-item {
        -webkit-flex: 0 0 33.33333%;
        -moz-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }

    .products__favorite-icon::after,
    .products__item--similar-5,
    .products__item--similar-6,
    .products__recommend::after {
        display: none
    }

    .products.js-ani-container .products__item-inner,
    .products__item--ani-list .products__item-inner,
    .products__item-inner {
        padding: 0 10px
    }

    .products__item.has-date-base-campaing .products__item-price .price.price--now {
        padding: 0 4px
    }

    .products__item.has-date-base-campaing .products__item-price.test-a .price.price--now,
    .products__item.has-date-base-campaing .products__item-price.test-b .price.price--now {
        line-height: 18px
    }

    .products__item.has-date-base-campaing .products__item-price.test-a .price.price--now .price__integer-value {
        font-size: 15px !important
    }

    .products__item.has-date-base-campaing .products__item-price.test-a .price.price--now .price__decimal-value-with-currency {
        font-size: 11px !important
    }

    .products__item.has-date-base-campaing .products__item-price.test-a .price-date-basec-discount,
    .products__item.has-date-base-campaing .products__item-price.test-b .price-date-basec-discount {
        font-size: 10.5px;
        line-height: 13px
    }

    .products__item.has-date-base-campaing .products__item-price.test-b .price.price--now .price__integer-value {
        font-size: 21px !important;
        line-height: 22px
    }

    .products__item.has-date-base-campaing .products__item-price.test-b .price.price--now .price__decimal-value-with-currency {
        font-size: 14px !important
    }

    .products__item.has-date-base-campaing .products__item-price.test-b .price-date-basec-discount {
        margin: 0 0 2px
    }

    .products__banner {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .products__banner--1 {
        -webkit-order: 85;
        -moz-order: 85;
        -ms-order: 85;
        order: 85
    }

    .products__banner--2 {
        -webkit-order: 125;
        -moz-order: 125;
        -ms-order: 125;
        order: 125
    }

    .products__banner--3 {
        -webkit-order: 126;
        -moz-order: 126;
        -ms-order: 126;
        order: 126
    }

    .products__item-text a {
        font-size: 17.5px
    }

    .products__item-badge-text {
        font-size: 12px;
        line-height: 12px
    }

    .products__customizable-badge {
        right: 5px;
        top: 5px;
        padding: 3px 5px;
        width: 80px
    }

    .products__customizable-badge-text {
        font-size: 11px
    }

    .products__clap-info,
    .products__item-title {
        font-size: 13px;
        min-height: 35px;
        line-height: 21px
    }

    .products__campaing__timer {
        font-size: 12px
    }

    .products__installment-wrapper {
        margin-bottom: 0
    }

    .products__favorite-icon {
        width: 28px;
        height: 28px;
        right: 10px;
        top: 10px;
        border-radius: 10px
    }

    .products__favorite-icon .icon-favorite-border {
        font-size: 12px;
        margin: 3px 0 0
    }

    .products__price-dropped {
        bottom: 10px
    }

    .products__price-dropped-inner {
        font-size: 16px;
        margin: 0 10px;
        font-weight: 400 !important
    }

    .products__recommend {
        width: 28px;
        height: 28px;
        right: 10px;
        bottom: 10px;
        border-radius: 10px
    }

    .products__recommend-icon {
        font-size: 12px;
        margin: 3px 0 0
    }

    .products--marketplace .products__item .price__integer-value {
        font-size: 17px
    }

    #modalBox .modal-dialog--similar-products {
        width: 95%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: unset;
        height: unset;
        overflow-y: hidden
    }

    #modalBox .modal-dialog--similar-products .similar-products-header .products__item-img {
        max-width: 105px
    }

    #modalBox .modal-dialog--similar-products .modal-body {
        padding: 24px
    }

    #modalBox .modal-dialog .comments__wrapper {
        padding: 0 10px
    }

    #modalBox .modal-dialog .comments__icon--prev {
        left: -75px
    }

    #modalBox .modal-dialog .comments__icon--next {
        right: -75px
    }
}

@media (min-width:880px) {
    .products__item-info {
        min-height: 140px
    }
}

@media (min-width:900px) {
    .products--favorites .products__item {
        -webkit-flex: 0 0 33.3%;
        -moz-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }

    .select-gray,
    .select-green {
        font-size: 13px
    }

    .select-gray option,
    .select-green option {
        font-size: 12px
    }

    .pagination li {
        padding: 0 4px
    }

    .pagination li a {
        padding: 8px 15px
    }

    .discount-percentage {
        top: 1px;
        font-size: 11px;
        padding: 1px 3px;
        margin-right: 3px
    }

    .total-price-area__left {
        padding-right: 1px
    }

    .total-price-area__right {
        padding-left: 0
    }

    .cargo__left {
        padding-right: 0
    }

    .cargo__right {
        padding-left: 0
    }

    .midline-title__bg-checkout--image {
        padding: 5px 5px 5px 20px
    }

    .midline-title__bg-checkout--image .midline-title__product-name {
        line-height: 40px
    }

    .midline-title__product-name {
        max-width: 32%;
        padding: 0
    }

    .midline-title__list {
        max-width: 68%;
        margin: 0;
        text-align: right;
        display: inline-block
    }

    .midline-title__image {
        float: right
    }

    #_dvd___chat___window___switch {
        right: 20px !important;
        width: 180px !important
    }

    .member-advantages-list__item {
        font-size: 14px
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    ::-webkit-scrollbar-thumb {
        border: 0 solid #fff
    }

    ::-webkit-scrollbar-thumb:horizontal {
        border-bottom-width: 1px;
        border-top-width: 1px
    }

    ::-webkit-scrollbar-thumb:vertical {
        border-left-width: 1px;
        border-right-width: 1px
    }

    .modal-wallet__modal-title.create-wallet-modal {
        font-size: 21px
    }

    textarea.form-control {
        padding-top: 13px
    }

    .form-row--1of2 {
        float: left;
        width: 50%;
        padding-bottom: 0
    }

    .products-stars__btn-recommend,
    .products-stars__btn-recommend--clap {
        left: 153px
    }

    .products-stars__text {
        font-size: 12px;
        vertical-align: baseline
    }

    .products-stars .tooltip.top .tooltip-arrow {
        right: 10px
    }

    .products__container-background:focus-within {
        box-shadow: 0 2px 0 #96d391
    }

    .products__item--extra-card,
    .products__item--extra-item {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .products__item--similar {
        flex: 0 0 20%
    }

    .js-ani-container .products__item-link:focus,
    .products__banner-link:focus,
    .recommandation-clone-container .products__item-link:focus {
        box-shadow: 0 2px 0 #96d391
    }

    .products__item-badge--medallion {
        top: 8px;
        margin-top: 0
    }

    .products__customizable-badge {
        right: 7px;
        top: 7px
    }

    .products__subscription-price-wrapper__inner {
        min-height: 24px
    }

    .products__recommend-loader {
        right: 5px
    }

    .products--category .products__item {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .products--marketplace .products__item {
        -webkit-flex: 0 0 33.3%;
        -moz-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    #modalBox .modal-dialog .comments__button--prev {
        left: -50px;
        top: 270px
    }

    #modalBox .modal-dialog .comments__button--next {
        right: -50px;
        top: 270px
    }

    #modalBox .modal-dialog .comments__button-icon {
        font-size: 21px;
        padding: 15px
    }

    #modalBox .modal-dialog .comments__button-icon:hover {
        transform: scale(1.1)
    }

    #modalBox .modal-dialog .comments__stars-icon {
        font-size: 12px
    }
}

@media only screen and (min-width:1024px) {
    .products__container-background:hover {
        -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important;
        -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important
    }

    .products__container-background:hover .products__item-img {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .products__banner-img:hover {
        -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
        -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .4)
    }
}

@media (min-width:1200px) {

    .visible-lg,
    .visible-lg-block {
        display: block !important
    }

    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-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

    .container {
        width: 1100px
    }

    .price__integer-value {
        vertical-align: sub
    }

    .price__decimal-value-with-currency {
        top: 3px;
        margin-left: 0 !important
    }

    .price--old:after {
        top: 9px
    }

    .price-table__cell-left,
    .price-table__cell-left--date {
        float: left;
        width: 58.33333333%
    }

    .price-table__cell-right {
        float: left;
        width: 41.66666667%
    }

    .price-table__cell-full {
        float: left;
        width: 100%
    }

    .price-table__cell-right--date {
        float: left;
        width: 66.66666667%
    }

    .cargo-area__inner {
        margin-bottom: 0
    }

    .midline-title {
        margin-bottom: 20px;
        font-size: 28px
    }

    .midline-title__bg-checkout {
        padding: 10px 20px;
        margin: 22px 0 11px;
        line-height: 30px
    }

    .midline-title__bg-checkout.bg-checkout-subscription {
        padding-top: 10px
    }

    .midline-title__product-name {
        max-width: 35%;
        white-space: normal
    }

    .midline-title__delivery-text {
        padding: 0;
        max-width: 45%;
        text-align: right
    }

    .midline-title__subscription-text {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 10px
    }

    .midline-title__list {
        max-width: 65%
    }

    .products-stars__btn-recommend {
        font-size: 11.5px;
        letter-spacing: -.31px;
        min-width: 80px
    }

    .products__item.active .products__item-inner {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 10px;
        width: 100%;
        z-index: 35
    }

    .products__item--extra-card {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .products__item--similar {
        flex: 0 0 16.6%
    }

    .products__item--similar-5,
    .products__item--similar-6 {
        display: block
    }

    .products__item--similar .products__item-badge-text {
        font-size: 10.5px
    }

    .products__item-info {
        min-height: 138px
    }

    .products__item-badge {
        margin-top: -30px
    }

    .products__item-badge--medallion {
        font-size: 21px;
        margin-top: 0
    }

    .products__item-badge-text {
        line-height: normal
    }

    .products__clap-info,
    .products__item-title {
        font-size: 14px;
        min-height: 39px;
        line-height: 20px
    }

    .products__item-details,
    .products__item-details.show-with-tax-ab {
        min-height: 110px
    }

    .products__item-details--favourites {
        min-height: 105px
    }

    .products__item-price {
        bottom: 0;
        max-height: 48px
    }

    .products__item-price .price,
    .products__item-price .price--now .price__left {
        line-height: 14px
    }

    .products__item-price .price--old .price__right .price__decimal-value-with-currency {
        top: 2px
    }

    .products__item-price--extra-item {
        bottom: 50px
    }

    .products__installment-wrapper {
        display: none
    }

    .products__installment {
        font-size: 10px
    }

    .products__remove-extra-card {
        right: 20px;
        bottom: 0;
        position: absolute
    }

    .products--card .products__item-info--extra-item,
    .products--extra .products__item-info--extra-item {
        min-height: 140px
    }

    .products--card .products__item-title,
    .products--extra .products__item-title {
        margin-top: 3px
    }

    .products--card .products__item-price,
    .products--extra .products__item-price {
        bottom: 49px
    }

    .products--marketplace .products__item .price__integer-value {
        font-size: 23px
    }

    #modalBox .modal-dialog--similar-products .products--category .products__item-title {
        margin-top: 10px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1500px
    }

    .btn-ceditor {
        padding: 8px 10px
    }

    .price {
        line-height: 28px
    }

    .price__integer-value {
        font-size: 21px
    }

    .discount-percentage {
        padding: 1px 9px;
        margin-right: 5px
    }

    .container--ani .price__right .price__integer-value {
        font-size: 21px !important
    }

    .midline-title__product-name {
        max-width: 25%
    }

    .midline-title__list {
        max-width: 75%
    }

    .counter .btn {
        height: 35px
    }

    .counter--product-detail {
        padding: 10px 0
    }

    .products--landing-page .products__item,
    .products__item,
    .products__item--extra-item {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .products__item--featured-xlg {
        min-height: 388px !important;
        -webkit-flex: 0 0 16.64%;
        -moz-flex: 0 0 16.64%;
        -ms-flex: 0 0 16.64%;
        flex: 0 0 16.64%
    }

    .products__item--featured-xlg .products__item-badge-text {
        font-size: 10.5px
    }

    .products__item--similar {
        flex: 0 0 15.7%
    }

    .products__item--similar-7,
    .products__item--similar-8 {
        display: block
    }

    .products__item--ani-list {
        flex: 0 0 16.64%
    }

    .products__item--ani-list .products__item-badge-text {
        font-size: 11px;
        line-height: 11px
    }

    .products__item.has-date-base-campaing .products__item-price .price.price--now {
        padding: 0 6px
    }

    .products__banner {
        -webkit-flex: 0 0 40%;
        -moz-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .products__banner--1 {
        -webkit-order: 65;
        -moz-order: 65;
        -ms-order: 65;
        order: 65
    }

    .products__item-details,
    .products__item-details--favourites,
    .products__item-details.show-with-tax-ab {
        min-height: 110px
    }

    .products__item-price--extra-item {
        bottom: 50px
    }

    .products__installment {
        font-size: 12px
    }

    .products__add-button {
        font-size: 16px
    }

    .products--card .products__item-title,
    .products--extra .products__item-title {
        margin-top: 4px
    }

    .products--category .products__item {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .products--favorites .products__item,
    .products--marketplace .products__item {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .category-not-found .products__item--featured-xlg {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    #modalBox .modal-dialog--similar-products .products--category .products__item {
        -webkit-flex: 0 0 16.4%;
        -moz-flex: 0 0 16.4%;
        -ms-flex: 0 0 16.4%;
        flex: 0 0 16.4%
    }

    #modalBox .modal-dialog .comments__button--prev {
        left: -80px
    }

    #modalBox .modal-dialog .comments__button--next {
        right: -80px
    }
}

@media (max-width:768px) {
    body.is-fixed .district-search-button__text {
        white-space: normal
    }

    .total-price-area.discounts,
    .total-price-area.no-discounts {
        border-bottom: none
    }

    .order-delivery-delivery .icon-motorbike {
        display: none
    }
}

@media (max-width:767px) {

    .visible-xs,
    .visible-xs-block {
        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
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }

    body .hidden-sm-down {
        display: none
    }

    .discount-item-container__form-input {
        border-radius: 6px !important;
        border: solid 2px #edf1f2;
        min-height: 50px;
        padding: 5px 10px
    }

    .midline-title__image-list {
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: transparent transparent
    }

    @-moz-document url-prefix() {
        .midline-title__image-list {
            scrollbar-width: none
        }
    }

    .midline-title__image {
        vertical-align: top;
        display: inline-block;
        white-space: normal
    }

    .order-delivery__item-wrapper {
        overflow: scroll;
        max-height: 200px
    }

    #modalBox .modal-dialog--similar-products .similar-products-header .products__item-title {
        margin-bottom: 0
    }

    #modalBox .modal-dialog--similar-products .similar-products-header .products-stars {
        display: none
    }

    #modalBox .modal-dialog--similar-products .modal-body {
        max-height: unset
    }

    #modalBox .modal-dialog--similar-products .modal-content {
        border-radius: 0;
        min-height: 100%
    }

    #modalBox .modal-dialog--similar-products .icon-close-line {
        position: relative;
        z-index: 9999;
        color: #e2e7e9;
        font-size: 10.5px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0
    }
}

@media (max-width:599px) {
    body .hidden-responsive-down {
        display: none
    }
}

@media (max-width:480px) {
    .products-stars .tooltip {
        left: 0
    }

    .products-stars .tooltip.top {
        top: -75px
    }

    .home .products__banner--1,
    .home .products__banner--2,
    .home .products__banner--3 {
        display: none
    }
}

@media (max-width:479px) {
    body .hidden-xs-down {
        display: none
    }

    .alert--fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        padding: 15px 10px !important
    }

    .products.js-ani-container .products__item-inner,
    .products__item--ani-list .products__item-inner,
    .products__item-inner {
        padding: 0
    }

    .products__item-badge {
        text-align: left;
        margin: 2px 0
    }

    .products__item-img-container {
        float: left;
        width: 40%;
        padding-bottom: 44%;
        border-radius: 0
    }

    .products__item-img-container.show-with-tax-ab {
        padding-bottom: 49%
    }

    .products__item-link {
        min-height: 130px
    }

    .products__item-link.show-with-tax-ab {
        min-height: 146px
    }

    .products__item-link:after {
        content: "";
        clear: both;
        display: table
    }
}

@media (max-width:375px) {
    .total-price-area__left .same-day-text {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        padding-right: 0;
        width: 90%;
        display: block
    }

    .total-price-area__left .sameday-question-icon {
        right: 0
    }
}

@media (max-width:359px) {
    .products-stars {
        width: 100%;
        clear: both
    }

    .products__item.has-date-base-campaing .products__item-title {
        margin: 0 0 29px
    }

    .products__subscription-price-wrapper__inner {
        padding: 0 7px
    }

    .products__subscription-price-wrapper.has-subscription {
        bottom: auto
    }

    .products__installment-wrapper {
        bottom: 17px
    }
}

@media (max-width:321px) {

    .total-coupon-area__left,
    .total-coupon-area__right {
        font-size: 9.5px
    }
}

@media (max-width:320px) {
    .products-stars .tooltip {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm,
    .visible-sm-block {
        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-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }

    .midline-title__list {
        text-align: left;
        padding-left: 5px;
        margin: 5px 0 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .visible-md,
    .visible-md-block {
        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-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .price__integer-value {
        font-size: 17px
    }

    .products__item--ani-list .price--old .price__integer-value,
    .products__item--related .price--old .price__integer-value,
    .products__item--similar .price--old .price__integer-value {
        font-size: 10.5px !important
    }

    .products__item--ani-list .price--old .price__decimal-value-with-currency,
    .products__item--related .price--old .price__decimal-value-with-currency,
    .products__item--similar .price--old .price__decimal-value-with-currency {
        font-size: 11px !important
    }

    .products__item--ani-list .price--now .price__integer-value,
    .products__item--related .price--now .price__integer-value,
    .products__item--similar .price--now .price__integer-value {
        font-size: 12px
    }

    .products__item--ani-list .price--now .price__decimal-value-with-currency,
    .products__item--related .price--now .price__decimal-value-with-currency,
    .products__item--similar .price--now .price__decimal-value-with-currency {
        font-size: 10.5px !important;
        margin-left: 0
    }

    .products__item--ani-list .price__right,
    .products__item--related .price__right,
    .products__item--similar .price__right {
        font-size: unset;
        line-height: unset
    }

    .products__item--ani-list .discount-percentage__text,
    .products__item--related .discount-percentage__text,
    .products__item--similar .discount-percentage__text {
        font-size: 10px
    }
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .price__integer-value {
        font-size: 14px
    }

    .products__installment,
    .products__item.has-date-base-campaing.js-ani-widget-product .price.price--now .price-date-basec-discount,
    .products__item.has-date-base-campaing.js-ani-widget-product .price.price--now .price__decimal-value-with-currency,
    .products__item.has-date-base-campaing.js-ani-widget-product .price.price--now .price__integer-value,
    .products__subscription-price,
    .products__subscription-price__decimal,
    .products__subscription-price__integer {
        font-size: 9px
    }

    .products__item.has-date-base-campaing.js-ani-widget-product .products__campaing__timer {
        font-size: 10.5px
    }

    .products__item-price .price--old .price__left .price__integer-value {
        font-size: 12px
    }

    .products__item-price .price--old .price__right .price__decimal-value-with-currency {
        top: 0
    }

    .products__item-price .price--now .price__decimal-value-with-currency {
        top: 1.5px
    }
}

@media only screen and (min-width:480px) and (max-width:750px) {
    .discount-percentage {
        display: none
    }
}

@media (min-width:750px) and (max-width:1250px) {
    .discount-percentage__text {
        font-size: 12px
    }
}

@media (min-width:1250px) and (max-width:1350px) {
    .discount-percentage__text {
        font-size: 14px
    }
}

@media (min-width:480px) and (max-width:768px) {
    .products-stars .tooltip {
        left: 5px
    }

    .products-stars .tooltip-inner {
        max-width: 175px;
        font-size: 9px
    }

    .products-stars .tooltip.top {
        top: -10px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .products-stars .tooltip {
        left: 15px
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .products__item.has-date-base-campaing.js-ani-widget-product .price.price--now .price-date-basec-discount {
        font-size: 8.5px
    }

    .products__item.has-date-base-campaing.js-ani-widget-product .price.price--now .price__decimal-value-with-currency,
    .products__item.has-date-base-campaing.js-ani-widget-product .price.price--now .price__integer-value {
        font-size: 8.4px !important
    }

    .products__item.has-date-base-campaing.js-ani-widget-product .products__campaing__timer {
        font-size: 9px
    }

    .products__item.has-date-base-campaing.js-ani-widget-product .products__campaing__timer__countdown {
        width: 45px
    }
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .products__item.has-date-base-campaing.js-ani-widget-product .products__campaing__timer__countdown {
        width: 55px
    }
}

@media only screen and (max-width:1399px) and (min-width:1199px) {
    .products__item.has-date-base-campaing.js-ani-widget-product .products__campaing__timer__countdown {
        width: 40px
    }
}

@media only screen and (max-width:1200px) and (min-width:480px) {
    .products__item--always-vertical .price__decimal-value-with-currency {
        top: 3px
    }
}

@media only screen and (max-width:768px) and (min-width:600px) {
    .products__item-price .price--old .price__right .price__decimal-value-with-currency {
        top: 1px
    }
}

@media only screen and (max-width:992px) and (min-width:480px) {
    .products__subscription-price {
        width: 90%
    }
}

@media only screen and (max-width:400px) and (min-width:360px) {
    .products__installment {
        font-size: 10.5px
    }
}

@media (max-width:479px) and (min-width:360px) {

    .products--card.products .products__item-img-container,
    .products--extra.products .products__item-img-container {
        width: 100%;
        padding-bottom: 93.1%
    }

    .products--card.products .products__item-info,
    .products--extra.products .products__item-info {
        width: 100%
    }

    .products .products__item-img-container {
        width: 38%;
        padding-bottom: 41.8%
    }

    .products .products__item-img-container.show-with-tax-ab {
        padding-bottom: 42.4%
    }

    .products .products__installment-wrapper,
    .products .products__item-info {
        width: 62%
    }

    .products .products__item-badge-text {
        font-size: 11px;
        letter-spacing: normal;
        line-height: 14px
    }

    .products .products__installment--responsive {
        letter-spacing: normal
    }
}

@media (max-width:479px) and (min-width:400px) {

    .products--card.products .products__item-img-container,
    .products--extra.products .products__item-img-container {
        width: 100%;
        padding-bottom: 93.1%
    }

    .products--card.products .products__item-info,
    .products--extra.products .products__item-info {
        width: 100%
    }

    .products .products__item-img-container {
        width: 35%;
        padding-bottom: 38.5%
    }

    .products .products-stars,
    .products .products__installment-wrapper,
    .products .products__item-info {
        width: 65%
    }

    .products .products__subscription-price-wrapper {
        width: 65%;
        padding-left: 7px
    }
}

@media print {

    .visible-print,
    .visible-print-block {
        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-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@media (min-width) {

    .price-table__cell-full,
    .price-table__cell-right--date {
        font-size: initial
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .switch__csvv--img {
            image-rendering: auto
        }
    }

    @supports (-webkit-appearance:none) and (display:flow-root) {
        @media only screen and (max-width:992px) and (min-width:480px) {
            .products__subscription-price {
                width: 85%
            }
        }
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .products__clap-info,
    .products__item-title {
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        line-height: 21px
    }

    .products__item-price .price {
        display: inline-block
    }
}

@-ms-viewport {
    width: device-width
}

.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
}

.breadcrumb {
    display: none
}

.featured {
    margin-bottom: 7px
}

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

.featured:after {
    clear: both
}

.featured--landing-page .main-banner__link {
    margin-bottom: 8px
}

.app-download-btn {
    text-align: center;
    max-width: 280px;
    display: block;
    margin: 8px auto 10px;
    padding: 1px 12px;
    line-height: 40px;
    border-radius: 5px
}

.app-download-btn:active,
.app-download-btn:active:hover,
.app-download-btn:focus,
.app-download-btn:hover {
    color: #fff;
    background-color: #e37c33;
    border-color: transparent
}

.app-download-btn .icon-app-store {
    font-size: 35px;
    margin-right: 0;
    line-height: normal
}

.main-banner__row {
    margin-top: 20px;
    margin-left: -4px;
    margin-right: -4px
}

.main-banner__row:first-child {
    margin-top: 0
}

.main-banner__col--1,
.main-banner__col--2,
.main-banner__col--3,
.main-banner__col--3 .main-banner__col-inner-col,
.main-banner__col--4 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.main-banner__col--2,
.main-banner__col--3,
.main-banner__col--4 {
    width: 50%
}

.main-banner__col--3 .main-banner__optional-banner {
    display: none
}

.main-banner__col--3 .main-banner__col-inner {
    margin-left: -4px;
    margin-right: -4px
}

.main-banner__col--4 {
    width: 100%
}

.main-banner__image {
    display: block;
    width: 100%;
    height: auto;
    transition: all .1s;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.main-banner__link {
    display: block;
    margin-bottom: 8px
}

.main-banner__link:focus {
    outline: none;
    box-shadow: none
}

.main-banner__link:first-child {
    margin-top: 0
}

.main-banner__full-banner {
    display: none;
    width: 100%;
    margin-bottom: 20px
}

.main-banner__full-banner img {
    border-radius: 4px;
    display: block;
    max-width: 100%;
    height: auto
}

.main-banner-mini-banners {
    margin: 0 -10px;
    display: flex
}

.main-banner__responsive-only .main-banner__col:nth-child(n+21) {
    display: none
}

.main-banners__banner {
    flex-basis: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.main-banners__banner:hover {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important
}

.main-banners__image {
    display: block;
    width: 100%;
    height: auto
}

.products__item-onlyImg-banner {
    margin-bottom: 10px;
    border-radius: 4px
}

.products__item-onlyImg-banner-url-lg,
.products__item-onlyImg-banner-url-md,
.products__item-onlyImg-banner-url-sm,
.products__item-onlyImg-banner-url-xl,
.products__item-onlyImg-banner-url-xs {
    display: none
}

.products__item-onlyImg-banner-img {
    max-width: 100%;
    border-radius: 4px
}

.policy-popup {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.policy-popup__heading {
    margin: 2px 0;
    font-size: 16px
}

.policy-popup__description {
    margin: 0 15px 0 0
}

.policy-popup__description-link {
    text-decoration: underline;
    color: #fff
}

.policy-popup__description-link:focus,
.policy-popup__description-link:hover {
    text-decoration: underline;
    color: #fff
}

.policy-popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 10.5px;
    margin-right: 0;
    padding: 8px
}

.container--comments {
    max-width: 986px
}

.sales-contract {
    padding-top: 40px
}

.sales-contract__title {
    font-size: 21px;
    color: #185aa3;
    margin-bottom: 20px
}

.sales-contract b,
.sales-contract strong,
.sales-contract__title {
    font-weight: 700 !important
}

.repeating-visitor {
    text-align: center
}

.repeating-visitor__title {
    font-size: 16px
}

.repeating-visitor__status-img {
    display: block;
    margin: 0 auto
}

.repeating-visitor__status-text {
    font-size: 16px;
    margin-top: 10px
}

.repeating-visitor__detail {
    font-size: 14px
}

.repeating-visitor__shipment-url {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 11px;
    display: block;
    line-height: 19.5px
}

.repeating-visitor__shipment-url:hover,
label a {
    text-decoration: underline
}

.repeating-visitor__invoice-button {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px
}

.repeating-visitor__tracking-button {
    margin-left: 20px;
    margin-right: 20px
}

.repeating-visitor__tracking-button:last-child {
    margin-bottom: 10px
}

.repeating-visitor__dismiss-forever {
    text-align: right
}

.repeating-visitor__dismiss-forever-btn {
    margin: 0 20px 10px 0;
    font-size: 10.5px;
    text-decoration: underline;
    color: #555;
    cursor: pointer;
    display: inline-block
}

.btn+.repeating-visitor__title {
    margin-top: 25px;
    border-top: 1px solid #edf1f2;
    padding-top: 20px
}

#supplierCustomProduct {
    border: none
}

label.required-label span {
    top: 0;
    right: -6px
}

.background-banner {
    display: block;
    width: 100%;
    height: 606px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #333
}

.background-banner__mid {
    position: absolute;
    border: 2px solid red;
    top: 10px;
    left: 0;
    right: 0
}

.background-banner__left {
    top: 0;
    left: 0;
    display: none
}

.background-banner__right {
    top: 0;
    right: 0;
    display: none
}

.background-banner__tower {
    position: absolute;
    border: 2px solid red
}

.background-banner__img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.alert-custom-warning {
    position: relative;
    padding: 12px;
    border: 2px solid #e67b2d;
    border-left: 85px solid #e67b2d;
    border-radius: 6px;
    min-height: 67px
}

.alert-custom-warning:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -42px;
    background-color: #e67b2d;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, .5)
}

.alert-custom-warning__icon {
    background-color: #e67b2d;
    position: absolute;
    left: 0;
    font-size: 35px;
    top: 50%;
    margin-top: -20px;
    margin-left: -65px
}

.alert-custom-warning__text {
    color: #e67b2d
}

.footer-info {
    background-color: #edf1f2;
    font-size: 12px;
    word-break: break-word;
    text-align: left
}

.footer-info .faq__item-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.footer-info .faq__item-list .is-active {
    background-color: transparent
}

.footer-info .faq__item-list li a {
    color: #000;
    font-size: 14px
}

.footer-info .faq__item-list li button {
    outline: 0;
    color: #000;
    font-size: 14px;
    background: 0 0;
    border: none;
    text-align: left;
    padding: 0
}

.footer-info .faq__tab-panel {
    padding: 0
}

.footer-info .faq__accordion {
    padding: 8px 0 10px
}

.footer-info .faq__accordion-inner {
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    line-height: 21px
}

.footer-info .faq__right-arrow-icon {
    vertical-align: baseline;
    font-size: .6125rem;
    margin-right: 10px
}

body.zoom-on .saved__item:after {
    height: 2px
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@-webkit-keyframes toastFadeIn {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0%)
    }
}

@keyframes toastFadeIn {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0%)
    }
}

@-webkit-keyframes toastFadeOut {
    0% {
        opacity: 1;
        transform: translateX(0%)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@keyframes toastFadeOut {
    0% {
        opacity: 1;
        transform: translateX(0%)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
    background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%);
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    position: relative
}

.placeholder__product-item {
    margin-bottom: 15px;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.placeholder__product-item-link {
    display: block;
    border: 1px solid #edf1f2;
    border-radius: 4px;
    position: relative
}

.placeholder__ratio-container {
    width: 38%;
    float: left;
    padding-bottom: 49.8%;
    height: 0;
    overflow: hidden;
    position: relative
}

.placeholder__product-item-info {
    width: 62%;
    float: left;
    min-height: 176px;
    padding: 7px 0 15px;
    border-radius: 0 0 4px 4px;
    position: relative;
    z-index: 10
}

.placeholder__background-masker {
    background: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.placeholder__background-masker-info--top-top {
    top: 0;
    left: 0;
    right: 0;
    height: 12px
}

.placeholder__background-masker-info--top-left {
    top: 12px;
    left: 0;
    width: 10%;
    height: 16px
}

.placeholder__background-masker-info--top-right {
    top: 12px;
    right: 0;
    width: 10%;
    height: 16px
}

.placeholder__background-masker-info--top-bottom {
    top: 28px;
    left: 0;
    right: 0;
    height: 12px
}

.placeholder__background-masker-info--center-top {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px
}

.placeholder__background-masker-info--center-left {
    top: 46px;
    left: 0;
    width: 10%;
    height: 16px
}

.placeholder__background-masker-info--center-right {
    top: 46px;
    right: 0;
    width: 10%;
    height: 16px
}

.placeholder__background-masker-info--center-bottom {
    top: 62px;
    left: 0;
    right: 0;
    height: 12px
}

.placeholder__background-masker-info--bottom-top {
    top: 74px;
    left: 0;
    right: 0;
    height: 6px
}

.placeholder__background-masker-info--bottom-left {
    top: 80px;
    left: 0;
    width: 22%;
    height: 26px
}

.placeholder__background-masker-info--bottom-right {
    top: 80px;
    right: 0;
    width: 22%;
    height: 26px
}

.placeholder__background-masker-info--bottom-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px
}

.suggest-category__more {
    width: 100%
}

.suggest-category__more.product {
    border-top: 1px solid #e2e7e9;
    padding: 30px 0 35px
}

.suggest-category__more.search {
    padding: 0 0 10px
}

.suggest-category__more__link {
    display: inline-block;
    height: 54px;
    background-color: #edf1f2;
    line-height: 54px;
    padding: 0 10px;
    border-radius: 15px;
    color: #555;
    font-size: 14px;
    font-family: "Nunito";
    margin-right: 10px;
    margin-bottom: 10px
}

.suggest-category__more__link:focus {
    outline: unset
}

.suggest-category__section-title {
    color: #000
}

.suggest-category__section-title.search {
    font-size: 16px;
    text-align: left;
    margin: 10px 0
}

.suggest-category__section-title.product {
    font-size: 14px;
    text-align: center;
    margin-bottom: 17px
}

.suggest-category__section-box.product {
    text-align: center
}

.suggest-category__section-box .slick-slide {
    display: inline-block;
    padding: 0 10px 0 0
}

.suggest-category__section-box .slick-arrow .icon {
    font-size: 9px;
    text-align: center;
    margin-right: 0;
    color: #afafaf
}

.suggest-category__section-box .slick-next,
.suggest-category__section-box .slick-prev {
    display: block;
    position: absolute;
    width: 21px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    border: 2px solid #edf1f2;
    border-radius: 9px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background-color: #fff
}

.suggest-category__section-box .slick-next.slick-disabled,
.suggest-category__section-box .slick-next:hover,
.suggest-category__section-box .slick-prev.slick-disabled,
.suggest-category__section-box .slick-prev:hover {
    background: #edf1f2
}

.suggest-category__section-box .next-disabled {
    background: #edf1f2 !important
}

.suggest-category__section-box.wrapper {
    padding: 0 33px
}

.suggest-category__section-image {
    display: inline-block !important;
    width: 37px;
    height: 37px;
    margin: 0 8px 0 0;
    border: solid 3px #fff;
    border-radius: 100%;
    position: relative;
    bottom: 2px
}

.header-badges-list {
    width: 100%
}

.toast {
    position: fixed;
    padding: 15px;
    width: 85%;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .06);
    background-color: #fff;
    border-radius: 4px;
    border-left: 4px solid;
    z-index: 1100;
    top: 10px;
    right: 10px;
    -webkit-animation: toastFadeIn .5s;
    animation: toastFadeIn .5s
}

.toast.visuallyhidden {
    -webkit-animation: toastFadeOut .5s;
    animation: toastFadeOut .5s
}

.toast-success {
    border-color: #51b549
}

.toast-warning {
    border-color: #e37c33
}

.toast-error {
    border-color: #e64e41
}

.toast__close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #555;
    font-size: 10px;
    margin: 0;
    cursor: pointer
}

.toast__body {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    flex: 0 1 auto;
    flex-wrap: wrap;
    width: calc(100%)
}

.toast__body-description {
    font-size: 14px;
    line-height: 19px;
    color: #555;
    margin-top: 10px;
    padding-left: 40px
}

.toast__body-button {
    font-size: 12px;
    line-height: 1;
    height: 35px;
    padding: 0 20px;
    margin: 15px 0 0 40px;
    display: flex;
    align-items: center;
    align-self: flex-start
}

.toast__body-button:active:focus,
.toast__body-button:focus {
    outline: none;
    box-shadow: none
}

.toast__head-icon-wrapper {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #fff
}

.toast__head-icon-wrapper[data-color=success] {
    background-color: #51b549
}

.toast__head-icon-wrapper[data-color=warning] {
    background-color: #e37c33
}

.toast__head-icon-wrapper[data-color=error] {
    background-color: #e64e41
}

.toast__head-icon {
    margin: 0
}

.toast__head-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800 !important;
    color: #171717
}

.header {
    background-color: #fff;
    position: relative;
    z-index: 40;
    font-family: "Nunito", Tahoma, sans-serif
}

.header__banner {
    display: none
}

.header__banner-link {
    background: #175ba4;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: auto
}

.header__banner-img {
    width: 100%;
    max-width: 1200px
}

.header__bottom.is-sticky .header__district-box,
.header__top {
    display: none
}

.header__left-col,
.header__right-col {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding: 0
}

.header__right-col {
    width: 66.66666667%;
    float: right
}

.header__logo {
    height: 85px;
    float: left
}

.header .site-logo {
    margin: 28px 0 0
}

.header .site-logo__link {
    display: block
}

.header .site-logo__img {
    width: 146px;
    height: 28px
}

.header .header__theme {
    float: left
}

.header__upper {
    display: none;
    padding: 0 10px;
    background-color: #f7f7f7;
    height: 50px
}

.header__upper-link {
    font-size: 12px;
    color: #555;
    text-decoration: underline;
    margin-left: 15px;
    display: inline-flex;
    float: right;
    padding: 15px 0 16px
}

.header__upper-link a {
    color: inherit
}

.header__upper-link a:hover {
    color: #003da6;
    text-decoration-color: #003da6
}

.header__bottom {
    background-color: #fff;
    position: relative;
    border-top: 1px solid #edf1f2
}

.header__bottom.is-sticky {
    width: 100%;
    top: 0;
    position: relative !important;
    box-shadow: 0 1px 15px 0 rgba(2, 2, 2, .16)
}

.header__bottom.is-sticky .search-and-basket,
.header__bottom.is-sticky .site-emblem {
    display: none !important
}

.header__bottom .site-logo {
    display: block;
    width: 126px;
    margin: 3px auto 0
}

.header__bottom .site-logo__link {
    display: block
}

.header__bottom .site-logo__img {
    width: 126px;
    height: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.header__bottom.responsive-header-active {
    z-index: 38
}

.header__bottom .container--main-menu.switcher-active {
    border: none
}

.header__bottom .container--main-menu.switcher-active .site-logo {
    width: 236px;
    margin: -3px auto 0
}

.header .is-sticky.sticky-no-icon .main-menu__icon {
    display: none
}

.header .responsive-overlay {
    position: absolute;
    top: 0;
    z-index: 1
}

.website-switcher {
    float: left;
    width: 200px;
    height: 40px;
    background-color: #e5e5e5;
    border-top: 4px solid #e5e5e5;
    border-radius: 5px 5px 0 0;
    padding: 6px 0 0;
    margin: 9px 5px 0 0;
    text-align: center;
    cursor: pointer
}

.website-switcher:last-of-type {
    margin-right: 0
}

.website-switcher.active {
    background-color: #fff;
    border-color: #51b549
}

.website-switcher__inner {
    display: inline-block
}

.website-switcher__logo {
    float: left;
    height: 19px;
    margin-top: -1px;
    position: relative
}

.website-switcher__logo--cs {
    width: 19px;
    height: 19px
}

.website-switcher__logo--extra {
    width: 46px;
    height: 19px
}

.website-switcher__img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.website-switcher__img--colored {
    opacity: 1;
    width: 100%;
    height: 100%
}

.website-switcher__title {
    float: left;
    font-size: 14px;
    color: #555;
    margin: 0 0 0 7px
}

.website-switcher-responsive {
    width: 100%;
    border: 1px solid #e6e7e9;
    border-radius: 8px;
    padding: 3px
}

.website-switcher-responsive .website-switcher {
    width: auto;
    background-color: #fff;
    border: none;
    height: 32px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.website-switcher-responsive .website-switcher-outer {
    border-bottom: none;
    display: flex;
    justify-content: space-between
}

.website-switcher-responsive .website-switcher.active {
    border-radius: 6px;
    border-color: transparent
}

.website-switcher-responsive .website-switcher.active[data-website-id="1"] {
    background: #e5ecf6
}

.website-switcher-responsive .website-switcher.active[data-website-id="2"] {
    background: #fff0e4
}

.website-switcher-responsive .website-switcher__logo {
    margin: 0 14px;
    height: 16px
}

.website-switcher-responsive .website-switcher__logo--cs {
    width: 115px
}

.website-switcher-responsive .website-switcher__logo--extra {
    width: 57px
}

.website-switcher-responsive .website-switcher__title {
    display: none
}

.top-search-list {
    list-style: none;
    line-height: 26px;
    margin: 0;
    overflow: hidden;
    color: #8e8e8f;
    font-size: .84rem;
    padding: 0 0 0 2px;
    height: 26px;
    position: absolute;
    bottom: 0;
    display: none
}

.top-search-list__item {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
    float: left;
    padding-right: 3px
}

.top-search-list__item-link {
    cursor: pointer;
    color: #8e8e8f;
    padding: 0 1px
}

.top-search-list__item-link:hover {
    color: #000;
    text-decoration: underline
}

.live-search {
    float: left;
    width: 100%;
    position: relative;
    top: 0
}

.live-search__container.loading .live-search__loader {
    visibility: visible;
    opacity: .4
}

.live-search__container.loaded .live-search__input {
    border-color: #51b549
}

.live-search__container.loaded-with-error .live-search__input {
    border-color: #e64e41
}

.live-search__input {
    height: 44px;
    padding: 6px 85px 6px 12px;
    font-size: 14px
}

.live-search__loader {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    content: ' ';
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 65px;
    width: 18px;
    height: 15px;
    margin: -8px 0 0;
    background: url(../images/loader.gif);
    background-size: 18px 15px;
    visibility: hidden;
    opacity: 0
}

.live-search__button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 55px;
    text-align: center;
    background-color: #51b549;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.live-search__button-icon {
    margin: 0;
    font-size: 17.5px;
    color: #fff;
    display: none
}

.live-search__text-find {
    color: #fff;
    display: block
}

.live-search__results-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    z-index: 100;
    -webkit-box-shadow: 2px 5px 7px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 5px 7px rgba(0, 0, 0, .4);
    box-shadow: 2px 5px 7px rgba(0, 0, 0, .4);
    border-radius: 0 0 6px 6px
}

.live-search__all-results-title {
    font-size: 12px;
    text-align: right;
    padding: 5px 10px 0 0
}

.live-search__results {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    max-height: 500px;
    overflow-y: auto
}

.live-search__result {
    margin-bottom: 5px;
    padding: 5px 10px;
    -webkit-transition: -webkit-box-shadow .5s;
    -moz-transition: -moz-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s
}

.live-search__result:after,
.live-search__result:before {
    content: " ";
    display: table
}

.live-search__result:after {
    clear: both
}

.live-search__result.is-active {
    background-color: #edf1f2;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .05)
}

.live-search__result--category .live-search__result-link {
    color: #185aa3
}

.live-search__result--category+.live-search__result--product {
    border-top: 1px solid #edf1f2
}

.live-search__result-link {
    display: block
}

.live-search__result-link:after,
.live-search__result-link:before {
    content: " ";
    display: table
}

.live-search__result-link:after {
    clear: both
}

.live-search__result-right-arrow {
    font-size: 9px;
    color: #185aa3;
    margin: 0 0 0 1px;
    vertical-align: baseline
}

.live-search__result-img {
    max-width: 100px;
    max-height: 100px;
    float: left;
    border-radius: 4px;
    margin-right: 10px
}

.live-search__result-title {
    padding: 20px 0 5px;
    font-size: 14px;
    margin: 0
}

.live-search__result-title--faq {
    padding: 0;
    margin-top: 15px;
    text-decoration: underline
}

.live-search__result-price {
    float: left;
    margin-right: 8px;
    position: relative;
    height: 30px;
    font-size: 21px;
    font-weight: 700;
    padding-left: 1px
}

.live-search__result-price--old-price {
    color: #b3b3b3
}

.live-search__result-price--old-price:before {
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
    content: "";
    position: absolute;
    left: 3px;
    top: 13px
}

.live-search__result-price sup,
.product-search__result-price sup,
.search-box__results-price sup {
    font-size: 10.5px;
    vertical-align: super;
    top: -2px
}

.live-search__result-price span,
.search-box__results-price span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10.5px;
    font-weight: 400
}

.live-search__result-price-text {
    font-weight: 700;
    float: left;
    font-size: 28px;
    margin-right: 8px;
    line-height: 28px;
    vertical-align: text-top
}

.live-search__showall {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 75%;
    margin: 15px auto 10px
}

.live-search__showall:hover {
    text-decoration: underline
}

.search-box {
    float: left;
    width: 45%;
    position: relative;
    top: 25px
}

.search-box__input {
    height: 44px;
    border-color: #e2e7e9
}

.search-box__input::-webkit-input-placeholder {
    color: #d4d4d4
}

.search-box__input:-moz-placeholder,
.search-box__input::-moz-placeholder {
    color: #d4d4d4
}

.search-box__input:-ms-input-placeholder {
    color: #d4d4d4
}

.search-box__input:focus {
    background-color: #edf1f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #edf1f2
}

.search-box__button {
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    z-index: 50
}

.search-box__icon,
.user-menu__item--shopping-cart .user-menu__icon:before {
    color: #fff
}

.search-box__results-right-arrow-icon {
    font-size: 9px;
    color: #185aa3;
    margin: 0 0 0 1px;
    vertical-align: baseline
}

.search-box__all-results-title {
    font-size: 12px;
    text-align: right;
    padding: 5px 10px 0 0
}

.search-box__category-item {
    color: #185aa3
}

.search-box__category-item+.search-box__product-item {
    border-top: 1px solid #edf1f2
}

.search-box__results-img {
    max-width: 100px;
    max-height: 100px;
    float: left;
    border-radius: 4px;
    margin-right: 10px
}

.search-box__results-title {
    padding: 20px 0 5px;
    font-size: 14px;
    margin: 0
}

.search-box__results-title--faq {
    padding: 0;
    margin-top: 15px;
    text-decoration: underline
}

.search-box__results-price {
    float: left;
    margin-right: 8px;
    position: relative;
    height: 30px;
    font-size: 21px;
    font-weight: 700;
    padding-left: 1px
}

.search-box__results-price--old-price {
    color: #b3b3b3
}

.search-box__results-price--old-price:before {
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
    content: "";
    position: absolute;
    left: 3px;
    top: 13px
}

.search-box__results-price-text {
    font-weight: 700;
    float: left;
    font-size: 28px;
    margin-right: 8px;
    line-height: 28px;
    vertical-align: text-top
}

.search-box--showall {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 75%;
    margin: 15px auto 10px
}

.search-box--showall:hover {
    text-decoration: underline
}

.responsive-search {
    padding-bottom: 10px
}

.responsive-search.hide-search-area {
    display: none
}

.responsive-search-trigger {
    float: right;
    line-height: 30px;
    width: 35px;
    height: 30px;
    text-align: center;
    margin: 0;
    display: none
}

.responsive-search-trigger:hover {
    cursor: pointer
}

.responsive-search-trigger__cancel,
.responsive-search-trigger__icon {
    font-size: 18px;
    color: #51b549;
    margin: -5px 0 0
}

.responsive-search-trigger__cancel {
    display: none
}

.cart-responsive {
    float: right;
    line-height: 35px;
    margin-left: 7px
}

.cart-responsive__link {
    display: block;
    background: #51b549;
    width: 35px;
    height: 30px;
    border-radius: 5px;
    text-align: center
}

.cart-responsive__icon {
    color: #fff;
    margin: -8px 0 0
}

.cart-responsive__icon::before {
    font-size: 16.5px
}

.user-menu-container {
    float: right;
    height: 45px;
    position: relative;
    top: 10px;
    white-space: nowrap
}

.user-menu {
    float: right
}

.user-menu__items {
    margin: 0;
    padding: 0
}

.user-menu__item {
    display: inline-block;
    text-align: center;
    position: relative;
    flex-grow: 2
}

.user-menu__item--nolink {
    cursor: default;
    padding: 10px
}

.user-menu__item--shopping-cart {
    width: 50px;
    height: 45px;
    background: #51b549;
    color: #fff;
    text-align: center;
    border-radius: 5px
}

.user-menu__item--shopping-cart .user-menu__link {
    padding: 10px 0;
    margin-top: 5px
}

.user-menu__item--shopping-cart .user-menu__icon {
    font-size: 21px
}

.user-menu__link {
    display: block;
    padding: 13px 8px;
    position: relative;
    z-index: 8
}

.user-menu__link:hover .user-menu__icon,
.user-menu__link:hover .user-menu__title {
    color: #51b549
}

.user-menu__icon {
    font-size: 24px;
    position: relative
}

.main-menu__icon span[class^=icon-]:before,
.user-menu__icon:before {
    color: inherit
}

.user-menu__icon--downarrow {
    font-size: .375rem;
    color: #171717;
    margin-top: -2px;
    display: none
}

.user-menu__title {
    font-size: 11.5px;
    color: #171717;
    margin-left: 2px
}

.user-menu__cart-quantity {
    position: absolute;
    right: -9px;
    top: -9px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #e64e41;
    font-size: 11.5px;
    font-weight: 600 !important;
    line-height: 22px;
    text-align: center;
    font-family: "Nunito", Tahoma, sans-serif
}

.site-emblem {
    float: left;
    overflow: hidden;
    max-width: 0;
    height: 0
}

.container--main-menu {
    position: relative;
    height: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 2px solid #edf1f2;
    margin-bottom: 10px;
    opacity: 0
}

.responsive-menu {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 42;
    width: 280px;
    background-color: #fff
}

.responsive-menu:after,
.responsive-menu:before {
    content: " ";
    display: table
}

.responsive-menu:after {
    clear: both
}

.responsive-menu-fixed {
    overflow: hidden
}

.responsive-menu .user-menu-container {
    width: 100%;
    float: none;
    height: auto;
    top: auto;
    white-space: normal;
    display: block
}

.responsive-menu .user-menu {
    float: none
}

.responsive-menu .user-menu__items {
    display: flex;
    padding: 15px 10px 0
}

.responsive-menu .user-menu__items--login .user-menu-title {
    margin-left: 0
}

.responsive-menu .user-menu__item {
    margin: 0 0 0 10px
}

.responsive-menu .user-menu__item:first-of-type {
    margin-left: 0
}

.main-menu__item .main-menu__link-container:before,
.main-menu__link-responsive .main-menu__text br,
.responsive-menu .user-menu__item--contact {
    display: none
}

.responsive-menu .user-menu__link {
    background: #fff;
    border-radius: 5px;
    padding: 11px 9px;
    color: #51b549;
    border: 1px solid #51b549
}

.responsive-menu .user-menu__link--ghost {
    background: #fff;
    border: 1px solid #e2e7e9;
    padding: 11px 15px
}

.responsive-menu .user-menu__title {
    font-size: 11.5px;
    color: #51b549;
    margin-left: 5px
}

.responsive-menu .user-menu__link--ghost .user-menu__icon,
.responsive-menu .user-menu__link--ghost .user-menu__title {
    color: #555
}

.responsive-menu .user-menu__icon {
    font-size: 17.5px;
    text-align: center;
    color: #51b549;
    margin: 0
}

.hamburger {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    top: 7px;
    left: 5px;
    z-index: 42
}

.hamburger.with-smart-banner {
    top: 49px
}

.hamburger--passive {
    z-index: 37
}

.hamburger--passive-29 {
    z-index: 29
}

.hamburger__icon-dash {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background: #171717;
    margin: 0 auto 6px;
    transform-origin: 0 2px;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.hamburger__icon-dash:first-of-type {
    margin-top: 9px
}

.hamburger__icon-dash:last-of-type {
    margin-bottom: 0
}

.hamburger.is-active .hamburger__icon-dash {
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff
}

.hamburger.is-active .hamburger__icon-dash:nth-of-type(2n) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2)
}

.hamburger.is-active .hamburger__icon-dash:nth-of-type(3n) {
    transform: rotate(-45deg) translate(0, -1px)
}

.main-menu {
    display: block
}

.main-menu__text {
    min-width: 100%;
    display: inline-block
}

.main-menu__text--withsubname {
    line-height: 35px
}

.main-menu__icon {
    font-size: 28px;
    display: inline-block;
    float: left;
    height: 100%;
    position: relative;
    bottom: 2px;
    margin-right: 1px
}

.main-menu__icon:empty {
    display: none
}

.main-menu__icon:before {
    vertical-align: middle;
    position: relative;
    top: 2px;
    color: inherit !important
}

.main-menu__items {
    margin: 0;
    padding: 15px 10px 10px;
    list-style: none
}

.main-menu__text-responsive {
    display: flex;
    display: -webkit-flex;
    width: 100%
}

.main-menu__text--name {
    position: relative;
    clear: both
}

.main-menu__text--subname {
    vertical-align: middle;
    line-height: normal;
    font-size: 10.5px;
    display: block;
    position: relative;
    bottom: 9px
}

.main-menu__item {
    color: #555
}

.main-menu__item:nth-of-type(1) {
    border-top: 1px solid #edf1f2
}

.main-menu__item:nth-of-type(1) .dash {
    padding-left: 0
}

.main-menu__item.active .main-menu__text,
.main-menu__item.is-active .main-menu__text {
    color: #003da6
}

.main-menu__item.active .dash,
.main-menu__item.is-active .dash {
    display: block
}

.main-menu__item.open {
    background-color: #fff
}

.main-menu__item.open .main-menu__link {
    color: #185aa3
}

.main-menu__item.is-active .main-submenu,
.main-menu__link.is-active+.main-submenu {
    display: block
}

.main-menu__item.no-more-submenu:not(.main-menu__item-user-nav) .main-menu__text:before {
    display: none
}

.main-menu__link-container {
    position: relative;
    display: block
}

.main-menu__link,
.main-menu__link-responsive {
    color: #555;
    line-height: 49px
}

.main-menu__link-responsive:focus,
.main-menu__link-responsive:hover,
.main-menu__link:focus,
.main-menu__link:hover {
    color: #555
}

.main-menu__link-responsive:before,
.main-menu__link:before {
    font-size: 28px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'icomoon';
    margin-right: 2px
}

.main-menu__link {
    display: none;
    padding: 0 9.5px;
    font-size: 12px;
    position: relative
}

.main-menu__link:after {
    position: absolute;
    top: 18px;
    height: 23px;
    width: 1px;
    background-color: #edf1f2;
    content: '';
    z-index: 0;
    left: -1px
}

.main-menu__link .dash {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    display: none;
    transition: .3s ease .3s;
    padding: 0 7px
}

.main-menu__link .dash__inner {
    background: #003da6;
    width: 100%;
    height: 2px
}

.main-menu__link--last .dash {
    padding-right: 0 !important
}

.main-menu__link-responsive {
    display: block;
    font-size: 16px;
    padding: 0 10px;
    border-bottom: 1px solid #edf1f2;
    cursor: pointer
}

.main-menu__link-responsive .main-menu__text {
    position: relative;
    padding-right: 9px
}

.main-menu__link-responsive .main-menu__text:before,
.main-menu__mega-submenu .main-submenu__col--left .main-submenu__item-link:after {
    content: "\e925";
    font-family: "icomoon";
    font-size: 14px;
    color: #555;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.main-menu__link-responsive--back-third,
.main-menu__link-responsive--center {
    text-align: center;
    position: relative;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    padding: 19px 0 19px 10px;
    margin: 0 10px
}

.main-menu__link-responsive--back-third {
    color: #555
}

.main-menu__link-responsive--back-third .main-menu__text:before,
.main-menu__link-responsive--center .main-menu__text::before,
.main-menu__mega-submenu .main-submenu__col--left .main-submenu__item-link-icon {
    display: none
}

.main-menu__link-responsive--center {
    display: -webkit-flex
}

.main-menu__link-responsive-back-icon {
    float: left;
    position: absolute;
    left: -5px;
    top: 14px;
    padding: 0;
    margin: 0;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 14px;
    z-index: 2;
    color: #555
}

.main-menu__mega-submenu .main-submenu__col--left {
    margin-bottom: 0
}

.main-menu__mega-submenu .main-submenu__col--left .main-submenu__item-link:after {
    right: 10px;
    opacity: 1
}

.main-menu__mega-submenu .main-menu__mega-submenu-third {
    flex-grow: 2
}

.main-menu__mega-submenu-third {
    display: none;
    position: absolute;
    top: 0;
    z-index: 999;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    min-height: 1500px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.main-menu__mega-submenu-third-row {
    position: relative
}

.responsive-contact-us {
    padding: 5px 10px 20px
}

.responsive-contact-us .user-menu__icon-wrapper {
    display: inline-block;
    width: 31px;
    text-align: center
}

.responsive-contact-us .user-menu__icon {
    margin-top: -4px
}

.responsive-contact-us .user-menu__title {
    font-size: 16px
}

.responsive-contact-us .user-menu__link {
    margin-bottom: 10px
}

.responsive-contact-us .user-menu__link:last-child {
    margin-bottom: 0
}

.main-submenu {
    display: block;
    position: absolute;
    top: 0;
    z-index: 35;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.main-submenu:after,
.main-submenu:before {
    content: " ";
    display: table
}

.main-submenu:after {
    clear: both
}

.main-submenu__outer.active-submenu {
    position: relative
}

.main-submenu__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-submenu__see-all-link {
    border-bottom: 1px solid #d3dbde;
    margin-bottom: 10px;
    padding-bottom: 2px
}

.main-submenu__see-all-icon {
    margin-left: 2px;
    font-size: 10.5px;
    vertical-align: middle;
    font-weight: 700
}

.main-submenu__items {
    width: 100%;
    padding: 0 10px;
    list-style-type: none
}

.main-submenu__item {
    padding: 0;
    border-bottom: 1px solid #edf1f2
}

.main-submenu__item-link {
    position: relative
}

.main-submenu__col {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.application-send-form__notification p,
.main-submenu__col--left {
    margin-bottom: 0
}

.main-submenu__col--left a {
    font-size: 16px;
    line-height: 18px;
    color: #555;
    display: block;
    padding: 16px 10px 15px;
    position: relative
}

.main-submenu__col--left a:after {
    content: "\e925";
    font-family: "icomoon";
    font-size: 9.5px;
    color: #b2b2b2;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.main-submenu__col--left a:hover,
.main-submenu__col--mid .main-submenu__item-link:hover,
.main-submenu__col--mid .main-submenu__title--responsive a:hover {
    text-decoration: none
}

.main-submenu__col--left .no-more-submenu .main-submenu__item-link:after,
.main-submenu__title a:after,
.main-submenu__title--blue a:after {
    display: none
}

.main-submenu__col--mid .main-submenu__item-link,
.main-submenu__col--mid .main-submenu__title--responsive a {
    font-size: 16px;
    line-height: 18px;
    color: #555;
    display: block;
    padding: 16px 10px 15px;
    position: relative
}

.main-submenu__col--mid .main-submenu__title--responsive a {
    color: #171717
}

.main-submenu__col--mid .main-submenu__item-link:after,
.main-submenu__col--mid .main-submenu__title--responsive a:after {
    content: "\e601";
    position: absolute;
    bottom: 3px;
    font-size: 8px;
    font-family: "icomoon";
    opacity: 0;
    right: -12px
}

.main-submenu__title a {
    color: #171717
}

.main-submenu__col--right {
    margin-left: auto;
    flex-shrink: 1;
    display: none
}

.main-submenu__title {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0 10px;
    border-bottom: 1px solid #edf1f2
}

.main-submenu__title--blue {
    color: #185aa3;
    text-decoration: underline
}

.main-submenu__title--responsive,
.order-tracking-form.is-active {
    display: block !important
}

.main-submenu__title-icon {
    display: none
}

.main-menu__item-user-nav .main-submenu__items:first-of-type {
    margin-left: 0
}

.submenu-product {
    font-size: 12px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    display: none
}

.submenu-product__img {
    width: 100%;
    height: auto;
    background-color: #fff
}

.submenu-product__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px
}

.submenu-product__badge {
    background-color: #185aa3;
    height: 23px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px 2px 0;
    position: relative;
    width: 120px
}

.submenu-product__badge:after {
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
    height: 23px;
    content: "";
    background: url(../images/badge-after.png) 0 0 no-repeat
}

.submenu-product__badge__icon {
    color: #fff;
    font-size: 10px;
    margin: -3px 10px 0
}

.submenu-product__title {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 15.5px
}

.submenu-product__old-price {
    margin-bottom: 5px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #99abb2
}

.submenu-product__price {
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 5px
}

.submenu-product__price-big {
    font-size: 28px
}

.submenu-product__buy-link {
    display: block;
    font-weight: 700;
    color: #185aa3
}

.submenu-product__buy-link-icon {
    color: #185aa3
}

.order-tracking-form {
    background-color: #306bac
}

.order-tracking-form .field-validation-error {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 5px
}

.order-tracking-form:after,
.order-tracking-form:before {
    content: '';
    display: none;
    width: 150px;
    position: absolute;
    right: 0;
    background-color: #306bac;
    z-index: 0
}

.order-tracking-form:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 4px 4px 0 0;
    height: 60px;
    top: -63px
}

.order-tracking-form:after {
    height: 20px;
    top: -5px
}

.order-tracking-form__message {
    float: right;
    position: relative;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    top: 0;
    font-size: 14px;
    color: #e64e41;
    text-align: left;
    margin: 0;
    display: none;
    background: #fff;
    border-radius: 4px
}

.order-tracking-form__content {
    padding: 10px 15px 0;
    text-align: left
}

.order-tracking-form__content:after,
.order-tracking-form__content:before {
    content: " ";
    display: table
}

.order-tracking-form__content:after {
    clear: both
}

.order-tracking-form__icon {
    position: absolute;
    font-size: 17.5px;
    left: 10px;
    top: 5px;
    color: inherit !important
}

.order-tracking-form__btn {
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 35px
}

.user-process {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 10;
    padding-top: 6px;
    transform: translate(50%, 100%);
    min-width: 171px;
    display: none
}

.user-process__arrow,
.user-process__content {
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(2, 2, 2, .16)
}

.user-process__content {
    padding: 10px;
    border-radius: 10px
}

.user-process__arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    transform: translate(50%, 0) rotate(45deg);
    right: 50%;
    bottom: -13px;
    z-index: 9;
    display: none
}

.user-process__arrow--shadow-mask {
    box-shadow: none;
    z-index: 11
}

.user-process-hover:hover .user-menu__icon,
.user-process-hover:hover .user-menu__icon--downarrow,
.user-process-hover:hover .user-menu__title {
    color: #003da6
}

.user-process-hover:hover .user-menu__icon--downarrow {
    transform: rotate(180deg)
}

.user-process-hover:hover .user-process,
.user-process-hover:hover .user-process__arrow,
.user-process-toggle:hover+.user-process,
html[data-useragent*='Version/1.5'] .responsive-overlay.is-active {
    display: block
}

.users-process-list__btn {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    padding: 9px 0;
    background: #51b549;
    border: 1px solid #51b549;
    border-radius: 5px;
    margin: 5px 0 0
}

.users-process-list__btn:hover {
    background: #49a342;
    color: #fff
}

.users-process-list__btn:first-child {
    margin-top: 0
}

.users-process-list__btn--ghost {
    color: #000;
    background: #fff;
    border-color: #edf1f2
}

.users-process-list__btn--ghost:hover {
    color: #003da6;
    background: #fff
}

.user-process__submenu {
    margin: 0;
    padding: 0
}

.user-process__submenu-item {
    list-style-type: none;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #edf1f2;
    text-align: left
}

.user-process__submenu-item:first-child {
    padding-top: 4px
}

.user-process__submenu-item:last-child {
    border: none;
    padding-bottom: 4px
}

.user-process__submenu-link {
    font-size: 13px;
    line-height: 15px;
    color: #555;
    text-decoration: none;
    display: block
}

.user-process__submenu-link:hover {
    color: #003da6
}

.user-menu__items--login .user-process-toggle,
html[data-useragent*='Version/1.5'] .responsive-overlay {
    display: none
}

.search-and-basket,
.sticky-search-box {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search-and-basket {
    display: none;
    float: right
}

.sticky-search-box {
    float: left;
    min-width: 30px;
    height: 56px;
    vertical-align: top;
    cursor: pointer;
    position: relative
}

.sticky-search-box__icon {
    color: #fff;
    font-size: 21px;
    margin-top: 14px
}

.sticky-search-box__container .sticky-search-box__icon,
.sticky-search-box__input {
    float: left
}

.sticky-search-box__container {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 296px;
    background-color: #fff
}

.sticky-basket {
    float: left;
    width: 40px;
    height: 56px
}

.sticky-basket__icon {
    color: #fff;
    font-size: 21px;
    margin-top: 13px;
    margin-left: 8px;
    position: relative
}

.sticky-basket__cart-quantity {
    position: absolute;
    right: -6px;
    bottom: -7px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: #e64e41;
    font-size: 9px;
    line-height: 16px;
    font-weight: 600 !important;
    text-align: center;
    font-family: "Nunito", Tahoma, sans-serif
}

.sticky-basket__cart-quantity--hamburger {
    right: 3px;
    top: 5px
}

.responsive-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 38;
    visibility: hidden
}

.responsive-overlay.is-active {
    background-color: rgba(0, 0, 0, .6);
    visibility: visible
}

.responsive-overlay.is-responsive-menu {
    z-index: 41
}

.smart-banner {
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    z-index: 10
}

.smart-banner__wrapper {
    height: 42px
}

.smart-banner__col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding: 0
}

.smart-banner .banner-close {
    width: 40px;
    height: 42px;
    font-size: 14px;
    line-height: 44px;
    padding-left: 14px;
    color: #787878;
    vertical-align: middle;
    display: inline-block
}

.smart-banner .banner-logo {
    width: 35px;
    vertical-align: middle;
    display: inline-block
}

.smart-banner .banner-logo .just-logo {
    background-image: url(https://cdn03.ciceksepeti.com/handy/img/svg/just-logo.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 50%;
    background-size: 80%;
    background-position-y: 50%;
    display: inline-block;
    width: 106%;
    height: 29.79px;
    margin-top: 6.1px;
    border-radius: 8.4px
}

.smart-banner .banner-text {
    height: 42px;
    white-space: nowrap;
    text-align: left;
    margin-left: 8px;
    font-family: arial !important;
    vertical-align: middle;
    display: inline-block
}

.smart-banner .banner-text .banner-bold {
    font-size: 9px;
    white-space: nowrap;
    margin-top: 2px;
    color: #ef453b;
    display: block
}

.smart-banner .banner-text .banner-regular {
    margin-top: 8.4px;
    white-space: nowrap;
    font-size: 10.5px;
    display: block
}

.smart-banner .banner-open {
    height: 42px;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: inline-block
}

.smart-banner .banner-open a {
    font-size: 12px;
    padding: 10px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    line-height: 42px;
    color: #005397;
    text-align: right
}

.footer {
    padding: 34px 0 50px;
    background-color: #edf1f2
}

.footer-etbis {
    text-align: center
}

.footer__description {
    color: #999;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-size: 12px
}

.footer__description--agreement {
    color: #000
}

.footer__description-link,
.footer__description-link:hover {
    text-decoration: underline
}

.footer-social {
    text-align: center
}

.social {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 30px
}

.social__item {
    margin: 0 10px;
    float: left
}

.social__icon {
    margin: 0;
    vertical-align: middle;
    font-size: 28px
}

.social__icon--facebook {
    color: #366099
}

.social__icon--twitter {
    color: #6cadde
}

.social__icon--instagram {
    color: #3f729b
}

.social__icon--youtube {
    color: #cd201f
}

.social__icon--blog {
    color: #e37c33
}

.footer-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
    font-size: 14px;
    display: none
}

.footer-menu:after,
.footer-menu:before {
    content: " ";
    display: table
}

.footer-menu:after {
    clear: both
}

.footer-menu__item {
    margin-bottom: 20px
}

.footer-menu__title {
    padding: 0 15px;
    color: #185aa3;
    font-size: 16px
}

.footer-menu--global {
    display: block;
    margin-bottom: 25px
}

.footer-submenu {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.footer-submenu:after,
.footer-submenu:before {
    content: " ";
    display: table
}

.footer-submenu:after {
    clear: both
}

.footer-submenu__item {
    padding: 4px 0
}

.footer-submenu-global {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: inline-block
}

.footer-submenu-global:after,
.footer-submenu-global:before {
    content: " ";
    display: table
}

.footer-submenu-global:after {
    clear: both
}

.footer-submenu-global__item {
    float: left;
    padding: 4px
}

.footer-submenu-global__flag {
    display: inline-block;
    width: 28px;
    height: 21px;
    stroke-width: 0;
    vertical-align: top
}

.footer-menu-mobile {
    padding: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 0 auto 30px
}

.footer-menu-mobile:after,
.footer-menu-mobile:before {
    content: " ";
    display: table
}

.footer-menu-mobile:after {
    clear: both
}

.footer-menu-mobile__title {
    display: block;
    position: relative;
    padding: 10px 15px
}

.footer-menu-mobile__title:before {
    position: absolute;
    right: 15px;
    top: 13px;
    content: "\e600";
    font-family: 'icomoon';
    font-size: 10.5px
}

.footer-menu-mobile .panel {
    background-color: transparent !important;
    box-shadow: none;
    border: none;
    border-radius: 0
}

.footer-menu-mobile .panel .panel-heading {
    padding: 0
}

.footer-menu-mobile .panel .panel-body {
    border-top: none !important;
    box-shadow: none;
    padding: 10px 15px
}

.footer-menu-mobile .panel.is-active {
    background-color: #f5f9fa !important
}

.footer-menu-mobile .panel.is-active .footer-menu-mobile__title:before {
    content: "\e602"
}

.footer-menu-mobile__item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.our-apps {
    text-align: center;
    margin: 0 auto 25px
}

.our-apps:after,
.our-apps:before {
    content: " ";
    display: table
}

.our-apps:after {
    clear: both
}

.our-apps__left,
.our-apps__right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.our-apps__left {
    float: left;
    width: 100%
}

.our-apps__right {
    display: table
}

.our-apps__links {
    text-align: center
}

.our-apps__links-item {
    text-align: center;
    display: inline-block;
    margin: 0 auto
}

.our-apps__links-item+.our-apps__links-item {
    margin-bottom: 10px
}

.our-apps__qr-code-img-wrapper {
    display: none
}

.our-apps__qr-code-img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.our-apps__qr-text {
    display: none
}

.our-apps__icon {
    color: #fff;
    font-size: 24.5px;
    margin: 0
}

.our-apps__title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0
}

.application-send-form {
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
    display: none
}

.application-send-form:after,
.application-send-form:before {
    content: " ";
    display: table
}

.application-send-form:after {
    clear: both
}

.application-send-form.error .application-send-form__input {
    border-color: #e64e41
}

.application-send-form.error .application-send-form__notification {
    border: none;
    color: #e64e41;
    padding: 10px 20px
}

.application-send-form__input {
    height: 44px;
    width: 220px;
    border: 1px solid #e2e7e9;
    padding: 0 0 0 5px;
    float: left;
    border-radius: 4px 0 0 4px;
    margin-bottom: 13px;
    font-size: 14px;
    letter-spacing: -.6px
}

.application-send-form__button {
    height: 44px;
    float: left;
    width: 60px;
    background-color: #51b549;
    color: #fff;
    border: 1px solid #e2e7e9;
    border-left: none;
    border-radius: 0 4px 4px 0;
    padding: 0
}

.application-send-form__button:focus,
.application-send-form__input:focus {
    outline: none
}

.application-send-form__desc {
    font-family: "Nunito", Tahoma, sans-serif;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px
}

.application-send-form__form {
    text-align: center;
    display: inline-block
}

.application-send-form__form:after,
.application-send-form__form:before {
    content: " ";
    display: table
}

.application-send-form__form:after {
    clear: both
}

.application-send-form__notification {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #dbdcdd;
    border-radius: 4px
}

.application-send-form__notification:after,
.application-send-form__notification:before {
    content: " ";
    display: table
}

.application-send-form__notification:after {
    clear: both
}

.application-send-form__notification__icon {
    color: #51b549;
    font-size: 31.5px;
    margin-bottom: 8px
}

.application-send-form__notification__icon--error {
    color: #e64e41
}

.application-send-form .wrap-placeholder__label {
    left: 25px;
    top: 9px;
    font-size: inherit
}

.footer__copyright {
    text-align: center;
    font-size: 12px
}

.page-info__title {
    font-size: 21px;
    margin: 0 0 15px
}

.membership-alert {
    background-color: #fdffd5;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 16px
}

.membership-alert__icon {
    font-size: 21px
}

.membership-form {
    padding: 0;
    width: 535px
}

.membership-form__heading {
    color: #e64e41;
    margin-bottom: 20px
}

.membership-form__description {
    margin-bottom: 20px;
    line-height: 2em
}

.membership-form__placeholder {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
    font-size: 11.5px;
    color: #999
}

.membership-form__franchise-link {
    text-decoration: underline
}

.membership-form__half-column {
    margin-left: -10px;
    margin-right: -10px
}

.membership-form__half-column:after,
.membership-form__half-column:before {
    content: " ";
    display: table
}

.membership-form__half-column:after {
    clear: both
}

.membership-form__half-column .form-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.membership-form__half-column .membership-form__placeholder {
    right: 25px
}

.membership-form__button-wrapper {
    text-align: right
}

.membership-form__forgot-password {
    border: none;
    margin-right: 10px;
    box-shadow: none
}

.membership-form__address {
    min-height: 100px
}

.valid+.membership-form__placeholder,
.valid+span+.membership-form__placeholder {
    color: #51b549
}

.valid+.membership-form__placeholder::after,
.valid+span+.membership-form__placeholder::after {
    font-family: 'icomoon';
    content: "\ea10 ";
    margin-left: 3px
}

.page-refund:after,
.page-refund:before {
    content: " ";
    display: table
}

.page-refund:after {
    clear: both
}

.page-refund__title {
    text-align: center;
    color: #21519d;
    font-size: 21px;
    margin: 30px 0
}

.page-refund .modal-title {
    color: #51b549;
    padding: 5px 0;
    text-align: center
}

.page-refund__modal-banner {
    margin-bottom: 15px
}

.page-refund__modal-banner-img {
    width: 100%;
    border-radius: 10px
}

.page-refund__box {
    display: grid;
    grid-template-areas: 'number img''fr info';
    overflow: hidden;
    padding-bottom: 20px
}

.page-refund__box-reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse
}

.page-refund__box:last-child .page-refund__step-number-line {
    display: none
}

.page-refund__box:first-child .page-refund__step-number-line {
    width: 1px;
    height: 300px;
    display: inline-table;
    position: absolute;
    top: 30px;
    left: 49.5%;
    border-right: 1px dashed #21519d
}

.page-refund__box:last-of-type .page-refund__step-number-line {
    width: 1px;
    height: 200px;
    display: inline-table;
    position: absolute;
    bottom: 50%;
    left: 50.5%;
    border-right: 1px dashed #21519d
}

.page-refund__box-reverse .page-refund__step-img-wrapper {
    flex-direction: row;
    -ms-flex-direction: row
}

.page-refund__box-reverse .page-refund__step-info {
    text-align: right;
    justify-content: flex-end;
    -ms-flex-pack: end
}

.page-refund__modal-box {
    display: flex;
    display: -ms-flexbox;
    padding-bottom: 25px;
    max-height: unset
}

.page-refund__modal-box:nth-last-child(2) .page-refund__step-number-line {
    display: none
}

.page-refund__modal-box:last-of-type {
    display: block;
    max-height: none
}

.page-refund__modal-box-info {
    padding-left: 12%
}

.page-refund__modal-box-info-title {
    margin-bottom: 5px;
    color: #21519d
}

.page-refund__modal-box .page-refund__step-number-line {
    left: 49%
}

.page-refund__modal-box .page-refund__step-info-text {
    width: 100%;
    margin: 0;
    padding: 0 3%
}

.page-refund__modal-box .page-refund__step-number-wrapper {
    align-self: start;
    -ms-flex-item-align: start
}

.page-refund__modal-box .page-refund__step-info-title {
    padding: 0 3%;
    margin-bottom: 5px;
    color: #21519d
}

.page-refund__modal-box .page-refund__step-number {
    padding: 5.5px 11px
}

.page-refund__modal-box .page-refund__step-info {
    width: 90%;
    flex-direction: column
}

.page-refund__box-wrapper {
    margin-bottom: 30px
}

.page-refund__step-img-wrapper {
    grid-area: img
}

.page-refund__step-img {
    max-height: 160px;
    max-width: 80%;
    padding: 0 5%;
    margin-bottom: 10px
}

.page-refund__step-number-wrapper {
    grid-area: number;
    display: flex;
    display: -ms-flexbox;
    align-self: center;
    -ms-flex-item-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0)
}

.page-refund__step-number {
    padding: 10px 14px;
    border: 1px solid #21519d;
    border-radius: 50%;
    background: #d1eaff;
    color: #21519d;
    z-index: 2;
    overflow: hidden
}

.page-refund__step-number-line {
    width: 1px;
    height: 500px;
    display: inline-table;
    position: absolute;
    top: -200px;
    left: 50%;
    border-right: 1px dashed #21519d;
    text-indent: -9999px
}

.page-refund__step-info {
    grid-area: info
}

.page-refund__step-info-text {
    width: 90%;
    margin: 0 5%
}

.page-refund__consider-wrapper {
    padding: 30px 5%;
    border-radius: 20px;
    background-color: #f5fbff
}

.page-refund__redirect-text {
    text-decoration: underline
}

.page-refund__redirect-text:focus {
    box-shadow: none
}

.page-refund__consider-item {
    margin-bottom: 8px
}

.page-refund__consider-item::before {
    content: "\e97e";
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    color: #51b549;
    font-size: 7px;
    margin-right: 6px;
    position: relative;
    top: -3px
}

.page-refund__assistant-button {
    border-radius: 5px;
    border: solid 1px #51b549;
    color: #51b549;
    margin-bottom: 11px;
    max-width: 127px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px
}

.page-refund__assistant-button:focus,
.page-refund__assistant-button:hover {
    color: #51b549
}

.page-refund__assistant-button .icon-chatbot {
    margin-right: 3px;
    margin-bottom: 2px
}

.page-refund__assistant-button .icon-chatbot::before {
    color: #51b549;
    font-size: 17.5px
}

.home {
    position: relative;
    padding-top: 0;
    margin-top: 0
}

.home__top-banner {
    display: none;
    text-align: center
}

.home__top-banner-img {
    width: 100%;
    position: relative;
    z-index: 10
}

.home__col {
    vertical-align: top
}

.home__left,
.home__right {
    display: none;
    width: 10%;
    text-align: center
}

.home__banner-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 10
}

.home .section-heading {
    text-align: left;
    margin-bottom: 10px
}

.home .section-heading__title {
    padding: 0;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 6px
}

.home .section-heading__title--line:before {
    display: none
}

.home .section-heading__title--line-text {
    padding: 0;
    position: relative;
    background: #fff;
    font-size: 16px;
    display: block
}

.home-category__wrapper {
    margin: 15px 0 10px
}

.home-category__title {
    font-size: 19.25px;
    text-align: left;
    color: #000;
    margin-bottom: 8px
}

.home-category__slider {
    width: 100%;
    margin-bottom: 10px
}

.home-category__button {
    margin: 0 auto;
    max-width: 300px;
    height: 40px;
    width: 100%
}

.home-category__link {
    border-radius: 25px;
    background-color: #d9eeff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #3597ec;
    display: block;
    height: 100%;
    position: relative;
    padding: 0 12.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-category__link:focus,
.home-category__link:hover {
    color: #fff;
    background-color: #3597ec
}

.home-category__link .icon-right-arrow {
    position: absolute;
    font-size: 9px;
    right: 1px;
    top: 50%;
    margin-top: -5px
}

.homepage-favorites .c-products__item {
    margin-bottom: 0
}

.home-info,
.home-info.bottom {
    text-align: left;
    font-size: 12px
}

.home-info {
    background-color: #edf1f2;
    word-break: break-word
}

.home-info.bottom {
    padding-bottom: 18px
}

.home-info__img {
    width: 100%;
    margin-bottom: 10px
}

.home-info.store-info {
    margin-bottom: 0;
    font-size: 12px;
    padding-bottom: 0
}

.home-info__description {
    padding-top: 20px;
    padding-bottom: 10px
}

.home-info__description h1,
.home-info__description h2 {
    font-size: 24px;
    margin-top: 11px
}

.home-info__description-title {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
    width: 80%
}

.home-info__description-title-icon {
    font-size: 17.5px;
    margin-bottom: 8px
}

.home-info__description-text {
    margin-bottom: 25px;
    font-size: 12px
}

.home-info__region-title {
    margin-bottom: 5px;
    padding-top: 10px
}

.home-info__list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    font-size: 12px
}

.home-info .city__left-inner {
    padding: 10px 20px
}

.home-info .city__sitemaps {
    width: 100%;
    display: inline-block
}

.home-info .city__sitemaps-item {
    width: 100%;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    float: left
}

.home-info .city-info__description {
    font-size: 12px
}

.home-info .city-info__description h1,
.home-info .city-info__description h2 {
    font-size: 24px
}

.home-info .city-info__description .link {
    display: inline-block;
    margin: 2px 5px
}

.home-info .city-info__description .link span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #51b549;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 2px;
    position: relative;
    top: 1px
}

.home-info .city-info img {
    display: block;
    width: 100%;
    float: none !important
}

.home-info .city h2 {
    margin-top: 22px;
    margin-bottom: 11px
}

.mobile-category-menu {
    display: block;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 10px
}

.mobile-category-menu:after,
.mobile-category-menu:before {
    content: " ";
    display: table
}

.mobile-category-menu:after {
    clear: both
}

.mobile-category-menu__item {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    color: #185aa3;
    font-size: 14px;
    text-align: center
}

.mobile-category-menu__item:focus,
.mobile-category-menu__item:hover {
    color: #185aa3
}

.mobile-category-menu__item-inner {
    background-color: #edf1f2;
    border-radius: 4px;
    padding: 5px
}

.mobile-category-menu__item-inner:active {
    background-color: #e2e7e9;
    color: #185aa3
}

.mobile-category-menu__icon {
    color: #185aa3;
    font-size: 19.25px;
    margin: 0;
    vertical-align: bottom;
    display: block
}

.mobile-category-menu__image {
    display: block;
    width: 100%;
    height: auto;
    transition: all .1s;
    border-radius: 4px;
    max-height: 103px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.c-products {
    padding: 10px 0
}

.c-products::-webkit-scrollbar {
    display: none
}

.c-products::-webkit-scrollbar-thumb {
    background-color: transparent
}

.c-products__item {
    position: relative;
    background-color: #fff;
    width: 154px;
    min-height: 280px;
    padding: 0 5px
}

.c-products__item-inner {
    padding: 5px;
    border-radius: 5px;
    border: solid 2px #f4f4f4
}

.c-products__item-link {
    display: block
}

.c-products__item-link:hover .products__item-img {
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .4)
}

.c-products__item-link:focus {
    outline: none;
    box-shadow: none
}

.c-products__item-img-container {
    position: relative
}

.c-products__item-img--city {
    position: absolute;
    z-index: 21;
    bottom: 2px;
    left: 2px;
    right: inherit;
    width: 27px;
    height: 27px;
    top: initial
}

.c-products__item-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
    position: relative;
    z-index: 20;
    min-height: 133px
}

.c-products__item-info {
    padding: 0 5px;
    margin-top: 8px;
    margin-bottom: 3px;
    min-height: 95px
}

.c-products__item-badge {
    text-align: left;
    min-height: 38px;
    margin-bottom: 6px;
    color: #50c647
}

.c-products__item-badge--all-region {
    color: #50c647
}

.c-products__item-badge--cargo,
.c-products__item-badge--certain-region,
.c-products__item-badge--tomorrow {
    color: #e37c33
}

.c-products__item-badge-text {
    font-size: 11.5px;
    text-align: left
}

.c-products-stars {
    min-height: 14px;
    margin-bottom: 2px
}

.c-products-stars__review-count {
    vertical-align: text-top;
    margin-left: 3px;
    position: relative;
    top: 2px;
    font-size: 11px;
    text-align: left;
    color: #555;
    line-height: 15px
}

.c-products-stars .clearfix,
.c-products-stars .footer-menu,
.c-products-stars .main-banner__col--3 .main-banner__col-inner,
.c-products-stars .main-banner__row,
.c-products-stars .membership-form__half-column,
.c-products-stars .mobile-category-menu,
.c-products-stars .subheader {
    display: none
}

.c-products-stars__dropdown-evaluation {
    display: inline-block;
    width: auto;
    padding: 0;
    float: left
}

.c-products-stars__text {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    text-align: left;
    font-size: 11px;
    letter-spacing: -.2px;
    color: #e37c33;
    width: 58%;
    padding-left: 2%
}

.c-products-stars__icon {
    font-size: 12px;
    color: #f4af11;
    margin: 0;
    vertical-align: text-top;
    display: block
}

.c-products-stars__icon.is-passive {
    color: #e5e5e5
}

.c-products-stars__icon.icon-half {
    color: #f4af11;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden
}

.c-products-stars__icon-wrapper {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: -2px
}

.c-products-stars__arrow-icon {
    font-size: 12px
}

.c-products-stars__dropdown {
    min-width: 236px;
    padding: 10px 12px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 2px 1px 12px rgba(0, 0, 0, .175);
    box-shadow: 2px 1px 12px rgba(0, 0, 0, .175)
}

.c-products-stars__dropdown:after {
    position: absolute;
    z-index: 11;
    width: 12px;
    height: 12px;
    top: -5px;
    left: 105px;
    display: inline-block;
    content: '';
    background: #fff;
    transform: rotate(135deg);
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1)
}

.c-products-stars__dropdown-text {
    text-align: center;
    font-size: 14px
}

.c-products-stars__dropdown-link {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #5bbaff
}

.c-products-stars__dropdown-link .icon-right-arrow {
    font-size: 8.5px
}

.c-products__item-price {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    min-height: 52px
}

.c-products__item-price .price {
    line-height: normal
}

.c-products__item-price .price .price__integer-value {
    font-size: 21px;
    vertical-align: bottom
}

.c-products__item-price .price .price__decimal-value-with-currency {
    font-size: 13px
}

.c-products__item-price .price--old {
    height: 19.09px
}

.c-products__item-price .price--old .price__integer-value {
    font-size: 13px;
    vertical-align: bottom
}

.c-products__item-price .price--old .price__decimal-value-with-currency {
    font-size: 9.5px;
    top: .2px
}

.c-products__favorite-icon {
    position: absolute;
    z-index: 29;
    right: 1px;
    top: 1px;
    border-radius: 8px;
    border: solid 1px #edf1f2;
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer
}

.c-products__favorite-icon::after {
    content: "";
    position: absolute;
    top: -15px;
    right: -12px;
    width: 55px;
    height: 51px
}

.c-products__favorite-icon .icon-favorite-border {
    font-size: 12px;
    margin: 0
}

.c-products__favorite-icon.hidden-favorite {
    display: none
}

.c-products .add-favorite .icon-favorite-border::before {
    content: "\e96b"
}

.banner__catalog {
    margin: 0 -10px 20px
}

.banner__catalog-item-wrapper {
    display: flex;
    flex-wrap: wrap
}

.banner__catalog-title {
    position: relative;
    background: #fff;
    font-size: 21px;
    margin: 20px 0
}

.banner__catalog-item-inner,
.banner__catalog-title {
    display: block;
    padding: 0 10px;
    text-align: center
}

.banner__catalog-item {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px
}

.banner__catalog-item-img {
    max-width: 100%
}

.banner__catalog-item-title {
    text-align: center;
    padding: 6px 0;
    background-color: #edf1f2
}

.brand-slider {
    overflow: hidden;
    position: relative;
    margin-top: 15px
}

.brand-slider--image {
    margin-bottom: 5px;
    max-height: 136px
}

.brand-slider__link:focus {
    outline: none
}

.brand-slider__list {
    white-space: nowrap
}

.brand-slider__list:after,
.brand-slider__list:before {
    content: " ";
    display: table
}

.brand-slider__list:after {
    clear: both
}

.brand-slider__list::-webkit-scrollbar {
    display: none
}

.brand-slider__list::-webkit-scrollbar-thumb {
    background-color: transparent
}

.brand-slider__item {
    position: relative;
    vertical-align: top;
    display: inline-block;
    max-width: 63px
}

.brand-slider__title {
    margin: 5px 0 10px;
    text-align: center;
    font-size: 10.5px;
    line-height: 12px;
    color: #000;
    display: block;
    white-space: normal;
    overflow: hidden;
    width: 57px;
    height: 24px
}

.brand-slider__image {
    border-radius: 100%;
    width: 57px;
    height: 57px;
    display: block;
    margin: 0
}

.brand-slider__image img,
.brand-slider__image svg {
    width: 57px;
    height: 57px;
    border: solid 1px #e2e2e2;
    border-radius: 100%
}

.brand-slider .slick-list {
    overflow: hidden
}

.brand-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
    display: flex
}

.brand-slider .slick-arrow .icon {
    font-size: 9px;
    text-align: center;
    margin-right: 0
}

.brand-slider .slick-next,
.brand-slider .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    display: block;
    width: 21px;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 50px;
    border-radius: 9px;
    background-color: #fff;
    border: 1px solid #edf1f2
}

.brand-slider .slick-next.slick-disabled,
.brand-slider .slick-next:hover,
.brand-slider .slick-prev.slick-disabled,
.brand-slider .slick-prev:hover {
    background: #edf1f2
}

.brand-slider .slick-slider {
    position: static
}

.brand-slider .slick-initialized .slick-slide {
    display: flex;
    justify-content: center
}

.selected-features {
    display: flex
}

.selected-features__wrapper {
    min-height: 92px
}

.selected-features__wrapper.empty {
    min-height: 0
}

.selected-features__feature {
    min-width: 54px;
    max-width: 64px;
    word-break: break-word
}

.selected-features__feature--red .selected-features__icon {
    background-image: linear-gradient(44deg, #f04747 16%, #c13030 102%)
}

.selected-features__feature--red .selected-features__arrow,
.selected-features__feature--red .selected-features__text {
    color: #f04747
}

.selected-features__feature--green .selected-features__icon {
    background-image: linear-gradient(222deg, #51b549 88%, #b1eb77 -7%)
}

.favorite__not-icon .icon-favorite::before,
.selected-features__feature--green .selected-features__arrow,
.selected-features__feature--green .selected-features__text {
    color: #51b549
}

.selected-features__feature--orange .selected-features__icon {
    background-image: linear-gradient(218deg, #e37c33 86%, #ffb100 10%)
}

.selected-features__feature--orange .selected-features__arrow,
.selected-features__feature--orange .selected-features__text {
    color: #e37c33
}

.selected-features__feature--dark-blue .selected-features__icon {
    background-image: linear-gradient(52deg, #044dc3 16%, #4777c3 90%)
}

.selected-features__feature--dark-blue .selected-features__arrow,
.selected-features__feature--dark-blue .selected-features__text {
    color: #044dc3
}

.selected-features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    max-width: 54px;
    width: 54px;
    height: 54px;
    background-image: linear-gradient(52deg, #5d9ae0 22%, #2c83ce 98%);
    border-radius: 100%;
    margin: 0 auto
}

.selected-features__icon span {
    font-size: 30px;
    color: #fff;
    margin: 0
}

.selected-features__icon svg {
    fill: #fff
}

.selected-features__text {
    font-size: 11.5px;
    line-height: 14px;
    color: #555;
    text-align: center;
    margin: 10px 0 0;
    flex-grow: 2
}

.selected-features__arrow {
    font-size: 6.5px;
    color: #3597ec
}

.popup__csvv.in .modal-dialog {
    transform: translate(-50%, -50%)
}

.popup__csvv .modal-dialog {
    width: 100%;
    margin: 0 !important
}

.popup__csvv-content {
    display: flex;
    justify-content: center;
    margin: 0 18px
}

.popup__csvv .item-cs {
    margin-right: 5px
}

.popup__csvv .item-extra {
    margin-left: 5px
}

.popup__csvv .item-image {
    height: 270px;
    width: auto
}

.favorite__text span,
.website-switcher-responsive {
    display: block
}

.favorite__btn {
    border-radius: 6px;
    border: solid 1px #ef265c;
    background-color: #fff;
    float: right
}

.favorite__icon {
    color: #fff;
    font-size: 30px;
    margin-right: 0;
    padding: 4px 1px
}

.favorite__icon::before {
    content: "\e96c";
    color: #ef265c
}

.favorite__text {
    color: #b5b5b5;
    line-height: 1.38;
    display: none
}

.favorite__not {
    text-align: center
}

.favorite__not-icon {
    display: inline-block;
    font-size: 43px;
    border: 6px solid #51b549;
    border-radius: 100%;
    padding: 20px;
    width: 105px;
    height: 105px;
    margin: 20px 0
}

.favorite__not-icon .icon-favorite {
    margin-right: 0;
    position: relative;
    bottom: 6px;
    right: 1px
}

.favorite__not-text {
    font-size: 17px;
    min-width: 300px;
    margin: 0
}

.favorite__not-btn {
    font-size: 17px;
    min-width: 240px;
    margin: 25px 0
}

main.page-comments .add-favorite,
main.product .product__main-info .add-favorite {
    background-color: #ef265c !important
}

main.page-comments .add-favorite .favorite__icon::before,
main.product .product__main-info .add-favorite .favorite__icon::before {
    content: "\e96b";
    color: #fff
}

.in-active-link {
    pointer-events: none;
    cursor: default
}

.desktop-hide {
    display: block
}

.home-favorites-list .section-heading {
    margin-bottom: 20px;
    position: relative
}

.home-favorites-list .section-heading__title--line {
    padding: 0
}

.home-favorites-list .section-heading__title--line:before {
    display: none
}

.home-favorites-list .section-heading__title--line-text {
    padding: 5px 0;
    text-align: left;
    display: block;
    font-size: 16px
}

.home-favorites-list .section-heading__link {
    font-size: 14px;
    color: #51b549;
    font-family: "Nunito";
    display: block;
    text-align: right
}

.home-favorites-list .section-heading .icon-right-arrow {
    font-size: 10.5px;
    vertical-align: initial
}

.district-container {
    position: relative
}

.district-search-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 0 17px 0 10px;
    position: relative;
    cursor: pointer
}

.district-search-button--not-empty {
    background: #51b549;
    border-color: #51b549
}

.district-search-button__circle {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100%;
    text-align: center
}

.district-search-button__icon-pin {
    font-size: 13px;
    color: #8e8e8e;
    margin: 5px 0 0
}

.district-search-button--not-empty .district-search-button__icon-pin {
    color: #51b549
}

.district-search-button__text {
    background: 0 0;
    border: none;
    outline: none;
    min-width: 0;
    height: 100%;
    font-family: "NunitoSemiBold";
    font-size: 13px;
    line-height: 48px;
    color: #8e8e8e;
    flex-grow: 2;
    position: relative
}

.district-search-button__text-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    letter-spacing: .3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.district-search-button--not-empty .district-search-button__icon-arrow,
.district-search-button--not-empty .district-search-button__text {
    color: #fff
}

.district-search-button__icon-arrow {
    font-size: 6.5px;
    color: #8e8e8e;
    margin: 0;
    height: 48px;
    line-height: 48px
}

.district-search-button__clear {
    width: 26px;
    height: 26px;
    background: #edf1f2;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: none
}

.district-search-button__clear:after,
.district-search-button__clear:before {
    content: '';
    transform-origin: 7px 1px;
    width: 14px;
    height: 2px;
    background: #b2b2b2;
    display: block;
    position: absolute;
    left: 6px;
    top: 12px
}

.district-search-button__clear:before {
    transform: rotate(45deg)
}

.district-search-button__clear:after {
    transform: rotate(-45deg)
}

.district-search-button__loading-spinner {
    width: 26px;
    height: 26px;
    border: 3px solid #8e8e8e;
    border-top-color: #fff;
    border-radius: 50%;
    background: #fff;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 11px;
    top: 10px;
    z-index: 2;
    display: none
}

.district-dropdown .district-search-button__icon-arrow,
.district-dropdown.is-hidden {
    display: none
}

.district-dropdown--not-empty.is-active .district-search-button__clear {
    display: block
}

.district-dropdown__select-title {
    font-family: "Nunito";
    font-size: 16px;
    min-height: 22px;
    color: #171717;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: none
}

.district-dropdown .district-search-button.focused {
    background: #fff;
    border-color: #51b549
}

.district-dropdown .district-search-button.focused .district-search-button__circle {
    background: #51b549
}

.district-dropdown .district-search-button.focused .district-search-button__icon-pin {
    color: #fff
}

.district-dropdown .district-search-button.focused .district-search-button__icon-arrow {
    transform: rotate(180deg)
}

.district-dropdown__menu {
    overflow: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.district-dropdown__responsive-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 29;
    display: none
}

.district-search {
    width: 100%;
    padding: 0
}

.district-search__container {
    position: relative
}

.district-search__container.loaded-with-error .district-search__all-info-wrapper {
    display: none
}

.district-search__container.loaded-with-error .district-search-button {
    border-color: #e64e41
}

.district-search__container.loaded-with-error .district-search-button.focused .district-search-button__circle,
.district-search__container.loaded-with-error .district-search-button__circle {
    background: #e64e41
}

.district-search__container.loaded-with-error .district-search-button__icon-pin {
    color: #fff
}

.district-search__container.loading .district-search-button__loading-spinner {
    display: block
}

.district-search__container.loading .district-search-button__circle {
    visibility: hidden
}

.district-search__input {
    font-family: "Nunito";
    font-size: 14px;
    color: #171717;
    padding: 0 25px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: 0 0;
    border: none;
    outline: none;
    width: 100%;
    height: 100%
}

.district-search__input ::placeholder {
    font-family: "NunitoSemiBold";
    color: #8e8e8e
}

.district-search__all-info-wrapper {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    position: relative
}

.district-search__all-info-title {
    font-size: 14px;
    line-height: 22px;
    color: #171717;
    margin: 0
}

.district-search__results-wrapper {
    background: #fff;
    margin: 5px 0 0;
    padding: 0;
    border-radius: 10px;
    overflow-y: auto;
    position: relative;
    display: none
}

.district-search__icon-magic-wand {
    float: left;
    font-size: 26px;
    color: #b2b2b2;
    margin: 0 15px 0 0;
    display: none
}

.district-search .product-search__noresults {
    padding: 5px 0
}

.district-search__results {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.district-search__result {
    position: relative
}

.district-search__result:before {
    content: ''
}

.district-search__result.is-active,
.district-search__result:hover {
    background: #f5f5f5
}

.district-search__link {
    font-size: 14px;
    line-height: 21px;
    color: #171717;
    padding: 10px 0 10px 23px;
    display: block;
    position: relative
}

.district-search__link--icon {
    position: absolute;
    top: 14px;
    left: 2px;
    font-size: 14px;
    color: #51b549
}

.district-search__result.is-active .district-search__link {
    color: #000
}

.district-search__result.is-active .district-search__link--icon {
    color: #51b549
}

.district-search__showall {
    display: none;
    text-align: center;
    padding: 10px 0;
    width: 75%;
    margin: 15px auto 0
}

.district-search__showall:hover {
    text-decoration: underline
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.district-dropdown {
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 30
}

.district-dropdown__menu {
    background: #fff;
    margin: 83px 0 0;
    border-radius: 10px;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    z-index: 50
}

.district-dropdown__title {
    font-family: "NunitoSemiBold", Tahoma, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #171717;
    padding: 10px 0;
    margin: 0;
    position: relative
}

.adresses-menu__item:before,
.district-dropdown__title:before,
.district-search__result:before {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0
}

.district-dropdown__title:before {
    display: none;
    content: ''
}

.district-dropdown__title-icon,
.product-search__recent-search-wrapper .midline-title:after {
    display: none
}

.district-dropdown__close {
    position: absolute;
    right: 9px;
    top: 16px;
    font-size: 10px;
    z-index: 2
}

.district-menu {
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.district-menu__back-link,
.district-menu__link {
    display: block;
    padding: 7px 15px 7px 30px
}

.district-menu__link-title {
    vertical-align: middle
}

.district-menu__link-icon {
    font-size: 10.5px
}

.district-menu-all-container {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-100%);
    transition: .5s all;
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px
}

.district-menu-all-container.is-active,
.district-submenu-container.is-active {
    transform: translateX(0);
    background-color: #edf1f2;
    box-shadow: none
}

.district-menu-all {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    max-height: 205px;
    height: 205px;
    overflow-y: auto
}

.district-menu-all-backlink {
    display: block;
    padding: 5px 0 15px
}

.district-menu-all-backlink__text {
    vertical-align: middle
}

.district-submenu-container {
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-100%);
    transition: .5s all;
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px
}

.district-submenu-backlink {
    display: block;
    padding: 5px 0 15px
}

.district-submenu-backlink__text {
    vertical-align: middle
}

.district-submenu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    max-height: 205px;
    height: 205px;
    overflow-y: auto
}

.district-submenu__link {
    display: block;
    padding: 7px 15px 7px 30px
}

.adresses-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.adresses-menu__item {
    padding: 14px 0;
    position: relative;
    cursor: pointer
}

.adresses-menu__item:before {
    content: ""
}

.adresses-menu__item:first-of-type .district-search__result:before {
    display: none
}

.adresses-menu__item:hover {
    background: #f5f5f5
}

.adresses-menu__link {
    font-size: 14px;
    line-height: 1;
    color: #171717
}

.adresses-menu__link-icon {
    margin: 2px 0 0
}

.product-search {
    width: 100%;
    height: 40px;
    float: left
}

.product-search__container {
    display: flex;
    width: 100%
}

.product-search__container.loading .product-search__loader {
    visibility: visible;
    opacity: .4
}

.product-search__container.loading .product-search__remove-button {
    display: none;
    visibility: hidden;
    opacity: 0
}

.product-search__container.loaded .product-search__input {
    border-color: #51b549
}

.product-search__container.loaded .product-search__remove-button {
    display: block
}

.product-search__container.loaded-with-error .product-search__input {
    border-color: #e64e41
}

.product-search__inner-container {
    position: relative;
    width: 100%
}

.product-search__input {
    padding: 0 83px 0 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #8e8e8e;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box
}

.product-search__input::placeholder {
    color: #555 !important;
    opacity: 1 !important
}

.product-search__input:focus {
    background-color: #fff;
    border-color: #51b549
}

.product-search__loader {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    content: ' ';
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 56px;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
    background: url(../images/loader-rolling.gif);
    background-repeat: no-repeat;
    background-size: 18px;
    visibility: hidden;
    opacity: 0
}

.product-search__remove-button {
    position: absolute;
    top: 50%;
    right: 52px;
    z-index: 99;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    margin-top: -13px;
    display: none;
    cursor: pointer;
    background: #f5f5f5
}

.product-search__remove-button-icon {
    font-size: 9.5px;
    margin: 3px 0 0;
    color: #b2b2b2
}

.product-search__button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 45px;
    text-align: center;
    background-color: #51b549;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.product-search__button:focus {
    outline: none !important
}

.product-search__button span[class^=icon-] {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin: -8px 0 -6px -1px
}

.product-search__text-find {
    color: #fff;
    display: block
}

.product-search__results-wrapper {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 15px;
    z-index: 100;
    height: calc(80vh - 112px);
    overflow-y: auto
}

.product-search__haserror {
    height: auto
}

.product-search__noresults {
    font-size: 14px;
    line-height: 22px;
    color: #e64e41;
    margin: 0;
    padding: 5px 10px 0
}

.product-search__all-results-title {
    padding: 7px 10px 10px
}

.product-search__results {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    height: calc(100% - 61px);
    overflow-y: auto
}

.product-search__result {
    padding: 10px;
    -webkit-transition: -webkit-box-shadow .5s;
    -moz-transition: -moz-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    position: relative
}

.product-search__result:before {
    content: " ";
    display: table
}

.product-search__result:after {
    display: table;
    clear: both;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background-color: #edf1f2;
    position: absolute;
    left: 10px;
    bottom: 0
}

.product-search__result.is-active {
    background-color: #f5f5f5
}

.product-search__result:last-child {
    border-bottom: none
}

.product-search__result-link {
    display: block;
    color: #000 !important;
    outline: none !important
}

.product-search__result-link:after,
.product-search__result-link:before {
    content: " ";
    display: table
}

.product-search__result-link:after {
    clear: both
}

.product-search__result-right-arrow {
    font-size: 9px;
    margin: 0 0 0 1px;
    vertical-align: baseline
}

.product-search__border-radius {
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px
}

.product-search__no-border-radius {
    border-radius: 0
}

.product-search__result-img {
    max-width: 100px;
    max-height: 100px;
    float: left;
    border-radius: 4px;
    display: table-cell
}

.product-search__result-title {
    font-size: 14px;
    margin: 0;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block
}

.product-search__result-title--faq {
    padding: 0;
    margin-top: 15px;
    text-decoration: underline
}

.product-search__result--product {
    padding-bottom: 6px
}

.product-search__result--product .product-search__result-text {
    width: 100%;
    max-width: 100%;
    display: block
}

.product-search__result-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    max-width: 80%;
    display: inline-block;
    position: relative
}

.product-search__result-text .age-warning-result-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-search__result-text .age-warning-result-img img {
    border-radius: 0 !important
}

.product-search__result-badge {
    float: right;
    color: #b1b1b1
}

.product-search__result-badge.product-badge {
    float: right;
    color: #b1b1b1;
    line-height: 45px;
    max-width: 20%
}

.product-search__result-price {
    float: left;
    margin-right: 8px;
    position: relative;
    height: 30px;
    font-size: 21px;
    font-weight: 700;
    padding-left: 1px
}

.product-search__result-price--old-price {
    color: #b3b3b3
}

.product-search__result-price--old-price:before {
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
    content: "";
    position: absolute;
    left: 3px;
    top: 13px
}

.product-search__result-price span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10.5px;
    font-weight: 400
}

.product-search__result-price-text {
    font-weight: 700;
    float: left;
    font-size: 28px;
    margin-right: 8px;
    line-height: 28px;
    vertical-align: text-top
}

.product-search__showall {
    display: block;
    text-align: center;
    padding: 10px 36px;
    margin: 15px 10px 0;
    border-color: #51b549;
    border-radius: 5px
}

.product-search__showall:hover {
    text-decoration: underline
}

.product-search__recent-search-wrapper {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    background: #fff;
    z-index: 100;
    height: auto;
    max-height: 184px;
    overflow-y: auto
}

.product-search__midline-title {
    padding: 0;
    margin-bottom: 0;
    font-family: "NunitoSemiBold";
    font-size: 14px;
    color: #171717
}

.product-search__midline-title--clear {
    display: inline-block;
    float: right;
    text-align: center;
    font-style: normal
}

.product-search__clear-button {
    font-size: 14px;
    line-height: 22px;
    color: #003da6;
    cursor: pointer
}

.product-search__history-result {
    padding: 9px 10px 5px;
    -webkit-transition: -webkit-box-shadow .5s;
    -moz-transition: -moz-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.product-search__history-result:before {
    display: table
}

.product-search__history-result:after {
    content: " ";
    display: table;
    clear: both
}

.product-search__history-result:hover {
    background-color: #edf1f2;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .05)
}

.product-search__history-result:before {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #edf1f2;
    position: absolute;
    left: 10px;
    top: 0
}

.product-search__history-result-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    color: #171717
}

.product-search__history-result-badge {
    float: right;
    color: #b2b2b2
}

.product-search__history-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    overflow-y: auto
}

.filter-responsive-buttons {
    width: 100%;
    border-top: 1px solid #edf1f2;
    border-bottom: 1px solid #edf1f2;
    padding: 0;
    margin: 5px 0 0
}

.filter-responsive-button {
    font-size: 14px;
    color: #555;
    line-height: 39px;
    height: 39px;
    text-align: center;
    padding: 0
}

.filter-responsive-button:nth-child(2n) {
    border-left: 1px solid #edf1f2
}

.filter-responsive-button__icon {
    font-size: 12px;
    line-height: 39px;
    color: #555;
    margin: -1px 5px 0 0
}

.district-area,
.district-area__inner {
    width: 100%
}

.district-area__left {
    flex-grow: 2
}

.district-area__left-inner {
    display: flex;
    align-items: center
}

.district-area__start-here {
    font-family: 'NunitoSemiBold';
    font-size: 10.5px;
    line-height: 16px;
    color: #fff;
    height: 45px;
    padding: 6px 15px;
    background: #51b549;
    border-radius: 0 5px 5px 0;
    margin: 0 0 0 -12px;
    position: relative;
    display: none
}

.district-area__start-here:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 0;
    border-color: transparent #3a9f32 transparent transparent
}

.district-area__selector {
    flex-grow: 2
}

.district-area__selector--product {
    padding: 0 !important;
    margin-bottom: 8px
}

.district-area__selector.is-active {
    position: relative;
    z-index: 50
}

.district-area__selector__close-startup-overlay {
    width: 26px;
    height: 26px;
    border: 1px solid #edf1f2;
    border-radius: 100%;
    position: absolute;
    right: -3px;
    top: -23px;
    cursor: pointer;
    display: none
}

.district-area__selector__close-startup-overlay:after,
.district-area__selector__close-startup-overlay:before {
    content: '';
    transform-origin: 7px 1px;
    width: 14px;
    height: 2px;
    background: #b2b2b2;
    display: block;
    position: absolute;
    left: 5px;
    top: 11px
}

.district-area__selector__close-startup-overlay:before {
    transform: rotate(45deg)
}

.district-area__selector__close-startup-overlay:after {
    transform: rotate(-45deg)
}

.district-area__dash {
    width: 2px;
    min-width: 2px;
    max-width: 2px;
    height: 50px;
    background: #edf1f2;
    margin-right: 35px;
    display: none
}

.district-area__badges,
.subheader__district-full .subheader__district-inner-right.is-active .subheader__filter {
    display: none
}

.district-area__badge-icon {
    font-size: 22px;
    text-align: center
}

.district-area__badge-icon [class^=icon-] {
    margin: 0;
    color: #555
}

.district-area__badge-icon-delivery {
    width: 47px;
    vertical-align: text-top
}

.district-area__badge-icon-padlock {
    width: 31px;
    vertical-align: text-top
}

.district-area__badge-icon-happyface {
    width: 34px;
    vertical-align: text-top
}

.district-area__badge-text {
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #555;
    margin: 10px 0 0
}

.subheader {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    font-size: 14px
}

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

.subheader:after {
    clear: both
}

.subheader__filter {
    display: inline-block;
    width: 12%;
    text-align: center;
    line-height: 22px;
    margin: 0 2%;
    cursor: pointer
}

.subheader__filter-icon {
    display: block;
    font-size: 21px;
    margin: 0 auto
}

.subheader__district,
.subheader__district-full {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px
}

.subheader__district {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 35
}

.subheader__district-full {
    padding: 0
}

.subheader__district-full .subheader__district-inner-left {
    width: 50%;
    display: none;
    vertical-align: middle;
    text-align: left
}

.subheader__district-full .subheader__district-inner-right {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px
}

.subheader__district-full .subheader__district-inner-right.is-active .district-container {
    width: 100%
}

.subheader__district-inner {
    background-color: #edf1f2;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 64px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
    position: relative
}

.subheader__district-inner:after,
.subheader__district-inner:before {
    content: " ";
    display: table
}

.subheader__district-inner:after {
    clear: both
}

.subheader__district-inner .district-area-responsive {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.subheader__district-inner-left {
    width: 50%;
    display: none;
    vertical-align: middle;
    text-align: left
}

.subheader__district-inner-right {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px
}

.subheader__info-image-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    float: none;
    width: 74px;
    height: 74px
}

.subheader__info-image {
    width: 74px;
    height: 74px;
    display: table-cell;
    text-align: center;
    background-color: #51b549;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.subheader__info-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap
}

.subheader__info-text p {
    margin-bottom: 5px
}

.subheader__info-text--overlay {
    text-align: center;
    width: 100%;
    color: #fff;
    position: absolute;
    font-size: 16px;
    top: 130px;
    z-index: -1;
    margin-left: -10px
}

.subheader__remainingtime {
    width: 100%;
    border: 2px solid #edf1f2;
    border-radius: 10px;
    padding: 10px 25px 10px 40px;
    margin: 10px 0 0;
    position: relative
}

.subheader__remainingtime-time-icon {
    font-size: 17.5px;
    color: #f06015;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 12px
}

.subheader__remainingtime-text-wrapper {
    font-family: "NunitoSemiBold";
    font-size: 12px;
    line-height: 17px;
    color: #f06015
}

.subheader__remainingtime-mask {
    width: 100%;
    height: 5px;
    position: relative;
    background: #e2e7e9;
    border-radius: 3px;
    overflow: hidden;
    margin: 7px 0
}

.subheader__remainingtime-percent {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    z-index: 2;
    background: #f06015;
    border-radius: 3px
}

.subheader__remainingtime-message {
    font-size: 11.5px;
    line-height: 14.5px;
    color: #171717;
    margin: 0
}

.subheader-container {
    padding-top: 10px;
    position: relative;
    z-index: 31
}

.subheader-container .subheader {
    margin-bottom: 0
}

.subheader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 48;
    top: 0;
    display: none
}

.subheader-close {
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -40px;
    right: 10px;
    z-index: 35
}

.subheader-close span {
    display: block;
    padding: 5px;
    margin-right: 0;
    color: #fff;
    font-size: 14px
}

@media (min-width:320px) {
    .mobile-category-menu__item-inner {
        padding: 5px 7px
    }
}

@media (min-width:360px) {
    .c-products-stars__text {
        width: auto;
        float: left;
        vertical-align: text-top;
        padding: 1px 3% 0 0
    }

    .c-products-stars__text--full {
        width: 100% !important;
        padding-left: 0 !important
    }

    .c-products-stars__icon-wrapper {
        float: left;
        margin-right: 1px;
        top: 3px
    }

    .brand-slider__item {
        max-width: 60px
    }
}

@media (min-width:361px) {
    .brand-slider__item {
        max-width: 63px
    }
}

@media (min-width:370px) {
    .selected-features__feature {
        min-width: 70px;
        max-width: 70px
    }
}

@media (min-width:374px) {
    .repeating-visitor__invoice-button {
        margin-top: 0;
        margin-left: 10px;
        margin-right: 0
    }

    .repeating-visitor__tracking-button {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:375px) {
    .main-banner__link {
        margin-bottom: 8px
    }

    .header__bottom .site-logo {
        margin: 0 auto;
        width: 146px
    }

    .header__bottom .site-logo__img {
        width: 146px;
        height: 28px
    }

    .container--main-menu {
        height: 55px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .hamburger {
        top: 10px
    }

    .hamburger.with-smart-banner {
        top: 52px
    }

    .popup__csvv .item-image {
        height: 320px
    }
}

@media (min-width:400px) {
    .footer-menu-mobile {
        width: 80%
    }

    .popup__csvv .item-image {
        height: 360px
    }
}

@media (min-width:412px) {
    .brand-slider__item {
        max-width: 70px
    }
}

@media (min-width:414px) {
    .placeholder__ratio-container {
        padding-bottom: 37%
    }

    .placeholder__product-item-info {
        min-height: 1530x
    }

    .c-products-stars {
        right: 0
    }
}

@media (min-width:421px) {
    .mobile-category-menu__item-inner {
        padding: 10px 7px
    }

    .mobile-category-menu__icon {
        display: inline-block
    }
}

@media (min-width:479px) {
    .c-products-stars__dropdown-evaluation {
        width: 46%;
        padding: 4px 0 0
    }

    .c-products-stars__text {
        width: 48%
    }
}

@media (min-width:480px) {
    .featured {
        margin-bottom: 0
    }

    .featured--landing-page .main-banner__link {
        margin-bottom: 18px
    }

    .main-banner__row {
        margin-left: -10px;
        margin-right: -10px
    }

    .main-banner__col--1 {
        float: left;
        width: 66.66666667%
    }

    .main-banner__col--2,
    .main-banner__col--3 {
        float: left;
        width: 33.33333333%;
        display: block
    }

    .main-banner__col--3 {
        width: 100%
    }

    .main-banner__col--3 .main-banner__col-inner-col {
        float: left;
        width: 50%
    }

    .main-banner__col--3 .main-banner__col-inner {
        margin-left: -10px;
        margin-right: -10px
    }

    .main-banner__image {
        border: none;
        box-shadow: none
    }

    .main-banner__link {
        margin-bottom: 18px
    }

    .main-banner__responsive-only {
        display: none
    }

    .var-var-landing .main-banner__col .main-banner__link {
        margin-bottom: 20px
    }

    .placeholder__product-item {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .placeholder__product-item-inner {
        padding: 0 10px
    }

    .placeholder__ratio-container {
        width: 100%;
        float: none;
        padding-bottom: 110%
    }

    .placeholder__product-item-info {
        width: 100%;
        float: none;
        min-height: 120px
    }

    .placeholder__background-masker-image--top {
        top: 0;
        left: 0;
        right: 0;
        height: 12px
    }

    .placeholder__background-masker-image--left {
        top: 12px;
        left: 0;
        width: 10%;
        padding-top: 110%
    }

    .placeholder__background-masker-image--right {
        top: 12px;
        right: 0;
        width: 10%;
        padding-top: 110%
    }

    .placeholder__background-masker-image--bottom {
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px
    }

    .placeholder__background-masker-info--bottom-bottom {
        height: 18px
    }

    .header__bottom .site-logo__img {
        margin-top: 4px
    }

    .live-search__result-price,
    .live-search__result-price-text {
        font-size: 28px;
        height: 30px
    }

    .live-search__showall {
        padding: 10px 0
    }

    .search-box__results-price,
    .search-box__results-price-text {
        font-size: 28px;
        height: 30px
    }

    .search-box--showall {
        padding: 10px 0
    }

    .responsive-search-trigger {
        height: 35px
    }

    .responsive-search-trigger__cancel,
    .responsive-search-trigger__icon {
        margin: -1px 0 0
    }

    .cart-responsive__link {
        width: 40px;
        height: 35px
    }

    .cart-responsive__icon {
        margin: -4px 0 0
    }

    .cart-responsive__icon::before {
        font-size: 18px
    }

    .container--main-menu {
        height: 60px
    }

    .hamburger {
        margin-top: 0
    }

    .container--footer {
        padding: 0 40px
    }

    .footer-menu {
        margin-bottom: 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .footer-menu__item {
        -webkit-flex: 0 0 45%;
        -moz-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        min-height: 150px;
        padding-left: 10px;
        padding-right: 10px
    }

    .footer-menu__item-global {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .footer-submenu-global__item {
        padding: 4px 10px
    }

    .footer-menu-mobile {
        display: none
    }

    .application-send-form__input {
        padding: 0 0 0 15px;
        width: 260px;
        letter-spacing: normal
    }

    .application-send-form__button {
        width: 80px
    }

    .page-refund__modal-box-info {
        padding-left: 8.3%
    }

    .home__top-banner {
        display: block !important
    }

    .home .products {
        margin: 0 -5px
    }

    .home .section-heading__title {
        font-size: 19.25px;
        margin-bottom: 11px
    }

    .home .section-heading__title--line-text {
        background: #fff;
        font-size: 19.25px;
        display: inline;
        padding: 0
    }

    .home-info .city-info img,
    .home-info__img {
        float: right;
        margin-left: 10px;
        width: auto
    }

    .home-info .city-info img {
        float: right !important;
        max-width: 100%;
        margin-bottom: 10px
    }

    .mobile-category-menu {
        display: none !important
    }

    .c-products__item-img--city {
        width: 41px;
        height: 41px;
        bottom: 4px;
        left: 4px
    }

    .c-products-stars {
        position: static;
        width: 100%;
        float: none
    }

    .c-products-stars .clearfix,
    .c-products-stars .footer-menu,
    .c-products-stars .main-banner__col--3 .main-banner__col-inner,
    .c-products-stars .main-banner__row,
    .c-products-stars .membership-form__half-column,
    .c-products-stars .mobile-category-menu,
    .c-products-stars .subheader {
        display: block
    }

    .c-products-stars__dropdown-evaluation {
        width: 100%;
        padding: 0
    }

    .c-products-stars__text {
        letter-spacing: normal;
        text-align: center;
        width: 100%;
        vertical-align: top;
        padding: 0
    }

    .c-products-stars__icon-wrapper {
        margin-right: -2px;
        float: none;
        top: 0
    }

    .banner__catalog-item {
        -webkit-flex: 0 0 33.3%;
        -moz-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .selected-features__feature {
        min-width: 84px;
        max-width: 84px
    }

    .district-search__showall {
        padding: 10px 0
    }

    .product-search__result-price,
    .product-search__result-price-text {
        font-size: 28px;
        height: 30px
    }

    .subheader__district-inner {
        box-shadow: none
    }

    .subheader-close {
        right: 5px;
        top: -35px;
        position: absolute
    }
}

@media (min-width:600px) {
    .breadcrumb {
        display: block !important
    }

    .placeholder__product-item {
        -webkit-flex: 0 0 33.3%;
        -moz-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .district-area__selector--product {
        display: none
    }
}

@media (min-width:740px) {
    .main-banners__line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .main-banners__banner {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0
    }

    .main-banners__banner:first-child {
        margin-left: 0
    }

    .main-banners__banner:last-child {
        margin-right: 0
    }
}

@media (min-width:768px) {

    .app-download-btn,
    .app-download-tooltip {
        display: none !important
    }

    .main-banner__col--1 {
        float: left;
        width: 50%
    }

    .main-banner__col--2,
    .main-banner__col--3 {
        float: left;
        width: 25%
    }

    .main-banner__col--3 .main-banner__col-inner-col {
        float: left;
        width: 100%
    }

    .main-banner__full-banner {
        display: block
    }

    .policy-popup {
        -webkit-border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 4px;
        -moz-background-clip: padding;
        border-radius: 4px;
        background-clip: padding-box;
        bottom: 16px;
        left: 16px;
        width: 300px
    }

    .background-banner__mid {
        width: 728px;
        left: 50%;
        transform: translateX(-50%)
    }

    .alert-custom-warning.alert {
        padding: 23px 16px
    }

    .suggest-category__more.product {
        padding: 50px 0 35px
    }

    .suggest-category__more.search {
        padding: 0 0 20px
    }

    .suggest-category__col.product {
        padding: 0
    }

    .suggest-category__section-title.product,
    .suggest-category__section-title.search {
        text-align: left;
        font-size: 19.25px;
        margin-bottom: 20px
    }

    .suggest-category__section-box.product {
        text-align: left
    }

    .suggest-category__section-box .slick-prev {
        left: 0
    }

    .suggest-category__section-box .slick-next {
        right: 0
    }

    .suggest-category__gradient.active {
        position: absolute;
        width: 50px;
        height: 54px;
        right: 31px;
        top: 47px;
        z-index: 1;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 91%)
    }

    .toast {
        top: 32px;
        right: 32px;
        width: 386px
    }

    .header__top {
        display: block;
        height: 85px
    }

    .header__left-col {
        width: 20%
    }

    .header__right-col {
        width: 80%;
        height: 85px
    }

    .header__upper {
        display: flex;
        display: -ms-flexbox;
        align-items: center
    }

    .header__bottom {
        border-bottom: 1px solid #edf1f2
    }

    .header__bottom.is-sticky {
        left: 0 !important;
        position: fixed !important
    }

    .header__bottom .site-logo {
        display: none !important
    }

    .website-switcher-responsive {
        display: none
    }

    .top-search-list {
        max-width: 55%
    }

    .live-search {
        width: 50%;
        top: 25px
    }

    .live-search__button-icon {
        display: block
    }

    .live-search__result-img {
        margin-right: 10px
    }

    .live-search__result-title {
        padding: 10px 0 5px
    }

    .live-search__result-price {
        font-size: 21px;
        height: 22px;
        margin-right: 8px
    }

    .live-search__result-price-text {
        font-size: 21px;
        line-height: 21px;
        height: 22px
    }

    .search-box {
        width: 50%
    }

    .search-box__results-img {
        margin-right: 10px
    }

    .search-box__results-title {
        padding: 10px 0 5px
    }

    .search-box__results-price {
        font-size: 21px;
        height: 22px;
        margin-right: 8px
    }

    .search-box__results-price-text {
        font-size: 21px;
        line-height: 21px;
        height: 22px
    }

    .cart-responsive,
    .responsive-search {
        display: none
    }

    .user-menu-container {
        top: 20px
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item.active .main-submenu__item-link,
    .main-submenu__col--left a:hover,
    .user-menu__link:hover .user-menu__icon,
    .user-menu__link:hover .user-menu__title {
        color: #003da6
    }

    .user-menu__link {
        z-index: 20
    }

    .user-menu__icon {
        font-size: 15px;
        color: #171717;
        margin: -3px 0 0
    }

    .user-menu__icon--downarrow {
        display: inline-block
    }

    .user-menu__title {
        margin-left: 4px
    }

    .site-emblem {
        height: 56px
    }

    .site-emblem.is-open {
        max-width: 35px
    }

    .container--main-menu {
        height: 58px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none
    }

    .responsive-menu {
        position: static;
        left: 0 !important;
        float: left;
        width: auto;
        height: 58px;
        overflow: hidden;
        margin-left: -10px;
        margin-right: -10px
    }

    .responsive-menu .user-menu-container {
        display: none !important
    }

    .responsive-menu .user-menu__item {
        display: block;
        text-align: left
    }

    .responsive-menu .user-menu__icon {
        margin: 0 5px 0 0
    }

    .main-menu {
        float: left;
        max-height: 58px;
        border: none;
        overflow: hidden
    }

    .main-menu__text {
        float: right;
        line-height: normal;
        height: auto;
        text-align: center;
        min-width: auto;
        display: flex;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-flex-direction: column
    }

    .main-menu__items {
        padding: 0
    }

    .main-menu__text--subname {
        bottom: 0;
        text-align: left
    }

    .main-menu__item:nth-of-type(1) {
        border: none
    }

    .main-menu__item {
        float: left;
        height: 58px
    }

    .main-menu__link,
    .main-menu__link-responsive {
        color: #171717;
        line-height: 58px;
        height: 58px
    }

    .main-menu__link {
        display: block !important;
        display: flex !important;
        display: -webkit-flex !important;
        align-items: center;
        -webkit-align-items: center;
        padding: 0 10px;
        font-size: 14px
    }

    .main-menu__link-responsive {
        display: none !important
    }

    .main-menu__mega-submenu .main-submenu__col--left {
        margin-bottom: 0;
        padding: 0;
        margin-left: 5px
    }

    .main-menu__mega-submenu .main-menu__mega-submenu-third .main-submenu__item-link {
        font-size: 12px;
        line-height: 14px;
        color: #555
    }

    .main-menu__mega-submenu .main-submenu__items {
        max-height: 540px;
        margin-left: 30px
    }

    .main-menu__mega-submenu .main-submenu__items:first-of-type {
        margin-left: 0
    }

    .main-menu__mega-submenu .main-submenu__items:nth-child(1n+7) {
        display: none
    }

    .main-menu__mega-submenu .main-submenu__col--left {
        border-right: 2px solid #edf1f2
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items {
        width: 100%
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item.active .main-submenu__item-link:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: -12px;
        width: 2px;
        height: 18px;
        background: #003da6
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item.no-more-submenu .main-submenu__item-link-icon,
    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item.no-more-submenu .main-submenu__item-link:after {
        display: none
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item .main-submenu__item-link {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-right: 15px
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item .main-submenu__item-link:after {
        content: ''
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item .main-submenu__item-link-icon {
        display: block;
        font-size: 7px;
        position: absolute;
        top: 5px;
        margin-right: 0;
        right: 0
    }

    .main-menu__mega-submenu-third {
        display: block;
        background: 0 0;
        position: inherit;
        height: inherit;
        left: inherit;
        top: inherit;
        overflow-y: hidden;
        overflow-x: hidden;
        min-height: inherit
    }

    .responsive-contact-us {
        display: none
    }

    .main-submenu {
        display: none;
        background: 0 0;
        top: 100%;
        width: 100%;
        height: auto;
        z-index: 36;
        position: absolute;
        min-height: 220px;
        left: 0;
        right: 0;
        overflow: visible;
        padding: 1px 10px 0
    }

    .main-submenu__outer {
        width: 100%;
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 7px rgba(0, 0, 0, .2)
    }

    .main-submenu__items {
        float: left;
        width: auto;
        max-width: none;
        padding: 0;
        margin: 0 0 0 20px
    }

    .main-submenu__items:first-of-type {
        margin-left: 0
    }

    .main-submenu__item {
        padding: 21px 10px 0 0;
        border: none;
        box-shadow: none
    }

    .main-submenu__item:nth-child(1n+14) {
        display: none
    }

    .main-submenu__item-wrapper {
        display: flex;
        overflow: hidden
    }

    .main-submenu__col {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .main-submenu__col--left {
        margin-bottom: 0;
        padding: 0;
        margin-left: 5px
    }

    .main-submenu__col--left a {
        font-size: 12px;
        line-height: 15px;
        display: inline;
        padding: 0
    }

    .main-submenu__col--left a:hover:after {
        opacity: 1
    }

    .main-submenu__col--left-full,
    .main-submenu__col--left-wide {
        width: 100% !important
    }

    .main-submenu__col--mid {
        padding: 0;
        margin-left: 30px
    }

    .main-submenu__col--mid .main-submenu__item-link,
    .main-submenu__col--mid .main-submenu__title--responsive a {
        font-size: 12px;
        line-height: 14px;
        display: inline;
        padding: 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        min-width: 0
    }

    .main-submenu__col--mid .main-submenu__item-link:hover,
    .main-submenu__col--mid .main-submenu__title--responsive a:hover {
        color: #003da6
    }

    .main-submenu__col--mid .main-submenu__title--responsive a {
        color: #555
    }

    .main-submenu__title {
        font-size: 17px;
        text-decoration: none;
        color: #171717;
        border-bottom: none;
        padding: 0;
        margin: 0
    }

    .main-submenu__title--blue {
        min-height: 22px
    }

    .main-submenu__title-icon {
        display: inline-block;
        font-size: 14px;
        margin-top: -3px
    }

    .submenu-product {
        display: block !important
    }

    .order-tracking-form {
        min-width: 440px;
        font-size: 12px;
        position: absolute;
        top: 64px;
        right: 0;
        z-index: 10;
        list-style: none;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
        box-shadow: 0 0 8px rgba(0, 0, 0, .2);
        line-height: 1.42857143
    }

    .order-tracking-form .field-validation-error,
    .order-tracking-form__message {
        background-color: transparent;
        border-radius: 0;
        margin-top: 0
    }

    .order-tracking-form:after,
    .order-tracking-form:before {
        display: block;
        background-color: #fff;
        width: 90px
    }

    .order-tracking-form__content {
        padding: 20px
    }

    .order-tracking-form__btn {
        padding: 10px 55px
    }

    .user-menu__items--login .user-process-toggle {
        display: block !important
    }

    .responsive-overlay.is-active {
        opacity: 0;
        visibility: hidden
    }

    .container--footer {
        padding: 0 80px
    }

    .footer-menu__item {
        -webkit-flex: 0 0 30%;
        -moz-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .our-apps {
        width: 450px
    }

    .our-apps__left {
        padding-left: 35px
    }

    .our-apps__left,
    .our-apps__right {
        float: left;
        width: 50%;
        height: 140px
    }

    .our-apps__links {
        border-right: 1px solid #c0c5c6
    }

    .our-apps__links-item+.our-apps__links-item {
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: 0
    }

    .our-apps__qr-code-img-wrapper,
    .our-apps__qr-text {
        display: table-cell;
        vertical-align: middle
    }

    .our-apps__qr-text {
        font-size: 12px;
        max-width: 120px;
        padding: 15px 25px 15px 10px
    }

    .our-apps__icon {
        font-size: 28px
    }

    .application-send-form {
        display: block !important
    }

    .page-refund .modal-title {
        font-size: 21px
    }

    .page-refund__box {
        display: flex;
        display: -ms-flexbox;
        max-height: 250px;
        padding-bottom: 10px
    }

    .page-refund__modal-box {
        padding-bottom: 30px
    }

    .page-refund__modal-box-info {
        padding-left: 8.6%
    }

    .page-refund__modal-box .page-refund__step-number-wrapper {
        width: 6%
    }

    .page-refund__modal-box .page-refund__step-info {
        width: 94%
    }

    .page-refund__step-img-wrapper {
        width: 48.5%;
        display: flex;
        display: -ms-flexbox;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse
    }

    .page-refund__step-img {
        max-height: 200px;
        float: right;
        margin: 0 5%;
        padding: 1%
    }

    .page-refund__step-number-wrapper {
        width: 3%;
        text-align: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .page-refund__step-number {
        padding: 4px 8px
    }

    .page-refund__step-info {
        width: 48.5%;
        display: flex;
        display: -ms-flexbox;
        align-self: center;
        -ms-flex-item-align: center
    }

    .home {
        padding-top: 20px
    }

    .home__top-banner-img {
        width: auto
    }

    .home .products {
        margin: 0 -10px
    }

    .home-info .city__sitemaps {
        padding-right: 5%
    }

    .home-info .city__sitemaps-item {
        width: 45%
    }

    .home-info .city__sitemaps-item+.city__sitemaps-item {
        margin-left: 10%
    }

    .c-products {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px
    }

    .c-products__item {
        margin-bottom: 20px;
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 10px
    }

    .c-products__item-inner:hover {
        -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important;
        -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .4) !important
    }

    .c-products__item-img {
        min-height: 158px
    }

    .c-products-stars__review-count {
        font-size: 13px
    }

    .c-products__favorite-icon::after {
        display: none
    }

    .c-products__favorite-icon {
        width: 28px;
        height: 28px;
        border-radius: 10px
    }

    .c-products__favorite-icon .icon-favorite-border {
        font-size: 12px;
        margin: 3px 0 0
    }

    .banner__catalog-item {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .brand-slider {
        margin-bottom: 20px
    }

    .brand-slider--image {
        padding: 5px 36px 0;
        margin-bottom: 3px
    }

    .brand-slider__item {
        max-width: 100%
    }

    .brand-slider__title {
        font-size: 12px;
        line-height: 14px;
        width: 83px;
        margin: 5px auto 15px;
        height: 28px
    }

    .brand-slider__image {
        margin: 0 auto;
        border: none
    }

    .brand-slider__image,
    .brand-slider__image img,
    .brand-slider__image svg {
        width: 83px;
        height: 83px
    }

    .brand-slider .slick-prev {
        left: 0
    }

    .brand-slider .slick-prev--box {
        left: -22px
    }

    .brand-slider .slick-next {
        right: 0
    }

    .brand-slider .slick-next--box {
        right: -22px
    }

    .selected-features {
        margin-bottom: 20px
    }

    .selected-features__wrapper {
        min-height: 60px
    }

    .selected-features__feature {
        display: flex;
        flex-grow: 2;
        align-items: center;
        background: #eaf5ff;
        padding: 5px;
        border-radius: 5px;
        width: 18%;
        min-width: 18%;
        max-width: 18%;
        margin: 0 2% 0 0
    }

    .selected-features__feature:last-child {
        margin: 0
    }

    .selected-features__feature--red .selected-features__icon {
        background-color: #f04747
    }

    .selected-features__feature--red {
        background-color: #ffeae8
    }

    .selected-features__feature--green .selected-features__icon {
        background-color: #51b549
    }

    .selected-features__feature--green {
        background-color: #e2f7e1
    }

    .selected-features__feature--orange .selected-features__icon {
        background-color: #e37c33
    }

    .selected-features__feature--orange {
        background-color: #ffede0
    }

    .selected-features__feature--dark-blue .selected-features__icon {
        background-color: #044dc3
    }

    .selected-features__feature--dark-blue {
        background-color: #dfebfd
    }

    .selected-features__icon {
        background-image: none !important;
        background-color: #3597ec;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        margin: 0 4px 0 0
    }

    .selected-features__text {
        color: #3597ec;
        text-align: left;
        margin: 0
    }

    .popup__csvv .item-cs {
        margin-right: 40px
    }

    .popup__csvv .item-extra {
        margin-left: 40px
    }

    .popup__csvv .item-image {
        height: 470px
    }

    .favorite__btn {
        background-color: #fff;
        margin-right: 8px;
        margin-left: 10px;
        float: left
    }

    .favorite__text {
        display: inline-block;
        font-size: 10.5px;
        margin-top: 14px
    }

    .favorite__not-text,
    .home-favorites-list .section-heading__title--line-text {
        font-size: 21px
    }

    .desktop-hide {
        display: none !important
    }

    .home-favorites-list .section-heading__link {
        position: absolute;
        right: 0;
        top: 7px;
        z-index: 29
    }

    .district-search-button {
        padding: 0 16px 0 10px
    }

    .district-dropdown,
    .district-dropdown .district-search-button__icon-arrow {
        display: block
    }

    .district-dropdown__menu {
        max-height: 260px
    }

    .district-search__input {
        padding: 0 10px
    }

    .district-search__all-info-wrapper {
        padding: 15px 20px
    }

    .district-search__all-info-title {
        font-size: 13px;
        color: #555
    }

    .district-search__results-wrapper {
        box-shadow: -1px 1px 6px 0 rgba(159, 159, 159, .44);
        max-height: 260px
    }

    .district-search__icon-magic-wand {
        display: block
    }

    .district-search .product-search__noresults {
        padding: 19px 10px
    }

    .district-search__result {
        padding: 0 20px
    }

    .district-search__result:before {
        width: calc(100% - 40px);
        left: 20px
    }

    .district-search__link {
        color: #000;
        padding: 12px 0 12px 23px
    }

    .district-dropdown__menu {
        box-shadow: -1px 1px 6px 0 rgba(159, 159, 159, .44);
        margin: 5px 0 0
    }

    .district-dropdown__title {
        font-size: 14px;
        line-height: 19px;
        padding: 14px 20px
    }

    .district-dropdown__title:before {
        display: block
    }

    .district-dropdown__close {
        display: none
    }

    .adresses-menu__item {
        padding: 14px 20px
    }

    .adresses-menu__item:before,
    .district-dropdown__title:before {
        width: calc(100% - 40px);
        left: 20px
    }

    .product-search {
        position: relative;
        top: 20px;
        margin: 0 20px 0 25px;
        flex-grow: 2;
        height: 45px;
        max-width: 260px
    }

    .product-search__input {
        height: 45px;
        padding-right: 90px
    }

    .product-search__loader {
        margin-top: -8px;
        right: 62px
    }

    .product-search__remove-button-icon {
        margin: 5px 0 0
    }

    .product-search__remove-button {
        right: 58px
    }

    .product-search__button {
        width: 51px;
        height: 45px
    }

    .product-search__button span[class^=icon-] {
        font-size: 21px;
        line-height: 24px;
        margin: -2px 0 0
    }

    .product-search__text-find {
        display: none
    }

    .product-search__results-wrapper {
        left: 0;
        top: 100%;
        width: 100%;
        height: auto;
        box-shadow: 0 1px 6px 0 rgba(2, 2, 2, .16);
        border-radius: 10px;
        margin-top: 5px;
        padding-bottom: 10px
    }

    .product-search__noresults {
        padding-top: 10px
    }

    .product-search__all-results-title {
        padding-bottom: 13px
    }

    .product-search__results {
        max-height: 400px
    }

    .product-search__result-price {
        font-size: 21px;
        height: 22px;
        margin-right: 8px
    }

    .product-search__result-price-text {
        font-size: 21px;
        line-height: 21px;
        height: 22px
    }

    .product-search__showall {
        display: inline-block;
        margin-top: 10px
    }

    .product-search__recent-search-wrapper {
        left: 0;
        top: 100%;
        width: 100%;
        height: auto;
        max-height: none;
        box-shadow: 0 1px 6px 0 rgba(2, 2, 2, .16);
        border-radius: 10px;
        padding: 10px 0 0;
        margin: 5px 0 0
    }

    .product-search__history-result {
        padding: 12px 10px 10px
    }

    .product-search__history-list {
        max-height: 321px;
        margin-bottom: 10px
    }

    .filter-responsive-buttons {
        display: none
    }

    .district-area__inner {
        border: 2px solid #edf1f2;
        border-radius: 10px;
        padding: 14px 25px 14px 0;
        display: flex;
        align-items: center;
        height: 100px
    }

    .district-area__left {
        width: 57%;
        min-width: 57%;
        max-width: 67%
    }

    .district-area__right {
        width: 310px;
        min-width: 310px;
        max-width: 310px
    }

    .district-area__selector {
        padding: 0 35px 0 25px
    }

    .district-area__dash {
        display: block
    }

    .district-area__badges {
        display: flex;
        justify-content: space-between
    }

    .subheader__filter {
        display: none
    }

    .subheader__district {
        float: left;
        width: 50%
    }

    .subheader__district-full {
        float: left;
        width: 100%
    }

    .subheader__district-full .subheader__district-inner-left {
        padding: 13px 0 13px 15px;
        width: 12%;
        display: inline-block;
        float: left
    }

    .subheader__district-full .subheader__district-inner-right {
        width: 88%;
        padding: 23px 20px 23px 10px
    }

    .subheader__district-inner {
        height: 100px
    }

    .subheader__district-inner-left {
        padding: 13px 0 13px 15px;
        width: 25%;
        display: inline-block;
        float: left
    }

    .subheader__district-inner-right {
        width: 75%;
        padding: 23px 20px 23px 10px
    }

    .subheader__info-image-container {
        margin-top: 3px
    }

    .subheader__info-image {
        width: 64px;
        height: 64px
    }

    .subheader__info-text {
        display: none;
        width: 185px
    }

    .subheader__info-text--overlay {
        display: none
    }

    .subheader__remainingtime {
        margin: 0;
        padding: 0;
        border: none
    }

    .subheader__remainingtime-time-icon {
        display: none
    }

    .subheader__remainingtime-text-wrapper {
        font-size: 13px;
        line-height: 18px
    }

    .subheader__remainingtime-mask,
    .subheader__remainingtime-percent {
        height: 6px
    }

    .subheader__remainingtime-message {
        font-size: 12px;
        line-height: 15.5px
    }
}

@media (hover:hover) and (min-width:768px) {
    .website-switcher:hover:not(.website-switcher.active) {
        border-color: #f2f2f2;
        background-color: #f2f2f2
    }

    .main-menu__item:hover .main-menu__icon>span:before,
    .main-menu__item:hover .main-menu__text {
        color: #003da6
    }

    .main-menu__item:hover .dash {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .hamburger {
        display: none
    }
}

@media all and (-ms-high-contrast:none) and (min-width:768px) {

    .c-products__item,
    ::-ms-backdrop {
        max-width: 237px
    }
}

@media (min-width:850px) {
    .product-search {
        max-width: 320px
    }
}

@media (min-width:992px) {
    html {
        overflow-y: scroll
    }

    .main-banner__link:focus {
        box-shadow: 0 2px 0 #96d391
    }

    .container--ani {
        width: auto;
        max-width: 2000px
    }

    .placeholder__product-item {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .suggest-category__gradient.active {
        top: 56px
    }

    .toast__body-button:active:focus,
    .toast__body-button:focus {
        box-shadow: 0 2px 0 #96d391
    }

    .header__banner {
        display: block
    }

    .header__left-col {
        width: 18%
    }

    .header__right-col {
        width: 82%
    }

    .header__upper-link {
        margin-left: 30px
    }

    .top-search-list {
        max-width: 52%;
        display: block
    }

    .live-search {
        width: 55%
    }

    .live-search__result-img {
        margin-right: 18px
    }

    .live-search__result-title {
        padding: 22px 0 5px 110px
    }

    .live-search__result-price {
        font-size: 28px;
        height: 30px;
        margin-right: 18px
    }

    .live-search__result-price-text {
        font-size: 28px;
        height: 30px
    }

    .live-search__showall {
        width: 60%
    }

    .search-box {
        width: 55%
    }

    .search-box__results-img {
        margin-right: 18px
    }

    .search-box__results-title {
        padding: 22px 0 5px 110px
    }

    .search-box__results-price {
        font-size: 28px;
        height: 30px;
        margin-right: 18px
    }

    .search-box__results-price-text {
        font-size: 28px;
        height: 30px
    }

    .search-box--showall {
        width: 60%
    }

    .user-menu__link {
        padding: 13px 3px
    }

    .user-menu__title {
        font-size: 13px
    }

    .user-menu__cart-quantity {
        right: -20px;
        top: -20px
    }

    .main-menu__link-responsive:before,
    .main-menu__link:before {
        margin-right: 4px
    }

    .main-menu__link {
        padding: 0 11px
    }

    .main-menu__link .dash {
        padding: 0 7px
    }

    .main-menu__mega-submenu .main-submenu__col--left {
        margin-left: 0;
        margin-bottom: 0
    }

    .main-menu__mega-submenu .main-submenu__col--left .main-submenu__items .main-submenu__item.active .main-submenu__item-link:after {
        right: -32px
    }

    .main-menu__mega-submenu .main-submenu__col--right {
        display: none !important
    }

    .main-submenu__item {
        padding-right: 30px
    }

    .main-submenu__col--left {
        margin-left: 0;
        margin-bottom: 0
    }

    .main-submenu__col--left-wide {
        width: 66% !important
    }

    .main-submenu__col--right {
        display: block;
        width: 34% !important
    }

    .footer {
        padding: 34px 0 70px
    }

    .footer__description {
        margin-bottom: 50px;
        font-size: 14px
    }

    .container--footer {
        padding: 0 20px
    }

    .footer-menu {
        font-size: 14px
    }

    .footer-menu__item {
        -webkit-flex: 0 0 17%;
        -moz-flex: 0 0 17%;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%
    }

    .our-apps__title {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 17.5px
    }

    .application-send-form__input {
        width: 350px;
        margin-bottom: 0;
        padding: 0 0 0 25px
    }

    .application-send-form__button {
        width: 100px
    }

    .footer__copyright {
        font-size: 14px
    }

    .page-refund__step-number {
        padding: 7px 11px
    }

    .home__left,
    .home__right {
        display: inline-block
    }

    .home-info {
        font-size: 14px
    }

    .c-products__item {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .c-products__item-link:focus {
        box-shadow: 0 2px 0 #96d391
    }

    .c-products__item-img {
        min-height: 159px
    }

    .c-products-stars__text {
        font-size: 12px;
        vertical-align: baseline
    }

    .selected-features__text {
        font-size: 14px;
        line-height: 18px
    }

    .popup__csvv .item-image {
        height: 520px
    }

    .district-search .product-search__noresults {
        padding: 11px 10px
    }

    .district-search__showall {
        width: 60%
    }

    .product-search {
        max-width: 350px
    }

    .product-search__result-price {
        font-size: 28px;
        height: 30px;
        margin-right: 18px
    }

    .product-search__result-price-text {
        font-size: 28px;
        height: 30px
    }

    .district-area__inner {
        height: 100px;
        padding: 0 20px 0 0
    }

    .district-area__left {
        width: 541px;
        min-width: 541px;
        max-width: 541px
    }

    .district-area__right {
        width: 375px;
        min-width: 375px;
        max-width: 375px
    }

    .district-area__start-here {
        display: block
    }

    .district-area__selector {
        padding: 0 15px
    }

    .district-area__dash {
        margin-right: 15px
    }

    .district-area__badge-icon {
        font-size: 28px;
        text-align: left;
        float: left;
        margin-top: 5px
    }

    .district-area__badge-icon-span {
        display: block
    }

    .district-area__badge-text {
        line-height: 21px;
        margin: 0 0 0 5px
    }

    .subheader__district {
        float: left;
        width: 50%
    }

    .subheader__district-full .subheader__district-inner-left,
    .subheader__district-inner-left {
        width: 25%
    }

    .subheader__district-full .subheader__district-inner-right,
    .subheader__district-inner-right {
        width: 75%
    }

    .subheader__info-image-container {
        float: left;
        margin-top: 0
    }

    .subheader__info-image {
        width: 74px;
        height: 74px
    }

    .subheader__info-text--overlay {
        display: none
    }

    .subheader-close {
        right: -20px;
        top: -25px
    }
}

@media all and (-ms-high-contrast:none) and (min-width:992px) {

    .c-products__item,
    ::-ms-backdrop {
        max-width: 180px
    }
}

@media (min-width:1000px) {
    .responsive-menu {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0
    }

    .responsive-menu-fixed {
        overflow: visible !important
    }

    .responsive-menu.safari .main-menu .main-submenu {
        left: 4.2px;
        width: calc(100% + -9.2px)
    }

    .main-menu__item:nth-of-type(1) .main-menu__link {
        padding-left: 0
    }

    .main-menu__link--last {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:1024px) {

    .main-banner__image:hover,
    .products__item-onlyImg-banner:hover {
        -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
        -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .4)
    }
}

@media (min-width:1084px) {
    .background-banner__left {
        left: 10px;
        display: block
    }

    .background-banner__right {
        right: 10px;
        display: block
    }
}

@media (min-width:1200px) {

    .visible-lg,
    .visible-lg-block {
        display: block !important
    }

    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-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

    .main-banner__full-banner+.products {
        margin-top: 30px
    }

    .products__item-onlyImg-banner {
        flex: 0 0 23.2%;
        margin: 0 .9%;
        max-height: 450px
    }

    .footer-info .faq__accordion {
        padding: 8px 0 15px
    }

    .footer-info .faq__accordion-inner {
        padding: 5px 25px
    }

    .footer-info .faq__right-arrow-icon {
        margin-right: 15px
    }

    .header__left-col {
        width: 15%
    }

    .header__right-col {
        width: 85%
    }

    .header__bottom.is-sticky .header__district-box {
        display: block
    }

    .top-search-list {
        max-width: 55%
    }

    .live-search,
    .search-box {
        width: 45%
    }

    .user-menu__link {
        padding: 13px 5px
    }

    .responsive-menu.safari .main-menu .main-submenu {
        left: 2px;
        width: calc(100% + -4px)
    }

    .main-menu__link {
        padding: 0 9px
    }

    .main-menu__link .dash {
        padding: 0 10px
    }

    .main-submenu__items {
        margin: 0 0 0 30px
    }

    .main-submenu__col--left-wide {
        width: 70% !important
    }

    .main-submenu__col--right {
        width: 30% !important
    }

    .order-tracking-form {
        top: 64px
    }

    .order-tracking-form:after,
    .order-tracking-form:before {
        width: 90px
    }

    .container--footer {
        padding: 0 40px
    }

    .social {
        margin-bottom: 70px
    }

    .our-apps__title {
        font-size: 17.5px
    }

    .page-info__title {
        margin: 15px 0;
        font-size: 24.5px
    }

    .page-refund__step-img {
        max-height: 250px
    }

    .home-info .city__left-inner {
        padding: 10px 30px
    }

    .home-info .city__sitemaps-item {
        width: 30%
    }

    .home-info .city__sitemaps-item:nth-child(4n) {
        margin-left: 0
    }

    .home-info .city__sitemaps-item+.city__sitemaps-item {
        margin-left: 5%
    }

    .c-products__item {
        -webkit-flex: 0 0 16.4%;
        -moz-flex: 0 0 16.4%;
        -ms-flex: 0 0 16.4%;
        flex: 0 0 16.4%
    }

    .c-products__item-img {
        min-height: 150px
    }

    .selected-features__text {
        font-size: 17.5px;
        line-height: 22px
    }

    .favorite__text {
        font-size: 12px;
        margin-top: 12px
    }

    .district-search-button__text {
        font-size: 14px
    }

    .district-search-button__icon-arrow {
        font-size: 9px
    }

    .district-search__all-info-title {
        font-size: 14px
    }

    .district-search__icon-magic-wand {
        margin-left: 4px
    }

    .product-search {
        margin: 0 25px 0 30px;
        max-width: 480px
    }

    .district-area__left {
        width: 625px;
        min-width: 625px;
        max-width: 625px
    }

    .district-area__right {
        width: 426px;
        min-width: 426px;
        max-width: 426px
    }

    .district-area__selector {
        padding: 0 20px
    }

    .district-area__dash {
        margin-right: 20px
    }

    .district-area__badge-icon {
        font-size: 30px
    }

    .district-area__badge-text {
        font-size: 13px;
        line-height: 22px;
        margin: 0 0 0 10px
    }

    .subheader__district {
        float: left;
        width: 60%
    }

    .subheader__district-full .subheader__district-inner-left {
        width: 43%
    }

    .subheader__district-full .subheader__district-inner-right {
        width: 57%;
        padding: 23px 20px 23px 0
    }

    .subheader__district-inner-left {
        width: 44%
    }

    .subheader__district-inner-right {
        width: 56%;
        padding: 23px 20px 23px 0
    }

    .subheader__info-image-container {
        display: none;
        float: none
    }

    .subheader__info-text {
        display: inline-block;
        width: 250px
    }

    .subheader__info-text--overlay {
        display: none
    }

    .subheader__remainingtime {
        padding: 0 0 0 48px
    }

    .subheader__remainingtime-time-icon {
        display: block;
        font-size: 2.0625rem;
        left: 0;
        top: 12px
    }

    .subheader__remainingtime-mask {
        margin: 10px 0
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1200px) {

    .c-products__item,
    ::-ms-backdrop {
        max-width: 180px
    }
}

@media (min-width:1367px) {
    .popup__csvv .item-image {
        height: 620px
    }
}

@media (min-width:1600px) {
    .main-banner__col--1 {
        float: left;
        width: 40%
    }

    .main-banner__col--2,
    .main-banner__col--3,
    .main-banner__col--4 {
        float: left;
        width: 20%
    }

    .main-banner__col--4 {
        display: block
    }

    .products__item-onlyImg-banner {
        flex: 0 0 15.4%;
        margin: 0 .6%;
        max-height: 422px
    }

    .products__item-onlyImg-banner-url-xl {
        display: block
    }

    .alert-custom-warning__text {
        font-size: 17px
    }

    .placeholder__product-item {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .header .site-logo {
        margin: 23px 0 0
    }

    .header .site-logo__img {
        width: 200px;
        height: 40px
    }

    .header__upper-link {
        font-size: 14px
    }

    .live-search__showall,
    .search-box--showall {
        width: 50%
    }

    .user-menu__link {
        padding: 13px 7px
    }

    .user-menu__icon {
        margin-top: -6px
    }

    .user-menu__title {
        font-size: 16px
    }

    .responsive-menu.safari .main-menu .main-submenu {
        left: -3px;
        width: calc(100% + 5px)
    }

    .main-menu__text--subname {
        font-size: 12px
    }

    .main-menu__link {
        font-size: 16px;
        padding: 0 16px
    }

    .main-menu__link .dash {
        padding: 0 15px
    }

    .main-menu__mega-submenu .main-menu__mega-submenu-third .main-submenu__item-link,
    .main-submenu__col--mid .main-submenu__item-link,
    .main-submenu__col--mid .main-submenu__title--responsive a {
        font-size: 14px;
        line-height: 16px
    }

    .main-submenu__items {
        margin: 0 0 0 40px
    }

    .main-submenu__col--left a {
        font-size: 14px;
        line-height: 17px
    }

    .main-submenu__col--left-wide {
        width: 77% !important
    }

    .main-submenu__col--right {
        width: 23% !important
    }

    .submenu-product__img {
        max-width: 100%
    }

    .order-tracking-form:after,
    .order-tracking-form:before {
        width: 150px
    }

    .users-process-list__btn {
        font-size: 14px
    }

    .container--footer {
        padding: 0 90px
    }

    .page-refund__step-number {
        padding: 10px 14px
    }

    .home__banner-img {
        width: auto;
        max-width: 100%
    }

    .c-products__item {
        -webkit-flex: 0 0 12.5%;
        -moz-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%
    }

    .c-products__item:nth-of-type(1n+9) {
        display: none
    }

    .c-products__item-img {
        min-height: 156px
    }

    .banner__catalog-item {
        -webkit-flex: 0 0 16.4%;
        -moz-flex: 0 0 16.4%;
        -ms-flex: 0 0 16.4%;
        flex: 0 0 16.4%
    }

    .selected-features__feature {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        margin: 0 20px 0 0
    }

    .selected-features__feature:last-child {
        margin: 0
    }

    .popup__csvv .item-cs {
        margin-right: 80px
    }

    .popup__csvv .item-extra {
        margin-left: 80px
    }

    .popup__csvv .item-image {
        height: 720px
    }

    .favorite__text {
        font-size: 13px;
        margin-top: 10px
    }

    .district-search-button__text {
        font-size: 16px
    }

    .district-search .product-search__noresults {
        padding: 19px 10px
    }

    .district-search__showall {
        width: 50%
    }

    .product-search {
        margin: 0 80px 0 63px;
        max-width: 686px
    }

    .district-area__inner {
        padding: 0 25px 0 0
    }

    .district-area__left {
        width: 941px;
        min-width: 941px;
        max-width: 941px
    }

    .district-area__right {
        width: 510px;
        min-width: 510px;
        max-width: 510px;
        padding-right: 33px
    }

    .district-area__selector {
        padding: 0 45px 0 40px
    }

    .district-area__dash {
        margin-right: 45px
    }

    .district-area__badge-text {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 0 14px
    }

    .subheader__district-full .subheader__district-inner-left,
    .subheader__district-inner-left {
        width: 41%
    }

    .subheader__district-full .subheader__district-inner-right,
    .subheader__district-inner-right {
        width: 59%
    }

    .subheader__info-image-container {
        display: inline-block;
        float: none
    }

    .subheader__remainingtime-text-wrapper {
        font-size: 15px;
        line-height: 20px
    }

    .subheader__remainingtime-message {
        font-size: 14px;
        line-height: 17px
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1600px) {

    .c-products__item,
    ::-ms-backdrop {
        max-width: 185px
    }
}

@media (max-width:1599px) {
    .main-banner__col--4 .main-banner__col-inner-col:last-child {
        display: none
    }

    .main-banner__col--4 .main-banner__col-inner-col:first-child {
        display: none
    }
}

@media (max-width:1200px) {
    .submenu-product__img {
        max-width: 580px
    }
}

@media (max-width:1199px) {
    .home-info .city__sitemaps-item:nth-child(2n+1) {
        margin-left: 0
    }
}

@media (max-width:768px) {
    .featured-space {
        margin-bottom: 0 !important
    }

    .suggest-category__section-box.search {
        white-space: nowrap;
        overflow: scroll
    }

    .suggest-category__section-box::-webkit-scrollbar {
        display: none
    }

    .suggest-category__section-box.wrapper {
        padding: 0
    }

    .main-submenu.is-active {
        display: block
    }

    .page-refund .modal-title {
        font-size: 16px !important
    }

    .page-refund__step-info-text {
        text-align: left;
        width: 75%
    }

    .popup__csvv.fade .modal-dialog {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .district-area {
        display: none
    }
}

@media (max-width:767px) {

    .visible-xs,
    .visible-xs-block {
        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
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }

    .main-banner-mini-banners {
        margin: 0 -5px;
        display: inline-block
    }

    .user-menu__item--shopping-cart {
        display: none !important
    }

    .c-products {
        display: block;
        white-space: nowrap;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: transparent transparent
    }

    .c-products__item {
        vertical-align: top;
        display: inline-block;
        white-space: normal
    }

    .c-products__item:first-child {
        margin-left: -5px
    }

    .c-products__item-price .price--old:after {
        top: 46%
    }

    .brand-slider__wrapper {
        position: relative;
        margin: 0 auto
    }

    .brand-slider__list {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: transparent transparent
    }

    .district-dropdown {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: calc(100% - 60px);
        max-height: calc(100% - 60px);
        z-index: 43;
        background: #fff;
        border-radius: 10px 10px 0 0;
        padding: 15px 10px 0;
        display: flex;
        flex-direction: column
    }

    .district-dropdown--product {
        z-index: 9999
    }

    .district-dropdown.is-active+.district-dropdown__responsive-overlay,
    .district-dropdown__select-title {
        display: block
    }

    .district-dropdown__search,
    .district-search {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 57px 10px 0;
        z-index: 1
    }

    .district-search {
        padding: 55px 10px 0
    }

    .district-search__container {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        max-height: 100%
    }

    .product-search__haserror {
        padding-bottom: 10px
    }
}

@media (max-width:739px) {
    .main-banners__banner {
        display: block;
        width: 100%
    }
}

@media (max-width:480px) {
    .main-banner__col--1 {
        padding-left: 0;
        padding-right: 0
    }

    .main-banner__col--2,
    .main-banner__col--3,
    .main-banner__col--3 .main-banner__col-inner-col {
        padding-left: 4px;
        padding-right: 4px
    }

    .main-banner__col--4 .main-banner__col-inner-col:last-child {
        width: 50%;
        float: right;
        margin-left: 0;
        margin-right: -5px;
        display: block
    }

    .main-banner__col--4 .main-banner__col-inner-col:first-child {
        width: 50%;
        float: left;
        margin-left: -5px;
        margin-right: 0;
        display: block
    }

    .products__item-onlyImg-banner-url-xs {
        display: block
    }

    .selected-features {
        justify-content: space-between
    }
}

@media (max-width:479px) {
    .main-banner__desktop-only {
        display: none
    }
}

@media (max-width:374px) {
    .page-refund__modal-box .page-refund__step-number {
        padding: 2.5px 7px
    }
}

@media (max-width:340px) {
    .product-search__result-text {
        width: 70%
    }

    .product-search__result-badge.product-badge {
        width: 30%
    }
}

@media (max-width:320px) {
    .header__bottom .container--main-menu.switcher-active .site-logo {
        width: calc(100% - 80px)
    }

    .website-switcher-responsive .website-switcher[data-website-id="1"] {
        width: 60%
    }

    .website-switcher-responsive .website-switcher[data-website-id="2"] {
        width: 40%
    }

    .c-products__item {
        margin-right: 15px
    }

    .c-products-stars__icon-wrapper {
        margin-right: -3px
    }

    .product-search__history-result-text {
        width: 75%
    }
}

@media (max-width:300px) {
    .website-switcher-responsive .website-switcher__logo {
        margin: 0 5px;
        height: 13px
    }

    .website-switcher-responsive .website-switcher__logo--cs {
        width: 92px
    }

    .website-switcher-responsive .website-switcher__logo--extra {
        width: 42px
    }
}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm,
    .visible-sm-block {
        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-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }

    .user-menu__items {
        display: flex;
        align-items: center
    }

    .user-menu__item--shopping-cart .user-menu__link {
        padding: 0;
        margin: 0
    }

    .user-menu__item--shopping-cart .user-menu__icon {
        line-height: 45px;
        margin: 0
    }

    .user-menu__link {
        padding: 2px 8px 0
    }

    .user-menu__icon {
        margin: 0 0 5px;
        display: flex;
        justify-content: center
    }

    .main-menu__item-user-nav .main-submenu__items:nth-child(n+5) {
        display: none
    }

    .main-menu__item-user-nav .main-submenu__item {
        padding-right: 20px
    }

    .user-process {
        padding-top: 16px
    }

    .user-process__arrow {
        bottom: -23px
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .visible-md,
    .visible-md-block {
        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-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }

    .main-menu__item-user-nav .main-submenu__items:nth-child(n+6) {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .products__item-onlyImg-banner-url-lg {
        display: block
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .products__item-onlyImg-banner-url-md {
        display: block
    }
}

@media (min-width:481px) and (max-width:767px) {
    .products__item-onlyImg-banner-url-sm {
        display: block
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .main-menu__icon {
        display: none
    }
}

@media (max-width:767px) and (min-width:480px) {
    .c-products__item {
        margin-right: 15px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .c-products__item:nth-of-type(1n+5) {
        display: none
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .c-products__item:nth-of-type(1n+6) {
        display: none
    }
}

@media (max-width:1599px) and (min-width:1200px) {
    .c-products__item:nth-of-type(1n+7) {
        display: none
    }
}

@media (min-width:480px) and (max-width:768px) {
    .selected-features {
        justify-content: center
    }
}

@media (min-width:768px) and (max-width:1600px) {

    .home-favorites-list .products__item:nth-child(5),
    .home-favorites-list .products__item:nth-child(6) {
        display: none
    }
}

@media (min-width:768px) and (max-width:992px) {

    .product-search__history-result-text,
    .product-search__result-text {
        width: 75%
    }
}

@media print {

    .visible-print,
    .visible-print-block {
        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-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@media (hover:hover) {
    .website-switcher:hover:not(.website-switcher.active) {
        border-color: #fff;
        background-color: #fff
    }

    .main-menu__link:hover {
        color: #003da6;
        transition: all .075s
    }

    .main-menu__link:hover .dash {
        display: block
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .brand-slider__list {
        display: block
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .subheader__info-image-container {
            max-width: 74px;
            overflow: hidden
        }
    }

    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .subheader__info-image {
            max-width: 74px;
            overflow: hidden
        }
    }
}


.modal-backdrop__csvv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: transparent
}

.modal-backdrop {
    background-color: transparent !important
}

#onetrust-consent-sdk {
    display: none
}

@media (min-width:768px) {
    .modal-backdrop__csvv.black {
        background: linear-gradient(to left, #ECF4F7 50%, #ECF4F7 50%);
    }
}

@media (max-width:767px) {
    .modal-backdrop__csvv.black {
        background: url('//cdn03.ciceksepeti.com/Themes/Ciceksepeti/Assets/images/homepage-switch/homepage-switch-popup-bg.png');
        background-color: #fff
    }
}

.modal-backdrop__csvv.in {
    opacity: 1
}