html {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-width: 380px;
}
body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 100%;
  min-height: 100%;
  min-width: 380px;
  max-width: 2000px;
  box-shadow: 0px 0px 150px -10px rgba(0,0,0,0.5);
  font-size: 14px;
  overflow-y: scroll;
  font-family: 'Proxima Nova', 'Roboto', sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'lnum' 1;
  -o-font-feature-settings: 'lnum' 1;
  -ms-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: ugrey;
}
body * {
  line-height: 100%;
  cursor: default;
}
body *::selection {
  color: #fff;
  background-color: rgba(255,0,0,0.95);
}
body a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body a * {
  cursor: pointer;
}
body a,
body input,
body select,
body button,
body textarea {
  outline: none;
  font-family: 'Proxima Nova', 'Roboto', sans-serif;
  font-feature-settings: 'lnum' 1;
  -o-font-feature-settings: 'lnum' 1;
  -ms-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  border-radius: 0px;
}
body button {
  border: none;
  cursor: pointer;
  border-radius: 0px;
  appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
}
body button * {
  cursor: pointer;
}
body ol,
body ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body img {
  vertical-align: middle;
  border: 0px;
  max-width: 100%;
}
body input:not([type="submit"]):not([type="file"]),
body textarea {
  cursor: text;
}
body blockquote {
  margin: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .customize-support #main.base-page .sidebar-block-container .show-sidebar-mobile {
    top: 60px;
  }
  .customize-support #main.base-page .sidebar-block-container .mobile-outer {
    padding-top: 60px;
  }
}
#wpadminbar {
  right: 0px;
  margin: 0px auto;
  max-width: 2000px;
}
[data-action] {
  cursor: pointer;
}
[data-action] * {
  cursor: pointer;
}
#grid-vis {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 100000;
  pointer-events: none;
  border-left: 1px solid #9bffff;
  border-right: 1px solid #9bffff;
  opacity: 0.5;
}
#grid-vis:before,
#grid-vis:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: rgba(155,255,255,0.3);
  width: calc(10px - 1px);
  display: block;
}
#grid-vis:before {
  left: 0px;
  border-right: 1px solid #9bffff;
}
#grid-vis:after {
  right: 0px;
  border-left: 1px solid #9bffff;
}
#grid-vis .center {
  border-left: 1px solid rgba(155,255,255,0.4);
  border-right: 1px solid rgba(155,255,255,0.4);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @import includes/grid-20c.styl */
@-ms-viewport {
  width: device-width;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
  }
}
.wrapper-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.wrapper > .row,
.wrapper-fluid > .row {
  flex-grow: 1;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.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-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.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-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.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-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.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-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-xs-1 {
  -webkit-box-flex: 0 0 5%;
  -moz-box-flex: 0 0 5%;
  -webkit-flex: 0 0 5%;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}
.col-xs-2 {
  -webkit-box-flex: 0 0 10%;
  -moz-box-flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.col-xs-3 {
  -webkit-box-flex: 0 0 15%;
  -moz-box-flex: 0 0 15%;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.col-xs-4 {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-xs-5 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-6 {
  -webkit-box-flex: 0 0 30%;
  -moz-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-xs-7 {
  -webkit-box-flex: 0 0 35%;
  -moz-box-flex: 0 0 35%;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.col-xs-8 {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.col-xs-9 {
  -webkit-box-flex: 0 0 45%;
  -moz-box-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.col-xs-10 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-11 {
  -webkit-box-flex: 0 0 55%;
  -moz-box-flex: 0 0 55%;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.col-xs-12 {
  -webkit-box-flex: 0 0 60%;
  -moz-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-xs-13 {
  -webkit-box-flex: 0 0 65%;
  -moz-box-flex: 0 0 65%;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.col-xs-14 {
  -webkit-box-flex: 0 0 70%;
  -moz-box-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col-xs-15 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-16 {
  -webkit-box-flex: 0 0 80%;
  -moz-box-flex: 0 0 80%;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col-xs-17 {
  -webkit-box-flex: 0 0 85%;
  -moz-box-flex: 0 0 85%;
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}
.col-xs-18 {
  -webkit-box-flex: 0 0 90%;
  -moz-box-flex: 0 0 90%;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.col-xs-19 {
  -webkit-box-flex: 0 0 95%;
  -moz-box-flex: 0 0 95%;
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
}
.col-xs-20 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 21;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-13 {
  order: 13;
}
.order-14 {
  order: 14;
}
.order-15 {
  order: 15;
}
.order-16 {
  order: 16;
}
.order-17 {
  order: 17;
}
.order-18 {
  order: 18;
}
.order-19 {
  order: 19;
}
.order-20 {
  order: 20;
}
.offset-1 {
  margin-left: 5%;
}
.offset-2 {
  margin-left: 10%;
}
.offset-3 {
  margin-left: 15%;
}
.offset-4 {
  margin-left: 20%;
}
.offset-5 {
  margin-left: 25%;
}
.offset-6 {
  margin-left: 30%;
}
.offset-7 {
  margin-left: 35%;
}
.offset-8 {
  margin-left: 40%;
}
.offset-9 {
  margin-left: 45%;
}
.offset-10 {
  margin-left: 50%;
}
.offset-11 {
  margin-left: 55%;
}
.offset-12 {
  margin-left: 60%;
}
.offset-13 {
  margin-left: 65%;
}
.offset-14 {
  margin-left: 70%;
}
.offset-15 {
  margin-left: 75%;
}
.offset-16 {
  margin-left: 80%;
}
.offset-17 {
  margin-left: 85%;
}
.offset-18 {
  margin-left: 90%;
}
.offset-19 {
  margin-left: 95%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0 0 5%;
    -moz-box-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0 0 10%;
    -moz-box-flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0 0 15%;
    -moz-box-flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0 0 35%;
    -moz-box-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0 0 55%;
    -moz-box-flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-13 {
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-sm-14 {
    -webkit-box-flex: 0 0 70%;
    -moz-box-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-sm-15 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-16 {
    -webkit-box-flex: 0 0 80%;
    -moz-box-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-17 {
    -webkit-box-flex: 0 0 85%;
    -moz-box-flex: 0 0 85%;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-sm-18 {
    -webkit-box-flex: 0 0 90%;
    -moz-box-flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-sm-19 {
    -webkit-box-flex: 0 0 95%;
    -moz-box-flex: 0 0 95%;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-sm-20 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 21;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .offset-sm-1 {
    margin-left: 5%;
  }
  .offset-sm-2 {
    margin-left: 10%;
  }
  .offset-sm-3 {
    margin-left: 15%;
  }
  .offset-sm-4 {
    margin-left: 20%;
  }
  .offset-sm-5 {
    margin-left: 25%;
  }
  .offset-sm-6 {
    margin-left: 30%;
  }
  .offset-sm-7 {
    margin-left: 35%;
  }
  .offset-sm-8 {
    margin-left: 40%;
  }
  .offset-sm-9 {
    margin-left: 45%;
  }
  .offset-sm-10 {
    margin-left: 50%;
  }
  .offset-sm-11 {
    margin-left: 55%;
  }
  .offset-sm-12 {
    margin-left: 60%;
  }
  .offset-sm-13 {
    margin-left: 65%;
  }
  .offset-sm-14 {
    margin-left: 70%;
  }
  .offset-sm-15 {
    margin-left: 75%;
  }
  .offset-sm-16 {
    margin-left: 80%;
  }
  .offset-sm-17 {
    margin-left: 85%;
  }
  .offset-sm-18 {
    margin-left: 90%;
  }
  .offset-sm-19 {
    margin-left: 95%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0 0 5%;
    -moz-box-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-md-2 {
    -webkit-box-flex: 0 0 10%;
    -moz-box-flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-3 {
    -webkit-box-flex: 0 0 15%;
    -moz-box-flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-md-4 {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-5 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-6 {
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-md-7 {
    -webkit-box-flex: 0 0 35%;
    -moz-box-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-md-8 {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-9 {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-md-10 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-11 {
    -webkit-box-flex: 0 0 55%;
    -moz-box-flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-md-12 {
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-13 {
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-md-14 {
    -webkit-box-flex: 0 0 70%;
    -moz-box-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-md-15 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-16 {
    -webkit-box-flex: 0 0 80%;
    -moz-box-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-17 {
    -webkit-box-flex: 0 0 85%;
    -moz-box-flex: 0 0 85%;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-md-18 {
    -webkit-box-flex: 0 0 90%;
    -moz-box-flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-md-19 {
    -webkit-box-flex: 0 0 95%;
    -moz-box-flex: 0 0 95%;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-md-20 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 21;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .offset-md-1 {
    margin-left: 5%;
  }
  .offset-md-2 {
    margin-left: 10%;
  }
  .offset-md-3 {
    margin-left: 15%;
  }
  .offset-md-4 {
    margin-left: 20%;
  }
  .offset-md-5 {
    margin-left: 25%;
  }
  .offset-md-6 {
    margin-left: 30%;
  }
  .offset-md-7 {
    margin-left: 35%;
  }
  .offset-md-8 {
    margin-left: 40%;
  }
  .offset-md-9 {
    margin-left: 45%;
  }
  .offset-md-10 {
    margin-left: 50%;
  }
  .offset-md-11 {
    margin-left: 55%;
  }
  .offset-md-12 {
    margin-left: 60%;
  }
  .offset-md-13 {
    margin-left: 65%;
  }
  .offset-md-14 {
    margin-left: 70%;
  }
  .offset-md-15 {
    margin-left: 75%;
  }
  .offset-md-16 {
    margin-left: 80%;
  }
  .offset-md-17 {
    margin-left: 85%;
  }
  .offset-md-18 {
    margin-left: 90%;
  }
  .offset-md-19 {
    margin-left: 95%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0 0 5%;
    -moz-box-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0 0 10%;
    -moz-box-flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0 0 15%;
    -moz-box-flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0 0 35%;
    -moz-box-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0 0 55%;
    -moz-box-flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-13 {
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-lg-14 {
    -webkit-box-flex: 0 0 70%;
    -moz-box-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-lg-15 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-16 {
    -webkit-box-flex: 0 0 80%;
    -moz-box-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-17 {
    -webkit-box-flex: 0 0 85%;
    -moz-box-flex: 0 0 85%;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-lg-18 {
    -webkit-box-flex: 0 0 90%;
    -moz-box-flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-lg-19 {
    -webkit-box-flex: 0 0 95%;
    -moz-box-flex: 0 0 95%;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-lg-20 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 21;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .offset-lg-1 {
    margin-left: 5%;
  }
  .offset-lg-2 {
    margin-left: 10%;
  }
  .offset-lg-3 {
    margin-left: 15%;
  }
  .offset-lg-4 {
    margin-left: 20%;
  }
  .offset-lg-5 {
    margin-left: 25%;
  }
  .offset-lg-6 {
    margin-left: 30%;
  }
  .offset-lg-7 {
    margin-left: 35%;
  }
  .offset-lg-8 {
    margin-left: 40%;
  }
  .offset-lg-9 {
    margin-left: 45%;
  }
  .offset-lg-10 {
    margin-left: 50%;
  }
  .offset-lg-11 {
    margin-left: 55%;
  }
  .offset-lg-12 {
    margin-left: 60%;
  }
  .offset-lg-13 {
    margin-left: 65%;
  }
  .offset-lg-14 {
    margin-left: 70%;
  }
  .offset-lg-15 {
    margin-left: 75%;
  }
  .offset-lg-16 {
    margin-left: 80%;
  }
  .offset-lg-17 {
    margin-left: 85%;
  }
  .offset-lg-18 {
    margin-left: 90%;
  }
  .offset-lg-19 {
    margin-left: 95%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0 0 5%;
    -moz-box-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0 0 10%;
    -moz-box-flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0 0 15%;
    -moz-box-flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0 0 35%;
    -moz-box-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-13 {
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-xl-14 {
    -webkit-box-flex: 0 0 70%;
    -moz-box-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-xl-15 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-16 {
    -webkit-box-flex: 0 0 80%;
    -moz-box-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xl-17 {
    -webkit-box-flex: 0 0 85%;
    -moz-box-flex: 0 0 85%;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-xl-18 {
    -webkit-box-flex: 0 0 90%;
    -moz-box-flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xl-19 {
    -webkit-box-flex: 0 0 95%;
    -moz-box-flex: 0 0 95%;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-xl-20 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .offset-xl-1 {
    margin-left: 5%;
  }
  .offset-xl-2 {
    margin-left: 10%;
  }
  .offset-xl-3 {
    margin-left: 15%;
  }
  .offset-xl-4 {
    margin-left: 20%;
  }
  .offset-xl-5 {
    margin-left: 25%;
  }
  .offset-xl-6 {
    margin-left: 30%;
  }
  .offset-xl-7 {
    margin-left: 35%;
  }
  .offset-xl-8 {
    margin-left: 40%;
  }
  .offset-xl-9 {
    margin-left: 45%;
  }
  .offset-xl-10 {
    margin-left: 50%;
  }
  .offset-xl-11 {
    margin-left: 55%;
  }
  .offset-xl-12 {
    margin-left: 60%;
  }
  .offset-xl-13 {
    margin-left: 65%;
  }
  .offset-xl-14 {
    margin-left: 70%;
  }
  .offset-xl-15 {
    margin-left: 75%;
  }
  .offset-xl-16 {
    margin-left: 80%;
  }
  .offset-xl-17 {
    margin-left: 85%;
  }
  .offset-xl-18 {
    margin-left: 90%;
  }
  .offset-xl-19 {
    margin-left: 95%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
/* @import includes/_header.styl */
#header {
  position: relative;
  z-index: 3;
}
#header .mobile-line {
  display: none;
}
#header .top-line {
  background-color: #202025;
  padding-top: 10px;
  padding-bottom: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.35);
  position: relative;
  z-index: 2;
}
#header .top-line .row {
  flex-align: center;
  align-items: center;
}
#header .top-line .row .holder-logo svg {
  width: 100%;
}
#header .top-line .row .holder-search {
  flex-align: center;
  align-items: center;
}
#header .top-line .row .holder-search > div {
  width: 80%;
}
#header .top-line .row .holder-search .header-search {
  position: relative;
}
#header .top-line .row .holder-search .header-search label {
  font-size: 0px;
}
#header .top-line .row .holder-search .header-search input[type="text"],
#header .top-line .row .holder-search .header-search input[type="search"] {
  width: 100%;
  height: 42px;
  border: 1px solid #fb4d70;
  border-radius: 21px;
  padding: 10px 45px 10px 25px;
  box-shadow: inset 0px 6px 10px -5px #000;
  background-color: rgba(0,0,0,0);
  background-image: -webkit-linear-gradient(to left, rgba(251,77,112,0.5) 0%, rgba(251,77,112,0) 70%);
  background-image: -o-linear-gradient(to left, rgba(251,77,112,0.5) 0%, rgba(251,77,112,0) 70%);
  background-image: linear-gradient(to left, rgba(251,77,112,0.5) 0%, rgba(251,77,112,0) 70%);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
#header .top-line .row .holder-search .header-search input[type="text"]::-webkit-input-placeholder,
#header .top-line .row .holder-search .header-search input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
#header .top-line .row .holder-search .header-search input[type="text"]::-moz-placeholder,
#header .top-line .row .holder-search .header-search input[type="search"]::-moz-placeholder {
  color: #fff;
}
#header .top-line .row .holder-search .header-search input[type="text"]:-moz-placeholder,
#header .top-line .row .holder-search .header-search input[type="search"]:-moz-placeholder {
  color: #fff;
}
#header .top-line .row .holder-search .header-search input[type="text"]:-ms-input-placeholder,
#header .top-line .row .holder-search .header-search input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
#header .top-line .row .holder-search .header-search button,
#header .top-line .row .holder-search .header-search input[type="submit"] {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50% 50% 50% 0px;
  background-color: #fb4d70;
  background-size: 17px 17px;
  background-image: url("../svg/top-search-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#header .top-line .row .holder-phone {
  flex-align: end;
  align-items: flex-end;
}
#header .top-line .row .holder-phone a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
#header .top-line .row .holder-phone span {
  display: inline-block;
  color: #fb4d70;
  font-size: 14px;
}
#header .top-line .row .holder-cart {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#header .top-line .row .holder-cart .compare-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  margin-right: 30px;
}
#header .top-line .row .holder-cart .compare-block .compare-icon {
  max-width: 40px;
  margin-bottom: 5px;
  position: relative;
}
#header .top-line .row .holder-cart .compare-block .compare-icon img {
  width: 100%;
}
#header .top-line .row .holder-cart .compare-block .compare-icon .count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#header .top-line .row .holder-cart .compare-block .compare-title {
  color: #888;
  font-size: 14px;
  text-align: center;
}
#header .top-line .row .holder-cart .compare-block:hover .compare-title {
  color: #fff;
}
#header .top-line .row .holder-cart .compare-block:not(.active) {
  pointer-events: none;
}
#header .top-line .row .holder-cart .compare-block:not(.active) .compare-icon img {
  filter: saturate(0);
}
#header .top-line .row .holder-cart .compare-block:not(.active) .compare-icon .count {
  display: none;
}
#header .top-line .row .holder-cart .cart-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#header .top-line .row .holder-cart .cart-block .cart-icon {
  width: 45px;
  margin-right: 15px;
}
#header .top-line .row .holder-cart .cart-block .cart-content p {
  color: #fff;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
#header .top-line .row .holder-cart .cart-block .cart-content .line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0px 0px 5px 0px;
}
#header .top-line .row .holder-cart .cart-block .cart-content .line .label {
  color: #888;
  font-size: 14px;
  margin-right: 5px;
}
#header .top-line .row .holder-cart .cart-block .cart-content .line .value {
  color: #fff;
  font-size: 14px;
}
#header .menu-line {
  background-color: #202025;
  background-image: -webkit-linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  background-image: -o-linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  background-image: linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  position: relative;
  z-index: 1;
}
#header .menu-line .wrapper .row {
  flex-align: stretch;
  align-items: stretch;
}
#header .menu-line .menu-side .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 15px;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element a span {
  display: inline-block;
  white-space: nowrap;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element a:hover {
  color: #fb4d70;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.active > a {
  color: #fb4d70;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs {
  position: relative;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs a {
  white-space: nowrap;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs > a .toggler {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  padding: 0px 5px;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs > a .toggler:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  width: 0px;
  height: 0px;
  border-width: 5px 5px 0px 5px;
  border-style: solid;
  border-color: #fff rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #202025;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li {
  width: 100%;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs > a .toggler:after {
  border-width: 5px 0px 5px 5px;
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fff;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs .sub-menu {
  border-left: 1px solid #fb4d70;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs:hover > a .toggler:after {
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fb4d70;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu .sub-menu {
  top: 0px;
  left: 100%;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs:hover > a {
  color: #fb4d70;
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs:hover > a .toggler:after {
  border-color: #fb4d70 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
}
#header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs:hover > .sub-menu {
  display: block;
}
#header .menu-line .login-side {
  flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#header .menu-line .login-side .profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
#header .menu-line .login-side .profile .name {
  color: #fb4d70;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #fb4d70;
  position: relative;
  margin-left: 20px;
}
#header .menu-line .login-side .profile .name:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -20px;
  width: 13px;
  height: 15px;
  margin-right: 5px;
  background-image: url("../svg/user.svg");
}
#header .menu-line .login-side .profile .links {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  min-width: 100%;
  background-color: #202025;
}
#header .menu-line .login-side .profile .links a {
  display: block;
  color: #fff;
  padding: 10px;
  margin: 5px 0px 0px 0px;
}
#header .menu-line .login-side .profile:hover .links {
  display: block;
}
#header .menu-line .login-side .login {
  color: #fb4d70;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #fb4d70;
  position: relative;
  margin-left: 20px;
}
#header .menu-line .login-side .login:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -20px;
  width: 13px;
  height: 15px;
  margin-right: 5px;
  background-image: url("../svg/user.svg");
}
#header .breadcrumbs-line {
  background-color: #e8e8e8;
  padding: 15px 0px;
}
#header .breadcrumbs-line .breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-align: center;
  align-items: center;
}
#header .breadcrumbs-line .breadcrumbs li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  margin-right: 5px;
}
#header .breadcrumbs-line .breadcrumbs li > a,
#header .breadcrumbs-line .breadcrumbs li > span {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}
#header .breadcrumbs-line .breadcrumbs li > a {
  color: #000;
}
#header .breadcrumbs-line .breadcrumbs li > span {
  color: #fb4d70;
}
#header .breadcrumbs-line .breadcrumbs li:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 6px;
  margin-bottom: 2px;
  margin-left: 10px;
  background-image: url("../svg/breadcrumbs-arrow.svg");
}
#header .breadcrumbs-line .breadcrumbs li:last-child:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* @import includes/992-1200/_header.styl */
  #header .top-line {
    padding-top: 8px;
    padding-bottom: 12px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.35);
  }
  #header .top-line .row .holder-search .header-search input[type="text"],
  #header .top-line .row .holder-search .header-search input[type="search"] {
    height: 34px;
    border-radius: 17px;
    padding: 8px 38px 8px 20px;
    box-shadow: inset 0px 5px 8px -4px #000;
    font-size: 13px;
  }
  #header .top-line .row .holder-search .header-search button,
  #header .top-line .row .holder-search .header-search input[type="submit"] {
    top: 6px;
    right: 6px;
    bottom: 6px;
    width: 22px;
    height: 22px;
    background-size: 14px 14px;
  }
  #header .top-line .row .holder-phone a {
    font-size: 19px;
    margin: 0px 0px 8px 0px;
  }
  #header .top-line .row .holder-phone span {
    font-size: 11px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-icon {
    width: 38px;
    margin-right: 12px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content p {
    font-size: 11px;
    margin: 0px 0px 8px 0px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content .line {
    margin: 0px 0px 4px 0px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content .line .label {
    font-size: 11px;
    margin-right: 4px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content .line .value {
    font-size: 11px;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element a {
    font-size: 11px;
    line-height: 14px;
    padding: 16px 12px;
  }
  #header .menu-line .login-side .profile .name {
    font-size: 13px;
    line-height: 14px;
    margin-left: 16px;
  }
  #header .menu-line .login-side .profile .name:before {
    top: 1px;
    left: -16px;
    width: 11px;
    height: 12px;
    margin-right: 4px;
  }
  #header .menu-line .login-side .profile .links a {
    padding: 8px;
    margin: 4px 0px 0px 0px;
  }
  #header .menu-line .login-side .login {
    font-size: 13px;
    line-height: 14px;
    margin-left: 16px;
  }
  #header .menu-line .login-side .login:before {
    top: 1px;
    left: -16px;
    width: 11px;
    height: 12px;
    margin-right: 4px;
  }
  #header .breadcrumbs-line {
    padding: 12px 0px;
  }
  #header .breadcrumbs-line .breadcrumbs li {
    margin-right: 4px;
  }
  #header .breadcrumbs-line .breadcrumbs li > a,
  #header .breadcrumbs-line .breadcrumbs li > span {
    font-size: 10px;
    line-height: 11px;
  }
  #header .breadcrumbs-line .breadcrumbs li:after {
    width: 19px;
    height: 5px;
    margin-bottom: 2px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/_header.styl */
  #header .top-line {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.35);
  }
  #header .top-line .row .holder-logo {
    order: 1;
  }
  #header .top-line .row .holder-logo svg {
    height: 50px;
  }
  #header .top-line .row .holder-search {
    order: 2;
  }
  #header .top-line .row .holder-search .header-search input[type="text"],
  #header .top-line .row .holder-search .header-search input[type="search"] {
    height: 34px;
    border-radius: 17px;
    padding: 8px 38px 8px 20px;
    box-shadow: inset 0px 5px 8px -4px #000;
    font-size: 13px;
  }
  #header .top-line .row .holder-search .header-search button,
  #header .top-line .row .holder-search .header-search input[type="submit"] {
    top: 6px;
    right: 6px;
    bottom: 6px;
    width: 22px;
    height: 22px;
    background-size: 14px 14px;
  }
  #header .top-line .row .holder-phone {
    order: 3;
  }
  #header .top-line .row .holder-phone a {
    font-size: 19px;
    margin: 0px 0px 8px 0px;
  }
  #header .top-line .row .holder-phone span {
    font-size: 11px;
  }
  #header .top-line .row .holder-cart {
    order: 4;
  }
  #header .top-line .row .holder-cart .cart-block .cart-icon {
    display: none;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content p {
    font-size: 11px;
    margin: 0px 0px 8px 0px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content .line {
    margin: 0px 0px 4px 0px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content .line .label {
    font-size: 11px;
    margin-right: 4px;
  }
  #header .top-line .row .holder-cart .cart-block .cart-content .line .value {
    font-size: 11px;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element a {
    font-size: 11px;
    line-height: 14px;
    padding: 12px 8px;
  }
  #header .menu-line .login-side .profile .name {
    font-size: 13px;
    line-height: 14px;
    margin-left: 16px;
  }
  #header .menu-line .login-side .profile .name:before {
    top: 1px;
    left: -16px;
    width: 11px;
    height: 12px;
    margin-right: 4px;
  }
  #header .menu-line .login-side .profile .links a {
    padding: 8px;
    margin: 4px 0px 0px 0px;
  }
  #header .menu-line .login-side .login {
    font-size: 13px;
    line-height: 14px;
    margin-left: 16px;
  }
  #header .menu-line .login-side .login:before {
    top: 1px;
    left: -16px;
    width: 11px;
    height: 12px;
    margin-right: 4px;
  }
  #header .breadcrumbs-line {
    padding: 12px 0px;
  }
  #header .breadcrumbs-line .breadcrumbs li {
    margin-right: 4px;
  }
  #header .breadcrumbs-line .breadcrumbs li > a,
  #header .breadcrumbs-line .breadcrumbs li > span {
    font-size: 10px;
    line-height: 11px;
  }
  #header .breadcrumbs-line .breadcrumbs li:after {
    width: 19px;
    height: 5px;
    margin-bottom: 2px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/_header.styl */
  #header {
    margin-top: 40px;
    z-index: unset;
  }
  #header .mobile-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100050;
    background-color: #202025;
  }
  #header .mobile-line .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 40px;
    padding: 10px;
  }
  #header .mobile-line .menu-toggler {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: auto;
  }
  #header .mobile-line .menu-toggler .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #header .mobile-line .menu-toggler .icon .line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0px;
    transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
  }
  #header .mobile-line .menu-toggler .icon .line:nth-of-type(1) {
    transform-origin: 0px 1px;
  }
  #header .mobile-line .menu-toggler .icon .line:nth-of-type(3) {
    transform-origin: 0px 2px;
  }
  #header .mobile-line .menu-toggler .icon.open .line:nth-of-type(1) {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #header .mobile-line .menu-toggler .icon.open .line:nth-of-type(2) {
    background-color: rgba(255,255,255,0);
  }
  #header .mobile-line .menu-toggler .icon.open .line:nth-of-type(3) {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #header .mobile-line .compare {
    height: 20px;
    padding-left: 25px;
    margin-left: 20px;
    background-size: 19px;
    background-image: url("../svg/compare-mobile.svg");
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
  }
  #header .mobile-line .compare span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }
  #header .mobile-line .compare:not(.active) {
    pointer-events: none;
    opacity: 0.5;
  }
  #header .mobile-line .compare:not(.active) span {
    display: none;
  }
  #header .mobile-line .cart {
    height: 20px;
    padding-left: 25px;
    margin-left: 20px;
    background-size: 20px;
    background-image: url("../svg/cart-mobile.svg");
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
  }
  #header .mobile-line .cart span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }
  #header .top-line {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.35);
  }
  #header .top-line .row .holder-logo {
    order: 1;
    margin: 0px auto;
  }
  #header .top-line .row .holder-logo svg {
    height: 80px;
  }
  #header .top-line .row .holder-search {
    order: 3;
    margin-top: 12px;
  }
  #header .top-line .row .holder-search .header-search input[type="text"],
  #header .top-line .row .holder-search .header-search input[type="search"] {
    height: 34px;
    border-radius: 17px;
    padding: 8px 38px 8px 20px;
    box-shadow: inset 0px 5px 8px -4px #000;
    font-size: 13px;
  }
  #header .top-line .row .holder-search .header-search button,
  #header .top-line .row .holder-search .header-search input[type="submit"] {
    top: 6px;
    right: 6px;
    bottom: 6px;
    width: 22px;
    height: 22px;
    background-size: 14px 14px;
  }
  #header .top-line .row .holder-phone {
    order: 2;
  }
  #header .top-line .row .holder-phone a {
    font-size: 19px;
    margin: 0px 0px 8px 0px;
  }
  #header .top-line .row .holder-phone span {
    font-size: 11px;
  }
  #header .top-line .row .holder-cart {
    display: none;
  }
  #header .menu-line {
    position: fixed;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    z-index: 100045;
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #header .menu-line.open {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #header .menu-line .wrapper,
  #header .menu-line .row {
    height: 100%;
  }
  #header .menu-line .menu-side {
    height: calc(100% - 50px);
    overflow-y: auto;
  }
  #header .menu-line .menu-side .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element a {
    flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs > a .toggler {
    margin: -10px 0px;
    padding: 10px;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs > a .toggler:after {
    border-width: 10px 6px 0px 6px;
    border-color: #fff rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs:hover > a,
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs.open > a {
    color: #fb4d70;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs:hover > a .toggler:after,
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs.open > a .toggler:after {
    border-color: #fb4d70 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs:hover .sub-menu,
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs.open .sub-menu {
    display: none;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs.open > .sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu {
    margin-left: 20px;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0,0,0,0);
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu a {
    padding: 10px 15px;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs > a .toggler:after {
    border-width: 10px 6px 0px 6px;
    border-color: #fff rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs.open > a,
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs:hover > a {
    color: #fb4d70;
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs.open > a .toggler:after,
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs:hover > a .toggler:after {
    border-color: #fb4d70 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
  }
  #header .menu-line .menu-side .nav-menu .nav-menu-element.has-childs .sub-menu li.has-childs .sub-menu {
    border-left: 0px;
  }
  #header .menu-line .login-side {
    height: 50px;
    flex-align: center;
    align-items: center;
  }
  #header .menu-line .login-side .profile {
    position: relative;
  }
  #header .menu-line .login-side .profile .name {
    font-size: 13px;
    line-height: 14px;
    margin-left: 16px;
  }
  #header .menu-line .login-side .profile .name:before {
    top: 1px;
    left: -16px;
    width: 11px;
    height: 12px;
    margin-right: 4px;
  }
  #header .menu-line .login-side .profile .links {
    top: auto;
    bottom: 100%;
    right: 50%;
    padding: 5px;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    text-align: center;
  }
  #header .breadcrumbs-line {
    padding: 12px 0px;
  }
  #header .breadcrumbs-line .breadcrumbs li {
    margin-right: 4px;
  }
  #header .breadcrumbs-line .breadcrumbs li > a,
  #header .breadcrumbs-line .breadcrumbs li > span {
    font-size: 10px;
    line-height: 11px;
  }
  #header .breadcrumbs-line .breadcrumbs li:after {
    width: 19px;
    height: 5px;
    margin-bottom: 2px;
    margin-left: 8px;
  }
}
/* @import includes/_footer.styl */
#footer .top-line {
  padding-top: 55px;
  padding-bottom: 65px;
  background-color: #202025;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.35);
  position: relative;
  z-index: 2;
}
#footer .top-line .main-column .holder-logo {
  width: 50%;
  margin-bottom: 50px;
}
#footer .top-line .main-column .holder-logo svg {
  width: 100%;
}
#footer .top-line .main-column .holder-phone {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#footer .top-line .main-column .holder-phone a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .top-line .column {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 40px;
}
#footer .top-line .column .column-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
}
#footer .top-line .column .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#footer .top-line .column .nav-menu .nav-menu-element {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 10px 0px;
}
#footer .top-line .column .nav-menu .nav-menu-element a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
#footer .top-line .column .nav-menu .nav-menu-element a:hover {
  color: #fb4d70;
}
#footer .top-line .column .nav-menu .nav-menu-element.active a {
  color: #fb4d70;
}
#footer .top-line .column .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: start;
  align-items: flex-start;
}
#footer .top-line .column .links a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
  margin: 10px 0px;
}
#footer .top-line .column .links a .icon,
#footer .top-line .column .links a .title {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
#footer .top-line .column .links a .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
#footer .top-line .column .links a .icon svg {
  width: 100%;
  fill: #888;
}
#footer .top-line .column .links a .title {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
#footer .top-line .column .links a:hover .icon svg {
  fill: #fb4d70;
}
#footer .top-line .column .links a:hover .title {
  color: #fb4d70;
}
#footer .bottom-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  height: 70px;
  background-color: #202025;
  background-image: -webkit-linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  background-image: -o-linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  background-image: linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  position: relative;
  z-index: 1;
}
#footer .bottom-line .creator a {
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  opacity: 0.5;
  transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}
