@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1. General
2. Re-usable Styles
3. Body
4. Header
5. Footer
6. Magnific Popup
7. Custom Checkbox + Radio
8. Post Syling
9. Overlay
10. Sidebar & Widgets
11. Pagination
12. Carousel
13. Snap To Scroll
14. Custom Scrollbar
15. Form Styling
16. Revolution Slider
17. Contact Page
18. 404 Page
19. WP-Specific
20. Mobile Menu
21. Side Cart
22. Comments
23. Shop
24. Shortcodes
25. Animations
26. Style Switcher
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Foundation
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64.0625em&xlarge=90.0625em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.row:after {
  clear: both;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-12 {
  width: 100%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.expanded.row .small-collapse.row, .small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40.0625em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .medium-collapse.row, .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .large-collapse.row, .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .xlarge-collapse.row, .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-pull-0, .xlarge-push-0, .xlarge-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
.row {
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media screen and (min-width: 40.0625em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}
.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: .625rem;
  padding-right: .625rem;
  min-width: initial;
}

@media screen and (min-width: 40.0625em) {
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: .625rem;
  padding-right: .625rem;
}

@media screen and (min-width: 40.0625em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40.0625em) and (min-width: 40.0625em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 40.0625em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40.0625em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 64.0625em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .xlarge-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xlarge-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .xlarge-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xlarge-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xlarge-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .xlarge-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xlarge-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xlarge-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .xlarge-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xlarge-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 90.0625em) and (min-width: 90.0625em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 90.0625em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.align-top.columns, .column.align-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom.columns, .column.align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle.columns, .column.align-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch.columns, .column.align-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em, i {
  font-style: italic;
}

b, em, i, strong {
  line-height: inherit;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40.0625em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:focus, a:hover {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 112.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

dl, ol, ul {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ol, ul {
  margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-weight: 400;
  border: 1px solid #cacaca;
  padding: .125rem .3125rem .0625rem;
}

code, kbd {
  font-family: Consolas,Liberation Mono,Courier,monospace;
  color: #0a0a0a;
  background-color: #e6e6e6;
}

kbd {
  padding: .125rem .25rem 0;
  margin: 0;
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print, th.show-for-print {
    display: table-cell !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 40em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 40.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 40em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 40em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 90em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 64em), screen and (min-width: 90.0625em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 90.0625em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 90em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 90.0625em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.hide-for-portrait, .show-for-landscape {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.clearfix:after {
  clear: both;
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (min-width: 40.0625em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
/*------------------------------------------------------------------
General
*/
html {
  height: 100%;
}

body {
  color: #5e5f62;
  position: static;
  background: #fff;
  scroll-behavior: smooth;
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body blockquote, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
body p {
  font-style: normal;
  font-weight: 300;
}

figure {
  margin: 0;
}

a {
  color: #141414;
  outline: 0;
}
a:focus {
  color: #141414;
}
a:hover {
  color: #647694;
}

.background--dark .fp-section p {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #141414;
  margin-top: 0;
  font-weight: 600;
}
.background--dark .fp-section h1, .background--dark .fp-section h2, .background--dark .fp-section h3, .background--dark .fp-section h4, .background--dark .fp-section h5, .background--dark .fp-section h6 {
  color: #fff;
}

/*------------------------------------------------------------------
Re-usable Styles
*/
.reset, #nav .sub-menu, .account-holder ul, .widget.widget_calendar table, .searchform fieldset {
  margin: 0;
  padding: 0;
}

.cf:before, .post:before, .post .post-gallery:before, .wpcf7-form-control-wrap:before, .coupon-container:before, .woocommerce-tabs ul.accordion > li .content:before, .cf:after, .post:after, .post .post-gallery:after, .wpcf7-form-control-wrap:after, .coupon-container:after, .woocommerce-tabs ul.accordion > li .content:after {
  content: " ";
  display: table;
}
.cf:after, .post:after, .post .post-gallery:after, .wpcf7-form-control-wrap:after, .coupon-container:after, .woocommerce-tabs ul.accordion > li .content:after {
  clear: both;
}

.endcolumn [class*="column"] + [class*="column"]:last-child, #infinitescroll [class*="column"] + [class*="column"]:last-child, .blog-section.masonry [class*="column"] + [class*="column"]:last-child, .product-page .variations_form .variations [class*="column"] + [class*="column"]:last-child, .posts [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.transition, a, #wrapper #content-container, .header, .header svg, #nav .sf-menu > li > a:after, .account-holder #cart-icon .icon-fill, #footer, .footer_inner .footer_products, .footer_products .footer_tabs, .footer_products .carousel-container.row.max_width .carousel, .mfp .mfp-content, .mfp.mfp-bg, .theme-popup, .post .post-meta ul li, .post .post-gallery img, .slick-slider .slick-nav, .ai-indicator, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, .custom_check + .custom_label, .custom_check + .custom_label:before, .lookbook-container .look .info, #mobile-menu, .mobile-menu li span, .mobile-menu li a, #side-cart, .product.product-category a div span, .products .product .product_thumbnail.thb_hover .product_thumbnail_hover, .products .product .product_after_title .button:after, #my-account-main .account-icon-box .account_icon path, .woocommerce-tabs ul.accordion > li > div.title, .btn,
.button,
input[type=submit], .list > h6, .post .post-content .iconbox > span, .team_member .overlay, #prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span:before {
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quick-transition, #nav .sub-menu li a, .thb-close, .products .product .product_after_title .product_after_shop_loop_buttons,
.products .product .product_after_title .product_after_shop_loop_price, .products .product.style2 .yith-wcwl-add-to-wishlist {
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.linear-transition {
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.linear-quick-transition, .slick-list, .slick, .slick:after, .products .product .product_thumbnail .yith-wcwl-add-to-wishlist, .products .product .product_thumbnail .yith-wcwl-add-to-wishlist a, .products .product .product_thumbnail .yith-wcwl-add-to-wishlist .text {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.admin-bar .admin-style, .admin-bar .header.style1, .admin-bar .mfp.quick-search .mfp-content, .mfp.quick-search .admin-bar .mfp-content, .admin-bar .fr-window, .admin-bar #mobile-menu, .admin-bar .thb-close {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .admin-style, .admin-bar .header.style1, .admin-bar .mfp.quick-search .mfp-content, .mfp.quick-search .admin-bar .mfp-content, .admin-bar .fr-window, .admin-bar #mobile-menu, .admin-bar .thb-close {
    top: 32px;
  }
}

@media only screen and (min-width: 40.063em) {
  .row {
    padding: 0 35px;
  }
  .row .row {
    padding: 0;
  }
}
.row {
  width: 100%;
}
.row:before, .row:not(.thb-loading):not(#infinitescroll.loading):not(.slick):not(.easyzoom-notice):after {
  display: none !important;
}
.row.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.row.no-row-padding {
  padding: 0;
}
.row.no-padding {
  margin: auto;
  padding: 0;
}
.row.no-padding > .columns,
.row.no-padding .slick-slide > .columns {
  padding: 0;
}
.row.max_width {
  max-width: 112.5em;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 40.063em) {
  .row.max_width {
    padding: 0 35px;
  }
}
.row .row {
  width: auto;
}
.row .row.max_width {
  margin: 0 -.9375rem;
}
@media only screen and (min-width: 40.063em) {
  .row .row.max_width {
    padding: 0;
  }
}
.row.row-o-full-height {
  height: 100vh;
}

.flex-video {
  margin: 0;
}

/* Custom Scroll */
.custom_scroll {
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.custom_scroll > div {
  width: 100%;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.custom_scroll > div.iScrollVerticalScrollbar {
  z-index: 99 !important;
  opacity: 0;
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.custom_scroll:hover > div.iScrollVerticalScrollbar {
  opacity: 1;
}

.iScrollVerticalScrollbar {
  width: 2px !important;
  border: 0 !important;
  background: #e6e6e6;
  border-radius: 1px !important;
}
.iScrollVerticalScrollbar .iScrollIndicator {
  width: 2px !important;
  border-radius: 1px !important;
  border: 0 !important;
  background: #141414 !important;
}

.thb-five {
  width: 20%;
}
@media only screen and (max-width: 40.063em) {
  .thb-five {
    width: 50%;
  }
}

.page-padding, .content-side, .woocommerce-MyAccount-content,
.my_woocommerce_page {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .page-padding, .content-side, .woocommerce-MyAccount-content,
  .my_woocommerce_page {
    padding-top: 110px;
    padding-bottom: 90px;
  }
  .header_style_style2 .page-padding, .header_style_style2 .content-side, .header_style_style2 .woocommerce-MyAccount-content,
  .header_style_style2 .my_woocommerce_page {
    padding-top: 0;
  }
}
.page-padding.no-bottom-padding, .no-bottom-padding.content-side, .no-bottom-padding.woocommerce-MyAccount-content,
.no-bottom-padding.my_woocommerce_page {
  padding-bottom: 0;
}

.page-bottom-padding {
  padding-bottom: 90px;
}
@media only screen and (max-width: 40.063em) {
  .page-bottom-padding {
    padding-bottom: 0;
  }
}

.extra-page-padding {
  padding-top: 130px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 40.063em) {
  .extra-page-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.thb-loading:after, #infinitescroll.loading:after, .slick:after, .easyzoom-notice:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -16px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat;
}

/*------------------------------------------------------------------
Body
*/
#wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
#wrapper #home-slider {
  z-index: 9;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
#wrapper #content-container {
  min-height: 100vh;
}
#wrapper #content-container .click-capture {
  position: absolute;
  z-index: 998;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(45, 45, 45, 0.8);
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper.open-footer {
  overflow: hidden;
}
#wrapper.open-footer #content-container .click-capture {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#wrapper.open-menu #content-container {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-menu #content-container {
    -moz-transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
}
#wrapper.open-menu #content-container .click-capture {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-left-color: #ddd;
  left: 0;
}
#wrapper.open-menu #content-container #footer {
  z-index: 101;
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-menu .header.style1 {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
#wrapper.open-cart {
  overflow: hidden;
  height: 100%;
}
#wrapper.open-cart #content-container {
  -moz-transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-cart #content-container {
    -moz-transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
  }
}
#wrapper.open-cart #content-container .click-capture {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 0;
}
#wrapper.open-cart #content-container #footer {
  z-index: 101;
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-cart .header.style1 {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/*------------------------------------------------------------------
Typography
*/
h1 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 40.063em) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 75.063em) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 75.063em) {
  .snap_scroll_on h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 90.063em) {
  .snap_scroll_on h1 {
    font-size: 110px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 40.063em) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 90.063em) {
  .snap_scroll_on h2 {
    font-size: 46px;
  }
}

h3 {
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 40.063em) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 400;
}

ul, ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: 14px;
  font-weight: 400;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}

ol {
  counter-reset: item;
  list-style: none;
}
ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #e5e5e5;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #e5e5e5;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.rtl ol li:before {
  margin-right: 0;
  margin-left: 10px;
}
ol li ul {
  margin-top: 10px;
  margin-left: 40px;
  list-style-type: initial;
}
ol li ul li:before {
  display: none;
}
ol li ol {
  margin-top: 10px;
  margin-left: 40px;
}
ol li ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #e5e5e5;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #e5e5e5;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.rtl ol li ol li:before {
  margin-right: 0;
  margin-left: 10px;
}

blockquote {
  border: 2px solid #141414;
  position: relative;
  clear: both;
  padding: 34px;
  text-align: center;
}
blockquote p {
  font-size: 30px;
  font-weight: 300;
  color: #141414;
  line-height: 36px;
  margin: 0;
}
blockquote cite {
  font-weight: 600;
  font-size: 14px;
  color: #141414;
  font-style: normal;
  line-height: 1;
  margin-top: 25px;
  text-transform: uppercase;
}
blockquote cite:before {
  display: none;
}
blockquote.left {
  float: left;
  width: 40%;
  margin: 5px 30px 30px 0;
  text-align: left;
}
@media only screen and (max-width: 40.063em) {
  blockquote.left {
    margin-right: 0;
    width: 100%;
  }
}
blockquote.right {
  float: right;
  width: 40%;
  margin: 5px 0 30px 30px;
  text-align: right;
}
@media only screen and (max-width: 40.063em) {
  blockquote.right {
    margin-left: 0;
    width: 100%;
  }
}

hr {
  border-color: #ededed;
}

/*------------------------------------------------------------------
Header
*/
.header {
  background: transparent;
  width: 100%;
  z-index: 101;
  height: 90px;
  padding: 0 35px;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.header.row {
  max-width: 100%;
}
@media only screen and (max-width: 40.063em) {
  .header {
    position: relative;
    background: #fff;
    height: auto;
    padding: 0;
    top: 0 !important;
  }
  .header .logo {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 40.063em) {
  .header .columns {
    padding: 0;
  }
}
.header:hover, .header.hover, .header.style2 {
  background: #fff;
}
.header.style2 {
  position: relative;
}
.header.style2.left-logo .logo {
  justify-content: center;
}
@media only screen and (min-width: 40.063em) {
  .header.style2.left-logo .logo {
    justify-content: flex-start;
  }
}
.header.style2.left-logo .menu-holder {
  justify-content: center;
  display: none;
}
@media only screen and (min-width: 75.063em) {
  .header.style2.left-logo .menu-holder {
    display: flex;
  }
}
.header.style2.left-logo .account-holder .mobile-toggle {
  display: inline-flex;
}
@media only screen and (min-width: 75.063em) {
  .header.style2.left-logo .account-holder .mobile-toggle {
    display: none;
  }
}
.header.style2.left-logo #nav .thb_mega_holder > .sub-menu {
  max-width: 1240px;
}
.header.style2.left-logo #nav .sf-menu > li:last-child > a {
  margin-right: 0;
}
.header.style2 .account-holder {
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 40.063em) {
  .header.style2 .account-holder .mobile-toggle {
    display: none;
    font-size: 14px;
  }
}
.header.style2 .account-holder .secondary-menu-holder ul li a {
  margin: 0 12px;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 64.063em) {
  .header.style2 .account-holder .secondary-menu-holder ul li a {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 40.063em) {
  .header.style2 .account-holder svg {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
@media only screen and (min-width: 40.063em) {
  .header.style2 .account-holder #quick_cart #cart-icon {
    display: none;
  }
}
.header.style2 .account-holder #quick_cart .cart_text {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .header.style2 .account-holder #quick_cart .cart_text {
    display: inline;
  }
}
@media only screen and (min-width: 40.063em) {
  .header.style1 {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.header.style1 #nav .sf-menu > li > a {
  text-transform: uppercase;
}
@media only screen and (min-width: 40.063em) {
  .background--dark .header.style1 #nav .sf-menu > li > a,
  .background--dark .header.style1 .account-holder ul li a,
  .background--dark .header.style1 .account-holder > a,
  .background--dark .header.style1 .menu-holder > a {
    color: #fff;
  }
  .background--dark .header.style1.style1 .account-holder .float_count {
    color: #141414;
  }
  .background--dark .header.style1 .account-holder ul li a {
    border-left-color: #fff;
  }
  .background--dark .header.style1 #nav .sf-menu > li.current-menu-item > a:after {
    background: #fff;
  }
  .background--dark .header.style1 .logo .logoimg.bg--dark {
    display: inline-block;
  }
  .background--dark .header.style1 .logo .logoimg.bg--light {
    display: none;
  }
  .background--dark .header.style1 .account-holder #cart-icon .icon-fill,
  .background--dark .header.style1 .account-holder svg {
    fill: #fff;
  }
  .background--dark .header.style1.hover #nav .sf-menu > li > a,
  .background--dark .header.style1.hover .account-holder ul li a,
  .background--dark .header.style1.hover .account-holder > a,
  .background--dark .header.style1.hover .account-holder .float_count,
  .background--dark .header.style1.hover .menu-holder > a, .background--dark .header.style1:hover #nav .sf-menu > li > a,
  .background--dark .header.style1:hover .account-holder ul li a,
  .background--dark .header.style1:hover .account-holder > a,
  .background--dark .header.style1:hover .account-holder .float_count,
  .background--dark .header.style1:hover .menu-holder > a {
    color: #141414;
  }
  .background--dark .header.style1.hover.style1 .account-holder .float_count, .background--dark .header.style1:hover.style1 .account-holder .float_count {
    color: #fff;
  }
  .background--dark .header.style1.hover .account-holder ul li a, .background--dark .header.style1:hover .account-holder ul li a {
    border-left-color: #141414;
  }
  .background--dark .header.style1.hover #nav .sf-menu > li.current-menu-item > a:after, .background--dark .header.style1:hover #nav .sf-menu > li.current-menu-item > a:after {
    background: #141414;
  }
  .background--dark .header.style1.hover .logo .logoimg.bg--dark, .background--dark .header.style1:hover .logo .logoimg.bg--dark {
    display: none;
  }
  .background--dark .header.style1.hover .logo .logoimg.bg--light, .background--dark .header.style1:hover .logo .logoimg.bg--light {
    display: inline-block;
  }
  .background--dark .header.style1.hover .account-holder #cart-icon .icon-fill,
  .background--dark .header.style1.hover .account-holder svg, .background--dark .header.style1:hover .account-holder #cart-icon .icon-fill,
  .background--dark .header.style1:hover .account-holder svg {
    fill: #141414;
  }
}
.header.style1 .account-holder .mobile-toggle {
  display: none;
}
@media only screen and (max-width: 40.063em) {
  .header.style1 .account-holder .mobile-toggle {
    display: inline-flex;
  }
}
.header.style1.left-menu .logo {
  justify-content: center;
}
@media only screen and (min-width: 40.063em) {
  .header.style1.left-menu .logo {
    justify-content: flex-start;
  }
}
.header.style1.left-menu .left-menu-holder {
  display: flex;
  justify-content: flex-end;
}
.header.style1.left-menu .left-menu-holder .menu-holder .mobile-toggle {
  padding: 0 12px;
}
.header.style1.left-menu .left-menu-holder .account-holder {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .header.style1.left-menu .left-menu-holder .account-holder {
    width: auto;
  }
}
.header .menu-holder {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media only screen and (max-width: 40.063em) {
  .header .menu-holder {
    display: none;
  }
}
@media only screen and (max-width: 75.063em) {
  .header .menu-holder #nav {
    display: none;
  }
}
.header .menu-holder .mobile-toggle {
  display: none;
  align-items: center;
  color: #141414;
}
@media only screen and (max-width: 75.063em) {
  .header .menu-holder .mobile-toggle {
    display: inline-flex;
  }
}
.header .menu-holder.mobile-view #nav {
  display: none;
}
.header .menu-holder.mobile-view .mobile-toggle {
  display: inline-flex;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
@media only screen and (min-width: 40.063em) {
  .header .logo {
    min-height: 10px;
  }
}
.header .logo .logolink {
  display: inline-flex;
  vertical-align: middle;
  max-width: 100%;
  padding: 10px 0;
}
@media only screen and (min-width: 40.063em) {
  .header .logo .logolink {
    padding: 0;
  }
}
.header .logo .logoimg {
  display: inline-block;
  max-height: 50px;
}
.header .logo .logoimg.bg--dark {
  display: none;
}
@media only screen and (max-width: 64.063em) {
  .header .logo .logoimg {
    max-height: 44px;
  }
}

#nav {
  display: inline-flex;
  vertical-align: middle;
}
@media only screen and (max-width: 40.063em) {
  #nav {
    display: none;
  }
}
#nav .sf-menu {
  display: flex;
  list-style: none;
  margin: 0;
}
#nav .sf-menu a {
  white-space: nowrap;
}
#nav .sf-menu i {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.rtl #nav .sf-menu i {
  margin-right: 0;
  margin-left: 10px;
}
#nav .sf-menu li {
  margin: 0;
}
#nav .sf-menu > li {
  display: inline-flex;
  align-items: center;
  position: relative;
}
#nav .sf-menu > li.current-menu-item > a:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#nav .sf-menu > li > a {
  display: flex;
  padding: 0;
  margin: 0 40px 0 0;
  font-weight: 500;
  color: #141414;
  z-index: 10;
  font-size: 14px;
  position: relative;
}
#nav .sf-menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #141414;
  bottom: -1px;
  left: 0;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#nav .sf-menu > li > a:hover {
  color: #647694;
}
#nav .sf-menu > li.sfHover > a:after {
  display: block;
}
#nav .sub-menu {
  display: none;
  list-style: none;
  text-align: left;
  position: absolute;
  overflow: hidden;
  left: -35px;
  top: calc(100% - 10px);
  background: #fff;
  padding: 25px 0;
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.rtl #nav .sub-menu {
  text-align: right;
}
#nav .sub-menu li {
  display: block;
  min-width: 250px;
  position: relative;
  padding: 0 35px;
}
#nav .sub-menu li a {
  display: block;
  padding: 10px 0;
  color: #141414;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  will-change: transform;
}
#nav .sub-menu li a:not(.menu-image):hover {
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
#nav .sub-menu li a.menu-image:hover {
  opacity: 0.9;
}
#nav .sub-menu li a img {
  display: block;
  max-width: 300px;
}
#nav .sub-menu li .sub-menu:not(.thb_mega_submenu) {
  position: absolute;
  left: calc(100% - 10px);
  top: -25px;
  height: auto !important;
}
#nav .sub-menu li.menu-item-has-children {
  position: relative;
}
#nav .sub-menu li.menu-item-has-children:after {
  content: '+';
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 16px;
}
#nav .thb_mega_holder {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  width: 100vw;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#nav .thb_mega_holder .sub-menu {
  padding: 25px 0;
  display: flex;
  position: static;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#nav .thb_mega_holder .sub-menu li {
  padding: 0;
  min-width: 0;
  flex-direction: column;
}
#nav .thb_mega_holder .sub-menu li .sub-menu {
  display: block;
  position: static;
  flex-direction: column;
}
#nav .thb_mega_holder .sub-menu li.menu-item-has-children:after {
  display: none;
}
#nav .thb_mega_holder .sub-menu .thb_mega_submenu {
  padding: 0;
}
#nav .thb_mega_holder > .sub-menu {
  padding: 15px 35px 25px;
  margin: 0 auto;
}
#nav .thb_mega_holder > .sub-menu > li {
  padding: 0 .9375rem;
}
#nav .thb_mega_holder .megamenu-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#nav .thb_mega_holder .megamenu-title a {
  font-weight: 700;
  text-transform: uppercase;
}
#nav.left {
  float: left;
}

