* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: normal;
}

button, input, optgroup, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #ed284f;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hidden {
    display: none !important;
}
.text-danger {
    color: #ed284f;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
    padding-bottom:15px;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
    border-collapse: collapse;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 10;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 0;
    margin-left: -20px;
    top:5px;
    z-index: 11;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1240px;
}
.fullsize {
    width: 100%;
    box-sizing: border-box;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.row::before,
.row::after {
    display: table;
    content: " ";
}
.clearfix::after,
.container::after,
.row::after {
    clear: both;
}
.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-right: 15px;
    padding-left: 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-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: 321px) {
    .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-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: 469px) {
    .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-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: 769px) {
    .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-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;
    }
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 320px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 321px) and (max-width: 468px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 469px) and (max-width: 768px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 769px) {
    .visible-lg {
        display: block !important;
    }
}
@media (max-width: 320px) {
    .hidden-xs {
          display: none !important;
    }
}
@media (min-width: 321px) and (max-width: 468px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 469px) and (max-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .hidden-lg {
        display: none !important;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    max-width: 100%;
}
.form-control {
    display: block;
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.pr15 {
    padding-right: 15px !important;
}
header {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 469px) {
    header {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

.header__nav { background: #eee; padding:5px 0 7px 0; }
.header__nav ul {
    list-style: none;
    text-align: right;
    margin:0;
    padding:0;
}
.header__nav ul li {
    display: inline;
    padding:0 5px;
}
.header__nav ul li:last-child { padding-right:0; }
.header__nav ul li:first-child { padding-left:0; }
.header__nav ul li a {
    text-decoration: none;
    color:#777777;
    font-size: 0.8em;
    text-transform: uppercase;
}

.header__logo {
    
}

.header__logo .visible-md a {
    text-decoration: none;
}
.header__logo .visible-md img {
    float:left;
}
.header__logo .logoCategoryName {
    font-weight: 700;
    letter-spacing: -1px;
    float: left;
    color: #ed284f;
    padding-top: 30px;
    padding-left: 4px;
    text-transform: uppercase;
    font-size: 21px;
    padding-right:5px;
    transform: skew(-10deg);
}

/* n�dpisy pre kateg�riu pri logu */
/* Akcia */
.header__logo .logoCategoryName.category_1 {
    color: #ed284f;
}
/* Kozmetika */
.header__logo .logoCategoryName.category_2 {
    color: #008885;
}
/* Drog�ria */
.header__logo .logoCategoryName.category_6 {
    color: #88c300;
}
/* Pre deti */
.header__logo .logoCategoryName.category_17 {
    color: #efa913;
}
/* Darceky */
.header__logo .logoCategoryName.category_19 {
    color: #c92b23;
}
/* Potraviny */
.header__logo .logoCategoryName.category_246 {
    color: #833a15;
}
/* Farby-laky*/
.header__logo .logoCategoryName.category_20 {
    color: #1eb5e0;
}

.header__left {
    padding-top: 11px;
    position: relative;
}
@media (min-width: 469px) {
    .header__left {
        padding-top: 25px;
    }
}
.header__left > ul {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    min-height: 42px;
}
.header__left > ul > li {
    float: left;
    height: 100%;
}
.header__left > ul > li > a {
    display: block;
    height: 100%;
    text-decoration: none;
}
@media (min-width: 1025px) {
    .header__left > ul > li.header__search > a {
        display: none;
    }
}
.header__search {
    padding-right: 10px;
    position: relative;
}
@media (min-width: 321px) {
    .header__search {
        padding-right: 25px;
    }
}
@media (min-width: 469px) {
    .header__search {
        padding-right: 20px;
    }
}
.header__search > a {
    padding: 10px;
}
.header__search > a > .svg-icon {
    width: 22px;
    height: 22px;
    fill: #777777;
}
.header__search > a:hover > .svg-icon {
    fill: #000;
}
.searching__form {
    display: none;
}
@media (min-width: 1025px) {
    .searching__form {
        display: block;
    }
}
.searching__input {
    float: left;
}
.searching__input .form-control {
    width: 320px;
    border: 2px solid #ed284f;
    border-width: 2px 0 2px 2px;
    height: 48px;
    padding: 10px 15px;
}
.searching__btn {
    float: left;
}
.searching__btn button {
    padding: 5px 15px;
    background: none;
    cursor: pointer;
    border: 2px solid #ed284f;
    border-width: 2px 2px 2px 0;
    height: 48px;
}
.searching__btn button .svg-icon {
    width: 22px;
    height: 22px;
    fill: #777777;
}
.searching__btn button:hover .svg-icon {
    fill: #000;
}
.header__search-block {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    position: absolute;
    background-color: #fff;
    right: 0px;
    padding: 20px;
    width: 300px;
    display: none;
    transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    z-index: 10;
}
.header__search-block .form-group,
.header__search-block .form-action {
    float: left;
}
.header__search-block .form-group {
    width: 210px;
    margin: 0px;
}
.header__search-block .form-group input {
    height: 41px;
    padding: 10px;
    border: 1px solid rgba(183, 183, 183, 0.4);
}
.header__search-block .form-action {
    
}
.header__search-block .form-action a {
    border: none;
    width: 46px;
    height: 41px;
    text-align: center;
    padding: 0px;
    padding-top: 8px;
}
.header__search-block .form-action a .svg-icon {
    width: 22px;
    height: 22px;
    fill: #b7b7b7;
}
.header__search-block .form-action a:hover .svg-icon {
    fill: #000;
}
.header__user {
    padding-right: 10px;
}
@media (min-width: 321px) {
    .header__user {
        padding-right: 15px;
    }
}
@media (min-width: 469px) {
    .header__user {
        padding-right: 20px;
    }
}
.header__user > a {
    padding: 14px 14px 14px 40px;
    text-transform: uppercase;
    color: #777777;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
}
.header__user > a span {
    display: none;
}
@media (min-width: 773px) {
    .header__user > a span {
        display: inline;
    }
}
.header__user .svg-icon {
    width: 20px;
    height: 22px;
    fill: #777777;
    position: absolute;
    left: 10px;
    top: 10px;
}
.header__user a:hover .svg-icon {
    fill: #000;
}
.header__user-block {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    position: absolute;
    background-color: #fff;
    top:-500px;
    right: 0;
    width: 320px;
    display: none;
    transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    z-index: 10;
}
.header__user-form {
    padding: 20px;
    border-bottom: 1px solid #f9f9f9;
}
.header__user-form .form-group input {
    height: 41px;
    padding: 10px;
    border: 1px solid rgba(183, 183, 183, 0.4);
}
.header__user-form .form-action {
    
}
.header__user-form .form-action a {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
}
.header__user-form .form-action a:hover {
    background-color: transparent;
    color: #ed284f;
}
.header__user-links {
    padding: 20px;
}
.header__user-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header__user-links li {
    margin-bottom: 5px;
}
.header__user-links li:last-child {
    margin-bottom: 0px;
}
.header__cart {
    
}
.header__cart a {
    box-sizing: content-box;
    line-height: 42px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
}
@media (min-width: 769px) {
    .header__cart a {
        
    }
}
.header__cart a:hover {    
    color: #000;
    text-decoration: none;
}
.header__cart .svg-icon {
    width: 28px;
    height: 24px;
}
.header__cart a:hover .svg-icon {
    fill: #000;
}
.header__cart a > span {
    float: left;
    display: block;
}
.header__cart a > span:first-child {
    position: relative;
    padding-top: 9px;
    width: 44px;
    height: 100%;
}
.header__cart .badge {
    position: absolute;
    top: 0px;
    left: 17px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    background-color: #f9f9f9;
    border-radius: 50%;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.top-menu {
    border-top: 2px solid #eeeeee;
    position: relative;
    z-index: 5;
    box-shadow: 0 5px 5px rgba(0,0,0,0.05);
}
@media (min-width: 769px) {
    .top-menu {
        border-top: 1px solid #eeeeee;
    }
}
.top-menu > .container {
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width: 769px) {
    .top-menu > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.top-menu > .container > .row {
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 769px) {
    .top-menu > .container > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.top-menu > .container > .row > .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width: 769px) {
    .top-menu > .container > .row > .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.top-menu__toggler {
    float: left;
    height: 58px;
    cursor: pointer;
    padding-left: 55px;
    padding-right: 15px;
    line-height: 58px;
    font-weight: 700;
    text-transform: uppercase;
}
.top-menu__toggler span {
    position: absolute;
    left: 15px;
    line-height: normal;
}
.top-menu__toggler span.bars {
    top: 20px;
}
.top-menu.opened .top-menu__toggler span.bars {
    visibility: hidden;
    opacity: 0;
}
.top-menu__toggler span.bars .svg-icon {
    width: 20px;
    height: 16px;
}
.top-menu__toggler span.close {
    top: 20px;
    visibility: hidden;
    opacity: 0;
}
.top-menu.opened .top-menu__toggler span.close {
    visibility: visible;
    opacity: 1;
}
.top-menu__toggler span.close .svg-icon {
    width: 20px;
    height: 15px;
}
.top-menu__links {
    display: none;
}
@media (min-width: 769px) {
    .top-menu__links {
        display: block;
    }
}
.top-menu.opened .top-menu__links {
    display: block
}
.top-menu__links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
@media (min-width: 769px) {
    .top-menu__links ul {
        width: 100%;
        display: table;
        position: relative;
    }
}
.top-menu__links > ul > li {
    display: block;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li {
        display: table-cell;
        width:14.285714%;
    }
}
.top-menu__links > ul > li > a {
    padding-left: 20px;
    padding-right: 5px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 59px;
    line-height: 59px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li > a {
        padding-left: 15px;
        padding-right: 0;
    }
}
.top-menu__links > ul > li.has-submenu > a {
    padding-right: 30px;
    position: relative;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li.has-submenu > a {
        padding-right: 15px;
    }
}
.top-menu__links > ul > li.has-submenu > a::after {
    content: "\f107";
    font-family: 'FontAwesome', sans-serif;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li.has-submenu > a::after {
        right: 8px;
    }
}

.top-menu__link--1 > a {
    color: #d50831;
    border-bottom: 3px solid #ed284f;
    background: #FDE0E6;
    background: -webkit-linear-gradient(90deg, #fff, #FDE0E6);
    background: -o-linear-gradient(90deg, #fff, #FDE0E6);
    background: -moz-linear-gradient(90deg, #fff, #FDE0E6);
    background: linear-gradient(90deg, #fff, #FDE0E6);
}
.top-menu__link--1 > a:hover {
    color: #fff;
    background: #ed284f;
}
.top-menu__link--2 > a {
    color: #007976;
    border-bottom: 3px solid #008885;
    background: #d3f9f9;
    background: -webkit-linear-gradient(90deg, #fff, #d3f9f9);
    background: -o-linear-gradient(90deg, #fff, #d3f9f9);
    background: -moz-linear-gradient(90deg, #fff, #d3f9f9);
    background: linear-gradient(90deg, #fff, #d3f9f9);
}
.top-menu__link--2 > a:hover {
    color: #fff;
    background: #008885;
}
.top-menu__link--3 > a {
    color: #6e9e00;
    border-bottom: 3px solid #88c300;
    background: #efffcf;
    background: -webkit-linear-gradient(90deg, #fff, #efffcf);
    background: -o-linear-gradient(90deg, #fff, #efffcf);
    background: -moz-linear-gradient(90deg, #fff, #efffcf);
    background: linear-gradient(90deg, #fff, #efffcf);
}
.top-menu__link--3 > a:hover {
    color: #fff;
    background: #88c300;
}
.top-menu__link--4 > a {
    color: #c98e10;
    border-bottom: 3px solid #efa913;
    background: #ffedc9;
    background: -webkit-linear-gradient(90deg, #fff, #ffedc9);
    background: -o-linear-gradient(90deg, #fff, #ffedc9);
    background: -moz-linear-gradient(90deg, #fff, #ffedc9);
    background: linear-gradient(90deg, #fff, #ffedc9);
}
.top-menu__link--4 > a:hover {
    color: #fff;
    background: #efa913;
}
.top-menu__link--5 > a {
    color: #a8241d;
    border-bottom: 3px solid #c92b23;
    background: #ffe4e2;
    background: -webkit-linear-gradient(90deg, #fff, #ffe4e2);
    background: -o-linear-gradient(90deg, #fff, #ffe4e2);
    background: -moz-linear-gradient(90deg, #fff, #ffe4e2);
    background: linear-gradient(90deg, #fff, #ffe4e2);
}
.top-menu__link--5 > a:hover {
    color: #fff;
    background: #c92b23;
}
.top-menu__link--6 > a {
    color: #6c3011;
    border-bottom: 3px solid #833a15;
    background: #f3e1d6;
    background: -webkit-linear-gradient(90deg, #fff, #f3e1d6);
    background: -o-linear-gradient(90deg, #fff, #f3e1d6);
    background: -moz-linear-gradient(90deg, #fff, #f3e1d6);
    background: linear-gradient(90deg, #fff, #f3e1d6);
}
.top-menu__link--6 > a:hover {
    color: #fff;
    background: #833a15;
}
.top-menu__link--7 > a {
    color: #1997ba;
    border-bottom: 3px solid #1eb5e0;
    background: #d9f7ff;
    background: -webkit-linear-gradient(90deg, #fff, #d9f7ff);
    background: -o-linear-gradient(90deg, #fff, #d9f7ff);
    background: -moz-linear-gradient(90deg, #fff, #d9f7ff);
    background: linear-gradient(90deg, #fff, #d9f7ff);
}
.top-menu__link--7 > a:hover {
    color: #fff;
    background: #1eb5e0;
}
.top-menu__links .submenu {
    display: none;
    /*-webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;*/
}
.top-menu__links li.opened > .submenu {
    display: block;
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-0 {
        position: absolute;
        top: 59px;
        left: 0px;
        width: 100%;
        z-index: 6;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        padding: 15px;
    }
}
.top-menu__links .submenu.depth-0 > ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-0 > ul {
        padding: 0px;
    }
}
.top-menu__link--1 > .submenu {
    background-color: #ed284f;
}
.top-menu__link--2 > .submenu {
    background-color: #008885;
}
.top-menu__link--3 > .submenu {
    background-color: #88c300;
}
.top-menu__link--4 > .submenu {
    background-color: #efa913;
}
.top-menu__link--5 > .submenu {
    background-color: #c92b23;
}
.top-menu__link--6 > .submenu {
    background-color: #833a15;
}
.top-menu__link--7 > .submenu {
    background-color: #1eb5e0;
}
@media (min-width: 769px) {
    [class*="top-menu__link--"] > .submenu {
        background-color: #fff;
    }
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-0 > ul > li {
        float: left;
        width: 25%;
        padding: 3px 20px 3px 0px;
    }
    .top-menu__links .submenu.depth-0 > ul > li:nth-child(4n+1) {
        clear:both;
    }
    .top-menu .submenu .img-container {
        float: left;
        width: 35%;
        min-height: 50px;
        display:block !important;
    }
    .top-menu .submenu .img-container img {
        display: block;
        margin: auto;
	width:100%;
        padding: 0 10px 0 0;
    }
}

.top-menu .submenu .img-container {
    display:none;
}

.top-menu__links .submenu.depth-0 > ul > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    height: auto;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-0 > ul > li > a {
        color: #000;
        padding: 0px;
        font-weight: 700;
    }
}
.top-menu__links .submenu.depth-0 > ul > li > a:hover {
    text-decoration: underline;
}
.top-menu__links .submenu.depth-0 > ul > li.has-submenu > a.title {
    padding-right: 30px;
    position: relative;
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-0 > ul > li.has-submenu > a.title {
        padding: 0px;
        float: left;
        width: 65%;
    }
}
.top-menu__links .submenu.depth-0 > ul > li.has-submenu > a::after {
    content: "\f107";
    font-family: 'FontAwesome', sans-serif;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-0 > ul > li.has-submenu > a::after {
        content: none;
    }
}
.top-menu__links .submenu.depth-1 {
    background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-1 {
        background-color: transparent;
        display: block;
        border-top: 1px solid #DADADA;
        margin: 10px 0 0 0;
        padding: 10px 0;
        float:left;
        width:65%;
    }
}
.top-menu__links .submenu.depth-1 > ul {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.top-menu__links .submenu.depth-1 > ul > li {
    
}
.top-menu__links .submenu.depth-1 > a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-decoration:none;
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-1 {
        color: #777;
    }
    .top-menu__links .submenu.depth-1 > a {
        color: #777;
    }
    .top-menu__links .submenu.depth-1 > a:hover {
        color: #000;
    }
}
.top-menu__links .submenu.depth-1 > ul > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    height: auto;
    padding: 10px 15px;
    padding-left: 30px;
    display: block;
    text-decoration: none;
}
@media (min-width: 769px) {
    .top-menu__links .submenu.depth-1 > ul > li > a {
        color: #000;
        display: inline-block;
        padding: 3px 0px;
    }
}
.top-menu__links .submenu.depth-1 > ul > li > a:hover {
    text-decoration: underline;
}
.navigation {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #F9F9F9;
}
.navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.navigation li {
    float: left;
    padding-right: 25px;
    position: relative;
    display: block;
}
.navigation li::after {
    content: "\f105";
    height: 22px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    font-family: "FontAwesome", sans-serif;
    color: #959595;
    padding-top: 3px;
}
.navigation li:last-child::after {
    display: none;
}
.navigation a,
.navigation span {
    line-height: 22px;
    display: inline-block;
    position: relative;
    color: #959595;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
.navigation a:hover {
    text-decoration: underline;
}
.quick-contact {
    background-color: #f9f9f9;
}
.quick-contact__container {
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 321px) {
    .quick-contact__container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 469px) {
    .quick-contact__container {
        background-image: url('/public/assets/img/phone--013.svg');
        background-position: 10px center;
        padding-top: 15px;
        padding-bottom: 15px;
        background-size: 298px 282px;
    }
}
@media (min-width: 769px) {
    .quick-contact__container {
        background-position: 50px center;
        padding-top: 35px;
        padding-bottom: 35px;
        background-size: 203px 193px;
    }
}
.quick-contact__hours,
.quick-contact__phone,
.quick-contact__email {
    display: table;
    width: 100%;
    height: 50px;
    text-align: left;
}
.quick-contact__hours > div,
.quick-contact__phone > div,
.quick-contact__email > div {
    display: table-cell;
    vertical-align: middle;
}
.quick-contact__hours {
    font-size: 18px;
    font-weight: 700;
    color: #777777;
}
.quick-contact__phone {
    
}
.quick-contact__phone > div:first-child {
    width: 52px;
}
.quick-contact__phone .svg-icon {
    height: 32px;
    width: 31px;
}
[class*="quick-contact__"] a {
    text-decoration: none;
}
.quick-contact__phone a {
    font-size: 18px;
    color: #888888;
}
.quick-contact__phone a:hover {
    color: #000;
    text-decoration: none;
}
.quick-contact__email {
    
}
.quick-contact__email > div:first-child {
    width: 52px;
}
.quick-contact__email .svg-icon {
    padding-top: 10px;
    height: 38px;
    width: 32px;
}
.quick-contact__email a {
    font-size: 18px;
    color: #888888;
}
.quick-contact__email a:hover {
    color: #000;
    text-decoration: none;
}
.newsletter {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 469px) {
    .newsletter {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 769px) {
    .newsletter {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.newsletter .form-group {
    margin: 0px;
}
.newsletter__title h5 {
    font-size: 32px;
    color: #333333;
    text-transform: none;
    margin: 0px;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: left;
}
@media (min-width: 469px) {
    .newsletter__title h5 {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0px;
    }
}
@media (min-width: 769px) {
    .newsletter__title h5 {
        text-align: center;
        font-size: 48px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.newsletter__form {
    position: relative;
}
@media (min-width: 469px) {
    .newsletter__form {
        max-width: 320px;
    }
}
@media (min-width: 769px) {
    .newsletter__form {
        padding-top: 5px;
        float: left;
        width: 500px;
        max-width: 100%;
    }
}
.newsletter__form form {
    margin: 0px;
    padding: 0px;
}
.newsletter__input {
    color: #ee3d60;
    border: 2px solid #ee3d60;
    padding: 15px;
    font-size: 18px;
}
.newsletter__input::-webkit-input-placeholder {
    color: #ee3d60;
}
.newsletter__input:-moz-placeholder {
    color: #ee3d60;
    opacity: 1;
}
.newsletter__input::-moz-placeholder {
    color: #ee3d60;
    opacity: 1;
}
.newsletter__input:-ms-input-placeholder {
    color: #ee3d60;
}
.newsletter__input::-ms-input-placeholder {
    color: #ee3d60;
}
.newsletter .form-action {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
}
.newsletter__btn {
    display: block;
}
.newsletter__btn .svg-icon {
    width: 26px;
    height: 26px;
}
.footer__top {
    border-top: 2px solid #f1f1f1;
    background-color: #f9f9f9;
    padding-top: 19.5px;
    padding-bottom: 74.5px;
    position: relative;
}
@media (min-width: 469px) {
    .footer__top {
        padding-bottom: 40px;
    }
}
@media (min-width: 769px) {
    .footer__top {
        padding-top: 40px;
    }
}
.footer__column-title {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 769px) {
    .footer__column-title {
        padding-bottom: 15px;
    }
}
.footer__column-title h4 {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    position: relative;
    cursor: pointer;
}
@media (min-width: 469px) {
    .footer__column-title h4 {
        font-size: 14px;
        cursor: auto;
    }
}
@media (min-width: 769px) {
    .footer__column-title h4 {
        font-size: 18px;
    }
}
.footer__column.opened .footer__column-title h4 {
    color: #ed284f;
}
.footer__column-title h4 span {
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 469px) {
    .footer__column-title h4 span {
        display: none;
    }
}
.footer__column h4 span.plus {
    
}
.footer__column h4 span.minus {
    visibility: hidden;
    opacity: 0;
}
.footer__column.opened h4 span {
    fill: #ed284f;
}
.footer__column.opened h4 span.plus {
    visibility: hidden;
    opacity: 0;
}
.footer__column.opened h4 span.minus {
    visibility: visible;
    opacity: 1;
}
.footer__column-list {
    max-height: 0px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
@media (min-width: 469px) {
    .footer__column-list {
        display: block;
        max-height: none;
        padding-bottom: 0px;
    }
}
.footer__column-list ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.footer__column-list li {
    padding-bottom: 5px;
}
.footer__column-list li:last-child {
    padding-bottom: 0px;
}
.footer__column-list a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}
@media (min-width: 469px) {
    .footer__column-list a {
        font-size: 14px;
    }
}
@media (min-width: 769px) {
    .footer__column-list a {
        font-size: 14px;
    }
}
.footer__column-list a:hover,
.footer__column-list a:focus,
.footer__column-list a:active {
    text-decoration: underline;
    color: #ee3d60;
}
.footer__heureka {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    bottom: -37.5px;
    margin-left: -37.5px;
}
@media (min-width: 469px) {
    .footer__heureka {
        width: 100px;
        height: 100px;
        bottom: -50px;
        margin-left: -50px;
    }
}
.footer__bottom {
    border-top: 2px solid #f1f1f1;
    padding-top: 64px;
    padding-bottom: 25px;
}
@media (min-width: 469px) {
    .footer__bottom {
        padding-top: 25px;
    }
}
.footer__copyright {
    font-size: 12px;
    text-transform: uppercase;
    color: #ed284f;
    font-weight: 700;
}
.footer__author {
    text-align: right;
}
.footer__author a {
    font-size: 12px;
    text-transform: uppercase;
    color: #ed284f;
    font-weight: 700;
    text-decoration: none;
}
.footer__author a:hover,
.footer__author a:focus, 
.footer__author a:active {
    text-decoration: none;
    color: #000;
}
.cookies-usage {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #ed284f;
    padding: 10px 10px 5px 10px;
    z-index: 50;
    font-size: 0.9em;
}
.cookies-usage__text,
.cookies-usage__actions {
    text-align: center;
}
.cookies-usage__text {
    padding-bottom: 10px;
}
@media (min-width: 769px) {
    .cookies-usage__text {
        padding-top: 7px;
        text-align: left;
    }
    .cookies-usage__actions {
        text-align: right;
    }
}
.cookies-usage__more-info {
    margin: 0 5px;
    padding: 5px 15px;
    background: #FFF;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
}
.cookies-usage__agree {
    margin: 0 5px;
    padding: 5px 15px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}
.cookies-usage__agree:hover {
    background-color: #000;
    color: #fff;
}
.btn-google {
    background: url(../img/google.svg) no-repeat 10px center #d84734;
    background-size: 30px 30px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    color: #FFF;
    margin: 5px 0;
}
.btn-google:hover {
    color:#FFF;
    text-decoration: none;
}
.btn-fb {
    background: url(../img/fb.svg) no-repeat 10px center #4065b3;
    background-size: 20px 20px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    color: #FFF;
    margin: 5px 0;
}
.btn-fb:hover {
    color:#FFF;
    text-decoration: none;
}
.product-sm {
    height: 460px;
    position: relative;
    border:1px solid #ddd;
}
.product-sm:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    z-index: 10;
}
.product-sm__stock {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.product-sm__stock.success {
    color: #329a00;
}
.product-sm__stock.error {
    color: #909090;
}
.product-sm__labels {
    padding-top: 15px;
}
.product-sm__label {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 22px;
    color:#FFF;
    font-weight: bold;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 3px 8px;
    margin:2px 0;
}
.product-sm__label .svg-icon {
    fill: #fff;
    position: relative;
    top:-2px;
    vertical-align: middle;
}
.product-sm__label--stock {
    padding-top: 5px;
    background-color: #7BB000;
}
.product-sm__label--stock .svg-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline !important;
}
.product-sm__label--new {
    padding-top: 5px;
    background-color: #1BA5CD;
}
.product-sm__label--new .svg-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline !important;
}
.product-sm__label--sale {
    padding-top: 5px;
    background-color: #FF0000;
}
.product-sm__label--sale .svg-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline !important;
}
.product-sm__label--saleout {
    padding-top: 5px;
    background-color: #7BB000;
}
.product-sm__label--saleout .svg-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline !important;
}
.product-sm__label--top {
    padding-top: 5px;
    background-color: #007C79;
}
.product-sm__label--top .svg-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline !important;
}
.product-sm__label--bio {
    padding-top: 5px;
    background-color: #75a22c;
}
.product-sm__label--bio .svg-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline !important;
}
.product-sm__label--recommended {
    padding-top: 5px;
    background-color: #EEA813;
}
.product-sm__label--recommended .svg-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline !important;
}
.product-sm__label--de {
    padding: 0;
    background-color: transparent;
}
.product-sm__label--de img {
    vertical-align: middle;
    margin-top: -4px;
}
.product-sm__img {
    overflow: hidden;
    position: relative;
}
.product-sm__img a {
    padding-top: 25px;
    display: block;
    text-align: center;
    height: 266px;
}
.product-sm__img > img {
    width: 100%;
    max-width: 214px;
    display: inline-block !important
}
.product-sm__img > span {
    position: absolute;
    bottom:0;
    right:15px;
}
.product-sm__info {
    width: 100%;
    padding-top: 15px;
    min-height: 131px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    display: table;
}
.product-sm__info-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 18px;
}
.product-sm:hover .product-sm__info-wrapper {
    box-shadow: 0 0px 15px 0px rgba(0,0,0,0.1);
    background-color: #fff;
}
.product-sm__name {
    overflow: hidden;
}
.product-sm__name h2 {
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.product-sm__name h2 a {
    padding: 14px 14px 10px 14px;
    height: 70px;
    display: block;
    color: #333333;
    text-decoration: none;
}
.product-sm__name h2 a:hover,
.product-sm__name h2 a:focus,
.product-sm__name h2 a:active {
    text-decoration: none;
    color: #333333;
}
.product-sm__price {
    color: #ed284f;
    text-align: center;
    font-size: 20px;
    padding: 0 14px;
}
.product-sm__actions {
    padding: 20px 14px 0 14px;
    display: none;
    height: 41px;
    position: relative;
}
.product-sm:hover .product-sm__actions {
    display: block;
}
.product-sm__qty {
    background-color: #fff;
    float: left;
    position: relative;
    width: 69px;
    border-right: 10px solid #fff;
    z-index: 2;
    position: relative;
}
.product-sm__qty-input {
    border: 1px solid #e3ebee;
    padding-right: 19px;
}
.product-sm__qty-input input {
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #000000;
    border: none;
    text-align: center;
}
.product-sm__qty-btn {
    cursor: pointer;
    position: absolute;
    right: 1px;
    line-height: 19px;
    text-align: center;
}
.product-sm__qty-btn--up {
    width: 19px;
    height: 20px;
    top: 1px;
    border-left: 1px solid #e3ebee;
    border-bottom: 1px solid #e3ebee;
}
.product-sm__qty-btn--down {
    width: 19px;
    height: 19px;
    bottom: 1px;
    border-left: 1px solid #e3ebee;
}
.product-sm__add-to-cart {
    float: left;
    width: calc(100% - 120px);
}
.product-sm__add-to-cart a {
    background-color: #ed284f;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    display: block;
    font-weight: 700;
    border: 2px solid #ed284f;
    font-size: 0px;
    line-height: 0px;
}
.product-sm__add-to-cart a span {
    display: inline-block;
    font-size: 14px;
    height: 37px;
    vertical-align: top;
}
.product-sm__add-to-cart a span:nth-child(1) {
    padding-top: 6px;
    padding-right: 10px;
}
.product-sm__add-to-cart a span:nth-child(2) {
    line-height: 37px;
}
.product-sm__add-to-cart a .svg-icon {
    width: 28px;
    height: 24px;
    fill: #fff;
}
.product-sm__add-to-cart a:hover .svg-icon {
    fill: #ed284f;
}
.product-sm__add-to-cart a:hover {
    background-color: transparent;
    color: #ed284f;
    text-decoration: none;
}
.product-sm__add-to-wishlist {
    float: right;
    width: 51px;
    height: 41px;
    background-color: #f9f9f9;
    border-left: 10px solid #fff;
    z-index: 2;
    position: relative;
}
.product-sm__add-to-wishlist a {
    display: block;
    padding: 0px;
    border: none;
    height: 100%;
    padding-top: 10px;
    padding-left: 9px;
    padding-right: 8px;
}
.product-sm__add-to-wishlist .svg-icon {
    width: 24px;
    height: 24px;
    fill: #ed284f;
}
.product-sm__add-to-wishlist .svg-icon.add {
    
}
.product-sm__add-to-wishlist .svg-icon.remove {
    display: none;
}
.product-sm__add-to-wishlist a.remove .svg-icon.add {
    display: none;
}
.product-sm__add-to-wishlist a.remove .svg-icon.remove {
    display: inline-block;
}
.product-sm__add-to-wishlist a:hover .svg-icon {
    fill: #000;
}
.facebook-fx {
    position: fixed;
    left: -110px;
    top: 360px;
    padding: 5px;
    background: #4267b2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    z-index: 20;
}
.facebook-fx:hover {
    left: 0px;
}
.facebook-fx__icon {
    float: right;
    padding: 6px 6px 0 6px;
}
.facebook-fx__icon .svg-icon {
    fill: #fff;
    width: 30px;
    height: 30px;
}
.facebook-fx__action {
    float: right;
}
.login__form {
    
}
.login__form label {
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}
.login__form .form-control {
    height: 41px;
    padding: 10px;
    border: 1px solid rgba(183, 183, 183, 0.4);
}
.login__form .form-action {
    padding-bottom: 25px;
}
.login__form .form-action .btn {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.login__form .form-action .btn:hover {
    background-color: transparent;
    color: #ed284f;
}
.login__external-buttons {
    padding-top: 15px;
}

.qty-box {
    width: 69px;
    border-right: 10px solid #fff;
    z-index: 2;
    position: relative;
}
.qty-box input {
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #000000;
    border: none;
    text-align: center;
    border: 1px solid #e3ebee;
    padding-right: 19px;
}
.qty-box__btn {
    cursor: pointer;
    position: absolute;
    right: 1px;
    line-height: 19px;
    text-align: center;
}
.qty-box__btn--up {
    width: 19px;
    height: 20px;
    top: 1px;
    border-left: 1px solid #e3ebee;
    border-bottom: 1px solid #e3ebee;
}
.qty-box__btn--down {
    width: 19px;
    height: 19px;
    bottom: 1px;
    border-left: 1px solid #e3ebee;
}
.btn.btn-primary {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background-color: transparent;
    color: #ed284f;
}
#main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.loading-16 { background:url("/public/themes/images/loading-16.gif") no-repeat center center #FFF; }
.loading-24 { background:url("/public/themes/images/loading-24.gif") no-repeat center center #FFF; }
.loading-32 { background:url("/public/themes/images/loading-32.gif") no-repeat center center #FFF; }
.loading-64 { background:url("/public/themes/images/loading-64.gif") no-repeat center center #FFF; }
.loading-top { background-position: top center; }

.no-indent    { padding:0; }

.indent       { padding:15px; }
.indent-box   { padding:15px 30px; }
.indent-box-row { padding:5px 30px; }
.indent-row   { padding:5px 15px; }
.indent-small { padding:5px 10px; }
.indent-cell  { padding:3px; }
span.indent, strong.indent, label.indent { display: inline-block; }

.ucase { text-transform: uppercase; }

.line-through { text-decoration: line-through; }

.text-left   { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }

.fs-xlarge   { font-size: 1.6em; }
.fs-xxlarge  { font-size: 2.2em; }

.fr { float:right; }
.fl { float:left; }

.nowrap { white-space: nowrap; }

.pointer { cursor: pointer; }

.bold { font-weight: bold; }
.green  { color:#ed284f; }

.block { background: #efefef; }
.block-light { background: #FFF; }
.block-green { background: #54B948; color:#FFF; }
.block-red { background: #e92700; color:#FFF; }
.block-red .invert { color:#5b0f01; }
.block-silver { background: #F8F8F8; }
.block-light-dark { background: #fff; }
.block-dark { background: #A9A9A9; color:#FFF; }

.shadow { box-shadow:0 0 15px rgba(0,0,0,0.10); }
.shadow-big { box-shadow:0 0 40px rgba(0,0,0,0.20); }

.spinner { padding-left:0; padding-right:0; text-align: center; }
.btn-spinner { padding:0 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay { position:absolute; top:0; left:0; background:#000; display:none; z-index:10002; }

.alert {
    font-size:1.2em;
    font-weight:bold;
    color:#ED284F;
}
.vtop {
    vertical-align:top;
}

/*
 * REPORTS
 */
.report { min-height:18px; _height:18px; text-align:left; margin:0 auto 5px auto; color:#000000; font-size:1.3em; padding:5px 25px 5px 40px; position:relative; background:none; z-index:1; }
.report span.ico { display:block; width:29px; height:27px; margin:1px 3px 1px 1px; background:url('/public/themes/images/reports.png') no-repeat top left; position:absolute; top:0; left:0; z-index:2; }
.report span.ico-OK    { background-position:0 0; }
.report span.ico-ERROR { background-position:-36px 0; }
.report span.ico-INFO  { background-position:-72px 0; }
.report span.ico-ALERT { background-position:-108px 0; }
.report span.ico-HELP  { background-position:-144px 0; }

#reports { background:#FFF; padding:0; text-align:left; position:absolute; z-index:10003; top:-1000px; zoom: 1; -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3); box-shadow: 0 0 50px rgba(0,0,0,0.3); }
#reports img.close { position:absolute; top:11px; right:12px; z-index:10003; cursor:pointer; }
div.report-title { font-size: 16px; font-weight: bold; padding:9px 15px; }
div.report-title-ERROR { background: #E9573F; color:#FFF; }
div.report-title-ALERT { background: #FAA732; color:#FFF; }
div.report-title-OK { background: #37BC9B; color:#FFF; }
div.report-title-INFO { background: #3BAFDA; color:#fff; }
div.report-title-HELP { background: #3BAFDA; color:#fff; }

.report-content { padding: 15px; line-height: normal; font-size: 14px; }

#passwordStrength { width:138px; height:7px; background:url('/public/themes/images/progress1.png') no-repeat top left; float:left; margin:0.4em 0.5em 0.3em 0; position: relative; }
#passwordStrength .bar { width:0; height:7px; background:url('/public/themes/images/progress1.png') no-repeat bottom left; }
#passwordStrength .bar span { position:absolute; top:-5px; left:105%; font-size:0.9em; color:#666; }

.processing { max-width:450px; width: 90%; background: url(/public/themes/images/infinity.gif) no-repeat bottom center #FFF; text-align:center; padding:25px 0 90px 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius: 5px; box-shadow:0 0 40px rgba(0,0,0,0.20); position:absolute; z-index:9999; }
.processing span { display:block; font-size:1.6em; padding:0 30px; }

#add-to-cart-popup div.deliveryInfo { display: block; }
#add-to-cart-popup div.deliveryProgressbar { display: block; }
#add-to-cart-popup a.btn,
#cart-detail a.btn {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
#add-to-cart-popup a.btn:hover,
#cart-detail a.btn:hover {
    background-color: transparent;
    color: #ed284f;
}
#eshop-cart-items .table > thead {
    display: none;
}
@media (min-width: 469px) {
    #eshop-cart-items .table > thead {
        display: table-header-group;
    }
}
#eshop-cart-items .table > tbody > tr {
    border: 1px solid #e3ebee;
}
@media (min-width: 469px) {
    #eshop-cart-items .table > tbody > tr {
        border: none;
    }
}
#eshop-cart-items .table > tbody > tr > td {
    display: block;
    width: 100%;
    text-align: center;
}
@media (min-width: 469px) {
    #eshop-cart-items .table > tbody > tr > td {
        display: table-cell;
        width: auto;
        text-align: inherit;
    }
}
#eshop-cart-items .table > tbody > tr > td:first-child {
    padding-top: 20px;
}
@media (min-width: 469px) {
    #eshop-cart-items .table > tbody > tr > td:first-child {
        padding-top: 8px;
    }
}
#eshop-cart-items .table > tbody > tr > td:nth-child(2) {
    padding: 8px 15px;
}
@media (min-width: 469px) {
    #eshop-cart-items .table > tbody > tr > td:nth-child(2) {
        padding: 8px;
    }
}
#eshop-cart-items .table > tbody > tr > td:last-child {
    padding-bottom: 20px;
}
@media (min-width: 469px) {
    #eshop-cart-items .table > tbody > tr > td:last-child {
        padding-bottom: 8px;
    }
}
#eshop-cart-items .table > tbody > tr > td .qty-box {
    display: inline-block;
}
#eshop-cart-items .fs-small {
    font-size: 0.9em;
}
textarea#comments {
    border: 2px solid rgba(183, 183, 183, 0.4);
    min-height: 80px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width: 540px) {
    #eshop-cart-items .fs-medium { font-size: 1em; }
    #eshop-cart-items .fs-xlarge { font-size: 1.3em; }
}
#cartCancelAndGiftcard {
    padding: 15px;
    border: 1px solid rgba(183, 183, 183, 0.4);
}
#cartCancelAndGiftcard input[type="text"],
#deliveryPayment input[type="text"],
#cart-price-summary input[type="text"] {
    border: 2px solid rgba(183, 183, 183, 0.4);
    height: 41px;
    padding: 10px;
    min-width: 220px;
}
#cart-price-summary .table > tbody > tr > td,
.table.no-border > tbody > tr > td {
    border-top: none;
    vertical-align: middle;
}
.table.no-padding > tbody > tr > td:first-child {
    padding-left: 0px;
}
.table.no-padding > tbody > tr > td:last-child {
    padding-right: 0px;
}
#order-summary-checks,
#order-addresses {
    padding-bottom: 20px;
}
#eshop-cart-detail .table > tbody > tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td {
    border-top: none;
    vertical-align: middle;
}
.ui-dialog .login__form {
    
}
.ui-dialog .login__form label,
#loginFormDialog label {
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}
.ui-dialog .login__form .form-control,
#loginFormDialog .form-control {
    height: 41px;
    padding: 10px;
    border: 1px solid rgba(183, 183, 183, 0.4);
}
.ui-dialog .login__form .form-action {
    padding-bottom: 25px;
}
.ui-dialog .login__form .form-action .btn {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.ui-dialog .login__form .form-action .btn:hover {
    background-color: transparent;
    color: #ed284f;
}

section.order {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.order .btn {
    font-size: 1.1em;
    padding:10px 20px;
}
#order-steps {
    padding-bottom: 30px;
}
#order-steps .col { float: left;width: 25%; box-sizing: border-box; position: relative; padding:0; color:#888; border-left:1px solid transparent; }
#order-steps .col:first-child { border-left:none; }
#order-steps .col a, #order-steps .col span { background: #eee; color:#000; text-decoration: none; display: block; padding:15px; }
#order-steps .col.active a, #order-steps .col.active span { color:#fff; background:#ed284f; }
#order-steps .col.done a, #order-steps .col.done span { color:#fff; background:#1DB1DC; }

@media only screen and (max-width: 680px) {
    #order-steps { background: none; }
    #order-steps > .col { background: #dadada; width:100%; margin:2px 0; padding:0; }
    #order-steps .col a, #order-steps .col span { padding: 7px 15px; border:none; }
    #order-steps .col.active a, #order-steps .col.active span { border:none; background: #ed284f; color:#FFF; }
    #order-steps .col.done a, #order-steps .col.done span {  border:none; background:#000; color:#FFF; }
}
#zasielkovna { position: relative; padding:5px 0;float:left;width:100%;}
#zasielkovna > div.choice { padding:0 90px 0 23px; font-size: 13px;}
#zasielkovna > div.choice span { font-weight: bold; }
#zasielkovna > div.choice img.remove { position: absolute; top:10px; right:0; cursor: pointer; }
#zasielkovna > div.choice img.detail { width: 32px; position: absolute;  top: 6px; right: 48px; cursor: pointer; }
#zasielkovna > div.items { position: relative; }
#zasielkovna > div.items > div.choices { z-index: 100; display:none; box-shadow: 0 0 10px rgba(0,0,0,0.15); position: absolute; top:45px; left:0; width:100%; background: #FFF; border:1px solid #E8E8E8; box-sizing: border-box; max-height: 300px; overflow: auto; }
#zasielkovna > div.items > div.choices ul { margin:0; padding:10px 15px; list-style: none; }
#zasielkovna > div.items > div.choices ul li { padding:5px 0; border-top: 1px solid #E8E8E8; cursor: pointer; }
#zasielkovna > div.items > div.choices ul li:first-child { border-top: none; }
#zasielkovna > div.items > div.choices ul li span { font-weight: bold;font-size:13px; }
#zasielkovna > div.items > div.choices img.detail { display:none; }
#zasielkovna > div.items > div.choices img.remove { display:none; }
#zasielkovna > div.items > div.choices p.empty { padding:15px; margin:0; color:#DD0000; font-weight: bold; }
#googleMap {width: 100%; height: 300px;}
div.dialog div.cols {Width:50%;}
div.dialog {width: 100%;}
div.dialog p {margin: 0 0 10px;}
div.dialog b {width: 70px; display: inline-block;}
ul.photoConsig {list-style: none; margin: 0 -11px;}
ul.photoConsig li {float: left; padding: 11px;}
ul.photoConsig img {border: 2px solid #9393A3; padding: 1px; background-color: #F6F6F5;}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {background: #54bcd0;}

.ui-widget-content a{color: #fff;}

.chosen-container {
    width: 100% !important;
    max-width:300px;
    margin-top: 10px;
}
.chosen-search input {
    padding: 4px 20px 4px 5px !important;
    height: auto !important;
    border: 1px solid #aaa !important;
}
#deliveryTypes .radio {
    float:left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.geispoint {
    float: left;
    width: 100%;
    padding-bottom:15px;
    margin-left: 15px;
}
.geispoint_container {
    overflow: hidden;
    z-index: 0;
}
.geispoint_container.active {
    margin: 15px 0;
}
.geispoint_container .item {
    padding: 10px 15px;
    position: relative;
    transition: all 0.2s linear;
    border: 1px solid #dedede;
    float:left;
    width:100%;
    background: white;
    margin-bottom:5px;
}
.geispoint_container .item.active {
    background: #ffe4e9 !important;
    border: none;
    border-left: 5px solid #ed284f !important;
}
.geispoint_container .item:hover {
    cursor: pointer;
}
.geispoint_container .item:last-child {
}
.geispoint_container .item .name {
    font-weight: bold;
    max-width: 90%;
}
.geispoint_container .item .pos {
    font-size: 12px;
}
.geispoint_container .item i.itemState {
    position: absolute;
    right: 14px;
    top: 18px;
    font-size: 16px;
    transition: all 0.2s linear;
}
.geispoint_container .item i.itemState.fa-chevron-right {
    color: #bebebe;
}
.geispoint_container .item i.itemState.fa-check {
    color: #ed284f;
}
.geisDetail {
    position: relative;
    border-bottom: 0;
    transition: all 0.2s linear;
    border: 1px solid #dedede;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.geisDetail.closed {
    height: 0;
    padding: 0;
    opacity: 0;
}
.geisDetail > .fl {
    width: 50%;
    float: left;
}
.geisDetail .header {
    font-size: 16px;
    position: relative;
}
.geisDetail .header i {
    position: absolute;
    top: 2px;
}
.geisDetail .header div {
    padding-left: 35px;
    font-weight:bold;
    letter-spacing: -1px;
}
.geisDetail .content {
    padding-left: 35px;
    font-size: 13px;
}
.geisDetail .choose {
    margin-top: 15px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.geisDetail .choose div[class=btn] {
    background-color: #ed284f;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    display: block;
    font-weight: 700;
    border: 2px solid #ed284f;
    font-size: 13px;
    line-height: 12px;
}
.geisDetail .choose div[class=btn] i {
    padding-right: 15px;
}
.chosen-container > a {
    border-radius: 0 !important;
    background: #fff !important;
    padding: 2px 15px !important;
    height:30px !important;
    box-shadow: none !important;
}
.chosen-container > a > span{
    font-weight: bold !important;
}
.chosen-container .chosen-drop {
    border-radius: 0 !important;
}
.chosen-container-active .chosen-single {
    border: 1px solid #aaa !important;
}
.chosen-container .chosen-results li.highlighted{
    background-image: none !important;
    background-color: #ed284f !important;
    color: white !important;
    font-weight: bold !important;
}
.geispoint_container .fa-spinner {
    margin-top: 15px;
    margin-left: 110px;
    color: #bebebe;
}



#deliveryPayment .separator {
    float: left;
    width:100%;
}
#paymentTypes {
    float: left;
    width: 100%;
}
@media only screen and (max-width: 680px) {
    .geispoint {
        margin-left: 0;
    }
    .geisDetail {
    }
    .geisDetail > .fl {
        width:100%;
        padding-bottom: 10px;
    }
}

.stock_filter .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.stock_filter .switch input {display:none;}

.stock_filter .slider {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.stock_filter .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.stock_filter input:checked + .slider {
    background-color: #ed284f;
}

.stock_filter input:focus + .slider {
    box-shadow: 0 0 1px #ed284f;
}

.stock_filter input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.stock_filter .slider.round {
    border-radius: 34px;
}

.stock_filter .slider.round:before {
    border-radius: 50%;
}
.stock_filter div.label {
    width: 50%;
    float: left;
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    padding: 10px 0;
}
.stock_title {
    padding-bottom: 10px;
    padding-top: 10px;
}
.toolbar-top__action {
    cursor: pointer;
}
.category__toolbar-top .row {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.category__toolbar-top .row.visible {
    margin-bottom:0;
}
#zasielkovna input[name=term] {
    border: 1px solid #dedede;
    padding-left: 40px;
    border-radius: 0;
    font-size: 13px;
}

#zasielkovna .items > i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #bebebe;
    transform: translate(0%, -50%);
}

#zasielkovna .items .posty li {
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    #zasielkovna input[name=term] {
        width: 100%;
    }
    #zasielkovna > div.items > div.choices {
        width: 100%;
    }
}
.dialog .gallery ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.dialog .gallery li {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.fb-like.fb_iframe_widget {
    float: right;
    padding-left: 15px;
}
.stock_title i {
    float: right;
    font-size: 20px;
}
/*.category__toolbar-top .row {
    width: 100%;
    z-index: -1;
    margin-bottom: -80px;
}

.stock_title {
    padding-bottom: 15px;
    padding-top: 10px;
}*/
.stock_filter span.text {
    right: 0;
    position: relative;
    transform: none;
    top: 0;
    max-width: 180px;
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
}
.design.checkbox input {
    display: none;
}

.design.checkbox span{
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #dedede;
    position: relative;
    right: 0;
    display: inline-block;
    transform: none;
    top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0px;
}

.design.checkbox i {
    display: none;
}

.design.checkbox.checked
i {
    display: block;
    color: #ed284f;
    position: absolute;
    top: 0;
    left: 0;
}

.input_label {
    display: inline-block;
}
.input.auto {
    display: inline-block;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 2px;
}

/* DROPDOWN */
.dropdown ul {
    list-style: none;
    display: none;
}
.dropdown-label {
    clear: both;
    padding-bottom: 5px;
    padding-top: 15px;
}
.dropdown {
    position: relative;
    display:inline-block;
}
.dropdown input {
    display: none;
}
.dropdown > i {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #bebebe;
}

.dropdown.shown ul {
    display: block;
    padding-left: 0 !important;
    margin-bottom: 0;
    margin-top: 5px;
    border: 1px solid #dedede;
    z-index: 1000;
    position: absolute;
    width: 100%;
    max-height: 156px;
    overflow: auto;
}

.dropdown > div.selected {
    padding: 2px 10px;
    background: white;
    border: 1px solid #dedede;
}

.dropdown ul li {
    padding: 2px 10px;
    background: white;
}

.dropdown ul li.selected {
    display: none;
}

.dropdown.shown ul:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #dedede;
    top: -4px;
    right: 50%;
    transform: rotate(45deg);
    z-index: -1;
}
.dropdown > div.selected:hover {
    border: 1px solid #9e9e9e;
}
.dropdown > div.selected:hover~i {
    border: 1px solid #9e9e9e;
}
.dropdown ul li:hover {
    background: #efefef;
}
.dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #ed284f;
    font-size: 15px;
    font-weight: 700;
    border: none;
    position: relative;
    padding: 6px 26px 6px 0px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.dropdown::after {
    content: "\f0d7";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f7f7f;
    z-index: 1;
}
.category__toolbar-bottom-ajax a {
    cursor: pointer;
}
.category__toolbar-bottom-ajax {
    float: right;
    width: 100%;
}
.category__toolbar-top .row {
    margin-bottom: -115px;
}
.hidden-col {
    display: none;
}
.stock_filter {
    float: left;
    padding: 0 15px;
    background: #f9f9f9;
    width: 100%;
}
.input.design.checkbox.checked.full {
    float: left;
    width: 100%;
}
.input.auto {
    display: inline-block;
    padding-right: 1%;
    margin-top: 0;
    margin-bottom: 2px;
    width: 33%;
    float: left;
}
@media screen and (max-width: 1200px) {
    .category__toolbar-top .row {
        margin-bottom: -140px;
    }
    .col-lg-8.col-md-5 {
        width: 50%;
    }
    .col-lg-4.col-md-7 {
        width: 50%;
    }
    .input.auto {
        width: 49%;
        padding-right: 1%;
    }
}
@media screen and (max-width: 1000px) {
    .category__toolbar-top .row {
        margin-bottom: -240px;
    }
    .stock_filter div.label {
        width:100%;
    }
}

@media screen and (max-width: 790px) {
    .category__toolbar-top .col-md-5 {
        width: 50%;
    }

    .category__toolbar-top .col-lg-4.col-md-7 {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .category__toolbar-top .col-md-5 {
        width: 100%;
    }

    .category__toolbar-top .col-lg-4.col-md-7 {
        width: 100%;
    }
    .toolbar-top__action--filter a {
        float:left;
    }
    .visible-col {
        display:none;
    }
    .hidden-col {
        display:block;
    }
    .toolbar-top__action--filter a {
        max-width: unset !important;
        width: 100%;
    }
}

.headline {
    border-bottom: 3px solid #f9f9f9;
    margin:30px 0 15px 0;
}
.headline span {
    font-weight: 700;
    color: #000;
    border-bottom: 3px solid #ddd;
    display: inline-block;
    padding:0 0 10px 0;
    margin-bottom: -3px;
    font-size: 1.2em;
    text-transform: uppercase;
}

@media screen and (max-width: 880px) {
    #order-steps-buttons div.deliveryInfo {
        display: block;
        clear: both;
        padding-top: 20px;
    }
}
@media screen and (max-width: 640px) {
    section.order .btn {
        width: 100%;
        margin: 10px 0;
    }

    #cartCancelAndGiftcard {
        text-align: center;
    }
    #cartCancelAndGiftcard input[type="text"] {
        width: 100%;
        margin: 5px 0;
    }
}