/*============================================================================
  #Variables
==============================================================================*/
/*============================================================================
  #Mixin Directives
==============================================================================*/
/* ==========================================================================
   Reset browser
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

html, body {
  overflow-x: hidden; }

body {
  font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff; }
  body.boxed {
    max-width: 1170px;
    margin: auto; }
    body.boxed .topbar {
      padding: 10px 0; }
    body.boxed .header__mid {
      padding: 0; }

ul {
  list-style: inside; }

ol {
  list-style: inside decimal; }

ul ul,
ol ol {
  padding-left: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote, q {
  quotes: none;
  background: #f1f1f1;
  padding: 30px 25px 30px 60px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  display: block; }

blockquote:before,
q:before {
  position: absolute;
  content: '"';
  left: 25px;
  top: 0;
  font-size: 50px;
  color: #999; }

blockquote p {
  margin-bottom: 1.4736842105em; }

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0"; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 500; }

blockquote > :last-child {
  margin-bottom: 0; }

blockquote p, q p {
  margin: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 500; }

dd {
  margin: 0 0 1.75em; }

table,
th,
td {
  border: 1px solid #ddd;
  vertical-align: middle; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 1.5em 0 1.75em;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 600; }

td {
  border-width: 0 1px 1px 0; }

th,
td {
  padding: 15px; }

th p,
td p {
  margin: 0; }

small {
  font-size: 75%; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

b, strong {
  font-weight: bold; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace; }

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark {
  background: #666666;
  padding: 0.125em 0.25em;
  text-decoration: none;
  color: #fff; }

big {
  font-size: 125%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Typography
   ========================================================================== */
a {
  color: #666666;
  transition: all .3s; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0; }

a:hover, a:active {
  color: #666666; }

em {
  font-style: italic;
  font-family: 'libre baskerville', serif; }

strong {
  font-weight: 600; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0.65em 0 0.5em;
  line-height: 1.428;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.5px; }

h1 {
  margin: 0;
  font-size: 2.6179em; }

h2 {
  font-size: 2.0581em; }

h3 {
  font-size: 1.618em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1.1em; }

p {
  margin-bottom: 1.3em; }

/* ==========================================================================
   Form
   ========================================================================== */
input,
button,
textarea {
  transition: all .3s;
  vertical-align: middle; }

input:focus,
button:focus,
textarea:focus {
  outline: 0;
  box-shadow: none; }

input:not([type="radio"]):not([type="checkbox"]),
button,
select,
.button {
  height: 40px;
  line-height: 36px; }

input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
  border: 1px solid #ccc;
  font-size: 13px;
  outline: 0;
  padding: 0 15px;
  color: #878787;
  font-family: Poppins, sans-serif;
  border-radius: 0;
  max-width: 100%; }

input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
  border-color: #666666; }

textarea {
  padding: 15px; }