.account-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 40.063em) {
  .account-holder {
    height: auto;
    justify-content: flex-end;
    border-bottom: 0;
  }
}
.account-holder > a {
  display: inline-flex;
  vertical-align: middle;
  color: #141414;
  margin: 0 12px;
}
@media only screen and (min-width: 64.063em) {
  .account-holder > a {
    margin-right: 0;
    margin-left: 20px;
  }
}
.account-holder #quick_cart {
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  .account-holder #quick_cart:hover #cart-icon .handle {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.account-holder #cart-icon {
  overflow: visible;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.account-holder #cart-icon .handle {
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.style1 .account-holder .float_count {
  position: absolute;
  display: block;
  width: 19px;
  text-align: center;
  left: 0;
  top: 1px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
@media only screen and (max-width: 40.063em) {
  .style2 .account-holder .float_count {
    position: absolute;
    display: block;
    width: 19px;
    text-align: center;
    left: 0;
    top: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
  }
}
.account-holder ul {
  display: none;
  list-style: none;
  text-align: right;
}
@media only screen and (min-width: 75.063em) {
  .account-holder ul {
    display: inline-flex;
  }
}
.account-holder ul li {
  display: inline-flex;
  margin: 0;
}
.account-holder ul li a {
  font-size: 14px;
  color: #141414;
  padding: 0 15px;
  border-left: 1px dotted rgba(0, 0, 0, 0.6);
}
.account-holder ul li:first-child a {
  border-left: 0;
  padding-left: 0;
}

/*------------------------------------------------------------------
Footer
*/
#footer {
  background: transparent;
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (min-width: 40.063em) {
  #footer {
    padding: 0;
  }
}
#footer.row {
  max-width: 100%;
}
#footer.style1 {
  z-index: 999;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 40.063em) {
  .background--dark.home #footer.style1:not(:hover) .footer-menu .select-wrapper select,
  .background--dark.home #footer.style1:not(:hover) .footer-menu .select-wrapper:after, .background--dark.snap_scroll_on #footer.style1:not(:hover) .footer-menu .select-wrapper select,
  .background--dark.snap_scroll_on #footer.style1:not(:hover) .footer-menu .select-wrapper:after {
    color: #fff;
  }
  .background--dark.home #footer.style1:not(:hover) .footer-menu p, .background--dark.snap_scroll_on #footer.style1:not(:hover) .footer-menu p {
    color: rgba(255, 255, 255, 0.6);
  }
  .background--dark.home #footer.style1:not(:hover) .footer-toggle a, .background--dark.snap_scroll_on #footer.style1:not(:hover) .footer-toggle a {
    color: rgba(255, 255, 255, 0.4);
  }
  .background--dark.home #footer.style1:not(:hover) .footer-menu .sf-menu li a, .background--dark.snap_scroll_on #footer.style1:not(:hover) .footer-menu .sf-menu li a {
    color: #fff;
  }
}
#footer.style1:hover, #footer.style1.hover, #footer.style1.active {
  background: #fff;
}
#footer.style1:hover .social-links .paymenttypes, #footer.style1.hover .social-links .paymenttypes, #footer.style1.active .social-links .paymenttypes {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#footer.style1.active .footer-toggle a {
  color: #141414;
}
@media only screen and (max-width: 40.063em) {
  #footer.style1 {
    position: relative;
    background: #fff;
    height: auto;
    clear: both;
    z-index: 1;
    text-align: center;
  }
}
#footer.style1 .footer-menu {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  #footer.style1 .footer-menu {
    text-align: left;
  }
}
#footer.style2 {
  background: #3e3e3e;
  color: #fff;
  padding: 30px 0;
}
@media only screen and (min-width: 40.063em) {
  #footer.style2 {
    padding: 50px 0;
  }
}
#footer.style2 .footer-menu {
  text-align: center;
}
#footer.style2 .footer-menu .select-wrapper {
  color: #fff;
}
#footer.style2 .footer-menu .select-wrapper select {
  color: #fff;
  font-size: 14px;
}
#footer.style2 .footer-menu p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}
#footer.style2 .social-links {
  text-align: center;
}
#footer.style2 .footer-menu .sf-menu li a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
}
#footer .footer-menu {
  font-weight: 300;
  text-align: left;
}
#footer .footer-menu p {
  margin: 0;
  color: rgba(102, 102, 102, 0.6);
  font-size: 12px;
}
#footer .footer-menu .select-wrapper + p {
  line-height: 20px;
  clear: left;
}
#footer .footer-menu .select-wrapper {
  margin: 0 0 20px 0;
  background: transparent;
  border: 0;
  min-width: 0;
}
@media only screen and (min-width: 40.063em) {
  #footer .footer-menu .select-wrapper {
    margin: 0 20px 0 0;
  }
}
#footer .footer-menu .select-wrapper select {
  height: 20px;
  font-size: 11px;
  padding: 0 15px 0 0;
  line-height: 20px;
  background: transparent;
}
.rtl #footer .footer-menu .select-wrapper select {
  padding: 0 0 0 15px;
}
#footer .footer-menu .select-wrapper img {
  display: none;
}
#footer .footer-menu .select-wrapper:after {
  top: 3px;
  right: 0;
}
.rtl #footer .footer-menu .select-wrapper:after {
  right: auto;
  left: 0;
}
#footer .footer-menu .select-wrapper.currency_switcher {
  width: 50px;
}
#footer .footer-menu .sf-menu {
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  #footer .footer-menu .sf-menu {
    display: inline-block;
    margin: 0;
  }
}
#footer .footer-menu .sf-menu li {
  display: block;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 40.063em) {
  #footer .footer-menu .sf-menu li {
    display: inline-block;
    line-height: 1.6;
  }
}
#footer .footer-menu .sf-menu li a {
  display: block;
  font-size: 11px;
  margin: 0 15px 0 0;
}
#footer .social-links {
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  #footer .social-links {
    text-align: right;
  }
}
#footer .social-links a {
  color: rgba(0, 0, 0, 0.3);
  margin-left: 15px;
}
#footer .social-links .paymenttypes {
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 20px;
  vertical-align: middle;
  background: transparent url("../img/payment-types.png") top left;
  background-size: 50px 270px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#footer .social-links .paymenttypes.visa {
  background-position: 0 -4px;
}
#footer .social-links .paymenttypes.mc {
  background-position: 0 -34px;
}
#footer .social-links .paymenttypes.paypal {
  background-position: 0 -64px;
}
#footer .social-links .paymenttypes.discover {
  background-position: 0 -94px;
}
#footer .social-links .paymenttypes.stripe {
  background-position: 0 -124px;
}
#footer .social-links .paymenttypes.amazon {
  background-position: 0 -154px;
}
#footer .social-links .paymenttypes.amex {
  background-position: 0 -184px;
}
#footer .social-links .paymenttypes.diners {
  background-position: 0 -214px;
}
#footer .social-links .paymenttypes.wallet {
  background-position: 0 -244px;
}
#footer .footer-toggle {
  text-align: center;
}
#footer .footer-toggle a {
  display: block;
  font-size: 12px;
  color: rgba(21, 21, 21, 0.4);
  line-height: 1;
}
#footer .footer-toggle a br {
  line-height: 18px;
}
#footer .footer-toggle a:hover {
  color: #141414;
}

.footer_inner {
  display: flex;
  flex: 1;
  position: relative;
  padding: 0 35px;
  width: 100%;
}
.footer_inner .footer_products {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

.footer_products {
  background: #fff;
  display: block;
  clear: left;
}
.active .footer_products {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.footer_products .footer_tabs {
  background: #fff;
  height: 85px;
}
.footer_products .footer_tabs ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 85px;
}
.footer_products .footer_tabs ul li {
  display: inline-block;
}
.footer_products .footer_tabs ul a {
  display: inline-block;
  font-size: 22px;
  padding: 0;
  margin: 0 20px;
  border-bottom: 2px solid transparent;
  color: #bababa;
  line-height: 1.5;
}
.footer_products .footer_tabs ul a.active {
  color: #141414;
  border-bottom: 1px solid #141414;
}
.footer_products .footer_tabs ul a:hover {
  color: #141414;
}
@media only screen and (min-width: 40.063em) {
  .footer_products .carousel-container.row.max_width {
    padding: 0 35px;
    margin: 0 auto;
  }
}
.footer_products .carousel-container.row.max_width .ai-indicator {
  position: absolute;
}

/*------------------------------------------------------------------
Magnific Popup & Fresco
*/
/* Magnific Popup CSS */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close svg {
  z-index: -1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp .mfp-container {
  padding: 0;
}
.mfp .mfp-content {
  max-width: 1200px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.001;
  will-change: opacity;
}
.mfp .mfp-content .mfp-close {
  display: none;
}
.mfp.mfp-bg {
  background: rgba(45, 45, 45, 0.8);
}
.mfp.mfp-close-btn-in .mfp-content .mfp-close {
  display: flex;
}
.mfp.mfp-ready .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mfp.mfp-ready .mfp-content.popup-loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1099;
  background: rgba(255, 255, 255, 0.8) url("../img/product-preloader.gif") center center no-repeat;
}
.mfp.mfp-removing.mfp-bg,
.mfp.mfp-removing .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mfp .mfp-close {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 10px;
  right: 10px;
}
.mfp .mfp-figure:after {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp .mfp-figure img.mfp-img {
  max-width: 80%;
}
@media only screen and (max-width: 40.063em) {
  .mfp .mfp-figure img.mfp-img {
    max-width: 95%;
  }
}
.mfp .mfp-arrow {
  width: 10%;
  height: 100%;
  margin: 0;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 0;
  bottom: 0;
}
.mfp .mfp-arrow:before, .mfp .mfp-arrow:after {
  content: '';
  display: none;
}
.mfp.quick-search .mfp-content {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
}
.mfp.crosssell-popup .mfp-content, .mfp.upsell-popup .mfp-content {
  width: auto;
}

.theme-popup {
  max-width: 50%;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .theme-popup {
    padding: 30px;
  }
}
.theme-popup h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
  line-height: 1;
}
.theme-popup h2 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #141414;
  line-height: 1;
}
@media only screen and (max-width: 40.063em) {
  .theme-popup h2 {
    font-size: 20px;
  }
}
.theme-popup p {
  font-size: 18px;
  font-weight: 300;
  color: #141414;
  margin: 0 0 35px;
}
.theme-popup .result {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.theme-popup .notification-box {
  min-height: 0;
  margin: 0;
}
@media only screen and (max-width: 64.063em) {
  .theme-popup {
    max-width: 100%;
  }
}

#sizing-popup h2 {
  margin: 0 0 25px;
}
#sizing-popup .products .type-product {
  float: none;
  display: inline-block;
}

#sizing-popup {
  max-width: 50%;
}

#searchpopup {
  width: 100%;
  background: #fff;
}
#searchpopup .searchform fieldset {
  position: relative;
}
#searchpopup .searchform fieldset input {
  border: 0;
  text-align: center;
  padding: 0;
  height: 90px;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: #141414;
}
#searchpopup .searchform fieldset input:-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
#searchpopup .searchform fieldset input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
#searchpopup .searchform fieldset input:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
#searchpopup .searchform fieldset input::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
#searchpopup .woocommerce-product-search,
#searchpopup #yith-ajaxsearchform {
  position: relative;
}
#searchpopup .woocommerce-product-search .screen-reader-text,
#searchpopup .woocommerce-product-search input[type=submit],
#searchpopup #yith-ajaxsearchform .screen-reader-text,
#searchpopup #yith-ajaxsearchform input[type=submit] {
  display: none;
}
#searchpopup .woocommerce-product-search .search-field,
#searchpopup .woocommerce-product-search .yith-s,
#searchpopup #yith-ajaxsearchform .search-field,
#searchpopup #yith-ajaxsearchform .yith-s {
  border: 0;
  text-align: center;
  padding: 0;
  height: 90px;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: #141414;
  width: 100%;
}
#searchpopup .woocommerce-product-search .search-field:-moz-placeholder,
#searchpopup .woocommerce-product-search .yith-s:-moz-placeholder,
#searchpopup #yith-ajaxsearchform .search-field:-moz-placeholder,
#searchpopup #yith-ajaxsearchform .yith-s:-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
#searchpopup .woocommerce-product-search .search-field::-moz-placeholder,
#searchpopup .woocommerce-product-search .yith-s::-moz-placeholder,
#searchpopup #yith-ajaxsearchform .search-field::-moz-placeholder,
#searchpopup #yith-ajaxsearchform .yith-s::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
#searchpopup .woocommerce-product-search .search-field:-ms-input-placeholder,
#searchpopup .woocommerce-product-search .yith-s:-ms-input-placeholder,
#searchpopup #yith-ajaxsearchform .search-field:-ms-input-placeholder,
#searchpopup #yith-ajaxsearchform .yith-s:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
#searchpopup .woocommerce-product-search .search-field::-webkit-input-placeholder,
#searchpopup .woocommerce-product-search .yith-s::-webkit-input-placeholder,
#searchpopup #yith-ajaxsearchform .search-field::-webkit-input-placeholder,
#searchpopup #yith-ajaxsearchform .yith-s::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

