/*** START bootstrap ***/
* {
    -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: 'vag-rundschrift-d', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #000;
}

#content {
    background: #FFF;
    color:#000;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #ff0000;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    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: 2px solid #e9e9e9;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hidden {
    display: none !important;
}
.text-danger {
    color: #ff0000;
}
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;
    font-weight: 400;
}
.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: 4px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  padding: 8px;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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;
}
.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: 400;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 1px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.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: 4px \9;
    margin-left: -20px;
}
.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: 1480px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
    display: table;
    content: " ";
}
.clearfix::after,
.container::after,
.row::after,
.form-horizontal .form-group::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;
    }
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.font-bold {
    font-weight: 400 !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.form-control {
    display: block;
    width: 100%;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.pr15 {
    padding-right: 15px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.pt10 {
    padding-top: 10px; !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !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;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    color: #000;
    background-color: #fff;
    background-image: none;
    padding: 0 15px;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 54px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 300;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"] {
    box-shadow: none !important;
    -webkit-appearance: none;
}
.form-control:focus {
    outline: 0;
}
.btn-primary {
    text-align: center;
    background-color: #ff0000;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-decoration: none;
}
.btn-primary:hover {
    background: #44cd94;
    color: #fff;
    text-decoration: none;
}
.btn-success {
    text-align: center;
    background-color: #44cd94;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-decoration: none;
}
.btn-success:hover {
    background: #10bb4c;
    color: #fff;
    text-decoration: none;
}
.btn-default {
    text-align: center;
    background-color: #eaeaea;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-decoration: none;
}
.btn-default:hover {
    background-color: #dad7d7;
    text-decoration: none;
}
.btn-info{
    text-align: center;
    padding: 0 20px;
    border: none;
    text-decoration: none;
    font-weight: 700;
    background: #123b87;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.btn-info:hover {
    background: #0050a7;
    color: #fff;
    text-decoration: none;
}
.btn-sm {
    height: 41px;
    line-height: 41px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.btn-xs {
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.dropdown-menu.dropdown-menu-right::before {
    right: 12px;
    left: auto;
}

.dropdown-menu.dropdown-menu-right::after {
    right: 13px;
    left: auto;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.text-success {
    color: #44cd94;
}
.text-danger {
    color: #ff0000;
}
/*** END bootstrap ***/
/*** START style ***/
body {

}
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    max-width: 100%;
    vertical-align: middle;
}
strong,
b {
    font-weight: 400;
}
body.header-sticky #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
}
header {
    background-color: #000000;
}
.custom_checkbox,
.custom_radio {
    position: relative;
}
.custom_c,
.custom_r {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.custom_l {
    display: block!important;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
    text-transform: none;
    min-height: 16px;
    line-height: 16px;
    cursor: pointer;
}
.custom_l::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    border-radius: 4px;
}
.custom_c + .custom_l::before {

}
.custom_r + .custom_l::before {
    border-radius: 50%;
}
.custom_l::after {
    position: absolute;
    opacity: 0;
}
.custom_checkbox .custom_l::after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    top: 2px;
    left: 2px;
    color: #ff0000;
}
.custom_radio .custom_l::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #ff0000;
    top: 4px;
    left: 4px;
}
.custom_c + .custom_l::after {

}
.custom_r + .custom_l::after {
    border-radius: 50%;
}
.custom_c:checked + .custom_l::before,
.custom_r:checked + .custom_l::before {
    border-color: #ff0000;
}
.custom_c:checked + .custom_l::after,
.custom_r:checked + .custom_l::after {
    opacity: 1;
}
.mfp-bg.mfp-white {
    background-color: rgba(255, 255, 255, 0.7);
}
.top-bar {
    display: none;
    padding-bottom: 10px;
}
@media (min-width: 769px) {
    .top-bar {
        display: block;
        padding-bottom: 25px;
    }
}
.top-bar__left {
    padding-top: 8px;
}
@media (min-width: 321px) {
    .top-bar__left {
        float: left;
        width: auto;
    }
}
.top-bar__left ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (min-width: 321px) {
    .top-bar__left ul {
        text-align: left;
        width: auto;
    }
}
.top-bar__left ul li {
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    position: relative;
}
@media (min-width: 321px) {
    .top-bar__left ul li {
        display: block;
        float: left;
    }
}
.top-bar__left ul li a {
    color: #fff;
    text-decoration: none;
}
.top-bar__left ul li a:hover {
    text-decoration: underline;
}
.top-bar__left ul li:first-child {
    padding-left: 0;
}
.top-bar__left ul li:last-child {
    padding-right: 0;
}
.top-bar__left ul li::after {
    display: block;
    content: "|";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -4px;
}
.top-bar__left ul li:last-child::after {
    content: none;
}
.top-bar__left ul li p {
    margin: 0;
    padding: 0;
}
.top-bar__phone {
    background-image: url('/public/assets/img/phone-img.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 34px !important;
}
.top-bar__right {
    padding-top: 8px;
}
@media (min-width: 321px) {
    .top-bar__right {
        float: right;
    }
}
.top-bar__right ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (min-width: 321px) {
    .top-bar__right ul {
        text-align: right;
    }
}
.top-bar__right ul li {
    color: #fff;
    list-style: none;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
}
@media (min-width: 321px) {
    .top-bar__right ul li {
        display: block;
        float: left;
    }
}
.top-bar__right ul li:first-child {
    padding-left: 0;
}
.top-bar__right ul li:last-child {
    padding-right: 0;
}
.top-bar__right ul li a {
    color: #fff;
    text-decoration: none;
}
.top-bar__right ul li a:hover {
    text-decoration: underline;
}
.top-bar__right ul li a {
    padding-left: 31px;
    position: relative;
}
.top-bar__right ul li a .svg-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-bar__user--login .svg-icon {
    width: 21px;
    height: 24px;
}
.top-bar__user--registration a {
    padding-left: 0 !important;
}
.header {
    padding-top: 15px;
    position: relative;
    padding-bottom: 25px;
}
@media (min-width: 769px) {
    .header {
        padding-top: 0;
        background: none;
    }
}
@media(max-width: 768px) {
    .header__logo {
        position: absolute;
        bottom: 22px;
        left: 50px;
        width: 40px;
        height: 40px;
        background: url("/public/themes/images/logo-s.png") no-repeat center center;
    }
    .header__logo a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .header__logo a span {
        display: none;
    }
}
@media(min-width: 769px) {
    .header__logo {
        display: block;
        text-align: left;
        padding-bottom: 0;
        float: left;
    }
}
.header__search {
    padding-bottom: 15px;
    display: none;
}
.header__search .fb-link {
    display: none;
}
.header__search .instagram-link {
    display: none;
}
@media(min-width: 769px) {
    .header__search {
        display: block;
        float: left;
        padding-left: 80px;
        padding-top: 12px;
        padding-bottom: 0;
        position: relative;
    }
    .header__search .fb-link {
        display: block;
        position: absolute;
        top: 18px;
        right: -60px;
        background: #FFF;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        padding: 10px;
    }
    .header__search .fb-link img {
        width: 100%;
        height: 100%;
    }
    .header__search .instagram-link {
        display: block;
        position: absolute;
        top: 18px;
        right: -110px;
        background: #FFF;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        padding: 10px;
    }
    .header__search .instagram-link img {
        width: 100%;
        height: 100%;
    }
}
.search {
    position: relative;
    z-index: 7;
}
.search__form {
    position: relative;
    max-width: 100%;
}
@media (min-width: 900px) {
    .search__form {
        width: 300px;
    }
}
@media (min-width: 1024px) {
    .search__form {
        width: 473px;
    }
}
.search__input {

}
.search__input .form-control {
    padding-right: 61px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 300;
    border: none;
}
@media (min-width: 469px) {
    .search__input .form-control {
        height: 54px;
        line-height: 54px;
    }
}
.search__input .form-control:focus {
    border: none;
}
.search__input .form-control::-webkit-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.search__input .form-control:-moz-placeholder {
    color: #000000;
    font-weight: 300;
    opacity: 1;
}
.search__input .form-control::-moz-placeholder {
    color: #000000;
    font-weight: 300;
    opacity: 1;
}
.search__input .form-control:-ms-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.search__input .form-control::-ms-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.search__btn {
    position: absolute;
    right: 0;
    top: 0;
}
.search__btn .btn {
    border: none;
    background: transparent url("/public/assets/img/magnifier-img.svg") no-repeat center center;
    background-size: 25px 25px;
    width: 46px;
    height: 44px;
}
@media (min-width: 469px) {
    .search__btn .btn {
        width: 67px;
        height: 54px;
    }
}
.header__social {
    padding-top: 4px;
    padding-left: 39px;
    float: left;
    display: none;
}
@media (min-width: 1092px) {
    .header__social {
        display: block;
        padding-top: 16px;
    }
}
.header__social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__social ul li {
    padding-right: 13px;
    display: block;
    float: left;
}
.header__social ul li:last-child {
    padding-right: 0;
}
.header__toggler {
    margin-top: 10px;
    height: 30px;
    width: 30px;
    position: relative;
    float: left;
    cursor: pointer;
}
@media (min-width: 769px) {
    .header__toggler {
        display: none;
    }
}
.header__toggler .svg-icon {
    fill: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__toggler .bars {
    width: 30px;
    height: 30px;
}
.header__toggler.opened .bars {
    display: none;
}
.header__toggler .close {
    width: 25px;
    height: 25px;
    display: none;
}
.header__toggler.opened .close {
    display: inline-block;
}
.header__icons {
    float: right;
    padding-top: 10px;
}
@media (min-width: 769px) {
    .header__icons {
        display: none;
    }
}
.header__icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__icons ul li {
    float: left;
    padding-right: 17px;
}
.header__icons ul li a,
.header__icons ul li .btn {
    text-indent: -999px;
    overflow: hidden;
}
.icon__user a {
    width: 32px;
    height: 32px;
    display: block;
    background: url("/public/assets/img/user.svg") center center no-repeat;
    background-size: 32px 32px;
}
.icon__user .svg-icon {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}
.icon__search .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: none;
    background: url("/public/assets/img/search.svg") center center no-repeat;
    background-size: 32px 32px;
}
.header__cart {
    float: right;
    height: 42px;
    padding-top: 10px;
    padding-right: 15px;
}
@media (min-width: 469px) {
    .header__cart {
        padding-right: 0;
    }
}
@media (min-width: 769px) {
    .header__cart {
        margin-top: 14px;
        padding-top: 10px;
        height: 41px;
    }
}
.header__cart a {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
}
.header__cart a:hover {
    color: #fff;
    text-decoration: none;
}
.header__cart .svg-icon {
    width: 32px;
    height: 32px;
    fill: #fff;
}
.header__cart a > span {
    float: left;
    display: block;
}
.header__cart a > span.icon {
    position: relative;
}
.header__cart a:hover > span.icon {

}
.header__cart a > span.price {
    padding-left: 13px;
    line-height: 23px;
    height: 32px;
    padding-top: 9px;
    display: none;
}
@media (min-width: 469px) {
    .header__cart a > span.price {
        display: block;
    }
}
.header__cart .badge {
    position: absolute;
    top: -13px;
    right: -15px;
    height: 21px;
    min-width: 21px;
    line-height: 21px;
    background-color: #ff0000;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}
nav {
    position: relative;
    z-index: 300;
}
.top-menu {
    display: none;
    position: relative;
    background-color: #fff;
    border-bottom:2px solid #e9e9e9;
    z-index: 1000;
}
@media (min-width: 769px) {
    .top-menu {
        display: block;
    }
}
.top-menu.opened {
    display: block;
}
.top-menu > .container {
    padding: 0;
}
@media (min-width: 769px) {
    .top-menu > .container {
        padding: 0 15px;
    }
}
.top-menu > .container > .row {
    margin: 0;
}
@media (min-width: 769px) {
    .top-menu > .container > .row {
        margin: 0 -15px;
    }
}
.top-menu__links {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}
@media (min-width: 469px) {
    .top-menu__links {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.top-menu__links > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menu__links > ul > li {

}
@media (min-width: 769px) {
    .top-menu__links > ul > li {
        float: left;
    }
}
.top-menu__links > ul > li > a {
    line-height: 45px;
    height: 45px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    display: block;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li > a {
        border-right: 2px solid transparent;
        border-left: 2px solid transparent;
        line-height: 53px;
        height: 53px;
        padding: 0 20px;
    }
}
.top-menu__links > ul > li.has-submenu > a {
    background: url("/public/assets/img/arrow-down--018.svg") right center no-repeat;
    background-size: 16px 10px;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li.has-submenu > a {
        background: none;
    }
}
.top-menu__links > ul > li.has-submenu.opened > a {
    background: url("/public/assets/img/arrow-up--017.svg") right center no-repeat;
    background-size: 16px 10px;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li.has-submenu.opened > a {
        background: none;
    }
}
.top-menu__links > ul > li > a:hover,
.top-menu__links > ul > li.active > a {
    color: #ff0000;
}
.top-menu__links > ul > li:nth-last-child(-n+2) > a {
    color: #ff0000 !important;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li.has-submenu:hover > a,
    .top-menu__links > ul > li.has-submenu.opened > a {
        color: #000;
        border-right: 2px solid #eaeaea;
        border-left: 2px solid #eaeaea;
        position: relative;
        z-index: 12;
        background: #FFF;
    }

    .top-menu__links > ul > li.has-submenu:hover > a::after,
    .top-menu__links > ul > li.has-submenu.opened > a::after {
        content: " ";
        width: 100%;
        height: 2px;
        background-color: #fff;
        bottom: -2px;
        left: 0;
        position: absolute;
        z-index: 12;
    }
}
.top-menu__links > ul > li > .submenu {
    display: none;
    background-color: #fff;
    width: 100%;
    padding: 15px 0;
    z-index: 11;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li > .submenu {
        padding: 30px;
        border-top: 2px solid #eaeaea;
        position: absolute;
        top: 53px;
        left: 0;
    }
}
.top-menu__links > ul > li.opened > .submenu {
    display: block;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li.opened > .submenu {
        -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);
    }
}
.top-menu__links > ul > li > .submenu > .submenu__list {

}
.top-menu__links > ul > li > .submenu.has-recommended > .submenu__list {

}
@media (min-width: 1025px) {
    .top-menu__links > ul > li > .submenu.has-recommended > .submenu__list {
        width: 75%;
        float: left;
    }
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li {
    margin-bottom: 5px;
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li:last-child {
    margin-bottom: 0;
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li:nth-child(3n+1) {
    clear: both;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li > .submenu > .submenu__list > ul > li {
        float: left;
        width: 33.333333%;
    }
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li > a {
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
}
@media (min-width: 768px) {
    .top-menu__links > ul > li > .submenu > .submenu__list > ul > li > a {
        font-weight: 400;
    }
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li > .submenu {
    display: none;
}
@media (min-width: 769px) {
    .top-menu__links > ul > li > .submenu > .submenu__list > ul > li > .submenu {
        display: block;
    }
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li > .submenu > ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li > .submenu > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li > .submenu > ul > li > a {
    color: #000000;
    text-decoration: none;
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li > .submenu > ul > li > a:hover {
    text-decoration: underline;
}
.top-menu__links > ul > li > .submenu > .submenu__list > ul > li > a:hover {
    text-decoration: underline;
}
.top-menu__links > ul > li > .submenu > .submenu__recommended {
    display: none;
}
@media (min-width: 1025px) {
    .top-menu__links > ul > li > .submenu > .submenu__recommended {
        display: block;
        width: 25%;
        float: left;
    }
}
.product-sm {
    background-color: #fff;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 372px;
    position: relative;
}
.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__labels {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-sm__label {
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px 0 5px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.product-sm__label:last-child {
    margin-bottom: 0;
}
.product-sm__label--sale {
    background-color: #ff0000;
}
.product-sm__label--saleout {
    background-color: #ffae00;
}
.product-sm__label--top {
    background-color: #ff7379;
}
.product-sm__label--new {
    background-color: #44cd94;
}
.product-sm__label::before {
    border-width: 11px;
    border-style: solid;
    width: 22px;
    height: 22px;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: -11px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.product-sm__label--sale::before {
    border-top-color: #ff0000;
    border-left-color: #ff0000;
}
.product-sm__label--saleout::before {
    border-top-color: #ffae00;
    border-left-color: #ffae00;
}
.product-sm__label--top::before {
    border-top-color: #ff7379;
    border-left-color: #ff7379;
}
.product-sm__label--new::before {
    border-top-color: #44cd94;
    border-left-color: #44cd94;
}

@media (max-width: 468px) {
    .product-sm__labels {
        right: 0;
    }
    .product-sm__label {
        font-size: 13px;
        height: 25px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .product-sm__label::before {
        border-width: 9px;
        width: 13px;
        height: 10px;
        top: 50%;
        left: -8px;
    }
}

.product-sm__img {
    overflow: hidden;
}
.product-sm__img a {
    padding-top: 25px;
    display: block;
    text-align: center;
    height: 266px;
}
.product-sm__info {
    min-height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-sm__name {
    text-align: center;
    min-height: 50px;
    padding: 0px 15px 16px 15px;
}
.product-sm__name h2 {
    margin: 0;
    padding: 0;
}
.product-sm__name h2 a {
    display: block;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.product-sm__prices {
    text-align: center;
}
.product-sm__price {
    text-align: center;
}
.product-sm__price--old {
    text-decoration: line-through;
    color: #aaaaaa;
    display: inline-block;
    padding-left: 15px;
    height: 23px;
    line-height: 23px;
    vertical-align: top;
}
.product-sm__price--unit {
    font-weight: 400;
    font-size: 20px;
    color: #ff0000;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    vertical-align: top;
}
.product-sm__actions {
    display: none;
    text-align: center;
    position: absolute;
    top: -70px;
    left:0;
    width: 100%;
}
body.no-touch .product-sm:hover .product-sm__actions {
    display: block;
}
.product-sm__add-to-cart {

}
.product-sm__add-to-cart .btn {
    height: 54px;
    line-height: 54px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 0px 21px;
    background-color: #ff0000;
}
.product-sm__add-to-cart .btn span {
    display: inline-block;
    padding-left: 42px;
    background: #ff0000 url("/public/assets/img/cart-img.svg") no-repeat left center;
    letter-spacing: 1px;
}
.product-sm__detail .btn {
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 0px 20px;
    background-color: #ff0000;
    box-sizing: border-box;
}
.product-sm__delivery {
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #ff0000;
}
.product-sm__delivery--instock {
    color: #44cd94;
}
.products__list {
    overflow: hidden;
    padding-bottom: 20px;
}
@media (min-width: 469px) {
    .products__list {
        padding-bottom: 40px;
    }
}
.products__wrapper {
    margin-left: -27px;
    margin-top: -27px;
}
@media (min-width: 321px) {
    .products__wrapper {

    }
}
@media (min-width: 769px) {
    .products__wrapper {

    }
}
.products__item {
    margin: 0 auto;
    padding-left: 27px;
    padding-top: 27px;
}
@media (min-width: 380px) {
    .products__item {
        float: left;
        width: 50%;
        max-width: none;
    }
}
@media (min-width: 769px) {
    .products__item {
        width: 25%;
    }
}
.filter {
    padding-bottom: 20px;
    position: relative;
}

@media (max-width: 479px) {
    .filter__tabs {
        position: relative;
        z-index: 2;
    }

    .filter__tabs ul {
        list-style: none;
        margin: 0;
        padding: 0 0 10px 0;
    }

    .filter__tabs ul li {
        display: block;
        margin-bottom: 5px;
    }

    .filter__tabs ul li span {
        display: block;
        padding: 10px 35px 10px 20px;
        font-weight: 400;
        color: #000000;
        text-transform: uppercase;
        cursor: pointer;
        background: #e9e9e9 url("/public/assets/img/arrow-bottom-img.svg") no-repeat right 17px center;
        border-radius: 3px;
    }

    .filter__tabs ul li.active span {
        background: #44CD94 url("/public/assets/img/arrow-top-img.svg") no-repeat right 17px center;
        color:#FFF;
    }
}

@media (min-width: 480px) {
    .filter__tabs {
        position: relative;
        z-index: 2;
    }

    .filter__tabs ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .filter__tabs ul li {
        display: block;
        float: left;
    }

    .filter__tabs ul li span {
        display: block;
        height: 58px;
        line-height: 54px;
        padding: 0 35px 0 20px;
        font-weight: 400;
        color: #000000;
        text-transform: uppercase;
        cursor: pointer;
        border: 2px solid transparent;
        background: url("/public/assets/img/arrow-bottom-img.svg") no-repeat right 17px center;
    }

    .filter__tabs ul li.active span {
        border-color: #e9e9e9;
        border-bottom-color: #fff;
        background-image: url("/public/assets/img/arrow-top-img.svg");
    }
}

.filter__contents {
    position: relative;
    z-index: 1;
    margin-top: -2px;
}
.filter__content {
    display: none;
}
.filter__content.active {
    display: block;
    border-top: 2px solid #e9e9e9;
    padding: 20px;
}
.filter__item {
    display: block;
    padding-bottom: 10px;
}
.filter__item:last-child {
    padding-bottom: 0;
}
@media (min-width: 469px) {
    .filter__item {
        float: left;
        width: 50%;
        padding-right: 40px;
    }
}
@media (min-width: 640px) {
    .filter__item {
        width: 33.33%;
    }
}
@media (min-width: 840px) {
    .filter__item {
        width: 25%;
    }
}
@media (min-width: 1024px) {
    .filter__item {
        width: 20%;
    }
}
@media (min-width: 1280px) {
    .filter__item {
        width: 16.66%;
    }
}
.filters {
    padding-top: 8px;
}
.filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filters ul li {
    display: block;
    float: left;
    padding-right: 11px;
    padding-bottom: 8px;
}
.filters ul li span {
    display: block;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px 0 26px;
    background: #ff0000 url("/public/assets/img/cross-img.svg") no-repeat left 10px center;
}
.toolbar-t {
    margin-bottom: 20px;
}
.toolbar-t__right {
    float: right;
}
.toolbar__actions {

}
@media (min-width: 640px) {
    .toolbar__actions {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.toolbar__action label {
    color: #000;
    padding-right: 10px;
    margin: 0;
    line-height: 46px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.toolbar__action .select-wrapper {
    line-height: 46px;
    height: 46px;
}
.toolbar__action .select-wrapper select {
    height: 40px;
    line-height: 40px;
}
@media (min-width: 769px) {
    .toolbar__action label {
        display: block;
        float: left;
    }
}

.toolbar__action--sort {
    padding-bottom: 12px;
    font-size: 0;
    line-height: 0;
}
.toolbar__action--sort .select-wrapper {
    width: 100%;
}
.toolbar__action--sort .select-wrapper select {
    width: 100%;
}
.toolbar__action--sort label {
    display: none;
}
@media (min-width: 640px) {
    .toolbar__action--sort .select-wrapper {
        width: auto;
    }
    .toolbar__action--sort label {
        display: inline-block;
    }
}
@media (min-width: 1024px) {
    .toolbar__action--sort {
        float: left;
        padding-bottom: 0;
        padding-right: 40px;
    }
}
.toolbar__action--limit {
    text-align: right;
    font-size: 0;
    line-height: 0;
    display: none;
}
@media (min-width: 1024px) {
    .toolbar__action--limit {
        display: block;
        float: left;
    }
}
.select-wrapper {
    vertical-align: top;
    position: relative;
    height: 54px;
    border: 2px solid #eaeaea;
    border-radius: 3px;
    background: #fff url("/public/assets/img/arrow-bottom-img.svg") no-repeat right 20px center;
    display: inline-block;
}
.select-wrapper.select-wrapper--sm {
    height: 41px;
    background: #fff url("/public/assets/img/arrow-bottom-img.svg") no-repeat right 10px center;
}
@media (min-width: 769px) {
    .toolbar__action .select-wrapper {
        display: block;
        float: left;
    }
}
.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    border: none;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    padding: 0 38px 0 20px;
    z-index: 2;
    font-weight: 300;
}
.select-wrapper.select-wrapper--sm select {
    height: 37px;
    line-height: 37px;
    padding: 0 18px 0 10px;
}
.select-wrapper select::-ms-expand {
    display: none;
}
.select-wrapper select::-webkit-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.select-wrapper select:-moz-placeholder {
    color: #000000;
    font-weight: 300;
    opacity: 1;
}
.select-wrapper select::-moz-placeholder {
    color: #000000;
    font-weight: 300;
    opacity: 1;
}
.select-wrapper select:-ms-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.select-wrapper select::-ms-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.select-wrapper .select-input {
    display: block;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 45px 0 15px;
    cursor: pointer;
}

.select-options {
    position: absolute;
    top:54px;
    left:0;
    display: none;
    z-index: 100;
    font-size: 0.9em;
}
.select-options > div {
    background: #FFF;
    border:2px solid #eaeaea;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
}
.select-options table {
    width: 100%;
}
.select-options table tbody tr {
    cursor: pointer;
}
.select-options table thead tr th,
.select-options table tbody tr td {
    padding: 5px;
}
.select-options table tbody tr td {
    white-space: nowrap;
}
.select-options table tbody tr td:last-child {
    white-space: normal;
}
.select-options table tbody tr td.disabled {
    color:#aaa;
}
.select-options table tbody tr td .onstock {
    color:#44cd94;
}
.select-options table tbody tr td .outofstock {
    color:#ff0000;
}

.toolbar-b {
    padding-bottom: 40px;
    position: relative;
}
#totop, #totopcloned {
    text-align: center;
}
#totop .btn, #totopcloned .btn {
    width: 53px;
    height: 54px;
    border-radius: 4px;
    background: #44cd94 url("/public/assets/img/arrow-top-white.svg") no-repeat center center;
}
@media (min-width: 640px) {
    #totop {
        position: absolute;
        right: 0;
        top: 0;
    }
}
.toolbar-b__right {
    float: right;
}
.toolbar-b__left {
    padding-bottom: 20px;
}
@media (min-width: 769px) {
    .toolbar-b__left {
        padding-bottom: 0;
    }
}
.toolbar__action--page {
    text-align: center;
}
.pager-list {
    vertical-align: top;
    position: relative;
    background-color: #fff;
    border: 2px solid #eaeaea;
    border-radius: 4px;
    display: inline-block;
}
.pager-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pager-list ul li {
    float: left;
    text-align: center;
}
.pager-list ul li.prev {
    border-right: 2px solid #eaeaea;
}
.pager-list ul li.next {
    border-left: 2px solid #eaeaea;
}
.pager-list ul li a,
.pager-list ul li span {
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    min-width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #000000;
}
.pager-list ul li span {
    color: #ff0000;
}
.pager-list ul li.next a,
.pager-list ul li.prev a {
    width: 46px;
}
.pager-list ul li.prev a {
    background: url("/public/assets/img/pager-prev-img.svg") no-repeat center center;
}
.pager-list ul li.next a {
    background: url("/public/assets/img/pager-next-img.svg") no-repeat center center;
}
.pager-list ul li.page-active a,
.pager-list ul li a:hover {
    background-color: #f9f9f9;
}

.footer.footer--cart {
    display: none;
}
@media (min-width: 769px) {
    .footer.footer--cart {
        display: block;
    }
}
.newsletter {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #f9f9f9;
    color: #000;
}
.newsletter__title {
    padding-bottom: 3px;
}
.newsletter__title h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
.newsletter__text {
    font-size: 24px;
    text-align: center;
}
.newsletter__text p {
    margin: 0;
}
.newsletter__form {
    max-width: 600px;
    margin: 35px auto 0 auto;
    position: relative;
}
.newsletter__input {
    padding-right: 50px;
}
@media (min-width: 469px) {
    .newsletter__input {
        width: calc(100% - 170px);
        float: left;
        padding-right: 0;
    }
}
.newsletter__input .form-control {
    border: 2px solid #eaeaea;
    border-right: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    height: 54px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 300;
}
@media (min-width: 469px) {
    .newsletter__input .form-control {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: 2px solid #eaeaea;
    }
}
.newsletter__input .form-control::-webkit-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.newsletter__input .form-control:-moz-placeholder {
    color: #000000;
    font-weight: 300;
    opacity: 1;
}
.newsletter__input .form-control::-moz-placeholder {
    color: #000000;
    font-weight: 300;
    opacity: 1;
}
.newsletter__input .form-control:-ms-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.newsletter__input .form-control::-ms-input-placeholder {
    color: #000000;
    font-weight: 300;
}
.newsletter__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
}
@media (min-width: 469px) {
    .newsletter__btn {
        position: relative;
        float: left;
        width: 160px;
        padding-left: 10px;
    }
}
.newsletter__btn .btn {
    height: 54px;
    line-height: 54px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border: none;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
    width: 100%;
    background: #44cd94 url("/public/assets/img/paper-plane-img.svg") no-repeat center center;
}
@media (min-width: 469px) {
    .newsletter__btn .btn {
        background-image: none;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
}
.newsletter__btn .btn span {
    display: none;
}
@media (min-width: 469px) {
    .newsletter__btn .btn span {
        display: inline;
    }
}
.footer__social {
    text-align: center;
    padding:20px 0;
}
.footer__social .fb-link {
    display: inline-block;
    background: #FFF;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
}
.footer__social .fb-link img {
    width: 100%;
    height: 100%;
}
.footer__social .instagram-link {
    display: inline-block;
    background: #FFF;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
}
.footer__social .instagram-link img {
    width: 100%;
    height: 100%;
}

.footer__top {
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 469px) {
    .footer__top {
        padding-bottom: 20px;
    }
}
.footer__column {
    padding-top: 20px;
}
.footer__column--logo {

}

@media (max-width: 1024px) {
    .footer__top .col-lg-3 {
        width: 33.33%
    }
}
@media (max-width: 768px) {
    .footer__top .col-lg-3 {
        width: 50%
    }
}
@media (max-width: 468px) {
    .footer__top .col-lg-3 {
        width: 100%
    }
}

.column__title {
    padding-bottom: 17px;
    cursor: pointer;
}
.column__title h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.column__title h4 .svg-icon {
    height: 14px;
    width: 14px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #ffffff;
}
@media (min-width: 469px) {
    .column__title h4 .svg-icon {
        display: none;
    }
}
.column__title h4 .svg-icon.open {

}
.column__title h4 .svg-icon.close {
    visibility: hidden;
    opacity: 0;
}
.footer__column.opened .column__title h4 .svg-icon.open {
    visibility: hidden;
    opacity: 0;
}
.footer__column.opened .column__title h4 .svg-icon.close {
    visibility: visible;
    opacity: 1;
}
.column__list {
    max-height: 0;
    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) {
    .column__list {
        max-height: none;
    }
}
.column__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.column__list ul li {
    padding-bottom: 5px;
    padding-top: 5px;
}
.column__list ul li a {
    color: #aaaaaa;
    text-decoration: none;
    padding-left: 14px;
    background: url("/public/assets/img/arrow-right-red.svg") no-repeat left center;
}
.column__list ul li a:hover {
    color: #fff;
}
.footer__bottom {
    display: none;
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 769px) {
    .footer__bottom {
        display: none;
    }
}
.footer__copyright {
}
.footer__author {

}
.footer__copyright p,
.footer__author p {
    margin: 0;
    font-size: 13px;
    color: #aaaaaa;
}
.onsale {
    margin-top: 40px;
}
.onsale__title {
    padding-bottom: 20px;
}
.onsale__title h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
.onsale__items {
    margin-left: -27px;
    margin-top: -27px;
}
.onsale__item {
    margin: 0 auto;
    padding-left: 27px;
    padding-top: 27px;
}
@media (min-width: 321px) {
    .onsale__item {
        max-width: 380px;
    }
}
@media (min-width: 469px) {
    .onsale__item {
        float: left;
        width: 50%;
        max-width: none;
    }
}
@media (min-width: 769px) {
    .onsale__item {
        width: 25%;
    }
}
.onsale__more {
    text-align: center;
    padding-top: 20px;
}
.cart__buttons {

}
.cart__buttons--top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e9e9e9;
}
@media (min-width: 769px) {
    .cart__buttons--top {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.cart__buttons--bottom {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #e9e9e9;
}
@media (min-width: 769px) {
    .cart__buttons--bottom {
        padding-top: 40px;
        margin-top: 40px;
    }
}
.cart__buttons--bottom.cart__buttons--step-3 {
    border-top: none;
    padding-top: 20px;
    margin-top: 0;
}
.cart__button {

}
.cart__button {
    margin-bottom: 10px;
}
@media (min-width: 391px) {
    .cart__button {
        margin-bottom: 0;
    }
}
@media (min-width: 391px) {
    .cart__button.cart__button--back {
        float: left
    }
}
.cart__button.cart__button--next {
    margin-bottom: 0;
}
@media (min-width: 391px) {
    .cart__button.cart__button--next {
        float: right;
    }
}
.cart__button .btn {
    width: 100%;
}
.cart__button--back .btn {
    line-height: 50px;
    border: 2px solid #e9e9e9;
    background-color: #ffffff;
}
.cart__button--back .btn:hover {
    background-color: #e9e9e9;
}
.cart__button--back .btn span {
    padding-left: 15px;
    background: url("/public/assets/img/arrow-left-black.svg") no-repeat left center;
}
.cart__button--next .btn span {
    padding-right: 15px;
    background: url("/public/assets/img/arrow-right-white.svg") no-repeat right center;
}
/*.cart__button--back {

}
@media (min-width: 951px) {
    .cart__button--back {
        float: left;
    }
}
.cart__button--back .btn {
    width: 100%;
}
@media (min-width: 321px) {
    .cart__button--back .btn {
        width: auto;
    }
}
.cart__button--next {
    float: right;
}
.cart__button .btn span {

}
.cart__button--next .btn span,
.cart__button--back .btn span {
    padding-right: 49px;
    background: #ff0000 url("/public/assets/img/arrow-right-white.svg") no-repeat right 23px center;
}
.goto-order:hover,
.goto-next:hover {
    background: #44cd94 url("/public/assets/img/arrow-right-white.svg") no-repeat right 23px center;
}
.goto-back {
    padding-left: 49px;
    background: #fff url("/public/assets/img/arrow-left-black.svg") no-repeat left 23px center;
    line-height: 50px;
    border: 2px solid #e9e9e9
}
.goto-back:hover {
    background-color: #e9e9e9;
}*/





.cart__title {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}
@media (min-width: 391px) {
    .cart__title {
        padding-top: 80px;
    }
}
@media (min-width: 563px) {
    .cart__title {
        padding-top: 15px;
    }
}
.cart__description {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #e9e9e9;
}
.cart__description p:last-child {
    margin-bottom: 0;
}
.cart__summary {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 2px solid #e9e9e9;
}
.cart__coupon {

}
.cart__coupon .form-control {
    float: left;
    width: calc(100% - 170px);
}
.cart__coupon .btn {
    width: 160px;
    float: right;
}
.cart__prices {

}
.order.order--step-1 .cart__prices {
    padding-top: 30px;
}
@media (min-width: 769px) {
    .order.order--step-1 .cart__prices {
        padding-top: 0;
    }
}
.cart__prices .table {
    width: 100%;
    margin: 0 auto;
}
.cart__prices .table > tbody > tr > td {
    padding: 5px;
}
.cart__prices .table > tbody > tr > td:first-child {
    padding-left: 0;
}
.cart__prices .table > tbody > tr > td:last-child {
    padding-right: 0;
}
.cart__free {
    text-align: center;
    padding-top: 20px;
}
@media (min-width: 391px) {
    .cart__free {
        padding-top: 80px;
    }
}
@media (min-width: 563px) {
    .cart__free {
        padding-top: 15px;
    }
}
#add-to-cart-popup .cart__free {
    padding-top: 10px;
    padding-bottom: 20px;
}
.free__text {
    color: #999999;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}
.free__text .price {
    color: #000;
    font-weight: 400;
}
.free__bar {
    max-width: 470px;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    height: 9px;
    background-color: #eeeeee;
    position: relative;
}
.free__bar span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    height: 9px;
    background-color: #44cd94;
}
.summary__login {
    border: 2px solid #44cd94;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.summary__login a {
    text-transform: uppercase;
    color: #44cd94;
    font-weight: 400;
    text-decoration: none;
}
.summary__login a:hover {
    text-decoration: underline;
}
.summary__checks {
    padding-bottom: 20px;
    text-align: center;
}
@media (min-width: 469px) {
    .summary__checks {
        text-align: left;
    }
}
.summary__checks .checks__wrapper {
    display: inline-block;
}
.summary__checks .check {
    text-align: left;
}
.summary__checks .check.check--newsletter {
    padding-bottom: 15px;
}
.summary__checks. .check.check--terms {

}

.cookies-usage {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    border-top: 2px solid #000;
    padding: 10px;
    z-index: 20;
}
.cookies-usage__text,
.cookies-usage__actions {
    text-align: center;
}
.cookies-usage__text {
    padding-bottom: 10px;
}
@media (min-width: 769px) {
    .cookies-usage__text {
        padding-top: 10px;
        text-align: left;
    }
    .cookies-usage__actions {
        text-align: right;
    }
}
.cookies-usage__more {
    margin: 0 5px;
}
/*** END style ***/
/*** START old styles ***/
#main {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1140px;
}
.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; }

.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: 400; }
.green  { color:#ff0000; }

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

/*
 * 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: 24px; font-weight: 400; padding:10px 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; }

#eshop-cart-items {
}
#eshop-cart-items table tr {
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
@media (min-width: 769px) {
    #eshop-cart-items table tr {
        border: none;
    }
}
#eshop-cart-items table tr td {
    width: 100%;
    display: block;
    text-align: center;
}
@media (min-width: 769px) {
    #eshop-cart-items table tr td {
        display: table-cell;
        width: auto;
        text-align: left;
    }
}

@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 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;
}
#cart-price-summary input[type="text"],
#cartCancelAndGiftcard input[type="text"] {
    width: auto;
    display: inline-block;
    margin: 0 10px;
}
#cart-price-summary .table > tbody > tr > td,
.table.no-border > tbody > tr > td {
    border-top: none;
}
.table.no-padding > tbody > tr > td:first-child {
    padding-left: 0px;
}
.table.no-padding > tbody > tr > td:last-child {
    padding-right: 0px;
}
#order-addresses {
    padding-bottom: 20px;
}
.table > tbody > tr > td {
    border-top: none;
}
.ui-dialog .login__form {
    
}
.ui-dialog .login__form label,
#loginFormDialog label {
    font-weight: 400;
    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;
}
#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 { border-bottom:5px solid #DDDDDD; color:#888; text-decoration: none; display: block; padding:0 0 10px 0; }
#order-steps .col.active a, #order-steps .col.active span { color:#333333; border-bottom:5px solid #f24049; }
#order-steps .col.done a, #order-steps .col.done span { color:#333333; border-bottom:5px solid #ed284f; }

@media only screen and (max-width: 880px) {
    #order-steps > .col { font-size: 1.3em; padding-right:25px; }
    #order-steps .col a, #order-steps .col span { padding: 12px 0 12px 15px }
}

@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:#ed284f; color:#FFF; }
}
#cartCancelAndGiftcard {
    margin-top: 25px;
    padding-top: 35px;
    margin-bottom: 35px;
    border-top: 2px solid #e9e9e9;
}
.btn-fb {
    text-decoration:none;
    display:inline-block;
    padding: 0 30px;
    line-height: 48px;
    color:#FFF;
    background-color: #3B5998;
}
.btn-fb span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGZvbnQtZmFtaWx5PSJCaXRzdHJlYW0gVmVyYSBTYW5zIiBvdmVyZmxvdz0idmlzaWJsZSIgY29sb3I9IiMwMDAiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0gNyA1IEMgNS45MDY5MzcyIDUgNSA1LjkwNjkzNzIgNSA3IEwgNSAyNSBDIDUgMjYuMDkzMDYzIDUuOTA2OTM3MiAyNyA3IDI3IEwgMjUgMjcgQyAyNi4wOTMwNjMgMjcgMjcgMjYuMDkzMDYzIDI3IDI1IEwgMjcgNyBDIDI3IDUuOTA2OTM3MiAyNi4wOTMwNjMgNSAyNSA1IEwgNyA1IHogTSA3IDcgTCAyNSA3IEwgMjUgMjUgTCAxOS44MTI1IDI1IEwgMTkuODEyNSAxOC4yNSBMIDIyLjQwNjI1IDE4LjI1IEwgMjIuNzgxMjUgMTUuMjUgTCAxOS44MTI1IDE1LjI1IEwgMTkuODEyNSAxMy4zMTI1IEMgMTkuODEyNSAxMi40Mzg1IDIwLjAyODI1IDExLjg0Mzc1IDIxLjI4MTI1IDExLjg0Mzc1IEwgMjIuOTA2MjUgMTEuODQzNzUgTCAyMi45MDYyNSA5LjEyNSBDIDIyLjYyOTI1IDkuMDg4IDIxLjY2NjUgOS4wMzEyNSAyMC41NjI1IDkuMDMxMjUgQyAxOC4yNTg1IDkuMDMxMjUgMTYuNjg3NSAxMC40MTcgMTYuNjg3NSAxMyBMIDE2LjY4NzUgMTUuMjUgTCAxNC4wNjI1IDE1LjI1IEwgMTQuMDYyNSAxOC4yNSBMIDE2LjY4NzUgMTguMjUgTCAxNi42ODc1IDI1IEwgNyAyNSBMIDcgNyB6IiBzdHlsZT0idGV4dC1pbmRlbnQ6MDt0ZXh0LWFsaWduOnN0YXJ0O2xpbmUtaGVpZ2h0Om5vcm1hbDt0ZXh0LXRyYW5zZm9ybTpub25lO2Jsb2NrLXByb2dyZXNzaW9uOnRiOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246Qml0c3RyZWFtIFZlcmEgU2FucyIvPjwvc3ZnPg==);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    padding-left: 40px;
    display: inline-block;
}
.btn-fb:hover{
    color:#FFF;
    text-decoration:none
}
.btn-google{
    text-decoration:none;
    display:inline-block;
    padding: 0 30px;
    line-height: 48px;
    color:#FFF;
    background-color: #DD4B39;
}
.btn-google span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNi4wMDMsMTQuMDYzdjQuMjAzaDUuOTg5Yy0wLjc4MywyLjU0Ny0yLjkxMSw0LjM2OS01Ljk4OSw0LjM2OWMtMy42NjUsMC02LjYzNy0yLjk3MS02LjYzNy02LjYzNSBzMi45NzEtNi42MzUsNi42MzctNi42MzVjMS42NDgsMCwzLjE1MiwwLjYwNCw0LjMxMywxLjU5OGwzLjA5Ni0zLjA5NUMyMS40NTYsNi4wODYsMTguODU2LDUsMTYuMDAzLDVDOS45MjYsNSw1LDkuOTI1LDUsMTYgczQuOTI2LDExLDExLjAwMywxMWM5LjIzNiwwLDExLjI3NC04LjYzNSwxMC4zNjktMTIuOTIyTDE2LjAwMywxNC4wNjN6Ii8+PC9zdmc+);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    padding-left: 40px;
    display: inline-block;
}
.btn-google:hover{
    color:#FFF;
    text-decoration:none
}
.order > .container {
    max-width: 1140px;
}
.order.order--step-3 > .container {
    max-width: 770px;
}
.order.order--step-3 .cart__title {
    margin: 0;
}
#eshop-cart-items .table {
    max-width: 100%;
}
@media (min-width: 769px) {
    #eshop-cart-items .table tr td.name__td {
        width: 280px;
        max-width: 280px;
    }
}
#eshop-cart-items .cart__name a {
    font-size: 18px;
}
#eshop-cart-items .table tr td.picture__td {
    padding-top: 15px;
}
@media (min-width: 769px) {
    #eshop-cart-items .table tr td.picture__td {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 0 !important;
        width: 100px;
        max-width: 100px;
    }
}
#eshop-cart-items .cart__picture {
    padding: 5px;
    border: 2px solid #eaeaea;
    width: 96px;
    text-align: center;
    display: inline-block;
}
@media (min-width: 769px) {
    #eshop-cart-items .table tr td.name__td {
        max-width: 380px;
        width: 380px;
    }
}
#eshop-cart-items .table tr td.qty__td {
    text-align: center;
}
@media (min-width: 769px) {
    #eshop-cart-items .table tr td.qty__td {
        width: 160px;
        text-align: center;
    }
}
#eshop-cart-items .table tr td.qty__td .qty-count {
    padding-top: 17px;
    font-weight: bold;
}
#eshop-cart-items .table tr td.remove__td {
    padding-top: 23px !important;
}
@media (min-width: 769px) {
    #eshop-cart-items .table tr td.remove__td {
        text-align: center;
        padding-right: 0; !important;
        padding-left: 40px; !important;
    }
}
#eshop-cart-items .cart__name a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}
@media (min-width: 769px) {
    #eshop-cart-items .cart__name a {
        font-size: 20px;
    }
}
#eshop-cart-items .cart__price {
    font-size: 20px;
}
@media (min-width: 769px) {
    #eshop-cart-items .cart__price {
        padding-top: 15px;
    }
}
#eshop-cart-items .cart__sumprice {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
@media (min-width: 769px) {
    #eshop-cart-items .cart__sumprice {
        padding-top: 15px;
        text-align: right;
    }
}
#eshop-cart-items .cart__sumpriceold {
    text-align: center;
    text-decoration: line-through;
    padding-top: 17px;
}
@media (min-width: 769px) {
    #eshop-cart-items .cart__sumpriceold {
        text-align: right;
    }
}
.qty-box {
    width: 140px;
}
.qty-box .form-control {
    line-height: 50px;
    height: 54px;
    border: none;
    border-radius: 0;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    text-align: center;
    font-weight: 300;
    float: left;
    width: 44px;
}
.qty-box .btn {
    float: left;
    line-height: 50px;
    height: 54px;
    border: 2px solid #e9e9e9;
    text-align: center;
    cursor: pointer;
    width: 48px;
    font-size: 18px;
}
.qty-box .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.qty-box .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#eshop-cart-items .qty-box {
    display: inline-block;
}
#deliveryTypes label,
#paymentTypes label {
    font-weight: 300;
}
#deliveryTypes strong,
#paymentTypes strong {
    float: right;
    text-transform: uppercase;
}
.payment__title {
    margin-top: 40px;
}
@media (min-width: 769px) {
    .payment__title {
        margin-top: 0;
    }
}
.delivery__title,
.payment__title {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 400;
}
#userTypeChoices ul.list-inline {
    text-align: center;
}
#confirmOrder {
    display: flex;
    justify-content: center;
    white-space: normal;
    line-height: 17px;
    padding: 11px 15px;
    float: none !important;
    margin-top: 15px;
    max-width: 100%;
}
@media (min-width: 551px) {
    #confirmOrder {
        float: right !important;
        line-height: 54px;
        height: 54px;
        padding: 0 15px;
        margin-top: 0;
    }
}

#loginDialog { display: none; }

.ui-widget-overlay { background: #000 !important; }
.ui-widget,
.ui-widget *{
    font-family: 'vag-rundschrift-d', sans-serif !important;
}
.ui-dialog {
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.ui-widget-header {
    font-weight: 400 !important;
}
.ui-widget-content {
    color:#000 !important;
    border: none !important;
}
.ui-dialog .ui-dialog-title {
    color: #000 !important;
    font-size: 1.5em !important;
}
.ui-dialog .ui-dialog-content {
    padding: 15px;
}
/*** END old styles ***/

#header header > .container {
    position: relative;
}
#autocompletePopup {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    border: 2px solid #eaeaea;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
#autocompletePopup .separator {
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    text-align: left;
}
#autocompletePopup ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}
#autocompletePopup ul li {
    padding: 2px 0;
    position: relative;
}
#autocompletePopup ul a {
    text-decoration: none;
    color: #000;
}
#autocompletePopup ul a .label {
    font-size: 1em;
}
#autocompletePopup ul a .sublabel {
    text-decoration: none;
    font-weight: normal;
    font-size: 0.9em;
    display: inline-block;
    margin-top: 2px;
}
#autocompletePopup ul a .sublabel:before {
    content: " ";
}
#autocompletePopup ul a:hover {
    text-decoration: underline;
}
#autocompletePopup ul a:hover .label {
    color: #000;
}
#autocompletePopup ul a:hover .sublabel {
    text-decoration: underline;
}
#autocompletePopup ul .highlight {
    background: #FFF6B5;
}
#autocompletePopup ul li .img-container {
    display: none;
}
#autocompletePopup ul a .old {
    text-decoration: line-through;
    line-height: 1em;
}
#autocompletePopup p {
    text-align: center;
}
#autocompletePopup .separator {
    border-width: 2px;
}
#autocompletePopup div.products, #autocompletePopup div.categories {
    position: relative;
}
#autocompletePopup p.more {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