#footer .bottom-line .creator a img {
  display: inline-block;
  vertical-align: text-bottom;
  height: inherit;
}
#footer .bottom-line .creator a:hover {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* @import includes/992-1200/_footer.styl */
  #footer .top-line {
    padding-top: 44px;
    padding-bottom: 52px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.35);
  }
  #footer .top-line .main-column .holder-logo {
    margin-bottom: 40px;
  }
  #footer .top-line .main-column .holder-phone {
    margin-bottom: 8px;
  }
  #footer .top-line .main-column .holder-phone a {
    font-size: 19px;
    margin-bottom: 8px;
  }
  #footer .top-line .column {
    padding-left: 32px;
  }
  #footer .top-line .column .column-title {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
  }
  #footer .top-line .column .nav-menu .nav-menu-element {
    margin: 8px 0px;
  }
  #footer .top-line .column .nav-menu .nav-menu-element a {
    font-size: 13px;
  }
  #footer .top-line .column .links a {
    margin: 8px 0px;
  }
  #footer .top-line .column .links a .icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
  #footer .top-line .column .links a .title {
    font-size: 13px;
  }
  #footer .bottom-line {
    height: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/_footer.styl */
  #footer .top-line {
    padding-top: 44px;
    padding-bottom: 52px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.35);
  }
  #footer .top-line .main-column .holder-logo {
    margin-bottom: 40px;
  }
  #footer .top-line .main-column .holder-phone {
    margin-bottom: 8px;
  }
  #footer .top-line .main-column .holder-phone a {
    font-size: 19px;
    margin-bottom: 8px;
  }
  #footer .top-line .column {
    padding-left: 32px;
  }
  #footer .top-line .column .column-title {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
  }
  #footer .top-line .column .nav-menu .nav-menu-element {
    margin: 8px 0px;
  }
  #footer .top-line .column .nav-menu .nav-menu-element a {
    font-size: 13px;
  }
  #footer .top-line .column .links a {
    margin: 8px 0px;
  }
  #footer .top-line .column .links a .icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
  #footer .top-line .column .links a .title {
    font-size: 13px;
  }
  #footer .bottom-line {
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/_footer.styl */
  #footer .top-line {
    padding-top: 44px;
    padding-bottom: 52px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.35);
  }
  #footer .top-line .main-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-align: center;
    align-items: center;
  }
  #footer .top-line .main-column .holder-logo {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-bottom: 20px;
  }
  #footer .top-line .main-column .holder-phone {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-bottom: 0px;
  }
  #footer .top-line .main-column .holder-phone a {
    font-size: 19px;
    margin-bottom: 8px;
  }
  #footer .top-line .column {
    margin: 30px 0px 0px 0px;
    padding: 0px 10px;
    border: none;
  }
  #footer .top-line .column .column-title {
    font-size: 16px;
    text-align: center;
    margin: 0px 0px 16px 0px;
  }
  #footer .top-line .column .nav-menu .nav-menu-element {
    margin: 8px 0px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .top-line .column .nav-menu .nav-menu-element a {
    font-size: 13px;
  }
  #footer .top-line .column .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #footer .top-line .column .links a {
    margin: 8px;
  }
  #footer .top-line .column .links a .icon {
    width: 30px;
    height: 30px;
    margin: 0px;
  }
  #footer .top-line .column .links a .title {
    display: none;
  }
  #footer .bottom-line {
    height: 56px;
  }
}
#main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
/* @import includes/base-page.styl */
/* @import includes/front-page.styl */
/* @import includes/product-page.styl */
/* @import includes/cart-page.styl */
/* @import includes/checkout-page.styl */
/* @import includes/account-page.styl */
/* @import includes/contacts-page.styl */
/* @import includes/compare-items.styl */
}
/* @import includes/base-page.styl */
#main.base-page {
  margin-top: 35px;
  margin-bottom: 35px;
/* @import includes/_sidebar.styl */
/* @import includes/_category.styl */
}
#main.base-page .page-title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 40px 0px;
}
#main.base-page .page-content p,
#main.base-page .page-content li {
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}
#main.base-page .page-content h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 0px 10px 0px;
}
#main.base-page .page-content ul:not(.page-numbers),
#main.base-page .page-content ol:not(.page-numbers) {
  margin: 20px 0px;
}
#main.base-page .page-content ul:not(.page-numbers) li,
#main.base-page .page-content ol:not(.page-numbers) li {
  padding-left: 20px;
  position: relative;
  margin: 0px 0px 15px 0px;
}
#main.base-page .page-content ul:not(.page-numbers) li:before,
#main.base-page .page-content ol:not(.page-numbers) li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #fb4d70;
}
#main.base-page .seo-text {
  margin-top: 65px;
}
#main.base-page .seo-text * {
  font-size: 16px;
  line-height: 20px;
}
#main.base-page .woocommerce-notices-wrapper {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 150000;
  width: 300px;
}
#main.base-page .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #17171a;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  margin: 10px 30px 10px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
#main.base-page .notifications {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 150000;
  width: 300px;
}
#main.base-page .notifications .notification {
  background-color: #17171a;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  margin: 10px 30px 10px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
