html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #656268;
  background: #fff;
}
.text {
  line-height: 1.4em;
}
ol,
ul {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cleaner {
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
  clear: both;
  display: block;
}
.hidden {
  display: none;
}
a,
input[type="submit"] {
  cursor: pointer;
  color: #bf9b16;
}
a {
  text-decoration: underline;
  transition: all 0.1s linear;
  color: #bf9b16;
}
a:hover {
  text-decoration: none;
  color: #aa8708;
}
textarea {
  resize: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after,
.cf:before {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cf-8 {
  height: 8px;
}
::-webkit-input-placeholder {
  color: #666;
  font-style: italic;
}
:-moz-placeholder {
  color: #666;
  font-style: italic;
}
::-moz-placeholder {
  color: #666;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #666;
  font-style: italic;
}
.flexible {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.flex.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.noMar {
  margin: 0;
}
.noPad {
  padding: 0;
}
.fullHeight {
  position: relative;
  height: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.noMar {
  margin: 0;
}
.row.noPad {
  padding: 0;
}
.row.inline-columns {
  font-size: 0;
}
.row.inline-columns .col-xs-1,
.row.inline-columns .col-sm-1,
.row.inline-columns .col-md-1,
.row.inline-columns .col-lg-1,
.row.inline-columns .col-xs-2,
.row.inline-columns .col-sm-2,
.row.inline-columns .col-md-2,
.row.inline-columns .col-lg-2,
.row.inline-columns .col-xs-3,
.row.inline-columns .col-sm-3,
.row.inline-columns .col-md-3,
.row.inline-columns .col-lg-3,
.row.inline-columns .col-xs-4,
.row.inline-columns .col-sm-4,
.row.inline-columns .col-md-4,
.row.inline-columns .col-lg-4,
.row.inline-columns .col-xs-5,
.row.inline-columns .col-sm-5,
.row.inline-columns .col-md-5,
.row.inline-columns .col-lg-5,
.row.inline-columns .col-xs-6,
.row.inline-columns .col-sm-6,
.row.inline-columns .col-md-6,
.row.inline-columns .col-lg-6,
.row.inline-columns .col-xs-7,
.row.inline-columns .col-sm-7,
.row.inline-columns .col-md-7,
.row.inline-columns .col-lg-7,
.row.inline-columns .col-xs-8,
.row.inline-columns .col-sm-8,
.row.inline-columns .col-md-8,
.row.inline-columns .col-lg-8,
.row.inline-columns .col-xs-9,
.row.inline-columns .col-sm-9,
.row.inline-columns .col-md-9,
.row.inline-columns .col-lg-9,
.row.inline-columns .col-xs-10,
.row.inline-columns .col-sm-10,
.row.inline-columns .col-md-10,
.row.inline-columns .col-lg-10,
.row.inline-columns .col-xs-11,
.row.inline-columns .col-sm-11,
.row.inline-columns .col-md-11,
.row.inline-columns .col-lg-11,
.row.inline-columns .col-xs-12,
.row.inline-columns .col-sm-12,
.row.inline-columns .col-md-12,
.row.inline-columns .col-lg-12 {
  display: inline-block;
  float: none;
  font-size: inherit;
}
.row.centered-columns {
  text-align: center;
  font-size: 0;
}
.row.centered-columns .col-xs-1,
.row.centered-columns .col-sm-1,
.row.centered-columns .col-md-1,
.row.centered-columns .col-lg-1,
.row.centered-columns .col-xs-2,
.row.centered-columns .col-sm-2,
.row.centered-columns .col-md-2,
.row.centered-columns .col-lg-2,
.row.centered-columns .col-xs-3,
.row.centered-columns .col-sm-3,
.row.centered-columns .col-md-3,
.row.centered-columns .col-lg-3,
.row.centered-columns .col-xs-4,
.row.centered-columns .col-sm-4,
.row.centered-columns .col-md-4,
.row.centered-columns .col-lg-4,
.row.centered-columns .col-xs-5,
.row.centered-columns .col-sm-5,
.row.centered-columns .col-md-5,
.row.centered-columns .col-lg-5,
.row.centered-columns .col-xs-6,
.row.centered-columns .col-sm-6,
.row.centered-columns .col-md-6,
.row.centered-columns .col-lg-6,
.row.centered-columns .col-xs-7,
.row.centered-columns .col-sm-7,
.row.centered-columns .col-md-7,
.row.centered-columns .col-lg-7,
.row.centered-columns .col-xs-8,
.row.centered-columns .col-sm-8,
.row.centered-columns .col-md-8,
.row.centered-columns .col-lg-8,
.row.centered-columns .col-xs-9,
.row.centered-columns .col-sm-9,
.row.centered-columns .col-md-9,
.row.centered-columns .col-lg-9,
.row.centered-columns .col-xs-10,
.row.centered-columns .col-sm-10,
.row.centered-columns .col-md-10,
.row.centered-columns .col-lg-10,
.row.centered-columns .col-xs-11,
.row.centered-columns .col-sm-11,
.row.centered-columns .col-md-11,
.row.centered-columns .col-lg-11,
.row.centered-columns .col-xs-12,
.row.centered-columns .col-sm-12,
.row.centered-columns .col-md-12,
.row.centered-columns .col-lg-12 {
  display: inline-block;
  float: none;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  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%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .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-sm-10,
  .col-sm-11,
  .col-sm-12 {
    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%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .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-md-10,
  .col-md-11,
  .col-md-12 {
    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%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .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-lg-10,
  .col-lg-11,
  .col-lg-12 {
    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%;
  }
}
.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/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.eshop-offline-notice {
  background: lightcoral;
  color: #fff;
  padding: 0.5em;
  line-height: 1.5;
  font-weight: 400;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
.row.dTable {
  margin-left: 0;
  margin-right: 0;
}
.dTable,
table {
  display: table;
  width: 100%;
}
.dTable.defPad .dTd-t,
table.defPad .dTd-t,
.dTable.defPad .dTd-m,
table.defPad .dTd-m,
.dTable.defPad .dTd-b,
table.defPad .dTd-b,
.dTable.defPad th,
table.defPad th,
.dTable.defPad td,
table.defPad td {
  padding: 6px;
}
.dTable.tbpad .dTd-t:first-child,
table.tbpad .dTd-t:first-child,
.dTable.tbpad .dTd-m:first-child,
table.tbpad .dTd-m:first-child,
.dTable.tbpad .dTd-b:first-child,
table.tbpad .dTd-b:first-child,
.dTable.tbpad th:first-child,
table.tbpad th:first-child,
.dTable.tbpad td:first-child,
table.tbpad td:first-child {
  padding-top: 0 !important;
}
.dTable.tbpad .dTd-t:last-child,
table.tbpad .dTd-t:last-child,
.dTable.tbpad .dTd-m:last-child,
table.tbpad .dTd-m:last-child,
.dTable.tbpad .dTd-b:last-child,
table.tbpad .dTd-b:last-child,
.dTable.tbpad th:last-child,
table.tbpad th:last-child,
.dTable.tbpad td:last-child,
table.tbpad td:last-child {
  padding-bottom: 0 !important;
}
.dTable.flPad .dTd-t:first-child,
table.flPad .dTd-t:first-child,
.dTable.flPad .dTd-m:first-child,
table.flPad .dTd-m:first-child,
.dTable.flPad .dTd-b:first-child,
table.flPad .dTd-b:first-child,
.dTable.flPad th:first-child,
table.flPad th:first-child,
.dTable.flPad td:first-child,
table.flPad td:first-child {
  padding-left: 0 !important;
}
.dTable.flPad .dTd-t:last-child,
table.flPad .dTd-t:last-child,
.dTable.flPad .dTd-m:last-child,
table.flPad .dTd-m:last-child,
.dTable.flPad .dTd-b:last-child,
table.flPad .dTd-b:last-child,
.dTable.flPad th:last-child,
table.flPad th:last-child,
.dTable.flPad td:last-child,
table.flPad td:last-child {
  padding-right: 0 !important;
}
.dTable.autoWidth,
table.autoWidth {
  width: auto;
}
.dTable .dTr,
table .dTr {
  display: table-row;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.dTable .dTd-t,
table .dTd-t,
.dTable .dTd-m,
table .dTd-m,
.dTable .dTd-b,
table .dTd-b,
.dTable td,
table td,
.dTable th,
table th {
  display: table-cell;
  float: none;
}
.dTable .dTd-t.w-1,
table .dTd-t.w-1,
.dTable .dTd-m.w-1,
table .dTd-m.w-1,
.dTable .dTd-b.w-1,
table .dTd-b.w-1,
.dTable td.w-1,
table td.w-1,
.dTable th.w-1,
table th.w-1 {
  width: 1px;
  white-space: nowrap;
}
.dTable .dTd-t,
table .dTd-t {
  vertical-align: top;
}
.dTable .dTd-m,
table .dTd-m {
  vertical-align: middle;
}
.dTable .dTd-b,
table .dTd-b {
  vertical-align: bottom;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.txtCenter {
  text-align: center !important;
}
.txtSmall {
  font-size: 12px;
  font-weight: 400;
  color: #949494;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
label.sel {
  float: left;
  white-space: nowrap;
  position: relative;
}
label.sel span {
  display: inline-block;
  padding-right: 6px;
}
label.sel select {
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  padding-left: 12px;
  padding-right: 2px;
  border: 2px solid #efefef;
  border-radius: 4px;
  color: #656268;
  background: #fff;
  min-width: 80px;
}
label.sel select option {
  font-size: 1em;
  padding: 10px;
}
label.sel:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 36px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 2px;
  right: 2px;
  background: #fff;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
  border-left: 2px solid #efefef;
}
label.sel:after {
  content: '';
  position: absolute;
  background: url('/images/select-bg.svg') no-repeat center center;
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  background-size: 6px 6px;
  pointer-events: none;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  z-index: 9999;
}
.loader img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
#popupWrap {
  width: 100%;
  height: 100%;
}
#popupWrap .window {
  padding: 12px;
}
.alert,
.message {
  margin-bottom: 2rem;
  border: 2px solid #efefef;
  padding: 1rem;
  font-weight: 500;
  font-size: 1em;
  background: #f0faff;
  border-radius: 4px;
  border-left-width: 6px;
}
.alert.false,
.message.false {
  background: #ffd5d6;
  border-color: #f05a5c;
  color: #f05a5c;
}
.alert.true,
.message.true {
  border-color: #8aab14;
  color: #8aab14;
  background: #f1ffc7;
}
.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  padding: 12px;
}
.cookies * {
  color: #fff;
  line-height: normal;
  font-size: 12px;
}
.cookies a {
  white-space: nowrap;
  text-align: center;
  background: #ffcb0d;
  color: #452c59;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 12px;
}
.cookies a:hover {
  background: #452c59;
  color: #fff;
}
.pager .num {
  font-size: 0.85em;
  display: inline-block;
  background: #efefef;
  color: #452c59;
  font-weight: 500;
  padding: 0.6rem;
  min-width: 1.875rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}
.pager .num:hover {
  background: #d7d7d7;
}
.pager .num.active {
  background: #ffcb0d;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #452c59;
  line-height: normal;
}
h1,
.main {
  font-size: 1.875rem;
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 2.25rem;
}
h1:before,
.main:before {
  display: block;
  content: '';
  background: url('/images/logo-ico.svg');
  position: absolute;
  background-size: 1.8125rem 1.375rem;
  width: 1.8125rem;
  height: 1.375rem;
  margin: auto;
  left: 0;
  top: 6px;
}
h2 {
  font-size: 1.45em;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
h4 {
  font-size: 0.875rem;
  margin-bottom: 0.7rem;
}
h5 {
  font-size: 0.75rem;
}
h6 {
  font-size: 0.625rem;
}
.counter {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
.counter .count {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffcb0d;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  border-radius: 4px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.counter .count:hover {
  background-color: #bf9b16;
}
.counter .count.plus {
  background-image: url('/images/plus-ico.svg');
  right: 0;
}
.counter .count.minus {
  background-image: url('/images/minus-ico.svg');
  left: 0;
}
.counter input {
  height: 36px;
  padding: 0 1em;
  border: 2px solid #efefef;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  color: #452c59;
  width: 80px;
  background: #fff;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  background: #372148;
}
#pageWrap {
  background: #fff;
  position: relative;
  z-index: 1;
}
#headerWrap {
  padding: 2.5em 0;
  background: url('/images/banner-bg.png') #ffffff no-repeat right top;
  border-bottom: 2px solid #efefef;
}
.logo svg {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
}
.menuBoxOuterWrap .menuBoxInnerWrap {
  position: relative;
}
.menuBoxOuterWrap .menuOpener {
  display: none;
  width: 3.125rem;
  height: 3.125rem;
  background: #ffcb0d;
  position: relative;
  border-radius: 4px;
  float: right;
}
.menuBoxOuterWrap .menuOpener svg {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: #452c59;
}
.menuBoxOuterWrap .menuOpener:hover {
  background: #bf9b16;
}
.menuBoxOuterWrap .menuOpener.active {
  background: #bf9b16;
}
.menuBoxOuterWrap .menuOpener.active svg {
  fill: #fff;
}
.cartBoxOuterWrap {
  min-width: 1.25rem;
}
#searchBox {
  position: relative;
}
#searchBox form {
  display: block;
  width: 100%;
  position: relative;
}
#searchBox form input {
  position: relative;
  height: 3.125rem;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #efefef;
  background: #fff;
  padding: 0 1rem;
}
#searchBox form a {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  right: 0;
  top: 0;
}
#searchBox form a svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#searchBoxContent {
  position: absolute;
  top: 100%;
  border-radius: 4px;
  border: 2px solid #efefef;
  padding: 1rem;
  width: 100%;
  background: #fff;
  z-index: 20;
}
#searchBoxContent .message2 {
  margin-bottom: 2rem;
  border: 2px solid #efefef;
  padding: 1rem;
  font-weight: 500;
  font-size: 1em;
  background: #f0faff;
  border-radius: 4px;
  border-left-width: 6px;
  background: #ffd5d6;
  border-color: #f05a5c;
  color: #f05a5c;
  margin-bottom: 0;
}
#searchBoxContent .message2.false {
  background: #ffd5d6;
  border-color: #f05a5c;
  color: #f05a5c;
}
#searchBoxContent .message2.true {
  border-color: #8aab14;
  color: #8aab14;
  background: #f1ffc7;
}
#searchBoxContent .sItem {
  margin-bottom: 10px;
}
#searchBoxContent .sItem:last-child {
  margin-bottom: 0;
}
#searchBoxContent .sItem .img {
  width: 40px;
  height: auto;
  float: left;
}
#searchBoxContent .sItem img {
  display: block;
  border-radius: 4px;
  border: 2px solid #efefef;
}
#searchBoxContent .sItem .content {
  float: left;
  width: calc(100% - 40px);
  padding: 5px;
  padding-right: 0;
}
#searchBoxContent .sItem h5 {
  display: block;
}
#searchBoxContent .sItem .cenaWrap {
  margin-top: auto;
  font-weight: 500;
}
#searchBoxContent .sItem a {
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#searchBoxContent .sItem a:hover {
  color: #452c59;
}
#searchResult {
  padding-top: 1rem;
  text-align: right;
}
#kosikBox .kosikBoxMainLink {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
#kosikBox .kosikBoxMainLink .num {
  display: block;
  position: absolute;
  background: #ffcb0d;
  text-align: center;
  border-radius: 100px;
  height: 1.25rem;
  min-width: 1.25rem;
  line-height: 1.25rem;
  color: #452c59;
  font-size: 0.625rem;
  padding: 0 0.2rem;
  font-weight: 700;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 2;
}
#kosikBox .kosikBoxMainLink svg {
  z-index: 1;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
}
#kosikBox #kosikBoxInnerWrap {
  position: relative;
}
#kosikBox .kosikBoxDetailWrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  padding-top: 100%;
}
#kosikBox .kosikBoxDetailWrap .kosikBoxDetailInnerWrap {
  position: relative;
  box-shadow: 0 0 10px rgba(70, 56, 86, 0.5);
  border: 2px solid #efefef;
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  min-width: 290px;
  min-height: 100px;
}
#kosikBox .kosikBoxDetail th {
  white-space: nowrap;
  border-bottom: 2px solid #efefef;
  text-align: left;
}
#kosikBox .kosikBoxDetail th,
#kosikBox .kosikBoxDetail td {
  padding: 0.5rem;
  vertical-align: top;
}
#kosikBox .kosikBoxDetail h5 {
  font-size: 12px;
  white-space: nowrap;
}
#kosikBox .kosikBoxDetail .delCol {
  vertical-align: middle;
}
#kosikBox .kosikBoxDetail .delCol svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
#kosikBox .kosikBoxDetail .imgCol {
  width: 1px;
  padding-left: 0;
  padding-right: 0;
}
#kosikBox .kosikBoxDetail .imgCol img {
  display: block;
  border-radius: 4px;
  border: 2px solid #efefef;
}
#kosikBox .kosikBoxDetail .prodCol span {
  margin: 6px 0;
  display: block;
  font-size: 11px;
}
#kosikBox .kosikBoxDetail .prodCol span:last-child {
  margin-bottom: 0;
}
#kosikBox .kosikBoxDetail .prodCol strong {
  text-transform: uppercase;
}
#kosikBox .kosikBoxDetail .delCol svg {
  fill: #fa5617;
  transition: all 0.1s linear;
}
#kosikBox .kosikBoxDetail .delCol a:hover svg {
  fill: #452c59;
}
#kosikBox .bottomPart {
  padding-top: 0.5rem;
  border-top: 2px solid #efefef;
}
#kosikBox .bottomPart strong {
  color: #bf9b16;
}
#kosikBox .bottomPart .goCart {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
  background: #ffcb0d;
  color: #452c59;
  text-decoration: none;
  text-align: center;
}
#kosikBox .bottomPart .goCart:hover {
  background: #452c59;
  color: #fff;
}
.loader {
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #efefef;
  box-shadow: 0 0 10px rgba(70, 56, 86, 0.5);
}
.loader .loaderInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.loader .lds-css {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#menu {
  position: relative;
  z-index: 30;
}
#menu ul {
  text-align: right;
  font-size: 0;
}
#menu ul li {
  display: inline-block;
  margin-right: 1rem;
}
#menu ul li:last-child {
  margin-right: 0;
}
#menu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
#menu ul li a:hover {
  color: #ffcb0d;
}
#topMenu {
  font-size: 0;
  text-align: right;
  margin-bottom: 1rem;
}
#topMenu a {
  padding-left: 16px;
  position: relative;
  font-size: 12px;
  margin-right: 1rem;
  color: #fff;
  text-decoration: none;
}
#topMenu a:last-child {
  margin-right: 0;
}
#topMenu a:last-child:before {
  background: url('/images/register-ico.svg') no-repeat center center;
  background-size: 10px 10px;
}
#topMenu a:before {
  content: '';
  background: url('/images/login-ico.svg') no-repeat center center;
  background-size: 10px 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
}
#topMenu a:hover {
  color: #ffcb0d;
}
#navigationWrap {
  margin-bottom: 1rem;
  line-height: normal;
}
.rCategories {
  padding-top: 0.75rem;
}
.rCategories h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.rCategories h3.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.rCategories h3.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rCategories h3.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.rCategories h3.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories h3.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories h3.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.rCategories h3.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.rCategories h3.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rCategories h3 span.catName {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories h3 span.catName.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.rCategories h3 span.catName.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rCategories h3 span.catName.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.rCategories h3 span.catName.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories h3 span.catName.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories h3 span.catName.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.rCategories h3 span.catName.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.rCategories .rCatShower {
  display: none;
  width: 3.125rem;
  height: 3.125rem;
  background: #ffcb0d;
  position: relative;
  border-radius: 4px;
  float: right;
}
.rCategories .rCatShower:after {
  display: none;
}
.rCategories .rCatShower svg {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: #452c59;
}
.rCategories h3 {
  margin-bottom: 0.8rem;
}
.rCategories .part {
  padding-top: 0.625rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #efefef;
}
.rCategories a {
  text-decoration: none;
  color: #452c59;
  line-height: normal;
  padding-right: 30px;
  font-weight: 500;
  position: relative;
}
.rCategories a:after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #452c59;
  color: #452c59;
  transition: all 0.1s linear;
  box-sizing: border-box;
  background-image: url('/images/plus-ico.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px 6px;
}
.rCategories a.ico {
  font-size: 1em;
  text-decoration: none;
}
.rCategories a.ico img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 15px;
  border-radius: 4px;
  border: 2px solid #efefef;
}
.rCategories a:hover {
  color: #bf9b16;
}
.rCategories a:hover:after {
  background-color: #ffcb0d;
}
.rCategories a.active {
  font-weight: 700;
  color: #bf9b16;
}
.rCategories a.active:after {
  border-color: #ffcb0d;
  color: #452c59;
  content: '';
  background-color: #ffcb0d;
  background-image: url('/images/minus-ico.svg');
}
.rCategories a.noSubmenu:after {
  display: none;
}
.rCategories a .count {
  margin-left: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories a .count.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.rCategories a .count.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rCategories a .count.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.rCategories a .count.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories a .count.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories a .count.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.rCategories a .count.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.rCategories ul {
  padding-left: 6px;
}
.rCategories ul.level-1 {
  margin-top: 1.25rem;
}
.rCategories ul.level-1 a {
  display: block;
}
.rCategories ul.level-2 {
  margin-top: 0.625rem;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.rCategories ul.level-2 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.rCategories ul.level-2 a.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.rCategories ul.level-2 a.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rCategories ul.level-2 a.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.rCategories ul.level-2 a.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories ul.level-2 a.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rCategories ul.level-2 a.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.rCategories ul.level-2 a.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.rCategories ul.level-2 a.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rCategories ul.level-2 .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.rCategories ul li {
  display: block;
  margin: 0.7rem 0;
}
.rCategories ul.level-3 {
  padding-left: 12px;
}
#totalContentWrap {
  padding: 3rem 0;
}
.catAbout {
  margin-bottom: 1.875rem;
}
.categoryItemSetWrap {
  margin-bottom: 1.875rem;
}
.categoryItemSet {
  margin-bottom: -30px;
}
.categoryItemSet .categoryItem {
  margin-bottom: 30px;
}
.categoryItemSet .categoryItem .categoryItemInner {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  border: 2px solid #efefef;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  color: #452c59;
}
.categoryItemSet .categoryItem .categoryItemInner:hover {
  border-color: #d7d7d7;
}
.categoryItemSet .categoryItem .img {
  margin-right: 0.8rem;
}
.categoryItemSet .categoryItem .img img {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #efefef;
  border-radius: 4px;
}
.filterPart {
  margin-bottom: 1.875rem;
}
.filterPart h4 {
  margin-bottom: 1rem;
}
.sliderOuterWrap {
  padding: 8px 0 28px 0;
  position: relative;
}
#sliderWrap {
  position: relative;
  height: 14px;
  padding-left: 30px;
  padding-right: 30px;
  background: #ccc;
  border-radius: 4px;
}
#slider-range {
  height: 14px;
  position: relative;
}
#slider-range.ui-widget-content {
  border: none;
  background: transparent;
}
#slider-range .ui-slider-range {
  background: #ffcb0d;
  height: 14px;
  position: absolute;
}
#slider-range .ui-slider-handle {
  position: absolute;
  width: 1px;
  height: 1px;
  display: block;
  cursor: pointer;
  border: none;
  background: none;
  transition: none;
  margin-left: -1px;
  border-radius: 4px;
  top: 0;
}
#slider-range .ui-slider-handle + .ui-slider-handle {
  margin-right: -1px;
  margin-left: 0;
}
#slider-range .ui-slider-handle + .ui-slider-handle:before {
  left: 0;
  right: auto;
}
#slider-range .ui-slider-handle + .ui-slider-handle:after {
  left: 0;
  right: auto;
}
#slider-range .ui-slider-handle:before {
  content: '';
  background: url('/images/slider-bg.svg') no-repeat center center;
  width: 30px;
  height: 30px;
  right: 0;
  top: -8px;
  display: block;
  position: absolute;
  z-index: 10;
}
#slider-range .ui-slider-handle:after {
  background: #ffcb0d;
  content: '';
  width: 30px;
  height: 30px;
  right: 0;
  top: -8px;
  display: block;
  position: absolute;
  border-radius: 2px;
}
.typeFilter label {
  float: left;
  cursor: pointer;
  margin-right: 15px;
  display: block;
  position: relative;
}
.typeFilter label:hover span {
  border-color: #d7d7d7;
}
.typeFilter label input {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.typeFilter label input:checked + span {
  font-weight: 700;
  border-color: #ffcb0d;
}
.typeFilter label span {
  display: block;
  text-transform: uppercase;
  color: #452c59;
  font-size: 0.85em;
  white-space: nowrap;
  padding: 15px;
  padding-left: 43px;
  position: relative;
  border-radius: 4px;
  border: 2px solid #efefef;
  transition: all 0.1s linear;
}
.typeFilter label:last-child {
  margin-right: 0;
}
.orderingOuterWrap {
  border-bottom: 2px solid #efefef;
}
.orderingOuterWrap .ordering-left a {
  display: block;
  float: left;
  margin-right: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #ababab;
  background: #efefef;
  border-radius: 4px 4px 0 0;
  padding: 0.8rem 1rem;
  border: 2px solid #efefef;
  border-bottom: none;
  position: relative;
}
.orderingOuterWrap .ordering-left a:last-child {
  margin-right: 0;
}
.orderingOuterWrap .ordering-left a:hover {
  color: #bf9b16;
}
.orderingOuterWrap .ordering-left a.active {
  background: #fff;
  color: #452c59;
  font-weight: 700;
}
.orderingOuterWrap .ordering-left a.active:after {
  content: '';
  height: 2px;
  background: #fff;
  left: 0;
  top: 100%;
  width: 100%;
  position: absolute;
}
input#amount {
  margin-top: 16px;
  font-weight: 700;
  color: #452c59 !important;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}
.stick {
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3rem 0.625rem;
  border-radius: 4px;
  position: absolute;
  text-align: center;
}
.stick.vypredaj {
  background: #452c59;
  color: #ffcb0d;
  bottom: 4px;
  left: 4px;
}
.stick.novinka {
  background: #ffcb0d;
  color: #452c59;
  top: 4px;
  left: 4px;
}
.stick.akcia {
  background: #fa5617;
  color: #fff;
  right: 4px;
  top: 4px;
}
#prodListContent {
  padding-top: 1.875rem;
}
.pItem {
  margin-bottom: 30px;
}
.pItem .pItemInnerContent {
  border: 2px solid #efefef;
  border-radius: 4px;
  height: 100%;
}
.pItem .code {
  padding: 1rem;
  font-weight: 500;
  background: #fafafa;
  border-bottom: 2px solid #efefef;
}
.pItem .img {
  position: relative;
  border-bottom: 2px solid #efefef;
}
.pItem .img img {
  display: block;
  width: 100%;
  height: auto;
}
.pItem h3 a {
  color: #452c59;
  text-decoration: none;
  display: block;
}
.pItem h3 a:hover {
  color: #bf9b16;
}
.pItem .part {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pItem .nadpis {
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
}
.pItem .bottom {
  margin-top: auto;
  padding-bottom: 1rem;
}
.pItem .popis {
  font-size: 0.85em;
  line-height: 1.67em;
  margin-bottom: 1.2rem;
}
.pItem .popis ul li {
  display: block;
  padding-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pItem .popis ul li:before {
  content: '- ';
}
.pItem .pItemDost {
  font-size: 10px;
  font-weight: 700;
}
.pItem .aButt {
  font-weight: 700;
  font-size: 0.85em;
  line-height: normal;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: #fff;
  color: #452c59;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #452c59;
}
.pItem .aButt:hover {
  color: #fff;
  background: #452c59;
}
.contactUsWrap {
  margin-top: 4rem;
}
.contactUsWrap .contactInner {
  border: 2px solid #efefef;
  border-radius: 4px;
  padding: 2rem;
  background: #fff;
}
.contactUsWrap .contactInner .right {
  margin-left: 2rem;
}
#mainBannerWrap {
  max-height: 1080px;
  padding-top: 150px;
  background: url('/images/banner-bg.png') no-repeat right bottom;
}
#mainBannerWrap .mainBanner {
  height: 100%;
}
#mainBannerWrap .bannerInner {
  height: 100%;
}
#mainBannerWrap h2 {
  color: #ffcb0d;
  text-transform: none;
  font-size: 2.6em;
  margin-bottom: 3rem;
}
#mainBannerWrap .vyhoda {
  margin-bottom: 3.5rem;
}
#mainBannerWrap .vyhoda:last-child {
  margin-bottom: 0;
}
#mainBannerWrap .vyhoda a {
  text-decoration: none;
}
#mainBannerWrap .vyhoda a svg,
#mainBannerWrap .vyhoda a img {
  display: block;
  margin-right: 15px;
  width: 3.125rem;
  height: 3.125rem;
}
#mainBannerWrap .vyhoda a svg {
  fill: #fff;
  transition: all 0.1s linear;
}
#mainBannerWrap .vyhoda a .name,
#mainBannerWrap .vyhoda a .sub {
  line-height: normal;
}
#mainBannerWrap .vyhoda a .name {
  font-size: 1.15em;
  color: #ffcb0d;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
