@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext');
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: 'Quicksand', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #403a48;
  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: #403a48;
}
a {
  text-decoration: underline;
  transition: all 0.1s linear;
  color: #403a48;
}
a:hover {
  text-decoration: none;
  color: #ed1c24;
}
textarea {
  resize: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cf-8 {
  height: 8px;
}
.cf-15 {
  height: 15px;
}
::-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;
}
.flexibleAuto {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.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;
}
.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: 1170px;
  }
}
.noMar {
  margin: 0;
}
.noPad {
  padding: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
  float: none;
}
.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;
}
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;
}
.red {
  color: #f34950;
}
.green {
  color: #62aa1c;
}
.blue {
  color: #adc1cf;
}
h1,
.imgNad {
  font-size: 32px;
  font-weight: 700;
  color: #403a48;
  line-height: normal;
  margin-bottom: 24px;
  padding-left: 30px;
  background: url('/images/heart.svg') no-repeat left 17px;
  background-size: 15px 15px;
}
.redHead {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #403a48;
  line-height: normal;
  margin-bottom: 24px;
  padding: 12px 15px;
  padding-left: 40px;
  background: url('/images/heart-white.svg') #f34950 no-repeat 13px 24px;
  color: #fff !important;
  line-height: 1 !important;
  background-size: 15px 15px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
}
.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: 44px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  color: #403a48;
}
label.sel select option {
  font-size: 14px;
  padding: 10px;
}
label.sel:before {
  content: '';
  position: absolute;
  border: 1px solid #e1e1e1;
  width: 28px;
  height: 36px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 2px;
  right: 2px;
  background: #fafafa;
  pointer-events: none;
  border-radius: 2px;
}
label.sel:after {
  content: '';
  position: absolute;
  background: url('/images/select-bg.svg') no-repeat center center;
  width: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  background-size: 10px;
  height: 10px;
  pointer-events: none;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  z-index: 99999;
}
.loader img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.novinka {
  display: block;
  position: absolute;
  height: 18px;
  font-size: 8px;
  border-radius: 100px;
  line-height: 18px;
  text-transform: uppercase;
  background: #329fcc;
  padding: 0 10px;
  font-weight: 700;
  color: #fff;
  left: 0;
  top: 0;
}
.akcia {
  height: 18px;
  background: #f0dc52;
  border: 1px solid #c8bc78;
  line-height: 16px;
  padding: 0 10px;
  color: #2c2c2c;
  font-size: 10px;
  font-weight: 700;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0;
  right: 7px;
}
.akcia:before {
  position: absolute;
  border-radius: 2px;
  display: block;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background: #f0dc52;
  border: 1px solid #c8bc78;
  border-left: none;
  border-bottom: none;
  content: '';
  right: -6px;
  top: 2px;
  z-index: 10;
}
.akcia:after {
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid #c8bc78;
  content: '';
  position: absolute;
  z-index: 15;
  right: -2px;
  top: 4px;
  border-radius: 100px;
}
#header {
  position: relative;
  z-index: 9999;
  background: #ffffff;
}
#header .login-modal-closer {
  display: none !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
}
#header .login-modal-closer svg {
  width: 14px;
  height: 14px;
  fill: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header .login-modal-btn {
  display: none !important;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #f34950;
  border-radius: 2px;
}
#header .login-modal-btn svg {
  width: 20px;
  height: 20px;
  fill: #f34950;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 992px) {
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header.fixed #headerBottom {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  #header.fixed #headerBottom .hLogo img {
    width: auto;
    height: 40px;
  }
  #header.fixed #searchBoxWrap {
    margin-top: 0;
  }
  #header.fixed #kosikBoxWrap {
    margin-top: 0;
  }
  #header.fixed #kosikBoxWrap .kosikBox .cart {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  #header.fixed #kosikBoxWrap .kosikBox .cart .top,
  #header.fixed #kosikBoxWrap .kosikBox .cart .bottom {
    display: none;
  }
  #header.fixed #kosikBoxWrap .kosikBox .cart svg {
    left: 0;
    right: 0;
  }
  #header #mainMenu {
    text-align: center;
    margin-top: 8px;
  }
  #header #mainMenu .level-1 li a {
    font-size: 12px;
    padding-bottom: 8px;
  }
  #header #mainMenu .level-2-wrap {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  #header .login-modal-btn {
    display: block !important;
  }
  #header .login-modal-closer {
    display: block !important;
  }
  #header #headerTop {
    padding-top: 10px;
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #header #headerTop .leftPart {
    display: none;
  }
  #header #headerTop.show {
    display: block;
  }
  #header #headerBottom .hLogo img {
    width: auto;
    height: 40px;
  }
  #header #searchBoxWrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  #header .menuShower {
    margin-top: 0;
    top: -40px;
    position: absolute;
  }
  #header #kosikBoxWrap {
    margin-top: 0;
    position: absolute;
    top: -40px;
    right: 15px;
  }
}
#headerTop {
  background: #302c36;
  padding: 14px 0;
  overflow: hidden;
}
#headerTop .leftPart ul li:last-child a {
  position: relative;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#headerTop .leftPart ul li:last-child a:hover {
  color: #fff;
}
#headerTop .leftPart ul li:last-child a span {
  display: block;
  position: relative;
  z-index: 2;
  background-image: url('/images/l4.svg');
  background-position: left center;
  padding-left: 16px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