/* box-sizing */
.fr-window, .fr-window [class^="fr-"],
.fr-overlay, .fr-overlay [class^="fr-"],
.fr-spinner, .fr-spinner [class^="fr-"] {
  box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  transform: translateZ(0px);
}

/* z-index */
.fr-overlay {
  z-index: 99998;
}

.fr-window {
  z-index: 99999;
}

.fr-spinner {
  z-index: 100000;
}

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}
/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: none;
  opacity: 1;
}

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
}

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.fr-caption {
  width: auto;
  display: inline;
  white-space: wrap;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  /* oldIE */
}

.fr-position-text {
  color: #b3b3b3;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}

.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}

.fr-info a:hover {
  color: #eee;
}

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}

.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}

.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}

.fr-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
}

.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-color: #ccc;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }

  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}
/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fr-close-background {
  background-color: #000;
}

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none;
}

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: .99;
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: .35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 12px;
}

.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}
@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}
/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}
/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}
/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  }

  /* fullclick */
  .fr-page {
    min-height: 100%;
  }

  /* overflow: false */
}
/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px transparent;
  /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.fr-spinner div.fr-spin-3 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.svg");
}

/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.png");
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: .5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: .8;
}

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: .2;
}

/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }

  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }

  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }

  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}
/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: .8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: .8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5;
}

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

/* Changes */
.fr-overlay-ui-fullclick .fr-overlay-background,
.fr-overlay-background {
  background: rgba(45, 45, 45, 0.8);
}

/*------------------------------------------------------------------
Post Syling
*/
.post {
  position: relative;
}
.blog-section .post.type-post {
  margin-bottom: 30px;
}
.blog-section .post.type-post.style1 {
  margin-bottom: 40px;
}
.post.type-page {
  padding-bottom: 0;
}
.post.type-page:after {
  display: none;
}
.post.sticky .post-title h2 a {
  border-bottom: 2px solid #647694;
}
.post.no-tag {
  padding: 0;
  margin: 0;
}
.post.no-tag:after {
  display: none;
}
.single-post .post {
  padding-bottom: 70px;
}
.single-post .post:after {
  display: none;
}
.post .post-meta {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (min-width: 40.063em) {
  .post .post-meta {
    margin: 0 0 30px;
  }
}
.post .post-meta ul {
  list-style: none;
  margin: 0;
  line-height: 1;
}
.masonry .post .post-meta ul li {
  font-size: 12px;
}
.post .post-meta ul li {
  display: inline-block;
  position: relative;
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding-left: 18px;
}
.post .post-meta ul li:after {
  content: '·';
  position: absolute;
  top: 0;
  left: 6px;
  line-height: 14px;
}
.post .post-meta ul li a {
  display: inline-block;
  color: #647694;
}
.post .post-meta ul li a:hover {
  color: #141414;
}
.post .post-meta ul li:first-child {
  padding: 0;
}
.post .post-meta ul li:first-child:after {
  content: '';
}
.post .post-gallery {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 40.063em) {
  .post .post-gallery {
    margin-bottom: 30px;
  }
}
.post .post-gallery img {
  width: 100%;
  will-change: opacity;
}
.masonry .post .post-gallery {
  margin-bottom: 30px;
}
.post .post-gallery > a:hover img {
  opacity: 0.9;
}
.post .post-content.bold-text p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.post .post-content.bold-text p:last-child {
  margin: 0;
}
.post .post-title {
  text-align: center;
}
.post .post-title a:not(.button) {
  color: #141414;
}
.post .post-title a:not(.button):hover {
  color: #647694;
}

#post-prevnext {
  display: block;
  margin-top: 50px;
}
#post-prevnext .row {
  margin: 0;
}
#post-prevnext .row .columns {
  padding: 0;
}
#post-prevnext .post-navi a {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  border-top: 3px solid #d0d0d0;
  padding: 25px 30px 30px;
}
#post-prevnext .post-navi a span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
#post-prevnext .post-navi a:hover {
  border-color: #141414;
}

/*------------------------------------------------------------------
Sidebar & Widgets
*/
#infinitescroll.loading:after {
  bottom: 90px;
}
#infinitescroll.style3 {
  float: none;
}

.pagepadding {
  padding: 40px 0;
}
@media only screen and (max-width: 40.063em) {
  .pagepadding {
    padding: 15px 0;
  }
}

.blog-section {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  margin: 15px 0;
}
.blog-section.masonry {
  float: none;
}
@media only screen and (min-width: 40.063em) {
  .blog-section {
    margin: 0;
  }
}

.sidebar {
  width: 330px;
  float: right;
  padding-left: 30px;
  padding-right: 0;
}
.sidebar.row {
  margin-left: auto;
  margin-right: auto;
}
.sidebar.page-sidebar {
  width: inherit;
}
.sidebar.pull {
  float: left !important;
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 40.063em) {
  .sidebar.pull {
    float: none !important;
  }
}
@media only screen and (max-width: 40.063em) {
  .sidebar {
    float: none !important;
    width: 100%;
    padding: 30px;
  }
}
#footer_products .sidebar {
  width: 100%;
  padding: 35px 35px 20px;
}

.list-image {
  height: auto !important;
}

.widget {
  margin-bottom: 30px;
  color: #b8b8b8;
}
#footer .widget {
  color: inherit;
}
.widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 40.063em) {
  .widget:last-child {
    margin-bottom: 40px;
  }
}
.widget h6 {
  margin-bottom: 30px;
  color: #141414;
  font-weight: 300;
  font-size: 20px;
  position: relative;
  display: block;
  margin-top: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget h6.active {
  margin-bottom: 0;
}
.widget h6.active span:before {
  content: "+";
}
.widget h6 span {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  text-align: center;
  font-size: 18px;
}
.rtl .widget h6 span {
  right: auto;
  left: 0;
}
.widget h6 span:before {
  content: "-";
}
.widget ul {
  margin: 0;
}
.widget ul li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 !important;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget ul li a {
  color: #737373;
}
#footer .widget ul li a {
  color: #878787;
}
.widget ul li p {
  font-size: 13px;
  line-height: 18px;
}
#footer .widget ul li {
  font-size: 13px;
  border-color: rgba(255, 255, 255, 0.1);
}
.widget ul.menu a {
  font-size: 14px;
  font-weight: 300;
}
.widget ul.menu .current-menu-item > a {
  color: #e5e5e5;
}
.widget ul.menu .sub-menu {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 10px;
  border-top: 1px solid #eeeeee;
}
.widget.widget_tag_cloud ul li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget.widget_tag_cloud .next {
  display: none;
}
.widget.widget_categories ul li {
  padding: 12px 0;
}
.widget.widget_nav_menu ul li {
  border: 0;
  padding: 5px 0;
}
.widget.widget_nav_menu ul li a {
  color: #959595;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.widget.widget_nav_menu ul li a:hover {
  color: #141414;
}
.widget.widget_nav_menu ul li.current-menu-item > a {
  color: #141414;
}
.widget.widget_nav_menu ul li .sub-menu {
  border: 0;
  padding-top: 5px;
}
.widget.widget_top_rated_products ul li, .widget.widget_products ul li {
  border-bottom: 1px dotted #eee;
  float: left;
}
.widget.widget_top_rated_products ul li a, .widget.widget_products ul li a {
  display: block;
  font-size: 13px;
  color: #141414;
  font-weight: 300;
  margin-bottom: 5px;
}
.widget.widget_top_rated_products ul li img, .widget.widget_products ul li img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 20px 0 0;
}
.rtl .widget.widget_top_rated_products ul li img, .rtl .widget.widget_products ul li img {
  float: right;
  margin: 0 0 0 20px;
}
.widget.widget_top_rated_products ul li .star-rating, .widget.widget_products ul li .star-rating {
  display: none;
}
.widget.widget_top_rated_products ul li span, .widget.widget_products ul li span {
  font-size: 14px;
}
.widget.widget_top_rated_products ul li:last-child, .widget.widget_products ul li:last-child {
  border-bottom: 0;
  padding-bottom: 15px;
}
.widget.widget_calendar #calendar_wrap {
  border: 1px solid #dcdcdc;
}
.widget.widget_calendar table {
  background: #fff;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget.widget_calendar table thead {
  background: #fff;
  font-size: 12px;
  border-bottom: 1px solid #dcdcdc;
}
.widget.widget_calendar table thead th {
  padding: 13px 0;
  color: #303030;
  text-align: center;
  font-weight: 800;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.widget.widget_calendar table tbody td {
  font-size: 12px;
  color: #686868;
  text-align: center;
  padding: 9px 0;
}
.widget.widget_calendar table tfoot {
  background: #fff;
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
}
.widget.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget.widget_calendar table tfoot tr td a {
  color: #737373;
  text-transform: uppercase;
  font-weight: 800;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.widget.woocommerce {
  height: auto;
  border: 0;
}
.widget.woocommerce.widget_layered_nav ul {
  max-height: 190px;
  overflow: hidden;
  position: relative;
}
.widget.woocommerce.widget_layered_nav ul li {
  border: 0;
  padding-top: 0;
}
.widget.woocommerce.widget_layered_nav ul li a {
  text-transform: capitalize;
  font-size: 14px;
}
.widget.woocommerce.widget_layered_nav ul li .count {
  font-size: 14px;
}
.widget.widget_product_categories li {
  padding: 0 0 15px 0;
  border: 0;
}
.widget.widget_product_categories li a {
  font-size: 16px;
  text-transform: capitalize;
}
.widget.widget_product_categories li ul {
  margin-left: 25px;
  padding: 15px 0 0 0;
}
.widget.widget_product_categories li ul li {
  padding: 0 0 10px 0;
}
.widget.widget_product_categories li ul li a {
  text-transform: uppercase;
  font-size: 12px;
}
.widget.widget_product_categories li ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_flickr .fresco, .widget.widget_dribbble .fresco {
  width: 85px;
  margin: 0 1px 1px 0;
  overflow: hidden;
  display: block;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: opacity, filter;
}
.widget.widget_flickr .fresco:hover, .widget.widget_dribbble .fresco:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.999;
}
.widget.widget_flickr .fresco a, .widget.widget_dribbble .fresco a {
  display: block;
}
.widget.widget_latestimages ul li {
  float: left;
  width: 100%;
}
.widget.widget_latestimages figure {
  float: left;
}
.rtl .widget.widget_latestimages figure {
  float: right;
}
.rtl .widget.widget_latestimages figure img {
  width: 50px;
  margin-right: 0;
  margin-left: 18px;
}
.widget.widget_latestimages figure img {
  width: 50px;
  margin-right: 18px;
}
.widget.widget_subscribe_widget .row {
  margin: 0 -3px;
}
.widget.widget_subscribe_widget .row .columns {
  padding: 0 3px;
}
.widget.widget_subscribe_widget .row .columns input[type="text"] {
  height: 40px;
}
.widget.widget_subscribe_widget .row .columns .btn {
  padding: 12px 0;
  width: 100%;
}
.widget.widget_thbtwitter .created {
  display: none;
}
.widget.widget_thbtwitter ul {
  margin-bottom: 15px;
}
.widget.widget_thbtwitter li {
  line-height: 18px;
}
.widget.widget_thbtwitter li a {
  font-weight: 600;
}
#footer .widget.widget_thbtwitter ul li a {
  color: #2caae1 !important;
}
.widget.widget_thbtwitter .btn.twitter {
  position: relative;
  padding: 10px 18px 10px 44px;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  border-color: #2caae1 !important;
  background: #2caae1 !important;
}
.widget.widget_thbtwitter .btn.twitter strong {
  font-weight: 600;
}
.widget.widget_thbtwitter .btn.twitter i {
  position: absolute;
  top: 8px;
  left: 13px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  float: left;
  width: 100%;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  float: left;
  width: 60px;
  margin-right: 20px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li h6 {
  color: #141414;
  margin: 0 0 9px;
  padding: 0;
  font-size: 14px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .quantity {
  float: none;
  font-size: 12px;
  line-height: 13px;
  color: #141414;
  display: block;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .quantity .amount {
  font-weight: 800;
  color: #141414;
  font-size: 13px;
  line-height: 13px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin-top: 20px;
  padding-top: 11px;
  border-top: 2px solid #141414;
  float: left;
  width: 100%;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total strong {
  float: left;
  color: #141414;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  float: right;
  font-size: 16px;
  line-height: 16px;
  color: #141414;
  font-weight: 800;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  float: left;
  width: 100%;
  margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  width: 100%;
}
.widget.widget_product_search #s {
  float: left;
}

/*------------------------------------------------------------------
Pagination
*/
.pagination,
.woocommerce-pagination {
  border: 1px solid #ececec;
  margin: 30px 0;
  height: 45px;
  text-align: center;
  position: relative;
  padding: 0 45px;
}
@media only screen and (min-width: 40.063em) {
  .pagination,
  .woocommerce-pagination {
    padding: 0 120px;
  }
}
.pagination .screen-reader-text,
.woocommerce-pagination .screen-reader-text {
  display: none;
}
.pagination ul,
.woocommerce-pagination ul {
  list-style: none;
  display: block;
  width: 100%;
}
.pagination ul li,
.woocommerce-pagination ul li {
  display: inline-block;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  display: inline-block;
  line-height: 43px;
  color: #676767;
  margin: 0 7px;
}
.pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.next {
  float: right;
  border-right: 0;
  border-left: 1px solid #ececec;
  right: 0;
}
.pagination .page-numbers.next i,
.woocommerce-pagination .page-numbers.next i {
  margin-left: 10px;
}
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.prev {
  float: left;
  border-right: 1px solid #ececec;
  left: 0;
}
.pagination .page-numbers.prev i,
.woocommerce-pagination .page-numbers.prev i {
  margin-right: 10px;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 1px;
}
.pagination .page-numbers.prev i, .pagination .page-numbers.next i,
.woocommerce-pagination .page-numbers.prev i,
.woocommerce-pagination .page-numbers.next i {
  font-size: 16px;
  color: #d0d0d0;
  vertical-align: middle;
}
.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
  text-decoration: underline;
}

/*------------------------------------------------------------------
Carousel
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide, .rtl .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.easyzoom {
  position: relative;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  margin: 3px 0;
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 75.063em) {
  .slick-vertical .slick-slide {
    margin: 5px 0;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Additions */
.slick {
  max-width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.slick:after {
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: auto;
}
.product-page.style2 .slick:after {
  background-color: #f4f4f4;
}
.slick.slick-initialized {
  height: auto;
  overflow: visible;
}
.slick.slick-initialized .slick-list {
  opacity: 1;
}
.slick.slick-initialized:after {
  display: none;
}
.slick.image-slider .slick-slide img {
  width: 100%;
}

.carousel-container {
  width: 100%;
  position: relative;
}
.carousel-container .ai-indicator {
  display: none;
}
.carousel-container.loading .ai-indicator {
  display: block;
}
.carousel-container.loading .carousel {
  opacity: 0.3;
}

.slick-slider {
  width: 100%;
}
.slick-slider.products .slick-slide.product {
  margin: 0;
}
.slick-slider.products .slick-nav {
  top: 40%;
}
.slick-slider .slick-slide > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider .slick-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 64.063em) {
  .slick-slider .slick-nav {
    opacity: 0;
  }
}
.slick-slider .slick-nav .border {
  display: none;
}
.slick-slider .slick-nav.thb-prev {
  left: 10px;
}
@media only screen and (min-width: 64.063em) {
  .slick-slider .slick-nav.thb-prev {
    left: 20px;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slick-slider .slick-nav.thb-next {
  right: 10px;
}
@media only screen and (min-width: 64.063em) {
  .slick-slider .slick-nav.thb-next {
    right: 20px;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slick-slider:hover .slick-nav {
  opacity: 1;
}
@media only screen and (min-width: 64.063em) {
  .slick-slider:hover .slick-nav {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*------------------------------------------------------------------
Snap To Scroll
*/
/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto !important;
  min-height: 100vh;
}
@media only screen and (max-width: 40.063em) {
  .fp-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}

.fp-tableCell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  padding: 4px 0;
  margin: 0;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.6);
}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
  border-color: white;
}
.background--light #fp-nav ul li a, .background--light
.fp-slidesNav ul li a {
  border: 3px solid rgba(0, 0, 0, 0.6);
}
.background--light #fp-nav ul li a.active, .background--light
.fp-slidesNav ul li a.active {
  border-color: black;
  background: #fff;
}

#fp-nav {
  position: fixed;
  z-index: 90;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 30px;
}
#fp-nav.left {
  left: 17px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

.fp-slidesNav ul li {
  display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

/* Additions */
.ai-indicator {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -18px;
  z-index: 0;
}
.onepage-loaded .ai-indicator {
  opacity: 0;
}

.snap_scroll_on {
  overflow: hidden;
  height: 100%;
}

.snap_scroll_on [role="main"] {
  height: 100%;
  position: relative;
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.snap_scroll_on [role="main"] .vc_row,
.snap_scroll_on [role="main"] .row {
  opacity: 0;
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.snap_scroll_on.onepage-loaded [role="main"] .ai-indicator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.snap_scroll_on.onepage-loaded [role="main"] .vc_row,
.snap_scroll_on.onepage-loaded [role="main"] .row {
  opacity: 1;
}

/*------------------------------------------------------------------
Form Styling
*/
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  display: inline-flex;
  border: 1px solid #e5e5e5;
  padding: 0 14px;
  height: 42px;
  margin-bottom: 20px;
  color: #737373;
  font-size: 14px;
  background: #fff;
  max-width: 100%;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border-color: #141414;
  color: #141414;
}
input[type="text"].parsley-error, input[type="text"].wpcf7-not-valid, .woocommerce-invalid-required-field input[type="text"], .woocommerce-invalid input[type="text"],
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="password"], .woocommerce-invalid
input[type="password"],
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="date"], .woocommerce-invalid
input[type="date"],
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="datetime"], .woocommerce-invalid
input[type="datetime"],
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="email"], .woocommerce-invalid
input[type="email"],
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="number"], .woocommerce-invalid
input[type="number"],
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="search"], .woocommerce-invalid
input[type="search"],
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="tel"], .woocommerce-invalid
input[type="tel"],
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="time"], .woocommerce-invalid
input[type="time"],
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="url"], .woocommerce-invalid
input[type="url"],
textarea.parsley-error,
textarea.wpcf7-not-valid, .woocommerce-invalid-required-field
textarea, .woocommerce-invalid
textarea {
  border-color: #e76049;
}
#footer input[type="text"], #footer
input[type="password"], #footer
input[type="date"], #footer
input[type="datetime"], #footer
input[type="email"], #footer
input[type="number"], #footer
input[type="search"], #footer
input[type="tel"], #footer
input[type="time"], #footer
input[type="url"], #footer
textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #737373;
}
#footer input[type="text"]:focus, #footer
input[type="password"]:focus, #footer
input[type="date"]:focus, #footer
input[type="datetime"]:focus, #footer
input[type="email"]:focus, #footer
input[type="number"]:focus, #footer
input[type="search"]:focus, #footer
input[type="tel"]:focus, #footer
input[type="time"]:focus, #footer
input[type="url"]:focus, #footer
textarea:focus {
  background: transparent;
  border-color: white;
}
input[type="text"].full, .form-row input[type="text"],
input[type="password"].full, .form-row
input[type="password"],
input[type="date"].full, .form-row
input[type="date"],
input[type="datetime"].full, .form-row
input[type="datetime"],
input[type="email"].full, .form-row
input[type="email"],
input[type="number"].full, .form-row
input[type="number"],
input[type="search"].full, .form-row
input[type="search"],
input[type="tel"].full, .form-row
input[type="tel"],
input[type="time"].full, .form-row
input[type="time"],
input[type="url"].full, .form-row
input[type="url"],
textarea.full, .form-row
textarea {
  width: 100%;
}

