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: 'Hind Guntur', sans-serif;
  color: #251e3e;
  background: #fff;
  font-weight: 300;
}
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: #4b025e;
}
a {
  transition: all 0.1s linear;
  color: #4b025e;
  text-decoration: underline;
}
a:hover {
  color: #9d0f57;
  text-decoration: none;
}
textarea {
  resize: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after,
.cf:before {
  clear: both;
}
.cf {
  *zoom: 1;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.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: 0.625em;
}
.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;
}
.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: 740px;
  }
}
@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,
.hidden {
  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;
}
.affix {
  position: fixed;
}
.marginPart {
  margin-top: 5em;
  margin-bottom: 5em;
}
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="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  padding: 1em;
}
.cookies * {
  color: #fff;
  line-height: normal;
}
.cookies .left {
  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;
}
.cookies .left.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.cookies .left.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cookies .left.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.cookies .left.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cookies .button {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.cookies a {
  text-decoration: underline;
}
.cookies a:hover {
  color: red;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookies .left {
    text-align: center;
  }
  .cookies .right {
    text-align: center;
    margin-top: 0.625empx;
  }
  .cookies .right a {
    display: block;
    width: 100%;
  }
}
.scrollTop {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #ccc;
  background: #fff;
  transition: none;
  z-index: 99999;
}
.scrollTop svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 9px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  fill: #251e3e;
}
.scrollTop span {
  position: absolute;
  width: 100%;
  bottom: 8px;
  text-align: center;
  font-weight: 700;
  color: #251e3e;
  font-size: 10px;
}
#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: 1em;
}
#popup {
  margin: 0 auto;
  max-width: 500px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
#popup h2 {
  background: #251e3e;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5em 1em 0.2em 1em;
  padding-right: 47px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Hind Guntur', sans-serif;
  position: relative;
}
#popup .closer {
  display: block;
  width: 10px;
  height: 10px;
  background: url('/images/delete.svg') no-repeat center center;
  background-size: 10px 10px;
  position: absolute;
  top: 1em;
  right: 1em;
}
#popup .content {
  padding: 15px;
  line-height: normal;
}
#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 {
  vertical-align: top;
}
#popup .content .cartTable .img img {
  display: block;
  border-radius: 4px;
}
#popup .content .cartTable .text a {
  display: block;
  text-decoration: none;
  font-weight: 700;
}
#popup .content .cartTable .text a:hover {
  text-decoration: underline;
}
#popup .content .cartTable .text span {
  display: block;
  font-weight: 500;
}
#popup .content .cartTable .price {
  white-space: nowrap;
}
#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;
}
#popup .content .bottom a {
  font-size: 12px;
  padding: 6px 12px 3px 12px;
}
@media (max-width: 767px) {
  #popup .content * {
    text-align: left !important;
  }
  #popup .content .cartTable {
    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;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #popup .content .cartTable.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #popup .content .cartTable.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #popup .content .cartTable.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #popup .content .cartTable.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #popup .content .cartTable.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #popup .content .cartTable .img {
    width: 86px;
  }
  #popup .content .cartTable .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #popup .content .cartTable .price {
    width: 100%;
  }
  #popup .content .bottom .buttonDark,
  #popup .content .bottom .button {
    width: 100%;
    text-align: center !important;
  }
  #popup .content .bottom .button {
    margin-top: 1em;
  }
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  z-index: 999999;
}
.loader img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
label.sel {
  float: left;
  white-space: nowrap;
  position: relative;
}
label.sel select {
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  padding-top: 6px;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 44px;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  color: #251e3e;
  font-weight: 400;
}
label.sel select option {
  font-weight: 400;
  font-size: 14px;
  padding: 10px;
}
label.sel:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 36px;
  top: 1px;
  right: 1px;
  background: #fff;
  pointer-events: none;
  border-radius: 4px;
}
label.sel:after {
  content: '';
  position: absolute;
  background: url('/images/ico-arrow-down.svg') no-repeat center center;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  background-size: 5px 5px;
  pointer-events: none;
}
label.sel.order {
  padding-left: 36px;
}
label.sel.order svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  fill: #dae1e6;
}
.stickerArea {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}
.stickerArea .sticker {
  position: relative;
  display: block;
  font-weight: 400;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 30px;
  text-align: center;
  padding: 0 4px;
  font-size: 10px;
  text-transform: uppercase;
}
.stickerArea .sticker.new {
  background: #875cf5;
  color: #ffffff;
}
.stickerArea .sticker.akcia {
  background: #eae858;
  color: #280e32;
}
@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: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.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: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 70px 0 0 0;
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
}
.lds-wedges > div div:nth-child(1) > div {
  background: #4b025e;
  -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: #f1ee1e;
  -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: #000;
  -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: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(4) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.lds-wedges {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
#bottomContent,
#mainBottomContent,
#mainSection {
  margin-top: 5em;
  margin-bottom: 5em;
  display: block;
}
#mainTopContent {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: block;
}
#mainSection {
  margin-top: 2.5em;
  display: block;
}
.sidebar .ctaWrap .cta-vypredaj-wrap {
  display: none;
}
.sidebar .ctaWrap .cta-akcie-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.sidebar .ctaWrap .cta-akcie-wrap .cta-left,
.sidebar .ctaWrap .cta-akcie-wrap .cta-right {
  width: 100% !important;
}
.sidebar .ctaWrap .cta-akcie-wrap .cta-right {
  margin-top: 1em !important;
}
.sidebar .ctaWrap .cta-akcie-wrap * {
  text-align: center !important;
}
.ctaWrap {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.ctaWrap .cta-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .ctaWrap .ctaBox {
    margin-bottom: 1em;
  }
}
.IM_zberac-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.IM_zberac {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.IM_zberac .IM_zberac-content {
  padding: 1em;
}
.IM_zberac .IM_zberac-popup-wrap {
  display: block;
  background: #ffffff;
  border-radius: 4px;
  padding: 2em;
  text-align: center;
}
.IM_zberac p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.IM_zberac form {
  margin-top: 1em;
}
.IM_zberac form label {
  display: block;
  margin-bottom: 0.5em;
}
.IM_zberac form input {
  padding: 0.5em 1.5em 0.25em 1.5em;
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  line-height: 1;
}
.IM_zberac form .button {
  background: #440A5A;
  color: #ffffff;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  border: 0 none;
  margin: 0 auto;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.1s linear;
  text-decoration: none;
}
.IM_zberac form .button:hover {
  background: #1c1c1c;
}
.IM_zberac .small {
  margin-bottom: 0;
  margin-top: 1em;
  font-style: italic;
  font-size: 0.75em;
}
.ctaBoxZberac {
  height: 100%;
}
.ctaBoxZberac * {
  color: #ffffff;
}
.ctaBoxZberac .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  text-align: left !important;
}
.ctaBoxZberac .cta-left,
.ctaBoxZberac .cta-right {
  padding: 0 1em;
}
.ctaBoxZberac .cta-left {
  flex: 1;
}
.ctaBoxZberac .cta-left .ctaName {
  margin-bottom: 0.5em !important;
}
.ctaBoxZberac .cta-left .text {
  line-height: 1.5em;
}
.ctaBoxZberac .cta-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ctaBoxZberac .cta-left,
  .ctaBoxZberac .cta-right {
    width: 100% !important;
    text-align: center !important;
  }
  .ctaBoxZberac .cta-right {
    padding-top: 1em;
  }
  .ctaBoxZberac .content {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
}
.ctaBox,
.ctaBoxZberac {
  background: #4b025e;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.ctaBox .bottomPart,
.ctaBoxZberac .bottomPart {
  margin-top: 2em;
  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;
}
.ctaBox .bottomPart.rows,
.ctaBoxZberac .bottomPart.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.ctaBox .bottomPart.rows.rowsWrap,
.ctaBoxZberac .bottomPart.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ctaBox .bottomPart.cols,
.ctaBoxZberac .bottomPart.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.ctaBox .bottomPart.vertical-middle,
.ctaBoxZberac .bottomPart.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ctaBox .bottomPart.rowsWrap,
.ctaBoxZberac .bottomPart.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ctaBox .bottomPart .bottomPartRight,
.ctaBoxZberac .bottomPart .bottomPartRight,
.ctaBox .bottomPart .bottomPartLeft,
.ctaBoxZberac .bottomPart .bottomPartLeft {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ctaBox .bottomPart .bottomPartRight.rows,
.ctaBoxZberac .bottomPart .bottomPartRight.rows,
.ctaBox .bottomPart .bottomPartLeft.rows,
.ctaBoxZberac .bottomPart .bottomPartLeft.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.ctaBox .bottomPart .bottomPartRight.rows.rowsWrap,
.ctaBoxZberac .bottomPart .bottomPartRight.rows.rowsWrap,
.ctaBox .bottomPart .bottomPartLeft.rows.rowsWrap,
.ctaBoxZberac .bottomPart .bottomPartLeft.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ctaBox .bottomPart .bottomPartRight.cols,
.ctaBoxZberac .bottomPart .bottomPartRight.cols,
.ctaBox .bottomPart .bottomPartLeft.cols,
.ctaBoxZberac .bottomPart .bottomPartLeft.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.ctaBox .bottomPart .bottomPartRight.vertical-middle,
.ctaBoxZberac .bottomPart .bottomPartRight.vertical-middle,
.ctaBox .bottomPart .bottomPartLeft.vertical-middle,
.ctaBoxZberac .bottomPart .bottomPartLeft.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ctaBox .bottomPart .bottomPartLeft,
.ctaBoxZberac .bottomPart .bottomPartLeft {
  padding-left: 1.5em;
}
.ctaBox .bottomPart .bottomPartRight,
.ctaBoxZberac .bottomPart .bottomPartRight {
  padding-right: 1.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: flex-end;
}
.ctaBox svg,
.ctaBoxZberac svg {
  width: 23em;
  height: auto;
  display: block;
  position: absolute;
  right: -5em;
  bottom: -3em;
  fill: #fff;
  opacity: 0.1;
}
.ctaBox .content,
.ctaBoxZberac .content {
  padding: 2.5em 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 10;
}
.ctaBox .content span,
.ctaBoxZberac .content span {
  position: relative;
  display: block;
  padding: 1.2em;
  text-transform: uppercase;
  color: #fff;
}
.ctaBox .content span:after,
.ctaBoxZberac .content span:after {
  content: '';
  width: 110%;
  left: -5%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -0.2em;
  transform: rotate(-2deg);
}
.ctaBox .content h3,
.ctaBoxZberac .content h3 {
  margin: 1em 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.875em;
  color: #fff;
}
.ctaBox .content a,
.ctaBoxZberac .content a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.8em 1.5em 0.5em 1.5em;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
}
.ctaBox .content a:hover,
.ctaBoxZberac .content a:hover {
  background: #fff;
  color: #251e3e;
}
body.ofh,
html.ofh {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
strong {
  font-weight: 600;
}
body {
  background: #20222b;
}
#pageWrap {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
}
header {
  display: block;
  margin: 0 -30px;
  background: #4b025e;
  position: relative;
}
header:after {
  content: '';
  background: url('/images/ico/bg-border-white.svg') repeat-x left top;
  background-size: 10px 2px;
  position: absolute;
  bottom: -1px;
  height: 2px;
  display: block;
  left: 0;
  right: 0;
}
header .headerTop {
  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;
  position: relative;
}
header .headerTop.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
header .headerTop.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .headerTop.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
header .headerTop.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .headerTop.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
header .logo.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .logo.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
header .logo.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .logo svg {
  width: auto;
  height: 3.125em;
  fill: #fff;
  display: block;
}
header .headerBtnArea {
  height: 5em;
}
header .headerBtnArea ul li {
  width: 5em;
  height: 5em;
  float: left;
  position: relative;
}
header .headerBtnArea ul li.loginBtnWrap:hover .boxLogin {
  display: block;
}
header .headerBtnArea ul li .btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .headerBtnArea ul li .btn svg {
  fill: #fff;
  transition: transition;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
}
header .headerBtnArea ul.boxLogin {
  position: absolute;
  top: 100%;
  display: none;
  background: #280e32;
  z-index: 9999;
  margin-top: -1px;
  border-radius: 4px;
  font-size: 0.875em;
  padding: 1em;
  right: 0;
}
header .headerBtnArea ul.boxLogin * {
  color: #fff;
}
header .headerBtnArea ul.boxLogin li {
  width: auto;
  height: auto;
  white-space: nowrap;
  display: block;
  float: none;
}
header .headerBtnArea ul.boxLogin li.loggedIn {
  padding: 0.5em 1em 0.2em 1em;
}
header .headerBtnArea ul.boxLogin li a {
  display: block;
  padding: 0.5em 1em 0.2em 1em;
  border-radius: 4px;
  text-decoration: none;
}
header .headerBtnArea ul.boxLogin li a:hover {
  background: #4b025e;
}
.loginContent {
  margin-top: 4em;
}
#mainMenu {
  display: block;
  padding: 1.4em 0;
  margin: 0 -30px;
  position: relative;
  box-shadow: 0 10px 10px rgba(218, 225, 230, 0.4);
}
#mainMenu:after {
  content: '';
  background: url('/images/ico/bg-border-silver.svg') repeat-x left top;
  background-size: 10px 2px;
  position: absolute;
  bottom: -1px;
  height: 2px;
  display: block;
  left: 0;
  right: 0;
}
#mainMenu ul {
  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;
  justify-content: center;
}
#mainMenu ul.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#mainMenu ul.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu ul.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#mainMenu ul.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu ul.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu ul li {
  padding: 0 1em;
  position: relative;
}
#mainMenu ul li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 80%;
  margin: auto;
  background: #251e3e;
}
#mainMenu ul li a {
  display: block;
  font-family: 'Merriweather', serif;
  color: #251e3e;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