#headerTop .leftPart ul li:last-child a:before {
  position: absolute;
  content: '';
  background: #4267b2;
  width: 100%;
  height: 200px;
  top: -40px;
  left: 0;
  z-index: 1;
}
#headerTop ul {
  list-style: none;
  display: block;
  font-size: 0;
}
#headerTop ul li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-right: 16px;
}
#headerTop a {
  display: block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background-position: left center;
  padding-left: 16px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
#headerTop a.l1 {
  background-image: url('/images/l1.svg');
}
#headerTop a.l2 {
  background-image: url('/images/l2.svg');
}
#headerTop a.l3 {
  background-image: url('/images/l3.svg');
}
#headerTop a.l4 {
  background-image: url('/images/l4.svg');
}
#headerTop a.l5 {
  background-image: url('/images/ico-insta.svg');
}
#headerTop a.log {
  background-image: url('/images/log.svg');
}
#headerTop a.reg {
  background-image: url('/images/reg.svg');
}
#headerTop a.set {
  background-image: url('/images/set.svg');
}
#headerTop a:hover {
  color: #db6a6e;
}
#headerBottom {
  padding: 30px 0;
}
#headerBottom .hLogo a {
  display: block;
}
#headerBottom .hLogo img {
  display: block;
}
.hKosik {
  position: relative;
}
.mainMenu {
  border-bottom: 1px solid #ffe5e6;
}
#content {
  padding-top: 32px;
  padding-bottom: 60px;
  min-height: 500px;
}
#content .main-container-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  #content .main-container-wrap .main-container-left-part {
    order: 2;
  }
  #content .main-container-wrap .main-container-right-part {
    order: 1;
  }
}
.breadcrumbs {
  margin-bottom: 16px;
}
.breadcrumbs a {
  color: #403a48 !important;
  font-size: 12px;
}
.breadcrumbs a.last {
  font-weight: 700;
  text-decoration: none;
  color: #f34950 !important;
}
.breadcrumbs a.last:hover {
  color: #8e1c21 !important;
}
#overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 99999;
}
#popupWrap {
  width: 100%;
  height: 100%;
}
#popupWrap .window {
  padding: 12px;
}
#popup {
  margin: 0 auto;
  max-width: 500px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
#popup h2 {
  background: #403a48;
  color: #fff;
  font-size: 20px;
  padding: 14px 24px;
  padding-right: 47px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#popup .closer {
  display: block;
  width: 10px;
  height: 10px;
  background: url('/images/delete.svg') no-repeat center center;
  background-size: 10px 10px;
  position: absolute;
  top: 19px;
  right: 19px;
}
#popup .content {
  border: 1px solid #e1e1e1;
  padding: 15px;
}
#popup .content .cartTable {
  font-size: 13px;
}
#popup .content .cartTable .dTd-m {
  padding: 6px;
}
#popup .content .cartTable .dTd-m.w-1 {
  padding-left: 0;
}
#popup .content .cartTable .img img {
  display: block;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
#popup .content .cartTable .text a {
  display: block;
  text-decoration: none;
  color: #f34950;
  font-weight: 500;
}
#popup .content .cartTable .text a:hover {
  text-decoration: underline;
}
#popup .content .cartTable .text span {
  margin-top: 4px;
  display: block;
  font-weight: 500;
}
#popup .content .cartTable .price {
  white-space: nowrap;
}
#popup .content .cartTable .price strike {
  color: #949494;
}
#popup .content .cartTable .price span {
  display: block;
}
#popup .content .cartTable .price strong {
  display: block;
  font-size: 16px;
}
#popup .content .bottom {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e1e1e1;
}
#popup .content .bottom a {
  font-size: 12px;
  padding: 6px;
}
.alert {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  background: #f0faff;
  border: 1px solid #adc1cf;
  border-radius: 2px;
  border-left-width: 5px;
}
.alert.false {
  background: #ffd5d6;
  border-color: #f05a5c;
  color: #f05a5c;
}
.alert.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;
}
.goPayBox {
  border: 1px solid #e1e1e1;
  margin: 15px auto 0 auto;
}
.goPayBox .icon {
  display: inline-block;
  width: 33.3333%;
  height: 30px;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
}
.goPayBox .icon img {
  max-width: 100%;
  height: auto;
  max-height: 20px;
  display: block;
  margin: 0 auto;
}
.goPayBox h4 {
  padding-bottom: 0 !important;
}
.goPayBox .topContent {
  padding: 15px;
  background: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}