.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

label {
  display: inline-block;
  font-size: 12px;
  color: #141414;
  margin: 0 0 10px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

textarea {
  min-height: 108px;
  padding: 7px 14px;
}
.wpcf7-form textarea {
  min-height: 200px;
}
.review-popup textarea {
  min-height: 150px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  outline: 0;
  min-width: 170px;
  border: 1px solid #eaeaea;
  color: #141414;
}
.select-wrapper:after {
  content: "\f0d7";
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  top: 18px;
  right: 15px;
  font-size: 12px;
  line-height: 1;
}
.rtl .select-wrapper select {
  padding: 11px 17px 11px 34px;
}
.rtl .select-wrapper:after {
  right: auto;
  left: 15px;
}
.select-wrapper select {
  display: block;
  font-size: 13px;
  font-weight: 300;
  font-family: inherit;
  height: 46px;
  padding: 11px 34px 11px 17px;
  border: 0;
  background: #fff;
  color: #141414;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: radio-container;
}
.shipping-calculator-form .select-wrapper {
  width: 100%;
  margin-bottom: 5px;
}

/* Firefox & MS11 Fixes */
@-moz-document url-prefix() {
  .select-wrapper:after {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none;
  }
}
.custom_check {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.custom_check + .custom_label {
  display: inline-block !important;
  margin: 0;
  padding: 0 0 0 23px;
  min-height: 16px;
  line-height: 18px;
  position: relative;
  text-transform: none;
}
.custom_check + .custom_label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  left: 0;
}
.custom_check + .custom_label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center;
}
.custom_check + .custom_label:hover:before {
  border-color: #141414;
}
.custom_check:checked + .custom_label:before {
  border-color: #141414;
}
.custom_check:checked + .custom_label:after {
  content: '×';
}

input[type="radio"].custom_check + .custom_label:before {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
input[type="radio"].custom_check:checked + .custom_label:before {
  border-color: #141414;
  border-width: 3px;
}
input[type="radio"].custom_check:checked + .custom_label:after {
  content: '';
}

/* Select2 */
.form-row.woocommerce-invalid-required-field .select2-container .select2-choice {
  border-color: #e76049;
}

.select2-container {
  margin-bottom: 25px;
  clear: left;
  font-size: 14px;
}
.select2-container .select2-choice {
  background: #fff;
  border: 1px solid #eee;
  height: 40px !important;
  line-height: 40px !important;
  padding-left: 12px;
  font-weight: 300;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice span {
  height: 37px;
  line-height: 37px;
}
.select2-container .select2-choice div b {
  background-position: 0 9px !important;
}
.select2-container.select2-dropdown-open .select2-choice {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.select2-container.select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px !important;
}

.select2-drop {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e5e5e5;
}
.rtl .select2-drop {
  left: auto;
  right: -9999px;
}
.select2-drop.select2-drop-active {
  border-color: #e5e5e5;
}
.select2-drop.select2-drop-active.select2-drop-above {
  border-top-color: #e5e5e5;
}
.select2-drop .select2-search input {
  background: #fff !important;
  margin-bottom: 5px;
}
.select2-drop .select2-results {
  background: #fff;
  font-size: 14px;
}
.select2-drop .select2-results .select2-highlighted {
  background: #fafafa;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.select2-drop .select2-results li {
  margin: 0;
}

.select2-container-single .select2-search input[type=text] {
  background: #fff !important;
}

/*------------------------------------------------------------------
Contact Page
*/
.infoBox {
  background: #fff;
}
.infoBox > img {
  z-index: 99;
}

.marker-info-win {
  width: 380px;
  border: 1px solid #141414;
  padding: 10px;
  position: relative;
}
.marker-info-win h1 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #141414;
  margin: 5px 0 10px;
}
.marker-info-win p {
  font-size: 13px;
  line-height: 16px;
  color: #737373;
  font-weight: 300;
  margin-bottom: 10px;
}
.marker-info-win:after, .marker-info-win:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.marker-info-win:after {
  border-top-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.marker-info-win:before {
  border-top-color: #000;
  border-width: 14px;
  margin-left: -14px;
}
.marker-info-win .marker-inner-win {
  padding-left: 130px;
}
.marker-info-win .image {
  float: left;
  width: 110px;
}

#contact-map {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#contact-map .contact_map {
  height: 100%;
}
#contact-map img {
  max-width: none;
  height: auto;
}

.half_section {
  display: block;
  float: left;
  width: 100%;
  height: 100vh;
  padding: 50px 20px 50px 20px;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 64.063em) {
  .half_section {
    width: 50%;
    padding: 100px 20px 90px 50px;
  }
}
.half_section .custom_scroll {
  padding-right: 30px;
  height: 100%;
}
.half_section .custom_scroll.thb-mobile {
  padding-right: 0;
}
.half_section .custom_scroll.thb-mobile > div {
  position: static;
}

/*------------------------------------------------------------------
LookBook Page
*/
/* Lookbook */
.content-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-side .post {
  padding: 30px 0;
}

.lookbook-container {
  height: 100vh;
  max-width: 100%;
  width: auto;
}
.lookbook-container .look {
  height: 100vh;
  position: relative;
}
.lookbook-container .look img {
  height: 100%;
  width: auto;
  max-width: none;
}
.lookbook-container .look .info {
  background: rgba(15, 15, 15, 0.75);
  padding: 25px 30px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
}
.lookbook-container .look .info a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  white-space: initial;
  margin-bottom: 16px;
}
.lookbook-container .look .info a .amount {
  color: #647694;
}
.lookbook-container .look .info a:last-child {
  margin-bottom: 0;
}
.lookbook-container .look .info a .title + span {
  margin-left: 5px;
}
.lookbook-container .look:hover .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*------------------------------------------------------------------
404 Page
*/
.content404 {
  background: transparent url("../img/bg/bg_404.jpg") center top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content404 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin: 25px 0 0 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 40.063em) {
  .content404 h3 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
  }
  .content404 h3 br {
    display: none;
  }
}
.content404 img {
  max-width: 50vw;
  width: 100%;
}
@media only screen and (min-width: 75.063em) {
  .content404 img {
    max-width: 600px;
  }
}

/*------------------------------------------------------------------
WP-Specific
*/
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

.alignright {
  float: right;
  margin: 6px 0 14px 20px;
}

.alignleft {
  float: left;
  margin: 6px 20px 14px 0;
}

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

img.center {
  margin: 0 auto;
  display: block;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

@media only screen and (max-width: 40.063em) {
  .alignleft,
  .aligncenter,
  .alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 80%;
  margin: 0;
  font-weight: 300;
  font-size: 13px;
  background: #fff;
  color: #141414;
  padding: 13px 15px;
}
.rtl .wp-caption .wp-caption-text {
  left: auto;
  right: 20px;
}

.gallery {
  display: block;
  margin: 0 auto;
  float: left;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery .gallery-item {
  display: inline-block;
  width: 100%;
  padding: 0 1px 1px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

.more-link {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}

[class^="tag-link"] {
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #b8b8b8;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0 1px 4px 0;
  line-height: 1;
}
[class^="tag-link"]:hover {
  background: #e5e5e5;
  border-color: #e5e5e5;
  color: #fff;
}
#post-sharing [class^="tag-link"] {
  margin-bottom: 1px;
}
.widget_product_tag_cloud [class^="tag-link"] {
  font-size: 12px !important;
}

.searchform {
  margin: 0;
}
.searchform fieldset {
  position: relative;
  border: 0;
}
.searchform fieldset input {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
Mobile Menu
*/
/* Sidr */
#mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  padding: 0;
  z-index: 99;
  width: 280px;
  background: #fff;
  left: 0;
  -moz-transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  #mobile-menu {
    width: 320px;
    left: 0;
    -moz-transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
  }
}
.open-menu #mobile-menu {
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#mobile-menu .social-links {
  padding: 22px 30px;
}
#mobile-menu .social-links a {
  color: #a8aaad;
  margin-right: 18px;
}
#mobile-menu .custom_scroll {
  height: 100%;
}
#mobile-menu .thb-close {
  right: auto;
  left: calc( 100% + 15px);
}

/* Mobile Menu */
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 20px 30px;
  clear: left;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-menu li {
  margin: 0;
}
.mobile-menu li span {
  display: block;
  position: absolute;
  width: 21px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 300;
  font-size: 11px;
  right: 0;
  top: 0;
}
.rtl .mobile-menu li span {
  right: auto;
  left: 0;
}
.mobile-menu li a {
  display: block;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #595959;
  position: relative;
}
.mobile-menu li a.active {
  color: #141414;
}
.mobile-menu li a.active span .fa:before {
  content: "\f068";
}
.mobile-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.mobile-menu .sub-menu li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  border: 0;
  color: #595959;
}
.mobile-menu .sub-menu li a span {
  height: 30px;
  line-height: 30px;
}
.mobile-menu .sub-menu .sub-menu {
  margin: 0 0 0 15px;
}
.mobile-menu .sub-menu .sub-menu li a {
  font-weight: 500;
}

.mobile-secondary-menu {
  list-style: none;
  padding: 22px 30px 0 30px;
  margin: 0;
}
.mobile-secondary-menu a {
  font-size: 14px;
  font-weight: 600;
  color: #595959;
  text-transform: uppercase;
  line-height: 30px;
}

/*------------------------------------------------------------------
Side Cart
*/
/* Side Cart */
#side-cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99;
  padding: 0;
  width: 320px;
  background: #fff;
  right: 0;
  -moz-transform: translate3d(320px, 0, 0);
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
@media only screen and (max-width: 40.063em) {
  #side-cart {
    width: 280px;
    right: 0;
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}
.admin-bar #side-cart {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #side-cart {
    padding-top: 32px;
  }
}
.open-cart #side-cart {
  right: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#side-cart header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
@media only screen and (min-width: 40.063em) {
  #side-cart header {
    padding: 30px;
  }
}
#side-cart header h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}
#side-cart .buttons {
  width: 100%;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
#side-cart .buttons .btn + .btn {
  margin-top: 5px;
}
@media only screen and (min-width: 40.063em) {
  #side-cart .buttons {
    padding: 30px;
  }
}
#side-cart .subtotal {
  width: 100%;
  padding: 7px 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
  color: #454545;
  font-weight: 600;
}
#side-cart .subtotal > span {
  float: right;
  font-weight: 300;
}
@media only screen and (min-width: 40.063em) {
  #side-cart .subtotal {
    padding: 22px 30px;
  }
}
#side-cart .custom_scroll {
  flex: 1;
}
#side-cart ul {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 40.063em) {
  #side-cart ul {
    padding: 30px 30px 0;
  }
}
#side-cart ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
#side-cart ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#side-cart ul li figure {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 22px;
}
#side-cart ul li .list_content {
  padding-left: 62px;
}
#side-cart ul li .list_content h5 {
  font-size: 13px;
  font-weight: bold;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
#side-cart ul li .list_content h5 a {
  color: #141414;
}
#side-cart ul li .list_content .quantity {
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  color: #141414;
  line-height: 14px;
}
#side-cart ul li .list_content .cross {
  margin: 0 5px;
  font-size: 12px;
  line-height: 14px;
  display: inline-flex;
}
#side-cart ul li .list_content .price {
  display: inline-flex;
  line-height: 14px;
}
#side-cart ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.4);
}
#side-cart ul li .remove:hover {
  color: rgba(0, 0, 0, 0.8);
}

.thb-close {
  float: right;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: calc( 100% + 15px );
  top: 20px;
  opacity: 0;
}
.thb-close svg {
  fill: #fff;
}
.open-cart #side-cart .thb-close, .open-menu #mobile-menu .thb-close {
  opacity: 1;
}

/*------------------------------------------------------------------
Comments
*/
#comments {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 55px 0 70px;
}
#comments #add_review_button,
#comments #submit {
  width: 100%;
}
#comments #add_review_button {
  margin-bottom: 20px;
}
#comments .headline {
  height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
#comments .headline h2 {
  padding: 0;
}
#comments .headline a {
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  font-size: 12px;
}
#comments #reply-title {
  font-size: 28px;
  color: #141414;
  font-weight: 300;
  margin: 0 0 5px;
  float: left;
  width: 100%;
}
#comments #reply-title small {
  float: right;
  font-weight: 500;
  color: #cf0e29;
  font-size: 13px;
  line-height: 39px;
}
#comments .comment-notes {
  margin-bottom: 20px;
}
#comments ol.commentlist {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px 0;
  display: block;
  float: left;
  width: 100%;
}
#comments ol.commentlist li {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
#comments ol.commentlist li:before {
  display: none;
}
#comments ol.commentlist li li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#comments ol.commentlist li #respond {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: block !important;
}
#comments ol.commentlist li #respond #reply-title {
  display: block;
}
#comments ol.commentlist > li:first-child .comment-inner {
  margin-top: 0;
}
#comments ol.commentlist > li:last-child {
  border: 0;
}
#comments ol.commentlist .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
}
#comments ol.commentlist .vcard .says {
  display: none;
}
#comments ol.commentlist .vcard .fn {
  font-style: normal;
  display: inline-block;
  color: #141414;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#comments ol.commentlist .vcard .fn a {
  color: #141414;
}
#comments ol.commentlist .vcard .fn:before {
  content: '';
}
#comments ol.commentlist .vcard .fn:after {
  content: '\0020 \2014';
}
#comments ol.commentlist .avatar {
  float: left;
  width: 70px;
  margin: 0 30px 0 0;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.rtl #comments ol.commentlist .avatar {
  float: right;
  margin: 0 0 0 30px;
  left: auto;
  right: 0;
}
#comments ol.commentlist .comment-meta,
#comments ol.commentlist .meta {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  color: #676767;
}
#comments ol.commentlist .comment-meta a,
#comments ol.commentlist .meta a {
  color: #676767;
}
#comments ol.commentlist .meta {
  display: block;
}
#comments ol.commentlist .meta strong {
  font-style: normal;
  display: inline-block;
  color: #141414;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#comments ol.commentlist .meta strong a {
  color: #141414;
}
#comments ol.commentlist .comment-body,
#comments ol.commentlist .comment-text {
  padding-left: 100px;
  position: relative;
  font-size: 14px;
}
.rtl #comments ol.commentlist .comment-body, .rtl
#comments ol.commentlist .comment-text {
  padding: 0 100px 0 0;
}
#comments ol.commentlist .comment-body p:last-of-type,
#comments ol.commentlist .comment-text p:last-of-type {
  margin: 0;
}
#comments ol.commentlist .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 4px;
  font-style: normal;
}
#comments ol.commentlist .comment-reply-link {
  display: inline-block;
  float: right;
  color: #647694;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.rtl #comments ol.commentlist .comment-reply-link {
  right: auto;
  left: 0;
}
#comments ol.commentlist .comment-container {
  width: auto;
  margin-left: 100px;
}
.rtl #comments ol.commentlist .comment-container {
  margin-right: 100px;
  margin-left: 0;
}
#comments ol.commentlist .comment-container .star-rating {
  float: right;
}
@media only screen and (max-width: 40.063em) {
  #comments ol.commentlist .comment-container .star-rating {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
#comments ol.commentlist .children {
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0 0;
  padding-left: 30px;
  list-style: none;
}
@media only screen and (min-width: 40.063em) {
  #comments ol.commentlist .children {
    padding-left: 100px;
  }
}
.rtl #comments ol.commentlist .children {
  padding: 0 30px 0 0;
}
@media only screen and (min-width: 40.063em) {
  .rtl #comments ol.commentlist .children {
    padding-right: 100px;
  }
}
#comments ol.commentlist .children .vcard .avatar {
  float: left;
  width: 52px;
  margin-right: 20px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.rtl #comments ol.commentlist .children .vcard .avatar {
  float: right;
  margin: 0 0 0 20px;
}
#comments ol.commentlist .children .comment-body {
  padding-left: 72px;
}
.rtl #comments ol.commentlist .children .comment-body {
  padding: 0 72px 0 0;
}
#comments ol.commentlist .children > li:first-child > .comment-inner {
  margin-top: 0;
}
#comments ol.commentlist .children > li:last-child {
  border: 0;
}
#comments ol.commentlist .children .children {
  padding-left: 72px;
}
.rtl #comments ol.commentlist .children .children {
  padding: 0 72px 0 0;
}