/*
 * RESPONSE CSS
 */
@media only screen and (min-width: 740px) {
    #autocompletePopup {
        left: 0;
        width: 100%;
    }
    #autocompletePopup .separator {
        text-align: center;
    }
    #autocompletePopup ul {
        text-align: center;
    }
    #autocompletePopup ul li {
        padding: 2px 10px;
        position: relative;
        display: inline-block;
    }
    #autocompletePopup .products ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding: 0 5px;
    }
    #autocompletePopup .products ul li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 16.66%;
    }
    #autocompletePopup .products ul li a {
        display: block;
        border: 2px solid #fff;
        padding: 10px;
        text-decoration: none;
    }
    #autocompletePopup .products ul li a:hover {
        text-decoration: none !important;
        border: 2px solid #eaeaea;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        position: relative;
        z-index: 2;
    }
    #autocompletePopup .label {
        text-decoration: none !important;
        display: block;
        width: 100%;
    }
    #autocompletePopup .products .sublabel {
        text-decoration: none !important;
        display: block;
        width: 100%;
    }
    #autocompletePopup .products ul li .img-container {
        display: inline;
    }
    #autocompletePopup .products ul a .old {
        display: block;
        margin-top: 20px;
    }
    #autocompletePopup .products ul a .price {
        display: block;
        font-size: 1.4em;
        color:#F00;
    }
    #autocompletePopup p {
        font-size: 1.1em;
    }
    #autocompletePopup img {
        max-width: 100%;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 1100px) {
    #autocompletePopup .products ul li {
        width: 20%;
    }
    #autocompletePopup .products ul li:last-child {
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    #autocompletePopup {
        left: 2.5%;
        width: 95%;
    }
}