#mainMenu ul li a span {
  position: relative;
  z-index: 2;
}
#mainMenu ul li a:hover {
  color: #9d0f57;
}
#mainMenu ul li:last-child:after {
  display: none;
}
#mainMenu ul li:last-child a {
  position: relative;
  color: #fff;
}
#mainMenu ul li:last-child a:before {
  content: '';
  border-radius: 4px;
  position: absolute;
  width: 120%;
  height: 180%;
  background: #9d0f57;
  color: #ffffff;
  z-index: 1;
  left: -10%;
  top: -40%;
  transition: all 0.1s linear;
}
#mainMenu ul li:last-child a:hover:before {
  background: #4b025e;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  position: relative;
  text-transform: uppercase;
}
h1.main span,
h2.main span,
h3.main span,
h4.main span,
h5.main span,
h6.main span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1em;
}
h1.main:after,
h2.main:after,
h3.main:after,
h4.main:after,
h5.main:after,
h6.main:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #251e3e;
}
.sidebar .box {
  margin-bottom: 2.5em;
}
.breadcrumbs {
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.breadcrumbs nav {
  display: block;
  font-size: 12px;
}
footer {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
  margin: 0 -30px;
  background: #f7fcff;
  border-top: 1px solid #dae1e6;
}
footer .box.fb {
  overflow: hidden;
}
#copyrightWrap {
  margin: 0 -30px;
  background: #4b025e;
  color: #ffffff;
  font-size: 12px;
  padding: 1em 0;
}
#copyrightWrap .copyright {
  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;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#copyrightWrap .copyright.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#copyrightWrap .copyright.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#copyrightWrap .copyright.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#copyrightWrap .copyright.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#copyrightWrap .copyright.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#copyrightWrap .left {
  text-align: left;
}
#copyrightWrap .right {
  text-align: right;
}
#copyrightWrap .img {
  margin-right: 1em;
}
#copyrightWrap .content {
  height: 100%;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#copyrightWrap .content.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#copyrightWrap .content.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#copyrightWrap .content.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#copyrightWrap .content.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#copyrightWrap .content.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#copyrightWrap .content .text {
  width: 100%;
  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;
  height: 100%;
}
#copyrightWrap .content .text.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#copyrightWrap .content .text.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#copyrightWrap .content .text.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#copyrightWrap .content .text.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#copyrightWrap * {
  color: #ffffff;
}
#copyrightWrap * svg {
  width: 54px;
  height: 18px;
  fill: #ffffff;
  display: inline-block;
}
h1 {
  font-size: 2em;
  color: #251e3e;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.625em;
  color: #251e3e;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.375em;
  color: #251e3e;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.125em;
  color: #251e3e;
  margin-bottom: 1em;
}
h5 {
  font-size: 1em;
  color: #251e3e;
  margin-bottom: 1em;
}
h6 {
  font-size: 0.875em;
  color: #251e3e;
  margin-bottom: 1em;
}
.oznamWrap {
  background: #d2aacd;
  color: #251e3e;
  font-size: 1.2em;
  text-align: center;
  padding: 1em;
  margin: 0 -30px;
}
.catShower {
  display: none;
}
#categoriesMenuWrap {
  display: block;
}
.slideBoxWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  background: #fff;
  z-index: 999999;
  transition: all 0.1s linear;
  left: -100%;
  overflow: hidden;
  overflow-y: auto;
}
.slideBoxWrap h2 {
  text-align: center;
  font-family: 'Hind Guntur', sans-serif;
  font-weight: 600;
}
.slideBoxWrap.active {
  left: 0;
}
.slideBoxWrap .slideBoxLeft {
  padding-top: 1em;
}
.slideBoxWrap .slideBoxLeft a {
  color: #251e3e;
  text-decoration: none;
  display: inline-block;
}
.slideBoxWrap .slideBoxLeft a svg {
  fill: #251e3e;
  display: block;
  width: 3em;
  height: auto;
}
.slideBoxWrap .slideBoxLeft a:hover {
  color: #9d0f57;
}
.slideBoxWrap .slideBoxLeft a:hover svg {
  fill: #9d0f57;
}
.slideBoxWrap .slideBoxLeft a span {
  display: block;
  line-height: 1.5em;
}
.slideBoxWrap .slideBoxLeft a span.top {
  font-weight: 600;
  margin-top: 1em;
}
.alert {
  padding: 1em;
  font-weight: 600;
  font-size: 1em;
  background: skyblue;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 1em;
}
.alert.false {
  background: #f24e41;
}
.categoriesMenuSlideWrap {
  background: #fff;
  position: fixed;
  left: -100%;
  height: 100%;
  top: 0;
  overflow-y: auto;
  width: 280px;
  z-index: 2500;
  transition: all 0.1s linear;
}
.categoriesMenuSlideWrap .catShower {
  display: none;
}
.categoriesMenuSlideWrap #categoriesMenuWrap {
  display: block;
}
.categoriesMenuSlideWrap #categoriesMenuWrap h3 {
  display: none;
}
.categoriesMenuSlideWrap .categoriesMenuSlideOverlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
}
.categoriesMenuSlideWrap.active {
  left: 0;
}
.categoriesMenuSlideWrap.active .categoriesMenuSlideOverlay {
  left: 0;
}
.categoryBoxOpener {
  position: absolute;
  width: 3em;
  height: 3em;
  left: -15px;
  top: 0;
  display: none;
}
.categoryBoxOpener svg {
  display: block;
  width: 100%;
  height: 100%;
}
.txtSmall {
  font-size: 0.875em;
}
.siteMap ul {
  margin: 1em;
}
.siteMap ul li {
  line-height: 1.5em;
}
@media (max-width: 991px) {
  body {
    padding-top: 3em;
  }
  header {
    position: fixed;
    height: 3em;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2000;
    margin: 0;
  }
  header .logo {
    margin-left: -15px;
    padding-left: 3em;
  }
  header .logo .l {
    height: 2em;
  }
  header .headerBtnArea {
    height: 3em;
  }
  header .headerBtnArea ul li {
    width: 3em;
    height: 3em;
  }
  header .categoryBoxOpener {
    display: block;
  }
  .categoriesMenuSlideWrap #categoriesMenuWrap.active {
    display: block;
  }
  #mainMenu {
    display: none;
  }
  .oznamWrap {
    margin: 0;
    font-size: 12px;
  }
  #bottomContent .rightPart {
    margin-top: 2.5em;
  }
}
@media (max-width: 767px) {
  header,
  footer,
  #copyrightWrap,
  .oznamWrap {
    margin: 0;
  }
  .oznamWrap br {
    display: none;
  }
  html,
  body {
    font-size: 14px;
  }
  #pageWrap {
    padding-left: 0;
    padding-right: 0;
  }
  .ctaBox .content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .slideBoxWrap {
    padding-top: 1em;
  }
  .slideBoxWrap .slideBoxLeft {
    margin-bottom: 1em;
  }
  .slideBoxWrap .slideBoxLeft a span {
    display: inline !important;
  }
}
.wsEd {
  line-height: 1.3em;
}
@media (max-width: 991px) {
  line-height: normal;
}
.wsEd .perex {
  background: #f2f6f8;
  border: 1px solid #eee;
  padding: 1em 1.5em;
}
.wsEd .preformat {
  font-family: 'Courier', Arial, serif;
}
.wsEd cite {
  font-style: italic;
}
.wsEd acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.wsEd ol {
  list-style-type: decimal;
  padding-left: 24px;
}
.wsEd ul {
  list-style-type: circle;
  padding-left: 24px;
}
.wsEd img {
  max-width: 100%;
  width: auto !important;
  display: block;
  margin: 1em auto;
  height: auto !important;
}
.wsEd .button,
.wsEd .buttonDark {
  background: #4b025e;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1.5em 0.2em 1.5em;
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: 2px solid #4b025e;
  border-radius: 4px;
}
.wsEd .button:hover,
.wsEd .buttonDark:hover {
  background: #9d0f57;
  color: #ffffff;
  border-color: #9d0f57;
}
.wsEd .buttonDark {
  background: #ffffff;
  color: #4b025e;
  border-color: #4b025e;
}
.wsEd .buttonDark:hover {
  background: #ffffff;
  color: #9d0f57;
  border-color: #9d0f57;
}
.wsEd h1,
.wsEd h2,
.wsEd h3,
.wsEd h4,
.wsEd h5,
.wsEd h6 {
  line-height: normal;
}
.wsEd h2,
.wsEd .size1 {
  font-size: 1.625em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h3,
.wsEd .size2 {
  font-size: 1.375em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h4,
.wsEd .size3 {
  font-size: 1.125em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h5,
.wsEd .size4 {
  font-size: 1em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h6,
.wsEd .size5 {
  font-size: 0.875em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd .color1 {
  color: ;
}
.wsEd .color2 {
  color: ;
}
.wsEd .color3 {
  color: ;
}
.wsEd .color4 {
  color: ;
}
.wsEd .color5 {
  color: ;
}
.wsEd .color6 {
  color: ;
}
.catShower {
  margin-bottom: 2em;
  display: block;
  border-radius: 4px;
  background: #4b025e;
  color: #4b025e;
  border: 2px solid #4b025e;
  padding: 1em 1em 0.6em 1em;
  position: relative;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.catShower svg {
  stroke: #4b025e;
  transition: all 0.1s linear;
  fill: #fff;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.catShower:hover,
.catShower.active {
  background: #4b025e;
  color: #ffffff;
  border-color: #4b025e;
}
.catShower:hover svg,
.catShower.active svg {
  stroke: #ffffff;
}
.catShower .close {
  display: none;
}
.catShower .open {
  display: inline;
}
.catShower.active .close {
  display: inline;
}
.catShower.active .open {
  display: none;
}
#productDetail .topRow .topRowLeft {
  float: left;
}
#productDetail .topRow .topRowRight {
  float: right;
}
#productDetail .infoOpener {
  cursor: pointer;
  color: #4b025e;
  text-decoration: underline;
}
#productDetail .infoOpener:hover {
  color: #9d0f57;
}
#productDetail .infoPopisWrap,
#productDetail .productPopupWrap {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
#productDetail .infoPopisWrap.active,
#productDetail .productPopupWrap.active {
  display: block;
}
#productDetail .infoPopisWrap .infoPopisInner,
#productDetail .productPopupWrap .infoPopisInner,
#productDetail .infoPopisWrap .productPopupInner,
#productDetail .productPopupWrap .productPopupInner {
  padding: 1em;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#productDetail .infoPopisWrap .infoPopisInner.rows,
#productDetail .productPopupWrap .infoPopisInner.rows,
#productDetail .infoPopisWrap .productPopupInner.rows,
#productDetail .productPopupWrap .productPopupInner.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#productDetail .infoPopisWrap .infoPopisInner.rows.rowsWrap,
#productDetail .productPopupWrap .infoPopisInner.rows.rowsWrap,
#productDetail .infoPopisWrap .productPopupInner.rows.rowsWrap,
#productDetail .productPopupWrap .productPopupInner.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#productDetail .infoPopisWrap .infoPopisInner.cols,
#productDetail .productPopupWrap .infoPopisInner.cols,
#productDetail .infoPopisWrap .productPopupInner.cols,
#productDetail .productPopupWrap .productPopupInner.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#productDetail .infoPopisWrap .infoPopisInner.vertical-middle,
#productDetail .productPopupWrap .infoPopisInner.vertical-middle,
#productDetail .infoPopisWrap .productPopupInner.vertical-middle,
#productDetail .productPopupWrap .productPopupInner.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#productDetail .infoPopisWrap .infoPopis,
#productDetail .productPopupWrap .infoPopis,
#productDetail .infoPopisWrap .productPopup,
#productDetail .productPopupWrap .productPopup {
  background: #fff;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #dae1e6;
  min-width: 280px;
  box-shadow: 0 0 10px rgba(218, 225, 230, 0.4);
  max-width: 800px;
}
#productDetail .infoPopisWrap .btnArea,
#productDetail .productPopupWrap .btnArea {
  margin-top: 1em;
}
#productDetail .infoPopisWrap .btnArea a,
#productDetail .productPopupWrap .btnArea a {
  font-size: 12px;
  border: 1px solid #dae1e6;
  padding: 0.5em 1em 0.2em 1em;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