#respond {
  clear: left;
}
#respond input,
#respond textarea {
  width: 100%;
}
#respond .form-submit {
  float: right;
  margin: 0;
}

#reviews {
  text-align: center;
}
#reviews #comments {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
}
#reviews #comments .star-rating {
  float: right;
}
#reviews #comments h2 {
  display: none;
}
#reviews #comments ol.commentlist {
  padding: 0;
}
#reviews #comments ol.commentlist .comment_container {
  margin-left: 0;
  position: relative;
}
#reviews #comments ol.commentlist .comment-text {
  text-align: left;
  clear: both;
  margin-bottom: 20px;
}
#reviews .woocommerce-noreviews {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
#reviews .comment-reply-title {
  display: none;
}

#comment_popup {
  background: #fff;
  padding: 50px;
  max-width: 50%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 64.063em) {
  #comment_popup {
    max-width: 100%;
  }
}
@media only screen and (max-width: 40.063em) {
  #comment_popup {
    padding: 30px;
  }
}

/*------------------------------------------------------------------
Shop
*/
.no-products {
  height: 300px;
  width: 100%;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .wishlist_icon path,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .wishlist_icon path {
  fill: #e25842;
  stroke: #e25842;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .wishlist_icon path {
  fill: transparent;
  stroke: #141414;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover .wishlist_icon path {
  stroke: #e25842;
}

.product.product-category {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.product.product-category a {
  position: relative;
  padding-bottom: 90%;
  overflow: hidden;
  height: 0;
  background-position: center;
  background-size: cover;
}
@-moz-document url-prefix() {
  .product.product-category a {
    height: auto;
  }
}
.product.product-category a:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 90%;
}
.double-height .product.product-category a {
  padding-bottom: calc(180% + 30px);
}
.double-height .product.product-category a:after {
  padding-bottom: calc(180% + 30px);
}
.product.product-category a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product.product-category a div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .product.product-category a div {
    padding: 50px;
  }
}
.product.product-category a div h3 {
  text-align: left;
  text-transform: none;
  margin: 0;
}
.product.product-category a div h3 mark {
  display: none;
}
.product.product-category a div span {
  display: inline-block;
  font-size: 14px;
  color: #647694;
  opacity: 0;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.product.product-category a:hover div span {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.products .product {
  display: flex;
  margin-bottom: 40px;
  text-align: center;
  flex-direction: column;
}
.products .product:hover .product_after_title .product_after_shop_loop_price {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.products .product:hover .product_after_title .product_after_shop_loop_buttons {
  top: 0;
}
.products .product:hover .product_thumbnail .yith-wcwl-add-to-wishlist {
  opacity: 1;
}
.products .product .product_thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.products .product .product_thumbnail img {
  width: 100%;
}
.products .product .product_thumbnail a {
  display: block;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #141414;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 28px;
  padding: 0;
}
.rtl .products .product .product_thumbnail .yith-wcwl-add-to-wishlist {
  direction: ltr;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist > div {
  height: 28px;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #141414;
  min-width: 28.6px;
  height: 28px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist a svg {
  position: relative;
  top: 1px;
  margin: 0 8px;
  z-index: 2;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist:hover .text {
  max-width: 999px;
  padding: 0 15px 0 10px;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist:hover a {
  width: auto;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist .text {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 1px;
  height: 28px;
  padding: 0;
  direction: rtl;
  position: absolute;
  top: 0;
  right: 14px;
  background: #fff;
  border-radius: 14px 0 0 14px;
  z-index: 0;
}
.products .product .product_thumbnail .yith-wcwl-add-to-wishlist .text i {
  display: flex;
  white-space: nowrap;
  font-style: normal;
  position: relative;
  top: 1px;
}
.products .product .product_thumbnail.thb_hover {
  position: relative;
}
.products .product .product_thumbnail.thb_hover .product_thumbnail_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.products .product .product_thumbnail.thb_hover:hover .product_thumbnail_hover {
  opacity: 1;
}
.products .product h3 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.products .product .product_after_title {
  position: relative;
  overflow: hidden;
}
.products .product .product_after_title .price {
  line-height: 25px;
}
.products .product .product_after_title .product_after_shop_loop_buttons {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.products .product .product_after_title .button {
  border: 0;
  position: relative;
  padding: 0 0 6px;
  background: none;
  color: #141414;
  height: auto;
  font-weight: 400;
  text-transform: none;
}
.products .product .product_after_title .button:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #141414;
}
.products .product .product_after_title .button:hover {
  background: transparent;
  color: #647694;
}
.products .product .product_after_title .button:hover:after {
  background: #647694;
}
.products .product.style2 {
  text-align: left;
}
.products .product.style2 .product_after_title .price {
  font-size: 14px;
  font-weight: 400;
}
.products .product.style2 .badge {
  border: 2px solid #141414;
  color: #141414;
  line-height: 18px;
  height: 22px;
  padding: 0 9px;
  font-size: 8px;
}
.products .product.style2 h3 {
  display: block;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
}
.products .product.style2 h3 .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.rtl .products .product.style2 h3 {
  padding: 0 0 0 30px;
}
.rtl .products .product.style2 h3 .yith-wcwl-add-to-wishlist {
  right: auto;
  left: 0;
}
.products .product.style2 .yith-wcwl-add-to-wishlist {
  float: right;
  margin: 1px  0 0;
}
.rtl .products .product.style2 .yith-wcwl-add-to-wishlist {
  float: left;
}
.products .product.style2 .yith-wcwl-add-to-wishlist .text {
  display: none;
}
.products .product.style2 .yith-wcwl-add-to-wishlist a {
  color: #141414;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
}
.badge.onsale {
  background: #647694;
}
.badge.onsale.perc {
  font-weight: 400;
  font-size: 11px;
}
.badge.out-of-stock {
  background: #c1c1c1;
}
.badge.new {
  background: #cf8497;
}

.added_to_cart {
  display: none !important;
}

.stock.out-of-stock {
  font-weight: 600;
  color: #e24f3d;
}

.price {
  display: block;
  font-weight: 500;
  font-size: 13px;
}
.price > span {
  vertical-align: middle;
}
.price .from {
  display: none;
}
.price del {
  color: #676767;
}
.price del + ins {
  margin-left: 10px;
}
.price ins, .price > .amount {
  color: #727272;
  text-decoration: none;
}

.woocommerce-product-rating {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.woocommerce-count-wrap {
  padding: 0;
  margin: 0 0 20px;
  font-size: 13px;
  color: #141414;
  font-weight: 400;
}
.woocommerce-count-wrap p {
  display: block;
  line-height: 24px;
  margin: 6px 0;
}
.woocommerce-count-wrap p.woocommerce-result-count {
  font-size: 14px;
  font-weight: 300;
  color: #929499;
}
.woocommerce-count-wrap p.woocommerce-result-count strong {
  font-weight: 400;
}
.woocommerce-count-wrap p.woocommerce-show-products {
  display: block;
  width: 100%;
  text-align: center;
}
.woocommerce-count-wrap p.woocommerce-show-products a {
  display: inline-block;
  margin: 0 0 0 10px;
}
.woocommerce-count-wrap .woocommerce-ordering {
  margin: 0;
}
.woocommerce-count-wrap .woocommerce-ordering .select-wrapper {
  float: right;
  margin-bottom: 0;
}
@media only screen and (max-width: 40.063em) {
  .woocommerce-count-wrap .woocommerce-ordering {
    text-align: center;
  }
  .woocommerce-count-wrap .woocommerce-ordering .select-wrapper {
    float: none;
    margin: 0 auto;
  }
}

.header_content img {
  width: 100%;
  height: auto;
}

/* Tables */
.shop_attributes {
  border: 0;
  width: 100%;
  border-spacing: 0;
  text-align: left;
}
.shop_attributes tbody tr th {
  vertical-align: middle;
  padding: 12px 0;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #f5f5f5;
  background: none;
  width: 120px;
}
.shop_attributes tbody tr td {
  vertical-align: middle;
  padding: 14px 0 14px 15px;
  border-bottom: 1px solid #f5f5f5;
  background: none;
  font-weight: 300;
  font-size: 14px;
  color: #454545;
}
.shop_attributes tbody tr td p {
  margin: 0;
  color: #454545;
  font-size: 14px;
  font-weight: 300;
}
.shop_attributes tbody tr:last-child td, .shop_attributes tbody tr:last-child th {
  border-bottom: 0;
  background: none;
}
.shop_attributes tbody tr.alt {
  background: none;
}
.shop_attributes tbody tr.alt th {
  background: none;
}

.my_orders {
  border: 0;
  width: 100%;
  border-spacing: 0;
}
.my_orders thead {
  background: #fff;
  padding-bottom: 10px;
}
.my_orders thead tr th {
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  padding: 0 0 10px;
  border-bottom: 2px solid #141414;
  line-height: 1;
  text-transform: uppercase;
}
.my_orders tbody {
  padding-top: 10px;
}
.my_orders tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
  color: #737373;
  border-bottom: 1px dotted #141414;
  font-size: 13px;
}
.my_orders tbody tr td.order-actions {
  text-align: right;
}
.my_orders tbody tr td.order-number a {
  font-size: 18px;
  color: #141414;
}
.my_orders tbody tr:nth-child(even) {
  background: #fff;
}
.my_orders.order_table {
  border-bottom: 0;
}
.my_orders.order_table thead tr th {
  font-weight: 400;
  border-bottom-width: 1px;
}

.stock {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.group_table {
  border: 0;
  border-spacing: 0;
  margin: 0 auto 20px;
  text-align: left;
}
@media only screen and (min-width: 75.063em) {
  .group_table {
    width: 100%;
  }
}
.group_table tbody tr td {
  padding: 0 10px 20px 0;
  vertical-align: top;
  line-height: 1;
}
.group_table tbody tr td:first-child {
  width: 85px;
}
.group_table tbody tr td label {
  margin: 0 0 5px;
}
.group_table tbody tr td label a {
  font-weight: 500;
  color: #141414;
}
.group_table tbody tr td .stock {
  margin: 0;
}
.group_table tbody tr:nth-child(even) {
  background: #fff;
}
.product-page.style2 .group_table tbody tr:nth-child(even) {
  background: none;
}
.group_table .quantity {
  float: none;
  margin-top: 5px;
}
.group_table .price .amount {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.smalltitle, #checkout_thankyou h2, .woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3, .woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content legend,
.my_woocommerce_page h2,
.my_woocommerce_page h3,
.my_woocommerce_page legend, .cart_totals h4 {
  color: #141414;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.background--dark .fp-section .smalltitle, .background--dark .fp-section #checkout_thankyou h2, #checkout_thankyou .background--dark .fp-section h2, .background--dark .fp-section .woocommerce-billing-fields h3, .woocommerce-billing-fields .background--dark .fp-section h3,
.background--dark .fp-section .woocommerce-shipping-fields h3,
.woocommerce-shipping-fields .background--dark .fp-section h3, .background--dark .fp-section .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .background--dark .fp-section h2,
.background--dark .fp-section .woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content .background--dark .fp-section h3,
.background--dark .fp-section .woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content .background--dark .fp-section legend,
.background--dark .fp-section .my_woocommerce_page h2,
.my_woocommerce_page .background--dark .fp-section h2,
.background--dark .fp-section .my_woocommerce_page h3,
.my_woocommerce_page .background--dark .fp-section h3,
.background--dark .fp-section .my_woocommerce_page legend,
.my_woocommerce_page .background--dark .fp-section legend, .background--dark .fp-section .cart_totals h4, .cart_totals .background--dark .fp-section h4 {
  color: #fff;
}

.largetitle {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #141414;
  margin-bottom: 40px;
}

.coupon-container {
  border: 1px dashed #cdcdcd;
  padding: 30px;
}
@media only screen and (max-width: 40.063em) {
  .coupon-container {
    margin-top: 30px;
  }
}
.coupon-container .smalltitle, .coupon-container #checkout_thankyou h2, #checkout_thankyou .coupon-container h2, .coupon-container .woocommerce-billing-fields h3, .woocommerce-billing-fields .coupon-container h3,
.coupon-container .woocommerce-shipping-fields h3,
.woocommerce-shipping-fields .coupon-container h3, .coupon-container .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .coupon-container h2,
.coupon-container .woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content .coupon-container h3,
.coupon-container .woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content .coupon-container legend,
.coupon-container .my_woocommerce_page h2,
.my_woocommerce_page .coupon-container h2,
.coupon-container .my_woocommerce_page h3,
.my_woocommerce_page .coupon-container h3,
.coupon-container .my_woocommerce_page legend,
.my_woocommerce_page .coupon-container legend, .coupon-container .cart_totals h4, .cart_totals .coupon-container h4 {
  font-weight: 300;
}
.coupon-container.margin {
  display: none;
  margin-bottom: 55px;
}
.coupon-container .notification-box {
  display: none;
}
.coupon-container .checkout_coupon {
  float: left;
  width: 100%;
  display: block !important;
}
.coupon-container .checkout_coupon #coupon_code {
  width: 100%;
  border: 1px solid #eee;
}
.coupon-container .checkout_coupon #coupon_code + .apply_coupon {
  width: auto;
  margin: 0;
}

.checkout {
  margin-top: 30px;
}

.billing + .shipping {
  margin-top: 40px;
}
@media only screen and (min-width: 64.063em) {
  .billing + .shipping {
    margin: 0;
  }
}

#billing_address_1,
#shipping_address_1 {
  margin-bottom: 10px;
}

#order_comments {
  min-height: 128px;
}

/* Checkout */
.notification-row {
  margin-bottom: 30px;
}

.section {
  padding-bottom: 100px;
}

#order_review.section {
  display: none;
}

#shippingsteps {
  flex: 1;
  text-align: center;
  margin-bottom: 25px;
  border-top: 1px solid #ececec;
}
@media only screen and (min-width: 40.063em) {
  #shippingsteps {
    margin-bottom: 35px;
  }
}
#shippingsteps li {
  margin: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  background: #f8f8f8;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 40.063em) {
  #shippingsteps li {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 64.063em) {
  #shippingsteps li {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 75.063em) {
  #shippingsteps li {
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 90.063em) {
  #shippingsteps li {
    height: 100px;
    line-height: 100px;
  }
}
#shippingsteps li a {
  color: #969696;
}
#shippingsteps li span {
  display: inline-block;
  background: #cdcdcd;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
@media only screen and (max-width: 40.063em) {
  #shippingsteps li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}
#shippingsteps li.active {
  background: #fff;
  border-bottom-color: #fff;
}
#shippingsteps li.active a {
  color: #141414;
}
#shippingsteps li.active span {
  background: #141414;
  color: #fff;
}

.login-section {
  padding: 0 50px;
}
@media only screen and (max-width: 40.063em) {
  .login-section {
    padding: 0 30px;
  }
}
.login-section .shipping_address {
  display: none;
}

.button.login_button {
  margin: 25px 0;
}

#customer_login input[name=login] {
  margin-top: 30px;
}
@media only screen and (max-width: 40.063em) {
  #customer_login input[name=login] {
    margin-bottom: 40px;
  }
}
#customer_login .login, #customer_login .register {
  padding-top: 20px;
}
#customer_login h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #686868;
  margin: 30px 0;
}

.lost_password {
  font-size: 14px;
  color: #647694;
  font-weight: 400;
  float: right;
  line-height: 22px;
}

.button.button_checkout_login {
  margin-top: 40px;
}