input[type="submit"],
button,
.button {
  cursor: pointer;
  border: 2px solid;
  padding: 0 34px;
  background: #fff;
  color: #666666;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap; }

.button {
  display: inline-block;
  background: transparent; }

input[type="submit"]:hover,
button:hover,
.button:hover {
  border-color: #666666;
  background: #666666;
  color: #fff; }

button,
input[type="submit"] {
  -webkit-appearance: button; }

[disabled="disabled"],
input[disabled="disabled"],
button[disabled="disabled"] {
  opacity: .75;
  pointer-events: none; }

.input--error {
  border-color: #ec0101; }

.button--primary {
  background: #666666; }

.button--solid {
  border-color: #666666; }
  .button--solid.button--secondary {
    border-color: #666666; }

.button--primary:hover {
  background: #404040; }

.button--secondary {
  background: #666666; }

.button--secondary:hover {
  background: #404040; }

::-webkit-input-placeholder {
  color: #c1c1c1; }

:-moz-placeholder {
  color: #c1c1c1; }

::-moz-placeholder {
  color: #c1c1c1; }

:-ms-input-placeholder {
  color: #c1c1c1; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

@-moz-document url-prefix() {
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #999 !important;
    background-image: none !important;
    border: 0; } }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

/* ==========================================================================
   Clearing
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.placeholder-svg {
  fill: rgba(120, 129, 136, 0.35);
  background-color: rgba(120, 129, 136, 0.1);
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2); }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

svg.svg {
  width: 18px;
  height: 18px; }

/* ==========================================================================
   Flexbox
   ========================================================================== */
.flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.flex--equal-width {
    flex-wrap: wrap; }
    .flex.flex--equal-width.gutter--1 .flex--equal-item {
      padding: 5px; }
    .flex.flex--equal-width.gutter--2 .flex--equal-item {
      padding: 10px; }
    .flex.flex--equal-width.gutter--3 .flex--equal-item {
      padding: 15px; }
    .flex.flex--equal-width.gutter--4 .flex--equal-item {
      padding: 20px; }
    .flex.flex--equal-width.gutter--5 .flex--equal-item {
      padding: 25px; }

.flex--equal-item {
  width: 50%; }

@media only screen and (min-width: 992px) {
  .flex--2 .flex--equal-item {
    width: 50%; }

  .flex--3 .flex--equal-item {
    width: 33.33333%; }

  .flex--4 .flex--equal-item {
    width: 25%; }

  .flex--5 .flex--equal-item {
    width: 20%; }

  .flex--6 .flex--equal-item {
    width: 16.66667%; }

  .flex--7 .flex--equal-item {
    width: 14.28571%; }

  .flex--8 .flex--equal-item {
    width: 12.5%; }

  .flex--9 .flex--equal-item {
    width: 11.11111%; }

  .flex--10 .flex--equal-item {
    width: 10%; }

  .grid-sizer.size-2 {
    width: 16.666%; }

  .grid-sizer.size-3 {
    width: 25%; }

  .grid-sizer.size-4 {
    width: 33.3%; }

  .grid-sizer.size-6 {
    width: 50%; }

  .grid-sizer.size-12 {
    width: 100%; } }
.grid-sizer {
  min-height: 1px;
  float: left;
  position: absolute; }

.flex .grow {
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

.flex.column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: column;
  flex-direction: column; }

.jas-row {
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

.jas-col-xs, .jas-col-sm, .jas-col-md, .jas-col-lg, .jas-col-xs-1, .jas-col-xs-2, .jas-col-xs-3, .jas-col-xs-4, .jas-col-xs-5, .jas-col-xs-6, .jas-col-xs-7, .jas-col-xs-8, .jas-col-xs-9, .jas-col-xs-10, .jas-col-xs-11, .jas-col-xs-12, .jas-col-sm-1, .jas-col-sm-2, .jas-col-sm-3, .jas-col-sm-4, .jas-col-sm-5, .jas-col-sm-6, .jas-col-sm-7, .jas-col-sm-8, .jas-col-sm-9, .jas-col-sm-10, .jas-col-sm-11, .jas-col-sm-12, .jas-col-md-1, .jas-col-md-2, .jas-col-md-3, .jas-col-md-4, .jas-col-md-5, .jas-col-md-6, .jas-col-md-7, .jas-col-md-8, .jas-col-md-9, .jas-col-md-10, .jas-col-md-11, .jas-col-md-12, .jas-col-lg-1, .jas-col-lg-2, .jas-col-lg-3, .jas-col-lg-4, .jas-col-lg-5, .jas-col-lg-6, .jas-col-lg-7, .jas-col-lg-8, .jas-col-lg-9, .jas-col-lg-10, .jas-col-lg-11, .jas-col-lg-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.jas-col-xs, .jas-col-sm, .jas-col-md, .jas-col-lg {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.jas-col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.jas-col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.jas-col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.jas-col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.jas-col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.jas-col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.jas-col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.jas-col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.jas-col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.jas-col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.jas-col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.jas-col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.jas-off-xs-1 {
  margin-left: 8.33333%; }

.jas-off-xs-2 {
  margin-left: 16.66667%; }

.jas-off-xs-3 {
  margin-left: 25%; }

.jas-off-xs-4 {
  margin-left: 33.33333%; }

.jas-off-xs-5 {
  margin-left: 41.66667%; }

.jas-off-xs-6 {
  margin-left: 50%; }

.jas-off-xs-7 {
  margin-left: 58.33333%; }

.jas-off-xs-8 {
  margin-left: 66.66667%; }

.jas-off-xs-9 {
  margin-left: 75%; }

.jas-off-xs-10 {
  margin-left: 83.33333%; }

.jas-off-xs-11 {
  margin-left: 91.66667%; }

.jas-off-xs-reset {
  margin-left: 0; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.first-xs {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1; }

.last-xs {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2; }

.hide-xs {
  display: none; }

.visible-xs {
  display: block; }

.between-xs {
  justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between; }

.flex-xs {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 768px) {
  .jas-col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .jas-col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .jas-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .jas-col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .jas-col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .jas-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .jas-col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .jas-col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .jas-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .jas-col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .jas-col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .jas-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .jas-off-sm-1 {
    margin-left: 8.33333%; }

  .jas-off-sm-2 {
    margin-left: 16.66667%; }

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

  .jas-off-sm-4 {
    margin-left: 33.33333%; }

  .jas-off-sm-5 {
    margin-left: 41.66667%; }

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

  .jas-off-sm-7 {
    margin-left: 58.33333%; }

  .jas-off-sm-8 {
    margin-left: 66.66667%; }

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

  .jas-off-sm-10 {
    margin-left: 83.33333%; }

  .jas-off-sm-11 {
    margin-left: 91.66667%; }

  .jas-off-sm-reset {
    margin-left: 0; }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .first-sm {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; }

  .last-sm {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; }

  .hide-sm {
    display: none; }

  .visible-sm {
    display: block; }

  .between-sm {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between; }

  .flex-sm {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (min-width: 992px) {
  .jas-col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .jas-col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .jas-col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .jas-col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .jas-col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .jas-col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .jas-col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .jas-col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .jas-col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .jas-col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .jas-col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .jas-col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .jas-off-md-1 {
    margin-left: 8.33333%; }

  .jas-off-md-2 {
    margin-left: 16.66667%; }

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

  .jas-off-md-4 {
    margin-left: 33.33333%; }

  .jas-off-md-5 {
    margin-left: 41.66667%; }

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

  .jas-off-md-7 {
    margin-left: 58.33333%; }

  .jas-off-md-8 {
    margin-left: 66.66667%; }

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

  .jas-off-md-10 {
    margin-left: 83.33333%; }

  .jas-off-md-11 {
    margin-left: 91.66667%; }

  .jas-off-md-reset {
    margin-left: 0; }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .first-md {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; }

  .last-md {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; }

  .hide-md {
    display: none; }

  .visible-md {
    display: block; }

  .between-md {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between; }

  .flex-md {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (min-width: 1200px) {
  .jas-col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .jas-col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .jas-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .jas-col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .jas-col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .jas-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .jas-col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .jas-col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .jas-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .jas-col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .jas-col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .jas-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .jas-off-lg-1 {
    margin-left: 8.33333%; }

  .jas-off-lg-2 {
    margin-left: 16.66667%; }

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

  .jas-off-lg-4 {
    margin-left: 33.33333%; }

  .jas-off-lg-5 {
    margin-left: 41.66667%; }

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

  .jas-off-lg-7 {
    margin-left: 58.33333%; }

  .jas-off-lg-8 {
    margin-left: 66.66667%; }

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

  .jas-off-lg-10 {
    margin-left: 83.33333%; }

  .jas-off-lg-11 {
    margin-left: 91.66667%; }

  .jas-off-lg-reset {
    margin-left: 0; }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .first-lg {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; }

  .last-lg {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; }

  .hide-lg {
    display: none; }

  .visible-lg {
    display: block; }

  .between-lg {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between; }

  .flex-lg {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.jas-container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 0 15px; }

.jas-container--sm {
  max-width: 760px; }

.jas-container--xs {
  max-width: 600px; }

/* ==========================================================================
   Helper class
   ========================================================================== */
.mg__0 {
  margin: 0; }

.mt__0 {
  margin-top: 0px; }

.mt__5 {
  margin-top: 5px; }

.mt__10 {
  margin-top: 10px; }

.mt__15 {
  margin-top: 15px; }

.mt__20 {
  margin-top: 20px; }

.mt__25 {
  margin-top: 25px; }

.mt__30 {
  margin-top: 30px; }

.mt__35 {
  margin-top: 35px; }

.mt__40 {
  margin-top: 40px; }

.mt__45 {
  margin-top: 45px; }

.mt__50 {
  margin-top: 50px; }

.mt__55 {
  margin-top: 55px; }

.mt__60 {
  margin-top: 60px; }

.mt__65 {
  margin-top: 65px; }

.mt__70 {
  margin-top: 70px; }

.mt__75 {
  margin-top: 75px; }

.mt__80 {
  margin-top: 80px; }

.mt__85 {
  margin-top: 85px; }

.mt__90 {
  margin-top: 90px; }

.mt__95 {
  margin-top: 95px; }

.mt__100 {
  margin-top: 100px; }

.mb__0 {
  margin-bottom: 0px; }

.mb__5 {
  margin-bottom: 5px; }

.mb__10 {
  margin-bottom: 10px; }

.mb__15 {
  margin-bottom: 15px; }

.mb__20 {
  margin-bottom: 20px; }

.mb__25 {
  margin-bottom: 25px; }

.mb__30 {
  margin-bottom: 30px; }

.mb__35 {
  margin-bottom: 35px; }

.mb__40 {
  margin-bottom: 40px; }

.mb__45 {
  margin-bottom: 45px; }

.mb__50 {
  margin-bottom: 50px; }

.mb__55 {
  margin-bottom: 55px; }

.mb__60 {
  margin-bottom: 60px; }

.mb__65 {
  margin-bottom: 65px; }

.mb__70 {
  margin-bottom: 70px; }

.mb__75 {
  margin-bottom: 75px; }

.mb__80 {
  margin-bottom: 80px; }

.mb__85 {
  margin-bottom: 85px; }

.mb__90 {
  margin-bottom: 90px; }

.mb__95 {
  margin-bottom: 95px; }

.mb__100 {
  margin-bottom: 100px; }

.ml__0 {
  margin-left: 0px; }

.ml__5 {
  margin-left: 5px; }

.ml__10 {
  margin-left: 10px; }

.ml__15 {
  margin-left: 15px; }

.ml__20 {
  margin-left: 20px; }

.ml__25 {
  margin-left: 25px; }

.ml__30 {
  margin-left: 30px; }

.ml__35 {
  margin-left: 35px; }

.ml__40 {
  margin-left: 40px; }

.ml__45 {
  margin-left: 45px; }

.ml__50 {
  margin-left: 50px; }

.ml__55 {
  margin-left: 55px; }

.ml__60 {
  margin-left: 60px; }

.ml__65 {
  margin-left: 65px; }

.ml__70 {
  margin-left: 70px; }

.ml__75 {
  margin-left: 75px; }

.ml__80 {
  margin-left: 80px; }

.ml__85 {
  margin-left: 85px; }

.ml__90 {
  margin-left: 90px; }

.ml__95 {
  margin-left: 95px; }

.ml__100 {
  margin-left: 100px; }

.mr__0 {
  margin-right: 0px; }

.mr__5 {
  margin-right: 5px; }

.mr__10 {
  margin-right: 10px; }

.mr__15 {
  margin-right: 15px; }

.mr__20 {
  margin-right: 20px; }

.mr__25 {
  margin-right: 25px; }

.mr__30 {
  margin-right: 30px; }

.mr__35 {
  margin-right: 35px; }

.mr__40 {
  margin-right: 40px; }

.mr__45 {
  margin-right: 45px; }

.mr__50 {
  margin-right: 50px; }

.mr__55 {
  margin-right: 55px; }

.mr__60 {
  margin-right: 60px; }

.mr__65 {
  margin-right: 65px; }

.mr__70 {
  margin-right: 70px; }

.mr__75 {
  margin-right: 75px; }

.mr__80 {
  margin-right: 80px; }

.mr__85 {
  margin-right: 85px; }

.mr__90 {
  margin-right: 90px; }

.mr__95 {
  margin-right: 95px; }

.mr__100 {
  margin-right: 100px; }

.pd__0 {
  padding: 0; }

.pt__0 {
  padding-top: 0px; }

.pt__5 {
  padding-top: 5px; }

.pt__10 {
  padding-top: 10px; }

.pt__15 {
  padding-top: 15px; }

.pt__20 {
  padding-top: 20px; }

.pt__25 {
  padding-top: 25px; }

.pt__30 {
  padding-top: 30px; }

.pt__35 {
  padding-top: 35px; }

.pt__40 {
  padding-top: 40px; }

.pt__45 {
  padding-top: 45px; }

.pt__50 {
  padding-top: 50px; }

.pt__55 {
  padding-top: 55px; }

.pt__60 {
  padding-top: 60px; }

.pt__65 {
  padding-top: 65px; }

.pt__70 {
  padding-top: 70px; }

.pt__75 {
  padding-top: 75px; }

.pt__80 {
  padding-top: 80px; }

.pt__85 {
  padding-top: 85px; }

.pt__90 {
  padding-top: 90px; }

.pt__95 {
  padding-top: 95px; }

.pt__100 {
  padding-top: 100px; }

.pb__0 {
  padding-bottom: 0px; }

.pb__5 {
  padding-bottom: 5px; }

.pb__10 {
  padding-bottom: 10px; }

.pb__15 {
  padding-bottom: 15px; }

.pb__20 {
  padding-bottom: 20px; }

.pb__25 {
  padding-bottom: 25px; }

.pb__30 {
  padding-bottom: 30px; }

.pb__35 {
  padding-bottom: 35px; }

.pb__40 {
  padding-bottom: 40px; }

.pb__45 {
  padding-bottom: 45px; }

.pb__50 {
  padding-bottom: 50px; }

.pb__55 {
  padding-bottom: 55px; }

.pb__60 {
  padding-bottom: 60px; }

.pb__65 {
  padding-bottom: 65px; }

.pb__70 {
  padding-bottom: 70px; }

.pb__75 {
  padding-bottom: 75px; }

.pb__80 {
  padding-bottom: 80px; }

.pb__85 {
  padding-bottom: 85px; }

.pb__90 {
  padding-bottom: 90px; }

.pb__95 {
  padding-bottom: 95px; }

.pb__100 {
  padding-bottom: 100px; }

.pl__0 {
  padding-left: 0px; }

.pl__5 {
  padding-left: 5px; }

.pl__10 {
  padding-left: 10px; }

.pl__15 {
  padding-left: 15px; }

.pl__20 {
  padding-left: 20px; }

.pl__25 {
  padding-left: 25px; }

.pl__30 {
  padding-left: 30px; }

.pl__35 {
  padding-left: 35px; }

.pl__40 {
  padding-left: 40px; }

.pl__45 {
  padding-left: 45px; }

.pl__50 {
  padding-left: 50px; }

.pl__55 {
  padding-left: 55px; }

.pl__60 {
  padding-left: 60px; }

.pl__65 {
  padding-left: 65px; }

.pl__70 {
  padding-left: 70px; }

.pl__75 {
  padding-left: 75px; }

.pl__80 {
  padding-left: 80px; }

.pl__85 {
  padding-left: 85px; }

.pl__90 {
  padding-left: 90px; }

.pl__95 {
  padding-left: 95px; }

.pl__100 {
  padding-left: 100px; }

.pr__0 {
  padding-right: 0px; }

.pr__5 {
  padding-right: 5px; }

.pr__10 {
  padding-right: 10px; }

.pr__15 {
  padding-right: 15px; }

.pr__20 {
  padding-right: 20px; }

.pr__25 {
  padding-right: 25px; }

.pr__30 {
  padding-right: 30px; }

.pr__35 {
  padding-right: 35px; }

.pr__40 {
  padding-right: 40px; }

.pr__45 {
  padding-right: 45px; }

.pr__50 {
  padding-right: 50px; }

.pr__55 {
  padding-right: 55px; }

.pr__60 {
  padding-right: 60px; }

.pr__65 {
  padding-right: 65px; }

.pr__70 {
  padding-right: 70px; }

.pr__75 {
  padding-right: 75px; }

.pr__80 {
  padding-right: 80px; }

.pr__85 {
  padding-right: 85px; }

.pr__90 {
  padding-right: 90px; }

.pr__95 {
  padding-right: 95px; }

.pr__100 {
  padding-right: 100px; }

.w__100 {
  width: 100%; }

.h__100 {
  height: 100%; }

.br__40 {
  border-radius: 40px; }

.br__50 {
  border-radius: 50%; }

.fs__10 {
  font-size: 10px; }

.fs__12 {
  font-size: 12px; }

.fs__13 {
  font-size: 13px; }

.fs__14 {
  font-size: 14px; }

.fs__16 {
  font-size: 16px; }

.fs__18 {
  font-size: 18px; }

.fs__20 {
  font-size: 20px; }

.fs__24 {
  font-size: 24px; }

.fs__30 {
  font-size: 30px; }

.fs__35 {
  font-size: 35px; }

.fs__50 {
  font-size: 50px; }

.fs__60 {
  font-size: 60px; }

.db {
  display: block; }

.dn {
  display: none; }

.dib {
  display: inline-block; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.fl {
  float: left; }

.fr {
  float: right; }

.pa {
  position: absolute; }

.pr {
  position: relative; }

.pf {
  position: fixed; }

.pa-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0); }

.cb {
  color: #000; }

.cd {
  color: #222; }

.cp, .chp:hover {
  color: #666666; }

.cw, .bghp:hover, .bghp:active, .bghp:focus {
  color: #fff; }

.cg {
  color: #878787; }

.cr {
  color: #ec0101; }

.cgreen, .chg:hover {
  color: #90c11a; }

.bgw {
  background: #fff; }

.bgb {
  background: #000; }

.bgbl {
  background: #f6f6f8; }

/* Black Lighter */
.bgp, .bghp:hover {
  background: #666666; }

.bgd {
  background: #222; }

.tu {
  text-transform: uppercase; }

.fwm {
  font-weight: 500; }

.fwsb {
  font-weight: 600; }

.fwb {
  font-weight: 700; }

.ls__0 {
  letter-spacing: 0px; }

.ls__1 {
  letter-spacing: 1px; }

.ls__2 {
  letter-spacing: 2px; }

.ls__3 {
  letter-spacing: 3px; }

.ls__4 {
  letter-spacing: 4px; }

.ls__5 {
  letter-spacing: 5px; }

.ts__03 {
  transition: all .3s; }

.ts__04 {
  transition: all .4s; }

.ts__05 {
  transition: all .5s; }

.lh__1 {
  line-height: 1; }

.f__body {
  font-family: Poppins, sans-serif; }

.f__libre {
  font-family: 'Libre Baskerville', serif;
  font-style: italic; }

.oh {
  overflow: hidden; }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.one-fourth,
.one-third,
.one-second,
.two-third,
.third-fourth,
.one-whole,
.masonry__image--content + img,
.masonry__image--content + a,
.masonry__image--content + a img {
  width: 100%; }

@media only screen and (min-width: 48em) {
  .one-fourth,
  .one-third,
  .one-second,
  .two-third,
  .third-fourth,
  .one-whole {
    width: 50%; } }
@media only screen and (min-width: 62em) {
  .one-third {
    width: 33.3%; }

  .one-fourth {
    width: 25%; }

  .two-third {
    width: 66.6%; }

  .third-fourth {
    width: 100%; } }
/* ==========================================================================
   Section
   ========================================================================== */
.section-header h2:before, .section-header h2:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #666666;
  top: calc(50% - 1px); }
.section-header h2:before {
  left: -75px; }
.section-header h2:after {
  right: -75px; }

.page-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 568px) {
  .page-header {
    padding: 25px 0; } }
/* ==========================================================================
   Topbar
   ========================================================================== */
.topbar {
  background: #f7f3f3;
  color: #666666; }

.jas-currency {
  border: 0;
  height: 20px; }

/* ==========================================================================
   Header
   ========================================================================== */
#jas-header {
  background: #89777a; }
  #jas-header.header-5 {
    background: none; }
    #jas-header.header-5 .header__mid {
      background: #89777a; }

.jas-action > *:not(:first-child) {
  padding-left: 12px; }

.header-4 .header__transparent + .header__bot {
  margin-top: 62px; }

.header__transparent {
  z-index: 10; }

.is-sticky .header__mid {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 1000;
  width: 100%;
  top: 0; }
.is-sticky.header-4 .m-open {
  display: block; }

@media only screen and (max-width: 480px) {
  .topbar .jas-container,
  #jas-header .jas-container {
    padding: 0; }

  .jas-action > *:not(:first-child) {
    padding-left: 4px; } }
/* My account
   ======================= */
.jas-my-account ul {
  width: 170px;
  left: calc(50% - 85px);
  list-style: none;
  background: rgba(255, 255, 255, 0.95);
  top: 120%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
  .jas-my-account ul li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .jas-my-account ul li a {
    padding: 10px; }
.jas-my-account:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible; }
.jas-my-account i {
  color: #fff; }

/* Header search
   ======================= */
.jas-header-search form {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999; }
  .jas-header-search form > div {
    max-width: 780px; }
  .jas-header-search form input[type="text"] {
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0;
    font-size: 20px;
    color: #fff; }
  .jas-header-search form.loading .search-result {
    min-height: 130px; }
    .jas-header-search form.loading .search-result:before, .jas-header-search form.loading .search-result:after {
      content: "";
      position: absolute;
      background: #ededed;
      animation: shimmer 1s ease-in-out infinite;
      animation-fill-mode: forwards;
      animation-direction: alternate; }
    .jas-header-search form.loading .search-result:before {
      width: 48px;
      height: 48px;
      left: 10px;
      top: 10px;
      box-shadow: 0 60px 0 #ededed; }
    .jas-header-search form.loading .search-result:after {
      height: 8px;
      width: 240px;
      left: 70px;
      top: 22px;
      box-shadow: 0 16px 0 #ededed, 0 60px 0 #ededed, 0 76px 0 #ededed; }
    .jas-header-search form.loading .search-result * {
      opacity: 0; }
.jas-header-search .sf-close {
  right: 20px;
  top: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px; }
.jas-header-search .search-result {
  max-height: 80vh;
  overflow: auto; }
  .jas-header-search .search-result .flex {
    padding: 10px 15px; }
    .jas-header-search .search-result .flex:hover {
      background: #f6f6f8; }
.jas-header-search .search-result__all,
.jas-header-search .search-result__empty {
  padding: 10px; }

@-webkit-keyframes shimmer {
  0% {
    opacity: 1; }

  100% {
    opacity: .5; } }

@keyframes shimmer {
  0% {
    opacity: 1; }

  100% {
    opacity: .5; } }

/* Mini cart
   ======================= */
.jas-mini-cart .count {
  width: 16px;
  height: 16px;
  line-height: 18px;
  left: 10px;
  bottom: 0; }
.jas-mini-cart .jas-mini-cart-content {
  padding: 20px; }
.jas-mini-cart .mini-cart-item__image a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all .3s;
  opacity: 0; }
.jas-mini-cart .mini-cart-item__image i {
  top: calc(50% - 21px);
  left: 0;
  opacity: 0; }
.jas-mini-cart .mini-cart-item__image:hover a:before,
.jas-mini-cart .mini-cart-item__image:hover i {
  opacity: 1; }
.jas-mini-cart a.button {
  border-color: #222; }
  .jas-mini-cart a.button:hover {
    border-color: #666666; }
.jas-mini-cart input.button {
  background: #666666;
  border-color: #666666;
  color: #fff;
  font-size: 12px; }
  .jas-mini-cart input.button:hover {
    background: #404040; }
.jas-mini-cart .cart--empty {
  padding: 0; }
  .jas-mini-cart .cart--empty .button {
    border-color: #666666; }

@media only screen and (max-width: 1024px) {
  .mini-cart-item > .flex {
    position: relative; }
  .mini-cart-item .mini-cart-item__image a {
    position: initial; }
    .mini-cart-item .mini-cart-item__image a i {
      opacity: 1;
      left: auto;
      right: 0;
      color: #000;
      width: auto;
      font-size: 32px;
      top: 0;
      height: auto;
      line-height: 20px; }

  #jas-header {
    height: auto !important; } }
/* Menu canvas
   ======================= */
.jas-push-menu {
  width: 320px;
  bottom: 0;
  text-align: left;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
  .jas-push-menu h3 {
    line-height: 50px; }
    .jas-push-menu h3 i {
      top: 0;
      line-height: 50px;
      cursor: pointer;
      font-size: 40px; }
      .jas-push-menu h3 i.on-left {
        left: 8px; }
      .jas-push-menu h3 i.on-right {
        right: 8px; }
  .jas-push-menu.jas-push-menu-left {
    left: -320px; }
    .jas-push-menu.jas-push-menu-left.opened {
      left: 0; }
  .jas-push-menu.jas-push-menu-right {
    right: -320px; }
    .jas-push-menu.jas-push-menu-right.opened {
      right: 0; }

.mask-overlay {
  content: '';
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

/* Menu
   ======================= */
.jas-menu li {
  list-style: none; }
  .jas-menu li a:hover {
    color: #d6938a; }
  .jas-menu li.menu__item--current > a {
    color: #d6938a; }
  .jas-menu li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible; }
.jas-menu > li:not(:first-child) {
  margin-left: 30px; }
.jas-menu > li > a {
  color: #89777a;
  line-height: 62px;
  font-weight: 400; }
.jas-menu > li > ul {
  min-width: 250px;
  display: table;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  left: -17.5px;
  text-align: left;
  z-index: 10;
  padding: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
  .jas-menu > li > ul > li {
    min-width: 230px; }
.jas-menu ul {
  background: #fff; }
  .jas-menu ul li {
    line-height: 30px;
    padding: 10px 15px; }
    .jas-menu ul li:not(:last-child) {
      border-bottom: 1px solid #eee; }
    .jas-menu ul li:hover > a {
      color: #222222; }
    .jas-menu ul li:hover > ul {
      top: 0; }
    .jas-menu ul li a {
      font-size: 13px;
      font-weight: 300;
      color: #878787; }
  .jas-menu ul ul {
    left: 250px;
    top: 20%; }
.jas-menu .menu__item--column {
  display: table-cell;
  border: 0 !important; }
  .jas-menu .menu__item--column > a {
    color: #666666;
    font-weight: 500;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px; }
  .jas-menu .menu__item--column ul {
    padding: 0; }
    .jas-menu .menu__item--column ul > li {
      padding: 6px 0; }

.jas-menu-vertical {
  padding: 25px 20px; }
  .jas-menu-vertical li {
    list-style: none; }
    .jas-menu-vertical li a {
      text-transform: none;
      letter-spacing: .5px;
      padding-right: 20px;
      line-height: 40px; }
      .jas-menu-vertical li a:hover {
        padding-left: 5px; }
  .jas-menu-vertical ul {
    display: none;
    transition: none; }
  .jas-menu-vertical .menu__holder {
    width: 40px;
    height: 40px;
    top: 0;
    right: -10px;
    z-index: 10;
    cursor: pointer; }
    .jas-menu-vertical .menu__holder:before, .jas-menu-vertical .menu__holder:after {
      display: block;
      position: absolute;
      content: "";
      background: #666666;
      z-index: 10;
      transition: all .3s;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .jas-menu-vertical .menu__holder:before {
      top: 18px;
      height: 1px;
      width: 13px;
      right: 13px; }
    .jas-menu-vertical .menu__holder:after {
      top: 12px;
      right: 19px;
      width: 1px;
      height: 13px; }
    .jas-menu-vertical .menu__holder.opened:before, .jas-menu-vertical .menu__holder.opened:after {
      -webkit-transform: rotate(-225deg);
      transform: rotate(-225deg); }

.header__bot .flex {
  border-top: 1px solid #eee; }

/* ==========================================================================
   Footer
   ========================================================================== */
#jas-footer {
  background: #e5e5e5;
  color: #666666; }
  #jas-footer .widget__title {
    color: #666666; }
  #jas-footer a {
    color: #666666; }
    #jas-footer a:hover {
      color: #b598ba; }
  #jas-footer .copyright {
    line-height: 24px; }
    #jas-footer .copyright * {
      margin: 0; }

.menu li {
  list-style: none;
  line-height: 30px; }
.menu .recent__item {
  line-height: 24px; }
.menu .plus--before:before {
  position: absolute;
  content: "+";
  left: 0;
  color: #222; }

.subscribe__form {
  border: 1px solid #c2c2c2;
  padding: 2px; }
  .subscribe__form input.subscribe__form--input {
    border: 0;
    border-radius: 40px;
    float: left;
    width: calc(100% - 100px); }
  .subscribe__form .subscribe__form--button {
    border: 0;
    min-width: 100px; }

@media only screen and (max-width: 991px) {
  .copyright + .flex {
    margin-top: 10px; }

  .footer__bot .menu {
    flex-wrap: wrap;
    justify-content: center; }
    .footer__bot .menu li {
      margin: 0 5px; } }
/* ==========================================================================
   Preloader
   ========================================================================== */
.preloader {
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95); }
  .preloader img {
    max-width: 150px; }
  .preloader .progress {
    height: 4px;
    width: 300px;
    background: #666666;
    left: calc(50% - 150px);
    top: calc(50% - 2px); }
    .preloader .progress .indeterminate {
      background: #0d0d0d; }
      .preloader .progress .indeterminate:before, .preloader .progress .indeterminate:after {
        content: "";
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right; }
      .preloader .progress .indeterminate:before {
        -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
      .preloader .progress .indeterminate:after {
        -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        -webkit-animation-delay: 1.15s;
        animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }

  60% {
    left: 100%;
    right: -90%; }

  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }

  60% {
    left: 100%;
    right: -90%; }

  100% {
    left: 100%;
    right: -90%; } }

.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .loader .loader-inner {
    background: url("loader.svg") no-repeat 0 0;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

/* ==========================================================================
   Modal
   ========================================================================== */
.jas-modal {
  max-width: 950px;
  margin: auto; }

/*============================================================================
  Slideshow
==============================================================================*/
.slideshow__image {
  top: 0;
  left: 0;
  z-index: 1;
  height: 160px; }

.slideshow__content {
  z-index: 2; }
  .slideshow__content.slideshow__content--wrap {
    max-width: 1170px;
    margin: auto; }

.slideshow__text {
  padding: 20px; }
  .slideshow__text .slideshow__text--link:hover {
    background: #666666;
    border-color: #666666;
    color: #fff; }

.slideshow.slick-dotted {
  padding-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .slideshow__slide {
    height: auto !important; } }
@media only screen and (min-width: 414px) {
  .slideshow__text--heading {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 100%; } }
@media only screen and (min-width: 768px) {
  .slideshow__image {
    height: 100%;
    position: absolute; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slideshow__text {
    width: 75%;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 35px; }
    .slideshow__text * {
      color: #fff; }
    .slideshow__text .button {
      color: #fff;
      border-color: #c2c2c2; } }
@media only screen and (min-width: 992px) {
  .slideshow__content:not(.slideshow__content--wrap)[class*="start-"] .slideshow__text {
    margin-left: 80px; }
  .slideshow__content:not(.slideshow__content--wrap)[class*="top-"] .slideshow__text {
    margin-top: 20px; }
  .slideshow__content:not(.slideshow__content--wrap)[class*="end-"] .slideshow__text:not(.slideshow__content--wrap) {
    margin-right: 80px; }
  .slideshow__content:not(.slideshow__content--wrap)[class*="bottom-"] .slideshow__text {
    margin-bottom: 20px; } }
.slick-dots li button:before {
  background: #666666;
  opacity: 0.3; }

.slick-dots li.slick-active button:before {
  background: #666666; }

/*============================================================================
  Video & Image background
==============================================================================*/
.cover {
  top: 0;
  left: 0;
  z-index: 2; }

.tv {
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }
  .tv .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }

.jas-parallax .pr {
  z-index: 1; }

/*============================================================================
  Collection list
==============================================================================*/
.collection__title {
  bottom: 20px;
  left: 50%;
  padding: 12px 20px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  min-width: 150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none; }

/*============================================================================
  Product list
==============================================================================*/
.product__action {
  top: 5px;
  left: 5px; }
  .product__action a {
    text-indent: -999em;
    background: transparent;
    width: 25px;
    height: 25px;
    overflow: hidden;
    line-height: 25px; }
    .product__action a:before {
      font-family: "Pe-icon-7-stroke";
      display: block;
      text-indent: 0;
      font-size: 20px; }
    .product__action a.product__action--quickview:before {
      content: "\e63e"; }
    .product__action a.product__action--atc:before {
      content: "\e66e"; }

@media only screen and (min-width: 769px) {
  .product__action a {
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1); } }
.product__image.loading:before {
  content: "";
  position: absolute;
  background: url("loader.svg") no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
.product__image.loading:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

@media only screen and (min-width: 1025px) {
  .product__action {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden; }
    .product__action a {
      line-height: 40px;
      margin: 5px 0;
      text-indent: 0;
      width: auto;
      height: auto;
      padding: 0 25px;
      background: #fff;
      border-radius: 40px; }
      .product__action a:before {
        display: none; }
      .product__action a:hover {
        background: #222;
        color: #fff; }

  .product__image:hover .product__action {
    top: 50%;
    opacity: 1;
    visibility: visible; } }
.product__price--original {
  color: #464646; }

.product__price--sale {
  color: #ec0101;
  margin-right: 5px; }

.product__badge {
  top: 15px;
  right: 15px;
  height: 24px;
  line-height: 24px;
  z-index: 8;
  width: 60px; }

.product__badge--on-sale {
  background: #fe9931; }

.product__badge--sold-out {
  background: #727272; }

/*============================================================================
  Product quickview
==============================================================================*/
.product-quickview .product-single__title a {
  top: -10px; }
  .product-quickview .product-single__title a path {
    fill: #666666; }
.product-quickview .product__price {
  font-size: 20px;
  margin-bottom: 15px; }
.product-quickview .product-single__content {
  height: calc(100% - 30px);
  overflow-x: auto; }

@media only screen and (max-width: 767px) {
  .product-quickview .product-single__content {
    background: #fff;
    margin: 0;
    padding: 15px;
    height: auto;
    width: 100%; }
  .product-quickview .quantity input.quantity__input {
    width: 100px; } }
/*============================================================================
  Promotion banner
==============================================================================*/
.jas-promotion .pa {
  z-index: 10;
  pointer-events: none; }
.jas-promotion:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }
.jas-promotion.left .pa {
  left: 20px; }
.jas-promotion.center .pa {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center; }
.jas-promotion.right .pa {
  right: 20px; }
.jas-promotion.top .pa {
  top: 20px; }
.jas-promotion.middle .pa {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.jas-promotion.middle.center .pa {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.jas-promotion.bottom .pa {
  bottom: 20px; }
.jas-promotion h3, .jas-promotion h4 {
  white-space: nowrap;
  line-height: 1; }
.jas-promotion h5 {
  font-weight: 400; }

@media only screen and (max-width: 768px) {
  .jas-promotion .pa h3 {
    font-size: 24px; }
  .jas-promotion .pa h4 {
    font-size: 16px; } }
/*============================================================================
  Text with icon
==============================================================================*/
.box {
  text-align: center; }
  .box .box__icon {
    margin: 0 auto 15px; }

.box__icon {
  margin-bottom: 15px;
  font-size: 36px; }
  .box__icon:not(.box__icon--default) {
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #ddd;
    text-align: center; }

.box__icon--circle {
  border-radius: 50%; }

.box__icon--rounded {
  border-radius: 5px; }

.box__content--title {
  line-height: 100%; }

@media only screen and (min-width: 768px) {
  .box--left {
    text-align: left;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .box--left .box__icon {
      margin: 0 15px 0 0; }
    .box--left .box__content {
      flex: 1; }

  .box--center {
    text-align: center; }
    .box--center .box__icon {
      margin: 0 auto 15px; }

  .box--right {
    text-align: right;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .box--right .box__icon {
      margin: 0 0 0 15px;
      order: 1; }
    .box--right .box__content {
      flex: 1; } }
/*============================================================================
  Instagram
==============================================================================*/
.instagram .instagram__item a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  width: 100%;
  height: 100%; }
.instagram .instagram__item a:before,
.instagram .instagram__item .info {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none; }
.instagram .instagram__item .info span {
  margin: 0 5px; }
.instagram .instagram__item:hover a:before, .instagram .instagram__item:hover .info {
  opacity: 1; }

.widget__instagram .instagram {
  margin: -1px; }
.widget__instagram .instagram__item {
  padding: 1px; }

/*============================================================================
  Product detail
==============================================================================*/
.slick {
  opacity: 0;
  transition: all .3s; }
  .slick.slick-initialized {
    opacity: 1; }

.product-single__thumbnail .slick-slide {
  cursor: pointer;
  opacity: .5;
  transition: all .3s;
  width: 103px; }
  .product-single__thumbnail .slick-slide:hover, .product-single__thumbnail .slick-slide.slick-current {
    opacity: 1; }

@media only screen and (min-width: 769px) {
  .images--vertical .product-single__thumbnail {
    position: absolute;
    max-width: 80px;
    top: 0; }
    .images--vertical .product-single__thumbnail > .slick-list {
      min-height: 462px; }
    .images--vertical .product-single__thumbnail .slick-slide {
      border: 0;
      width: 80px; }
      .images--vertical .product-single__thumbnail .slick-slide:not(:last-child) {
        margin-bottom: 10px; }
  .images--vertical.images--vertical-left .product-single__image {
    padding-left: 90px; }
  .images--vertical.images--vertical-left .product-single__thumbnail {
    left: 0; }
  .images--vertical.images--vertical-left .slick-prev {
    left: 120px; }
  .images--vertical.images--vertical-right .product-single__image {
    padding-right: 90px; }
  .images--vertical.images--vertical-right .product-single__thumbnail {
    right: 0; }
  .images--vertical.images--vertical-right .slick-next {
    right: 120px; } }
.images--horizontal .product-single__thumbnail {
  margin-top: 10px;
  margin-right: -10px; }
  .images--horizontal .product-single__thumbnail .slick-slide:not(:last-child) {
    margin-right: 10px; }

.images--grid .product-single__image {
  margin: -5px; }
.images--grid .product-single__photos-item {
  width: calc(50% - 10px);
  margin: 5px; }

.product-single__content .product__price {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px; }
.product-single__content .product-single__thumbnail {
  margin-bottom: 20px; }
  .product-single__content .product-single__thumbnail .slick-slide:not(:last-child) {
    margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .product-single__content {
    margin-top: 30px; } }
.button--atc-ajax {
  position: relative; }
  .button--atc-ajax.loading {
    color: #666666;
    transition: none; }
    .button--atc-ajax.loading:before {
      content: "\e6c2" !important;
      display: block !important;
      font-family: 'Pe-icon-7-stroke';
      position: absolute;
      color: #fff;
      left: calc(50% - 8px);
      font-size: 18px;
      -webkit-animation: spinner 2s infinite linear;
      animation: spinner 2s infinite linear; }

.product__action--atc.loading {
  color: #fff; }
  .product__action--atc.loading:before {
    color: #222; }
  .product__action--atc.loading:hover {
    color: #222; }
    .product__action--atc.loading:hover:before {
      color: #fff; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.quantity {
  height: 40px;
  border: 1px solid #222; }
  .quantity input::-webkit-outer-spin-button,
  .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .quantity input.quantity__input {
    width: 115px;
    border: 0;
    height: 38px;
    background: none;
    color: #222;
    padding: 0 35px;
    font-size: 16px;
    font-weight: bold; }
  .quantity .tc a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    top: 0; }
    .quantity .tc a.plus {
      right: 0; }
    .quantity .tc a.minus {
      left: 0; }

.jas-photoswipe {
  transition: none; }

.progress {
  height: 8px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }
  .progress .progress-bar {
    color: #fff;
    text-align: center;
    background-color: #666666;
    transition: width .6s ease;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    height: 8px;
    animation: progress-bar-stripes 1s linear infinite; }

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0; }

  100% {
    background-position: 0 0; } }

/* Product detail layout 3
   ======================= */
@media only screen and (min-width: 992px) {
  .jas-wc-single-3 .swatch__value,
  .jas-wc-single-3 .form__atc--action {
    justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center; } }
@media only screen and (max-width: 768px) {
  .jas-wc-single-3 .product-single__content {
    text-align: left;
    margin: 0; }
  .jas-wc-single-3 .social--share {
    display: none; }

  .product-single__visitor {
    display: block; } }
.jas-wc-single-3 .product-single__photos-item:not(:last-child),
.jas-wc-single-4 .product-single__photos-item:not(:last-child) {
  margin-bottom: 30px; }

/* Color swatch
   ======================= */
.selector-wrapper {
  display: none; }

.swatch .swatch__value {
  margin: -3px -5px;
  flex-wrap: wrap; }
.swatch .swatch__item {
  border: 1px solid #ddd;
  margin: 5px;
  padding: 2px; }
  .swatch .swatch__item label {
    width: 28px;
    height: 28px;
    line-height: 24px;
    cursor: pointer; }
  .swatch .swatch__item:hover .swatch__tooltip {
    top: -30px;
    opacity: 1;
    visibility: visible; }
  .swatch .swatch__item.selected {
    background: #323232;
    border-color: #323232;
    color: #fff; }
  .swatch .swatch__item input[disabled] + label {
    cursor: not-allowed; }
  .swatch .swatch__item.swatch__item--small {
    width: 20px;
    height: 20px;
    border: 0;
    cursor: pointer;
    border-radius: 50%; }
    .swatch .swatch__item.swatch__item--small:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      top: calc(50% - 12px);
      left: calc(50% - 12px);
      border: 1px solid #ddd; }
    .swatch .swatch__item.swatch__item--small.active:before {
      border-color: #444; }
.swatch.swatch--rectangle .swatch__item label {
  min-width: 24px;
  width: auto;
  padding: 0 15px; }
.swatch.swatch--square .swatch__item--small:before {
  border-radius: 0; }
.swatch .swatch__tooltip,
.swatch .swatch__tooltip:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.swatch .swatch__tooltip {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 2px 15px;
  border-radius: 2px;
  top: -25px;
  transition: all .32s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap; }
  .swatch .swatch__tooltip:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    bottom: -10px; }

/* Social share
   ======================= */
.social a {
  margin: 0 10px; }
.social path, .social circle {
  transition: all .3s; }
.social a.facebook:hover {
  color: #3b5998 !important; }
  .social a.facebook:hover path {
    fill: #3b5998 !important; }
.social a.twitter:hover {
  color: #00aced !important; }
  .social a.twitter:hover path {
    fill: #00aced !important; }
.social a.google:hover {
  color: #dd4b39 !important; }
  .social a.google:hover circle {
    fill: #dd4b39 !important; }
.social a.pinterest:hover {
  color: #cb2027 !important; }
  .social a.pinterest:hover path {
    fill: #cb2027 !important; }
.social a.linkedin:hover {
  color: #007bb6 !important; }
  .social a.linkedin:hover path {
    fill: #007bb6 !important; }
.social a.youtube:hover {
  color: #bb0000 !important; }
  .social a.youtube:hover path {
    fill: #bb0000 !important; }
.social a.instagram:hover {
  color: #517fa4 !important; }
  .social a.instagram:hover path {
    fill: #517fa4 !important; }
.social a.flickr:hover {
  color: #ff0084 !important; }
  .social a.flickr:hover path {
    fill: #ff0084 !important; }
.social a.skype:hover {
  color: #0078ca !important; }
  .social a.skype:hover path {
    fill: #0078ca !important; }

/* Product tab
   ======================= */
.tab__nav ul li {
  list-style: none; }

.tab__item {
  margin-top: -1px; }
  .tab__item:before {
    content: attr(data-title);
    padding: 15px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 -15px; }
  .tab__item:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 56px; }
  .tab__item .tab__content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity .3s; }
    .tab__item .tab__content > *:last-child {
      margin-bottom: 0; }
  .tab__item.active:before, .tab__item.active:after {
    color: #222; }
  .tab__item.active:after {
    transform: rotate(45deg); }
  .tab__item.active .tab__content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 20px 0; }

@media only screen and (min-width: 768px) {
  .tab__nav ul {
    display: flex;
    justify-content: center; }
    .tab__nav ul a {
      padding: 8px 20px;
      border-radius: 40px;
      border: 1px solid transparent;
      font-weight: bold; }
      .tab__nav ul a.active {
        border-color: #222;
        color: #222; }

  .tab__item:before, .tab__item:after {
    display: none; } }
#shopify-product-reviews {
  margin: 0 !important; }

.spr-container {
  border: 0 !important;
  padding: 0 !important; }

.spr-badge {
  margin-bottom: 10px; }

.spr-icon {
  font-size: 10px !important;
  color: #ffa800 !important; }

/* Product countdown
   ======================= */
.flip-clock-wrapper {
  overflow: hidden; }
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 32px;
    height: 42px;
    border-radius: 3px;
    background: #222;
    list-style: none;
    font-weight: bold; }
    .flip-clock-wrapper ul:last-child {
      margin: 0; }
    .flip-clock-wrapper ul li {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 44px; }
      .flip-clock-wrapper ul li:last-child {
        z-index: 2; }
      .flip-clock-wrapper ul li a {
        pointer-events: none; }
        .flip-clock-wrapper ul li a div {
          z-index: 1;
          position: absolute;
          left: 0;
          width: 100%;
          height: 50%;
          overflow: hidden;
          outline: 1px solid transparent; }
          .flip-clock-wrapper ul li a div .shadow {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2; }
          .flip-clock-wrapper ul li a div.up {
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            top: 0; }
            .flip-clock-wrapper ul li a div.up .inn {
              top: 0; }
          .flip-clock-wrapper ul li a div.down {
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            bottom: 0; }
            .flip-clock-wrapper ul li a div.down .inn {
              bottom: 0; }
          .flip-clock-wrapper ul li a div .inn {
            position: absolute;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 200%;
            color: #fff;
            text-align: center;
            background-color: #222;
            border-radius: 3px;
            font-size: 18px; }
    .flip-clock-wrapper ul.play li.flip-clock-before {
      z-index: 3; }
    .flip-clock-wrapper ul.play li.flip-clock-active {
      -webkit-animation: asd 0.5s 0.5s linear both;
      -moz-animation: asd 0.5s 0.5s linear both;
      animation: asd 0.5s 0.5s linear both;
      z-index: 5; }
  .flip-clock-wrapper .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 8px;
    height: 44px; }
    .flip-clock-wrapper .flip-clock-divider:first-child {
      width: 0; }
    .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
      display: none; }
  .flip-clock-wrapper .flip-clock-dot {
    display: block;
    background: #323434;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50px;
    left: -1px; }
    .flip-clock-wrapper .flip-clock-dot.top {
      top: 16px; }
    .flip-clock-wrapper .flip-clock-dot.bottom {
      bottom: 16px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@media only screen and (max-width: 768px) {
  .flip-clock-wrapper ul {
    width: 28px;
    margin-right: 5px;
    height: 46px; }
    .flip-clock-wrapper ul li {
      line-height: 48px; }
      .flip-clock-wrapper ul li .inn {
        font-size: 24px; }
  .flip-clock-wrapper .flip-clock-divider {
    height: 48px; }
  .flip-clock-wrapper .flip-clock-dot {
    left: 0; }
    .flip-clock-wrapper .flip-clock-dot.top {
      top: 16px; }
    .flip-clock-wrapper .flip-clock-dot.bottom {
      bottom: 16px; } }
.jas-wc-single-3 .flip-clock-wrapper ul {
  width: 36px;
  height: 48px;
  margin-right: 5px; }
  .jas-wc-single-3 .flip-clock-wrapper ul li {
    line-height: 48px; }

/* Related products
   ======================= */
.related-products .slick-dotted {
  padding-bottom: 40px; }
.related-products .slick-list {
  width: 100%; }

/*============================================================================
  Cart page
==============================================================================*/
.cart {
  border: 0; }
  .cart td, .cart th {
    border-left: 0;
    border-right: 0; }
  .cart .cart__image {
    width: 95px; }
  .cart .cart__remove {
    border: 1px solid #e8e9eb;
    border-radius: 2px;
    font-size: 11px;
    padding: 3px 10px;
    color: #ca2c2c; }

.cart--empty {
  padding: 125px 55px; }

@media only screen and (max-width: 767px) {
  .button--checkout {
    width: 100%;
    margin: 0; }

  .cart__head,
  .cart__price {
    display: none; }

  .cart__meta {
    flex: 1; }
    .cart__meta input[type="submit"] {
      border: 1px solid #e8e9eb;
      border-radius: 2px;
      font-size: 11px;
      padding: 6px 10px;
      color: #666666;
      height: inherit;
      line-height: initial;
      font-weight: bold; }

  .cart__row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e8e9eb;
    padding: 10px 0; }

  .cart td, .cart th {
    border: 0; }
  .cart .cart__image,
  .cart .cart__price {
    padding: 0; }
  .cart .cart__meta {
    padding: 0 10px; }
  .cart .cart__image {
    width: 50px; } }
@media only screen and (max-width: 568px) {
  .cart__row {
    flex-direction: column; }
    .cart__row td {
      width: 100% !important;
      text-align: center; }
    .cart__row .cart__meta {
      margin: 20px 0;
      padding: 0; }
    .cart__row .cart__quantity,
    .cart__row .cart__total {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding: 10px 0;
      align-items: center; }
      .cart__row .cart__quantity:before,
      .cart__row .cart__total:before {
        content: attr(data-title) ": ";
        font-weight: 600;
        color: #222; }
    .cart__row .quantity {
      margin: 0; } }
/*============================================================================
  Collection page
==============================================================================*/
.collection-view a {
  border: 1px solid #878787;
  height: 26px; }
  .collection-view a.one {
    width: 28px; }
    .collection-view a.one:before {
      width: 22px; }
  .collection-view a.two {
    width: 29px; }
    .collection-view a.two:before {
      box-shadow: 13px 0 0 #878787, 13px 0 0 #878787; }
  .collection-view a.three {
    width: 42px; }
    .collection-view a.three:before {
      box-shadow: 13px 0 0 #878787, 26px 0 0 #878787; }
  .collection-view a.four {
    width: 55px; }
    .collection-view a.four:before {
      box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787; }
  .collection-view a.six {
    width: 81px; }
    .collection-view a.six:before {
      box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787; }
  .collection-view a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background: #878787;
    transition: all .3s; }
  .collection-view a:hover, .collection-view a.active {
    border-color: #222; }
  .collection-view a:hover:before, .collection-view a.active:before, .collection-view a.one:hover:before, .collection-view a.one.active:before {
    background: #222; }
  .collection-view a.two:hover:before, .collection-view a.two.active:before {
    box-shadow: 13px 0 0 #222, 13px 0 0 #222; }
  .collection-view a.three:hover:before, .collection-view a.three.active:before {
    box-shadow: 13px 0 0 #222, 26px 0 0 #222; }
  .collection-view a.four:hover:before, .collection-view a.four.active:before {
    box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222; }
  .collection-view a.six:hover:before, .collection-view a.six.active:before {
    box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222, 65px 0 0 #222; }

.collection-sorting select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: 0;
  padding: 0 15px;
  color: #878787;
  cursor: pointer;
  border-color: #ddd;
  width: 220px; }
.collection-sorting:after {
  content: '\e688';
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  right: 6px;
  top: 0;
  font-size: 24px;
  pointer-events: none; }

.pagination {
  border-top: 1px solid #ddd; }
  .pagination span {
    padding: 0 20px; }
  .pagination .current {
    color: #666666; }

/*============================================================================
  Blog page
==============================================================================*/
@media only screen and (min-width: 992px) {
  .post.jas-col-md-4 {
    width: 33.3%; }

  .post.jas-col-md-6 {
    width: 50%; } }
.post__meta {
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px; }

.post--ontop .post__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.post--ontop .post__meta {
  left: 0;
  right: 0;
  bottom: 0; }

.jas-masonry .post__meta {
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 15px; }
.jas-masonry .post__action {
  border: 1px solid #f1f1f1;
  padding: 8px 20px; }

.tagcloud {
  flex-wrap: wrap;
  margin: -3px; }
  .tagcloud a {
    border: 1px solid #222;
    border-radius: 20px;
    color: #222;
    display: inline-block;
    font-size: 13px;
    margin: 3px;
    padding: 2px 15px 1px; }

.single__tag {
  border: 1px solid #f1f1f1;
  padding: 10px 20px; }
  .single__tag a {
    margin-left: 10px; }

.single__comment form {
  overflow: hidden; }
.single__comment .comment-list--content p {
  margin: 0 0 5px; }
.single__comment .comment-list--content span {
  color: #b2b2b2; }

.single__content img {
  margin-bottom: 1.3em; }

/*============================================================================
  Widget
==============================================================================*/
.product_item .product_item--info a {
  font-weight: bold;
  line-height: 18px; }

/*============================================================================
  404 page
==============================================================================*/
@media only screen and (min-width: 992px) {
  .not-found {
    padding: 150px 0; }
    .not-found h1 {
      font-size: 80px;
      letter-spacing: 8px; } }
/*============================================================================
  My account
==============================================================================*/
.input--icon i {
  width: 40px;
  font-size: 23px;
  border-right: 1px solid #ccc;
  top: 1px;
  bottom: 1px; }
  .input--icon i:before {
    opacity: .4; }
.input--icon input {
  padding-left: 50px !important; }

/*============================================================================
  Notifications
==============================================================================*/
.errors,
.success,
.warning,
.contact-form .note {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-radius: 3px; }
  .errors ul,
  .success ul,
  .warning ul,
  .contact-form .note ul {
    list-style: none; }

.errors,
.form-error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb; }

.success,
.form-success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb; }

.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.shopify-challenge__container {
  padding: 100px 0; }

/*============================================================================
  Sale pop
==============================================================================*/
.jas-sale-pop {
  background: #fff;
  bottom: -100%;
  left: 20px;
  right: 20px;
  padding: 10px 30px 10px 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
  z-index: 100; }
  .jas-sale-pop h3 a {
    color: #222; }
    .jas-sale-pop h3 a:hover {
      color: #666666; }
  .jas-sale-pop h4 {
    color: #222; }
  .jas-sale-pop .jas-sale-pop-timeago {
    color: #878787; }
  .jas-sale-pop .pe-7s-close {
    right: 0;
    top: -7px;
    cursor: pointer; }
  .jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible; }

@media only screen and (min-width: 767px) {
  .jas-sale-pop {
    right: auto; } }
/*============================================================================
  Password page
==============================================================================*/
.password {
  height: 100vh;
  overflow: hidden; }
  .password .password__wrapper > * {
    color: #878787; }
  .password .password__subscribe {
    max-width: 420px;
    margin: 50px auto 0; }
  .password .password__lock {
    right: 20px;
    top: 20px; }
  .password #password__form {
    padding: 50px;
    max-width: 568px;
    margin: auto;
    border-radius: 5px; }

/*============================================================================
  Newsletter popup
==============================================================================*/
.jas-newsletter-popup {
  max-width: 550px;
  margin: auto; }
  .jas-newsletter-popup button.mfp-close {
    color: #fff; }

.newsletter-popup__header:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.newsletter-popup__body {
  padding: 10px 20px; }
  .newsletter-popup__body button {
    border-radius: 0; }

.newsletter-popup__footer label {
  padding: 10px; }

.newsletter-popup__response {
  margin: 20px 0 0;
  border-radius: 0; }

@media only screen and (min-width: 768px) {
  .newsletter-popup__body {
    padding: 20px 40px; } }
/*============================================================================
  RTL
==============================================================================*/
.rtl .ml__0 {
  margin-right: 0px;
  margin-left: 0; }
.rtl .ml__5 {
  margin-right: 5px;
  margin-left: 0; }
.rtl .ml__10 {
  margin-right: 10px;
  margin-left: 0; }
.rtl .ml__15 {
  margin-right: 15px;
  margin-left: 0; }
.rtl .ml__20 {
  margin-right: 20px;
  margin-left: 0; }
.rtl .ml__25 {
  margin-right: 25px;
  margin-left: 0; }
.rtl .ml__30 {
  margin-right: 30px;
  margin-left: 0; }
.rtl .ml__35 {
  margin-right: 35px;
  margin-left: 0; }
.rtl .ml__40 {
  margin-right: 40px;
  margin-left: 0; }
.rtl .ml__45 {
  margin-right: 45px;
  margin-left: 0; }
.rtl .ml__50 {
  margin-right: 50px;
  margin-left: 0; }
.rtl .ml__55 {
  margin-right: 55px;
  margin-left: 0; }
.rtl .ml__60 {
  margin-right: 60px;
  margin-left: 0; }
.rtl .ml__65 {
  margin-right: 65px;
  margin-left: 0; }
.rtl .ml__70 {
  margin-right: 70px;
  margin-left: 0; }
.rtl .ml__75 {
  margin-right: 75px;
  margin-left: 0; }
.rtl .ml__80 {
  margin-right: 80px;
  margin-left: 0; }
.rtl .ml__85 {
  margin-right: 85px;
  margin-left: 0; }
.rtl .ml__90 {
  margin-right: 90px;
  margin-left: 0; }
.rtl .ml__95 {
  margin-right: 95px;
  margin-left: 0; }
.rtl .ml__100 {
  margin-right: 100px;
  margin-left: 0; }
.rtl .mr__0 {
  margin-left: 0px;
  margin-right: 0; }
.rtl .mr__5 {
  margin-left: 5px;
  margin-right: 0; }
.rtl .mr__10 {
  margin-left: 10px;
  margin-right: 0; }
.rtl .mr__15 {
  margin-left: 15px;
  margin-right: 0; }
.rtl .mr__20 {
  margin-left: 20px;
  margin-right: 0; }
.rtl .mr__25 {
  margin-left: 25px;
  margin-right: 0; }
.rtl .mr__30 {
  margin-left: 30px;
  margin-right: 0; }
.rtl .mr__35 {
  margin-left: 35px;
  margin-right: 0; }
.rtl .mr__40 {
  margin-left: 40px;
  margin-right: 0; }
.rtl .mr__45 {
  margin-left: 45px;
  margin-right: 0; }
.rtl .mr__50 {
  margin-left: 50px;
  margin-right: 0; }
.rtl .mr__55 {
  margin-left: 55px;
  margin-right: 0; }
.rtl .mr__60 {
  margin-left: 60px;
  margin-right: 0; }
.rtl .mr__65 {
  margin-left: 65px;
  margin-right: 0; }
.rtl .mr__70 {
  margin-left: 70px;
  margin-right: 0; }
.rtl .mr__75 {
  margin-left: 75px;
  margin-right: 0; }
.rtl .mr__80 {
  margin-left: 80px;
  margin-right: 0; }
.rtl .mr__85 {
  margin-left: 85px;
  margin-right: 0; }
.rtl .mr__90 {
  margin-left: 90px;
  margin-right: 0; }
.rtl .mr__95 {
  margin-left: 95px;
  margin-right: 0; }
.rtl .mr__100 {
  margin-left: 100px;
  margin-right: 0; }
.rtl .pl__0 {
  padding-right: 0px;
  padding-left: 0; }
.rtl .pl__5 {
  padding-right: 5px;
  padding-left: 0; }
.rtl .pl__10 {
  padding-right: 10px;
  padding-left: 0; }
.rtl .pl__15 {
  padding-right: 15px;
  padding-left: 0; }
.rtl .pl__20 {
  padding-right: 20px;
  padding-left: 0; }
.rtl .pl__25 {
  padding-right: 25px;
  padding-left: 0; }
.rtl .pl__30 {
  padding-right: 30px;
  padding-left: 0; }
.rtl .pl__35 {
  padding-right: 35px;
  padding-left: 0; }
.rtl .pl__40 {
  padding-right: 40px;
  padding-left: 0; }
.rtl .pl__45 {
  padding-right: 45px;
  padding-left: 0; }
.rtl .pl__50 {
  padding-right: 50px;
  padding-left: 0; }
.rtl .pl__55 {
  padding-right: 55px;
  padding-left: 0; }
.rtl .pl__60 {
  padding-right: 60px;
  padding-left: 0; }
.rtl .pl__65 {
  padding-right: 65px;
  padding-left: 0; }
.rtl .pl__70 {
  padding-right: 70px;
  padding-left: 0; }
.rtl .pl__75 {
  padding-right: 75px;
  padding-left: 0; }
.rtl .pl__80 {
  padding-right: 80px;
  padding-left: 0; }
.rtl .pl__85 {
  padding-right: 85px;
  padding-left: 0; }
.rtl .pl__90 {
  padding-right: 90px;
  padding-left: 0; }
.rtl .pl__95 {
  padding-right: 95px;
  padding-left: 0; }
.rtl .pl__100 {
  padding-right: 100px;
  padding-left: 0; }
.rtl .pr__0 {
  padding-left: 0px;
  padding-right: 0; }
.rtl .pr__5 {
  padding-left: 5px;
  padding-right: 0; }
.rtl .pr__10 {
  padding-left: 10px;
  padding-right: 0; }
.rtl .pr__15 {
  padding-left: 15px;
  padding-right: 0; }
.rtl .pr__20 {
  padding-left: 20px;
  padding-right: 0; }
.rtl .pr__25 {
  padding-left: 25px;
  padding-right: 0; }
.rtl .pr__30 {
  padding-left: 30px;
  padding-right: 0; }
.rtl .pr__35 {
  padding-left: 35px;
  padding-right: 0; }
.rtl .pr__40 {
  padding-left: 40px;
  padding-right: 0; }
.rtl .pr__45 {
  padding-left: 45px;
  padding-right: 0; }
.rtl .pr__50 {
  padding-left: 50px;
  padding-right: 0; }
.rtl .pr__55 {
  padding-left: 55px;
  padding-right: 0; }
.rtl .pr__60 {
  padding-left: 60px;
  padding-right: 0; }
.rtl .pr__65 {
  padding-left: 65px;
  padding-right: 0; }
.rtl .pr__70 {
  padding-left: 70px;
  padding-right: 0; }
.rtl .pr__75 {
  padding-left: 75px;
  padding-right: 0; }
.rtl .pr__80 {
  padding-left: 80px;
  padding-right: 0; }
.rtl .pr__85 {
  padding-left: 85px;
  padding-right: 0; }
.rtl .pr__90 {
  padding-left: 90px;
  padding-right: 0; }
.rtl .pr__95 {
  padding-left: 95px;
  padding-right: 0; }
.rtl .pr__100 {
  padding-left: 100px;
  padding-right: 0; }
.rtl .fl {
  float: right; }
.rtl .fr {
  float: left; }
@media only screen and (min-width: 992px) {
  .rtl .start-md {
    text-align: right; }
  .rtl .end-md {
    text-align: left; } }
@media only screen and (min-width: 768px) {
  .rtl .start-sm {
    text-align: right; }
  .rtl .end-sm {
    text-align: left; } }
.rtl .start-xs {
  text-align: right; }
.rtl .end-xs {
  text-align: left; }
.rtl .jas-action > *:not(:first-child) {
  padding-right: 12px;
  padding-left: 0; }
@media only screen and (max-width: 480px) {
  .rtl .jas-action > *:not(:first-child) {
    padding-left: 0;
    padding-right: 4px; } }
.rtl .jas-menu > li:not(:first-child) {
  margin-left: 0; }
.rtl .jas-menu > li:not(:last-child) {
  margin-right: 35px; }
.rtl .jas-menu > li > ul {
  left: auto;
  right: -17.5px;
  text-align: right; }
.rtl .jas-menu ul ul {
  left: auto;
  right: 250px; }
.rtl .collection-sorting:after {
  right: auto;
  left: 6px; }
.rtl .menu .plus--before:before {
  left: auto;
  right: 0; }
.rtl .pagination .next,
.rtl .pagination .prev {
  transform: rotate(180deg); }
.rtl .post__action span {
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 5px; }
@media only screen and (min-width: 768px) {
  .rtl .box--left {
    text-align: right; }
    .rtl .box--left .box__icon {
      margin: 0 0 0 15px; }
  .rtl .box--right {
    text-align: left; }
    .rtl .box--right .box__icon {
      margin: 0 15px 0 0; } }
.rtl .breadcrumb {
  padding: 20px 15px; }

.mega-menu {
  height: 100%;
  margin: 0 0 0 -15px;
  background-color: inherit; }
  .mega-menu > li {
    height: 100%; }
    .mega-menu > li > a {
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
      .mega-menu > li > a:before {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        content: ''; }

.mega-menu {
  margin: 0 0 0 -15px; }
  .mega-menu.site-nav > li {
    position: static; }
  .mega-menu a {
    display: block; }
  .mega-menu > li {
    color: blue; }
    .mega-menu > li a {
      padding: 10px 15px; }
      .mega-menu > li a:hover {
        color: #d6938a; }
    .mega-menu > li:hover > .mega-menu__drop {
      display: block; }
  .mega-menu .mega-menu__drop {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    padding: 15px;
    z-index: 800; }
    .mega-menu .mega-menu__drop p {
      padding-left: 2em; }
    .mega-menu .mega-menu__drop ul {
      margin-left: 0; }
    .mega-menu .mega-menu__drop li {
      display: block; }
    .mega-menu .mega-menu__drop a {
      display: block;
      padding: 5px 0; }

.site-nav {
  font-size: 16px;
  cursor: default;
  margin: 0 0 0 -15px; }
  .site-nav .site-nav__link {
    color: #89777a;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase; }
  .site-nav li {
    margin: 0;
    display: block; }
  .site-nav > li {
    position: relative;
    display: inline-block; }