#productDetail .infoPopisWrap .btnArea a:hover,
#productDetail .productPopupWrap .btnArea a:hover {
  background: #dae1e6;
}
#productDetail .prodDetailBottomContent {
  margin-top: 3.75em;
}
#productDetail .popisTopWrap,
#productDetail .popisBottomWrap {
  margin-top: 3.75em;
}
#productDetail h1 {
  line-height: normal;
}
#productDetail h1.smallMargin {
  margin-bottom: 0.2em;
}
#productDetail .infoSmall {
  font-size: 0.875em;
  margin-top: 1em;
  margin-bottom: 2em;
  display: block;
}
#productDetail .prodLeftPart {
  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;
}
#productDetail .prodLeftPart.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#productDetail .prodLeftPart.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#productDetail .prodLeftPart.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#productDetail .prodLeftPart.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#productDetail .prodLeftPart.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#productDetail .prodLeftPart .rightPart {
  margin: 0 auto;
}
#productDetail .thumbs {
  max-width: 100px;
  margin-right: 15px;
}
#productDetail .thumbs a {
  display: block;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}
#productDetail .thumbs a img {
  display: block;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.1s linear;
  width: 100px;
  height: auto;
}
#productDetail .thumbs a:hover img {
  box-shadow: 0 0 10px rgba(218, 225, 230, 0.4);
  border-color: #afb5ba;
}
#productDetail .thumbs a.trans {
  margin-bottom: 0;
}
#productDetail .thumbs a.trans .bg {
  position: absolute;
  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;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