#shop-page {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#shop-page .term-description {
  text-align: left;
  margin-bottom: 40px;
  font-size: 14px;
}
.rtl #shop-page .term-description {
  text-align: right;
}
#shop-page.pull {
  padding-left: 0;
  padding-right: 350px;
}
@media only screen and (max-width: 40.063em) {
  #shop-page.pull {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
#shop-page.push {
  padding-right: 0;
  padding-left: 350px;
}
@media only screen and (max-width: 40.063em) {
  #shop-page.push {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

#checkout_thankyou h2 {
  margin-top: 50px;
}
#checkout_thankyou .order_details {
  list-style: none;
  font-size: 14px;
  color: #141414;
}

.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.payment_methods li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.payment_methods li:first-child {
  padding-top: 0;
}
.payment_methods li label {
  margin: 0;
  float: none;
}
.payment_methods li .custom_label {
  font-size: 16px;
  font-weight: 500;
}
.payment_methods li img {
  vertical-align: middle;
  margin-left: 10px;
  max-height: 16px;
}
.payment_methods li .payment_box {
  margin: 20px 0 0 25px;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
}
.payment_methods li .payment_box p {
  margin: 0;
}
.payment_methods li .about_paypal {
  color: #647694;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 20px;
}
.payment_methods + .place-order {
  text-align: right;
}

.place-order .button {
  margin-top: 20px;
}

.form-row {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}

.price_slider {
  height: 5px;
  background: #eaeaea;
  position: relative;
  margin-bottom: 25px;
  margin-right: 15px;
}
.price_slider .ui-slider-range {
  height: 5px;
  background: #647694;
  position: absolute;
}
.price_slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: -5px;
  background-size: 14px 19px;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAmCAYAAADX7PtfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQzY5RjZGOTI5NDcxMUU0OTIzQUU0NzUwRUZCQzVCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQzY5RjZGQTI5NDcxMUU0OTIzQUU0NzUwRUZCQzVCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFDNjlGNkY3Mjk0NzExRTQ5MjNBRTQ3NTBFRkJDNUIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFDNjlGNkY4Mjk0NzExRTQ5MjNBRTQ3NTBFRkJDNUIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+56RSzgAAAW5JREFUeNrsl00rBVEch8+QUsNCmUlI+QbKy0pRysYSG1mILMjSd7C3UYoNoZQdxUIkhaj7EdhYTEleQnTj+etMjZq5d7gzx+b86un+72lmns45c2bmOJ7nKZ0amIRx6IA6VVmeoQDrsAof0uhoYTPsalEeEfEQ3IpQenYK3SrfXEBvteu6MxTTKv+0QCDCRYpWZSYNMqSPFPWGhE8i/FQGY4X/JwyC4PvX9/1U7UmpUoZjhVZohVZo3xbZCI1+YsgcvhrsYFGEjskRFeG5QeGZzGE/xaGBnsrNOSgfwtcU9/Inx3VZhHnYcCK7pwHYBC9j2R2MwUF09xSmDbahJyPZJYzATdggQxo94AHWoBG6KpStwKju4Y+Fn3TCBCxB7S9FbzCnhbFPmlInywZ1B9pTymTohuHqr2+Lgh7avRSyfegsJYubw7jIo29L130J63UBpuCl3MXSCMNFewQn0KRvqnc4hllY1seUzZcAAwCdbEn9yMLcSAAAAABJRU5ErkJggg==);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.price_slider_amount .button {
  float: right;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 11px;
}
.price_slider_amount .price_label {
  float: left;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
}

/* Terms & Conditions */
.terms label {
  width: auto;
}
.terms .termscontainer {
  display: inline-block;
  padding-top: 12px;
  margin-bottom: 30px;
}
.terms .button {
  margin-top: 40px;
}

/* Demo Store */
.demo_store {
  display: block;
  background: #e5e5e5;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

/* Shipping & Billing */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  text-align: left;
}

#customer_details {
  margin-bottom: 50px;
}

#ship-to-different-address {
  padding: 0;
  float: right;
  width: 100%;
}
#ship-to-different-address .smalltitle, #ship-to-different-address #checkout_thankyou h2, #checkout_thankyou #ship-to-different-address h2, #ship-to-different-address .woocommerce-billing-fields h3, .woocommerce-billing-fields #ship-to-different-address h3,
#ship-to-different-address .woocommerce-shipping-fields h3,
.woocommerce-shipping-fields #ship-to-different-address h3, #ship-to-different-address .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content #ship-to-different-address h2,
#ship-to-different-address .woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content #ship-to-different-address h3,
#ship-to-different-address .woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content #ship-to-different-address legend,
#ship-to-different-address .my_woocommerce_page h2,
.my_woocommerce_page #ship-to-different-address h2,
#ship-to-different-address .my_woocommerce_page h3,
.my_woocommerce_page #ship-to-different-address h3,
#ship-to-different-address .my_woocommerce_page legend,
.my_woocommerce_page #ship-to-different-address legend, #ship-to-different-address .cart_totals h4, .cart_totals #ship-to-different-address h4 {
  float: left;
}
#ship-to-different-address .shipping_toggle {
  float: right;
  position: relative;
}

/* Shop Headers */
.shop-header {
  min-height: 100px;
  height: 20vh;
  width: 100%;
  background: #e5e5e5;
  margin-bottom: 30px;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 40.063em) {
  .shop-header {
    height: 40vh;
  }
  .header_style_style2 .shop-header {
    height: 35vh;
  }
}
@media only screen and (min-width: 64.063em) {
  .shop-header {
    margin-bottom: 50px;
  }
}

.shop_bar {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.063em) {
  .shop_bar {
    margin-bottom: 40px;
  }
}
.shop_bar .category_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .category_bar {
    justify-content: flex-start;
    flex-direction: row;
  }
}
.shop_bar .category_bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .shop_bar .category_bar ul {
    display: block;
  }
}
.shop_bar .category_bar ul li {
  display: inline-flex;
  margin-right: 20px;
}
.shop_bar .category_bar ul li:first-child {
  padding-right: 20px;
  position: relative;
}
.shop_bar .category_bar ul li:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #e5e5e5;
}
.shop_bar .category_bar ul li a {
  color: #727272;
}
.shop_bar .category_bar ul li a:hover, .shop_bar .category_bar ul li a.active {
  color: #141414;
}
.shop_bar .category_bar .select-wrapper {
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 64.063em) {
  .shop_bar .category_bar .select-wrapper {
    display: none;
  }
}
.shop_bar .category_bar .select-wrapper .thb-categories {
  padding-left: 0;
}
.shop_bar .ordering {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .ordering {
    justify-content: flex-end;
    flex-direction: row;
  }
}
.shop_bar .ordering .woocommerce-result-count,
.shop_bar .ordering .woocommerce-ordering {
  display: inline-flex;
  margin: 0;
  text-align: center;
}
.shop_bar .ordering .woocommerce-result-count {
  color: #727272;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .ordering .woocommerce-result-count {
    margin: 0;
  }
}
.shop_bar .ordering .woocommerce-result-count {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .shop_bar .ordering .woocommerce-result-count {
    display: inline-block;
  }
}
.shop_bar .select-wrapper {
  border: 0;
  margin: 0;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .select-wrapper {
    width: auto;
  }
}
.shop_bar .select-wrapper select {
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  line-height: 1;
}
.shop_bar .select-wrapper:after {
  top: 0;
}

/* My Account */
#customer_login {
  max-height: 100%;
  padding: 30px 0;
}
#customer_login .remember {
  float: left;
  text-align: left;
}

#my-account-main,
.tab-pane {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.tab-pane {
  display: none;
  flex: 1;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

#my-account-main .account_wrapper {
  display: flex;
  flex: 1;
  border-top: 1px solid #e5e5e5;
}
#my-account-main .row {
  flex: 1;
}
#my-account-main .row .columns {
  padding: 0;
  display: flex;
  position: relative;
  height: 30vh;
}
@media only screen and (min-width: 40.063em) {
  #my-account-main .row .columns {
    height: auto;
  }
}
#my-account-main .row .columns:first-child .account-icon-box {
  border-left: 0;
}
#my-account-main aside {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
}
#my-account-main .account-icon-box {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #676767;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 64.063em) {
  #my-account-main .account-icon-box {
    font-size: 16px;
  }
}
#my-account-main .account-icon-box.image {
  border: 0;
  background: url("../img/my-account-ad.jpg") center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#my-account-main .account-icon-box .account_icon {
  height: 10vh;
  margin-bottom: 10px;
}
#my-account-main .account-icon-box .account_icon path {
  fill: #d5d5d5;
}
@media only screen and (min-width: 64.063em) {
  #my-account-main .account-icon-box .account_icon {
    margin-bottom: 20px;
  }
}
#my-account-main .account-icon-box:hover {
  color: #647694;
}
#my-account-main .account-icon-box:hover .account_icon path {
  fill: #647694;
}

.addresses {
  text-align: center;
}
.addresses .woocommerce-Address {
  margin-bottom: 40px;
}
.addresses .woocommerce-Address address {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
  .addresses .woocommerce-Address {
    margin-bottom: 0;
  }
}

.order-info {
  margin-bottom: 25px;
}

.woocommerce-MyAccount-content,
.my_woocommerce_page {
  min-height: 90vh;
}
.woocommerce-account:not(.logged-in) .woocommerce-MyAccount-content, .woocommerce-account:not(.logged-in)
.my_woocommerce_page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_style_style2 .woocommerce-MyAccount-content:not(.woocommerce-cart), .header_style_style2
.my_woocommerce_page:not(.woocommerce-cart) {
  padding: 0;
}

.tabs {
  margin-bottom: 10px;
}
@media only screen and (min-width: 40.063em) {
  .tabs {
    margin-bottom: 30px;
  }
}
.tabs dd {
  width: 100%;
  display: inline-flex;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .tabs dd {
    width: 49.5%;
  }
}
.tabs dd a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
  .tabs dd a {
    margin: 0;
  }
}
.tabs dd a.active {
  border-color: #141414;
}

.woocommerce-password-hint {
  line-height: 18px;
  display: block;
  margin-bottom: 30px;
}

.tabs-content {
  list-style: none;
}
.tabs-content .register-container {
  display: none;
}

/* Empty Cart */
.cart-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-empty figure {
  display: inline-block;
  margin: 0 auto 30px;
  width: 134px;
  height: 168px;
  background: url("../img/cart-empty.png") top left no-repeat;
  -moz-background-size: 134px 168px;
  -o-background-size: 134px 168px;
  -webkit-background-size: 134px 168px;
  background-size: 134px 168px;
}
.cart-empty .message {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}
.cart-empty .return-to-shop {
  margin: 20px 0 0;
}
.cart-empty section {
  padding: 40px 0;
}
#side-cart .cart-empty {
  padding: 30px 0;
}
#side-cart .cart-empty figure {
  width: 67px;
  height: 84px;
  -moz-background-size: 67px 84px;
  -o-background-size: 67px 84px;
  -webkit-background-size: 67px 84px;
  background-size: 67px 84px;
}
#side-cart .cart-empty .message {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

/* Cart Page */
.cart-collaterals {
  background: #f6f6f6;
  margin-top: 40px;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals {
    margin-top: 0;
  }
}
.cart-collaterals .inner {
  padding: 15px;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals .inner {
    padding: 30px;
  }
}
.cart-collaterals .inner > a {
  font-size: 13px;
}
.cart-collaterals .inner + .inner {
  border-top: 1px solid #fff;
}
.cart-collaterals .button_container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals .button_container {
    flex-direction: row;
  }
}
.cart-collaterals .button_container .button {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals .button_container .button {
    width: 49%;
    margin-right: 10px;
  }
}
.cart-collaterals .button_container .button.alt {
  flex: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals .button_container .button.alt {
    margin-top: 0;
    margin-right: 0;
  }
}

.update-button {
  width: 35%;
}
@media only screen and (max-width: 75.063em) {
  .update-button {
    width: 100%;
  }
}
.update-button + .checkout-button {
  width: 60%;
  margin-left: 3%;
}
@media only screen and (max-width: 75.063em) {
  .update-button + .checkout-button {
    width: 100%;
    margin: 20px 0 0;
  }
}

.cart_totals {
  clear: left;
  padding-top: 40px;
}
.cart_totals h4 {
  margin: 0 0 5px;
}
.cart_totals #shipping_method {
  float: none;
}
.cart_totals table {
  border: 0;
  border-spacing: 0;
  background: none;
  width: 100%;
  margin: 0;
  color: #454545;
}
.cart_totals table tbody tr td,
.cart_totals table tbody tr th {
  padding: 25px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: 16px;
}
.cart_totals table tbody tr {
  background: none;
}
.cart_totals table tbody tr td {
  text-align: left;
  background: none;
}
.cart_totals table tbody tr th {
  text-align: left;
  font-weight: 500;
  background: none;
  width: 50%;
  vertical-align: top;
}
.cart_totals table tbody tr.order-total td {
  font-weight: 600;
  font-size: 22px;
}
.cart_totals table tbody tr:last-child td, .cart_totals table tbody tr:last-child th {
  border-bottom: 0;
}
.cart_totals table + p {
  margin: 0 0 25px;
}
.cart_totals small {
  font-size: 13px;
  color: #676767;
}

.shop_table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  padding: 20px 50px 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 40.063em) {
  .shop_table {
    padding: 20px;
  }
}
.shop_table thead {
  background: #fff;
  padding-bottom: 10px;
}
.shop_table thead tr th {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0;
  color: #141414;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #e0e0e0;
}
@media only screen and (max-width: 40.063em) {
  .shop_table thead tr th {
    padding: 10px 0;
  }
}
.shop_table thead tr th.order-number {
  padding-left: 0;
}
@media only screen and (max-width: 40.063em) {
  .shop_table thead tr th.product-thumbnail {
    width: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 40.063em) {
  .shop_table thead tr th.product-price {
    width: 0;
    padding: 0;
    visibility: collapse;
    display: none;
  }
}
.shop_table tfoot {
  background: #fff;
  font-weight: 500;
  color: #141414;
}
.shop_table tfoot tr th,
.shop_table tfoot tr td {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px dotted #bfbfbf;
  vertical-align: middle;
  font-weight: 500;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tfoot tr th,
  .shop_table tfoot tr td {
    padding: 10px 0;
  }
}
.shop_table tfoot tr th {
  font-weight: 500;
  text-align: left;
}
.shop_table tfoot tr.total th,
.shop_table tfoot tr.total td {
  border-bottom: 0;
}
.shop_table tfoot tr.total th .amount,
.shop_table tfoot tr.total td .amount {
  font-size: 20px;
  font-weight: 900;
}
.shop_table tbody {
  padding-top: 10px;
}
.shop_table tbody tr:nth-child(even) {
  background: none;
}
.shop_table tbody tr:nth-child(odd) {
  background: none;
}
.shop_table tbody tr th {
  padding: 20px 0;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  color: #141414;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tbody tr th {
    padding: 10px 0;
  }
}
.shop_table tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tbody tr td {
    padding: 10px 0;
  }
}
.shop_table tbody tr td:first-child {
  padding-left: 0;
}
.shop_table tbody tr td.actions {
  padding: 20px 0 0;
}
.shop_table tbody tr td.order-number {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0;
}
.shop_table tbody tr td.order-status {
  text-transform: uppercase;
  font-weight: 600;
}
.shop_table tbody tr td.order-status.approved {
  color: #647694;
}
.shop_table tbody tr td.order-status.hold {
  color: #676767;
}
.shop_table tbody tr td.order-status.cancelled {
  color: #ec0f38;
}
.shop_table tbody tr td.product-price, .shop_table tbody tr td.product-quantity {
  text-align: center;
}
.shop_table tbody tr td.product-price .minus,
.shop_table tbody tr td.product-price .plus, .shop_table tbody tr td.product-quantity .minus,
.shop_table tbody tr td.product-quantity .plus {
  display: none;
}
.shop_table tbody tr td.product-price .quantity .qty, .shop_table tbody tr td.product-quantity .quantity .qty {
  float: none;
  margin: 0 auto;
  width: 37px;
  color: #737373;
  font-size: 14px;
  height: 37px;
  padding: 0;
}
.shop_table tbody tr td.product-price, .shop_table tbody tr td.product-subtotal {
  font-size: 18px;
  color: #141414;
  font-weight: 300;
}
.shop_table tbody tr td.product-subtotal {
  font-weight: 300;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tbody tr td.product-price {
    width: 0;
    padding: 0;
    visibility: collapse;
    display: none;
  }
}
.shop_table tbody tr td.order-actions a + a {
  margin-left: 10px;
}
.shop_table tbody tr td.product-name {
  color: #737373;
  font-size: 12px;
  text-align: left;
}
.shop_table tbody tr td.product-name img {
  float: left;
  margin-right: 25px;
  width: 100px;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tbody tr td.product-name img {
    display: none;
  }
}
.shop_table tbody tr td.product-name a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.shop_table tbody tr td.product-name h6:last-child {
  margin-bottom: 0;
}
.shop_table tbody tr td.product-name .posted_in a {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #647694;
}
.shop_table tbody tr td.product-name dl.variation {
  margin: 0;
  color: #737373;
}
.shop_table tbody tr td.product-name dl.variation dt {
  float: left;
  clear: left;
  margin: 0 5px 0 0;
  font-size: 13px;
  font-weight: 400;
}
.shop_table tbody tr td.product-name dl.variation dd {
  margin: 0;
}
.shop_table tbody tr td.product-name dl.variation dd p {
  margin-bottom: 0;
  font-size: 13px;
}
.shop_table tbody tr td.product-thumbnail {
  vertical-align: top;
  padding: 30px 20px 30px 0;
  text-align: left;
  width: 90px;
}
.shop_table tbody tr td.product-thumbnail > a {
  display: block;
}
.shop_table tbody tr td.product-thumbnail .remove {
  display: none;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tbody tr td.product-thumbnail {
    width: 0;
    padding: 0;
  }
  .shop_table tbody tr td.product-thumbnail img {
    display: none;
  }
}
.shop_table tbody tr td.product-quantity {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.shop_table tbody tr td.product-quantity .wishlist-in-stock {
  color: #647694;
}
.shop_table tbody tr td.product-quantity .wishlist-out-of-stock {
  color: #ec0f38;
}
.shop_table tbody tr td.product-total {
  font-weight: 300;
  font-size: 14px;
  color: #313132;
}
.shop_table tbody tr td.product-remove {
  position: relative;
  height: 100%;
  width: 50px;
}
.shop_table tbody tr td.product-remove a {
  display: block;
  width: 10px;
  height: 10px;
  background: transparent url("../img/close.png") center center no-repeat;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  text-indent: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.shop_table tbody tr td.product-remove a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tbody tr td.product-remove {
    width: 0;
  }
}
.shop_table #shipping_method label {
  font-weight: 400 !important;
}
.shop_table.wishlist thead tr th.product-name,
.shop_table.wishlist tbody tr td.product-name {
  padding-left: 0;
}
.shop_table.wishlist tbody tr td.product-price {
  font-size: 14px;
}
.shop_table.order_table {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 30px;
}
.shop_table.order_table thead tr th {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
  padding-right: 0;
}
.shop_table.order_table thead tr th.product-subtotal {
  text-align: right;
}
.shop_table.order_table tbody tr td {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eee;
}
.shop_table.order_table tbody tr td h6 .product-quantity {
  font-size: 14px;
  font-weight: 600;
}
.shop_table.order_table tbody tr td.product-total {
  text-align: right;
}
.shop_table.order_table tbody tr:nth-child(odd) {
  background: #fff;
}
.shop_table.order_table tfoot tr.order-total td {
  font-weight: 300;
  font-size: 20px;
}
.shop_table.order_table tfoot tr.order-total td strong {
  font-weight: 300;
}
.shop_table.order_table tfoot tr.order-total th, .shop_table.order_table tfoot tr.order-total td {
  border-bottom: 0;
}
.shop_table.order_table tfoot tr td {
  font-weight: 300;
  text-align: right !important;
}
.shop_table + #payment {
  margin-top: 50px;
}