.goPayBox .content {
  padding: 15px;
}
.goPayBox .bottomContent {
  padding: 15px;
  border-top: 1px solid #e1e1e1;
  background: #fafafa;
}
.goPayBox .bottomContent .button {
  display: block;
  text-align: center;
}
.button .vis {
  display: block;
}
.button .invis {
  display: none;
}
.button.active .vis {
  display: none;
}
.button.active .invis {
  display: block;
}
.img-and-content-outer-wrap {
  margin-bottom: 2em;
}
.img-and-content-outer-wrap .img-and-content-wrap.img-left .img {
  float: left;
}
.img-and-content-outer-wrap .img-and-content-wrap.img-left h2 {
  float: right;
  padding-left: 2rem;
}
.img-and-content-outer-wrap .img-and-content-wrap.img-left .content {
  float: right;
  padding-left: 2rem;
}
.img-and-content-outer-wrap .img-and-content-wrap.img-right .img {
  float: right;
}
.img-and-content-outer-wrap .img-and-content-wrap.img-right h2 {
  float: left;
  padding-right: 2rem;
}
.img-and-content-outer-wrap .img-and-content-wrap.img-right .content {
  float: left;
  padding-right: 2rem;
}
.img-and-content-outer-wrap .img-and-content-wrap .img {
  width: 30%;
}
.img-and-content-outer-wrap .img-and-content-wrap .img img {
  display: block;
  width: 100%;
  height: auto;
}
.img-and-content-outer-wrap .img-and-content-wrap h2 {
  width: 70%;
}
.img-and-content-outer-wrap .img-and-content-wrap .content {
  width: 70%;
}
.img-and-content-outer-wrap .img-and-content-wrap .content ul {
  list-style-type: disc;
}
.img-and-content-outer-wrap .img-and-content-wrap .content ol {
  list-style-type: decimal;
}
@media (max-width: 400px) {
  .img-and-content-outer-wrap .img-and-content-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .img-and-content-outer-wrap .img-and-content-wrap .img {
    width: 100%;
    order: 2;
  }
  .img-and-content-outer-wrap .img-and-content-wrap h2 {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .img-and-content-outer-wrap .img-and-content-wrap .content {
    order: 3;
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
}
@media (max-width: 1200px) {
  .hLogo img {
    margin: 0 auto;
    height: 60px;
  }
  #headerBottom {
    padding: 15px 0;
  }
}
@media (max-width: 990px) {
  h1,
  .imgNad {
    font-size: 24px;
    background-position: left 10px;
  }
  #headerTop {
    padding-top: 0;
  }
  #headerTop .leftPart {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #4f4956;
    overflow: hidden;
  }
  #headerTop .rightPart {
    width: 100%;
    text-align: left;
  }
  #headerBottom {
    border-bottom: 1px solid #ffe5e6;
  }
  #content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #popup .content .bottom .buttonDark {
    margin-bottom: 12px;
  }
  #popup .content .bottom .button,
  #popup .content .bottom .buttonDark {
    text-align: center;
    display: block;
  }
}
@media (max-width: 600px) {
  .hLogo img {
    height: 30px;
  }
  #headerTop {
    padding-top: 10px;
  }
  #headerTop .leftPart {
    display: none;
  }
  #headerTop .rightPart ul li {
    width: auto;
    float: left;
    margin-right: 0;
    padding-right: 12px;
  }
  #headerTop .rightPart ul li.loggedIn {
    margin-bottom: 8px;
    width: 100%;
    float: none;
  }
  #headerTop .rightPart ul li.logout {
    padding-right: 0;
  }
  .cookies .dTable .dTd-m {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .cookies .dTable .dTd-m:last-child {
    margin-bottom: 0;
  }
  .cookies a.button {
    display: block !important;
  }
  #popup .cartTable .img {
    width: 30%;
    float: left;
    display: block;
  }
  #popup .cartTable .img img {
    width: 100%;
    height: auto;
  }
  #popup .cartTable .text {
    width: 70%;
    float: left;
    display: block;
  }
  #popup .cartTable .price {
    float: none;
    display: block;
    clear: both;
    margin-top: 12px;
  }
  #popup .cartTable .img,
  #popup .cartTable .text,
  #popup .cartTable .price {
    text-align: left;
  }
}
.wsEd {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  color: #403a48;
  font-weight: 400;
}
.wsEd h2,
.wsEd h3,
.wsEd h4,
.wsEd h5,
.wsEd h6 {
  color: #403a48;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.wsEd a {
  color: #f34950;
}
.wsEd h2 a,
.wsEd h3 a,
.wsEd h4 a,
.wsEd h5 a,
.wsEd h6 a {
  color: #403a48;
}
.wsEd a.button,
.wsEd div.fSubmit input {
  background: #f34950;
  color: white;
  border: 1px solid #f34950;
  border-radius: 2px;
  display: inline-block;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.wsEd a.button:hover,
.wsEd div.fSubmit input:hover {
  background: #8e1c21;
  border-color: #8e1c21;
}
.wsEd a.buttonDark {
  background: #fff;
  color: #f34950;
  border: 1px solid #f34950;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.wsEd a.buttonDark:hover {
  background: #f34950;
  color: #fff;
}
.wsEd .size6,
.wsEd h2 {
  font-size: 32px;
}
@media (max-width: 990px) {
  .wsEd .size6,
  .wsEd h2 {
    font-size: 24px;
  }
}
.wsEd .size5,
.wsEd h3 {
  font-size: 26px;
}
@media (max-width: 990px) {
  .wsEd .size5,
  .wsEd h3 {
    font-size: 20px;
  }
}
.wsEd .size4,
.wsEd h4 {
  font-size: 22px;
  padding-bottom: 15px;
}
@media (max-width: 990px) {
  .wsEd .size4,
  .wsEd h4 {
    font-size: 16px;
  }
}
.wsEd .size3,
.wsEd h5 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 990px) {
  .wsEd .size3,
  .wsEd h5 {
    font-size: 14px;
  }
}
.wsEd .size2,
.wsEd h6 {
  font-size: 18px;
}
@media (max-width: 990px) {
  .wsEd .size2,
  .wsEd h6 {
    font-size: 12px;
  }
}
.wsEd .size1 {
  font-size: 11px;
}
.wsEd img {
  border: none;
}
.wsEd .borderImage {
  border: 5px solid #eeeeee;
  border-radius: 8px;
  box-shadow: 0px 0px 2px #454545;
}
.wsEd .borderImage:hover {
  box-shadow: 0px 0px 4px #454545;
}
.wsEd cite {
  color: #ff0000;
  font-style: italic;
}
.wsEd .perex {
  background: #f8f8f8;
  border: 1px solid #ededed;
  padding: 10px 15px;
}
.wsEd .color1 {
  color: #000000;
}
.wsEd .color2 {
  color: #333333;
}
.wsEd .color3 {
  color: #4a4a4a;
}
.wsEd .color4 {
  color: #888888;
}
.wsEd .color5 {
  color: #8EC500;
}
.wsEd .color6 {
  color: red;
}
.wsEd .table {
  color: #666666;
}
.wsEd .table td,
.wsEd .table th {
  border-bottom: 1px solid white;
  padding: 7px 20px;
}
.wsEd .table td {
  background-color: #f5f5f5;
}
.wsEd .table th,
.wsEd .table th * {
  background-color: #666666;
  color: white;
}
.wsEd .table .lited td {
  background-color: #e8e8e8;
}
.wsEd .table .foot td,
.wsEd .table .foot td * {
  background-color: #999999;
  color: white;
}
.wsEd h2,
.wsEd h3,
.wsEd h4,
.wsEd h5,
.wsEd h6 {
  line-height: normal;
  margin-bottom: 0.25em;
}
.wsEd ul {
  padding-left: 25px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wsEd ol {
  padding-left: 25px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: decimal;
}
.wsEd a:hover,
.wsEd a.button:hover,
.wsEd a.buttonDark:hover {
  text-decoration: none;
}
.wsEd p {
  margin: 0px;
}
.wsEd .preformat {
  font-family: courier;
  font-size: 12px;
}
.wsEd acronym {
  border-bottom: 1px dashed red;
  color: black;
  cursor: help;
}
.wsEd blockquote {
  margin: 0px;
  padding-left: 20px;
}
@media (max-width: 990px) {
  line-height: 1.4em;
}
@media (max-width: 600px) {
  .wsEd {
    font-size: 12px;
  }
}
.content-img {
  padding: 1.5em;
  border-radius: 2px;
  background: #eaeaea;
  margin: 0 auto;
  max-width: 320px;
}
.content-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recipe-wrap .perex {
  margin-bottom: 2em;
}
.recipe-wrap .info {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
}
.recipe-wrap .info .col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.recipe-wrap .info .image {
  margin-bottom: 0.5em;
}
.recipe-wrap .info svg {
  display: block;
  fill: #f34950;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
}
.recipe-wrap .info .text {
  margin-top: auto;
  text-align: center;
}
.recipe-wrap .info h6 {
  margin-bottom: 0.5em;
}
.recipe-wrap .info-text {
  margin-bottom: 2em;
}
.recipe-wrap .ingredients {
  margin-bottom: 2em;
}
.recipe-wrap .ingredients ul {
  margin: 0;
  padding: 0;
  min-width: 280px;
  width: 50%;
}
.recipe-wrap .ingredients li {
  padding: 0.5em;
  border-bottom: 1px solid #e0e0e0;
}
.recipe-wrap .preparation h4 {
  font-style: italic;
  margin-bottom: 0.25em;
  padding: 0;
}
.subCategories {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.subCategories .catList {
  margin: 0;
  padding: 0;
  margin-left: -1%;
}
.subCategories .catList li {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 1%;
  float: left;
}
.subCategories .cat {
  display: block;
  line-height: normal;
  color: #403a48;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 4px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}
.subCategories .cat .dTable {
  height: 100%;
}
.subCategories .cat:hover {
  color: #f34950;
}
.subCategories .cat img {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}
.subCategories .cat .name {
  padding-left: 4px;
}
#filter {
  margin-bottom: 30px;
}
#filter .top {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
#filter .bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
#catPopis {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
#catPopis img {
  display: block;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
#catPopis .popis {
  padding-left: 30px;
}
#sliderWrap {
  position: relative;
  height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background: url('/images/slider-range-bg.png') repeat-x left top;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}