#productDetail .thumbs a.trans .bg.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#productDetail .thumbs a.trans .bg.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#productDetail .thumbs a.trans .bg.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#productDetail .thumbs a.trans .bg.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#productDetail .thumbs a.trans .bg .imgCount {
  text-align: center;
  font-weight: 600;
}
#productDetail .bigImg {
  position: relative;
}
#productDetail .bigImg .zoom {
  position: relative;
  display: block;
  max-width: 455px;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
}
#productDetail .bigImg .zoom img {
  display: block;
}
#productDetail .bigImg .zoom .mainImage {
  width: 100%;
  max-width: 455px;
  transition: all 0.1s linear;
}
#productDetail .bigImg .zoom:hover .mainImage {
  opacity: 0;
}
#productDetail .bigImgGallery {
  display: none;
}
#productDetail .bigImgGallery .bigImgGalleryCell {
  width: 100%;
}
#productDetail .bigImgGallery .bigImgGalleryCell img {
  margin: 0 auto;
  display: block;
}
#productDetail .prodRightPart {
  padding-left: 45px;
}
#productDetail .prodRightPart h6 {
  font-weight: 600;
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: 'Hind Guntur', sans-serif;
  margin-bottom: 0.4em;
}
#productDetail .flagArea .flag {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 34px;
  padding: 0 1.4em 0 1em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-right: 1em;
}
#productDetail .flagArea .flag:last-child {
  margin-right: 0;
}
#productDetail .flagArea .flag svg {
  width: 7px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
}
#productDetail .flagArea .flag.new {
  background: #875cf5;
  color: #ffffff;
}
#productDetail .flagArea .flag.akcia {
  background: #eae858;
  color: #280e32;
}
#productDetail .priceWrap {
  margin-top: 2em;
  padding-bottom: 1.1em;
  border-bottom: 1px solid #dae1e6;
}
#productDetail .priceWrap .name {
  color: #9d0f57;
  font-weight: 600;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-right: 1.2em;
}
#productDetail .priceWrap strike {
  color: #a198a4;
  font-size: 1.875em;
  font-weight: 300;
  padding-right: 0.5em;
  margin-right: 0.3em;
  position: relative;
}
#productDetail .priceWrap strike:after {
  content: '';
  background: #9d0f57;
  width: 1px;
  height: 30%;
  position: absolute;
  right: 0;
  top: 0.55em;
}
#productDetail .priceWrap .price {
  color: #9d0f57;
  font-size: 1.625em;
  margin-right: 0.2em;
}
#productDetail .priceWrap .info {
  color: #9d0f57;
  font-size: 0.875em;
}
#productDetail label.sel {
  width: 100%;
}
#productDetail label.sel select {
  height: 50px;
  display: block;
  width: 100%;
  font-weight: 400;
}
#productDetail label.sel:before {
  height: 48px;
}
#productDetail .vlastnostiWrap {
  padding-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dae1e6;
}
#productDetail .vlastnostiWrap .cancel-all-wrap {
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
}
#productDetail .vlastnostiWrap .cancel-all-wrap a {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}
#productDetail .vlastnostiWrap .cancel-all-wrap a span {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #008000;
}
#productDetail .vlItemWrap {
  margin-bottom: 1em;
}
#productDetail .additionalInfo {
  margin-top: 2em;
}
#productDetail .additionalInfo .dostupnostWrap {
  padding-right: 2em;
}
#productDetail .additionalInfo .dostupnostWrap .dostupnost span {
  font-weight: 600;
}
#productDetail .additionalInfo .dostupnostWrap .dostupnost span span {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
}
#productDetail .additionalInfo .dostupnostWrap .dostupnost span.green {
  color: #6c930e;
}
#productDetail .additionalInfo .dostupnostWrap .dostupnost span.orange {
  color: #ee9124;
}
#productDetail .additionalInfo .dostupnostWrap .dostupnost span.red {
  color: #fe1037;
}
#productDetail .additionalInfo .codes {
  margin-top: 1em;
}
#productDetail .additionalInfo .codes .code {
  margin-right: 2em;
  font-weight: 600;
}
#productDetail .additionalInfo .codes .code span {
  font-weight: 300;
  font-size: 0.875em;
  text-transform: uppercase;
}
#productDetail .additionalInfo .codes .vyrobca {
  font-weight: 600;
}
#productDetail .additionalInfo .codes .vyrobca span {
  font-weight: 300;
  font-size: 0.875em;
  text-transform: uppercase;
}
#productDetail .additionalInfo .codes .ean {
  margin-left: 2em;
  color: #a198a4;
}
#productDetail .additionalInfo .codes .ean svg {
  display: inline-block;
  width: 1em;
  height: auto;
  position: relative;
  top: 0.09em;
  margin-right: 0.5em;
  fill: #a198a4;
}
#productDetail .addKosik {
  margin-top: 2em;
}
#productDetail .count {
  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;
  float: left;
}
#productDetail .count.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#productDetail .count.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#productDetail .count.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#productDetail .count.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#productDetail .count.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#productDetail .count input {
  border: 1px solid #dae1e6;
  width: 3.125em;
  height: 3.125em;
  display: block;
  text-align: center;
  border-left: none;
  border-right: none;
  min-height: 40px;
  font-size: 1.125em;
  font-weight: 600;
  padding-top: 0.4em;
}
#productDetail .count .countBtn {
  border: 1px solid #dae1e6;
  position: relative;
  background: #f2f6f8;
  width: 2.5em;
}
#productDetail .count .countBtn svg {
  position: absolute;
  fill: #280e32;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#productDetail .count .countBtn:hover {
  background: #dae1e6;
}
#productDetail .count .countBtn:hover svg {
  fill: #280e32;
}
#productDetail .count .countBtn.minus {
  border-radius: 4px 0 0 4px;
}
#productDetail .count .countBtn.plus {
  border-radius: 0 4px 4px 0;
}
#productDetail .btnPart {
  margin-top: 2em;
}
#productDetail .addToCart {
  background: #4b025e;
  color: #ffffff;
  display: inline-block;
  font-size: 1.125em;
  padding: 1.2em 5.5em 1.5em 5.5em;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
}
#productDetail .addToCart:hover {
  background: #9d0f57;
  color: #ffffff;
}
#productDetail .addToCart span {
  position: relative;
  padding-left: 2.5em;
  display: inline-block;
  padding-top: 0.6em;
}
#productDetail .addToCart span svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  transition: all 0.1s linear;
  fill: #ffffff;
}
#productDetail .freeDelivery {
  color: #6c930e;
  margin-top: 0.4em;
  position: relative;
  padding-left: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
}
#productDetail .freeDelivery span {
  display: inline-block;
  padding-top: 0.25em;
}
#productDetail .freeDelivery svg {
  fill: #6c930e;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#productDetail .darcekWrap {
  margin-top: 2em;
  padding: 1em;
  padding-top: 1.3em;
  border: 1px solid #dae1e6;
  background: #f2f6f8;
  color: #280e32;
  border-radius: 4px;
}
#productDetail .darcekWrap .name {
  font-weight: 600;
  text-transform: uppercase;
}
#productDetail .popisTopWrap .col:nth-child(2),
#productDetail .popisBottomWrap .col:nth-child(2) {
  padding-left: 45px;
}
#productDetail .parametreWrap table {
  width: auto;
  min-width: 50%;
}
#productDetail .parametreWrap table th,
#productDetail .parametreWrap table td {
  padding: 0.7em 1em 0.5em 1em;
  border-bottom: 1px solid #dae1e6;
}
#productDetail .parametreWrap table th {
  text-align: left;
  text-transform: uppercase;
}
#productDetail .parametreWrap table td {
  text-align: right;
}
#productDetail .videoWrap .content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#productDetail .videoWrap .content iframe {
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.doporuceneWrap {
  margin-top: 5em;
  margin-bottom: 5em;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .catShowerWrap {
    display: none;
  }
  #productDetail .prodLeftPart {
    display: none;
  }
  #productDetail .prodRightPart {
    padding-left: 15px;
  }
  #productDetail .bigImgGallery {
    display: block;
    margin-bottom: 2em;
  }
  #productDetail .popisTopWrap .col:nth-child(2),
  #productDetail .popisBottomWrap .col:nth-child(2) {
    padding-left: 15px;
    margin-top: 2.5em;
  }
  #productDetail .popisBottomWrap {
    margin-top: 2.5em;
  }
}
@media (max-width: 767px) {
  #productDetail .addToCart {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
  }
  #productDetail .additionalInfo .codes .ean {
    display: block;
    margin-left: 0;
  }
}
.img-zoom-container {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.img-zoom-lens {
  position: absolute;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  display: block;
}
.img-zoom-result {
  width: 450px;
  height: 492px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#myimage {
  position: relative;
  z-index: 2;
}
#FP_GAL_overlay {
  display: block;
  position: fixed;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 2000000000;
}
#FP_GAL_galleryWindow {
  display: table;
  width: 100%;
  height: 100%;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  position: relative;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner .FP_GAL_galleryItem {
  margin: 0 auto;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 5px;
  background: url('/css/FP_gal/images/loader.apng') no-repeat center center #ffffff;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner .FP_GAL_galleryItem img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a {
  position: absolute;
  width: 30px;
  height: 60px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 300000;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_maximize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_minimize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close {
  height: 30px;
  left: 16px;
  top: 16px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url('/css/FP_gal/images/gallery-max.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  display: none;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_maximize.FP_GAL_minimize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_minimize.FP_GAL_minimize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close.FP_GAL_minimize {
  background-image: url('/css/FP_gal/images/gallery-min.svg');
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close {
  left: auto;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-image: url('/css/FP_gal/images/gallery-close.svg');
  display: block;
  border: 1px solid #666666;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right {
  margin: auto;
  bottom: 5px;
  height: 40px;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left {
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url('/css/FP_gal/images/gallery-left.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right {
  left: 50%;
  margin-left: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url('/css/FP_gal/images/gallery-right.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left:hover,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right:hover,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_maximize:hover,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close:hover {
  background-color: #fff;
  background-color: #ffffff;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left.disabled,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right.disabled {
  display: none;
}
.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;
}
#searchBoxWrap .searchBox {
  position: relative;
}
#searchBoxWrap input[type="text"] {
  width: 100%;
  height: 60px;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  padding: 1em;
  padding-top: 1.5em;
  paddin-right: 60px;
}
#searchBoxWrap input[type="text"]:hover {
  border-color: #afb5ba;
}
#searchBoxWrap input[type="text"]:focus {
  background: #ffffcc;
  border-color: #cccccc;
}
#searchBoxWrap .btnSearch {
  position: absolute;
  width: 58px;
  height: 58px;
  right: 1px;
  top: 1px;
}
#searchBoxWrap .btnSearch svg {
  position: absolute;
  width: 24px;
  height: 24px;
  fill: #251e3e;
  transition: all 0.1s linear;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#searchBoxWrap .btnSearch:hover svg {
  fill: #9d0f57;
}
#searchBoxWrap .searchBoxContent {
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#searchBoxWrap .searchBoxContent .searchBoxOuterContent {
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #dae1e6;
}
#searchBoxWrap .searchBoxContent .searchResult {
  padding-top: 1em;
}
#searchBoxWrap .searchBoxContent .searchResult a {
  text-transform: uppercase;
}
#searchBoxWrap .item a {
  text-decoration: none;
  display: block;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #ffffff;
}
#searchBoxWrap .item a:hover {
  background: #f2f6f8;
}
#searchBoxWrap .item .content {
  padding-left: 0.5em;
}
#searchBoxWrap .item .content .top {
  display: block;
  margin-bottom: 0.5em;
  color: #280e32;
}
#searchBoxWrap .item .content .bottom {
  display: block;
}
#searchBoxWrap .item .content strike {
  color: #a198a4;
  font-size: 1.2em;
  margin-right: 1em;
}
#searchBoxWrap .item .content .price {
  color: #9d0f57;
}
#searchBoxWrap .heading {
  font-weight: 600;
  margin-bottom: 0.5em;
}
#searchBoxWrap .catPart {
  line-height: 1.2em;
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
#searchBoxWrap .catPart a {
  display: block;
  color: #251e3e;
  margin-bottom: 0.3em;
  font-weight: 400;
}
#searchBoxWrap .catPart a:hover {
  color: #9d0f57;
}
#kosikBoxWrap {
  width: 5em;
  height: 5em;
}
#kosikBoxWrap:hover .kosikBox .cartContent {
  display: block;
}
#kosikBoxWrap .kosikBox {
  position: relative;
  min-height: 5em;
}
#kosikBoxWrap .kosikBox .btn {
  position: relative;
  width: 5em;
  height: 5em;
}
#kosikBoxWrap .kosikBox .btn .num {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  height: 16px;
  min-width: 16px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
}
#kosikBoxWrap .kosikBox .cartContent {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 999;
  margin-top: -1px;
  display: none;
  border-radius: 4px;
  padding: 1em;
  border: 1px solid #dae1e6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#kosikBoxWrap .kosikBox .cartTable th,
#kosikBoxWrap .kosikBox .cartTable td {
  padding: 0.5em;
}
#kosikBoxWrap .kosikBox .cartTable th {
  padding: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #dae1e6;
}
#kosikBoxWrap .kosikBox .cartTable th:nth-child(2) {
  text-align: center;
}
#kosikBoxWrap .kosikBox .cartTable th:nth-child(3) {
  text-align: right;
}
#kosikBoxWrap .kosikBox .cartTable td.img {
  vertical-align: top;
}
#kosikBoxWrap .kosikBox .cartTable td.img img {
  border-radius: 4px;
  border: 1px solid #dae1e6;
}
#kosikBoxWrap .kosikBox .cartTable td.name {
  width: 1000px;
}
#kosikBoxWrap .kosikBox .cartTable td.name .top {
  display: block;
  font-size: 14px;
  width: 200px;
  line-height: 1.2em;
}
#kosikBoxWrap .kosikBox .cartTable td.name .bottom {
  margin-top: 0.4em;
  display: block;
  font-size: 14px;
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  padding-left: 6px;
}
#kosikBoxWrap .kosikBox .cartTable td.name .bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background: #dae1e6;
}
#kosikBoxWrap .kosikBox .cartTable td.name .bottom strike {
  font-size: 16px;
  color: #a198a4;
}
#kosikBoxWrap .kosikBox .cartTable td.name .txtSmall {
  font-size: 12px;
  padding-left: 6px;
  display: block;
  line-height: 1.2em;
  color: #6d6688;
}
#kosikBoxWrap .kosikBox .cartTable td.name .txtSmall span {
  text-transform: uppercase;
}
#kosikBoxWrap .kosikBox .cartTable td.count {
  text-align: center;
  white-space: nowrap;
}
#kosikBoxWrap .kosikBox .cartTable td.count span {
  font-size: 12px;
}
#kosikBoxWrap .kosikBox .cartTable td.sum {
  color: #4b025e;
  font-size: 14px;
  text-align: right;
  padding-left: 1.2em;
}
#kosikBoxWrap .kosikBox .cartTable td.del a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
#kosikBoxWrap .kosikBox .cartTable td.del a svg {
  display: block;
  fill: #4b025e;
  width: 15px;
  height: 15px;
  transition: all 0.1s linear;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#kosikBoxWrap .kosikBox .cartTable td.del a:hover svg {
  fill: #9d0f57;
}
#kosikBoxWrap .kosikBox input[type="number"] {
  width: 2.5em;
  height: 2.5em;
  border-radius: 4px;
  border: 1px solid #dae1e6;
  text-align: center;
  font-size: 16px;
}
#kosikBoxWrap .kosikBox input[type="number"]:focus {
  border-color: #cccccc;
  background: #ffffcc;
}
#kosikBoxWrap .kosikBox .link a {
  background: #4b025e;
  color: #ffffff;
  padding: 0.8em 1em 0.5em 1em;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
