@charset "UTF-8";
/* reboot */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

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

td,
th {
  padding: 0;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
}

input,
button,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

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

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

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;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

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

.map-canvas img {
  max-width: none;
}

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix::after, .wysiwyg::after, .col2-set::after, ul.products::after, ul.products li .price::after, .product::after {
  clear: both;
  content: "";
  display: table;
}

.align-left {
  float: left !important;
}

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

.overflow-hidden {
  overflow: hidden;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.content-box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  height: 100%;
  background: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  color: #555555;
}
body.home {
  background: #050505;
}
body.woocommerce {
  margin: 0 !important;
  padding: 0 !important;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid::after {
  clear: both;
  content: "";
  display: table;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/* typography */
a {
  color: #54be99;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: #6ac6a6;
}
a.underline {
  text-decoration: underline;
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 53.85%;
  padding-top: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.video-wrapper iframe {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg h1 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.wysiwyg h2 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.wysiwyg h3 {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}
.wysiwyg h4 {
  font-size: 16px;
}
.wysiwyg h5 {
  font-size: 16px;
}
.wysiwyg h6 {
  font-size: 16px;
}
.wysiwyg p {
  margin-bottom: 30px;
  margin-top: 30px;
}
.wysiwyg a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.wysiwyg img {
  display: block;
  margin: 0 0 30px;
}
.wysiwyg img.align-left {
  margin: 0 30px 30px 0;
}
.wysiwyg img.align-right {
  margin: 0 0 30px 30px;
}
.wysiwyg img.align-center {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg blockquote {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-style: italic;
  background: #f1f1f1;
}
.wysiwyg blockquote h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg blockquote + p {
  margin-top: 15px;
}
.wysiwyg hr {
  clear: both;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
.wysiwyg hr.transparent {
  border-bottom-color: transparent;
}
.wysiwyg ul {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 27px;
}
.wysiwyg ul.gallery {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.wysiwyg ul.gallery li {
  width: 33.33%;
  padding: 15px;
}
.wysiwyg ul.gallery li a {
  display: block;
}
.wysiwyg ul.gallery li img {
  margin: 0;
  width: 100%;
  height: auto;
}
.wysiwyg ul.video-list {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  box-align: center;
}
.wysiwyg ul.video-list li {
  width: 50%;
  padding: 15px;
}
.wysiwyg ul.video-list li .video-wrapper {
  margin-top: 0;
  margin-bottom: 10px;
}
.wysiwyg ol {
  overflow: hidden;
  margin-bottom: 30px;
  list-style: inside decimal;
}
.wysiwyg ol li {
  padding-left: 30px;
}
.wysiwyg table {
  margin-bottom: 30px;
}
.wysiwyg table th {
  padding: 15px 30px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}
.wysiwyg table td {
  padding: 15px 30px;
  border: 1px solid #eeeeee;
}

.video-description {
  padding-top: 5px;
  padding-bottom: 0;
}

.video-inlarge {
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

.press-item {
  margin: 25px 0 50px;
}

.press-title {
  font-size: 22px;
  margin-bottom: 5px;
}

.press-date {
  font-size: 18px;
  margin-bottom: 8px;
}

.press-thumb img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  margin: 0 0 10px;
}

.press-original {
  font-size: 12px;
  margin-bottom: 10px;
}

.press-source {
  font-size: 13px;
  margin-bottom: 10px;
}

.press-content {
  font-size: 14px;
}

.press-content p {
  margin: 0;
}

.block-press {
  padding-top: 20px;
  padding-bottom: 60px;
}

.block-press-image {
  float: left;
  width: 38%;
  padding-right: 15px;
}

.block-press-image img {
  display: block;
  margin: 0 auto;
}

.block-press-content {
  float: left;
  width: 62%;
  padding-left: 15px;
}

.block-press-title {
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.block-press-source {
  color: #aaaaaa;
  font-size: 14px;
}

.block-press-source a {
  color: #aaaaaa;
  font-weight: 600;
  text-decoration: underline;
}

.block-press-source a:hover {
  color: #54be99;
}

.block-press-date {
  color: #aaaaaa;
  font-size: 14px;
}

.block-press-navigation {
  clear: both;
  padding-top: 20px;
  padding-bottom: 70px;
  text-align: center;
  font-size: 18px;
}

.block-press-prev {
  display: inline-block;
  margin: 0 30px;
}

.block-press-next {
  display: inline-block;
  margin: 0 30px;
}

.block-press-prev:empty,
.block-press-next:empty {
  display: none;
}

.gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-item img {
  border: 0 !important;
  width: 100%;
  display: block;
  height: auto;
}

.woocommerce span.onsale {
  top: 115px;
  left: 60px;
  background-color: rgba(237, 28, 36, 0.8);
  color: #ffffff;
  width: 78px;
  height: 78px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 31px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.woocommerce span.onsale.blue-banner {
  background-color: rgba(	28, 141, 237, 0.8);
}

/* grid */
.main {
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.container-fluid,
.container {
  padding-left: 30px;
  padding-right: 30px;
}

/* forms */

ul.woocommerce-error li {
  padding-left: 20px !important;
}

.error,
.required {
  color: #f14950 !important;
  border-color: #f14950 !important;
}

.success {
  color: #00cc33 !important;
  border-color: #00cc33 !important;
}

.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}

input.input-text, textarea.textarea {
  border-radius: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

textarea.textarea {
  font-family: "Open Sans", sans-serif;
  overflow: auto;
  height: auto;
}

select.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
}

select.select::-ms-expand {
  display: none;
}

.checkbox,
.radio {
  display: block;
}
.checkbox input,
.radio input {
  display: none;
}
.checkbox label,
.radio label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.button,
input.button,
button.button {
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

input.button,
button.button {
  line-height: normal;
}

.woocommerce {
  margin-bottom: 25px;
  margin-top: 25px;
}
.woocommerce h2 {
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.woocommerce h3 {
  font-size: 18px;
  margin-top: 25px;
}
.woocommerce p {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .form-row {
  width: 50%;
}
  .woocommerce #payment .form-row {
    width: 100%;
  }
.woocommerce .form-row.form-row-wide {
  width: 100%;
}
.woocommerce .form-row label {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 14px;
}
.woocommerce #order_comments_field {
  width: 100%;
}
.woocommerce .woocommerce-form__input {
  display: inline-block;
}
.woocommerce input.input-text, .woocommerce textarea.textarea,
.woocommerce textarea.input-text {
  padding: 10px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.woocommerce textarea.input-text {
  height: 100px;
  min-width: 100%;
  width: 100% !important;
  clear: both;
}
.woocommerce select.state_select {
  height: 43px;
  margin-left: 10px;
  padding: 0 10px 0 20px;
  border: 0;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
}
.woocommerce .button_container a.button,
.woocommerce input.button {
  background-color: #333333;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
}
.woocommerce .button_container a.button:hover,
.woocommerce input.button:hover {
  background-color: #54be99;
}
.woocommerce .button_container a.button.checkout {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #ccc;
}
.woocommerce .button_container a.button.checkout:hover {
  color: #ffffff;
  background-color: #6ac6a6;
}
.woocommerce label.inline {
  margin-left: 10px;
}
.woocommerce label.inline input {
  margin-right: 4px;
}
.woocommerce .lost_password {
  padding-top: 10px;
  font-size: 14px;
}
.woocommerce address {
  font-size: 14px;
}

.col2-set .col-1 {
  padding-right: 15px;
}
.col2-set .col-2 {
  padding-right: 15px;
}
.col2-set .col-1,
.col2-set .col-2 {
  float: left;
  width: 50%;
}

/* p#billing_country_field,
p#shipping_country_field {
  display: none;
} */

.wc_payment_methods {
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 14px;
}
.wc_payment_methods img {
  display: inline-block;
  vertical-align: middle;
}

.payment_box p {
  margin-top: 10px;
  margin-bottom: 0;
}

.woocommerce-checkout-review-order table.shop_table {
  margin-bottom: 30px;
}
/* .woocommerce-checkout-review-order table.shop_table td.product-name,
.woocommerce-checkout-review-order table.shop_table th.product-name {
  padding-left: 0;
}
.woocommerce-checkout-review-order table.shop_table .cart-subtotal th {
  padding-left: 0;
} */
.woocommerce-checkout-review-order table.shop_table .order-total th {
  border-top: 1px solid #eee;
  /* padding-left: 0; */
}
.woocommerce-checkout-review-order table.shop_table .order-total td {
  border-top: 1px solid #eee;
}

#order_review_heading {
  font-weight: 600;
  margin-bottom: 15px;
}

/* header */
header {
  position: fixed;
  z-index: 8090;
  left: 0;
  top: 0;
  right: 0;
}

header.title {
  position: relative;
  left: auto;
  top: auto;
  top: auto;
  z-index: 2;
}
header.woocommerce-products-header {
  position: relative;
  left: auto;
  top: auto;
  top: auto;
  z-index: 2;
}

.header-wrap {
  background-color: #050505;
  padding: 22px 0;
}

.logo {
  float: left;
  width: 319px;
  margin-top: 3px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
}

.logo-link {
  display: block;
}

.navigation-toggle {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 27px;
  top: 0;
}

.navigation-toggle-icon {
  width: 22px;
  height: 1px;
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  opacity: 0.75;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-toggle-icon:before, .navigation-toggle-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-toggle-icon:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.navigation {
  float: right;
  margin-right: 60px;
}

.menu a {
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu > li {
  float: left;
  position: relative;
  margin: 0 10px;
}
.menu > li > a {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.75;
  font-weight: 300;
  padding: 4px 10px;
}
.menu > li.current-menu-item > a, .menu > li.current-menu-parent > a {
  color: #54be99;
  opacity: 1;
}
.menu > li:hover > a {
  opacity: 1;
}
.menu > li:hover > ul {
  display: block;
}
.menu > li > ul {
  display: none;
  padding-top: 22px;
  top: 100%;
  left: -10px;
  z-index: 9090;
  background: #050505;
  position: absolute;
  width: 192px;
}
.menu > li > ul > li {
  border-top: 1px solid #333;
}
.menu > li > ul > li:first-child {
  border-top: 0;
}
.menu > li > ul > li > a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
  padding: 10px 20px;
  display: block;
}
.menu > li > ul > li:hover > a {
  background-color: #222;
  color: #ffffff;
}
.menu > li > ul > li.current-menu-item > a {
  background-color: #222;
  color: #ffffff;
}

.cart-link {
  position: absolute;
  opacity: 0.75;
  right: 29px;
  top: 3px;
  padding: 6px 5px;
  width: 28px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-link img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
}
.cart-link:hover {
  opacity: 1;
}

.header-toolbar {
  background-color: rgba(237, 28, 36, 0.8);
}

.lead {
  margin-left: -15px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
}
.lead span {
  line-height: 1;
  display: inline-block;
}

.header-toolbar-login {
  font-size: 12px;
  background-color: #050505;
  margin-left: -30px;
  margin-right: -30px;
  color: #ffffff;
  text-align: center;
  padding: 13px 0;
}
.header-toolbar-login a:hover {
  color: #6ac6a6;
}

/* footer */
footer {
  z-index: 8050;
  margin-top: -50px;
  height: 50px;
  position: relative;
  background-color: #050505;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #54be99;
}

.footer-registration {
  float: right;
  line-height: 16px;
  padding: 10px 0 6px;
  width: 150px;
}

.footer-content {
  position: relative;
}

.navigation-social {
  position: absolute;
  right: 175px;
  top: -46px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 8px 8px 0;
}

.home .navigation-social {
  background: transparent;
}

.menu-icons li {
  float: left;
  margin-left: 8px;
}
.menu-icons a {
  display: block;
}
.menu-icons img {
  display: block;
  height: 22px;
  width: auto;
  margin: 0;
}


.navigation-logos {
  position: absolute;
  right: 0px;
  top: -72px;
  background: transparent;
  padding: 18px 15px;
}

.menu-logos li {
  float: left;
  margin-left: 8px;
  display: block;
}

.menu-logos img {
  display: block;
  height: 42px;
  width: auto;
  margin: 0;
}

.footer-navigation {
  float: left;
  padding: 10px 50px 0 0;
}

.copyright {
  padding-top: 10px;
  float: left;
}
.copyright p {
  margin: 0 !important;
}
.copyright a {
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
}

.footer-cart-link {
  margin-right: -30px;
  float: right;
  height: 50px;
  background: #54be99;
  color: #ffffff;
  line-height: 50px;
  padding: 0 40px;
}
.footer-cart-link:hover {
  color: #ffffff;
  background-color: #6ac6a6;
}

.footer-drop-block {
  float: right;
  position: relative;
}

.footer-drop {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #050505;
  z-index: 2;
}

.footer-drop-form {
  width: 290px;
  padding: 18px 25px 15px;
}
.footer-drop-form p {
  margin-bottom: 10px;
}

.mc-field-group {
  margin-bottom: 10px;
}
.mc-field-group label {
  display: block;
  padding-bottom: 5px;
}
.mc-field-group input {
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 14px;
  height: 28px;
  padding: 3px 8px;
}

.mc-field-navigation {
  padding-top: 15px;
}
.mc-field-navigation input {
  height: 36px;
  width: 100%;
  border: 0;
  color: #ffffff;
  background-color: #54be99;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mc-field-navigation input:hover {
  color: #ffffff;
  background-color: #6ac6a6;
}

.footer-drop-text {
  white-space: nowrap;
  padding: 18px 25px 15px;
}

.footer-drop-toggle {
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
}

.drop-content {
  display: none;
}

.drop.active .drop-content {
  display: block;
}

.features {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
}

.home .features {
  bottom: auto;
  top: 100%;
  margin-top: -50px;
}

.features-title {
  font-size: 22px;
  line-height: 31px;
  position: absolute;
  padding: 7px 43px;
  left: 50%;
  top: 0;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 600;
  background: transparent url("../upload/features.svg") 50% 0 no-repeat;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  background-size: 100%;
}
.features-title:hover {
  color: #ffffff;
}

.features-panel {
  display: none;
  overflow: hidden;
}

.features-panel-wrap {
  padding: 30px 0;
}

.features-video-wrap {
  max-width: 365px;
  margin: 0 auto;
}
.features-video-wrap iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.features-video-nav {
  text-align: center;
  vertical-align: top;
  padding-top: 15px;
  font-size: 14px;
}

.features-video-link {
  display: inline-block;
  color: #000000;
  background-color: #ffffff;
  padding: 8px 20px;
}
.features-video-link:hover {
  color: #ffffff;
  background-color: #54be99;
}

.features-specification {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.features-specification p {
  margin-bottom: 17px;
}

.features-specification-title {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 600;
}
.features-specification-title a {
  margin-left: 10px;
}

.features-review {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.features-review p {
  margin-bottom: 17px;
}

.features-review-title {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 600;
}
.features-review-title a {
  margin-left: 10px;
}

.features-review-autor {
  font-weight: 600;
  padding-bottom: 30px;
}

/* content */
.spanning {
  clear: both;
  padding-top: 126px;
}

.content {
  padding-bottom: 50px;
}

div.title {
  padding-top: 25px;
  padding-bottom: 25px;
}

div.title-wrap {
  position: relative;
  display: inline-block;
  margin-left: 10%;
}
div.title-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -20px;
  bottom: 0;
  width: 9999px;
  background: #54be99;
}
div.title-wrap-red:before {
  background-color: #a12b37;
}
div.title-wrap-purple:before {
  background-color: #e1aace;
}
div.title-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: skew(-9deg, 0);
  transform: skew(-9deg, 0);
}
div.title-wrap h1 {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 24px;
  padding: 13px 40px;
}

.separate-x2 {
  position: relative;
}
.separate-x2:before {
  content: "";
  position: absolute;
  top: 25px;
  width: 1px;
  background: #ccc;
  left: 50%;
  margin-left: -1px;
  bottom: 25px;
}

.products-block h1, .products-block h2 {
  font-size: 30px;
  margin: 30px 0 25px;
  color: #000000;
  clear: both;
}

ul.products {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
ul.products li {
  float: none !important;
  width: 25% !important;
  padding: 15px !important;
  position: relative;
  margin: 0 0 40px !important;
}
ul.products li:hover a.post-quick-view {
  opacity: 1 !important;
}
ul.products li a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
}
ul.products li .onsale {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(237, 28, 36, 0.8);
  color: #ffffff;
  width: 78px;
  height: 78px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 31px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
ul.products li .wp-post-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.products li h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}
ul.products li .price {
  display: block;
  cursor: pointer;
  margin-left: -8px;
  margin-right: -8px;
}
ul.products li .price .amount {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  padding: 0 8px;
}
ul.products li .price .amount.selected {
  cursor: default;
}
ul.products li .price .amount.selected .amount-wrap:before {
  background-color: #000000;
}
ul.products li .price .amount-wrap {
  text-align: center;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 5px;
}
ul.products li .price .amount-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a49a98;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
ul.products li .price .amount-wrap-in {
  display: block;
  position: relative;
}
ul.products li .price .amount-wrap-in del {
  opacity: 0.5;
}
ul.products li .price .size {
  display: block;
}
ul.products li table.variations {
  display: block;
}
ul.products li table.variations::after {
  clear: both;
  content: "";
  display: table;
}
ul.products li table.variations tbody {
  display: block;
}
ul.products li table.variations tr {
  display: block;
}
ul.products li table.variations td {
  display: block;
}
ul.products li table.variations td.value {
  padding-right: 0;
}
ul.products li table.variations td del {
  margin-right: 8px;
  opacity: 0.7;
}
ul.products li .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
ul.products li .product-custom-radio {
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
ul.products li .product-custom-radio:nth-child(2) {
  float: right;
}
ul.products li .product-custom-radio input {
  display: none;
}
ul.products li .product-custom-radio input:checked + label {
  cursor: default;
}
ul.products li .product-custom-radio input:checked + label:before {
  background-color: #000000;
}
ul.products li .product-custom-radio span.size {
  display: block;
}
ul.products li .product-custom-radio label {
  cursor: pointer;
  text-align: center;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.products li .product-custom-radio label span {
  position: relative;
}
ul.products li .product-custom-radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a49a98;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
ul.products li .woocommerce-variation-price {
  display: none !important;
}
ul.products li td.label {
  display: none !important;
}
ul.products li .post-quick-view {
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 33px;
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 18%;
  left: 50%;
  white-space: nowrap;
  color: #666;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
ul.products li .post-quick-view:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
ul.products li .post-quick-view:hover {
  color: #333;
}
ul.products li .post-quick-look {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 5px;
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
}
ul.products li .post-quick-look:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54be99;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
ul.products li .post-quick-look:hover {
  color: #ffffff;
}
ul.products li .post-quick-look:hover:before {
  background-color: #66c5a4;
}
ul.products li a.add_to_cart_button,
ul.products li button.single_add_to_cart_button {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 5px;
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
  background: transparent !important;
  height: 50px;
  width: 100%;
  text-align: center;
  margin-top: 10px !important;
  border-radius: 0;
}
ul.products li a.add_to_cart_button:before,
ul.products li button.single_add_to_cart_button:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54be99;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
ul.products li a.add_to_cart_button:hover,
ul.products li button.single_add_to_cart_button:hover {
  color: #ffffff;
}
ul.products li a.add_to_cart_button:hover:before,
ul.products li button.single_add_to_cart_button:hover:before {
  background-color: #66c5a4;
}
ul.products li a.add_to_cart_button {
  line-height: 1.5;
}

ul.products li table.variations td del {
  margin-right: 8px;
}

.products-see-all {
  text-align: right;
  margin-bottom: 25px;
}

.products-see-all-button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 10px 50px 10px 25px;
  font-size: 18px;
  font-weight: bold;
}
.products-see-all-button:hover {
  color: #ffffff;
}
.products-see-all-button:hover:before {
  background-color: #f36167;
}
.products-see-all-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f14950;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}

.see-all-text {
  display: inline-block;
  position: relative;
}

.see-all-img {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.see-all-img img {
  display: block;
  width: 100%;
  height: auto;
}

.modal-wrapper {
  padding: 0 !important;
}
.modal-wrapper .fancybox-close-small {
  right: 0px;
  top: 0px;
}
.modal-wrapper td.label {
  display: none !important;
}
.modal-inner {
	padding: 30px 40px;
}
.product-modal-wrapper .quantity {
  margin-bottom: 20px;
}
.product-modal-wrapper .product-custom-radio {
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
.product-modal-wrapper .product-custom-radio:nth-child(2) {
  float: right;
}
.product-modal-wrapper .product-custom-radio input {
  display: none;
}
.product-modal-wrapper .product-custom-radio input:checked + label {
  cursor: default;
}
.product-modal-wrapper .product-custom-radio input:checked + label:before {
  background-color: #000000;
}
.product-modal-wrapper .product-custom-radio span.size {
  display: block;
}
.product-modal-wrapper .product-custom-radio label {
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-modal-wrapper .product-custom-radio label del {
  margin-right: 5px;
}
.product-modal-wrapper .product-custom-radio label span {
  position: relative;
}
.product-modal-wrapper .product-custom-radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a49a98;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
.product-modal-wrapper .post-quick-modal {
  display: none !important;
}
.product-modal-wrapper .woocommerce-variation-price {
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}
.product-modal-wrapper .woocommerce-variation-price del {
  font-size: 80%;
  display: inline-block;
  opacity: 0.8;
  margin-right: 8px;
}
.product-modal-wrapper .woocommerce-variation-price ins {
  text-decoration: none;
  font-weight: bold;
}
.product-modal-wrapper button.single_add_to_cart_button {
  font-size: 20px;
  z-index: 2;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 5px;
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
  background: transparent !important;
  height: 50px;
  width: 100%;
  text-align: center;
  margin-top: 10px !important;
  border-radius: 0;
}
.product-modal-wrapper button.single_add_to_cart_button:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54be99;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
.product-modal-wrapper button.single_add_to_cart_button:hover {
  color: #ffffff;
}
.product-modal-wrapper button.single_add_to_cart_button:hover:before {
  background-color: #66c5a4;
}

.entry-summary td.label {
  display: none !important;
}
.entry-summary .post-quick-modal {
  display: none !important;
}
.entry-summary .product-custom-radio {
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
.entry-summary .product-custom-radio:nth-child(2) {
  float: right;
}
.entry-summary .product-custom-radio del {
  margin-right: 5px;
}
.entry-summary .product-custom-radio input {
  display: none;
}
.entry-summary .product-custom-radio input:checked + label {
  cursor: default;
}
.entry-summary .product-custom-radio input:checked + label:before {
  background-color: #000000;
}
.entry-summary .product-custom-radio span.size {
  display: block;
}
.entry-summary .product-custom-radio label {
  cursor: pointer;
  text-align: center;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.entry-summary .product-custom-radio label span {
  position: relative;
}
.entry-summary .product-custom-radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a49a98;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
.entry-summary .quantity {
  float: none !important;
  margin-bottom: 20px !important;
}
.entry-summary button.single_add_to_cart_button {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 5px;
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
  background: transparent !important;
  width: 100%;
  max-width: 320px;
  text-align: center;
  margin-top: 10px !important;
  border-radius: 0;
}
.entry-summary button.single_add_to_cart_button:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54be99;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
.entry-summary button.single_add_to_cart_button:hover {
  color: #ffffff;
}
.entry-summary button.single_add_to_cart_button:hover:before {
  background-color: #66c5a4;
}

.product-modal {
  border: 20px solid #54be99;
  padding: 30px 40px;
}

.product-modal-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #54be99;
  margin-bottom: 20px;
}

.product-modal-gallery {
  float: left;
  width: 50%;
}

.tab-gallery {
  text-align: center;
}
.tab-gallery img {
  display: block;
  margin: 0 auto;
}
.tab-gallery .box-wrapper {
  padding-bottom: 10px;
}
.tab-gallery .box {
  display: none;
}
.tab-gallery .visible {
  display: block;
}
.tab-gallery ul.tabs {
  display: block;
  font-size: 0;
  line-height: 0;
}
.tab-gallery ul.tabs li {
  vertical-align: top;
  display: inline-block;
  width: 23%;
  padding: 0 1% 10px;
  cursor: pointer;
}
.tab-gallery ul.tabs li.active {
  opacity: 0.5;
  cursor: default;
}

.product-modal-content {
  float: left;
  width: 50%;
  padding-left: 30px;
  font-size: 14px;
}
.product-modal-content p {
  margin: 20px 0;
}

.product-modal-size li {
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-modal-size li a {
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 11px 5px;
  font-size: 14px;
}
.product-modal-size li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a49a98;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
.product-modal-size li a span {
  position: relative;
}
.product-modal-size li a.selected:before {
  background-color: #000000;
}

.product-modal-navigation {
  margin-bottom: 20px;
}

.product-modal-button {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding: 14px 10px;
}
.product-modal-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54be99;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
.product-modal-button strong {
  font-weight: 600;
  display: block;
}
.product-modal-button:hover {
  color: #ffffff;
}
.product-modal-button:hover:before {
  background-color: #6ac6a6;
}

.product-modal-button-wrap {
  position: relative;
  display: block;
}

.product {
  margin: 50px 0;
  position: relative;
}
.product span.onsale {
  position: absolute;
  left: 20px !important;
  right: auto !important;
  top: 20px;
  background-color: rgba(237, 28, 36, 0.8);
  color: #ffffff;
  width: 78px;
  height: 78px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 31px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.product .woocommerce-product-gallery {
  float: left;
  width: 40%;
}
.product .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.product h2 {
  min-height: 60px;
}
.product .summary {
  padding-left: 50px;
  float: left;
  width: 60%;
}
.product .summary p {
  margin: 25px 0;
}
.product .summary h1 {
  margin-bottom: 10px;
}
.product .summary p.price {
  margin-top: 0;
}
.product .summary .single_variation_wrap {
  margin: 20px 0;
}
.product .summary .product_meta {
  margin: 20px 0;
}
.product .summary .single_add_to_cart_button {
  position: relative;
  border: 0;
  color: #ffffff !important;
  background-color: transparent;
  font-size: 18px;
  line-height: 20px;
  padding: 18px 30px;
}
.product .summary .single_add_to_cart_button.disabled {
  cursor: default;
  opacity: 0.5;
}
.product .summary .single_add_to_cart_button:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54be99;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
.product .summary .single_add_to_cart_button:hover {
  color: #ffffff;
}
.product .summary .single_add_to_cart_button:hover:before {
  background-color: #6ac6a6;
}

.quantity {
  margin-bottom: 40px;
}
.quantity input.input-text, .quantity textarea.textarea {
  text-align: center;
  padding: 10px;
  width: 80px;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

table.variations td {
  padding-right: 10px;
}
table.variations select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0px;
  height: 43px;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.titlebar_checkout {
  display: none !important;
}

.shop_table {
  width: 100%;
}
.shop_table th {
  font-weight: 600;
}
.shop_table td, .shop_table th {
  padding: 15px;
}
.shop_table .product-quantity .quantity {
  margin: 0;
}
.shop_table th.product-remove {
  font-size: 0;
  color: transparent;
}
.shop_table th.product-quantity,
.shop_table td.product-quantity {
  width: 100px;
  padding-left: 0;
}
.shop_table td.product-remove,
.shop_table th.product-remove {
  padding-right: 0;
  width: 15px;
}
.shop_table td.actions {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.shop_table td.product-quantity:before,
.shop_table td.product-name:before,
.shop_table td.product-price:before,
.shop_table td.product-subtotal:before,
.shop_table td.product-remove:before {
  display: none;
  content: attr(data-title) ": ";
}

.button_container {
  float: left;
  margin-right: 20px;
}

a.checkout-button {
  float: right;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  padding: 18px 40px;
  color: #ffffff;
  background: transparent !important;
  border-radius: 0;
}
a.checkout-button:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54be99;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-8deg, 0);
  transform: skew(-8deg, 0);
}
a.checkout-button:hover {
  color: #ffffff;
}
a.checkout-button:hover:before {
  background-color: #6ac6a6;
}

.variations .value span {
  color: white;
  font-size: 14px;
  font-style: italic;
}

ul.products li button.single_add_to_cart_button::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skew(-8deg, 0deg);
          transform: skew(-8deg, 0deg);
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

ul.products li button.single_add_to_cart_button::before span {
  color: #fff;
}

ul.products li .one-variation .product-custom-radio,
.product-modal-wrapper .product-custom-radio {
  width: 100%;
}

.product-modal-wrapper button.single_add_to_cart_button {
  border: none;
}

.highlight {
  color: red;
}

/* sidebar */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.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;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-prev,
.slick-next {
  position: absolute;
  height: 50px;
  width: 50px;
  background: #ff0000;
  top: 50%;
  left: 0;
  margin-top: -25px;
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0px 8px;
}

.slick-dots li button {
  border: 2px solid #54be99;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #54be99;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--iframe .fancybox-content {
  width: 95%;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/* home */
.home-slider-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.home-slider {
  height: calc(100% - 50px);
}
.home-slider .slick-list,
.home-slider .slick-track {
  height: 100%;
}
.home-slider .slick-prev,
.home-slider .slick-next {
  top: 50%;
  margin-top: 28px;
  left: -5px;
  border: 0;
  z-index: 2;
  width: 50px;
  height: 60px;
  text-indent: -9999px;
  background: transparent;
}
.home-slider .slick-prev img,
.home-slider .slick-next img {
  position: relative;
  display: block;
  width: 18px;
  height: auto;
  margin: 0 auto;
}
.home-slider .slick-prev:hover .arrow-left-background,
.home-slider .slick-prev:hover .arrow-right-background,
.home-slider .slick-next:hover .arrow-left-background,
.home-slider .slick-next:hover .arrow-right-background {
  background-color: #54be99;
}
.home-slider .slick-next {
  left: auto;
  right: -5px;
}

.home-slide {
  height: 100%;
  background-color: #050505;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.arrow-left-background,
.arrow-right-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
  background-color: #050505;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-9deg, 0);
  transform: skew(-9deg, 0);
}

.arrow-right-background {
  border-radius: 4px 0 0 4px;
  -webkit-transform: skew(9deg, 0);
  transform: skew(9deg, 0);
}

.home-slide-wrap {
  padding-top: 200px;
}

.home-slide-title {
  margin-right: 30px;
  float: right;
  position: relative;
  color: #ffffff;
  font-size: 32px;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  max-width: 52%;
  padding: 25px 45px;
  font-weight: 600;
}
.home-slide-title a {
  color: #ffffff;
}
.home-slide-title a:hover {
  color: #ffffff;
}
.home-slide-title sub {
  position: relative;
  top: -5px;
}
.home-slide-title strong {
  font-size: 137%;
  display: inline-block;
  margin-top: -10px;
}
.home-slide-title-push {
  -webkit-transform: translate3d(-45%, 0, 0);
  transform: translate3d(-45%, 0, 0);
  margin-bottom: -20px;
}

.home-slide-title-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(237, 50, 60, 0.8);
  -webkit-transform: skew(-9deg, 0);
  transform: skew(-9deg, 0);
}
.home-slide-title-bg-orage {
  background-color: rgba(251, 174, 67, 0.8);
}
.home-slide-title-bg-green {
  background-color: rgba(84, 190, 153, 0.65);
}
.home-slide-title-bg-yellow {
  background-color: rgba(226, 210, 35, 0.8);
}
.home-slide-title-bg-blue {
  background-color: rgba(46, 50, 99, 0.8);
}

.home-slide-title-text {
  position: relative;
}

.home-video {
  max-width: 420px;
  position: fixed;
  top: 50%;
  left: 70px;
  margin-top: 33px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home-video-onsale {
  max-width: 400px;
  margin-top: 100px;
}
.home-video-onsale .home-video-link {
  margin-top: 20px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.home-video-link {
  color: #ffffff;
  display: block;
}
.home-video-link:hover {
  color: #ffffff;
}

.home-video-img {
  display: block;
  padding: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.home-video-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  margin-top: -34px;
  border-radius: 50%;
  opacity: 0.2;
}
.home-video-img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url("../upload/play.svg") left top no-repeat;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  background-size: 100%;
}
.home-video-img img {
  border: 10px solid #000;
  display: block;
  width: 100%;
  height: auto;
}

.home-video-title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 5px #000;
  text-transform: uppercase;
  padding-top: 8px;
  letter-spacing: 1px;
}

.home-video-link {
  color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.home-video-title {
  padding-top: 1px;
}

.promo_default_title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #fff currentcolor;
  -o-border-image: none;
     border-image: none;
  border-style: solid none;
  border-width: 2px medium;
  /*font-family: "Arvo";*/
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 400px;
  color: #fff;
  line-height: 30px;
  display: block;
}

.text-green {
  color: #54be99;
}

.lead p,
.header-toolbar-login p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.variations .value del {
  color: white;
  font-size: 14px;
  -webkit-text-decoration: line-through solid red;
          text-decoration: line-through solid red;
}

body.single-product .woocommerce-variation-price,
body.single-product .sku_wrapper {
  display: none;
}

.product-modal .woocommerce-variation-price {
  display: none;
}

/* responsive */
@media (max-width: 1199px) {
  .navigation {
    display: none;
    position: absolute;
    left: auto;
    width: 320px;
    right: -5px;
    float: none;
    margin-right: 0;
    z-index: 9091;
    top: 100%;
    margin-top: 17px;
    padding: 20px 10px;
    background: #54be99;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  }

  .navigation-open .navigation {
    display: block;
  }
  .navigation-open .navigation-toggle-icon {
    background-color: transparent;
  }
  .navigation-open .navigation-toggle-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation-open .navigation-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu > li {
    float: none;
    margin: 0;
  }
  .menu > li.current-menu-parent > a, .menu > li.current-menu-item > a {
    color: #ffffff;
    opacity: 1;
  }
  .menu > li > ul {
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 10px 10px 10px 20px;
    width: 100%;
    left: 0;
  }
  .menu > li > ul > li {
    border-top: 0;
  }
  .menu > li > ul > li > a {
    padding: 5px 0;
    color: #ffffff;
  }
  .menu > li > ul > li:hover > a {
    background-color: transparent;
  }
  .menu > li > ul > li.current-menu-item > a {
    background-color: transparent;
    color: #ffffff;
  }

  .footer-navigation {
    padding-right: 28px;
  }

  .navigation-toggle {
    display: block;
  }

  .cart-link {
    top: 0;
    right: 80px;
  }

  footer {
    font-size: 11px;
  }

  .copyright a {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-cart-link {
    padding-right: 23px;
    padding-left: 23px;
  }

  .footer-registration {
    width: 135px;
  }

  .lead {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header {
    position: relative;
  }

  .lead {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -20px;
    margin-right: -20px;
    background: rgb(237, 28, 36);
  }

  .lead span {
    font-size: 18px !important;
  }

  ul.products li {
    width: 33.33% !important;
  }

  .spanning {
    padding-top: 0;
  }

  .content {
    padding-bottom: 25px;
  }

  .navigation {
    width: auto;
    left: -5px;
    margin-top: 20px;
  }

  .main {
    min-height: auto;
    padding-bottom: 0;
  }

  .home-slider-wrapper {
    position: relative;
    height: 500px;
    margin-bottom: 35px;
  }

  .home-slider {
    height: 100%;
  }

  .home-video {
    position: relative;
    top: auto;
    left: 0;
    margin: 0 auto 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header-toolbar-login {
    margin-left: 0;
    margin-right: 0;
  }

  .container-fluid,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-toolbar {
    border-top: 1px solid #222;
    background-color: #050505;
  }

  .cart-link {
    right: 70px;
  }

  .navigation-toggle {
    right: 17px;
  }

  .features {
    display: none;
  }

  .footer-navigation {
    padding-right: 0;
    float: none;
    padding-top: 0;
  }

  .copyright {
    float: none;
    padding-top: 20px;
  }

  .footer-drop-block {
    float: none;
  }

  .footer-drop-toggle {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2;
    height: auto;
  }

  .footer-drop-text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-drop {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .footer-drop-form {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-cart-link {
    margin-right: 0;
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    margin-bottom: 15px;
  }

  footer {
    padding: 20px 0;
    height: auto;
    margin: 0;
  }

  .navigation-social {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    padding: 20px 0 0 20px;
  }

  .menu-icons li {
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .navigation-logos {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    padding: 20px 0 0 20px;
  }

  .menu-logos li {
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .home-slide-wrap {
    padding-top: 30px;
  }

  .home-slide-title {
    margin-right: 0;
    max-width: 100%;
    font-size: 18px;
    padding: 15px 30px;
  }
  .home-slide-title-push {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 0;
  }

  .home-video-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-video-img {
    padding: 0;
  }
  .home-video-img img {
    border: 0;
  }

  .footer-registration {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product .post-quick-view {
    display: none !important;
  }

  .col2-set.addresses .col-1,
  .col2-set.addresses .col-2,
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .product .woocommerce-product-gallery {
    float: none;
    width: 100%;
    max-width: 320px;
    margin-bottom: 40px;
  }
  .product .summary {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .home-slider-wrapper {
    height: 480px;
  }

  .navigation {
    margin-top: 44px;
  }

  div.title {
    padding-bottom: 0;
  }

  div.title-wrap {
    margin-left: 0;
  }
  div.title-wrap h1 {
    padding: 10px 25px;
    font-size: 22px;
  }

  .wysiwyg ul.gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wysiwyg ul.gallery li {
    width: 50%;
    padding: 10px;
  }
  .wysiwyg ul.video-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wysiwyg ul.video-list li {
    width: 100%;
    padding: 10px;
  }

  .video-description {
    padding-bottom: 20px;
  }

  .video-inlarge {
    display: none;
  }

  .separate-x2:before {
    display: none !important;
  }

  .woocommerce .form-row {
    width: 100%;
  }

  .product-modal {
    padding: 20px 25px;
  }

  .product-modal-title {
    font-size: 22px;
  }

  .product-modal-gallery {
    float: none;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
  }

  .product-modal-content {
    float: none;
    width: auto;
    padding: 0;
  }

  ul.products li {
    width: 50% !important;
  }

  .shop_table td.product-quantity,
  .shop_table td.product-name,
  .shop_table td.product-price,
  .shop_table td.product-subtotal,
  .shop_table td.product-remove {
    clear: both;
    width: auto !important;
  }
  .shop_table td.product-quantity:before,
  .shop_table td.product-name:before,
  .shop_table td.product-price:before,
  .shop_table td.product-subtotal:before,
  .shop_table td.product-remove:before {
    display: inline-block;
    margin-right: 10px;
    color: #999;
  }
  .shop_table td.product-quantity:before {
    float: left;
    line-height: 40px;
  }
  .shop_table thead {
    display: none;
  }
  .shop_table tr {
    display: block;
    padding: 10px 0 30px;
  }
  .shop_table td {
    display: block;
    padding: 0 0 4px;
  }
  .shop_table th {
    display: block;
  }
  .shop_table td.actions {
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .woocommerce-checkout-review-order table.shop_table {
    margin-bottom: 10px;
  }
  .woocommerce-checkout-review-order table.shop_table tr.order-total th {
    padding-bottom: 5px;
  }
  .woocommerce-checkout-review-order table.shop_table tr.order-total td {
    padding-top: 0;
    border: 0;
  }
  .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal th {
    padding-bottom: 5px;
  }
  .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button_container {
    margin-bottom: 20px;
  }

  a.checkout-button {
    float: left;
    clear: both;
  }

  .logo {
    margin-top: 0;
  }
  .block-press-image {
    width: 25%;
  }
  .block-press-content {
    width: 75%;
  }
  .block-press-title {
    font-size: 24px;
  }
}
@media (max-width: 543px) {
  .navigation {
    margin-top: 37px;
  }

  .home-slider-wrapper {
    height: 320px;
  }

  .home-slide-title {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .home-video-title {
    font-size: 15px;
    letter-spacing: 0;
  }

  .logo {
    width: 160px;
    margin-top: 3px;
  }

  .cart-link {
    padding-top: 1px;
    padding-bottom: 0;
    right: 55px;
  }

  .navigation-toggle {
    top: -5px;
    right: 13px;
  }

  .wysiwyg blockquote {
    padding: 15px 20px;
  }

  ul.products li {
    width: 100% !important;
  }

  .promo_default_title {
    width: 100%;
    padding: 5px;
  }

  .home-video {
    left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 0;
  }

  .home-video-link {
    display: none;
  }
  .block-press-image {
    width: 100%;
    max-width: 320px;
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block-press-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .woocommerce span.onsale {
    top: 110px;
    left: 40px;
  }
}
/* retina */

/* checkbox on checkout pagte */
.sfire-checkbox span.optional, .sfire-checkbox {
	display: none;
}
#agree_field.canada {
	display: block;
}