#slider {
  height: 28px;
  position: relative;
}
#slider .ui-slider-range {
  background: rgba(245, 193, 193, 0.4);
  height: 28px;
  position: absolute;
}
#slider .ui-slider-handle {
  position: absolute;
  width: 1px;
  height: 1px;
  display: block;
  margin-left: -1px !important;
}
#slider .ui-slider-handle:after {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  content: '';
  width: 28px;
  height: 28px;
  right: 0;
  top: -1px;
  display: block;
  position: absolute;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
#slider .ui-slider-handle + .ui-slider-handle {
  margin-left: 0 !important;
}
#slider .ui-slider-handle + .ui-slider-handle:after {
  left: 0;
  right: auto;
}
.sliderPrice {
  line-height: 1 !important;
  margin-top: 12px;
}
.sliderPrice span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1 !important;
  color: #827a8d;
}
@media (max-width: 990px) {
  .subCategories .catList li {
    width: 49%;
  }
}
@media (max-width: 600px) {
  .subCategories .catList li {
    width: 99%;
  }
  .subCategories .cat img {
    width: 30px;
    height: 30px;
  }
  #catPopis .dTd-t.w-1 img {
    width: 50px;
    height: 50px;
  }
  #catPopis .popis {
    padding-left: 8px;
  }
}
.pager ul {
  display: block;
  text-align: right;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.pager ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 6px;
}
.pager ul li a {
  display: block;
  height: 26px;
  line-height: 26px;
  min-width: 26px;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  background: #403a48;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
}
.pager ul li:hover a {
  background: #7d7882;
}
.pager ul li.active a {
  background: #f34950;
}
@media (max-width: 990px) {
  .pager ul li {
    margin: 0 2px;
  }
}
#searchBoxWrap {
  margin-top: 24px;
  position: relative;
}
#searchBoxWrap .searchBox {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
#searchBoxWrap input {
  border: 1px solid #e1e1e1;
  width: 100%;
  display: block;
  height: 40px;
  border-radius: 2px;
  padding-right: 45px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 12px;
}
#searchBoxWrap input.loading {
  background: url('/images/loader-small.apng') no-repeat right 45px center;
}
#searchBoxWrap .btnSearch {
  background: #f34950;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 2px;
  right: 2px;
  top: 2px;
}
#searchBoxWrap .btnSearch img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
#searchBoxWrap .btnSearch:hover {
  background: #8e1c21;
}
.searchBoxContent {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 1px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  z-index: 5000;
}
.searchBoxContent .searchBoxInnerContent {
  padding: 6px;
}
.searchBoxContent .item:last-child {
  margin-bottom: 0;
}
.searchBoxContent .item a {
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px;
  display: block;
  text-decoration: none;
}
.searchBoxContent .item .img img {
  display: block;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
.searchBoxContent .item .content {
  padding-left: 12px;
  font-size: 12px;
}
.searchBoxContent .item strike {
  color: #949494;
  font-size: 10px;
  margin-right: 6px;
}
.searchBoxContent .item .top,
.searchBoxContent .item .bottom {
  display: block;
}
.searchBoxContent .item .top {
  margin-bottom: 4px;
}
.searchBoxContent .item .price {
  color: #403a48;
}
.searchBoxContent .item.active a,
.searchBoxContent .item:hover a {
  background: #d2f0ff;
  border-color: #add6eb;
}
.searchBoxContent .searchResult {
  padding: 12px;
  background: #fafafa;
  border-top: 1px solid #e1e1e1;
  font-size: 10px;
}
.searchBoxContent .searchResult a {
  color: #f34950;
  text-decoration: none;
}
.searchBoxContent .searchResult a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  #searchBoxWrap {
    margin-top: 15px;
  }
}
#kosikBoxWrap {
  margin-top: 15px;
}
#kosikBoxWrap .cart {
  border: 1px solid #f34950;
  color: #f34950;
  position: relative;
  padding: 10px 16px;
  padding-left: 45px;
  text-decoration: none;
  border-radius: 2px;
  display: block;
  text-transform: uppercase;
}
#kosikBoxWrap .cart .top,
#kosikBoxWrap .cart .bottom {
  display: block;
}
#kosikBoxWrap .cart .top {
  margin-bottom: 6px;
  font-size: 12px;
}
#kosikBoxWrap .cart .bottom {
  font-size: 14px;
}
#kosikBoxWrap .cart svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.1s linear;
}
#kosikBoxWrap .kosikBox {
  float: right;
  position: relative;
}
#kosikBoxWrap .kosikBox:hover .cart {
  background: #f34950;
  color: #fff;
}
#kosikBoxWrap .kosikBox:hover .cart svg {
  fill: #fff;
}
#kosikBoxWrap .kosikBox:hover .cartContent {
  display: block;
}
#kosikBoxWrap .cartContent {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 2000;
}
#kosikBoxWrap .cartContent .itemsWrap {
  padding: 12px 14px;
}
#kosikBoxWrap .cartContent .cartTable tr:first-child th {
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
}
#kosikBoxWrap .cartContent .cartTable tr:nth-child(2) td {
  padding-top: 12px;
}
#kosikBoxWrap .cartContent .cartTable tr:last-child td {
  padding-top: 12px;
  border-top: 1px solid #e1e1e1;
}
#kosikBoxWrap .cartContent .cartTable tr:nth-last-child(2) td {
  padding-bottom: 12px;
}
#kosikBoxWrap .cartContent .cartTable input {
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  text-align: center;
}
#kosikBoxWrap .cartContent .cartTable th,
#kosikBoxWrap .cartContent .cartTable td {
  padding-left: 24px;
  font-size: 12px;
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 3px;
}
#kosikBoxWrap .cartContent .cartTable th:first-child,
#kosikBoxWrap .cartContent .cartTable td:first-child {
  padding-left: 0;
}
#kosikBoxWrap .cartContent .cartTable th.name,
#kosikBoxWrap .cartContent .cartTable td.name {
  padding-left: 12px;
  line-height: normal;
}
#kosikBoxWrap .cartContent .cartTable th.img img,
#kosikBoxWrap .cartContent .cartTable td.img img {
  display: block;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}