#kosikBoxWrap .kosikBox .link a:hover {
  background: #9d0f57;
  color: #ffffff;
}
#kosikBoxWrap .kosikBox .sumBig {
  color: #4b025e;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  border-top: 1px solid #dae1e6;
}
@media (max-width: 991px) {
  #kosikBoxWrap {
    width: 3em;
    height: 3em;
  }
  #kosikBoxWrap .kosikBox {
    min-height: 3em;
  }
  #kosikBoxWrap .kosikBox .btn {
    width: 3em;
    height: 3em;
  }
  #kosikBoxWrap .kosikBox .cartContent {
    display: none !important;
  }
}
.categoryTilesWrap .box {
  position: relative;
  border-radius: 4px;
}
.categoryTilesWrap .box img {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.categoryTilesWrap .box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.5em 0;
  overflow: hidden;
  text-align: center;
}
.categoryTilesWrap .box .content * {
  color: #fff;
}
.categoryTilesWrap .box .content span {
  position: relative;
  display: block;
  padding: 1.2em;
  text-transform: uppercase;
}
.categoryTilesWrap .box .content span:after {
  content: '';
  width: 110%;
  left: -5%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -0.2em;
  transform: rotate(-2deg);
}
.categoryTilesWrap .box .content h3 {
  margin: 1em 0;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-size: 1.25em;
}
.categoryTilesWrap .box .content a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.8em 1.5em 0.5em 1.5em;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
.categoryTilesWrap .box .content a:hover {
  background: #fff;
  color: #251e3e;
}
.categoryTilesWrap .left .box,
.categoryTilesWrap .middle .box {
  height: 100%;
}
.categoryTilesWrap .left .box img,
.categoryTilesWrap .middle .box img {
  display: none;
}
.categoryTilesWrap .right .boxOuter .box {
  margin-bottom: 30px;
}
.categoryTilesWrap .right .boxOuter:last-child .box {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .categoryTilesWrap .left .box,
  .categoryTilesWrap .middle .box {
    margin-bottom: 30px;
    height: auto;
  }
  .categoryTilesWrap .left .box img,
  .categoryTilesWrap .middle .box img {
    display: block;
  }
  .categoryTilesWrap .right .box,
  .categoryTilesWrap .right .box:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .categoryTilesWrap .left,
  .categoryTilesWrap .middle,
  .categoryTilesWrap .right,
  .categoryTilesWrap .boxOuter {
    float: none;
    display: block;
    width: 100%;
  }
  .categoryTilesWrap .boxOuter:last-child .box {
    margin-bottom: 0 !important;
  }
  .categoryTilesWrap .box {
    background: none !important;
    display: block;
    position: relative;
    padding-left: 92px;
    min-height: 70px;
    margin-bottom: 15px !important;
  }
  .categoryTilesWrap .box img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 70px;
    display: block;
  }
  .categoryTilesWrap .box .content {
    position: relative;
    color: #280e32;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    margin-top: 0.2em;
  }
  .categoryTilesWrap .box .content * {
    color: #280e32;
  }
  .categoryTilesWrap .box .content span {
    display: none;
  }
  .categoryTilesWrap .box .content h3 {
    font-size: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
  }
  .categoryTilesWrap .box .content a {
    border-color: #4b025e;
    color: #4b025e;
  }
  .categoryTilesWrap .box .content a:hover {
    color: #9d0f57;
    border-color: #9d0f57;
  }
}
#footerWrap .links {
  line-height: 1.8em;
}
#footerWrap .links h1,
#footerWrap .links h2,
#footerWrap .links h3,
#footerWrap .links h4,
#footerWrap .links h5,
#footerWrap .links h6 {
  font-family: 'Hind Guntur', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#footerWrap .links a {
  color: #665c6a;
}
#footerWrap .links a:hover {
  color: #9d0f57;
}
#footerWrap .articleLink img {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
#footerWrap .articleLink .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.5em 0;
  overflow: hidden;
  text-align: center;
}
#footerWrap .articleLink span {
  position: relative;
  display: block;
  padding: 1.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2em;
}
#footerWrap .articleLink span:after {
  content: '';
  width: 110%;
  left: -5%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -0.2em;
  transform: rotate(-2deg);
}
#footerWrap .articleLink a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.8em 1.5em 0.5em 1.5em;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  color: #fff;
}
#footerWrap .articleLink a:hover {
  background: #fff;
  color: #251e3e;
}
@media (max-width: 991px) {
  #footerWrap .links {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  #footerWrap .box {
    margin-bottom: 2em;
  }
  #footerWrap .box:last-child {
    margin-bottom: 0;
  }
}
.catShower {
  margin-bottom: 2em;
  display: block;
  border-radius: 4px;
  background: #ffffff;
  color: #4b025e;
  border: 2px solid #4b025e;
  padding: 1em 1em 0.6em 1em;
  position: relative;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.catShower svg {
  stroke: #4b025e;
  transition: all 0.1s linear;
  fill: #fff;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.catShower:hover,
.catShower.active {
  background: #4b025e;
  color: #ffffff;
  border-color: #4b025e;
}
.catShower:hover svg,
.catShower.active svg {
  stroke: #ffffff;
}
.catShower .close {
  display: none;
}
.catShower .open {
  display: inline;
}
.catShower.active .close {
  display: inline;
}
.catShower.active .open {
  display: none;
}
#categoriesMenuWrap {
  padding-top: 1px;
  display: none;
}
#categoriesMenuWrap.active {
  display: block;
}
#categoriesMenuWrap .level-1-menu {
  font-size: 1.15em;
}
#categoriesMenuWrap .level-1-item {
  position: relative;
  display: block;
}
#categoriesMenuWrap .level-1-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  border: 1px solid #dae1e6;
  transition: all 0.1s linear;
}
#categoriesMenuWrap .level-1-item:first-child {
  border-radius: 4px 4px 0 0;
}
#categoriesMenuWrap .level-1-item:first-child:after {
  border-radius: 4px 4px 0 0;
}
#categoriesMenuWrap .level-1-item:last-child {
  border-radius: 0 0 4px 4px;
}
#categoriesMenuWrap .level-1-item:last-child:after {
  border-radius: 0 0 4px 4px;
}
#categoriesMenuWrap .level-1-item:hover:after,
#categoriesMenuWrap .level-1-item.itemActive:after {
  border-color: #afb5ba;
  z-index: 5;
  box-shadow: 0 0 10px rgba(218, 225, 230, 0.4);
}
#categoriesMenuWrap .level-1-item:hover .level-1-link,
#categoriesMenuWrap .level-1-item.itemActive .level-1-link {
  color: #9d0f57;
}
#categoriesMenuWrap .level-1-item:hover.itemActive .level-1-link,
#categoriesMenuWrap .level-1-item.itemActive.itemActive .level-1-link {
  font-weight: 600;
}
#categoriesMenuWrap .level-1-link {
  color: #251e3e;
  display: block;
  padding: 0.75em;
  text-decoration: none;
}
#categoriesMenuWrap .level-1-link.varWidth {
  width: calc(100% - 2.5em);
}
#categoriesMenuWrap .level-1-link span {
  font-size: 0.875em;
}
#categoriesMenuWrap .level-2-menu {
  display: none;
  padding-bottom: 1em;
}
#categoriesMenuWrap .level-2-item:hover .level-2-link,
#categoriesMenuWrap .level-2-item.itemActive .level-2-link {
  color: #9d0f57;
}
#categoriesMenuWrap .level-2-item.itemActive .level-2-link {
  font-weight: 600;
}
#categoriesMenuWrap .level-2-link {
  padding: 0.5em 0.75em;
  padding-left: 1.5em;
  display: block;
  text-decoration: none;
  color: #251e3e;
}
#categoriesMenuWrap .level-2-link.varWidth {
  width: calc(100% - 2.5em);
}
#categoriesMenuWrap .level-2-link span {
  font-size: 0.875em;
}
#categoriesMenuWrap .level-3-menu {
  display: none;
  margin-left: 1em;
}
#categoriesMenuWrap .level-3-link span {
  font-size: 0.875em;
}
#categoriesMenuWrap .level-1-link,
#categoriesMenuWrap .level-2-link,
#categoriesMenuWrap .level-3-link {
  position: relative;
  z-index: 10;
}
#categoriesMenuWrap .catOpener {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  z-index: 10;
  top: 0;
  cursor: pointer;
}
#categoriesMenuWrap .catOpener svg {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #9a9ab2;
  transition: all 0.1s linear;
}
#categoriesMenuWrap .catOpener svg .x {
  transition: all 0.1s linear;
}
#categoriesMenuWrap .catOpener:hover svg {
  fill: #9d0f57;
  width: 10px;
  height: 10px;
}
#categoriesMenuWrap .catOpener.active svg .x {
  opacity: 0;
}
@media (max-width: 991px) {
  #categoriesMenuWrap.active,
  .catShower {
    display: none;
  }
}
div.frmHlaska {
  border: 1px solid #e1e1e1;
  padding: 9px 9px 9px 50px;
  margin: 0 0 14px 0;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 14px;
  background: #a4c5fc;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  color: #4b70ad;
  text-align: left;
}
div.frmHlaska * {
  text-align: left;
}
div.frmHlaska ul {
  list-style: none;
  margin: 2px;
  padding: 2px;
}
div.frmHlaska:before {
  content: '';
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 5;
  background: #5278b8;
}
div.frmHlaska:after {
  content: '';
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  background: url('/images/ico-warning.png') no-repeat center center;
}
div.frmHlaska.true {
  border: none;
  background: #9bd9c4;
  color: #12835d;
}
div.frmHlaska.true:before {
  background: #28bd8b;
}
div.frmHlaska.true:after {
  background: url('/images/ico-warning.png') no-repeat center center;
}
div.frmHlaska.false {
  border: none;
  background: #f8bcbc;
  color: #a53d3d;
}
div.frmHlaska.false:before {
  background: #ea5a5a;
}
div.frmHlaska.false:after {
  background: url('/images/ico-warning.png') no-repeat center center;
}
form.frm {
  font-family: 'Hind Guntur', sans-serif;
  font-size: 1em;
  background: #ffffff;
  border: none;
  width: 100%;
  max-width: 860px;
  margin: 0;
  padding: 0;
  position: relative;
}
form.frm.fullWidth {
  max-width: none;
}
form.frm.blockFrm {
  max-width: none;
}
form.frm.blockFrm .inputSet {
  margin-bottom: 2em;
}
form.frm.blockFrm .frmElement .frmElementLabel {
  width: 100%;
  float: none;
  display: block;
  text-align: left;
  padding-left: 0;
}
form.frm.blockFrm .frmElement.frmElementInput input {
  width: 100%;
}
form.frm.blockFrm .frmElement.frmElementInput.frmElementInputRadio input {
  left: 0;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
form.frm.blockFrm .frmElement.frmElementInput.frmElementInputRadio .frmElementPopis {
  width: 100%;
}
form.frm.blockFrm .frmElement.frmElementInput.frmElementInputSubmit input {
  margin-left: 0;
}
form.frm.blockFrm .frmElement.frmElementTextarea textarea {
  width: 100%;
}
form.frm * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 1;
}
form.frm .set {
  margin: 0 0 24px 0;
  padding: 0;
  background: none;
}
form.frm .set.paddingTop {
  padding-top: 10px;
}
form.frm .set.last {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
form.frm .set h4 {
  padding: 0 0 18px 0;
  margin: 0;
  color: #403a48;
  font-size: 20px;
}
form.frm .set .setContent {
  padding: 0 0 12px 0;
  margin: 0;
  background: none;
}
form.frm .set .setContent .setPopis {
  font-size: 12px;
  padding: 0;
  margin: 0 0 12px 0;
  border: none;
  font-weight: 700;
}
form.frm .set .setContent .setPopis.noMarPad {
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
}
form.frm .frmElement,
form.frm .frmElementInline {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
}
form.frm .frmElement .frmElementCleaner,
form.frm .frmElementInline .frmElementCleaner {
  display: block;
  height: 0;
  clear: both;
}
form.frm .frmElement .frmElementLabel,
form.frm .frmElementInline .frmElementLabel {
  display: inline-block;
  width: 30%;
  text-align: right;
  padding: 13px 12px 13px 0;
  color: #403a48;
  font-weight: 700;
  float: left;
}
form.frm .frmElement .frmElementPopis,
form.frm .frmElementInline .frmElementPopis {
  width: 70%;
  padding: 0;
  float: right;
  text-align: right;
}
form.frm .frmElement .frmElementPopis label,
form.frm .frmElementInline .frmElementPopis label {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #777777;
  padding: 4px 0px 0 0;
  line-height: normal;
}
form.frm .frmElement .frmElementHelper,
form.frm .frmElementInline .frmElementHelper {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #333;
  text-align: center;
  color: white;
  line-height: 16px;
  font-size: 10px;
  cursor: help;
  position: relative;
}
form.frm .frmElement .frmElementHelper:before,
form.frm .frmElementInline .frmElementHelper:before {
  content: '?';
}
form.frm .frmElement .frmElementHelper .frmElementHelperContent,
form.frm .frmElementInline .frmElementHelper .frmElementHelperContent {
  display: none;
  position: absolute;
  left: 20px;
  top: 0px;
  background: #555;
  min-width: 150px;
  max-width: 250px;
  border-radius: 2px;
  padding: 5px;
  text-align: left;
  z-index: 10000;
}
form.frm .frmElement .frmElementHelper:hover .frmElementHelperContent,
form.frm .frmElementInline .frmElementHelper:hover .frmElementHelperContent {
  display: block;
}
form.frm .frmElement .frmElementRequire,
form.frm .frmElementInline .frmElementRequire {
  color: #fa4a4a;
  font-weight: 700;
}
form.frm .frmElement .frmElementError,
form.frm .frmElementInline .frmElementError {
  color: #ff0000;
  font-size: 11px;
  display: block;
  width: 70%;
  padding: 4px;
  float: right;
}
form.frm .frmElement .sliderRangeWrap,
form.frm .frmElementInline .sliderRangeWrap {
  width: 70%;
  float: left;
  font-size: 1em;
  min-width: 80px;
}
form.frm .frmElement.frmElementInput input,
form.frm .frmElementInline.frmElementInput input,
form.frm .frmElement.frmElementTextarea input,
form.frm .frmElementInline.frmElementTextarea input,
form.frm .frmElement.frmElementSelect input,
form.frm .frmElementInline.frmElementSelect input,
form.frm .frmElement.frmElementInput textarea,
form.frm .frmElementInline.frmElementInput textarea,
form.frm .frmElement.frmElementTextarea textarea,
form.frm .frmElementInline.frmElementTextarea textarea,
form.frm .frmElement.frmElementSelect textarea,
form.frm .frmElementInline.frmElementSelect textarea,
form.frm .frmElement.frmElementInput select,
form.frm .frmElementInline.frmElementInput select,
form.frm .frmElement.frmElementTextarea select,
form.frm .frmElementInline.frmElementTextarea select,
form.frm .frmElement.frmElementSelect select,
form.frm .frmElementInline.frmElementSelect select {
  width: 70%;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  padding: 0 12px;
  float: left;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 1em;
  color: #000000;
  min-width: 80px;
}
form.frm .frmElement.frmElementInput input.width-1,
form.frm .frmElementInline.frmElementInput input.width-1,
form.frm .frmElement.frmElementTextarea input.width-1,
form.frm .frmElementInline.frmElementTextarea input.width-1,
form.frm .frmElement.frmElementSelect input.width-1,
form.frm .frmElementInline.frmElementSelect input.width-1,
form.frm .frmElement.frmElementInput textarea.width-1,
form.frm .frmElementInline.frmElementInput textarea.width-1,
form.frm .frmElement.frmElementTextarea textarea.width-1,
form.frm .frmElementInline.frmElementTextarea textarea.width-1,
form.frm .frmElement.frmElementSelect textarea.width-1,
form.frm .frmElementInline.frmElementSelect textarea.width-1,
form.frm .frmElement.frmElementInput select.width-1,
form.frm .frmElementInline.frmElementInput select.width-1,
form.frm .frmElement.frmElementTextarea select.width-1,
form.frm .frmElementInline.frmElementTextarea select.width-1,
form.frm .frmElement.frmElementSelect select.width-1,
form.frm .frmElementInline.frmElementSelect select.width-1 {
  max-width: 25%;
}
form.frm .frmElement.frmElementInput input.width-2,
form.frm .frmElementInline.frmElementInput input.width-2,
form.frm .frmElement.frmElementTextarea input.width-2,
form.frm .frmElementInline.frmElementTextarea input.width-2,
form.frm .frmElement.frmElementSelect input.width-2,
form.frm .frmElementInline.frmElementSelect input.width-2,
form.frm .frmElement.frmElementInput textarea.width-2,
form.frm .frmElementInline.frmElementInput textarea.width-2,
form.frm .frmElement.frmElementTextarea textarea.width-2,
form.frm .frmElementInline.frmElementTextarea textarea.width-2,
form.frm .frmElement.frmElementSelect textarea.width-2,
form.frm .frmElementInline.frmElementSelect textarea.width-2,
form.frm .frmElement.frmElementInput select.width-2,
form.frm .frmElementInline.frmElementInput select.width-2,
form.frm .frmElement.frmElementTextarea select.width-2,
form.frm .frmElementInline.frmElementTextarea select.width-2,
form.frm .frmElement.frmElementSelect select.width-2,
form.frm .frmElementInline.frmElementSelect select.width-2 {
  max-width: 50%;
}
form.frm .frmElement.frmElementInput input,
form.frm .frmElementInline.frmElementInput input,
form.frm .frmElement.frmElementTextarea input,
form.frm .frmElementInline.frmElementTextarea input,
form.frm .frmElement.frmElementSelect input,
form.frm .frmElementInline.frmElementSelect input {
  height: 40px;
}
form.frm .frmElement.frmElementInput select,
form.frm .frmElementInline.frmElementInput select,
form.frm .frmElement.frmElementTextarea select,
form.frm .frmElementInline.frmElementTextarea select,
form.frm .frmElement.frmElementSelect select,
form.frm .frmElementInline.frmElementSelect select {
  height: 40px;
}
form.frm .frmElement.frmElementInput select option,
form.frm .frmElementInline.frmElementInput select option,
form.frm .frmElement.frmElementTextarea select option,
form.frm .frmElementInline.frmElementTextarea select option,
form.frm .frmElement.frmElementSelect select option,
form.frm .frmElementInline.frmElementSelect select option {
  padding: 4px;
  font-size: 13px;
}
form.frm .frmElement.frmElementInput textarea,
form.frm .frmElementInline.frmElementInput textarea,
form.frm .frmElement.frmElementTextarea textarea,
form.frm .frmElementInline.frmElementTextarea textarea,
form.frm .frmElement.frmElementSelect textarea,
form.frm .frmElementInline.frmElementSelect textarea {
  height: 150px;
  padding: 8px 12px;
}
form.frm .frmElement.frmElementInput.frmElementSelectMultiple select,
form.frm .frmElementInline.frmElementInput.frmElementSelectMultiple select,
form.frm .frmElement.frmElementTextarea.frmElementSelectMultiple select,
form.frm .frmElementInline.frmElementTextarea.frmElementSelectMultiple select,
form.frm .frmElement.frmElementSelect.frmElementSelectMultiple select,
form.frm .frmElementInline.frmElementSelect.frmElementSelectMultiple select {
  height: auto;
}
form.frm .frmElement.frmElementInput.frmElementError input,
form.frm .frmElementInline.frmElementInput.frmElementError input,
form.frm .frmElement.frmElementTextarea.frmElementError input,
form.frm .frmElementInline.frmElementTextarea.frmElementError input,
form.frm .frmElement.frmElementSelect.frmElementError input,
form.frm .frmElementInline.frmElementSelect.frmElementError input,
form.frm .frmElement.frmElementInput.frmElementError textarea,
form.frm .frmElementInline.frmElementInput.frmElementError textarea,
form.frm .frmElement.frmElementTextarea.frmElementError textarea,
form.frm .frmElementInline.frmElementTextarea.frmElementError textarea,
form.frm .frmElement.frmElementSelect.frmElementError textarea,
form.frm .frmElementInline.frmElementSelect.frmElementError textarea,
form.frm .frmElement.frmElementInput.frmElementError select,
form.frm .frmElementInline.frmElementInput.frmElementError select,
form.frm .frmElement.frmElementTextarea.frmElementError select,
form.frm .frmElementInline.frmElementTextarea.frmElementError select,
form.frm .frmElement.frmElementSelect.frmElementError select,
form.frm .frmElementInline.frmElementSelect.frmElementError select {
  border: 1px solid #ea5a5a;
  background: #f8bcbc;
}
form.frm .frmElement.frmElementInput.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementInput.frmElementInputSubmit input,
form.frm .frmElement.frmElementTextarea.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputSubmit input,
form.frm .frmElement.frmElementSelect.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementSelect.frmElementInputSubmit input,
form.frm .frmElement.frmElementInput.frmElementInputButton input,
form.frm .frmElementInline.frmElementInput.frmElementInputButton input,
form.frm .frmElement.frmElementTextarea.frmElementInputButton input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputButton input,
form.frm .frmElement.frmElementSelect.frmElementInputButton input,
form.frm .frmElementInline.frmElementSelect.frmElementInputButton input {
  width: auto;
  float: none;
  margin-left: 30%;
}
form.frm .frmElement.frmElementInput.frmElementInputSubmit input.frmButtonRight,
form.frm .frmElementInline.frmElementInput.frmElementInputSubmit input.frmButtonRight,
form.frm .frmElement.frmElementTextarea.frmElementInputSubmit input.frmButtonRight,
form.frm .frmElementInline.frmElementTextarea.frmElementInputSubmit input.frmButtonRight,
form.frm .frmElement.frmElementSelect.frmElementInputSubmit input.frmButtonRight,
form.frm .frmElementInline.frmElementSelect.frmElementInputSubmit input.frmButtonRight,
form.frm .frmElement.frmElementInput.frmElementInputButton input.frmButtonRight,
form.frm .frmElementInline.frmElementInput.frmElementInputButton input.frmButtonRight,
form.frm .frmElement.frmElementTextarea.frmElementInputButton input.frmButtonRight,
form.frm .frmElementInline.frmElementTextarea.frmElementInputButton input.frmButtonRight,
form.frm .frmElement.frmElementSelect.frmElementInputButton input.frmButtonRight,
form.frm .frmElementInline.frmElementSelect.frmElementInputButton input.frmButtonRight {
  margin-left: 0;
  float: right;
}
form.frm .frmElement.frmElementInput.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementInput.frmElementInputSubmit input,
form.frm .frmElement.frmElementTextarea.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputSubmit input,
form.frm .frmElement.frmElementSelect.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementSelect.frmElementInputSubmit input {
  background: #4b025e;
  color: #fff;
  font-weight: 700;
  padding-left: 24px;
  padding-right: 24px;
  height: 50px;
  text-transform: uppercase;
  transition: all 0.1s linear;
}
form.frm .frmElement.frmElementInput.frmElementInputSubmit input:hover,
form.frm .frmElementInline.frmElementInput.frmElementInputSubmit input:hover,
form.frm .frmElement.frmElementTextarea.frmElementInputSubmit input:hover,
form.frm .frmElementInline.frmElementTextarea.frmElementInputSubmit input:hover,
form.frm .frmElement.frmElementSelect.frmElementInputSubmit input:hover,
form.frm .frmElementInline.frmElementSelect.frmElementInputSubmit input:hover {
  background: #9d0f57;
}
form.frm .frmElement.frmElementInput.frmElementInputCheckbox,
form.frm .frmElementInline.frmElementInput.frmElementInputCheckbox,
form.frm .frmElement.frmElementTextarea.frmElementInputCheckbox,
form.frm .frmElementInline.frmElementTextarea.frmElementInputCheckbox,
form.frm .frmElement.frmElementSelect.frmElementInputCheckbox,
form.frm .frmElementInline.frmElementSelect.frmElementInputCheckbox,
form.frm .frmElement.frmElementInput.frmElementInputRadio,
form.frm .frmElementInline.frmElementInput.frmElementInputRadio,
form.frm .frmElement.frmElementTextarea.frmElementInputRadio,
form.frm .frmElementInline.frmElementTextarea.frmElementInputRadio,
form.frm .frmElement.frmElementSelect.frmElementInputRadio,
form.frm .frmElementInline.frmElementSelect.frmElementInputRadio {
  margin-bottom: 0;
}
form.frm .frmElement.frmElementInput.frmElementInputCheckbox input,
form.frm .frmElementInline.frmElementInput.frmElementInputCheckbox input,
form.frm .frmElement.frmElementTextarea.frmElementInputCheckbox input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputCheckbox input,
form.frm .frmElement.frmElementSelect.frmElementInputCheckbox input,
form.frm .frmElementInline.frmElementSelect.frmElementInputCheckbox input,
form.frm .frmElement.frmElementInput.frmElementInputRadio input,
form.frm .frmElementInline.frmElementInput.frmElementInputRadio input,
form.frm .frmElement.frmElementTextarea.frmElementInputRadio input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputRadio input,
form.frm .frmElement.frmElementSelect.frmElementInputRadio input,
form.frm .frmElementInline.frmElementSelect.frmElementInputRadio input {
  width: auto !important;
  float: left;
  margin-top: 8px;
  left: 30%;
  position: absolute;
  border: none;
  background: transparent;
  height: auto;
  margin-top: 14px;
  min-width: 0 !important;
  cursor: pointer;
}
form.frm .frmElement.frmElementInput.frmElementInputCheckbox .frmElementPopis,
form.frm .frmElementInline.frmElementInput.frmElementInputCheckbox .frmElementPopis,
form.frm .frmElement.frmElementTextarea.frmElementInputCheckbox .frmElementPopis,
form.frm .frmElementInline.frmElementTextarea.frmElementInputCheckbox .frmElementPopis,
form.frm .frmElement.frmElementSelect.frmElementInputCheckbox .frmElementPopis,
form.frm .frmElementInline.frmElementSelect.frmElementInputCheckbox .frmElementPopis,
form.frm .frmElement.frmElementInput.frmElementInputRadio .frmElementPopis,
form.frm .frmElementInline.frmElementInput.frmElementInputRadio .frmElementPopis,
form.frm .frmElement.frmElementTextarea.frmElementInputRadio .frmElementPopis,
form.frm .frmElementInline.frmElementTextarea.frmElementInputRadio .frmElementPopis,
form.frm .frmElement.frmElementSelect.frmElementInputRadio .frmElementPopis,
form.frm .frmElementInline.frmElementSelect.frmElementInputRadio .frmElementPopis {
  padding: 8px 0 8px 20px;
  text-align: left;
  cursor: pointer;
}
form.frm .frmElement.frmElementInput.frmElementInputCheckbox .frmElementPopis label,
form.frm .frmElementInline.frmElementInput.frmElementInputCheckbox .frmElementPopis label,
form.frm .frmElement.frmElementTextarea.frmElementInputCheckbox .frmElementPopis label,
form.frm .frmElementInline.frmElementTextarea.frmElementInputCheckbox .frmElementPopis label,
form.frm .frmElement.frmElementSelect.frmElementInputCheckbox .frmElementPopis label,
form.frm .frmElementInline.frmElementSelect.frmElementInputCheckbox .frmElementPopis label,
form.frm .frmElement.frmElementInput.frmElementInputRadio .frmElementPopis label,
form.frm .frmElementInline.frmElementInput.frmElementInputRadio .frmElementPopis label,
form.frm .frmElement.frmElementTextarea.frmElementInputRadio .frmElementPopis label,
form.frm .frmElementInline.frmElementTextarea.frmElementInputRadio .frmElementPopis label,
form.frm .frmElement.frmElementSelect.frmElementInputRadio .frmElementPopis label,
form.frm .frmElementInline.frmElementSelect.frmElementInputRadio .frmElementPopis label {
  font-size: 1em;
  font-style: normal;
  color: #403a48;
  padding: 0;
  cursor: pointer;
}
form.frm .frmElement.frmElementInput.frmElementInputCheckbox .frmElementLabel,
form.frm .frmElementInline.frmElementInput.frmElementInputCheckbox .frmElementLabel,
form.frm .frmElement.frmElementTextarea.frmElementInputCheckbox .frmElementLabel,
form.frm .frmElementInline.frmElementTextarea.frmElementInputCheckbox .frmElementLabel,
form.frm .frmElement.frmElementSelect.frmElementInputCheckbox .frmElementLabel,
form.frm .frmElementInline.frmElementSelect.frmElementInputCheckbox .frmElementLabel,
form.frm .frmElement.frmElementInput.frmElementInputRadio .frmElementLabel,
form.frm .frmElementInline.frmElementInput.frmElementInputRadio .frmElementLabel,
form.frm .frmElement.frmElementTextarea.frmElementInputRadio .frmElementLabel,
form.frm .frmElementInline.frmElementTextarea.frmElementInputRadio .frmElementLabel,
form.frm .frmElement.frmElementSelect.frmElementInputRadio .frmElementLabel,
form.frm .frmElementInline.frmElementSelect.frmElementInputRadio .frmElementLabel {
  padding: 13px 12px 13px 0;
  padding-bottom: 0;
}
form.frm .frmElementInline .frmElementLabel {
  width: 100%;
  float: none;
  text-align: left;
  padding: 4px 0 4px 0;
}
form.frm .frmElementInline .frmElementPopis {
  width: 100%;
  float: none;
  display: block;
  clear: both;
}
form.frm .frmElementInline .frmElementError {
  width: 100%;
  float: none;
  display: block;
}
form.frm .frmElementInline.frmElementInput input,
form.frm .frmElementInline.frmElementTextarea input,
form.frm .frmElementInline.frmElementSelect input,
form.frm .frmElementInline.frmElementInput textarea,
form.frm .frmElementInline.frmElementTextarea textarea,
form.frm .frmElementInline.frmElementSelect textarea,
form.frm .frmElementInline.frmElementInput select,
form.frm .frmElementInline.frmElementTextarea select,
form.frm .frmElementInline.frmElementSelect select {
  width: 100%;
}
form.frm .frmElementInline.frmElementInput.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementSelect.frmElementInputSubmit input,
form.frm .frmElementInline.frmElementInput.frmElementInputButton input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputButton input,
form.frm .frmElementInline.frmElementSelect.frmElementInputButton input {
  margin-left: 0%;
}
form.frm .frmElementInline.frmElementInput.frmElementInputCheckbox input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputCheckbox input,
form.frm .frmElementInline.frmElementSelect.frmElementInputCheckbox input,
form.frm .frmElementInline.frmElementInput.frmElementInputRadio input,
form.frm .frmElementInline.frmElementTextarea.frmElementInputRadio input,
form.frm .frmElementInline.frmElementSelect.frmElementInputRadio input {
  left: 0%;
}
form.frm .frmElementInline.frmElementInputCheckbox input,
form.frm .frmElementInline.frmElementInputRadio input {
  width: auto;
  float: left;
  left: 0%;
}
form.frm .frmInlineRows {
  display: table;
  width: 100%;
}
form.frm .frmInlineRows.noLabel .frmElementLabel {
  display: none;
}
form.frm .frmInlineRows.autoTableWidth {
  width: auto;
}
form.frm .frmInlineRows.autoTableWidth .frmElementInline.frmElementInputRadio,
form.frm .frmInlineRows.autoTableWidth .frmElementInline.frmElementInputCheckbox {
  padding-right: 24px;
  padding-left: 0;
  max-width: none;
}
form.frm .frmInlineRows .frmElement,
form.frm .frmInlineRows .frmElementInline {
  display: table-cell;
  max-width: 0px;
  vertical-align: top;
  padding: 0 6px 0 6px;
}
form.frm .frmInlineRows div:first-child {
  padding-left: 0;
}
form.frm .frmInlineRows div:last-child {
  padding-right: 0;
}
@media (max-width: 550px) {
  form.frm .leftPart,
  form.frm .rightPart {
    width: 100% !important;
    display: block !important;
    float: none !important;
  }
  form.frm .leftPart .label,
  form.frm .rightPart .label {
    text-align: left !important;
  }
  form.frm .frmElement .frmElementLabel,
  form.frm .frmElementInline .frmElementLabel {
    width: 100%;
    float: none;
    text-align: left;
    padding: 4px 0 4px 0;
  }
  form.frm .frmElement .frmElementPopis,
  form.frm .frmElementInline .frmElementPopis {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
  form.frm .frmElement .frmElementError,
  form.frm .frmElementInline .frmElementError {
    width: 100%;
    float: none;
    display: block;
  }
  form.frm .frmElement.frmElementInput input,
  form.frm .frmElementInline.frmElementInput input,
  form.frm .frmElement.frmElementTextarea input,
  form.frm .frmElementInline.frmElementTextarea input,
  form.frm .frmElement.frmElementSelect input,
  form.frm .frmElementInline.frmElementSelect input,
  form.frm .frmElement.frmElementInput textarea,
  form.frm .frmElementInline.frmElementInput textarea,
  form.frm .frmElement.frmElementTextarea textarea,
  form.frm .frmElementInline.frmElementTextarea textarea,
  form.frm .frmElement.frmElementSelect textarea,
  form.frm .frmElementInline.frmElementSelect textarea,
  form.frm .frmElement.frmElementInput select,
  form.frm .frmElementInline.frmElementInput select,
  form.frm .frmElement.frmElementTextarea select,
  form.frm .frmElementInline.frmElementTextarea select,
  form.frm .frmElement.frmElementSelect select,
  form.frm .frmElementInline.frmElementSelect select {
    width: 100%;
  }
  form.frm .frmElement.frmElementInput.frmElementInputSubmit input,
  form.frm .frmElementInline.frmElementInput.frmElementInputSubmit input,
  form.frm .frmElement.frmElementTextarea.frmElementInputSubmit input,
  form.frm .frmElementInline.frmElementTextarea.frmElementInputSubmit input,
  form.frm .frmElement.frmElementSelect.frmElementInputSubmit input,
  form.frm .frmElementInline.frmElementSelect.frmElementInputSubmit input,
  form.frm .frmElement.frmElementInput.frmElementInputButton input,
  form.frm .frmElementInline.frmElementInput.frmElementInputButton input,
  form.frm .frmElement.frmElementTextarea.frmElementInputButton input,
  form.frm .frmElementInline.frmElementTextarea.frmElementInputButton input,
  form.frm .frmElement.frmElementSelect.frmElementInputButton input,
  form.frm .frmElementInline.frmElementSelect.frmElementInputButton input {
    margin-left: 0%;
  }
  form.frm .frmElement.frmElementInput.frmElementInputCheckbox input,
  form.frm .frmElementInline.frmElementInput.frmElementInputCheckbox input,
  form.frm .frmElement.frmElementTextarea.frmElementInputCheckbox input,
  form.frm .frmElementInline.frmElementTextarea.frmElementInputCheckbox input,
  form.frm .frmElement.frmElementSelect.frmElementInputCheckbox input,
  form.frm .frmElementInline.frmElementSelect.frmElementInputCheckbox input,
  form.frm .frmElement.frmElementInput.frmElementInputRadio input,
  form.frm .frmElementInline.frmElementInput.frmElementInputRadio input,
  form.frm .frmElement.frmElementTextarea.frmElementInputRadio input,
  form.frm .frmElementInline.frmElementTextarea.frmElementInputRadio input,
  form.frm .frmElement.frmElementSelect.frmElementInputRadio input,
  form.frm .frmElementInline.frmElementSelect.frmElementInputRadio input {
    left: 0%;
  }
  form.frm .frmElement.frmElementInputCheckbox input,
  form.frm .frmElementInline.frmElementInputCheckbox input,
  form.frm .frmElement.frmElementInputRadio input,
  form.frm .frmElementInline.frmElementInputRadio input {
    width: auto;
    float: left;
    left: 0%;
  }
  form.frm .frmElement.frmElementInput.frmElementInputSubmit input,
  form.frm .frmElementInline.frmElementInput.frmElementInputSubmit input,
  form.frm .frmElement.frmElementTextarea.frmElementInputSubmit input,
  form.frm .frmElementInline.frmElementTextarea.frmElementInputSubmit input,
  form.frm .frmElement.frmElementSelect.frmElementInputSubmit input,
  form.frm .frmElementInline.frmElementSelect.frmElementInputSubmit input,
  form.frm .frmElement.frmElementInput.frmElementInputButton input,
  form.frm .frmElementInline.frmElementInput.frmElementInputButton input,
  form.frm .frmElement.frmElementTextarea.frmElementInputButton input,
  form.frm .frmElementInline.frmElementTextarea.frmElementInputButton input,
  form.frm .frmElement.frmElementSelect.frmElementInputButton input,
  form.frm .frmElementInline.frmElementSelect.frmElementInputButton input {
    width: 100%;
    margin-left: 0%;
  }
  form.frm .frmInlineRows {
    display: block;
  }
  form.frm .frmInlineRows .frmElement,
  form.frm .frmInlineRows .frmElementInline {
    display: block;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
form.frm #JS_prediction {
  position: absolute;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 16px;
  width: 70%;
  left: 30%;
  top: 100%;
  z-index: 100;
  overflow: hidden;
}
form.frm #JS_prediction .message {
  padding: 10px;
}
form.frm #JS_prediction .item {
  padding: 10px;
  line-height: normal;
  margin: 0;
}
form.frm #JS_prediction .item:hover,
form.frm #JS_prediction .item.active {
  background: #ffffcc;
  cursor: pointer;
}
form.frm .photoMulti .photoInner {
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
form.frm .photoMulti .photoInner .loader {
  height: 10px;
  background: #ccc;
  border-radius: 0;
}
form.frm .photoMulti .photoInner .JS_fileUploadItem {
  display: block;
  float: left;
  width: 24%;
  margin: 0.5%;
  position: relative;
}
form.frm .photoMulti .photoInner .JS_fileUploadItem img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
form.frm .photoMulti .photoInner .JS_fileUploadItem a {
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #fa4a4a;
}
form.frm .photoMulti .photoInner .JS_fileUploadItem a:hover {
  background: #ba2626;
}
form.frm .photoMulti .photoInner .ui-sortable-placeholder {
  background: #ccc !important;
  visibility: visible !important;
}
form.frm .photoMulti .photoInnerOuterLink {
  background: #e5e5ea;
  padding: 12px;
  margin: 0.5%;
  border-radius: 0;
  text-align: right;
}
form.frm .photoMulti .photoInnerOuterLink a {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
}
form.frm .mapaGoogle {
  border: 1px solid #ccc;
  border-radius: 16px;
  height: 350px;
}
form.frm .openingHours {
  display: block;
  width: 70%;
  float: right;
}
form.frm .openingHours .row2 {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
form.frm .openingHours .row2 .left2 {
  display: table-cell;
  vertical-align: top;
  width: 30px;
  padding-top: 8px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
form.frm .openingHours .row2 .right2 {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
form.frm .openingHours .row2 .right2 select {
  float: none;
  width: auto;
  width: 60px;
  text-align: center;
  padding: 0;
}
form.frm .openingHours .row2 .right2 .inlineBlock {
  display: inline-block;
  margin-bottom: 6px;
}
form.frm .openingHours .row2 .right2 .inlineBlock span {
  font-weight: 700;
}
form.frm .openingHours .row2 .right2 .inlineBlock * {
  display: inline-block;
}
form.frm .openingHours .row2 .checkboxHours label {
  display: inline-block;
}
form.frm .openingHours .row2 .checkboxHours label input {
  margin: 0px;
  float: none;
  width: auto;
  height: auto;
  min-width: 0px;
}
form.frm .openingHours .row2 .checkboxHours label span {
  display: inline-block;
  float: none;
}
form.frm .openingHours .row2 .JS_openingHours_row_time2 {
  background: #ffffe7;
  border: 1px solid #fef0cb;
  padding: 6px;
  float: left;
}
form.frm .openingHours .row2 .JS_openingHours_row_time2 span {
  display: block;
  margin-bottom: 4px;
}
form.frm .lostPassLink {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #996637;
  font-size: 12px;
}
form .filesContentWrap {
  background: #fff;
  border: 1px dashed #aeaeae;
  padding-left: 32px;
  color: #a5b3cf;
  height: 40px;
  position: relative;
  line-height: 40px;
}
form .filesContentWrap svg {
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  position: absolute;
}
form .filesContentWrap .fileAdd {
  display: inline-block;
  border-radius: 2px;
  background: #251e3e;
  color: #fff;
  padding: 4px 6px;
  font-weight: 700;
  text-transform: uppercase;
}
form .fileItem {
  margin-bottom: 0.5em;
}
form .fileItem:last-child {
  margin-bottom: 3em;
}
form .fileItem .fileItemRemove {
  background: red;
  padding: 0.2em 0.5em;
  text-decoration: none;
  line-height: normal;
  font-weight: bold;
  margin-left: 1.5em;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
}
form .fileItem .fileItemRemove:hover {
  background: red;
}
.frm .c5 input {
  width: 30% !important;
}
.frm .p3 {
  padding-left: 30%;
}
.frm .radios {
  margin-left: -12px;
}
.frm .radios .c4 {
  float: left;
  padding-left: 12px;
  width: 50%;
}
.frm .radios .frmElementInputRadio input {
  display: none;
}
.frm .radios .frmElementInputRadio input[type="radio"]:checked + .frmElementPopis label {
  background: #251e3e !important;
  color: #fff !important;
  border-color: #251e3e;
}
.frm .radios .frmElementInputRadio input[type="radio"]:checked + .frmElementPopis label:after {
  display: block;
}
.frm .radios .frmElementInputRadio .frmElementPopis {
  width: 100% !important;
  padding: 0 !important;
}
.frm .radios .frmElementInputRadio .frmElementPopis label {
  padding-left: 40px !important;
  width: 100% !important;
  height: 40px;
  border: 1px solid #dae1e6;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 38px;
  color: #251e3e !important;
  text-transform: uppercase;
  position: relative;
}
.frm .radios .frmElementInputRadio .frmElementPopis label:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #dae1e6;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}
.frm .radios .frmElementInputRadio .frmElementPopis label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #251e3e;
  border-radius: 100px;
  left: 18px;
  display: none;
}
@media (max-width: 600px) {
  .frm .radios {
    padding-left: 0;
  }
  .frm .radios .c4 {
    width: 50%;
  }
}
@media (max-width: 550px) {
  form.frm .c5 input {
    width: 100% !important;
  }
  form.frm .frmElement.frmElementInput.frmElementInputCheckbox .frmElementLabel {
    padding-left: 20px;
  }
}