@media only screen and (max-width: 740px) {
    #autocompletePopup {
        left: 15px;
        width: calc(100% - 32px);
    }
    #autocompletePopup ul li {
        width: auto !important;
    }
}

#cart-add-message {
    background: #ff0000;
    color: #FFF;
    padding: 15px;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 3px;
}

#cart-detail { border-radius: 3px; border:2px solid #dadada; }
#cart-detail td.picture__td { width: 90px; }

#instafeed div {
    width: 20%;
    float:left;
    display:block;
    background: #000;
    position: relative;
    z-index: 1;
}
#instafeed div span {
    position: absolute;
    top:50%;
    left:50%;
    margin-top:20px;
    height:40px;
    z-index: 3;
    line-height: 40px;
    color:#FFF;
    opacity: 0;
    transition: opacity 0.5s;
}
#instafeed div:hover span {
    opacity: 1;
    transition: opacity 0.5s;
}
#instafeed div a {
    position: relative;
    z-index: 2;
}
#instafeed div span.likes {
    background: url(../img/heart.svg) no-repeat top left;
    background-size: 40px 40px;
    padding-left: 50px;
    margin-left: -100px;
}
#instafeed div span.comments {
    background: url(../img/comment.svg) no-repeat top left;
    background-size: 40px 40px;
    padding-left: 50px;
    margin-left: 40px;
}
#instafeed div a img {
    max-width: 100%;
    float: left;
    display: block;
    opacity: 1;
    transition: opacity 0.5s;
}
#instafeed div:hover a img {
    opacity: 0.5;
    transition: opacity 0.5s;
}
@media (max-width: 1024px) {
    #instafeed div { width: 25%; }
    #instafeed div:last-child { display: none; }
}
@media (max-width: 640px) {
    #instafeed div { width: 50%; }
    #instafeed div:nth-child(3) { clear: both; }
}

.btn.ui-state-default, .ui-widget-content .btn.ui-state-default, .ui-widget-header .btn.ui-state-default {
    border:none;
    background: inherit;
    color:inherit;
}
.btn-success.ui-state-default, .ui-widget-content .btn-success.ui-state-default, .ui-widget-header .btn-success.ui-state-default {
    background-color: #44cd94;
    border: none;
    padding: 0 15px;
    color: #fff;
}
.btn-primary.ui-state-default, .ui-widget-content .btn-primary.ui-state-default, .ui-widget-header .btn-primary.ui-state-default {
    background-color: #ff0000;
    border: none;
    padding: 0 15px;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 5px 15px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}
@media (max-width: 640px) {
    .btn.ui-state-default, .ui-widget-content .btn.ui-state-default, .ui-widget-header .btn.ui-state-default {
        display: block;
        width: 100%;
        margin:3px 0;
    }
}
.text-line-through {
    text-decoration: line-through;
}
#chooseDiscountDialog table td {
    vertical-align: middle !important;
}

.image-catalog-mouseover {
    display: none;
}
.offers__carousel .owl-carousel .owl-item img.image-catalog-mouseover {
    display: none !important;
}