/* Table Rate */
#shipping_method {
  list-style: none;
  margin: 0;
}
#shipping_method li {
  display: block;
  width: 100%;
}
#shipping_method li + li {
  margin-top: 10px;
}

.shipping-calculator-button {
  display: block;
  color: #141414;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 15px;
}

/* Coupon */
.coupon,
.checkout_coupon {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40.063em) {
  .coupon,
  .checkout_coupon {
    flex-direction: row;
  }
}
.coupon label,
.checkout_coupon label {
  display: none;
}
.coupon .input-text,
.checkout_coupon .input-text {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .coupon .input-text,
  .checkout_coupon .input-text {
    width: 70%;
    margin-right: 20px;
  }
}
.coupon .button,
.checkout_coupon .button {
  flex: 1;
}

/*------------------------------------------------------------------
Product Page
*/
.sizing_guide {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 35px;
  display: block;
  text-align: center;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  margin-bottom: 20px;
}
.woocommerce-breadcrumb span {
  padding: 0 5px;
}

.product-information {
  display: flex;
  padding: 100px 0.9375em 90px;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 75.063em) {
  .product-information {
    display: inline-flex;
    width: 35%;
    height: 100vh;
  }
}
.product-information > .custom_scroll {
  display: flex;
  flex: 1;
}
.product-information > .custom_scroll > div:not(.iScrollVerticalScrollbar) {
  padding-right: 25px;
}
.product-information > .custom_scroll.thb-mobile > div {
  position: static;
}
.product-information > .custom_scroll.thb-mobile > div:not(.iScrollVerticalScrollbar) {
  padding-right: 15px;
}
@media only screen and (max-width: 64.063em) {
  .product-information > .custom_scroll > div {
    position: static;
  }
  .product-information > .custom_scroll > div:not(.iScrollVerticalScrollbar) {
    padding-right: 15px;
  }
}
.product-information .yith-wcwl-add-to-wishlist {
  margin: 0 0 10px;
}
.product-information .yith-wcwl-add-to-wishlist .text {
  display: none;
}
.product-information .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  color: #141414;
  font-weight: 800;
  font-size: 14px;
}
.product-information .yith-wcwl-add-to-wishlist .add_to_wishlist i {
  margin: 0 13px 0 0;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  bottom: -1px;
}
.product-information .yith-wcwl-add-to-wishlist .add_to_wishlist i:before {
  font-weight: 900 !important;
}
.product-information .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  color: #e25842;
}
.product-information .price {
  font-size: 20px;
}
.product-information .price .amount {
  color: #647694;
}
.product-information .reset_variations {
  display: none !important;
}
.product-information .back_to_shop {
  font-size: 13px;
  font-weight: 300;
  display: block;
  margin: 40px 0 0;
  float: left;
  width: 100%;
}
.product-information .back_to_shop .fa {
  font-weight: 300;
  font-size: 10px;
  margin-right: 5px;
}
.product-information .back_to_shop span {
  color: #647694;
  font-weight: 400;
}
.style2 .product-information {
  overflow: visible;
}

.product-gallery {
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  .product-gallery {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 75.063em) {
  .product-gallery {
    height: 100vh;
    display: inline-flex;
    width: 64%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
}
.style2 .product-gallery {
  height: auto;
}
@media only screen and (min-width: 75.063em) {
  .style2 .product-gallery {
    padding: 0 60px 0 120px;
  }
}

.product-images .slick-list,
.product-images .slick-track,
.product-images .slick-slide,
.product-images .slick-slide > a {
  height: 100%;
  width: 100%;
}
.product-images img {
  max-width: none;
}
.product-images .slick-slide > a img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 64.063em) {
  .product-page.style1 .product-images .slick-slide {
    height: 100vh;
  }
}

.product-thumbnails {
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 100;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  visibility: hidden;
}
@media only screen and (min-width: 75.063em) {
  .product-thumbnails {
    visibility: visible;
  }
}
.style1 .product-thumbnails + .product-images.slick-slider .slick-nav.thb-prev {
  left: 10px;
}
@media only screen and (min-width: 75.063em) {
  .style1 .product-thumbnails + .product-images.slick-slider .slick-nav.thb-prev {
    left: 90px;
  }
}
.product-thumbnails .slick-slide {
  opacity: 0.4;
}
.product-thumbnails .slick-slide:hover {
  opacity: 0.7;
}
.product-thumbnails .slick-slide.slick-active.slick-current {
  opacity: 1;
}
.product-thumbnails .slick-slide.slick-active.slick-current:hover {
  opacity: 1;
}
.style2 .product-thumbnails {
  left: 0;
}

.write_first {
  display: block;
  margin-bottom: 10px;
}

.star-rating {
  display: inline-block;
  position: relative;
  height: 18px;
  line-height: 18px;
  width: 92px;
  background: url("../img/stars.png") no-repeat left top;
  background-size: 92px 34px;
  text-indent: -9999px;
}
.star-rating span {
  top: 0;
  left: 0;
  position: absolute;
  height: 18px;
  line-height: 18px;
  width: 92px;
  overflow: hidden;
  background: url("../img/stars.png") no-repeat left -18px;
  background-size: 92px 34px;
}
.star-rating + .write_first {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #141414;
  margin-left: 20px;
  line-height: 18px;
  vertical-align: text-top;
}
#reviews .star-rating {
  background-size: 46px 17px;
  width: 46px;
  height: 9px;
  line-height: 9px;
}
#reviews .star-rating span {
  width: 46px;
  height: 9px;
  line-height: 9px;
  background-position: left -9px;
  background-size: 46px 17px;
}
.fresco .star-rating {
  display: none;
}

.comment-form-rating p.stars {
  display: block;
  position: relative;
  height: 18px;
  line-height: 18px;
  width: 92px;
}
.comment-form-rating p.stars span {
  top: 0;
  left: 0;
  position: absolute;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  width: 92px;
}
.comment-form-rating p.stars span a {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  float: left;
  text-indent: -9999px;
  position: relative;
  background: url("../img/stars.png") no-repeat left top;
  background-size: 92px 34px;
  text-indent: -9999px;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
}
.comment-form-rating p.stars span a.active {
  background-position: left -18px;
}

div.quantity {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
@media only screen and (min-width: 40.063em) {
  div.quantity {
    padding-right: 19px;
  }
}
.variations_form div.quantity {
  vertical-align: top;
}
div.quantity .qty {
  display: inline-block;
  padding: 0;
  width: 36px;
  height: 42px;
  text-align: center;
  border: 1px solid #dbdbdb;
  text-align: center;
  background: #fff;
  font-size: 13px;
  color: #727272;
  margin: 0;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
div.quantity .qty::-webkit-inner-spin-button, div.quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
div.quantity input[type="button"]:hover {
  cursor: pointer;
}
div.quantity .plus,
div.quantity .minus {
  display: flex;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 1px solid #dbdbdb;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 50%;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  text-shadow: none;
  background: #fff;
  color: #aaaaaa;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (min-width: 40.063em) {
  div.quantity .plus,
  div.quantity .minus {
    width: 19px;
  }
}
div.quantity .plus {
  top: 0;
  right: 0;
  border-left: 0;
}
div.quantity .minus {
  bottom: 0;
  right: 0;
  border-top: 0;
  border-left: 0;
}

.product-page {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
@media only screen and (min-width: 75.063em) {
  .product-page {
    flex-direction: row;
  }
}
.product-page.style1 {
  min-height: 100vh;
}
.product-page h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
.product-page .variations_form.multiple-variations {
  text-align: center;
}
.product-page .variations_form.multiple-variations .variations {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.product-page .variations_form.multiple-variations .variations .select-wrapper {
  min-width: 180px;
  width: 100%;
  display: inline-block;
  float: none;
}
@media only screen and (min-width: 40.063em) {
  .product-page .variations_form.multiple-variations .variations .select-wrapper {
    width: 80%;
  }
}
.product-page .variations_form.multiple-variations .variations .select-wrapper + .select-wrapper {
  margin-left: 0;
  margin-top: 15px;
}
.product-page .variations_form .variations {
  display: inline-block;
}
.product-page .variations_form .variations .select-wrapper {
  margin-bottom: 0;
  min-width: 130px;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .product-page .variations_form .variations .select-wrapper {
    width: auto;
  }
}
.product-page .variations_form .variations .select-wrapper + .select-wrapper {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 40.063em) {
  .product-page .variations_form .variations .select-wrapper + .select-wrapper {
    margin: 0 0 0 10px;
  }
}
.product-page .variations_form .single_variation .woocommerce-variation-price {
  display: none !important;
}
.product-page .variations_form .single_variation_wrap {
  display: block !important;
  height: auto !important;
  padding-top: 20px;
}
.product-page .variations_button {
  display: inline-block;
  padding-left: 65px;
  position: relative;
  max-width: 340px;
}
.product-page .variations_button .quantity {
  position: absolute;
  top: 0;
  left: 0;
}
.product-page.style1 > .row {
  height: 100%;
}
.product-page.style2 {
  background: #f4f4f4;
  padding: 25px 0;
}
.product-page.style2 .product-information {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: auto;
}
.product-page.style2 .product-information [itemprop="description"] {
  font-size: 12px;
}
@media only screen and (min-width: 40.063em) {
  .product-page.style2 .product-information {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 75.063em) {
  .product-page.style2 .product-information {
    display: inline-flex;
  }
}
.product-page.style2 .product-information .product_meta {
  font-size: 10px;
}
.product-page.style2 .product-information .product_meta span {
  color: #141414;
  font-weight: 700;
  font-size: 10px;
}
.product-page.style2 .product-information .product_meta span span,
.product-page.style2 .product-information .product_meta span a {
  font-weight: 400;
  color: #727272;
}
.product-page.style2 .product-information .star-rating {
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}
.product-page.style2 .style2-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-page.style2 .style2-container .woocommerce-breadcrumb {
  width: 100%;
  margin: 0 0 25px;
  text-align: center;
}
@media only screen and (min-width: 75.063em) {
  .product-page.style2 .style2-container {
    flex-direction: row;
  }
}

.product_meta {
  text-transform: uppercase;
  margin-top: 35px;
  text-align: center;
}
.product_meta > span {
  display: block;
  color: #676767;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.product_meta > span a,
.product_meta > span span {
  color: #647694;
  font-weight: 500;
}
.product_meta .wcml_currency_switcher {
  display: none;
}

#product_share {
  width: 100%;
  font-weight: 900;
  font-size: 14px;
  color: #141414;
  margin-top: 30px;
  direction: ltr;
}
@media only screen and (max-width: 40.063em) {
  #product_share {
    height: auto;
  }
}
#product_share a {
  margin: 0 7px;
  color: #a8aaad;
}
#product_share a.boxed-icon {
  color: #fff;
}
#product_share .placeholder {
  width: auto;
}
.single-post #product_share {
  margin: 0 0 20px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .single-post #product_share {
    text-align: right;
    max-width: 64px;
  }
}

.related,
.up-sells,
.cross-sells {
  width: 100%;
  margin: 40px 0 0;
}
.related:last-child,
.up-sells:last-child,
.cross-sells:last-child {
  margin-bottom: 80px;
}
.related h2,
.up-sells h2,
.cross-sells h2 {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.woocommerce-tabs {
  margin-bottom: 0;
  margin-top: 40px;
  width: 100%;
}
.woocommerce-tabs ul.accordion {
  clear: both;
  border: 0;
  list-style: none;
  margin: 0;
  border-top: 2px solid #f5f5f5;
  text-align: center;
}
.woocommerce-tabs ul.accordion.wpb_accordion .wpb_content_element {
  margin: 0;
}
.woocommerce-tabs ul.accordion > li {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 0 !important;
}
.woocommerce-tabs ul.accordion > li .content {
  display: none;
  padding-bottom: 20px;
}
.woocommerce-tabs ul.accordion > li .content p:last-of-type {
  margin: 0;
}
.woocommerce-tabs ul.accordion > li > div.title {
  position: relative;
  min-height: 50px;
  line-height: 50px;
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  color: #141414;
  text-transform: uppercase;
}
.woocommerce-tabs ul.accordion > li > div.title:before {
  content: "+";
  font-size: 16px;
  margin-right: 15px;
}
.woocommerce-tabs ul.accordion > li.active div.title:before {
  content: "-";
}
.woocommerce-tabs ul.accordion > li.active .content {
  display: block;
}
.woocommerce-tabs .additional_information_tab h2 {
  display: none;
}
.woocommerce-tabs .tabs {
  margin: 0 0 40px;
  text-align: center;
}
.woocommerce-tabs .tabs li {
  margin: 15px 0;
}
.rtl .woocommerce-tabs .tabs li {
  margin: 15px 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-tabs .tabs li {
    margin: 0 30px;
  }
}
.woocommerce-tabs .tabs-content > li {
  padding: 25px 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 75.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 90.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 100px 0;
  }
}
.woocommerce-tabs .tabs-content > li#descriptionTab {
  padding: 0;
}

/**
 * EasyZoom core styles
 */