#mainBannerWrap .vyhoda a .sub {
  color: #fff;
  line-height: normal;
  transition: all 0.1s linear;
}
#mainBannerWrap .vyhoda a:hover svg {
  fill: #ffcb0d;
}
#mainBannerWrap .vyhoda a:hover .sub {
  color: #ffcb0d;
}
#mainBannerWrap h1 {
  font-weight: 300;
  font-size: 3em;
  color: #452c59;
  line-height: normal;
  padding-left: 0;
  text-transform: none;
}
#mainBannerWrap h1:before {
  display: none;
}
#mainBannerWrap p {
  font-size: 2em;
  color: #452c59;
  line-height: 1.5em;
  margin-top: 1em;
}
#mainBannerWrap .btnArea {
  margin-top: 2rem;
}
#mainBannerWrap .btnArea a {
  font-size: 1.15em;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffcb0d;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}
#mainBannerWrap .btnArea a:hover {
  background: #bf9b16;
  color: #fff;
}
#categoryDetailWrap .contactOuter {
  width: 100%;
  margin-left: 0;
}
.news {
  margin-top: 3.125rem;
}
.catTitulkaWrap {
  margin-top: 3.125rem;
  margin-bottom: -30px;
}
.catTitulkaWrap a {
  text-decoration: none;
  color: #452c59;
  line-height: normal;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.catTitulkaWrap a .inner {
  padding: 1.25rem;
  border: 2px solid #efefef;
  height: 100%;
  border-radius: 4px;
  transition: all 0.1s linear;
}
.catTitulkaWrap a .ico {
  font-size: 1em;
  text-decoration: none;
}
.catTitulkaWrap a .ico img {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 15px;
  border-radius: 4px;
  border: 2px solid #efefef;
}
.catTitulkaWrap a:hover .inner {
  color: #bf9b16;
  border-color: #d7d7d7;
}
.vyhodyWrap {
  text-align: center;
  white-space: nowrap;
  margin: 4rem 0;
}
.vyhodyWrap .box {
  margin: 0 3.75rem;
  display: inline-block;
  text-align: left;
}
.vyhodyWrap img {
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  margin-right: 15px;
}
.vyhodyWrap .name,
.vyhodyWrap .sub {
  display: block;
}
.vyhodyWrap .name {
  text-transform: uppercase;
  color: #452c59;
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 0.2rem;
}
.newsSliderWrap {
  margin-top: 3.125rem;
}
.newsSliderWrap h2 {
  font-weight: 300;
  font-size: 3.6em;
  text-transform: none;
}
.newsSliderWrap .btnArea {
  margin-top: auto;
}
.newsSliderWrap .btnArea a {
  display: block;
  text-align: center;
  font-size: 1.45em;
  font-weight: 700;
  border: 2px solid #452c59;
  color: #452c59;
  padding: 2rem 1rem;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 2rem;
  text-decoration: none;
}
.newsSliderWrap .btnArea a:hover {
  background: #452c59;
  color: #fff;
}
.newsSliderWrap .btnArea a.akcie {
  margin-bottom: 0;
  border-color: #ffcb0d;
  color: #ffcb0d;
}
.newsSliderWrap .btnArea a.akcie:hover {
  background: #ffcb0d;
  color: #452c59;
}
#bottomContent {
  padding: 5rem 0;
  background: #452c59;
}
#bottomContent .wsEd {
  line-height: 1.75em;
  color: #fff;
}
#bottomContent .wsEd * {
  color: #fff;
}
#bottomContent .wsEd a {
  text-decoration: none;
}
#bottomContent .wsEd a:hover {
  color: #ffcb0d;
}
#bottomContent .wsEd ul,
#bottomContent .wsEd ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer {
  padding: 0.5rem 0;
  background: #372148;
  color: #fff;
  font-size: 0.85em;
}
#footer * {
  color: #fff;
}
#footer .logoFooter {
  margin-right: 15px;
}
#footer .logoFooter img {
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
}
#addProductInfoWrap {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  overflow-y: auto;
}
#addProductInfoWrap .windowPopupWrap {
  height: 100%;
}
#addProductInfoWrap .windowPopupWrap .windowPopup {
  padding: 15px;
}
#addProductInfo {
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(70, 56, 86, 0.5);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  position: static;
}
#addProductInfo .accept {
  margin-bottom: 1rem;
}
#addProductInfo .prodInfo {
  margin-bottom: 1rem;
}
#addProductInfo .prodInfo:last-child {
  margin-bottom: 0;
}
#addProductInfo .prodInfo .popImg img {
  display: block;
  border-radius: 4px;
  border: 2px solid #efefef;
}
#addProductInfo .prodInfo .popHead {
  padding-left: 15px;
  padding-right: 15px;
}
#addProductInfo .prodInfo .cena strong {
  font-size: 1.45em;
  color: #bf9b16;
}
#addProductInfo .btnArea {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #efefef;
  line-height: 1;
}
#addProductInfo .btnArea a {
  font-size: 0.9em;
}
.lastViewed {
  margin-bottom: 2rem;
}
.lastViewed a {
  display: block;
  border-bottom: 2px dashed #efefef;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.lastViewed a .name {
  color: #452c59;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  display: block;
  font-weight: 500;
}
.lastViewed a .popis {
  display: block;
  color: #656268;
  font-size: 12px;
}
.lastViewed a:last-child {
  border-bottom: none;
}
.lastViewed a:hover .name {
  color: #bf9b16;
}
.lastViewed a:hover .popis {
  color: #656268;
}
.lastViewed .img {
  margin-right: 15px;
}
.lastViewed .img img {
  border-radius: 4px;
  border: 2px solid #efefef;
}
.lastViewed .content {
  padding-top: 0.5rem;
}
#loader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
#loader .lds-css {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-wedges {
  position: relative;
}
.lds-wedges > div > div {
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
  -webkit-animation: lds-wedges 3s linear infinite;
  animation: lds-wedges 3s linear infinite;
  opacity: 0.8;
}
.lds-wedges > div > div > div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border-radius: 100px 0 0 0;
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
}
.lds-wedges > div div:nth-child(1) > div {
  background: #ffcb0d;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(1) {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.lds-wedges > div div:nth-child(2) > div {
  background: #452c59;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.lds-wedges > div div:nth-child(3) > div {
  background: #ffcb0d;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(3) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.lds-wedges > div div:nth-child(4) > div {
  background: #452c59;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(4) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.lds-wedges {
  width: 60px !important;
  height: 60px !important;
  -webkit-transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
  transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
}
.contactUsWrap .desktop {
  display: block;
}
.contactUsWrap .mobile {
  display: none;
}
@media (max-width: 1760px) {
  #mainBannerWrap {
    background-position: right -150px bottom;
  }
}
@media (max-width: 1400px) {
  #mainBannerWrap {
    background-position: right -300px bottom;
  }
  .vyhodyWrap .box {
    margin: 0 1.5rem;
  }
}
@media (max-width: 1120px) {
  #mainBannerWrap {
    background-position: right -400px bottom;
  }
}
@media (max-width: 1199px) {
  #mainBannerWrap h1 br {
    display: none;
  }
  #mainBannerWrap .bannerContentLeft,
  #mainBannerWrap .bannerContentRight {
    font-size: 12px;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #mainBannerWrap .bannerContentRight {
    padding-bottom: 20px;
  }
  .menuBoxOuterWrap .menuOpener {
    display: inline-block;
  }
  .menuBoxOuterWrap .menuBoxInnerWrap {
    text-align: right;
  }
  .menuBoxOuterWrap .menuBoxInner {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 2px;
    right: 0;
    text-align: left;
    background: #ffcb0d;
    padding: 1rem;
    white-space: nowrap;
    border-radius: 4px;
    z-index: 10;
  }
  #menu ul li a {
    color: #452c59;
  }
  #menu ul li a:hover {
    color: #fff;
  }
  #topMenu a {
    color: #452c59;
  }
  #topMenu a:hover {
    color: #fff;
  }
  #topMenu a:before {
    background: url('/images/login-violet-ico.svg') no-repeat center center;
    background-size: 10px 10px;
  }
  #topMenu a:last-child:before {
    background: url('/images/register-violet-ico.svg') no-repeat center center;
    background-size: 10px 10px;
  }
  .vyhodyWrap {
    white-space: normal;
  }
  .vyhodyWrap .box {
    margin: 1rem;
  }
  .orderingOuterWrap .ordering-left {
    order: 2;
  }
  .orderingOuterWrap .ordering-right {
    order: 1;
    margin-bottom: 1rem;
  }
  .newsSliderWrap h2 {
    font-size: 3em;
  }
  .newsSliderWrap .btnArea a {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  #headerWrap {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    background: #220835 !important;
    position: static !important;
  }
  .logo svg * {
    fill: #fff;
  }
  html {
    font-size: 14px;
  }
  #mainBannerWrap {
    padding-top: 0;
    height: auto !important;
    background-position: center bottom;
    background-image: url('/images/banner-bg-full.jpg');
    background-size: cover;
  }
  #mainBannerWrap h1 {
    font-weight: 500;
    color: #ffcb0d;
    margin-bottom: 0;
  }
  #mainBannerWrap p {
    color: #fff;
  }
  #mainBannerWrap h2 {
    font-size: 2em;
  }
  .rCategories h3 {
    cursor: pointer;
    padding: 1rem;
    border-radius: 4px;
    border: 2px solid #efefef;
  }
  .rCategories .rCatShower {
    display: block;
  }
  .rCategories .JS_catContent {
    display: none;
  }
  .newsSliderWrap h2 {
    font-size: 2.6em;
  }
  .newsSliderWrap .btnArea {
    margin-left: -2%;
  }
  .newsSliderWrap .btnArea a {
    width: 48%;
    margin-left: 2%;
    float: left;
  }
  #boxes_left {
    margin-bottom: 3.125rem;
  }
  .contactUsWrap .desktop {
    display: none;
  }
  .contactUsWrap .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  h1,
  .main {
    padding-left: 0;
  }
  h1:before,
  .main:before {
    display: none;
  }
  .logo {
    order: 1;
  }
  .cartBoxOuterWrap {
    order: 2;
  }
  .searchBoxOuterWrap {
    margin-top: 2rem;
    order: 3;
  }
  .menuBoxOuterWrap {
    order: 4;
    margin-top: 2rem;
  }
  #kosikBox .kosikBoxMainLink {
    margin: 0 auto;
  }
  #kosikBox #kosikBoxInnerWrap {
    width: 3.125rem;
    float: right;
  }
  #kosikBox .kosikBoxDetailWrap {
    display: none !important;
  }
  #mainBannerWrap h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  #menu {
    text-align: left;
  }
  #menu ul {
    display: block;
    text-align: left;
  }
  #menu ul li {
    display: block;
    margin-right: 0;
    margin: 1rem 0;
  }
  #menu ul li:last-child {
    margin-bottom: 0;
  }
  #menu ul li a {
    display: block;
    font-size: 12px;
  }
  .contactUsWrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .contactUsWrap .contactInner .left,
  .contactUsWrap .contactInner .right {
    width: 100%;
    margin: 0;
  }
  .contactUsWrap .contactInner .right {
    margin-top: 1rem;
  }
  #boxes_bottom .left,
  #boxes_bottom .center,
  #boxes_bottom .right {
    margin-bottom: 2rem;
  }
  #boxes_bottom .left:last-child,
  #boxes_bottom .center:last-child,
  #boxes_bottom .right:last-child {
    margin-bottom: 0;
  }
  #footer .left,
  #footer .right {
    text-align: center;
  }
  #footer .left {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .left.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #footer .left.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .left.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #footer .left.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .left.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .left.vertical-middle-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #footer .left.vertical-middle-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .vyhodyWrap .box {
    display: block;
  }
  .pItem .bottom .flex {
    display: block;
  }
  .pItem .bottom .aButt {
    margin-top: 1rem;
    display: block;
    text-align: center;
  }
  .typeFilter label {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .orderingOuterWrap {
    border-bottom: none;
  }
  .orderingOuterWrap .ordering-left a {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid #efefef;
    border-radius: 4px;
  }
  .orderingOuterWrap .ordering-left a:after {
    display: none;
  }
  .orderingOuterWrap .ordering-left a.active {
    border-bottom: 2px solid #efefef;
  }
  #addProductInfo .btnArea .left,
  #addProductInfo .btnArea .right {
    width: 100%;
    text-align: center;
  }
  #addProductInfo .btnArea .left .button,
  #addProductInfo .btnArea .right .button,
  #addProductInfo .btnArea .left .buttonDark,
  #addProductInfo .btnArea .right .buttonDark {
    display: block;
  }
  #addProductInfo .btnArea .left {
    margin-bottom: 1rem;
  }
  .categoryItemSet {
    margin-bottom: -5px;
  }
  .categoryItemSet .categoryItem {
    margin-bottom: 5px;
    width: 100%;
  }
  .cookies {
    text-align: center;
  }
  .cookies a {
    margin: 0.5rem 0;
    display: block;
  }
}
@media (max-width: 500px) {
  .catTitulkaWrap {
    margin-bottom: -5px;
  }
  .catTitulkaWrap a {
    margin-bottom: 5px;
    width: 100%;
  }
  .catTitulkaWrap a .inner {
    padding: 0.5rem;
  }
}
@media (max-width: 400px) {
  .pItem {
    width: 100%;
  }
}
@media (max-height: 800px) {
  #mainBannerWrap {
    padding-bottom: 60px;
    height: auto !important;
  }
  #mainBannerWrap h1 {
    margin-bottom: 0;
  }
}
.notice-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.notice-wrap .notice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
}
.notice-wrap .btn-area {
  margin-top: 1em;
  text-align: center;
}
.wsEd {
  line-height: 1.7em;
}
@media (max-width: 992px) {
  line-height: normal;
}
.wsEd .perex {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 1rem 1.5rem;
  border-radius: 4px;
}
.wsEd .preformat {
  font-family: 'Courier', Arial, serif;
}
.wsEd cite {
  font-style: italic;
  letter-spacing: 0.04em;
}
.wsEd acronym {
  border-bottom: 1px dotted #d7d7d7;
  cursor: help;
}
.wsEd ol {
  list-style-type: decimal;
  padding-left: 24px;
}
.wsEd ul {
  list-style-type: circle;
  padding-left: 24px;
}
.wsEd .button,
.wsEd .buttonDark {
  background: #fff;
  color: #ffcb0d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 1.875rem;
  line-height: normal;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #ffcb0d;
  text-align: center;
}
.wsEd .button:hover,
.wsEd .buttonDark:hover {
  background: #ffcb0d;
  color: #452c59;
}
.wsEd .buttonDark {
  background: #452c59;
  border-color: #452c59;
}
.wsEd .buttonDark:hover {
  background: #ffcb0d;
  border-color: #ffcb0d;
}
@media (max-width: 992px) {
  .wsEd .button,
  .wsEd .buttonDark {
    font-size: 16px;
    padding: 18px 24px;
  }
}
@media (max-width: 768px) {
  .wsEd .button,
  .wsEd .buttonDark {
    padding: 16px 20px;
  }
}
.wsEd .color1 {
  color: #fa5617;
}
.wsEd .color2 {
  color: #d7d7d7;
}
.wsEd .color3 {
  color: #88b807;
}
.wsEd .color4 {
  color: #ffcb0d;
}
.wsEd .color5 {
  color: #372148;
}
.wsEd .color6 {
  color: #0d58ff;
}
.wsEd .table tbody tr th {
  color: #452c59;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2px solid #efefef;
}
.wsEd .table tbody tr th:first-child {
  text-align: left;
}
.wsEd .table tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}
.wsEd .table tbody tr th,
.wsEd .table tbody tr td {
  padding: 0.5rem 1rem;
}
#headerWrap {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  border-bottom: none;
  z-index: 20;
}
.navigationOuterWrap {
  display: none;
}
.contactUsWrap {
  margin-top: -3.8125rem;
}
@media (max-width: 991px) {
  .contactUsWrap {
    margin-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .contactUsWrap {
    margin: 1rem 0;
  }
}
@media (max-height: 800px) {
  .contactUsWrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
body {
  background: url('/images/body-bg.jpg') repeat-x left top;
}
#content h1 {
  display: none;
}
.innerPagesBottom h2.featured {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 30px;
}
#totalContentWrap {
  padding-top: 0;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #1199ff;
}
.flickity-button:active {
  opacity: .6;
}
.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.prod-carousel {
  margin: 0 -8px;
}
.prod-carousel .carousel-cell {
  width: 33.3333%;
  padding: 0 8px;
  height: 155px;
}
.prod-carousel .carousel-cell img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.prod-carousel .flickity-prev-next-button {
  width: 40px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #efefef;
}
.prod-carousel .flickity-prev-next-button.previous {
  left: 8px;
}
.prod-carousel .flickity-prev-next-button.next {
  right: 8px;
}
.prod-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
}
.novinky-carousel .flickity-prev-next-button {
  width: 50px;
  height: 80px;
  border-radius: 4px;
  border: 2px solid #efefef;
}
.novinky-carousel .flickity-prev-next-button.previous {
  left: -50px;
}
.novinky-carousel .flickity-prev-next-button.next {
  right: -50px;
}
.novinky-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 25%;
  height: 25%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.double-carousel .carousel-cell {
  width: 100%;
}
.double-carousel .carousel-cell .i1,
.double-carousel .carousel-cell .i2 {
  display: block;
  border-radius: 4px;
  border: 2px solid #efefef;
  overflow: hidden;
}
.double-carousel .carousel-cell .i1 {
  margin-bottom: 1.875rem;
}
.double-carousel .carousel-cell img {
  display: block;
  width: 100%;
  height: auto;
}
.double-carousel .flickity-prev-next-button {
  width: 50px;
  height: 80px;
  border-radius: 4px;
  border: 2px solid #efefef;
}
.double-carousel .flickity-prev-next-button.previous {
  left: -80px;
}
.double-carousel .flickity-prev-next-button.next {
  right: -80px;
}
.double-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 25%;
  height: 25%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1310px) {
  .double-carousel .flickity-prev-next-button,
  .novinky-carousel .flickity-prev-next-button {
    width: 40px;
    height: 60px;
  }
  .double-carousel .flickity-prev-next-button.previous,
  .novinky-carousel .flickity-prev-next-button.previous {
    left: -11px;
  }
  .double-carousel .flickity-prev-next-button.next,
  .novinky-carousel .flickity-prev-next-button.next {
    right: -11px;
  }
  .novinky-carousel .flickity-prev-next-button.previous {
    left: 4px;
  }
  .novinky-carousel .flickity-prev-next-button.next {
    right: 4px;
  }
}
@media (max-width: 1199px) {
  .prod-carousel .carousel-cell {
    height: 104px;
  }
}