#kosikBoxWrap .cartContent .cartTable th.sum,
#kosikBoxWrap .cartContent .cartTable td.sum {
  font-size: 14px;
  font-weight: 700;
}
#kosikBoxWrap .cartContent .cartTable th.sumBig,
#kosikBoxWrap .cartContent .cartTable td.sumBig {
  font-size: 14px;
  font-weight: 700;
  color: #f34950;
}
#kosikBoxWrap .cartContent .cartTable th {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  padding-bottom: 12px;
}
#kosikBoxWrap .cartContent .cartTable th:first-child {
  text-align: left;
  padding-left: 0;
}
#kosikBoxWrap .cartContent span.top,
#kosikBoxWrap .cartContent span.bottom {
  display: block;
}
#kosikBoxWrap .cartContent span.top {
  margin-bottom: 4px;
}
#kosikBoxWrap .cartContent .link a {
  font-size: 14px;
  color: #f34950;
  font-weight: 700;
}
#kosikBoxWrap .cartContent a.name {
  display: block;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#kosikBoxWrap .cartContent .btnDel {
  background: #f34950;
  border-radius: 2px;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
#kosikBoxWrap .cartContent .btnDel:hover {
  background: #8e1c21;
}
#kosikBoxWrap .cartContent .btnDel img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
}
@media (max-width: 990px) {
  #kosikBoxWrap .cart {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  #kosikBoxWrap .cart svg {
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  #kosikBoxWrap .cart .top,
  #kosikBoxWrap .cart .bottom {
    display: none;
  }
}
@media (max-width: 600px) {
  #kosikBoxWrap .cartContent {
    display: none !important;
  }
}
#mainMenu {
  position: relative;
}
#mainMenu .level-1 li {
  display: inline-block;
}
#mainMenu .level-1 li.level-1-item img {
  display: none;
}
#mainMenu .level-1 li:hover a {
  color: #f34950;
}
#mainMenu .level-1 li:hover li a {
  color: #403a48;
}
#mainMenu .level-1 li:hover li a:hover {
  color: #f34950;
}
#mainMenu .level-1 li a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 8px 12px 8px;
  text-decoration: none;
  color: #403a48;
  position: relative;
  z-index: 120;
}
#mainMenu .level-1 li a.active {
  color: #f34950;
}
#mainMenu .level-1 li a.active:after {
  display: block;
  position: absolute;
  top: 100%;
  content: '';
  width: 100%;
  height: 1px;
  background: #f34950;
  left: 0;
}
#mainMenu .level-2-wrap {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #ffe5e6;
  z-index: 100;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#mainMenu .level-2-wrap .bigImage {
  position: relative;
}
#mainMenu .level-2-wrap .bigImage img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
}
#mainMenu .level-2-wrap .leftMenuPart {
  padding-top: 24px;
}
#mainMenu .level-2 {
  margin: 0 -15px;
}
#mainMenu .level-2 .column {
  width: 33.3333%;
  display: block;
  float: left;
  padding: 0 15px;
}
#mainMenu .level-2 li {
  display: block;
}
#mainMenu .level-2 li.list {
  margin-bottom: 24px;
}
#mainMenu .level-2 li.list li {
  margin-bottom: 7px;
}
#mainMenu .level-2 li.list li:last-child {
  margin-bottom: 0;
}
#mainMenu .level-2 li.list li a {
  line-height: normal;
}
#mainMenu .level-2 li a {
  font-size: 12px;
  text-transform: none;
  padding: 0;
}
#mainMenu .level-2 li a.name {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
}
#mainMenu .level-2 li a.name .nazov {
  padding-left: 10px;
}
#mainMenu .level-2 li a.name img {
  display: block;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  width: 40px;
  height: 40px;
}
.menuShower {
  margin-top: 15px;
  float: left;
  display: block;
  border-radius: 2px;
  border: 1px solid #403a48;
  background: #403a48;
  color: #fff;
  height: 40px;
  width: 40px;
  position: relative;
}
.menuShower svg {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.menuShower svg path {
  transition: all 0.1s linear;
}
.menuShower:hover {
  background: #f34950;
  border-color: #f34950;
}
.menuCloser {
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background: #403a48;
  overflow: hidden;
}
.menuCloser span {
  color: #fff;
  transform: rotate(-90deg) translateX(-50%);
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.menuCloser span img {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .menuShower {
    display: block !important;
  }
  .menuCloser {
    display: block !important;
  }
  .mainMenu {
    position: fixed;
    transition: all 0.1s linear;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    right: 100%;
    top: 0;
    z-index: 999999999999;
    background: #fff;
  }
  .mainMenu.active {
    right: 0;
  }
  .mainMenu.active .menuCloser {
    position: fixed;
    z-index: 220;
  }
  #mainMenu {
    margin-right: 40px;
    border-bottom: 1px solid #fff;
  }
  #mainMenu .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
  }
  #mainMenu .level-1 {
    display: block;
  }
  #mainMenu .level-1 li {
    display: block;
  }
  #mainMenu .level-1 li:first-child a {
    border-top: none;
  }
  #mainMenu .level-1 li.level-1-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  #mainMenu .level-1 li.level-1-item a.active {
    background: #f34950;
    color: #fff;
  }
  #mainMenu .level-1 li.level-1-item a img {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
  }
  #mainMenu .level-1 li .level-2-wrap {
    display: none !important;
  }
}
#footerWrap {
  background: #302c36;
  padding-top: 32px;
}
#footerWrap h2,
#footerWrap h3,
#footerWrap h4,
#footerWrap h5,
#footerWrap h6 {
  color: #fff;
}
#footerWrap ul,
#footerWrap ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footerWrap a {
  color: #fff;
  text-decoration: none;
}
#footerWrap a:hover {
  color: #db6a6e;
}
#footerWrap form {
  margin-top: 6px;
}
#footerWrap form ::-webkit-input-placeholder {
  color: #d7d4db;
  font-style: italic;
}
#footerWrap form :-moz-placeholder {
  color: #d7d4db;
  font-style: italic;
}
#footerWrap form ::-moz-placeholder {
  color: #d7d4db;
  font-style: italic;
}
#footerWrap form :-ms-input-placeholder {
  color: #d7d4db;
  font-style: italic;
}
#footerWrap input {
  height: 40px;
  border-radius: 2px;
  width: 100%;
  background: #4f4956;
  padding: 0 12px;
  color: #fff;
  transition: all 0.1s linear;
}
#footerWrap input[type="submit"] {
  background: #db6a6e;
  color: #fff;
  text-transform: uppercase;
}
#footerWrap input[type="submit"]:hover {
  background: #c34c51;
}
#footerTop {
  border-bottom: 1px solid #4f4956;
  padding-bottom: 32px;
  color: #c1c1c1;
  font-weight: 500;
}
#footerBottom {
  padding-top: 32px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 32px;
}
#footerBottom img {
  max-width: 100%;
  display: block;
  height: auto !important;
}
#footerBottom .box-left .social {
  margin-top: 1em;
}
#footerBottom .box-left .social li {
  display: inline-block;
  margin-right: 1em;
}
#footerBottom .box-left .social li:last-child {
  margin-right: 0;
}
#footerBottom .box-left .social a {
  display: block;
}
#footerBottom .box-left .social a:hover svg {
  fill: #f34950;
}
#footerBottom .box-left .social a svg {
  fill: #fff;
  display: block;
  width: 1.5em;
  height: 1.5em;
  transition: all 0.1s linear;
}
#copyright {
  color: #fff;
  font-size: 12px;
  background: #28242d;
}
#copyright a {
  color: #db6a6e;
}
#copyright a:hover {
  text-decoration: underline;
}
#copyright .container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#copyright .container:after {
  position: absolute;
  right: 0;
  top: -1px;
  height: 2px;
  background: #4f4956;
  width: 40px;
}
@media (max-width: 990px) {
  #footer h4 {
    padding-bottom: 6px;
  }
  #footer .col-md-6,
  #footer .col-md-3 {
    margin-bottom: 15px;
  }
  #footer .col-md-6:last-child,
  #footer .col-md-3:last-child {
    margin-bottom: 0;
  }
}
#kategorieMenu .level-1 {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#kategorieMenu .level-1 li {
  display: block;
}
#kategorieMenu .level-1 li.levelWrap {
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 0;
}
#kategorieMenu .level-1 li.levelWrap:first-child {
  border-top: none;
}
#kategorieMenu .level-1 li.levelWrap:last-child {
  border-bottom: none;
}
#kategorieMenu .level-1 li .cat {
  display: block;
  color: #403a48;
  text-decoration: none;
}
#kategorieMenu .level-1 li .cat.active {
  color: #f34950;
}
#kategorieMenu .level-1 li:hover .cat {
  color: #f34950;
}
#kategorieMenu .level-1 li:hover li .cat {
  color: #403a48;
}
#kategorieMenu .level-1 li:hover li:hover .cat {
  color: #f34950;
}
#kategorieMenu .level-1 .level-2 {
  padding-top: 6px;
}
#kategorieMenu .level-1 .level-2 li {
  margin: 8px 0;
}
#kategorieMenu .cat-l1 {
  font-size: 14px;
  text-transform: uppercase;
}
#kategorieMenu .cat-l1 .name {
  padding-left: 10px;
}
#kategorieMenu .cat-l1 img {
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  width: 40px;
  height: 40px;
}
#kategorieMenu .cat-l2 {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.katShowerWrap {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .katShowerWrap {
    display: block !important;
  }
  #kategorieMenu {
    display: none;
    border-left: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }
  #kategorieMenu .level-1 li.levelWrap {
    padding: 8px;
  }
  #filter .col-md-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 600px) {
  #filter .col-md-6 {
    width: 100%;
  }
  #filter .col-md-6 + .col-md-6 {
    margin-top: 15px;
  }
  #filter .fr {
    float: left !important;
  }
}