#main.base-page .widget-line {
  padding: 70px 0px;
  background-color: #e8e8e8;
}
#main.base-page .widget-line .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
#main.base-page .widget-line .widget {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#main.base-page .widget-line .widget .widget-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 35px 40px;
}
#main.base-page .widget-line .widget .widget-content .icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0px 0px 20px 0px;
  margin: -55px 0px auto 0px;
}
#main.base-page .widget-line .widget .widget-content .big-text {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}
#main.base-page .widget-line .widget .widget-content .big-text a {
  color: inherit;
  font-size: 36px;
  font-weight: bold;
}
#main.base-page .widget-line .widget .widget-content .big-text .white-text {
  color: #fff;
}
#main.base-page .widget-line .widget .widget-content .big-text .pink-text {
  color: #fb4d70;
  margin: 10px 0px 0px 0px;
}
#main.base-page .widget-line .widget .widget-content .small-text {
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#main.base-page .widget-line .widget .widget-content .small-text .white-text {
  color: #fff;
}
#main.base-page .widget-line .widget .widget-content .small-text .pink-text {
  color: #fb4d70;
}
#main.base-page .widget-line .widget + .widget {
  margin-left: 20px;
}
/* @import includes/_sidebar.styl */
#main.base-page .sidebar-block .sidebar-block-title {
  display: block;
  color: #000;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0px 40px 0px;
}
#main.base-page .sidebar-block + .sidebar-block {
  margin-top: 50px;
}
#main.base-page .sidebar-menu .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element.active > a {
  color: #fb4d70;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs > a {
  width: calc(100% - 25px);
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs .toggler {
  width: 25px;
  cursor: pointer;
  background-size: 12px 11px;
  background-image: url("../svg/menu-toggler.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element.opened > .toggler {
  transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  opacity: 1;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element.opened > .sub-menu-holder {
  height: auto;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu-holder {
  height: 0px;
  width: 100%;
  overflow: hidden;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu {
  padding: 20px 0px 5px 10px;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element a {
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 400;
}
#main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element + .nav-menu-element {
  margin-top: 5px;
}
#main.base-page .sidebar-menu .nav-menu > .nav-menu-element {
  padding: 10px 0px;
  border-bottom: 1px solid #000;
}
#main.base-page .sidebar-menu .nav-menu > .nav-menu-element > a {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#main.base-page .sidebar-menu .nav-menu > .nav-menu-element:last-child {
  border-bottom: none;
}
#main.base-page .sidebar-filter .button button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #fb4d70;
}
#main.base-page .sidebar-filter .accordeon-block {
  border-bottom: 1px solid #000;
}
#main.base-page .sidebar-filter .accordeon-block.opened .accordeon-block-header .accordeon-block-header-toggler {
  opacity: 1;
  transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}