.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice:after {
  bottom: auto;
  top: 50%;
  margin-top: -16px;
  background: none;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 999;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

/*------------------------------------------------------------------
Shortcodes
*/
/* Posts */
.posts .post {
  padding-bottom: 20px;
}
.posts .post:after {
  display: none;
}
.posts .post .post-title {
  text-align: left;
}
.posts .post .post-title h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.posts .post .post-meta {
  text-align: left;
}
@media only screen and (min-width: 40.063em) {
  .posts .post .post-meta {
    margin-bottom: 20px;
  }
}

/* Icons */
.inline-icon {
  display: inline;
}
.inline-icon.icon-1x {
  font-size: 18px;
  vertical-align: middle;
}
.inline-icon.icon-2x {
  font-size: 24px;
  vertical-align: middle;
}
.inline-icon.icon-3x {
  font-size: 28px;
  vertical-align: middle;
}
.inline-icon.icon-4x {
  font-size: 32px;
  vertical-align: middle;
}

.boxed-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media only screen and (min-width: 40.063em) {
  .boxed-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}

.facebook:hover {
  color: #3b5998 !important;
}
.facebook.boxed-icon {
  background: #3b5998 !important;
  color: #fff;
}
.facebook.boxed-icon:hover {
  color: #fff !important;
  background: #344e86 !important;
}

.google-plus:hover {
  color: #dd4b39 !important;
}
.google-plus.boxed-icon {
  background: #dd4b39 !important;
  color: #fff;
}
.google-plus.boxed-icon:hover {
  color: #fff !important;
  background: #d73925 !important;
}

.linkedin:hover {
  color: #007bb6 !important;
}
.linkedin.boxed-icon {
  background: #007bb6 !important;
  color: #fff;
}
.linkedin.boxed-icon:hover {
  color: #fff !important;
  background: #006a9d !important;
}

.pinterest:hover {
  color: #cb2027 !important;
}
.pinterest.boxed-icon {
  background: #cb2027 !important;
  color: #fff;
}
.pinterest.boxed-icon:hover {
  color: #fff !important;
  background: #b51d23 !important;
}

.twitter:hover {
  color: #00aced !important;
}
.twitter.boxed-icon {
  background: #00aced !important;
  color: #fff;
}
.twitter.boxed-icon:hover {
  color: #fff !important;
  background: #0099d4 !important;
}

.instagram:hover {
  color: #3f729b !important;
}
.instagram.boxed-icon {
  background: #3f729b !important;
  color: #fff;
}
.instagram.boxed-icon:hover {
  color: #fff !important;
  background: #386589 !important;
}

.vk:hover {
  color: #45668e !important;
}
.vk.boxed-icon {
  background: #45668e !important;
  color: #fff;
}
.vk.boxed-icon:hover {
  color: #fff !important;
  background: #3d5a7d !important;
}

.tumblr:hover {
  color: #35465c !important;
}
.tumblr.boxed-icon {
  background: #35465c !important;
  color: #fff;
}
.tumblr.boxed-icon:hover {
  color: #fff !important;
  background: #2c3a4c !important;
}

.xing:hover {
  color: #cfdc00 !important;
}
.xing.boxed-icon {
  background: #cfdc00 !important;
  color: #fff;
}
.xing.boxed-icon:hover {
  color: #fff !important;
  background: #b7c300 !important;
}

.soundcloud:hover {
  color: #f80 !important;
}
.soundcloud.boxed-icon {
  background: #f80 !important;
  color: #fff;
}
.soundcloud.boxed-icon:hover {
  color: #fff !important;
  background: #e67a00 !important;
}

.dribbble:hover {
  color: #ea4c89 !important;
}
.dribbble.boxed-icon {
  background: #ea4c89 !important;
  color: #fff;
}
.dribbble.boxed-icon:hover {
  color: #fff !important;
  background: #e7357a !important;
}

.youtube:hover {
  color: #e52d27 !important;
}
.youtube.boxed-icon {
  background: #e52d27 !important;
  color: #fff;
}
.youtube.boxed-icon:hover {
  color: #fff !important;
  background: #d8201a !important;
}

.spotify:hover {
  color: #7ab800 !important;
}
.spotify.boxed-icon {
  background: #7ab800 !important;
  color: #fff;
}
.spotify.boxed-icon:hover {
  color: #fff !important;
  background: #699f00 !important;
}

.behance:hover {
  color: #1769ff !important;
}
.behance.boxed-icon {
  background: #1769ff !important;
  color: #fff;
}
.behance.boxed-icon:hover {
  color: #fff !important;
  background: #0059fd !important;
}

.deviantart:hover {
  color: #4e6252 !important;
}
.deviantart.boxed-icon {
  background: #4e6252 !important;
  color: #fff;
}
.deviantart.boxed-icon:hover {
  color: #fff !important;
  background: #435446 !important;
}

/* Buttons */
.btn,
.button,
input[type=submit] {
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-family: inherit;
  padding: 0 26px;
  height: 42px;
  margin: 0;
  display: inline-flex;
  cursor: pointer;
  outline: 0;
  color: #fff;
  background: #141414;
  text-shadow: none !important;
  justify-content: center;
  align-items: center;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn i,
.button i,
input[type=submit] i {
  display: inline-block;
  vertical-align: middle;
}
.btn:focus,
.button:focus,
input[type=submit]:focus {
  color: #fff;
}
.btn:hover,
.button:hover,
input[type=submit]:hover {
  background: #647694;
  color: #fff;
}
.btn.small, .btn#submit,
.button.small,
.button#submit,
input[type=submit].small,
input[type=submit]#submit {
  font-size: 12px;
  line-height: 12px;
}
.btn.large,
.button.large,
input[type=submit].large {
  font-size: 13px;
  line-height: 13px;
  padding: 0 45px;
  height: 52px;
}
.btn.right,
.button.right,
input[type=submit].right {
  float: right;
}
.btn.full,
.button.full,
input[type=submit].full {
  width: 100%;
}
.btn.accent, .btn.alt,
.button.accent,
.button.alt,
input[type=submit].accent,
input[type=submit].alt {
  background: #647694;
}
.btn.accent:hover, .btn.alt:hover,
.button.accent:hover,
.button.alt:hover,
input[type=submit].accent:hover,
input[type=submit].alt:hover {
  background: #5a6a85;
}

/* Tabs */
.thb_tabs .tabs li, .woocommerce-tabs .tabs li {
  display: block;
  padding: 0 15px;
  margin: 0 0 10px 0;
}
.rtl .thb_tabs .tabs li, .rtl .woocommerce-tabs .tabs li {
  margin: 0 0 10px 0;
}
.thb_tabs .tabs li:last-child, .woocommerce-tabs .tabs li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .thb_tabs .tabs li, .woocommerce-tabs .tabs li {
    display: inline-block;
    padding: 0;
    margin: 0 50px 0 0;
  }
  .rtl .thb_tabs .tabs li, .rtl .woocommerce-tabs .tabs li {
    margin: 0 0 0 50px;
  }
}
.thb_tabs .tabs li a, .woocommerce-tabs .tabs li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 0;
  color: #727272;
  font-size: 13px;
  font-weight: 600;
}
.thb_tabs .tabs li a:after, .woocommerce-tabs .tabs li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #647694;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.thb_tabs .tabs li.active a, .woocommerce-tabs .tabs li.active a {
  color: #647694;
}
.thb_tabs .tabs li.active a:after, .woocommerce-tabs .tabs li.active a:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thb_tabs .tabs li:last-child, .woocommerce-tabs .tabs li:last-child {
  margin-right: 0;
}
.thb_tabs.center, .center.woocommerce-tabs {
  text-align: center;
}

.list {
  list-style: none;
  margin: 0;
  display: block;
  float: left;
}
.list > h6 {
  margin-bottom: 30px;
  color: #141414;
  font-weight: 300 !important;
  font-size: 20px !important;
  position: relative;
  display: block;
  margin-top: 0;
}
.list li {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #bcbcbc;
}
.list li figure {
  float: left;
  margin-right: 20px;
  width: 70px;
  line-height: 0;
}
.list li .post-title {
  margin-left: 90px;
}
.list li .post-title .post_categories {
  font-size: 10px;
  text-align: left;
}
.list li .post-title .price {
  text-align: left;
  margin-top: 2px;
}
.list li .post-title .price ins, .list li .post-title .price > .amount {
  font-size: 14px;
}

.post .post-content .iconbox {
  text-align: center;
}
.post .post-content .iconbox > span {
  display: inline-block;
  margin-bottom: 40px;
  color: #141414;
  font-size: 48px;
  text-align: center;
  width: 170px;
  height: 170px;
  line-height: 170px;
  border: 3px solid #141414;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.post .post-content .iconbox > span.img {
  line-height: 164px;
}
.post .post-content .iconbox > span img {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.post .post-content .iconbox .content {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #9d9d9d;
}
.post .post-content .iconbox .content > div + .btn {
  margin-top: 20px;
}
.post .post-content .iconbox h6 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Gap */
.gap {
  clear: both;
}

/* Notifications */
.notification-box,
.woocommerce-info {
  font-size: 14px;
  font-weight: 400;
  min-height: 68px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
}
.notification-box .icon,
.woocommerce-info .icon {
  display: none;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid transparent;
  position: absolute;
  top: 20px;
  left: 20px;
}
.notification-box .icon:before,
.woocommerce-info .icon:before {
  font-family: 'FontAwesome';
}
@media only screen and (min-width: 40.063em) {
  .notification-box .icon,
  .woocommerce-info .icon {
    display: block;
  }
}
.notification-box .content,
.woocommerce-info .content {
  line-height: 24px;
  padding: 8px 20px 0 8px;
}
.notification-box .content .showcoupon,
.notification-box .content .showlogin,
.woocommerce-info .content .showcoupon,
.woocommerce-info .content .showlogin {
  color: inherit;
  font-weight: 600;
}
@media only screen and (min-width: 40.063em) {
  .notification-box .content,
  .woocommerce-info .content {
    padding-left: 56px;
  }
}
.notification-box .close,
.woocommerce-info .close {
  display: block;
  width: 10px;
  height: 10px;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 16px;
}
.notification-box .close:hover,
.woocommerce-info .close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.notification-box.success,
.woocommerce-info.success {
  background: #e7f7ef;
  border-bottom: 3px solid #14b266;
  color: #14b266;
}
.notification-box.success .icon,
.woocommerce-info.success .icon {
  color: #14b266;
  border-color: #14b266;
}
.notification-box.success .icon:before,
.woocommerce-info.success .icon:before {
  content: "\f00c";
}
.notification-box.information, .notification-box.info,
.woocommerce-info.information,
.woocommerce-info.info {
  background: #e6f1f9;
  border-bottom: 3px solid #0e7ac4;
  color: #0e7ac4;
}
.notification-box.information .icon, .notification-box.info .icon,
.woocommerce-info.information .icon,
.woocommerce-info.info .icon {
  color: #0e7ac4;
  border-color: #0e7ac4;
}
.notification-box.information .icon:before, .notification-box.info .icon:before,
.woocommerce-info.information .icon:before,
.woocommerce-info.info .icon:before {
  content: "\f129";
}
.notification-box.warning,
.woocommerce-info.warning {
  background: #fef9e6;
  border-bottom: 3px solid #f6c709;
  color: #f6c709;
}
.notification-box.warning .icon,
.woocommerce-info.warning .icon {
  color: #f6c709;
  border-color: #f6c709;
}
.notification-box.warning .icon:before,
.woocommerce-info.warning .icon:before {
  content: "\f12a";
}
.notification-box.error,
.woocommerce-info.error {
  background: #fcecec;
  border-bottom: 3px solid #de4440;
  color: #de4440;
}
.notification-box.error .icon,
.woocommerce-info.error .icon {
  color: #de4440;
  border-color: #de4440;
}
.notification-box.error .icon:before,
.woocommerce-info.error .icon:before {
  content: "\f00d";
}
.notification-box .wc-forward,
.woocommerce-info .wc-forward {
  display: none;
}

/* Team Member */
.team_member {
  display: block;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.team_member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(31, 31, 31, 0.95);
  border: 0;
  opacity: 0;
}
.team_member .overlay h5 {
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  margin: 0;
  text-transform: none;
}
.team_member .overlay h6 {
  color: #a9a9a9;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 0 0;
  text-transform: none;
}
.team_member .overlay .social_links {
  padding-top: 20px;
}
.team_member .overlay .social_links a {
  color: #fff;
  margin: 0 5px;
}
.team_member:hover .overlay {
  opacity: 1;
}
.team_member img {
  width: 100%;
}

/* Clients */
.clients.row .client {
  text-align: center;
}
.clients.row .client img {
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.clients.row .client img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Instagram */
.instagram-row.low-padding.row {
  margin: 0 -5px;
}
.instagram-row.low-padding.row .columns {
  padding: 0 5px;
}
.instagram-row.low-padding.row .columns figure {
  margin-bottom: 10px;
}
.instagram-row figure {
  height: 0;
  width: 100%;
  padding-bottom: 100% !important;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
}
.instagram-row figure > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Single Product Page shortcode */
.single-product-shortcode {
  position: relative;
}
.single-product-shortcode .product-information {
  top: 0;
}

/* VC fixes */
.wpb_content_element {
  margin-bottom: 0 !important;
}

.wpb_text_column {
  float: none !important;
}

/* Loading Icon */
/* Dotted */
.ai-dotted {
  width: 36px;
}

.ai-dotted .ai-inner1,
.ai-dotted .ai-inner2,
.ai-dotted .ai-inner3 {
  display: inline-block;
  margin: 0.125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: ai-rotate .75s linear infinite;
  animation: ai-rotate .75s linear infinite;
  background: #141414;
}

.ai-dotted .ai-inner2 {
  -webkit-animation-delay: 0.1875s;
  animation-delay: 0.1875s;
}

.ai-dotted .ai-inner3 {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

@-webkit-keyframes ai-rotate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
  }
}
@keyframes ai-rotate {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }
  50% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    transform: translateY(0.25em);
  }
}
/*------------------------------------------------------------------
Product Filter
*/
/*------------------------------------------------------------------
Revolution Slider
*/
.thb-arrows .tparrows {
  display: none !important;
}

.thb-cursor-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  display: none;
  cursor: none;
}
@media only screen and (min-width: 64.063em) {
  .thb-arrows .thb-cursor-area {
    display: block;
  }
}
.thb-cursor-area .thb-arrow {
  opacity: 0;
}
.background--dark .thb-cursor-area .thb-arrow {
  fill: #fff;
}
.thb-cursor-area.left:hover .thb-arrow.arrow-left {
  opacity: 1;
}
.thb-cursor-area.right {
  left: auto;
  right: 0;
}
.thb-cursor-area.right:hover .thb-arrow.arrow-right {
  opacity: 1;
}

/* Product Filter Plugin */
#prdctfltr_woocommerce {
  width: 100%;
  margin: 0 0 30px 0;
}
#prdctfltr_woocommerce.pf_default > span {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #141414;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering {
  padding: 40px 0;
  background: #f6f6f6;
  margin: 0 !important;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter label {
  font-size: 14px;
  font-weight: 300;
  color: #454545;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #b6b6b6;
  margin: 0 15px 0 0;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span:hover:before {
  border-color: #141414;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter label.prdctfltr_active > span:before {
  border: 3px solid #141414;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_filter > span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 19px;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_filter_inner {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
#prdctfltr_woocommerce.pf_default #prdctfltr_woocommerce_filter_submit {
  margin: 0;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_sale {
  margin-left: 20px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 40.063em) {
  #prdctfltr_woocommerce.pf_default .prdctfltr_sale {
    margin-left: 0;
    margin-top: 20px;
  }
}
#prdctfltr_woocommerce.pf_default .prdctfltr_sale label {
  color: #141414;
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  text-transform: capitalize;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_sale label.prdctfltr_active {
  color: #647694;
}
#prdctfltr_woocommerce.pf_default .prdctfltr_sale label.prdctfltr_active span:before {
  background-position: bottom left;
}

.prdctfltr_clear {
  display: none !important;
}

/* Whole Sale Discounts */
.rp_wcdpd_product_page {
  border-top: 2px solid #f5f5f5;
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 0;
}
.rp_wcdpd_product_page .rp_wcdpd_product_page_title {
  text-align: center;
  line-height: 50px;
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  color: #141414;
  text-transform: uppercase;
}
.rp_wcdpd_product_page .rp_wcdpd_pricing_table {
  padding-top: 0;
}
.rp_wcdpd_product_page .rp_wcdpd_pricing_table .amount {
  color: #647694;
}
.rp_wcdpd_product_page .rp_wcdpd_pricing_table table {
  border-top: 0;
  font-weight: 300;
  margin-bottom: 19px;
}
.rp_wcdpd_product_page .rp_wcdpd_pricing_table table .last_cell {
  display: none;
}
.rp_wcdpd_product_page .rp_wcdpd_pricing_table table tr {
  border: 0;
}
.rp_wcdpd_product_page .rp_wcdpd_pricing_table table tr:first-child td {
  font-weight: 500;
}
.rp_wcdpd_product_page + .woocommerce-tabs {
  margin-top: 0;
}

/* YIT - Ajax Product Search */
.yith-s {
  background-position: 80% center !important;
}

.yith-ajaxsearchform-container .screen-reader-text {
  display: none;
}
.yith-ajaxsearchform-container .autocomplete-suggestions {
  border-radius: 0;
  border: 0;
  padding: 15px 0;
  margin-top: 1px;
  max-width: 100%;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion {
  font-size: 12px;
  color: #141414;
  line-height: 22px;
  padding: 0 15px;
  text-align: center;
}
.yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion strong {
  font-weight: 700;
}
@media only screen and (min-width: 40.063em) {
  .yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 14px;
    line-height: 42px;
    padding: 0 30px;
  }
  .yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #f5f5f5;
  }
}

/*------------------------------------------------------------------
Animations
*/
.animation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: opacity;
}
@media only screen and (max-width: 40.063em) {
  .animation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.animate {
  will-change: opacity, transform;
}

.fade-in.animate {
  -webkit-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .fade-in.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.right-to-left.animate {
  -webkit-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .right-to-left.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.left-to-right.animate {
  -webkit-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .left-to-right.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.bottom-to-top.animate {
  -webkit-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .bottom-to-top.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.top-to-bottom.animate {
  -webkit-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .top-to-bottom.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.scale.animate {
  -webkit-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .scale.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.swingIn.animate {
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .swingIn.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.animate {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.spinY {
  -webkit-animation: spinY 0.5s linear;
  -moz-animation: spinY 0.5s linear;
  -ms-animation: spinY 0.5s linear;
  -o-animation: spinY 0.5s linear;
  animation: spinY 0.5s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes right-to-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes right-to-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes left-to-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes left-to-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes left-to-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes bottom-to-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottom-to-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bottom-to-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes top-to-bottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes top-to-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-to-bottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes scale {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    -ms-transform: perspective(1000px) rotateX(0deg);
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
}
@keyframes swingOutX {
  0% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    -ms-transform: perspective(1000px) rotateX(0deg);
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
}
@-moz-keyframes bounceInY {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInY {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInY {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceOutY {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bounceOutY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes bounceOutY {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes spinY {
  0% {
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes spinY {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes spinY {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
