@font-face {
  font-family: "didact-gothic";
  src: url("fonts/didact-gothic-v13-latin-regular.svg?#iefix") format("embedded-opentype"), url("fonts/didact-gothic-v13-latin-regular.woff") format("woff"), url("fonts/didact-gothic-v13-latin-regular.woff2") format("woff2"), url("fonts/didact-gothic-v13-latin-regular.ttf") format("truetype"), url("fonts/didact-gothic-v13-latin-regular.svg#fontawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, main,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  transition: all 0.2s;
}
*:focus {
  outline: none;
}

body {
  line-height: 1.5;
  font-size: 14px;
  font-family: "didact-gothic", Arial, sans-serif;
  color: #434343;
  background: #FAFAFA;
}

article, aside, details, figcaption, figure, main,
footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a:hover {
  color: #337ab7;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

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

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

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .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, .col-sm, .col-sm-auto, .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, .col-md, .col-md-auto, .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, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: inherit;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.33333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media screen and (min-width: 320px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 99%;
  }
  .col-md-12.product-page-wrapper {
    margin-left: 12px;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
p {
  margin: 0 0 1em;
}

.container {
  width: 100%;
  max-width: 1696px;
  margin: 0 auto;
  padding: 0 15px;
}
.container:after {
  display: table;
  content: "";
  clear: both;
}

.top-banner {
  background: #373842;
  text-align: center;
  padding: 12px 15px;
  position: relative;
}
.top-banner #close-top-banner {
  position: absolute;
  top: calc(50% - 13px);
  right: 10px;
  color: #E3E3E3;
  text-decoration: none;
}
.top-banner #close-top-banner:active {
  text-decoration: none;
}
.top-banner p {
  margin: 0;
  font-size: 8px;
  text-transform: uppercase;
  color: #E3E3E3;
}

.header-inner {
  padding: 11px 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 767px) {
  .header-inner .nav ul.dropdown-menu {
    top: 95%;
  }
  .header-inner .nav ul.dropdown-menu > .dropdown-hover:before {
    right: 5px;
    top: calc(50% - 5px);
  }
  .header-inner .nav ul.dropdown-menu li {
    display: block;
  }
  .header-inner .nav ul.dropdown-menu li.lvl-2 ul.dropdown-menu {
    top: 0;
  }
}

.logo {
  float: left;
  max-height: 60px;
  margin: 0;
}

.nav {
  float: left;
  margin: 9px 15px;
}
.nav > ul li {
  display: inline-block;
  vertical-align: top;
}
.nav > ul li a {
  display: block;
  padding: 15px 12px;
  color: #434343;
  text-decoration: none;
}
.nav > ul li a:hover {
  color: #337ab7;
}
@media screen and (max-width: 767px) {
  .nav > ul {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #eee;
  }
  .nav > ul.active {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .nav > ul li {
    display: block;
  }
}

.menu-toggle {
  display: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 20px;
  line-height: 23px;
  width: 23px;
  height: 23px;
}
.menu-toggle.active {
  background: #eee;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
}

.header-links {
  float: right;
  margin-top: 20px;
}
.header-links .header-search,
.header-links .header-account,
.header-links #header-cart {
  display: inline-block;
  vertical-align: top;
}
.header-links .header-search #cartcontentsheader .fa-shopping-cart,
.header-links .header-account #cartcontentsheader .fa-shopping-cart,
.header-links #header-cart #cartcontentsheader .fa-shopping-cart {
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  background: transparent;
  padding: initial;
  margin-right: initial;
}
.header-links .header-search #cartcontentsheader:hover,
.header-links .header-account #cartcontentsheader:hover,
.header-links #header-cart #cartcontentsheader:hover {
  color: #337ab7;
}
@media screen and (max-width: 767px) {
  .header-links {
    margin-top: 15px;
    margin-right: 30px;
  }
}
.header-links .header-search button {
  border: none;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}
.header-links .header-search button i.fa {
  font-size: inherit;
}
.header-links .header-search button:hover {
  color: #337ab7;
}
.header-links .header-account .wrapper-accounts > a,
.header-links #header-cart > a {
  font-size: 20px;
  text-decoration: none;
  color: #434343;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.header-links .header-account .wrapper-accounts span.minicart-count,