#main.base-page .sidebar-filter .accordeon-block.opened .accordeon-block-content {
  height: auto;
  overflow: visible;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 25px);
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-toggler {
  width: 25px;
  cursor: pointer;
  background-size: 12px 11px;
  background-image: url("../svg/menu-toggler.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  height: 0px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content .padding-box {
  padding: 10px 10px 20px 10px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: start;
  align-items: flex-start;
  width: calc(50% - 5px);
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group label {
  color: #888;
  font-size: 14px;
  display: inline-block;
  margin: 0px 0px -7px 5px;
  background: #fff;
  padding: 0px 5px;
  position: relative;
  z-index: 2;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group input {
  width: 100%;
  padding: 8px 10px 5px 10px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #888;
  position: relative;
  z-index: 1;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group + .group {
  margin-left: 10px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal {
  height: 4px;
  border-radius: 2px;
  background-color: #e8e8e8;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-base,
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-connect,
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-connect {
  background-color: #fb4d70;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-handle {
  position: absolute;
  top: -5px;
  left: auto;
  right: -6px;
  width: 12px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #888;
  background-color: #e8e8e8;
  outline: none;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label {
  padding-left: 25px;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  border-radius: 2px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #fb4d70;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:hover:after {
  opacity: 0.2;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group input {
  display: none;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group input:checked + label:after {
  opacity: 1;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group + .group {
  margin-top: 5px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 35px;
  height: 35px;
  margin: 0px 10px 10px 0px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group:nth-of-type(6n+6) {
  margin-right: 0px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group .checkbox-label-cover {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 1px solid #e8e8e8;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group .checkbox-label-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group label {
  display: block;
  width: 100%;
  height: 100%;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group input {
  display: none;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group input:checked + label .checkbox-label-cover {
  border-color: #fb4d70;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group {
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group .checkbox-label-cover,
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group .checkbox-label-image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group .checkbox-label-cover {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  position: relative;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-inputs {
  display: none;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 5px;
  min-height: 30px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 5;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list .dropdown-list-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list .dropdown-list-option label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list .dropdown-list-option:hover label {
  background-color: #e8e8e8;
  color: #fb4d70;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list .dropdown-list-option.selected {
  color: #fb4d70;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation.opened .dropdown-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 35px;
  height: 35px;
  margin: -5px 10px -5px -5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all {
  position: relative;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before,
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #888;
  background-color: #fff;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before {
  top: 8px;
  left: 8px;
  z-index: 1;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
  top: 14px;
  left: 14px;
  z-index: 2;
}
#main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-text {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#main.base-page .sidebar-filter .accordeon-block:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#main.base-page .sidebar-filter .accordeon-block:nth-last-of-type(2) {
  border-bottom: none;
}
/* @import includes/_category.styl */
#main.base-page .items-grid-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}
#main.base-page .items-grid-controls .items-grid-controls-ordering {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
#main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-label {
  margin-right: 25px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
#main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by {
  margin-right: 25px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  border: 1px solid #fb4d70;
  border-radius: 30px;
}
#main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  margin: 0px 0px 0px 5px;
  border-width: 0px 4px 5px 4px;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #000 rgba(0,0,0,0);
}
#main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by.desc:after {
  transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}
#main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by.active {
  background-color: #fb4d70;
  color: #fff;
}
#main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by.active:after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);
}
#main.base-page .items-grid-controls .items-grid-controls-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: center;
  align-items: center;
  width: 100%;
}
#main.base-page .items-grid-controls .items-grid-controls-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 5px;
}
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li a,
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px;
  font-size: 16px;
  text-decoration: underline;
}
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li .dots,
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li .next,
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li .prev {
  text-decoration: none;
}
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li .current {
  color: #fb4d70;
}
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li .prev svg,
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li .next svg {
  width: 16px;
  height: 19px;
}
#main.base-page .items-grid-controls .items-grid-controls-pagination ul li .prev svg {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
#main.base-page .items-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.base-page .items-grid .items-grid-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 30px;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  flex-grow: 1;
  padding: 0px 15px 25px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px #fb4d70, 0px 5px 10px 0px rgba(0,0,0,0.05);
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item:hover {
  box-shadow: 0px 0px 0px 3px #fb4d70, 0px 5px 10px 0px rgba(0,0,0,0.05);
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item:hover .items-grid-item-link .items-grid-item-thumbnail .quick-view {
  opacity: 1;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  margin: 0px -15px;
  padding: 0px 0px;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category {
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: -1;
  height: 30px;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category span {
  padding: 3px 10px 15px 0px;
  color: #fb4d70;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 100% 0px 0px 0px;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  width: 100%;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges .badge {
  display: inline-block;
  padding: 10px;
  background-color: #fb4d70;
  min-width: 30%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  object-fit: contain;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  background-color: rgba(251,77,112,0.7);
  opacity: 0;
  padding: 10px;
  font-size: 15px;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-size: contain;
  background-image: url("../svg/quick-view.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view:after {
  content: 'Быстрый просмотр';
  color: #fff;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  padding: 0px 15px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  word-break: break-word;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0px;
  border-top: 1px solid #e8e8e8;
  color: #fb4d70;
  font-size: 20px;
  font-weight: bold;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price ins,
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price del {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price del {
  position: relative;
  margin: 0px 5px;
  color: rgba(0,0,0,0.7);
  font-size: 14px;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price ins {
  text-decoration: none;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background-color: #fb4d70;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .button:hover {
  color: #fff;
  background-color: #fb4d70;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .button.added {
  display: none;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .added_to_cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 10px 5px;
  background-color: #17171a;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .added_to_cart:hover {
  color: #fb4d70;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .out-of-stock {
  cursor: default;
  width: 100%;
  padding: 12px 10px;
  background-color: rgba(0,0,0,0);
  color: #888;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
#main.base-page .items-grid .items-grid-item-container .items-grid-item .out-of-stock:hover {
  background-color: rgba(0,0,0,0);
  color: #888;
}
#main.base-page .items-grid .items-grid-category-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
#main.base-page .items-grid .items-grid-category-container .items-grid-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#main.base-page .items-grid .items-grid-category-container .items-grid-category .items-grid-category-thumbnail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 100% 0px 0px 0px;
}
#main.base-page .items-grid .items-grid-category-container .items-grid-category .items-grid-category-thumbnail:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e8e8e8;
  transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
}
#main.base-page .items-grid .items-grid-category-container .items-grid-category .items-grid-category-thumbnail img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#main.base-page .items-grid .items-grid-category-container .items-grid-category .items-grid-category-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
}
#main.base-page .items-grid .items-grid-category-container .items-grid-category:hover .items-grid-category-thumbnail:before {
  background-color: #fb4d70;
}
#main.base-page .items-grid .items-grid-category-container .items-grid-category:hover .items-grid-category-title {
  color: #fb4d70;
}
#main.base-page .items-grid .items-grid-category-container.number-1 .items-grid-category .items-grid-category-thumbnail:before,
#main.base-page .items-grid .items-grid-category-container.number-3 .items-grid-category .items-grid-category-thumbnail:before,
#main.base-page .items-grid .items-grid-category-container.number-6 .items-grid-category .items-grid-category-thumbnail:before,
#main.base-page .items-grid .items-grid-category-container.number-8 .items-grid-category .items-grid-category-thumbnail:before {
  border-radius: 50%;
}
#main.base-page .items-grid.columns-2 .items-grid-item-container,
#main.base-page .items-grid.columns-2 .items-grid-category-container {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#main.base-page .items-grid.columns-3 .items-grid-item-container,
#main.base-page .items-grid.columns-3 .items-grid-category-container {
  width: calc(100% / 3);
  -webkit-box-flex: 0 0 33.33333333%;
  -moz-box-flex: 0 0 33.33333333%;
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
}
#main.base-page .items-grid.columns-4 .items-grid-item-container,
#main.base-page .items-grid.columns-4 .items-grid-category-container {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#main.base-page .items-grid.columns-5 .items-grid-item-container,
#main.base-page .items-grid.columns-5 .items-grid-category-container {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/base-page.styl */
  #main.base-page {
    margin-top: 28px;
    margin-bottom: 28px;
/* @import includes/992-1200/_sidebar.styl */
/* @import includes/992-1200/_category.styl */
  }
  #main.base-page .page-title {
    font-size: 24px;
    margin: 0px 0px 32px 0px;
  }
  #main.base-page .seo-text {
    margin-top: 52px;
  }
  #main.base-page .seo-text * {
    font-size: 13px;
    line-height: 16px;
  }
  #main.base-page .seo-text p {
    margin: 0px 0px 8px 0px;
  }
  #main.base-page .seo-text h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 16px 0px 8px 0px;
  }
  #main.base-page .seo-text ul,
  #main.base-page .seo-text ol {
    margin: 16px 0px;
  }
  #main.base-page .seo-text ul li,
  #main.base-page .seo-text ol li {
    padding-left: 16px;
    margin: 0px 0px 12px 0px;
  }
  #main.base-page .seo-text ul li:before,
  #main.base-page .seo-text ol li:before {
    top: 6px;
    left: 4px;
    width: 4px;
    height: 4px;
  }
  #main.base-page .notifications {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 150;
    width: 240px;
  }
  #main.base-page .notifications .notification {
    background-color: #17171a;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    margin: 8px 24px 8px 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  }
  #main.base-page .widget-line {
    padding: 56px 0px;
  }
  #main.base-page .widget-line .widget .widget-content {
    padding: 28px 32px;
  }
  #main.base-page .widget-line .widget .widget-content .icon {
    padding: 0px 0px 16px 0px;
    margin: -44px 0px auto 0px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text {
    font-size: 19px;
    line-height: 24px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text a {
    font-size: 29px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text .pink-text {
    margin: 8px 0px 0px 0px;
  }
  #main.base-page .widget-line .widget .widget-content .small-text {
    font-size: 13px;
    line-height: 19px;
  }
  /* @import includes/992-1200/_sidebar.styl */
  #main.base-page .sidebar-block .sidebar-block-title {
    font-size: 21px;
    margin: 0px 0px 32px 0px;
  }
  #main.base-page .sidebar-block + .sidebar-block {
    margin-top: 40px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs > a {
    width: calc(100% - 20px);
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs .toggler {
    width: 20px;
    background-size: 10px 9px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu {
    padding: 16px 0px 4px 8px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element a {
    padding: 4px 0px;
    font-size: 11px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element + .nav-menu-element {
    margin-top: 4px;
  }
  #main.base-page .sidebar-menu .nav-menu > .nav-menu-element {
    padding: 8px 0px;
  }
  #main.base-page .sidebar-menu .nav-menu > .nav-menu-element > a {
    font-size: 13px;
  }
  #main.base-page .sidebar-filter .button button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header {
    padding: 8px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-title {
    font-size: 11px;
    width: calc(100% - 20px);
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-toggler {
    width: 20px;
    background-size: 10px 9px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content .padding-box {
    padding: 8px 8px 16px 8px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs {
    margin-bottom: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group {
    width: calc(50% - 4px);
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group label {
    font-size: 11px;
    margin: 0px 0px -6px 4px;
    padding: 0px 4px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group input {
    padding: 6px 8px 4px 8px;
    font-size: 11px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group + .group {
    margin-left: 8px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal {
    height: 3px;
    border-radius: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-handle {
    top: -4px;
    right: -5px;
    width: 10px;
    height: 11px;
    border-radius: 2px;
    border: 1px solid #888;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group + .group {
    margin-top: 4px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group {
    width: 28px;
    height: 28px;
    margin: 0px 8px 8px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group:nth-of-type(6n+6) {
    margin-right: 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group .checkbox-label-cover {
    padding: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group {
    margin: 0px 0px 10px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group .checkbox-label-cover {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-value {
    padding: 4px;
    min-height: 24px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list {
    box-shadow: 0px 0px 4px 0px #e8e8e8;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list .dropdown-list-option label {
    padding: 4px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image {
    width: 28px;
    height: 28px;
    margin: -4px 8px -4px -4px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before,
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
    width: 10px;
    height: 10px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before {
    top: 6px;
    left: 6px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
    top: 11px;
    left: 11px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-text {
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  /* @import includes/992-1200/_category.styl */
  #main.base-page .items-grid-controls {
    margin-bottom: 20px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-label {
    margin-right: 20px;
    font-size: 11px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by {
    margin-right: 20px;
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 24px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by:after {
    margin: 0px 0px 0px 4px;
    border-width: 0px 3px 4px 3px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li {
    margin: 4px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li a,
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li span {
    padding: 4px;
    font-size: 13px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li .prev svg,
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li .next svg {
    width: 13px;
    height: 15px;
  }
  #main.base-page .items-grid .items-grid-item-container {
    margin-top: 4px;
    margin-bottom: 24px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item {
    padding: 0px 12px 20px 12px;
    box-shadow: 0px 0px 0px 0px #fb4d70, 0px 1px 8px 0px rgba(0,0,0,0.05);
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item:hover {
    box-shadow: 0px 0px 0px 3px #fb4d70, 0px 4px 8px 0px rgba(0,0,0,0.05);
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link {
    margin: 0px -12px;
    padding: 0px 12px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category {
    top: -24px;
    left: 12px;
    height: 24px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category span {
    padding: 2px 8px 12px 0px;
    font-size: 10px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail {
    margin: 0px 0px 12px 0px;
    padding: 100% 0px 0px 0px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges {
    top: -4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges .badge {
    padding: 8px;
    min-width: 24%;
    font-size: 10px;
    margin-right: 4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view {
    padding: 8px;
    font-size: 12px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view:before {
    width: 11px;
    height: 11px;
    margin-right: 4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-title {
    font-size: 11px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price {
    margin-top: 8px;
    padding: 8px 0px;
    font-size: 16px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price del {
    margin: 0px 4px;
    font-size: 11px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .button {
    padding: 8px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .added_to_cart {
    padding: 8px 4px;
    font-size: 13px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .out-of-stock {
    padding: 9px 8px;
    font-size: 10px;
  }
  #main.base-page .items-grid .items-grid-category-container {
    margin-bottom: 20px;
  }
  #main.base-page .items-grid .items-grid-category-container .items-grid-category .items-grid-category-title {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/base-page.styl */
  #main.base-page {
    margin-top: 28px;
    margin-bottom: 28px;
/* @import includes/768-991/_sidebar.styl */
/* @import includes/768-991/_category.styl */
  }
  #main.base-page .page-title {
    font-size: 24px;
    margin: 0px 0px 32px 0px;
  }
  #main.base-page .seo-text {
    margin-top: 52px;
  }
  #main.base-page .seo-text * {
    font-size: 13px;
    line-height: 16px;
  }
  #main.base-page .seo-text p {
    margin: 0px 0px 8px 0px;
  }
  #main.base-page .seo-text h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 16px 0px 8px 0px;
  }
  #main.base-page .seo-text ul,
  #main.base-page .seo-text ol {
    margin: 16px 0px;
  }
  #main.base-page .seo-text ul li,
  #main.base-page .seo-text ol li {
    padding-left: 16px;
    margin: 0px 0px 12px 0px;
  }
  #main.base-page .seo-text ul li:before,
  #main.base-page .seo-text ol li:before {
    top: 6px;
    left: 4px;
    width: 4px;
    height: 4px;
  }
  #main.base-page .notifications {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 150;
    width: 240px;
  }
  #main.base-page .notifications .notification {
    background-color: #17171a;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    margin: 8px 24px 8px 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  }
  #main.base-page .widget-line {
    padding: 56px 0px;
  }
  #main.base-page .widget-line .row {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #main.base-page .widget-line .widget .widget-content {
    padding: 28px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-align: center;
    align-items: center;
  }
  #main.base-page .widget-line .widget .widget-content .icon {
    padding: 0px 0px 16px 0px;
    margin: 0px 30px 0px 0px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text {
    font-size: 19px;
    line-height: 24px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text a {
    font-size: 29px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text .pink-text {
    margin: 10px 0px 0px 0px;
  }
  #main.base-page .widget-line .widget .widget-content .small-text {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
  }
  #main.base-page .widget-line .widget + .widget {
    margin-left: 0px;
    margin-top: 20px;
  }
  /* @import includes/768-991/_sidebar.styl */
  #main.base-page .sidebar-block-container {
    padding: 0px 10px 0px 0px;
    position: static;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile {
    position: sticky;
    top: 10px;
    bottom: 10px;
    z-index: 5;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon .line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 20px;
    height: 3px;
    background-color: #000;
    margin: 2px 0px;
    transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon .line:nth-of-type(1) {
    transform-origin: 0px 1px;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon .line:nth-of-type(3) {
    transform-origin: 0px 2px;
  }
  #main.base-page .sidebar-block-container .mobile-back {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0);
    transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    pointer-events: none;
  }
  #main.base-page .sidebar-block-container .mobile-back.open {
    background-color: rgba(0,0,0,0.4);
    pointer-events: initial;
  }
  #main.base-page .sidebar-block-container .mobile-outer {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 15;
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
  }
  #main.base-page .sidebar-block-container .mobile-outer.open {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile {
    float: right;
    position: static;
    margin: 0px 0px 0px 10px;
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .line:nth-of-type(1) {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .line:nth-of-type(2) {
    background-color: rgba(255,255,255,0);
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .line:nth-of-type(3) {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #main.base-page .sidebar-block .sidebar-block-title {
    font-size: 21px;
    margin: 0px 0px 32px 0px;
  }
  #main.base-page .sidebar-block + .sidebar-block {
    margin-top: 40px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs > a {
    width: calc(100% - 20px);
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs .toggler {
    width: 20px;
    background-size: 10px 9px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu {
    padding: 16px 0px 4px 8px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element a {
    padding: 4px 0px;
    font-size: 11px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element + .nav-menu-element {
    margin-top: 4px;
  }
  #main.base-page .sidebar-menu .nav-menu > .nav-menu-element {
    padding: 8px 0px;
  }
  #main.base-page .sidebar-menu .nav-menu > .nav-menu-element > a {
    font-size: 13px;
  }
  #main.base-page .sidebar-filter .button button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header {
    padding: 8px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-title {
    font-size: 11px;
    width: calc(100% - 20px);
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-toggler {
    width: 20px;
    background-size: 10px 9px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content .padding-box {
    padding: 8px 8px 16px 8px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs {
    margin-bottom: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group {
    width: calc(50% - 4px);
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group span {
    font-size: 11px;
    padding: 4px 4px 4px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group input {
    padding: 4px 8px;
    font-size: 11px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group + .group {
    margin-left: 8px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal {
    height: 3px;
    border-radius: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-handle {
    top: -4px;
    right: -5px;
    width: 10px;
    height: 11px;
    border-radius: 2px;
    border: 1px solid #888;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group + .group {
    margin-top: 4px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group {
    width: 28px;
    height: 28px;
    margin: 0px 8px 8px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group:nth-of-type(6n+6) {
    margin-right: 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group .checkbox-label-cover {
    padding: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group {
    margin: 0px 0px 10px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group .checkbox-label-cover {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-value {
    padding: 4px;
    min-height: 24px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list {
    box-shadow: 0px 0px 4px 0px #e8e8e8;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list .dropdown-list-option label {
    padding: 4px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image {
    width: 28px;
    height: 28px;
    margin: -4px 8px -4px -4px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before,
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
    width: 10px;
    height: 10px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before {
    top: 6px;
    left: 6px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
    top: 11px;
    left: 11px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-text {
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  /* @import includes/768-991/_category.styl */
  #main.base-page .items-grid-controls {
    margin-bottom: 20px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-label {
    margin-right: 20px;
    font-size: 11px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by {
    margin-right: 20px;
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 24px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by:after {
    margin: 0px 0px 0px 4px;
    border-width: 0px 3px 4px 3px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li {
    margin: 4px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li a,
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li span {
    padding: 4px;
    font-size: 13px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li .prev svg,
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li .next svg {
    width: 13px;
    height: 15px;
  }
  #main.base-page .items-grid .items-grid-item-container {
    margin-top: 4px;
    margin-bottom: 24px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item {
    padding: 0px 12px 20px 12px;
    box-shadow: 0px 0px 0px 0px #fb4d70, 0px 1px 8px 0px rgba(0,0,0,0.05);
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item:hover {
    box-shadow: 0px 0px 0px 3px #fb4d70, 0px 4px 8px 0px rgba(0,0,0,0.05);
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link {
    margin: 0px -12px;
    padding: 0px 12px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category {
    top: -24px;
    left: 12px;
    height: 24px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category span {
    padding: 2px 8px 12px 0px;
    font-size: 10px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail {
    margin: 0px 0px 12px 0px;
    padding: 100% 0px 0px 0px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges {
    top: -4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges .badge {
    padding: 8px;
    min-width: 24%;
    font-size: 10px;
    margin-right: 4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view {
    padding: 6px;
    opacity: 1;
    font-size: 12px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view:before {
    width: 11px;
    height: 11px;
    margin-right: 4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-title {
    font-size: 11px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price {
    margin-top: 8px;
    padding: 8px 0px;
    font-size: 16px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price del {
    margin: 0px 4px;
    font-size: 11px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .button {
    padding: 8px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .added_to_cart {
    padding: 8px 4px;
    font-size: 12px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .out-of-stock {
    padding: 9px 8px;
    font-size: 10px;
  }
  #main.base-page .items-grid .items-grid-category-container {
    margin-bottom: 20px;
  }
  #main.base-page .items-grid .items-grid-category-container .items-grid-category .items-grid-category-title {
    margin-top: 8px;
    font-size: 13px;
  }
  #main.base-page .items-grid.columns-2 .items-grid-item-container,
  #main.base-page .items-grid.columns-2 .items-grid-category-container {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #main.base-page .items-grid.columns-3 .items-grid-item-container,
  #main.base-page .items-grid.columns-3 .items-grid-category-container {
    -webkit-box-flex: 0 0 33.33333333%;
    -moz-box-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #main.base-page .items-grid.columns-4 .items-grid-item-container,
  #main.base-page .items-grid.columns-5 .items-grid-item-container,
  #main.base-page .items-grid.columns-4 .items-grid-category-container,
  #main.base-page .items-grid.columns-5 .items-grid-category-container {
    -webkit-box-flex: 0 0 33.33333333%;
    -moz-box-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/base-page.styl */
  #main.base-page {
    margin-top: 28px;
    margin-bottom: 28px;
/* @import includes/480-767/_sidebar.styl */
/* @import includes/480-767/_category.styl */
  }
  #main.base-page .page-title {
    font-size: 24px;
    margin: 0px 0px 32px 0px;
  }
  #main.base-page .seo-text {
    margin-top: 52px;
  }
  #main.base-page .seo-text * {
    font-size: 13px;
    line-height: 16px;
  }
  #main.base-page .seo-text p {
    margin: 0px 0px 8px 0px;
  }
  #main.base-page .seo-text h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 16px 0px 8px 0px;
  }
  #main.base-page .seo-text ul,
  #main.base-page .seo-text ol {
    margin: 16px 0px;
  }
  #main.base-page .seo-text ul li,
  #main.base-page .seo-text ol li {
    padding-left: 16px;
    margin: 0px 0px 12px 0px;
  }
  #main.base-page .seo-text ul li:before,
  #main.base-page .seo-text ol li:before {
    top: 6px;
    left: 4px;
    width: 4px;
    height: 4px;
  }
  #main.base-page .notifications {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 150;
    width: 240px;
  }
  #main.base-page .notifications .notification {
    background-color: #17171a;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    margin: 8px 24px 8px 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  }
  #main.base-page .widget-line {
    padding: 56px 0px;
  }
  #main.base-page .widget-line .row {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0px;
  }
  #main.base-page .widget-line .widget .widget-content {
    padding: 28px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-align: center;
    align-items: center;
  }
  #main.base-page .widget-line .widget .widget-content .icon {
    padding: 0px 0px 16px 0px;
    margin: 0px 30px 0px 0px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text {
    font-size: 19px;
    line-height: 24px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text a {
    font-size: 29px;
  }
  #main.base-page .widget-line .widget .widget-content .big-text .pink-text {
    margin: 10px 0px 0px 0px;
  }
  #main.base-page .widget-line .widget .widget-content .small-text {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
  }
  #main.base-page .widget-line .widget + .widget {
    margin-left: 0px;
    margin-top: 20px;
  }
  /* @import includes/480-767/_sidebar.styl */
  #main.base-page .sidebar-block-container {
    padding: 0px 10px 0px 10px;
    position: static;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile {
    position: sticky;
    top: 60px;
    bottom: 100px;
    z-index: 1;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("../svg/filter.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon .line {
    display: none;
    width: 20px;
    height: 3px;
    background-color: #000;
    margin: 2px 0px;
    transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon .line:nth-of-type(1) {
    transform-origin: 0px 1px;
  }
  #main.base-page .sidebar-block-container .show-sidebar-mobile .icon .line:nth-of-type(3) {
    transform-origin: 0px 2px;
  }
  #main.base-page .sidebar-block-container .mobile-back {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0);
    transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    pointer-events: none;
  }
  #main.base-page .sidebar-block-container .mobile-back.open {
    background-color: rgba(0,0,0,0.4);
    pointer-events: initial;
  }
  #main.base-page .sidebar-block-container .mobile-outer {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 100500;
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
  }
  #main.base-page .sidebar-block-container .mobile-outer.open {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile {
    float: right;
    position: static;
    margin: 0px 0px 0px 10px;
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .icon {
    background-image: unset;
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .icon .line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .icon .line:nth-of-type(1) {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .icon .line:nth-of-type(2) {
    background-color: rgba(255,255,255,0);
  }
  #main.base-page .sidebar-block-container .mobile-outer .show-sidebar-mobile .icon .line:nth-of-type(3) {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #main.base-page .sidebar-block .sidebar-block-title {
    font-size: 21px;
    margin: 0px 0px 32px 0px;
  }
  #main.base-page .sidebar-block + .sidebar-block {
    margin-top: 40px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs > a {
    width: calc(100% - 20px);
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element.has-childs .toggler {
    width: 20px;
    background-size: 10px 9px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu {
    padding: 16px 0px 4px 8px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element a {
    padding: 4px 0px;
    font-size: 11px;
  }
  #main.base-page .sidebar-menu .nav-menu .nav-menu-element .sub-menu .nav-menu-element + .nav-menu-element {
    margin-top: 4px;
  }
  #main.base-page .sidebar-menu .nav-menu > .nav-menu-element {
    padding: 8px 0px;
  }
  #main.base-page .sidebar-menu .nav-menu > .nav-menu-element > a {
    font-size: 13px;
  }
  #main.base-page .sidebar-filter .button button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header {
    padding: 8px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-title {
    font-size: 11px;
    width: calc(100% - 20px);
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-toggler {
    width: 20px;
    background-size: 10px 9px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content .padding-box {
    padding: 8px 8px 16px 8px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs {
    margin-bottom: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group {
    width: calc(50% - 4px);
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group span {
    font-size: 11px;
    padding: 4px 4px 4px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group input {
    padding: 4px 8px;
    font-size: 11px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .inputs .group + .group {
    margin-left: 8px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal {
    height: 3px;
    border-radius: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.range .noUi-horizontal .noUi-handle {
    top: -4px;
    right: -5px;
    width: 10px;
    height: 11px;
    border-radius: 2px;
    border: 1px solid #888;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes .inputs .group + .group {
    margin-top: 4px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group {
    width: 28px;
    height: 28px;
    margin: 0px 8px 8px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group:nth-of-type(6n+6) {
    margin-right: 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img .inputs .group .checkbox-label-cover {
    padding: 2px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group {
    margin: 0px 0px 10px 0px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.checkboxes-img.with-text .group .checkbox-label-cover {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-value {
    padding: 4px;
    min-height: 24px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list {
    box-shadow: 0px 0px 4px 0px #e8e8e8;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list .dropdown-list-option label {
    padding: 4px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image {
    width: 28px;
    height: 28px;
    margin: -4px 8px -4px -4px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before,
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
    width: 10px;
    height: 10px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:before {
    top: 6px;
    left: 6px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-image.all:after {
    top: 11px;
    left: 11px;
  }
  #main.base-page .sidebar-filter .accordeon-block .accordeon-block-content.dropdown .dropdown-emulation .dropdown-list-option-text {
    font-size: 11px;
    line-height: 16px;
  }
  #main.base-page .sidebar-filter .accordeon-block:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  /* @import includes/480-767/_category.styl */
  #main.base-page .items-grid-controls {
    margin-bottom: 20px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-label {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 11px;
    width: 100%;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by {
    margin-right: 20px;
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 24px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-ordering .ordering-by:after {
    margin: 0px 0px 0px 4px;
    border-width: 0px 3px 4px 3px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li {
    margin: 4px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li a,
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li span {
    padding: 4px;
    font-size: 13px;
  }
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li .prev svg,
  #main.base-page .items-grid-controls .items-grid-controls-pagination ul li .next svg {
    width: 13px;
    height: 15px;
  }
  #main.base-page .items-grid .items-grid-item-container {
    margin-top: 4px;
    margin-bottom: 24px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item {
    padding: 0px 12px 20px 12px;
    box-shadow: 0px 0px 0px 0px #fb4d70, 0px 1px 8px 0px rgba(0,0,0,0.05);
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item:hover {
    box-shadow: 0px 0px 0px 3px #fb4d70, 0px 4px 8px 0px rgba(0,0,0,0.05);
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link {
    margin: 0px -12px;
    padding: 0px 12px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category {
    top: -24px;
    left: 12px;
    height: 24px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-main-category span {
    padding: 2px 8px 12px 0px;
    font-size: 10px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail {
    margin: 0px 0px 12px 0px;
    padding: 100% 0px 0px 0px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges {
    top: -4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .badges .badge {
    padding: 8px;
    min-width: 24%;
    font-size: 10px;
    margin-right: 4px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-thumbnail .quick-view {
    display: none;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-title {
    font-size: 11px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price {
    margin-top: 8px;
    padding: 8px 0px;
    font-size: 16px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .items-grid-item-link .items-grid-item-price del {
    margin: 0px 4px;
    font-size: 11px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .button {
    padding: 8px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .added_to_cart {
    padding: 8px 4px;
    font-size: 13px;
  }
  #main.base-page .items-grid .items-grid-item-container .items-grid-item .out-of-stock {
    padding: 9px 8px;
    font-size: 10px;
  }
  #main.base-page .items-grid .items-grid-category-container {
    margin-bottom: 20px;
  }
  #main.base-page .items-grid .items-grid-category-container .items-grid-category .items-grid-category-title {
    margin-top: 8px;
    font-size: 13px;
  }
  #main.base-page .items-grid.columns-2 .items-grid-item-container,
  #main.base-page .items-grid.columns-3 .items-grid-item-container,
  #main.base-page .items-grid.columns-4 .items-grid-item-container,
  #main.base-page .items-grid.columns-5 .items-grid-item-container,
  #main.base-page .items-grid.columns-2 .items-grid-category-container,
  #main.base-page .items-grid.columns-3 .items-grid-category-container,
  #main.base-page .items-grid.columns-4 .items-grid-category-container,
  #main.base-page .items-grid.columns-5 .items-grid-category-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 567px) {
  /* @import includes/480-567/base-page.styl */
  #main.base-page .notifications {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 150000;
    width: 100%;
  }
  #main.base-page .notifications .notification {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #17171a;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  }
}
/* @import includes/front-page.styl */
#main.front-page {
  margin-top: 0px;
  margin-bottom: 0px;
}
#main.front-page .slider-with-widgets {
  position: relative;
}
#main.front-page .slider-with-widgets:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 100px;
  background-color: #e8e8e8;
}
#main.front-page .slider-with-widgets .wrapper {
  position: relative;
  z-index: 2;
}
#main.front-page .categories-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
#main.front-page .block-title {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0px 45px 0px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* @import includes/992-1200/front-page.styl */
  #main.front-page {
    margin-top: 0px;
  }
  #main.front-page .mp-catalog-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #main.front-page .block-title {
    font-size: 29px;
    margin: 0px 0px 36px 0px;
  }
  #main.front-page .mp-featured-block {
    padding-top: 80px;
    padding-bottom: 16px;
  }
  #main.front-page .mp-featured-block:before {
    bottom: 160px;
  }
  #main.front-page .mp-featured-block .swiper-container {
    padding-bottom: 32px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button {
    width: 18px;
    height: 20px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button.swiper-button-next {
    right: 12px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button.swiper-button-prev {
    left: 12px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers {
    margin: 0px 8px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-current,
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-total {
    font-size: 11px;
    line-height: 14px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-delimiter {
    width: 168px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/front-page.styl */
  #main.front-page {
    margin-top: 0px;
  }
  #main.front-page .mp-catalog-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #main.front-page .block-title {
    font-size: 29px;
    margin: 0px 0px 36px 0px;
  }
  #main.front-page .mp-featured-block {
    padding-top: 80px;
    padding-bottom: 16px;
  }
  #main.front-page .mp-featured-block:before {
    bottom: 160px;
  }
  #main.front-page .mp-featured-block .swiper-container {
    padding-bottom: 32px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button {
    width: 18px;
    height: 20px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button.swiper-button-next {
    right: 12px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button.swiper-button-prev {
    left: 12px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers {
    margin: 0px 8px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-current,
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-total {
    font-size: 11px;
    line-height: 14px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-delimiter {
    width: 168px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/front-page.styl */
  #main.front-page {
    margin-top: 0px;
  }
  #main.front-page .mp-catalog-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #main.front-page .block-title {
    font-size: 29px;
    margin: 0px 0px 36px 0px;
  }
  #main.front-page .mp-featured-block {
    padding-top: 80px;
    padding-bottom: 16px;
  }
  #main.front-page .mp-featured-block:before {
    bottom: 160px;
  }
  #main.front-page .mp-featured-block .swiper-container {
    padding-bottom: 32px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button {
    width: 18px;
    height: 20px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button.swiper-button-next {
    right: 12px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls button.swiper-button-prev {
    left: 12px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers {
    margin: 0px 8px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-current,
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-total {
    font-size: 11px;
    line-height: 14px;
  }
  #main.front-page .mp-featured-block .swiper-container .swiper-controls .swiper-numbers .swiper-numbers-delimiter {
    width: 168px;
    height: 1px;
  }
}
/* @import includes/product-page.styl */
#main.product-page {
  margin-bottom: 0px;
}
#main.product-page .product-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
#main.product-page .product-main-content .badges {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin: -10px 0px 15px 0px;
}
#main.product-page .product-main-content .badges .badge {
  display: inline-block;
  padding: 10px;
  background-color: #fb4d70;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
}
#main.product-page .product-main-content .product-main-content-gallery,
#main.product-page .product-main-content .product-main-content-data {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  padding: 30px;
  width: 100%;
  overflow: hidden;
  max-height: 600px;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images .product-main-content-gallery-image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-shrink: 0;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  outline: none;
  z-index: 1 !important;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images .product-main-content-gallery-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images .slick-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
  margin-top: 25px;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails.slick-initialized {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .product-main-content-gallery-thumbnail {
  padding: 5px;
  border: 1px solid #e8e8e8;
  margin: 0px 5px;
  outline: none;
  cursor: pointer;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .product-main-content-gallery-thumbnail img {
  width: 100%;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 25px;
  font-size: 0px;
  background-color: rgba(0,0,0,0);
  padding: 5px;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow:before {
  content: '';
  border-width: 9px 10px 9px 0px;
  border-style: solid;
  border-color: rgba(0,0,0,0) #e8e8e8 rgba(0,0,0,0) rgba(0,0,0,0);
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow:hover:before {
  border-color: rgba(0,0,0,0) #fb4d70 rgba(0,0,0,0) rgba(0,0,0,0);
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow.slick-next:before {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0px 5px;
  width: calc(100% - 60px);
  overflow: hidden;
  padding: 0px !important;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list .slick-current {
  border: 2px solid #fb4d70;
  padding: 4px;
}
#main.product-page .product-main-content .product-main-content-data {
  padding-left: 50px;
}
#main.product-page .product-main-content .product-main-content-data .short-specs {
  margin-bottom: 25px;
}
#main.product-page .product-main-content .product-main-content-data .short-specs .table {
  display: table;
  width: 100%;
}
#main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row {
  display: table-row;
}
#main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column {
  display: table-cell;
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8;
}
#main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-h {
  max-width: 35%;
}
#main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-v {
  padding-left: 30px;
  font-weight: bold;
}
#main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column p {
  margin: 0px;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 25px;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .price,
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 50%;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .price {
  color: #fb4d70;
  font-size: 36px;
  font-weight: bold;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .price ins,
#main.product-page .product-main-content .product-main-content-data .price-and-compare .price del {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .price del {
  position: relative;
  margin: 0px 5px;
  color: rgba(0,0,0,0.7);
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .price ins {
  text-decoration: none;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare input {
  display: none;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare input:checked + label .text {
  color: #fb4d70;
  text-decoration: underline;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare input:checked + label .text:after {
  content: attr(data-on);
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare input:checked + label .check:before {
  opacity: 1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .text:after {
  content: attr(data-off);
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  margin-right: 10px;
}
#main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 8px;
  width: 10px;
  height: 15px;
  transform: rotate(75deg);
  -o-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -webkit-transform: rotate(75deg);
  border-width: 0px 3px 3px 0px;
  border-style: solid;
  border-color: #fb4d70;
  opacity: 0;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#main.product-page .product-main-content .product-main-content-data .cart-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  margin-bottom: 25px;
}
#main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart,
#main.product-page .product-main-content .product-main-content-data .cart-controls .added-to-cart,
#main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
#main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart {
  background-color: #fb4d70;
}
#main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("../svg/cart-icon-mini.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
#main.product-page .product-main-content .product-main-content-data .cart-controls .added-to-cart {
  background-color: #17171a;
  color: #fff;
}
#main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
  background-color: #e8e8e8;
  margin-left: 10px;
}
#main.product-page .product-main-content .product-main-content-data .cart-controls .out-of-stock {
  cursor: default;
  width: 100%;
  padding: 10px;
  color: #888;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
#main.product-page .product-tabs-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#main.product-page .product-tabs-content .product-tabs-content-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.product-page .product-tabs-content .product-tabs-content-tabs .product-tabs-content-tabs-tab {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #000 rgba(0,0,0,0) #000 rgba(0,0,0,0);
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#main.product-page .product-tabs-content .product-tabs-content-tabs .product-tabs-content-tabs-tab.active {
  border-color: #000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  cursor: default;
  color: #fb4d70;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block {
  display: none;
  padding: 30px 25px;
  border-bottom: 1px solid #000;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block.active {
  display: block;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block p,
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ul,
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ol,
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table {
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 20px 0px 10px 0px;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 20px 0px 10px 0px;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block .pagination-container {
  margin-bottom: 0px;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table {
  border-spacing: 0;
  border-collapse: collapse;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table tr + tr {
  border-top: 1px solid #e8e8e8;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table th,
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table td {
  padding: 5px;
  text-align: left;
}
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table th p,
#main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table td p {
  margin: 0px;
}
#main.product-page #reviews #comments .commentlist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0px 0px 15px 0px;
}
#main.product-page #reviews #comments .commentlist .comment-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  padding: 20px 0px;
  border-bottom: 1px solid #e8e8e8;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side,
#main.product-page #reviews #comments .commentlist .comment-container .comment .right-side {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: start;
  align-items: flex-start;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side {
  width: 20%;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 105px;
  height: 21px;
  background: url("../svg/star-filled-gray.svg") repeat-x;
  background-size: 21px;
  margin: 0px 0px 10px 0px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating:before {
  content: '';
  display: block;
  height: 21px;
  background: url("../svg/star-filled.svg") repeat-x;
  background-size: 21px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-0-stars:before {
  width: 0px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-1-stars:before {
  width: 21px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-2-stars:before {
  width: 42px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-3-stars:before {
  width: 63px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-4-stars:before {
  width: 84px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-5-stars:before {
  width: 105px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .verified,
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .waiting {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #fb4d70;
  margin: 0px 0px 10px 0px;
  width: 100%;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .waiting {
  color: #000;
  background-color: #e8e8e8;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .name {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .date {
  color: #808080;
  font-size: 13px;
  line-height: 21px;
}
#main.product-page #reviews #comments .commentlist .comment-container .comment .right-side {
  width: 80%;
  padding-left: 30px;
}
#main.product-page #reviews #comments .commentlist .comment-container:last-of-type .comment {
  border-bottom: none;
}
#main.product-page #reviews #review_form_wrapper {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0px;
}
#main.product-page #reviews #review_form_wrapper .comment-reply-title {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  cursor: pointer;
  border: none;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #fb4d70;
}
#main.product-page #reviews #review_form_wrapper form {
  display: none;
  margin-top: 20px;
}
#main.product-page #reviews #review_form_wrapper form .comment-notes {
  color: #808080;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 15px;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-row {
  display: block;
  margin: 0px 0px 20px 0px;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-row label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-row select {
  width: 100%;
  height: 34px;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-row input:not([type="radio"]):not([type="checkbox"]),
#main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
  width: 100%;
  padding: 6px;
  height: 34px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-row input:not([type="radio"]):not([type="checkbox"]):focus,
#main.product-page #reviews #review_form_wrapper form .comment-form-row textarea:focus,
#main.product-page #reviews #review_form_wrapper form .comment-form-row input:not([type="radio"]):not([type="checkbox"]):active,
#main.product-page #reviews #review_form_wrapper form .comment-form-row textarea:active {
  border-color: #888;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
  height: 102px;
  resize: none;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating {
  width: 105px;
  height: 21px;
  font-size: 0px;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating input {
  margin: 0px;
  cursor: pointer;
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 0px !important;
  background-size: 21px;
  background-color: rgba(0,0,0,0);
  background-image: url("../svg/star-filled-gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating input.active {
  background-image: url("../svg/star-filled.svg");
}
#main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating input:checked {
  background-color: rgba(0,0,0,0);
}
#main.product-page #reviews #review_form_wrapper form button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  border: none;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #fb4d70;
}
#main.product-page .product-related-content {
  margin-top: 50px;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
#main.product-page .product-related-content h2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
}
#main.product-page .product-related-content .items-grid {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  margin: 0px;
  width: 100%;
}
#main.product-page .product-related-content .swiper-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
#main.product-page .product-related-content .swiper-controls button {
  position: static;
  margin: 0px;
  width: 22px;
  height: 25px;
  background: unset;
  padding: 0px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
#main.product-page .product-related-content .swiper-controls button svg {
  fill: #202025;
  transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
}
#main.product-page .product-related-content .swiper-controls button.swiper-button-next {
  right: 15px;
}
#main.product-page .product-related-content .swiper-controls button.swiper-button-prev {
  left: 15px;
}
#main.product-page .product-related-content .swiper-controls button.swiper-button-prev svg {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
#main.product-page .product-related-content .swiper-controls button:hover svg {
  fill: #fb4d70;
}
#main.product-page .product-related-content .swiper-controls .swiper-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: center;
  align-items: center;
  margin: 0px 10px;
}
#main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-current,
#main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-total {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
#main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-delimiter {
  width: 210px;
  height: 1px;
  background-color: #000;
}
#main.product-page .after-product-data {
  position: relative;
  background-color: #000;
  margin-bottom: 50px;
}
#main.product-page .after-product-data .bg,
#main.product-page .after-product-data .px {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#main.product-page .after-product-data .px {
  z-index: 2;
}
#main.product-page .after-product-data .wrapper {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: center;
  align-items: center;
}
#main.product-page .after-product-data .wrapper .title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
#main.product-page .after-product-data .wrapper .button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#main.product-page .after-product-data .wrapper .button button,
#main.product-page .after-product-data .wrapper .button a {
  display: inline-block;
  margin-bottom: -27px;
  padding: 19px 55px 15px 55px;
  background-color: #fb4d70;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.4);
}
#main.product-page.quick-view {
  width: 100%;
}
#main.product-page.quick-view .product-main-content {
  margin: 0px;
  padding: 20px 0px;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/product-page.styl */
  #main.product-page .product-main-content {
    margin-bottom: 28px;
  }
  #main.product-page .product-main-content .product-main-content-gallery,
  #main.product-page .product-main-content .product-main-content-data {
    width: 50%;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    padding: 24px;
    max-height: 480px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails {
    margin-top: 20px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .product-main-content-gallery-thumbnail {
    padding: 4px;
    margin: 0px 4px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow {
    width: 20px;
    font-size: 0px;
    padding: 4px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow:before {
    border-width: 7px 8px 7px 0px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list {
    margin: 0px 4px;
    width: calc(100% - 48px);
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list .slick-current {
    border: 2px solid #fb4d70;
    padding: 3px;
  }
  #main.product-page .product-main-content .product-main-content-data {
    padding-left: 40px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column {
    font-size: 13px;
    padding: 8px 0px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-h {
    max-width: 35%;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-v {
    padding-left: 24px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .price,
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare {
    flex-basis: 50%;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .price {
    font-size: 29px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .text {
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check {
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    margin-right: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check:before {
    top: -2px;
    left: 6px;
    width: 8px;
    height: 12px;
    border-width: 0px 2px 2px 0px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart,
  #main.product-page .product-main-content .product-main-content-data .cart-controls .added-to-cart,
  #main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart:before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
    margin-left: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .out-of-stock {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-tabs .product-tabs-content-tabs-tab {
    padding: 12px;
    font-size: 13px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block {
    padding: 24px 20px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block * {
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block p,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ul,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ol,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table {
    margin: 0px 0px 8px 0px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h2 {
    font-size: 19px;
    line-height: 19px;
    margin: 16px 0px 10px 0px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 16px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist {
    margin: 0px 0px 12px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment {
    padding: 16px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side {
    width: 20%;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating {
    width: 85px;
    height: 17px;
    background: url("../svg/star-filled-gray.svg") repeat-x;
    background-size: 17px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating:before {
    height: 17px;
    background: url("../svg/star-filled.svg") repeat-x;
    background-size: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-0-stars:before {
    width: 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-1-stars:before {
    width: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-2-stars:before {
    width: 34px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-3-stars:before {
    width: 51px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-4-stars:before {
    width: 68px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-5-stars:before {
    width: 85px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .verified,
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .waiting {
    padding: 4px;
    font-size: 10px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .name {
    font-size: 14px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .date {
    font-size: 10px;
    line-height: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .right-side {
    width: 80%;
    padding-left: 24px;
  }
  #main.product-page #reviews #review_form_wrapper {
    padding: 16px 0px;
  }
  #main.product-page #reviews #review_form_wrapper .comment-reply-title {
    font-size: 16px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-notes {
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row label {
    font-size: 13px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row select {
    height: 27px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
    height: 82px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating {
    width: 85px;
    height: 17px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating input {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
  #main.product-page #reviews #review_form_wrapper form input[type="submit"] {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-related-content {
    margin-top: 40px;
    padding-bottom: 32px;
    margin-bottom: 20px;
  }
  #main.product-page .product-related-content h2 {
    font-size: 24px;
    margin: 0px 0px 24px 0px;
  }
  #main.product-page .product-related-content .swiper-controls button {
    width: 18px;
    height: 20px;
  }
  #main.product-page .product-related-content .swiper-controls button.swiper-button-next {
    right: 12px;
  }
  #main.product-page .product-related-content .swiper-controls button.swiper-button-prev {
    left: 12px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers {
    margin: 0px 8px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-current,
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-total {
    font-size: 11px;
    line-height: 14px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-delimiter {
    width: 168px;
    height: 1px;
  }
  #main.product-page .after-product-data {
    margin-bottom: 40px;
  }
  #main.product-page .after-product-data .wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  #main.product-page .after-product-data .wrapper .title {
    font-size: 29px;
  }
  #main.product-page .after-product-data .wrapper .button button,
  #main.product-page .after-product-data .wrapper .button a {
    margin-bottom: -22px;
    padding: 15px 44px 12px 44px;
    font-size: 13px;
    line-height: 16px;
    box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.4);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/product-page.styl */
  #main.product-page .product-main-content {
    margin-bottom: 28px;
  }
  #main.product-page .product-main-content .product-main-content-gallery,
  #main.product-page .product-main-content .product-main-content-data {
    width: 50%;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    padding: 24px;
    max-height: 480px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails {
    margin-top: 20px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .product-main-content-gallery-thumbnail {
    padding: 4px;
    margin: 0px 4px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow {
    width: 20px;
    font-size: 0px;
    padding: 4px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow:before {
    border-width: 7px 8px 7px 0px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list {
    margin: 0px 4px;
    width: calc(100% - 48px);
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list .slick-current {
    border: 2px solid #fb4d70;
    padding: 3px;
  }
  #main.product-page .product-main-content .product-main-content-data {
    padding-left: 40px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column {
    font-size: 13px;
    padding: 8px 0px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-h {
    max-width: 35%;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-v {
    padding-left: 24px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .price,
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare {
    flex-basis: 50%;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .price {
    font-size: 29px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .text {
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check {
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    margin-right: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check:before {
    top: -2px;
    left: 6px;
    width: 8px;
    height: 12px;
    border-width: 0px 2px 2px 0px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart,
  #main.product-page .product-main-content .product-main-content-data .cart-controls .added-to-cart,
  #main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart:before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
    margin-left: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .out-of-stock {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-tabs .product-tabs-content-tabs-tab {
    padding: 12px;
    font-size: 13px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block {
    padding: 24px 20px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block * {
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block p,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ul,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ol,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table {
    margin: 0px 0px 8px 0px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h2 {
    font-size: 19px;
    line-height: 19px;
    margin: 16px 0px 10px 0px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 16px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist {
    margin: 0px 0px 12px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment {
    padding: 16px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side {
    width: 20%;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating {
    width: 85px;
    height: 17px;
    background: url("../svg/star-filled-gray.svg") repeat-x;
    background-size: 17px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating:before {
    height: 17px;
    background: url("../svg/star-filled.svg") repeat-x;
    background-size: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-0-stars:before {
    width: 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-1-stars:before {
    width: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-2-stars:before {
    width: 34px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-3-stars:before {
    width: 51px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-4-stars:before {
    width: 68px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-5-stars:before {
    width: 85px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .verified,
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .waiting {
    padding: 4px;
    font-size: 10px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .name {
    font-size: 14px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .date {
    font-size: 10px;
    line-height: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .right-side {
    width: 80%;
    padding-left: 24px;
  }
  #main.product-page #reviews #review_form_wrapper {
    padding: 16px 0px;
  }
  #main.product-page #reviews #review_form_wrapper .comment-reply-title {
    font-size: 16px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-notes {
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row label {
    font-size: 13px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row select {
    height: 27px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
    height: 82px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating {
    width: 85px;
    height: 17px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating input {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
  #main.product-page #reviews #review_form_wrapper form input[type="submit"] {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-related-content {
    margin-top: 40px;
    padding-bottom: 32px;
    margin-bottom: 20px;
  }
  #main.product-page .product-related-content h2 {
    font-size: 24px;
    margin: 0px 0px 24px 0px;
  }
  #main.product-page .product-related-content .swiper-controls button {
    width: 18px;
    height: 20px;
  }
  #main.product-page .product-related-content .swiper-controls button.swiper-button-next {
    right: 12px;
  }
  #main.product-page .product-related-content .swiper-controls button.swiper-button-prev {
    left: 12px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers {
    margin: 0px 8px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-current,
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-total {
    font-size: 11px;
    line-height: 14px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-delimiter {
    width: 168px;
    height: 1px;
  }
  #main.product-page .after-product-data {
    margin-bottom: 40px;
  }
  #main.product-page .after-product-data .wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  #main.product-page .after-product-data .wrapper .title {
    font-size: 29px;
  }
  #main.product-page .after-product-data .wrapper .button button,
  #main.product-page .after-product-data .wrapper .button a {
    margin-bottom: -22px;
    padding: 15px 44px 12px 44px;
    font-size: 13px;
    line-height: 16px;
    box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.4);
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/product-page.styl */
  #main.product-page .product-main-content {
    margin-bottom: 28px;
  }
  #main.product-page .product-main-content .product-main-content-gallery,
  #main.product-page .product-main-content .product-main-content-data {
    width: 100%;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-images {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    padding: 24px;
    max-height: 320px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails {
    margin-top: 20px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .product-main-content-gallery-thumbnail {
    padding: 4px;
    margin: 0px 4px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow {
    width: 20px;
    font-size: 0px;
    padding: 4px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-arrow:before {
    border-width: 7px 8px 7px 0px;
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list {
    margin: 0px 4px;
    width: calc(100% - 48px);
  }
  #main.product-page .product-main-content .product-main-content-gallery .product-main-content-gallery-wrapper .product-main-content-gallery-thumbnails .slick-list .slick-current {
    border: 2px solid #fb4d70;
    padding: 3px;
  }
  #main.product-page .product-main-content .product-main-content-data {
    padding-left: 0px;
    margin-top: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column {
    font-size: 13px;
    padding: 8px 0px;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-h {
    max-width: 35%;
  }
  #main.product-page .product-main-content .product-main-content-data .short-specs .table .table-row .column.r-v {
    padding-left: 24px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .price,
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare {
    flex-basis: 50%;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .price {
    font-size: 29px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .text {
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check {
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    margin-right: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .price-and-compare .compare label .check:before {
    top: -2px;
    left: 6px;
    width: 8px;
    height: 12px;
    border-width: 0px 2px 2px 0px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls {
    margin-bottom: 20px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart,
  #main.product-page .product-main-content .product-main-content-data .cart-controls .added-to-cart,
  #main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .add-to-cart:before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .one-click {
    margin-left: 8px;
  }
  #main.product-page .product-main-content .product-main-content-data .cart-controls .out-of-stock {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-tabs .product-tabs-content-tabs-tab {
    padding: 12px;
    font-size: 13px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block {
    padding: 24px 20px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block * {
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block p,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ul,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block ol,
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block table {
    margin: 0px 0px 8px 0px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h2 {
    font-size: 19px;
    line-height: 19px;
    margin: 16px 0px 10px 0px;
  }
  #main.product-page .product-tabs-content .product-tabs-content-blocks .product-tabs-content-blocks-block h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 16px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist {
    margin: 0px 0px 12px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment {
    padding: 16px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side {
    width: 20%;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating {
    width: 85px;
    height: 17px;
    background: url("../svg/star-filled-gray.svg") repeat-x;
    background-size: 17px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating:before {
    height: 17px;
    background: url("../svg/star-filled.svg") repeat-x;
    background-size: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-0-stars:before {
    width: 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-1-stars:before {
    width: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-2-stars:before {
    width: 34px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-3-stars:before {
    width: 51px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-4-stars:before {
    width: 68px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .rating.has-5-stars:before {
    width: 85px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .verified,
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .waiting {
    padding: 4px;
    font-size: 10px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .name {
    font-size: 14px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .left-side .date {
    font-size: 10px;
    line-height: 17px;
  }
  #main.product-page #reviews #comments .commentlist .comment-container .comment .right-side {
    width: 80%;
    padding-left: 24px;
  }
  #main.product-page #reviews #review_form_wrapper {
    padding: 16px 0px;
  }
  #main.product-page #reviews #review_form_wrapper .comment-reply-title {
    font-size: 16px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-notes {
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row label {
    font-size: 13px;
    margin: 0px 0px 8px 0px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row select {
    height: 27px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-row textarea {
    height: 82px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating {
    width: 85px;
    height: 17px;
  }
  #main.product-page #reviews #review_form_wrapper form .comment-form-rating .rating input {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
  #main.product-page #reviews #review_form_wrapper form input[type="submit"] {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.product-page .product-related-content {
    margin-top: 40px;
    padding-bottom: 32px;
    margin-bottom: 20px;
  }
  #main.product-page .product-related-content h2 {
    font-size: 24px;
    margin: 0px 0px 24px 0px;
  }
  #main.product-page .product-related-content .swiper-controls button {
    width: 18px;
    height: 20px;
  }
  #main.product-page .product-related-content .swiper-controls button.swiper-button-next {
    right: 12px;
  }
  #main.product-page .product-related-content .swiper-controls button.swiper-button-prev {
    left: 12px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers {
    margin: 0px 8px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-current,
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-total {
    font-size: 11px;
    line-height: 14px;
  }
  #main.product-page .product-related-content .swiper-controls .swiper-numbers .swiper-numbers-delimiter {
    width: 168px;
    height: 1px;
  }
  #main.product-page .after-product-data {
    margin-bottom: 40px;
  }
  #main.product-page .after-product-data .wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  #main.product-page .after-product-data .wrapper .title {
    font-size: 29px;
  }
  #main.product-page .after-product-data .wrapper .button button,
  #main.product-page .after-product-data .wrapper .button a {
    margin-bottom: -22px;
    padding: 15px 44px 12px 44px;
    font-size: 13px;
    line-height: 16px;
    box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.4);
  }
  #main.product-page.quick-view .product-main-content .product-main-content-data .short-specs {
    display: none;
  }
}
/* @import includes/cart-page.styl */
#main.cart-page .woocommerce-cart-form {
  margin-top: 30px;
}
#main.cart-page .woocommerce-cart-form .cart-table {
  width: 100%;
  border-collapse: collapse;
}
#main.cart-page .woocommerce-cart-form .cart-table thead tr {
  background-color: rgba(232,232,232,0.7);
}
#main.cart-page .woocommerce-cart-form .cart-table thead tr th {
  padding: 20px 10px;
}
#main.cart-page .woocommerce-cart-form .cart-table thead tr .product-name,
#main.cart-page .woocommerce-cart-form .cart-table thead tr .product-price,
#main.cart-page .woocommerce-cart-form .cart-table thead tr .product-quantity,
#main.cart-page .woocommerce-cart-form .cart-table thead tr .product-subtotal {
  text-align: left;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  background-color: rgba(232,232,232,0.1);
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr td {
  padding: 10px;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-quantity input {
  border: 1px solid #e8e8e8;
  width: 80px;
  margin: 0px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-subtotal {
  font-weight: bold;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove {
  text-align: center;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove a {
  display: inline-block;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove a svg {
  width: 20px;
  height: 20px;
  fill: rgba(0,0,0,0.3);
  transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove a:hover svg {
  fill: #000;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .total-line {
  text-align: right;
  border-bottom: none;
  background-color: unset;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .total-line .total {
  font-size: 16px;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line {
  border-bottom: none;
  background-color: unset;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td {
  padding: 0px;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 20px 0px;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: 5px;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon input {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: #e8e8e8;
  margin: 0px 0px 0px 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed [name="update_cart"] {
  display: none;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .catalog-button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: inline-block;
  background-color: #e8e8e8;
  margin: 0px auto 0px 0px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .checkout-button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: inline-block;
  background-color: #fb4d70;
  margin: 0px 0px 0px auto;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/cart-page.styl */
  #main.cart-page .woocommerce-cart-form {
    margin-top: 24px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table thead tr th {
    padding: 16px 8px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr td {
    padding: 8px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-quantity input {
    width: 64px;
    padding: 4px;
    font-size: 11px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove a svg {
    width: 16px;
    height: 16px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .total-line .total {
    font-size: 13px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed {
    padding: 16px 0px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon input {
    padding: 8px;
    font-size: 11px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon button {
    margin: 0px 0px 0px 4px;
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .checkout-button,
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .catalog-button {
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/cart-page.styl */
  #main.cart-page .woocommerce-cart-form {
    margin-top: 24px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table thead tr th {
    padding: 16px 8px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr td {
    padding: 8px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-quantity input {
    width: 64px;
    padding: 4px;
    font-size: 11px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove a svg {
    width: 16px;
    height: 16px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .total-line .total {
    font-size: 13px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed {
    padding: 16px 0px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon input {
    padding: 8px;
    font-size: 11px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon button {
    margin: 0px 0px 0px 4px;
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .checkout-button,
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .catalog-button {
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/cart-page.styl */
  #main.cart-page .woocommerce-cart-form {
    margin-top: 24px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table {
    display: block;
  }
  #main.cart-page .woocommerce-cart-form .cart-table thead {
    display: none;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody {
    display: block;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr {
    display: block;
    position: relative;
    padding: 20px 0px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr td {
    display: block;
    text-align: right;
    padding: 0px 10px;
    margin: 0px 0px 20px 0px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr [data-title]:before {
    float: left;
    margin-right: 10px;
    content: attr(data-title) ": ";
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-thumbnail {
    text-align: center;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-quantity input {
    width: 64px;
    padding: 4px;
    font-size: 11px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove {
    padding: 0px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove a {
    top: 20px;
    right: 10px;
    position: absolute;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody tr .product-remove a svg {
    width: 16px;
    height: 16px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .total-line .total {
    font-size: 13px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed {
    padding: 16px 0px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon input {
    padding: 8px;
    font-size: 11px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .coupon button {
    margin: 0px 0px 0px 4px;
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .checkout-button,
  #main.cart-page .woocommerce-cart-form .cart-table tbody .last-line td .flexed .catalog-button {
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
  }
}
/* @import includes/checkout-page.styl */
#main.checkout-page {
  padding-bottom: 40px;
}
#main.checkout-page .woocommerce-error,
#main.checkout-page .woocommerce-NoticeGroup-checkout {
  display: none;
}
#main.checkout-page .woocommerce-form-coupon-toggle {
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
#main.checkout-page .woocommerce-form-coupon-toggle a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #fb4d70;
}
#main.checkout-page .woocommerce-checkout .row {
  flex-align: start;
  align-items: flex-start;
}
#main.checkout-page .order-side {
  padding-left: 15px;
  margin-top: 20px;
}
#main.checkout-page .order-side .order-side-title {
  padding: 10px 20px;
  background-color: rgba(232,232,232,0.5);
  font-size: 16px;
  font-weight: bold;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order {
  padding: 0px;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100px;
  border-right: 1px solid #e8e8e8;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-image img {
  max-width: 100%;
  max-height: 100%;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info .product-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  padding: 10px 20px;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info .product-total {
  border-top: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info .product-total .product-price,
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info .product-total .product-quantity,
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info .product-total .product-subtotal {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-basis: 50%;
  font-size: 12px;
  padding: 10px;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info .product-total .product-quantity {
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #e8e8e8;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-info .product-total .product-subtotal {
  font-weight: bold;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals {
  margin-top: 20px;
  background-color: rgba(232,232,232,0.5);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .label,
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .value {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
  flex-basis: 50%;
  padding: 10px 20px;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .label {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .value {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-weight: bold;
}
#main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-alert {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #fb4d70;
}
#main.checkout-page .mobile-totals {
  display: none;
}
#main.checkout-page .checkout-block {
  margin: 20px 0px;
  padding: 0px;
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
  background-color: #fff;
}
#main.checkout-page .checkout-block .checkout-block-header {
  padding: 10px 20px;
  background-color: rgba(232,232,232,0.5);
  font-size: 16px;
  font-weight: bold;
}
#main.checkout-page .checkout-block .checkout-block-content {
  padding: 20px;
}
#main.checkout-page .checkout-block .checkout-block-content #shipping_address_1_selected_field {
  width: 0px !important;
  height: 0px !important;
  margin: 0px 0px -20px 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
}
#main.checkout-page .checkout-block .checkout-block-content #shipping_address_1_selected_field.woocommerce-invalid ~ .required-error {
  display: block;
}
#main.checkout-page .checkout-block .checkout-block-content .required-error {
  display: none;
  color: #f00;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
}
#main.checkout-page .checkout-block .checkout-block-content .fields-group-label {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row {
  display: block;
  margin: 0px 0px 20px 0px;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row abbr[title] {
  border: none;
  text-decoration: none;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #fb4d70;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper {
  display: block;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper select {
  width: 100%;
  height: 34px;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper input:not([type="radio"]):not([type="checkbox"]),
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
  width: 100%;
  padding: 6px;
  height: 34px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper input:not([type="radio"]):not([type="checkbox"]):focus,
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea:focus,
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper input:not([type="radio"]):not([type="checkbox"]):active,
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea:active {
  border-color: #888;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
  height: 102px;
  resize: none;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row.woocommerce-invalid label {
  color: #f00;
}
#main.checkout-page .checkout-block .checkout-block-content .form-row.woocommerce-invalid .woocommerce-input-wrapper input,
#main.checkout-page .checkout-block .checkout-block-content .form-row.woocommerce-invalid .woocommerce-input-wrapper textarea {
  border-color: #f00;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping {
  width: 100%;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .no-shipping-methods {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 5px;
  border: 1px solid #fb4d70;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method input {
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method input:checked + label {
  color: #fb4d70;
  border-bottom: 1px solid #fb4d70;
  box-shadow: 0px 2px 0px 0px #fb4d70;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special {
  margin-top: 30px;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty {
  margin-bottom: 15px;
  font-weight: 400;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty:before {
  content: 'Адрес постамата';
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special [data-action="select-pickpoint"] {
  background-color: #fb4d70;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods:after {
  content: '';
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-basis: 30%;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-basis: 30%;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input:checked + label {
  border-color: #fb4d70;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #000;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img {
  cursor: inherit;
  user-select: none;
  max-height: 60px;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
  padding-left: 25px;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  border-radius: 2px;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #fb4d70;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:hover:after {
  opacity: 0.2;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label a {
  color: inherit;
  border-bottom: 1px dashed #000;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input {
  display: none;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:checked + label:after {
  opacity: 1;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid label {
  color: #f00;
}
#main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid label a {
  border-color: #f00;
}
#main.checkout-page .woocommerce-order .sub-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
#main.checkout-page .woocommerce-order table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}
#main.checkout-page .woocommerce-order table thead tr {
  background-color: rgba(232,232,232,0.7);
}
#main.checkout-page .woocommerce-order table thead tr th {
  padding: 20px 10px;
  text-align: left;
}
#main.checkout-page .woocommerce-order table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  background-color: rgba(232,232,232,0.1);
}
#main.checkout-page .woocommerce-order table tbody tr td {
  padding: 10px;
  text-align: left;
}
#main.checkout-page .woocommerce-order table tfoot tr {
  background-color: rgba(232,232,232,0.7);
}
#main.checkout-page .woocommerce-order table tfoot tr th {
  padding: 10px 10px;
  text-align: left;
}
#main.checkout-page .woocommerce-order .order-info {
  width: auto;
}
#main.checkout-page .woocommerce-order .order-info tbody tr td:nth-of-type(1) {
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/checkout-page.styl */
  #main.checkout-page {
    padding-bottom: 32px;
  }
  #main.checkout-page .woocommerce-form-coupon-toggle {
    margin-bottom: 24px;
  }
  #main.checkout-page .woocommerce-form-coupon-toggle a {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.checkout-page .order-side {
    padding-left: 12px;
    margin-top: 16px;
  }
  #main.checkout-page .order-side .order-side-title {
    padding: 8px 16px;
    font-size: 13px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product {
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
    margin-top: 16px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-name {
    font-size: 11px;
    padding: 8px 16px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-total .product-price,
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-total .product-quantity,
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-total .product-subtotal {
    font-size: 10px;
    padding: 8px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals {
    margin-top: 16px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .label,
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .value {
    padding: 8px 16px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .label {
    font-size: 11px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-alert {
    padding: 8px 16px;
    font-size: 13px;
  }
  #main.checkout-page .checkout-block {
    margin: 16px 0px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
  }
  #main.checkout-page .checkout-block .checkout-block-header {
    padding: 8px 16px;
    font-size: 13px;
  }
  #main.checkout-page .checkout-block .checkout-block-content {
    padding: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .fields-group-label {
    font-size: 16px;
    margin: 0px 0px 12px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row label {
    margin-bottom: 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper select {
    height: 27px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper input,
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
    height: 82px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .no-shipping-methods {
    font-size: 11px;
    padding: 4px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method input:checked + label {
    border-bottom: 1px solid #fb4d70;
    box-shadow: 0px 2px 0px 0px #fb4d70;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method label {
    padding: 8px;
    font-size: 11px;
    border-bottom: 1px solid #000;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special {
    margin-top: 24px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty {
    margin-bottom: 12px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty:before {
    margin-bottom: 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special [data-action="select-pickpoint"] {
    padding: 8px 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
    padding: 16px 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img {
    max-height: 48px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 16px;
    font-size: 9px;
    line-height: 13px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 3px;
    height: 6px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .woocommerce-order .sub-title {
    font-size: 16px;
  }
  #main.checkout-page .woocommerce-order table {
    font-size: 13px;
  }
  #main.checkout-page .woocommerce-order table thead tr th {
    padding: 16px 8px;
  }
  #main.checkout-page .woocommerce-order table tbody tr td {
    padding: 8px;
  }
  #main.checkout-page .woocommerce-order table tfoot tr th {
    padding: 8px 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/checkout-page.styl */
  #main.checkout-page .order-side {
    padding-left: 12px;
    margin-top: 16px;
  }
  #main.checkout-page .order-side .order-side-title {
    padding: 8px 16px;
    font-size: 13px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product {
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
    margin-top: 16px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-name {
    font-size: 11px;
    padding: 8px 16px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-total .product-price,
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-total .product-quantity,
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .products .products-product .product-total .product-subtotal {
    font-size: 10px;
    padding: 8px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals {
    margin-top: 16px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .label,
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .value {
    padding: 8px 16px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-row .label {
    font-size: 11px;
  }
  #main.checkout-page .order-side .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .totals .totals-alert {
    padding: 8px 16px;
    font-size: 13px;
  }
  #main.checkout-page .checkout-block {
    margin: 16px 0px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
  }
  #main.checkout-page .checkout-block .checkout-block-header {
    padding: 8px 16px;
    font-size: 13px;
  }
  #main.checkout-page .checkout-block .checkout-block-content {
    padding: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .fields-group-label {
    font-size: 16px;
    margin: 0px 0px 12px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row label {
    margin-bottom: 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper select {
    height: 27px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper input,
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
    height: 82px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .no-shipping-methods {
    font-size: 11px;
    padding: 4px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method input:checked + label {
    border-bottom: 1px solid #fb4d70;
    box-shadow: 0px 2px 0px 0px #fb4d70;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method label {
    padding: 8px;
    font-size: 11px;
    border-bottom: 1px solid #000;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special {
    margin-top: 24px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty {
    margin-bottom: 12px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty:before {
    margin-bottom: 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special [data-action="select-pickpoint"] {
    padding: 8px 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
    padding: 16px 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img {
    max-height: 48px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 16px;
    font-size: 9px;
    line-height: 13px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 3px;
    height: 6px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .woocommerce-order .sub-title {
    font-size: 16px;
  }
  #main.checkout-page .woocommerce-order table {
    font-size: 13px;
  }
  #main.checkout-page .woocommerce-order table thead tr th {
    padding: 16px 8px;
  }
  #main.checkout-page .woocommerce-order table tbody tr td {
    padding: 8px;
  }
  #main.checkout-page .woocommerce-order table tfoot tr th {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/checkout-page.styl */
  #main.checkout-page .order-side {
    display: none;
  }
  #main.checkout-page .mobile-totals {
    display: block;
    margin-top: 16px;
    background-color: rgba(232,232,232,0.5);
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
  }
  #main.checkout-page .mobile-totals .totals-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #main.checkout-page .mobile-totals .totals-row .label,
  #main.checkout-page .mobile-totals .totals-row .value {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 50%;
    padding: 10px 20px;
    padding: 8px 16px;
  }
  #main.checkout-page .mobile-totals .totals-row .label {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 11px;
  }
  #main.checkout-page .mobile-totals .totals-row .value {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-weight: bold;
  }
  #main.checkout-page .checkout-block {
    margin: 16px 0px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
  }
  #main.checkout-page .checkout-block .checkout-block-header {
    padding: 8px 16px;
    font-size: 13px;
  }
  #main.checkout-page .checkout-block .checkout-block-content {
    padding: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .fields-group-label {
    font-size: 16px;
    margin: 0px 0px 12px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row label {
    margin-bottom: 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper select {
    height: 27px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper input,
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .form-row .woocommerce-input-wrapper textarea {
    height: 82px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .no-shipping-methods {
    font-size: 11px;
    padding: 4px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method input:checked + label {
    border-bottom: 1px solid #fb4d70;
    box-shadow: 0px 2px 0px 0px #fb4d70;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping .woocommerce-shipping-methods .shipping-method label {
    padding: 8px;
    font-size: 11px;
    border-bottom: 1px solid #000;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special {
    margin-top: 24px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty {
    margin-bottom: 12px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special .shipping_address-text.not-empty:before {
    margin-bottom: 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-shipping-special [data-action="select-pickpoint"] {
    padding: 8px 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
    padding: 16px 8px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img {
    max-height: 48px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 16px;
    font-size: 9px;
    line-height: 13px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 3px;
    height: 6px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  #main.checkout-page .checkout-block .checkout-block-content .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label:after {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-width: 0px 2px 2px 0px;
  }
  #main.checkout-page .woocommerce-order .sub-title {
    font-size: 16px;
  }
  #main.checkout-page .woocommerce-order table {
    font-size: 13px;
  }
  #main.checkout-page .woocommerce-order table thead tr th {
    padding: 16px 8px;
  }
  #main.checkout-page .woocommerce-order table tbody tr td {
    padding: 8px;
  }
  #main.checkout-page .woocommerce-order table tfoot tr th {
    padding: 8px 8px;
  }
}
/* @import includes/account-page.styl */
#main.account-page .woocommerce {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
#main.account-page .woocommerce .woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: #202025;
  background-image: -webkit-linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  background-image: -o-linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
  background-image: linear-gradient(to right, rgba(251,77,112,0.2) 0%, rgba(251,77,112,0) 50%);
}
#main.account-page .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
}
#main.account-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#main.account-page .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fb4d70;
}
#main.account-page .woocommerce a {
  text-decoration: underline;
}
#main.account-page .woocommerce table {
  width: 100%;
  border-collapse: collapse;
}
#main.account-page .woocommerce table thead tr {
  background-color: rgba(232,232,232,0.7);
}
#main.account-page .woocommerce table thead tr th {
  padding: 20px 10px;
}
#main.account-page .woocommerce table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  background-color: rgba(232,232,232,0.1);
}
#main.account-page .woocommerce table tbody tr td {
  padding: 10px;
  text-align: center;
}
#main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions {
  padding: 5px;
}
#main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000;
}
#main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions a:hover {
  background-color: #fb4d70;
}
#main.account-page .woocommerce table tbody tr.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-actions .button.pay {
  display: none;
}
#main.account-page .woocommerce form legend {
  font-size: 16px;
}
#main.account-page .woocommerce form input[type="submit"],
#main.account-page .woocommerce form button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #fb4d70;
}
#main.account-page .woocommerce form .woocommerce-form-row,
#main.account-page .woocommerce form .form-row {
  display: block;
  margin: 0px 0px 20px 0px;
}
#main.account-page .woocommerce form .woocommerce-form-row label,
#main.account-page .woocommerce form .form-row label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
#main.account-page .woocommerce form .woocommerce-form-row abbr[title],
#main.account-page .woocommerce form .form-row abbr[title] {
  border: none;
  text-decoration: none;
}
#main.account-page .woocommerce form .woocommerce-form-row select,
#main.account-page .woocommerce form .form-row select {
  width: 100%;
  height: 34px;
}
#main.account-page .woocommerce form .woocommerce-form-row input:not([type="radio"]):not([type="checkbox"]),
#main.account-page .woocommerce form .form-row input:not([type="radio"]):not([type="checkbox"]),
#main.account-page .woocommerce form .woocommerce-form-row textarea,
#main.account-page .woocommerce form .form-row textarea {
  width: 100%;
  padding: 6px;
  height: 34px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
#main.account-page .woocommerce form .woocommerce-form-row input:not([type="radio"]):not([type="checkbox"]):focus,
#main.account-page .woocommerce form .form-row input:not([type="radio"]):not([type="checkbox"]):focus,
#main.account-page .woocommerce form .woocommerce-form-row textarea:focus,
#main.account-page .woocommerce form .form-row textarea:focus,
#main.account-page .woocommerce form .woocommerce-form-row input:not([type="radio"]):not([type="checkbox"]):active,
#main.account-page .woocommerce form .form-row input:not([type="radio"]):not([type="checkbox"]):active,
#main.account-page .woocommerce form .woocommerce-form-row textarea:active,
#main.account-page .woocommerce form .form-row textarea:active {
  border-color: #888;
}
#main.account-page .woocommerce form .woocommerce-form-row textarea,
#main.account-page .woocommerce form .form-row textarea {
  height: 102px;
  resize: none;
}
#main.account-page .woocommerce form .woocommerce-form__label-for-checkbox {
  margin-left: 20px;
  padding-left: 25px;
  position: relative;
  color: #000;
}
#main.account-page .woocommerce form .woocommerce-form__label-for-checkbox:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  border-radius: 2px;
}
#main.account-page .woocommerce form .woocommerce-form__label-for-checkbox:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #fb4d70;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
}
#main.account-page .woocommerce form .woocommerce-form__label-for-checkbox:hover:after {
  opacity: 0.2;
}
#main.account-page .woocommerce form .woocommerce-form__label-for-checkbox a {
  color: inherit;
  border-bottom: 1px dashed #000;
}
#main.account-page .woocommerce form input[type="checkbox"] {
  display: none;
}
#main.account-page .woocommerce form input[type="checkbox"]:checked + .woocommerce-form__label-for-checkbox:after {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/account-page.styl */
  #main.account-page .woocommerce {
    margin-top: 16px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.account-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 12px;
    font-size: 13px;
  }
  #main.account-page .woocommerce table thead tr th {
    padding: 16px 8px;
  }
  #main.account-page .woocommerce table tbody tr td {
    padding: 8px;
  }
  #main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions {
    padding: 4px;
  }
  #main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions a {
    margin: 4px;
    padding: 4px;
    font-size: 10px;
    line-height: 13px;
  }
  #main.account-page .woocommerce form legend {
    font-size: 13px;
  }
  #main.account-page .woocommerce form input[type="submit"],
  #main.account-page .woocommerce form button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row,
  #main.account-page .woocommerce form .form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row label,
  #main.account-page .woocommerce form .form-row label {
    margin-bottom: 8px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row select,
  #main.account-page .woocommerce form .form-row select {
    height: 27px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.account-page .woocommerce form .form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.account-page .woocommerce form .woocommerce-form-row textarea,
  #main.account-page .woocommerce form .form-row textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row textarea,
  #main.account-page .woocommerce form .form-row textarea {
    height: 82px;
  }
}
@media screen and (max-width: 991px) {
  /* @import includes/768-991/account-page.styl */
  #main.account-page .woocommerce {
    margin-top: 16px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.account-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 12px;
    font-size: 13px;
  }
  #main.account-page .woocommerce table thead tr th {
    padding: 16px 8px;
  }
  #main.account-page .woocommerce table tbody tr td {
    padding: 8px;
  }
  #main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions {
    padding: 4px;
  }
  #main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions a {
    margin: 4px;
    padding: 4px;
    font-size: 10px;
    line-height: 13px;
  }
  #main.account-page .woocommerce form legend {
    font-size: 13px;
  }
  #main.account-page .woocommerce form input[type="submit"],
  #main.account-page .woocommerce form button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row,
  #main.account-page .woocommerce form .form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row label,
  #main.account-page .woocommerce form .form-row label {
    margin-bottom: 8px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row select,
  #main.account-page .woocommerce form .form-row select {
    height: 27px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.account-page .woocommerce form .form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.account-page .woocommerce form .woocommerce-form-row textarea,
  #main.account-page .woocommerce form .form-row textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row textarea,
  #main.account-page .woocommerce form .form-row textarea {
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/account-page.styl */
  #main.account-page .woocommerce {
    margin-top: 16px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.account-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 12px;
    font-size: 13px;
  }
  #main.account-page .woocommerce table thead tr th {
    padding: 16px 8px;
  }
  #main.account-page .woocommerce table tbody tr td {
    padding: 8px;
  }
  #main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions {
    padding: 4px;
  }
  #main.account-page .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions a {
    margin: 4px;
    padding: 4px;
    font-size: 10px;
    line-height: 13px;
  }
  #main.account-page .woocommerce form legend {
    font-size: 13px;
  }
  #main.account-page .woocommerce form input[type="submit"],
  #main.account-page .woocommerce form button {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row,
  #main.account-page .woocommerce form .form-row {
    margin: 0px 0px 16px 0px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row label,
  #main.account-page .woocommerce form .form-row label {
    margin-bottom: 8px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row select,
  #main.account-page .woocommerce form .form-row select {
    height: 27px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.account-page .woocommerce form .form-row input:not([type="radio"]):not([type="checkbox"]),
  #main.account-page .woocommerce form .woocommerce-form-row textarea,
  #main.account-page .woocommerce form .form-row textarea {
    padding: 5px;
    height: 27px;
    font-size: 13px;
    border-radius: 2px;
  }
  #main.account-page .woocommerce form .woocommerce-form-row textarea,
  #main.account-page .woocommerce form .form-row textarea {
    height: 82px;
  }
}
/* @import includes/contacts-page.styl */
#main.contacts-page .map-holder {
  height: 390px;
  position: relative;
  background-size: cover;
  background-image: url("images/contacts-map-holder.png");
  background-position: center center;
}
#main.contacts-page .map-holder #map {
  width: 100%;
  height: 100%;
}
/* @import includes/compare-items.styl */
#main .compare-items-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
#main .compare-items-block .nothing-to-compare {
  color: rgba(0,0,0,0.4);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#main .compare-items-block .allowed-categories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
  margin: 0px 40px 50px 40px;
}
#main .compare-items-block .allowed-categories .items-grid-item-main-category {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
#main .compare-items-block .allowed-categories .items-grid-item-main-category a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  border-bottom: 1px dotted rgba(0,0,0,0);
}
#main .compare-items-block .allowed-categories .items-grid-item-main-category.active a {
  border-bottom: 1px dotted #000;
}
#main .compare-items-block .allowed-categories .items-grid-item-main-category + .items-grid-item-main-category {
  margin-left: 30px;
}
#main .compare-items-block .compare-items-block-header {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
#main .compare-items-block .compare-items-block-header .move-left,
#main .compare-items-block .compare-items-block-header .move-right {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0px 4px;
  width: 22px;
  height: 25px;
  background: unset;
  padding: 0px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
#main .compare-items-block .compare-items-block-header .move-left svg,
#main .compare-items-block .compare-items-block-header .move-right svg {
  width: 100%;
  fill: #202025;
  transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
}
#main .compare-items-block .compare-items-block-header .move-left:hover svg,
#main .compare-items-block .compare-items-block-header .move-right:hover svg {
  fill: #fb4d70;
}
#main .compare-items-block .compare-items-block-header .move-left[disabled],
#main .compare-items-block .compare-items-block-header .move-right[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
#main .compare-items-block .compare-items-block-header .move-left[disabled] svg,
#main .compare-items-block .compare-items-block-header .move-right[disabled] svg {
  fill: #202025;
}
#main .compare-items-block .compare-items-block-header .move-left svg {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
#main .compare-items-block .compare-items-block-header .compare-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  width: calc(100% - 60px);
  overflow: hidden;
}
#main .compare-items-block .compare-items-block-header .compare-items .items-grid {
  width: 100%;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
}
#main .compare-items-block .compare-items-block-header .compare-items .items-grid .compare-item {
  flex-shrink: 0;
}
#main .compare-items-block .compare-items-block-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
#main .compare-items-block .compare-items-block-content .compare-parameters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  width: calc(100% - 60px);
  margin: 0px 30px;
  overflow: hidden;
}
#main .compare-items-block .compare-items-block-content .compare-parameters .parameters-grid {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
}
#main .compare-items-block .compare-items-block-content .compare-parameters .parameters-grid .parameters-grid-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.3);
}
#main .compare-items-block .compare-items-block-content .compare-parameters .parameters-grid .parameters-grid-row:first-of-type {
  border-top: none;
}
#main .compare-items-block .compare-items-block-content .compare-parameters .parameters-grid .parameters-grid-row.diff {
  background-color: rgba(251,77,112,0.15);
}
#main .compare-items-block .compare-items-block-content .compare-parameter {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 10px 10px;
}
#main .compare-items-block .compare-items-block-content .item-attributes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  width: 100%;
  transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
}
#main .compare-items-block .compare-items-block-content .item-attributes .item-attribute {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-shrink: 0;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#main .compare-items-block .compare-items-block-content .item-attributes .item-attribute .content {
  width: 100%;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  #main .compare-items-block .allowed-categories {
    margin: 0px 32px 40px 32px;
  }
  #main .compare-items-block .allowed-categories .items-grid-item-main-category a {
    font-size: 13px;
  }
  #main .compare-items-block .allowed-categories .items-grid-item-main-category + .items-grid-item-main-category {
    margin-left: 24px;
  }
  #main .compare-items-block .compare-items-block-header .move-left,
  #main .compare-items-block .compare-items-block-header .move-right {
    margin: 0px 3px;
    width: 18px;
    height: 20px;
  }
  #main .compare-items-block .compare-items-block-header .compare-items {
    width: calc(100% - 48px);
  }
  #main .compare-items-block .compare-items-block-header .compare-items .items-grid {
    width: 100%;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
  }
  #main .compare-items-block .compare-items-block-content .compare-parameters {
    width: calc(100% - 48px);
    margin: 0px 24px;
  }
  #main .compare-items-block .compare-items-block-content .compare-parameter {
    font-size: 13px;
    margin: 8px 0px 8px 8px;
  }
  #main .compare-items-block .compare-items-block-content .item-attributes .item-attribute {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #main .compare-items-block .compare-items-block-content .item-attributes .item-attribute .content {
    padding: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #main .compare-items-block .allowed-categories {
    margin: 0px 32px 40px 32px;
  }
  #main .compare-items-block .allowed-categories .items-grid-item-main-category a {
    font-size: 13px;
  }
  #main .compare-items-block .allowed-categories .items-grid-item-main-category + .items-grid-item-main-category {
    margin-left: 24px;
  }
  #main .compare-items-block .compare-items-block-header .move-left,
  #main .compare-items-block .compare-items-block-header .move-right {
    margin: 0px 3px;
    width: 18px;
    height: 20px;
  }
  #main .compare-items-block .compare-items-block-header .compare-items {
    width: calc(100% - 48px);
  }
  #main .compare-items-block .compare-items-block-header .compare-items .items-grid {
    width: 100%;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
  }
  #main .compare-items-block .compare-items-block-content .compare-parameters {
    width: calc(100% - 48px);
    margin: 0px 24px;
  }
  #main .compare-items-block .compare-items-block-content .compare-parameter {
    font-size: 13px;
    margin: 8px 0px 8px 8px;
  }
  #main .compare-items-block .compare-items-block-content .item-attributes .item-attribute {
    -webkit-box-flex: 0 0 33.33333333%;
    -moz-box-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #main .compare-items-block .compare-items-block-content .item-attributes .item-attribute .content {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  #main .compare-items-block .allowed-categories {
    margin: 0px 32px 40px 32px;
  }
  #main .compare-items-block .allowed-categories .items-grid-item-main-category a {
    font-size: 13px;
  }
  #main .compare-items-block .allowed-categories .items-grid-item-main-category + .items-grid-item-main-category {
    margin-left: 24px;
  }
  #main .compare-items-block .compare-items-block-header .move-left,
  #main .compare-items-block .compare-items-block-header .move-right {
    margin: 0px 3px;
    width: 18px;
    height: 20px;
  }
  #main .compare-items-block .compare-items-block-header .compare-items {
    width: calc(100% - 48px);
  }
  #main .compare-items-block .compare-items-block-header .compare-items .items-grid {
    width: 100%;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
  }
  #main .compare-items-block .compare-items-block-content .compare-parameters {
    width: calc(100% - 48px);
    margin: 0px 24px;
  }
  #main .compare-items-block .compare-items-block-content .compare-parameter {
    font-size: 13px;
    margin: 8px 0px 8px 8px;
  }
  #main .compare-items-block .compare-items-block-content .item-attributes .item-attribute {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #main .compare-items-block .compare-items-block-content .item-attributes .item-attribute .content {
    padding: 8px;
  }
}
/* @import 'addons/modal.styl' */
.modal-background {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  background-color: rgba(0,0,0,0.4);
  opacity: 1;
  transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
}
.modal-background.hidden {
  opacity: 0;
}
.modal-background.preload:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(255,255,255,0.1) rgba(255,255,255,0.3) rgba(255,255,255,0.6) rgba(255,255,255,0.7);
  animation: r-rotate 1s linear infinite;
}
.modal-background.preload:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(255,255,255,0.7) rgba(255,255,255,0.3) rgba(255,255,255,0.5) rgba(255,255,255,0.1);
  animation: l-rotate 1s linear infinite;
}
.modal-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  pointer-events: none;
  opacity: 1;
  transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
.modal-container.hidden {
  opacity: 0;
}
.modal-container.hidden .modal-dialog {
  transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  filter: opacity(0);
  -webkit-filter: opacity(0);
}
.modal-container .modal-dialog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  pointer-events: initial;
  min-width: 400px;
  max-width: 90%;
  max-height: 90%;
  background-color: #fff;
  transition: 0.3s transform, 0.3s filter;
  -o-transition: 0.3s transform, 0.3s filter;
  -ms-transition: 0.3s transform, 0.3s filter;
  -moz-transition: 0.3s transform, 0.3s filter;
  -webkit-transition: 0.3s transform, 0.3s filter;
  transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  filter: opacity(1);
  -webkit-filter: opacity(1);
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.4);
}
.modal-container .modal-dialog .modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}
.modal-container .modal-dialog .modal-header .modal-header-close {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 0px;
  background-color: rgba(0,0,0,0);
  background-image: url("images/modal-close.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.modal-container .modal-dialog .modal-header .modal-header-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 40px 30px 40px 30px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.modal-container .modal-dialog .modal-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0px 30px 0px 30px;
}
.modal-container .modal-dialog .modal-content .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal-container .modal-dialog .modal-content .form .input {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.modal-container .modal-dialog .modal-content .form .input input {
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill,
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill:hover,
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill:focus {
  box-shadow: inset 0px 0px 0px 50px #fff;
  -webkit-text-fill-color: #000;
}
.modal-container .modal-dialog .modal-content .form .input input.error {
  border-color: #f00;
}
.modal-container .modal-dialog .modal-content .form .input input.error::-webkit-input-placeholder {
  color: #f00;
}
.modal-container .modal-dialog .modal-content .form .input input.error::-moz-placeholder {
  color: #f00;
}
.modal-container .modal-dialog .modal-content .form .input input.error:-moz-placeholder {
  color: #f00;
}
.modal-container .modal-dialog .modal-content .form .input input.error:-ms-input-placeholder {
  color: #f00;
}
.modal-container .modal-dialog .modal-content .form .input input.error ~ .error-msg {
  font-size: 11.5px;
  margin-top: 5px;
}
.modal-container .modal-dialog .modal-content .form .input input[required] ~ label:after {
  content: '*';
  color: #f00;
  margin-left: 0.2em;
}
.modal-container .modal-dialog .modal-content .form .input .error-msg {
  order: 3;
  margin: 0px;
  color: #f00;
  font-size: 0px;
  transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}
.modal-container .modal-dialog .modal-content .form .button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 15px;
}
.modal-container .modal-dialog .modal-content .form .button button {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: dred;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.modal-container .modal-dialog .modal-content .form .spp-input {
  width: 100%;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] {
  order: 1;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:active ~ label:after,
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:hover ~ label:after,
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:focus ~ label:after {
  opacity: 0.3;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label {
  order: 2;
  position: relative;
  margin: 10px 0px 0px 0px;
  width: 100%;
  padding: 5px 0px 5px 20px;
  color: #000;
  font-size: 14px;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label a {
  color: inherit;
  text-decoration: underline;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 5px;
  height: 9px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ .error-msg {
  margin-left: 20px;
}
.modal-container .modal-dialog .modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-container .modal-dialog .modal-footer button {
  margin: 15px 0px 30px 0px;
  border: 1px solid #f00;
  border-radius: 5px;
  padding: 15px 30px;
  color: #fff;
  background: #f00;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.modal-container .modal-dialog .modal-footer button:hover {
  color: #f00;
  background-color: rgba(255,0,0,0);
}
.modal-container .modal-dialog.quick-view {
  width: 100%;
  min-width: 1000px;
  max-width: 1200px;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  .modal-container .modal-dialog.quick-view {
    min-width: 800px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 992px) {
  .modal-container {
    cursor: pointer;
  }
  .modal-container .modal-dialog.quick-view {
    min-width: 90%;
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .modal-container .modal-dialog {
    margin-top: 40px;
    max-height: 100%;
  }
  .modal-container .modal-dialog .modal-header .modal-header-title {
    margin: 10px 10px 20px 60px;
    width: calc(100% - 120px);
    font-size: 24px;
  }
  .modal-container .modal-dialog .modal-content {
    padding: 0px 50px;
    overflow: auto;
  }
  .modal-container .modal-dialog .modal-content .form .block input,
  .modal-container .modal-dialog .modal-content .form .block textarea {
    font-size: 18px;
  }
  .modal-container .modal-dialog .modal-footer button {
    margin-bottom: 20px;
  }
}
@-moz-keyframes r-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes r-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes r-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes r-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes l-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes l-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-o-keyframes l-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes l-rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/* @import 'addons/lightbox.styl' */
.lightbox-background {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  background-color: rgba(0,0,0,0.4);
  opacity: 1;
  transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
}
.lightbox-background.hidden {
  opacity: 0;
}
.lightbox-container {
  position: relative;
  z-index: 10100;
  transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  opacity: 1;
}
.lightbox-container.hidden {
  opacity: 0;
}
.lightbox-container .lightbox-content {
  pointer-events: initial;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 10300;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  overflow: hidden;
}
.lightbox-container .lightbox-content .preloader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 50px;
  height: 50px;
}
.lightbox-container .lightbox-content .lightbox-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.lightbox-container .lightbox-content img {
  width: 100%;
  height: 100%;
}
.lightbox-container .lightbox-content img.hidden {
  opacity: 0;
}
.lightbox-container .lightbox-content:hover .lightbox-title {
  transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.lightbox-container .lightbox-buttons {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10500;
  pointer-events: none;
}
.lightbox-container .lightbox-buttons .button {
  position: absolute;
  top: calc(50% - 30px);
  width: 40px;
  height: 40px;
  background-color: #f00;
  background-image: url("../svg/slider-button.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  border: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  pointer-events: initial;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.lightbox-container .lightbox-buttons .button:hover {
  background-color: #ffa500;
}
.lightbox-container .lightbox-buttons .button.prev {
  left: 20px;
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.lightbox-container .lightbox-buttons .button.next {
  right: 20px;
}
.lightbox-container .close {
  position: fixed;
  border: 0;
  padding: 0;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0);
  overflow: visible;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  display: block;
  outline: none;
  z-index: 10500;
  box-shadow: none;
  pointer-events: initial;
  touch-action: manipulation;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
@media screen and (max-width: 991px) {
  .lightbox-background {
    cursor: pointer;
  }
}
@-moz-keyframes preloader1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, -5px) rotate(0deg);
    -o-transform: translate(-5px, -5px) rotate(0deg);
    -ms-transform: translate(-5px, -5px) rotate(0deg);
    -moz-transform: translate(-5px, -5px) rotate(0deg);
    -webkit-transform: translate(-5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, -20px) rotate(180deg);
    -o-transform: translate(-20px, -20px) rotate(180deg);
    -ms-transform: translate(-20px, -20px) rotate(180deg);
    -moz-transform: translate(-20px, -20px) rotate(180deg);
    -webkit-transform: translate(-20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, -5px) rotate(360deg);
    -o-transform: translate(-5px, -5px) rotate(360deg);
    -ms-transform: translate(-5px, -5px) rotate(360deg);
    -moz-transform: translate(-5px, -5px) rotate(360deg);
    -webkit-transform: translate(-5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes preloader1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, -5px) rotate(0deg);
    -o-transform: translate(-5px, -5px) rotate(0deg);
    -ms-transform: translate(-5px, -5px) rotate(0deg);
    -moz-transform: translate(-5px, -5px) rotate(0deg);
    -webkit-transform: translate(-5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, -20px) rotate(180deg);
    -o-transform: translate(-20px, -20px) rotate(180deg);
    -ms-transform: translate(-20px, -20px) rotate(180deg);
    -moz-transform: translate(-20px, -20px) rotate(180deg);
    -webkit-transform: translate(-20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, -5px) rotate(360deg);
    -o-transform: translate(-5px, -5px) rotate(360deg);
    -ms-transform: translate(-5px, -5px) rotate(360deg);
    -moz-transform: translate(-5px, -5px) rotate(360deg);
    -webkit-transform: translate(-5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-o-keyframes preloader1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, -5px) rotate(0deg);
    -o-transform: translate(-5px, -5px) rotate(0deg);
    -ms-transform: translate(-5px, -5px) rotate(0deg);
    -moz-transform: translate(-5px, -5px) rotate(0deg);
    -webkit-transform: translate(-5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, -20px) rotate(180deg);
    -o-transform: translate(-20px, -20px) rotate(180deg);
    -ms-transform: translate(-20px, -20px) rotate(180deg);
    -moz-transform: translate(-20px, -20px) rotate(180deg);
    -webkit-transform: translate(-20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, -5px) rotate(360deg);
    -o-transform: translate(-5px, -5px) rotate(360deg);
    -ms-transform: translate(-5px, -5px) rotate(360deg);
    -moz-transform: translate(-5px, -5px) rotate(360deg);
    -webkit-transform: translate(-5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes preloader1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, -5px) rotate(0deg);
    -o-transform: translate(-5px, -5px) rotate(0deg);
    -ms-transform: translate(-5px, -5px) rotate(0deg);
    -moz-transform: translate(-5px, -5px) rotate(0deg);
    -webkit-transform: translate(-5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, -20px) rotate(180deg);
    -o-transform: translate(-20px, -20px) rotate(180deg);
    -ms-transform: translate(-20px, -20px) rotate(180deg);
    -moz-transform: translate(-20px, -20px) rotate(180deg);
    -webkit-transform: translate(-20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, -5px) rotate(360deg);
    -o-transform: translate(-5px, -5px) rotate(360deg);
    -ms-transform: translate(-5px, -5px) rotate(360deg);
    -moz-transform: translate(-5px, -5px) rotate(360deg);
    -webkit-transform: translate(-5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-moz-keyframes preloader2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, -5px) rotate(0deg);
    -o-transform: translate(5px, -5px) rotate(0deg);
    -ms-transform: translate(5px, -5px) rotate(0deg);
    -moz-transform: translate(5px, -5px) rotate(0deg);
    -webkit-transform: translate(5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, -20px) rotate(180deg);
    -o-transform: translate(20px, -20px) rotate(180deg);
    -ms-transform: translate(20px, -20px) rotate(180deg);
    -moz-transform: translate(20px, -20px) rotate(180deg);
    -webkit-transform: translate(20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, -5px) rotate(360deg);
    -o-transform: translate(5px, -5px) rotate(360deg);
    -ms-transform: translate(5px, -5px) rotate(360deg);
    -moz-transform: translate(5px, -5px) rotate(360deg);
    -webkit-transform: translate(5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes preloader2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, -5px) rotate(0deg);
    -o-transform: translate(5px, -5px) rotate(0deg);
    -ms-transform: translate(5px, -5px) rotate(0deg);
    -moz-transform: translate(5px, -5px) rotate(0deg);
    -webkit-transform: translate(5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, -20px) rotate(180deg);
    -o-transform: translate(20px, -20px) rotate(180deg);
    -ms-transform: translate(20px, -20px) rotate(180deg);
    -moz-transform: translate(20px, -20px) rotate(180deg);
    -webkit-transform: translate(20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, -5px) rotate(360deg);
    -o-transform: translate(5px, -5px) rotate(360deg);
    -ms-transform: translate(5px, -5px) rotate(360deg);
    -moz-transform: translate(5px, -5px) rotate(360deg);
    -webkit-transform: translate(5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-o-keyframes preloader2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, -5px) rotate(0deg);
    -o-transform: translate(5px, -5px) rotate(0deg);
    -ms-transform: translate(5px, -5px) rotate(0deg);
    -moz-transform: translate(5px, -5px) rotate(0deg);
    -webkit-transform: translate(5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, -20px) rotate(180deg);
    -o-transform: translate(20px, -20px) rotate(180deg);
    -ms-transform: translate(20px, -20px) rotate(180deg);
    -moz-transform: translate(20px, -20px) rotate(180deg);
    -webkit-transform: translate(20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, -5px) rotate(360deg);
    -o-transform: translate(5px, -5px) rotate(360deg);
    -ms-transform: translate(5px, -5px) rotate(360deg);
    -moz-transform: translate(5px, -5px) rotate(360deg);
    -webkit-transform: translate(5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes preloader2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, -5px) rotate(0deg);
    -o-transform: translate(5px, -5px) rotate(0deg);
    -ms-transform: translate(5px, -5px) rotate(0deg);
    -moz-transform: translate(5px, -5px) rotate(0deg);
    -webkit-transform: translate(5px, -5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, -20px) rotate(180deg);
    -o-transform: translate(20px, -20px) rotate(180deg);
    -ms-transform: translate(20px, -20px) rotate(180deg);
    -moz-transform: translate(20px, -20px) rotate(180deg);
    -webkit-transform: translate(20px, -20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, -5px) rotate(360deg);
    -o-transform: translate(5px, -5px) rotate(360deg);
    -ms-transform: translate(5px, -5px) rotate(360deg);
    -moz-transform: translate(5px, -5px) rotate(360deg);
    -webkit-transform: translate(5px, -5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-moz-keyframes preloader3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, 5px) rotate(0deg);
    -o-transform: translate(5px, 5px) rotate(0deg);
    -ms-transform: translate(5px, 5px) rotate(0deg);
    -moz-transform: translate(5px, 5px) rotate(0deg);
    -webkit-transform: translate(5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, 20px) rotate(180deg);
    -o-transform: translate(20px, 20px) rotate(180deg);
    -ms-transform: translate(20px, 20px) rotate(180deg);
    -moz-transform: translate(20px, 20px) rotate(180deg);
    -webkit-transform: translate(20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, 5px) rotate(360deg);
    -o-transform: translate(5px, 5px) rotate(360deg);
    -ms-transform: translate(5px, 5px) rotate(360deg);
    -moz-transform: translate(5px, 5px) rotate(360deg);
    -webkit-transform: translate(5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes preloader3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, 5px) rotate(0deg);
    -o-transform: translate(5px, 5px) rotate(0deg);
    -ms-transform: translate(5px, 5px) rotate(0deg);
    -moz-transform: translate(5px, 5px) rotate(0deg);
    -webkit-transform: translate(5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, 20px) rotate(180deg);
    -o-transform: translate(20px, 20px) rotate(180deg);
    -ms-transform: translate(20px, 20px) rotate(180deg);
    -moz-transform: translate(20px, 20px) rotate(180deg);
    -webkit-transform: translate(20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, 5px) rotate(360deg);
    -o-transform: translate(5px, 5px) rotate(360deg);
    -ms-transform: translate(5px, 5px) rotate(360deg);
    -moz-transform: translate(5px, 5px) rotate(360deg);
    -webkit-transform: translate(5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-o-keyframes preloader3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, 5px) rotate(0deg);
    -o-transform: translate(5px, 5px) rotate(0deg);
    -ms-transform: translate(5px, 5px) rotate(0deg);
    -moz-transform: translate(5px, 5px) rotate(0deg);
    -webkit-transform: translate(5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, 20px) rotate(180deg);
    -o-transform: translate(20px, 20px) rotate(180deg);
    -ms-transform: translate(20px, 20px) rotate(180deg);
    -moz-transform: translate(20px, 20px) rotate(180deg);
    -webkit-transform: translate(20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, 5px) rotate(360deg);
    -o-transform: translate(5px, 5px) rotate(360deg);
    -ms-transform: translate(5px, 5px) rotate(360deg);
    -moz-transform: translate(5px, 5px) rotate(360deg);
    -webkit-transform: translate(5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes preloader3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(5px, 5px) rotate(0deg);
    -o-transform: translate(5px, 5px) rotate(0deg);
    -ms-transform: translate(5px, 5px) rotate(0deg);
    -moz-transform: translate(5px, 5px) rotate(0deg);
    -webkit-transform: translate(5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(20px, 20px) rotate(180deg);
    -o-transform: translate(20px, 20px) rotate(180deg);
    -ms-transform: translate(20px, 20px) rotate(180deg);
    -moz-transform: translate(20px, 20px) rotate(180deg);
    -webkit-transform: translate(20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(5px, 5px) rotate(360deg);
    -o-transform: translate(5px, 5px) rotate(360deg);
    -ms-transform: translate(5px, 5px) rotate(360deg);
    -moz-transform: translate(5px, 5px) rotate(360deg);
    -webkit-transform: translate(5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-moz-keyframes preloader4 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, 5px) rotate(0deg);
    -o-transform: translate(-5px, 5px) rotate(0deg);
    -ms-transform: translate(-5px, 5px) rotate(0deg);
    -moz-transform: translate(-5px, 5px) rotate(0deg);
    -webkit-transform: translate(-5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, 20px) rotate(180deg);
    -o-transform: translate(-20px, 20px) rotate(180deg);
    -ms-transform: translate(-20px, 20px) rotate(180deg);
    -moz-transform: translate(-20px, 20px) rotate(180deg);
    -webkit-transform: translate(-20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, 5px) rotate(360deg);
    -o-transform: translate(-5px, 5px) rotate(360deg);
    -ms-transform: translate(-5px, 5px) rotate(360deg);
    -moz-transform: translate(-5px, 5px) rotate(360deg);
    -webkit-transform: translate(-5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes preloader4 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, 5px) rotate(0deg);
    -o-transform: translate(-5px, 5px) rotate(0deg);
    -ms-transform: translate(-5px, 5px) rotate(0deg);
    -moz-transform: translate(-5px, 5px) rotate(0deg);
    -webkit-transform: translate(-5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, 20px) rotate(180deg);
    -o-transform: translate(-20px, 20px) rotate(180deg);
    -ms-transform: translate(-20px, 20px) rotate(180deg);
    -moz-transform: translate(-20px, 20px) rotate(180deg);
    -webkit-transform: translate(-20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, 5px) rotate(360deg);
    -o-transform: translate(-5px, 5px) rotate(360deg);
    -ms-transform: translate(-5px, 5px) rotate(360deg);
    -moz-transform: translate(-5px, 5px) rotate(360deg);
    -webkit-transform: translate(-5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@-o-keyframes preloader4 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, 5px) rotate(0deg);
    -o-transform: translate(-5px, 5px) rotate(0deg);
    -ms-transform: translate(-5px, 5px) rotate(0deg);
    -moz-transform: translate(-5px, 5px) rotate(0deg);
    -webkit-transform: translate(-5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, 20px) rotate(180deg);
    -o-transform: translate(-20px, 20px) rotate(180deg);
    -ms-transform: translate(-20px, 20px) rotate(180deg);
    -moz-transform: translate(-20px, 20px) rotate(180deg);
    -webkit-transform: translate(-20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, 5px) rotate(360deg);
    -o-transform: translate(-5px, 5px) rotate(360deg);
    -ms-transform: translate(-5px, 5px) rotate(360deg);
    -moz-transform: translate(-5px, 5px) rotate(360deg);
    -webkit-transform: translate(-5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes preloader4 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-5px, 5px) rotate(0deg);
    -o-transform: translate(-5px, 5px) rotate(0deg);
    -ms-transform: translate(-5px, 5px) rotate(0deg);
    -moz-transform: translate(-5px, 5px) rotate(0deg);
    -webkit-transform: translate(-5px, 5px) rotate(0deg);
  }
  35%, 45% {
    transform: translate(-20px, 20px) rotate(180deg);
    -o-transform: translate(-20px, 20px) rotate(180deg);
    -ms-transform: translate(-20px, 20px) rotate(180deg);
    -moz-transform: translate(-20px, 20px) rotate(180deg);
    -webkit-transform: translate(-20px, 20px) rotate(180deg);
  }
  70% {
    transform: translate(-5px, 5px) rotate(360deg);
    -o-transform: translate(-5px, 5px) rotate(360deg);
    -ms-transform: translate(-5px, 5px) rotate(360deg);
    -moz-transform: translate(-5px, 5px) rotate(360deg);
    -webkit-transform: translate(-5px, 5px) rotate(360deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
    -o-transform: translate(0px, 0px) rotate(360deg);
    -ms-transform: translate(0px, 0px) rotate(360deg);
    -moz-transform: translate(0px, 0px) rotate(360deg);
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}