.header-links #header-cart span.minicart-count {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background: #337ab7;
  line-height: 15px;
}
.header-links .header-account a:hover {
  color: #337ab7;
}

.home-slider {
  margin-bottom: 20px;
}
.home-slider img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .home-slider {
    margin-bottom: 5px;
  }
}

.home-block.row .col {
  padding: 20px 0;
}
@media screen and (max-width: 1700px) {
  .home-block.row {
    margin-left: 0;
    margin-right: 0;
  }
  .home-block.row .col {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-block.row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-block.row .col {
    padding: 5px;
  }
}
.home-block img {
  display: block;
  width: 100%;
}

.feature-products {
  margin-right: -6px;
  margin-left: -6px;
}
.feature-products .slick-slider {
  margin-bottom: 52px;
}
.feature-products .slick-list li {
  padding: 0 6px;
}
.feature-products .slick-dots {
  bottom: -48px;
}

.home-category {
  position: relative;
  margin: 0 0 10px;
}
.home-category img {
  display: block;
}
.home-category .home-category-text {
  position: absolute;
  width: 176px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -88px;
  background: rgba(55, 56, 66, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-category .home-category-text h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0;
}
.home-category .home-category-text a {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .home-category .home-category-text {
    position: static;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    background: none;
  }
  .home-category .home-category-text h3 {
    margin: 0;
    color: #434343;
  }
  .home-category .home-category-text a {
    color: #434343;
  }
}

.home-brands {
  margin: 50px 0 0;
}
.home-brands .slick-slider {
  margin: 0 -5px 50px;
}
.home-brands .slick-slide {
  padding: 0 5px;
}
.home-brands .slick-slide > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.home-brands .slick-dots {
  bottom: -45px;
}

.footer {
  background: #fff;
  margin-top: 30px;
  padding: 20px 0;
}

.social-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.social-wrapper ul li a {
  display: block;
  text-decoration: none;
  color: #434343;
  font-size: 22px;
}
.footer .social-wrapper {
  float: left;
}
@media screen and (max-width: 767px) {
  .footer .social-wrapper {
    float: none;
  }
  .social-wrapper ul {
    text-align: center;
  }
  .social-wrapper ul li {
    margin: 0 5px;
  }
}

.footer-menu {
  float: right;
  margin-top: 5px;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.footer-menu ul li a {
  color: #434343;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .footer-menu ul li {
    margin: 0 5px;
  }
}

.wrapper-featured-grid {
  margin-bottom: unset;
  margin-top: 10px;
}

.home-feature-product .feature-products article .thumbnail .caption {
  display: none;
}

@media only screen and (max-width: 767px) {
  #home-featured-grid .grid-item {
    height: 160px;
  }
}
#home-featured-grid .grid-item .grid-item-img .wrapper-caption .caption {
  width: 176px;
  height: 120px;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #home-featured-grid .grid-item .grid-item-img .wrapper-caption .caption {
    width: auto;
  }
  #home-featured-grid .grid-item .grid-item-img .wrapper-caption .caption h2.headline {
    font-size: 10px;
  }
}

section.wrapper-carousel .slick-dotted.slick-slider {
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  header.header .header-inner .container {
    position: relative;
  }
  header.header .header-inner .container .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -15px;
    width: 80px;
  }
  header.header .header-inner .container .nav {
    float: left;
    margin: 9px 15px;
    width: calc(50% - 60px);
  }
}
.footerTop .row {
  margin-left: -5px;
  margin-right: -5px;
}
.footerTop .footerLink h4 {
  font-weight: bold;
}
.footerTop .footerLink h4:after {
  content: "";
  height: 1px;
  background: #000;
  display: block;
  width: 80%;
  margin-top: 10px;
}
.footerTop .footerLink ul {
  list-style: none;
}
.footerTop .footerLink ul.hasMenuLink {
  list-style: inherit;
  margin-left: 18px;
}
.footerTop .footerLink ul.hasMenuLink a:hover {
  color: #337ab7;
}
.footerTop .footerLink ul.socialLinks li {
  display: inline-block;
}
.footerTop a {
  color: #252525;
}

.newsletter-footer .input-email {
  display: block;
  border-radius: 0;
  margin-bottom: 10px;
  border-width: 1px;
  padding: 4px;
}
.newsletter-footer .btn-subscribe {
  background: #000;
  border: none;
  color: #fff;
  text-transform: inherit;
}

.footer-bottom {
  border-top: 1px solid;
  padding: 10px 0;
  margin-top: 20px;
}
.footer-bottom .copyright {
  float: left;
}
.footer-bottom .footer-bottom-menu {
  float: right;
  list-style: none;
}
.footer-bottom .footer-bottom-menu li {
  display: inline-block;
  margin: 0 3px;
}
@media screen and (max-width: 520px) {
  .footer-bottom .copyright {
    float: none;
  }
  .footer-bottom .footer-bottom-menu {
    float: none;
  }
}

@media screen and (max-width: 900px) and (min-width: 667px) {
  .footerTop .footerLink {
    margin-bottom: 15px;
  }
  .footerTop .footerLink h4:after {
    width: 95%;
  }
  .footerTop .row .item-col {
    width: 100%;
    max-width: 100%;
  }
  .footerTop .row .item-col.item-col-last {
    max-width: calc(6 / 12 * 100%);
  }
  .footerTop .row .item-col .row .col {
    max-width: 50%;
  }
}
#searchToggle .search-close-btn,
#searchToggle .search-btn-submit {
  top: 5px;
}

.pagination li a:hover {
  background-color: #337ab7;
}
.pagination li.active a {
  background-color: #337ab7;
}
.pagination li.active a:hover {
  background-color: #337ab7;
}
.pagination > li.active > a {
  background-color: #337ab7;
}
.pagination > li.active > a:hover {
  background-color: #337ab7;
}

.page-wrapper .page-header.fullwidth {
  padding: 35px 0;
}

.btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:visited {
  background-color: #2b70b7;
  border-color: #2b70b7;
}
.btn-success:hover:hover, .btn-success:hover:active, .btn-success:hover:focus, .btn-success:hover:visited, .btn-success:active:hover, .btn-success:active:active, .btn-success:active:focus, .btn-success:active:visited, .btn-success:focus:hover, .btn-success:focus:active, .btn-success:focus:focus, .btn-success:focus:visited, .btn-success:visited:hover, .btn-success:visited:active, .btn-success:visited:focus, .btn-success:visited:visited {
  background-color: #2b70b7;
  border-color: #2b70b7;
}
.btn-success.disabled {
  background-color: #2b70b7;
  border-color: #2b70b7;
}

#main-content .sort_container .col-md-3,
#main-content .product-list-grid .col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
}
#main-content .sort_container .toggle-filters {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #main-content .sort_container .toggle-filters {
    text-align: center;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main-content .sort_container .toggle-filters {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 960px) {
  #main-content .sort_container .toggle-filters {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 960px) {
  header.header .header-inner .container nav.nav {
    padding-left: 0;
    margin-left: 0;
  }
  .sort_container select.form-control {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  #n_product ul.breadcrumb {
    margin: 10px 10px 10px 10px;
  }

  .slick-product-nav.slick-initialized, .slick-main-img.slick-initialized {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home-block .col.col-md-6 {
    max-width: calc(50% - 2px);
    display: inline-block;
  }
}
.home-block .col .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-block .col .thumbnail:hover .image img {
  opacity: 1;
}
.home-block .col .thumbnail .caption {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 50px);
}
.home-block .col .thumbnail .caption .btn-shop-now {
  background-color: rgba(55, 56, 66, 0.9);
  color: #fff;
  font-weight: bold;
}
.home-block .col .thumbnail .caption .ads-content-full {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .home-block .col.block-3 .thumbnail .caption {
    left: calc(50% - 110px);
  }
}
@media only screen and (min-width: 768px) {
  .home-block .col.block-3 .thumbnail .caption .btn-shop-now {
    font-size: 30px;
    padding: 10px 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
  }
}

/*# sourceMappingURL=styles.css.map */
