@charset "UTF-8";
/* UTILITIES */
@import url("https://fonts.googleapis.com/css?family=Maven+Pro");
img {
  border-radius: 0; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.mdHide {
  display: none; }

.mdShow {
  display: block; }

a:focus, a:hover {
  outline: none; }

.transition {
  transition: all .5s linear; }

@media only screen and (max-width: 768px) {
  .mdHide {
    display: block; }

  .mdshow {
    display: none; } }
input[type="date"] {
  padding: .6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125); }

body.modal-open {
  overflow: hidden; }

.modal {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
  z-index: 999; }

.modal::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in 0.2s; }

.modal .modal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 999; }

.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #000; }

.modal .modal-close::before {
  top: 0;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal .modal-close::after {
  bottom: 0;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modal-frame {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: -140%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  z-index: 10;
  text-align: center;
  position: relative;
  overflow-y: auto;
  transition: all 0.5s ease-out; }

.modal-content {
  overflow: hidden;
  padding: 0;
  color: #000;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in 0.2s;
  border-radius: 0;
  border: none; }

.modal .subscribe-form .form_row button {
  width: 100px; }

.modal-open .modal.modal--active {
  pointer-events: auto;
  display: block;
  opacity: 1; }

.modal-open .modal-frame {
  top: 50%; }

.modal-open .modal.modal--active::before {
  opacity: 1; }

.modal-open .modal.modal--active .modal-content {
  opacity: 1; }

.modal-box {
  padding: 40px 80px;
  position: relative;
  z-index: 1; }

body, button, input, textarea {
  font-family: 'Maven Pro', sans-serif;
  color: #000; }

h1 {
  font-size: 2.3rem;
  line-height: 1; }

h2 {
  font-size: 2rem;
  line-height: 1; }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem; }

  h2 {
    font-size: 1.5rem; } }
/* UTILITIES */
img {
  border-radius: 0; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.mdHide {
  display: none; }

@media only screen and (max-width: 768px) {
  .mdHide {
    display: block; } }
.woocommerce-Button,
.wpcf7-submit {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important; }

.woocommerce-mini-cart__buttons.buttons a.button {
  background-color: #fff;
  border-color: #fff;
  color: #000; }

.added_to_cart, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .woocommerce-mini-cart__buttons.buttons a.button.checkout {
  font-weight: 400;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

a.button {
  text-decoration: none !important; }

#referral-codes-btn {
  margin-bottom: 20px; }

input.qtyplus,
input.qtyminus {
  width: 25px !important;
  min-width: 25px !important;
  height: 25px !important;
  padding: 0;
  background-color: #f8f8f8; }

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #000; }

ul.product-listing {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.product-listing li {
    width: 33%;
    /*border:1px solid transparent;*/
    float: left;
    margin-bottom: 4rem; }
    ul.product-listing li h2 {
      margin-top: 1.25rem;
      text-align: center;
      padding: 0 5px;
      font-size: 1.5rem; }
    ul.product-listing li .product-short {
      padding: 0 5px;
      line-height: 1;
      text-align: center; }

ul.products-listing {
  margin-bottom: 4rem; }
  ul.products-listing li {
    width: 100%;
    margin-bottom: 0; }
    ul.products-listing li .product-image {
      width: 33.33%;
      float: left;
      position: relative; }
      ul.products-listing li .product-image h3 {
        text-align: center;
        color: #fff;
        position: absolute;
        top: 70%;
        padding: 0 20px;
        width: 100%; }
    ul.products-listing li .landing-image {
      width: 66.67%;
      float: left;
      padding-top: 33.33%;
      background-size: cover;
      background-position: left; }
    ul.products-listing li:nth-child(even) .product-image {
      float: right; }
    ul.products-listing li:nth-child(even) .landing-image {
      float: right;
      background-position: right; }

.page-collections ul.product-listing li h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

@media only screen and (max-width: 768px) {
  ul.product-listing li {
    width: 50%; }

  .woocommerce-loop-product__title {
    min-height: 50px; }

  ul.products-listing li {
    width: 100%; }
    ul.products-listing li .product-image {
      width: 50%; }
      ul.products-listing li .product-image h3 {
        line-height: 1;
        font-size: 1rem;
        top: 65%; }
    ul.products-listing li .landing-image {
      width: 50%;
      padding-top: 50%; } }
/* HEADER */
.title-logo {
  position: absolute; }

.title-logo-home {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: -250px;
  left: 0;
  background-color: #000; }

.title-logo-home img {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.title-logo img {
  width: 70px; }

.title-logo-home {
  display: none;
  pointer-events: none; }

.home .title-logo {
  opacity: 0;
  transition: all .5s ease-in-out;
  pointer-events: none; }
.home .title-logo-home {
  display: block;
  transition: all .5s ease-in-out; }
.home .js-is-sticky .title-logo-home,
.home .js-is-stuck .title-logo-home {
  opacity: 0;
  pointer-events: none; }
.home .js-is-sticky .title-logo,
.home .js-is-stuck .title-logo {
  opacity: 1;
  pointer-events: auto; }

.title-logo .default-logo {
  background-color: #000;
  width: 70px;
  height: 70px;
  padding: 14px 16px 0; }

.site-header {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-bottom: 0;
  border-bottom: 1px solid #cccccc;
  top: 0;
  display: block;
  width: 100%; }

header .col-full {
  padding: 0; }

#site-header-cart {
  width: 30px;
  position: absolute;
  right: 20px;
  height: 70px; }

#site-header-cart span.count {
  position: absolute;
  color: #fff;
  opacity: 1;
  width: 30px;
  text-align: center;
  top: 25px;
  right: 0px; }

.site-header-cart .cart-contents {
  padding-top: 20px; }

.cart-icon {
  width: 100%;
  height: auto;
  margin: 0; }

.widget_shopping_cart {
  width: 300px !important;
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px); }

.header-grey-line {
  min-height: 1px;
  background-color: gray;
  width: 100%; }

.site-header-cart .cart-contents:after {
  display: none; }

.woocommerce-products-header {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3rem; }

.hentry.type-page .entry-header {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.site-header-account {
  width: 24px;
  position: absolute;
  right: 60px;
  height: 70px; }

.account-icon {
  padding-top: 22px;
  display: block; }

.account-icon_online {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: green;
  border-radius: 50%;
  right: -2px;
  top: 33px; }

.mobile-account-icon_wrapper {
  position: relative;
  display: inline-block;
  width: 24px; }

.mobile-account-icon {
  margin-left: 5px;
  display: inline-block; }

.mobile-account-icon_wrapper .account-icon_online {
  top: 10px; }

@media only screen and (max-width: 767px) {
  .title-logo {
    display: block !important;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1 !important; }

  .title-logo .default-logo {
    width: 60px;
    height: 60px; }

  button.menu-toggle {
    height: 60px;
    border: 0;
    outline: none;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); }

  button.menu-toggle span:before, button.menu-toggle:after, button.menu-toggle:before {
    width: 20px; }

  button.menu-toggle:after {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }

  button.menu-toggle:before {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); }

  .site-header {
    padding-bottom: 0; }

  #site-header-cart {
    top: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .site-header-cart .cart-contents {
    padding-top: 18px;
    display: block; }

  #site-header-cart span.count {
    top: 21px; }

  .site-header-account {
    display: none; } }
/* FOOTER */
#menu-footer-menu {
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #menu-footer-menu {
      margin: 0; } }

footer.site-footer {
  background-color: #000;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  footer.site-footer .menu-footer-menu-container a {
    color: #fff !important;
    text-decoration: none !important; }
    footer.site-footer .menu-footer-menu-container a:after {
      padding-left: 10px;
      content: "|";
      padding-right: 4px; }
  footer.site-footer .menu-footer-menu-container li:last-child a:after {
    content: '';
    padding-left: 0;
    padding-right: 0; }
  footer.site-footer li {
    display: inline-block; }
  @media only screen and (max-width: 768px) {
    footer.site-footer {
      padding-bottom: 1em; } }
footer .site-social {
  padding-top: 40px;
  text-align: center; }
  footer .site-social img {
    width: 50px;
    height: 50px; }
footer .site-social div {
  display: inline-block;
  padding-right: 20px; }
footer .site-social div:last-child {
  padding-right: 0; }

.site-info {
  text-align: center;
  font-size: 12px; }
  .site-info .widget {
    margin: 0; }

#menu-primary {
  height: 70px; }

#menu-primary li a {
  padding: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  outline: none;
  text-decoration: none !important; }

#menu-primary li.current-menu-item a {
  color: #b4b4b4; }

#menu-primary li:after {
  content: "|";
  font-size: 20px;
  line-height: 16px;
  color: #000 !important;
  position: absolute;
  top: 27px;
  right: -7px; }

#menu-primary li .sub-menu li:after {
  content: ""; }
#menu-primary li .sub-menu li a {
  color: #fff;
  background-color: #000;
  padding: .5em 1.41575em;
  line-height: 1; }
  #menu-primary li .sub-menu li a:hover {
    background-color: #43454b; }
#menu-primary li .sub-menu li:last-child a {
  padding-bottom: .875em; }

#menu-primary li:last-child:after {
  content: "";
  padding-left: 0; }

#menu-primary li:last-child {
  padding-right: 0; }

button.menu-toggle {
  float: left; }

.primary-navigation {
  text-align: center;
  height: 70px; }

.woocommerce-active .site-header .main-navigation {
  width: 100%;
  margin-right: 0; }

#menu-mobile-secondary-menu li a {
  color: #fff; }

nav.mobile {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  overflow: auto;
  transition: left 0.3s ease-out;
  color: #fff;
  z-index: 1001;
  background-color: #000;
  transform: translate3d(0, 0, 0); }

nav.mobile .inner {
  height: 100%;
  padding: 1rem; }

nav.mobile .mSearch {
  overflow: hidden;
  position: relative;
  margin: 1rem 0 2rem; }

nav.mobile .mSearch input {
  overflow: hidden;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #fff;
  background: transparent; }

nav.mobile .mSearch input:focus + label, nav.mobile .mSearch input.on + label {
  transform: translate3d(160%, -50%, 0); }

nav.mobile .mSearch input:focus + label .fa, nav.mobile .mSearch input.on + label .fa {
  margin-right: 0.5rem; }

nav.mobile .mSearch label {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1;
  transition: transform 0.2s ease-out;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none; }

nav.mobile .mSearch label .fa {
  margin-right: 0.25rem; }

nav.mobile > a, nav.mobile .mainnav, nav.mobile .secondary-nav {
  margin-bottom: 1rem; }

nav.mobile .mainnav {
  margin-bottom: 0;
  margin-top: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff; }

nav.mobile .mainnav .main-menu {
  font-size: 1.2rem; }

nav.mobile .mainnav > li {
  /*margin-top: 0.5rem;*/ }

nav.mobile .mainnav .has-subnav {
  overflow: hidden; }

nav.mobile .mainnav input[type=checkbox]:checked + .subnav {
  height: auto;
  margin-top: .5rem; }

nav.mobile .mainnav input[type=checkbox]:checked + .subnav:before {
  top: -1.8rem;
  transform: rotate(-45deg); }

nav.mobile .subnav {
  height: 0;
  position: relative; }

nav.mobile .subnav:before {
  position: absolute;
  right: 5px;
  top: -1.4rem;
  font-size: 1.25rem;
  line-height: 1;
  pointer-events: none;
  transform-origin: center;
  /*transition: transform 0.1s linear;*/
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

nav.mobile li {
  padding: 0.25rem 0; }

nav.mobile .subnav a {
  text-transform: none; }

nav.mobile .secondary-nav ul {
  width: 100%;
  display: block;
  padding: 0.5rem 0;
  border-top: 1px solid #fff; }

nav.mobile .secondary-nav ul:last-child {
  border-bottom: 1px solid #fff; }

nav.mobile .secondary-nav ul:before {
  content: "\025be";
  position: absolute;
  right: 0.25rem;
  top: 8px;
  color: #fff;
  transition: transform 0.2s linear; }

nav.mobile .secondary-nav ul.open:before {
  transform: rotateX(180deg); }

nav.mobile .secondary-nav ul.open li {
  height: 1.4rem;
  opacity: 1; }

nav.mobile .secondary-nav ul.open li.active a {
  text-shadow: 0 0 1px #fff; }

nav.mobile .secondary-nav li {
  transition: opacity 0.2s ease-out, height 0.2s ease-out; }

nav.mobile .secondary-nav li:not(.active) {
  height: 0;
  opacity: 0;
  z-index: 0; }

nav.mobile .secondary-nav li.active {
  z-index: 30; }

nav.mobile .secondary-nav a {
  font-weight: 300;
  transition: font-weight 0.3s ease-out; }

nav.mobile ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none outside none; }

nav.mobile label {
  display: block; }

nav.mobile label span {
  display: inline-block;
  color: #fff;
  cursor: pointer; }

nav.mobile a {
  display: block;
  text-decoration: none !important;
  color: #fff; }

nav.mobile a:hover {
  color: #fff; }

nav.mobile .has-subnav a:first-child {
  display: inline-block; }

.nav-open nav.mobile {
  left: 0; }

.nav-open nav.mobile:before {
  opacity: 1;
  pointer-events: auto; }

.nav.mobile ul.menu li a {
  color: #fff; }

#page:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out; }

.nav-open #page:after {
  opacity: 1;
  pointer-events: auto; }

.nav-open #page:after {
  display: none; }

.menu-mobile-secondary-menu-container {
  margin-top: 1rem; }

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  padding: 22px 16px; }

.header-social {
  text-align: center;
  margin-top: 4rem; }
  .header-social img {
    width: 30px; }

.header-social div {
  display: inline-block;
  padding-right: 15px; }

.header-social div:last-child {
  padding-right: 0; }

@media only screen and (max-width: 768px) {
  .home .title-logo-home {
    display: none; }

  .nav-open {
    overflow: hidden; }
    .nav-open #page {
      pointer-events: none;
      overflow: hidden; }
      .nav-open #page:after {
        display: block; } }
.page-template-page-home .flex-container a:focus,
.page-template-page-home .flex-container a:hover,
.page-template-page-home .flex-slider a:focus,
.page-template-page-home .flex-slider a:hover {
  outline: 0; }
.page-template-page-home .flex-control-nav,
.page-template-page-home .flex-direction-nav,
.page-template-page-home .slides,
.page-template-page-home .slides > li {
  margin: 0;
  padding: 0;
  list-style: none; }
.page-template-page-home .flex-pauseplay span {
  text-transform: capitalize; }
.page-template-page-home .flexslider {
  padding: 0;
  margin: 0;
  position: relative;
  zoom: 1;
  z-index: 1; }
.page-template-page-home .flex-direction-nav a,
.page-template-page-home .flex-pauseplay a {
  z-index: 10;
  position: absolute;
  overflow: hidden; }
.page-template-page-home .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }
.page-template-page-home .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.page-template-page-home html[xmlns] .flexslider .slides {
  display: block; }
.page-template-page-home * html .flexslider .slides {
  height: 1%; }
.page-template-page-home .no-js .flexslider .slides > li:first-child {
  display: block; }
.page-template-page-home .flexslider .slides {
  zoom: 1; }
.page-template-page-home .flexslider .slides img {
  width: 100%;
  display: block;
  height: auto; }
.page-template-page-home .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.page-template-page-home .loading .flex-viewport {
  max-height: 300px; }
.page-template-page-home .carousel li {
  margin-right: 5px; }
.page-template-page-home .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.page-template-page-home .flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: ""; }
.page-template-page-home .flex-direction-nav a.flex-next:before {
  content: ""; }
.page-template-page-home .flex-direction-nav .flex-prev {
  left: -50px; }
.page-template-page-home .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }
.page-template-page-home .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px; }
.page-template-page-home .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }
.page-template-page-home .flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px; }
.page-template-page-home .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }
.page-template-page-home .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }
.page-template-page-home .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  cursor: pointer;
  color: #000; }
.page-template-page-home .flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: ""; }
.page-template-page-home .flex-pauseplay a:hover {
  opacity: 1; }
.page-template-page-home .flex-pauseplay a.flex-play:before {
  content: ""; }
.page-template-page-home .flex-control-nav {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  text-align: center; }
.page-template-page-home .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1; }
.page-template-page-home .flex-control-paging li a {
  width: 30px;
  height: 5px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px; }
.page-template-page-home .flex-control-paging li a:hover {
  background: #66696c;
  background: rgba(0, 0, 0, 0.7); }
.page-template-page-home .flex-control-paging li a.flex-active {
  background: #66696c;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }
.page-template-page-home .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
.page-template-page-home .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }
.page-template-page-home .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.page-template-page-home .flex-control-thumbs img:hover {
  opacity: 1; }
.page-template-page-home .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }
.page-template-page-home .flexslider-control-wrapper .col-full div {
  width: 12.5%;
  padding-top: 12.5%;
  float: left;
  min-height: 1px; }
.page-template-page-home .flexslider-control-wrapper .col-full {
  padding: 0; }
.page-template-page-home .flexslider-control-wrapper .col-full .flexslider-control {
  width: 50%;
  padding-top: 0;
  float: left; }
.page-template-page-home .flexslider-control ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none; }
.page-template-page-home .flexslider-control ul li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  padding-top: 25%;
  min-height: 1px;
  position: relative; }
.page-template-page-home .flexslider-control li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.page-template-page-home .flexslider-control li img {
  opacity: 0.2;
  width: 25%;
  max-width: 27px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.page-template-page-home .flexslider-control li.flex-active img {
  opacity: 1; }
.page-template-page-home .flexslider-control-wrapper {
  width: 100%; }
.page-template-page-home .featured-listing_wrapper {
  margin-bottom: 2rem; }
.page-template-page-home ul.featured-collection-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .page-template-page-home ul.featured-collection-listing li {
    width: 50%;
    position: relative; }
    .page-template-page-home ul.featured-collection-listing li img {
      width: 100%;
      height: auto; }
    .page-template-page-home ul.featured-collection-listing li h2 {
      /*margin-top:10px;*/
      text-align: center;
      padding: 0 5px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 99;
      color: #fff;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
.page-template-page-home ul.featured-product-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .page-template-page-home ul.featured-product-listing li {
    width: 25%;
    position: relative; }
    .page-template-page-home ul.featured-product-listing li img {
      width: 100%;
      height: auto; }
.page-template-page-home .header-slider .slides li {
  position: relative; }
.page-template-page-home .header-slider_featured-product {
  position: absolute;
  width: 25%;
  bottom: 2rem;
  right: 2rem; }
  .page-template-page-home .header-slider_featured-product h2 {
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em; }
  @media only screen and (max-width: 768px) {
    .page-template-page-home .header-slider_featured-product {
      display: none; } }

@media only screen and (max-width: 768px) {
  .col-full:after {
    content: " ";
    display: block;
    clear: both; }

  /*    .flexslider-control-wrapper {
          display:none;
      }*/ }
.design1 .wmpci-popup-body {
  background-color: #fff;
  border: none; }

.wpmci-popup-cnt-inr-wrp {
  padding: 0; }
  .wpmci-popup-cnt-inr-wrp img {
    width: 100%; }

.wmpci-popup-wrp {
  opacity: 0;
  transition: opacity 0.2s linear; }

.wmpci-popup-open-2 .wmpci-popup-wrp {
  opacity: 1; }

.wmpci-popup-wrp .wmpci-popup-body {
  max-width: 500px !important; }

@media only screen and (max-width: 768px) {
  .wmpci-popup-wrp .wmpci-popup-body {
    max-width: 300px !important; } }
.single-product div.product {
  margin-top: 4rem; }
  .single-product div.product h1 {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    line-height: 1.2; }
  .single-product div.product p.price {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 2rem; }
  .single-product div.product .color-label {
    margin-bottom: 0.5rem; }
  .single-product div.product ul.color-listing {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left; }
    .single-product div.product ul.color-listing li {
      width: 40px;
      height: 40px;
      border: 1px solid #cccccc;
      position: relative; }
      .single-product div.product ul.color-listing li.active {
        border: 1px solid #000000; }
      .single-product div.product ul.color-listing li a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        text-decoration: none !important; }
  .single-product div.product form.cart .quantity {
    display: block;
    float: none; }
  .single-product div.product form.cart .single_add_to_cart_button {
    margin-top: 1rem;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    background-color: #000;
    text-decoration: none !important; }

.how-to-use {
  margin-top: 4rem;
  margin-bottom: 5rem; }
  .how-to-use h2 {
    text-align: center;
    margin-bottom: 4rem; }
  .how-to-use ul.how-to-use-boxes {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left; }
    .how-to-use ul.how-to-use-boxes li {
      width: 50%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .how-to-use ul.how-to-use-boxes li {
          width: 100%; } }
      .how-to-use ul.how-to-use-boxes li img {
        width: 100%; }
      .how-to-use ul.how-to-use-boxes li.how-to-use_2 p {
        color: #fff;
        padding: 0 40px;
        /*line-height:1;*/
        position: absolute;
        top: 70%; }
        @media screen and (max-width: 1024px) {
          .how-to-use ul.how-to-use-boxes li.how-to-use_2 p {
            padding: 0 20px;
            top: auto;
            bottom: 0; } }
        @media screen and (max-width: 768px) {
          .how-to-use ul.how-to-use-boxes li.how-to-use_2 p {
            padding: 0 10px;
            top: auto;
            bottom: 0; } }
        @media screen and (max-width: 400px) {
          .how-to-use ul.how-to-use-boxes li.how-to-use_2 p {
            margin-bottom: 10px;
            font-size: 12px; } }

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
  margin-right: 0; }

.quantity {
  position: relative; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.product-name a {
  text-decoration: none !important; }

.single-product div.product .woocommerce-product-gallery img {
  margin: 0 auto; }

.tax-product_cat h1 {
  text-transform: none;
  letter-spacing: 0.1em; }

ul.products li.product img {
  width: 100%; }

.site-main .columns-3 ul.products li.product {
  width: 33%;
  margin-right: 0;
  float: left;
  padding: 0 10px; }

@media only screen and (max-width: 767px) {
  .site-main .columns-3 ul.products li.product {
    width: 50%; } }
ul.products li.product .woocommerce-loop-product__title, ul.products li.product ul.products li.product h2, ul.products li.product ul.products li.product h3 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #000; }
ul.products li.product .woocommerce-Price-amount.amount {
  font-size: 1rem;
  color: #000; }
ul.products li.product .add_to_cart_button {
  background-color: #000;
  color: #fff;
  text-decoration: none !important; }
ul.products li.product .added_to_cart {
  display: none; }

.page-template-page-story .content-text {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 2rem; }
.page-template-page-story ul.attractions-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left; }
  .page-template-page-story ul.attractions-listing li {
    width: 50%;
    position: relative; }
    .page-template-page-story ul.attractions-listing li .text {
      position: absolute;
      padding: 0 50px;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media only screen and (max-width: 768px) {
      .page-template-page-story ul.attractions-listing li {
        width: 100%; }
        .page-template-page-story ul.attractions-listing li .text {
          position: inherit;
          padding: 0;
          transform: none;
          left: 0;
          top: 0;
          margin-top: 1rem; } }
.page-template-page-story ul.features-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 20px; }
  .page-template-page-story ul.features-listing li {
    width: 50%;
    position: relative;
    background-color: #ebebeb;
    float: left; }
    .page-template-page-story ul.features-listing li.float-right {
      float: right; }
    .page-template-page-story ul.features-listing li.black-box {
      background-color: #000; }
      .page-template-page-story ul.features-listing li.black-box p {
        color: #fff; }
    .page-template-page-story ul.features-listing li:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    .page-template-page-story ul.features-listing li img {
      width: auto;
      margin: 0 auto;
      transform: scale(0.5) translate(-100%, 50%);
      left: 50%;
      position: absolute;
      bottom: calc(50% + 1rem); }
      @media only screen and (max-width: 768px) {
        .page-template-page-story ul.features-listing li img {
          bottom: auto;
          top: calc(25% + 1rem);
          transform: scale(0.5) translate(-100%, -100%);
          max-height: 140px; } }
    .page-template-page-story ul.features-listing li div {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .page-template-page-story ul.features-listing li p {
      position: absolute;
      top: calc(50% + 1rem);
      padding: 0 50px; }
      @media only screen and (max-width: 768px) {
        .page-template-page-story ul.features-listing li p {
          padding: 0 10px; } }
    @media only screen and (max-width: 768px) {
      .page-template-page-story ul.features-listing li {
        width: 100%;
        /*                div {
                            position:inherit;
                            padding:0;
                            transform:none;
                            left:0;
                            top:0;
                            margin-top:1rem;
                        }*/ } }
.page-template-page-story .award-slider {
  background-color: #e5e5e5;
  position: relative;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media only screen and (max-width: 768px) {
    .page-template-page-story .award-slider {
      display: none; } }
  .page-template-page-story .award-slider .slides {
    margin: 0; }
    .page-template-page-story .award-slider .slides li {
      display: flex !important;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: left; }
      .page-template-page-story .award-slider .slides li .award-info {
        width: 25%;
        position: relative;
        text-align: center; }
.page-template-page-story .award-image {
  width: 140px;
  min-height: 140px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  margin-bottom: 1rem; }
  .page-template-page-story .award-image img {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.page-template-page-story .award-year {
  font-weight: 700;
  text-align: center; }
.page-template-page-story .award-name {
  padding: 0 30px;
  text-align: center; }
.page-template-page-story .awarding-body {
  padding: 0 30px;
  font-size: 0.875rem;
  color: #686868;
  text-align: center; }
.page-template-page-story .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: 0; }
  .page-template-page-story .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
.page-template-page-story .flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #666;
  background: black;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .page-template-page-story .flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.7); }
  .page-template-page-story .flex-control-paging li a.flex-active {
    background: #000;
    background: white;
    cursor: default; }
.page-template-page-story .award-listing {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #e5e5e5;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .page-template-page-story .award-listing {
      display: block; } }
  .page-template-page-story .award-listing li {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.page-template-page-contact .line {
  width: 100%;
  min-height: 1px;
  margin: 4rem 0;
  background-color: #000; }
.page-template-page-contact .contact-form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 2rem; }
.page-template-page-contact .contact-location_wrapper {
  border-top: 1px solid #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*margin-top:2rem;*/
  padding-top: 4rem;
  margin-bottom: 4rem; }
  .page-template-page-contact .contact-location_wrapper .contact-box {
    width: 50%; }
    .page-template-page-contact .contact-location_wrapper .contact-box.contact-address {
      padding-left: 40px; }
      @media only screen and (max-width: 768px) {
        .page-template-page-contact .contact-location_wrapper .contact-box.contact-address {
          padding-left: 0; } }
    @media only screen and (max-width: 768px) {
      .page-template-page-contact .contact-location_wrapper .contact-box {
        width: 100%;
        padding-bottom: 2rem; } }
.page-template-page-contact #google-map {
  height: 400px;
  width: 100%; }
.page-template-page-contact ol {
  padding-left: 25px;
  font-weight: 600; }
  .page-template-page-contact ol p {
    font-weight: 400; }
  .page-template-page-contact ol span {
    font-weight: 600; }
  .page-template-page-contact ol li {
    margin-bottom: 1rem; }
  .page-template-page-contact ol ul {
    font-weight: 400; }
    .page-template-page-contact ol ul li {
      margin-bottom: 0; }
.page-template-page-contact .input-text, .page-template-page-contact input[type=email], .page-template-page-contact input[type=password], .page-template-page-contact input[type=search], .page-template-page-contact input[type=text], .page-template-page-contact input[type=url], .page-template-page-contact textarea {
  width: 100%; }
.page-template-page-contact select {
  padding: .6180469716em;
  background-color: #f2f2f2; }

.page-template-page-retailers select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.125em 10px 0.25em;
  border: 4px solid #000;
  font-size: 1.25rem;
  outline: 0; }
.page-template-page-retailers select + label {
  position: absolute;
  display: block;
  width: 38px;
  height: 15px;
  left: calc(50% + 160px - 34px - 1rem);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; }
  .page-template-page-retailers select + label:before {
    transform-origin: right bottom;
    transform: rotate(-45deg); }
  .page-template-page-retailers select + label:after {
    transform-origin: left bottom;
    transform: rotate(45deg); }
.page-template-page-retailers select + label:before, .page-template-page-retailers select + label:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  height: 20px;
  width: 4px;
  background-color: #000; }
.page-template-page-retailers .select-box_wrapper {
  text-align: center; }
.page-template-page-retailers .select-box {
  position: relative;
  margin-bottom: 1rem; }
  .page-template-page-retailers .select-box select {
    width: 320px;
    height: 45px; }
.page-template-page-retailers option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  padding: 0px 2px 1px; }
.page-template-page-retailers h2 {
  text-align: center;
  display: block;
  margin-bottom: 1rem; }
.page-template-page-retailers .country_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.page-template-page-retailers .region_container_wrapper {
  display: none;
  margin-bottom: 3rem; }
.page-template-page-retailers .retailer {
  width: 16.66%; }
  .page-template-page-retailers .retailer:nth-child(1) {
    background-color: black; }
  .page-template-page-retailers .retailer:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.9); }
  .page-template-page-retailers .retailer:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.8); }
  .page-template-page-retailers .retailer:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.7); }
  .page-template-page-retailers .retailer:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.6); }
  .page-template-page-retailers .retailer:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 768px) {
    .page-template-page-retailers .retailer {
      width: 25%; } }
.page-template-page-retailers .retailer-map {
  margin-bottom: 3rem;
  position: relative; }
.page-template-page-retailers .map-pin {
  width: 14px;
  height: 20px;
  cursor: pointer; }
.page-template-page-retailers .north_america {
  position: absolute;
  top: 36%;
  left: 22%; }
.page-template-page-retailers .south_america {
  position: absolute;
  top: 72%;
  left: 31%; }
.page-template-page-retailers .europe {
  position: absolute;
  left: 51%;
  top: 37%; }
.page-template-page-retailers .east_europe {
  position: absolute;
  left: 60%;
  top: 30%; }
.page-template-page-retailers .middle_east {
  position: absolute;
  left: 55%;
  top: 50%; }
.page-template-page-retailers .south_africa {
  position: absolute;
  left: 56%;
  top: 67%; }
.page-template-page-retailers .china {
  position: absolute;
  right: 25%;
  top: 40%; }
.page-template-page-retailers .north_east_asia {
  position: absolute;
  right: 13%;
  top: 42%; }
.page-template-page-retailers .south_east_asia {
  position: absolute;
  right: 15%;
  top: 60%; }
.page-template-page-retailers .australia_and_new_zealand {
  position: absolute;
  right: 8%;
  top: 80%; }
.page-template-page-retailers .accordion .accordion_title {
  cursor: pointer;
  width: 320px;
  margin: 0 auto;
  position: relative;
  padding: 5px 12px; }
.page-template-page-retailers .accordion h3 {
  font-size: 1.25rem;
  margin-bottom: 0; }
.page-template-page-retailers .country_container_wrapper {
  display: none; }
.page-template-page-retailers .arrow {
  position: absolute;
  display: block;
  width: 38px;
  height: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; }
  .page-template-page-retailers .arrow:before {
    transform-origin: right bottom;
    transform: rotate(-45deg); }
  .page-template-page-retailers .arrow:after {
    transform-origin: left bottom;
    transform: rotate(45deg); }
.page-template-page-retailers .arrow:before, .page-template-page-retailers .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  height: 20px;
  width: 4px;
  background-color: #000; }
.page-template-page-retailers .accordion.active .arrow {
  transform: rotate(180deg);
  right: 5px; }

.woocommerce-MyAccount-navigation ul li a:before {
  content: "" !important; }

.warranty-btn {
  text-align: center; }

.warranty-claim-btn {
  text-align: center; }

#warranty-claim label {
  text-align: left;
  margin-bottom: 20px; }
#warranty-claim .warranty-claim-btn {
  margin-top: 20px; }

.page-template-page-promotions-warranty .form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 2rem; }
.page-template-page-promotions-warranty .input-text, .page-template-page-promotions-warranty input[type=email], .page-template-page-promotions-warranty input[type=password], .page-template-page-promotions-warranty input[type=search], .page-template-page-promotions-warranty input[type=text], .page-template-page-promotions-warranty input[type=url], .page-template-page-promotions-warranty input[type=date], .page-template-page-promotions-warranty textarea {
  width: 100%; }
.page-template-page-promotions-warranty select {
  padding: .6180469716em;
  background-color: #f2f2f2; }

#warranty-claim .error {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block; }

.page-template-page-promotion .content-text {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 2rem; }
  .page-template-page-promotion .content-text p {
    max-width: 600px;
    margin: 0 auto 2rem;
    text-align: left; }
.page-template-page-promotion ul.attractions-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left; }
  .page-template-page-promotion ul.attractions-listing li {
    width: 50%;
    position: relative; }
    .page-template-page-promotion ul.attractions-listing li .text {
      position: absolute;
      padding: 0 50px;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media only screen and (max-width: 768px) {
      .page-template-page-promotion ul.attractions-listing li {
        width: 100%; }
        .page-template-page-promotion ul.attractions-listing li .text {
          position: inherit;
          padding: 0;
          transform: none;
          left: 0;
          top: 0;
          margin-top: 1rem; } }
.page-template-page-promotion .section {
  margin-bottom: 3rem; }
.page-template-page-promotion .button {
  margin: 0 auto; }
  .page-template-page-promotion .button a {
    color: #fff; }
.page-template-page-promotion ul.features-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 20px; }
  .page-template-page-promotion ul.features-listing li {
    width: 50%;
    position: relative;
    background-color: #ebebeb;
    float: left; }
    .page-template-page-promotion ul.features-listing li.float-right {
      float: right; }
    .page-template-page-promotion ul.features-listing li.black-box {
      background-color: #000; }
      .page-template-page-promotion ul.features-listing li.black-box .step {
        color: #fff; }
      .page-template-page-promotion ul.features-listing li.black-box p {
        color: #fff; }
    .page-template-page-promotion ul.features-listing li:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    .page-template-page-promotion ul.features-listing li img {
      width: auto;
      margin: 0 auto;
      transform: scale(0.5) translate(-100%, 50%);
      left: 50%;
      position: absolute;
      bottom: calc(50% + 1rem); }
      @media only screen and (max-width: 768px) {
        .page-template-page-promotion ul.features-listing li img {
          bottom: auto;
          top: 1rem;
          transform: scale(0.5) translateX(-100%);
          max-height: 140px; } }
    .page-template-page-promotion ul.features-listing li div {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .page-template-page-promotion ul.features-listing li .step {
      position: absolute;
      top: 30%;
      left: 50%;
      font-size: 150px;
      transform: translateX(-50%) translateY(-50%);
      height: auto;
      width: auto; }
      @media only screen and (max-width: 480px) {
        .page-template-page-promotion ul.features-listing li .step {
          top: 23%;
          font-size: 100px; } }
    .page-template-page-promotion ul.features-listing li .text {
      position: absolute;
      top: calc(50% + 1rem);
      padding: 0 50px; }
      @media only screen and (max-width: 480px) {
        .page-template-page-promotion ul.features-listing li .text {
          top: calc(40% + 1rem);
          padding: 0 20px; } }
    @media only screen and (max-width: 768px) {
      .page-template-page-promotion ul.features-listing li {
        width: 100%;
        /*                div {
                            position:inherit;
                            padding:0;
                            transform:none;
                            left:0;
                            top:0;
                            margin-top:1rem;
                        }*/ } }

.promotions .form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 2rem; }
.promotions #invoice .form-row {
  padding-bottom: 1.41575em; }
.promotions #invoice .form-row select {
  width: auto; }
.promotions #product-select-clone {
  display: none; }
.promotions .product-select {
  position: relative;
  padding-bottom: 1.41575em; }
  .promotions .product-select:first-child .icon-minus {
    display: none; }
.promotions .input-text, .promotions input[type=email], .promotions input[type=password], .promotions input[type=search], .promotions input[type=text], .promotions input[type=url], .promotions textarea {
  width: 100%; }
.promotions select {
  padding: .6180469716em;
  background-color: #f2f2f2; }
.promotions #country, .promotions #giftcountry {
  display: block; }
.promotions span.error,
.promotions span.referral-error {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block; }
.promotions .icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: right;
  cursor: pointer; }
.promotions .icon:before,
.promotions .icon:after {
  content: '';
  position: absolute;
  background: #000; }
.promotions .icon:before {
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  right: 8px;
  height: 4px; }
.promotions .icon:after {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: 4px; }
.promotions .icon-minus:after {
  display: none; }
.promotions .icon-plus {
  position: absolute;
  right: 40px; }
.promotions .referral-codes_form,
.promotions .free-gift_form {
  text-align: left; }
.promotions .free-gift_form {
  display: none; }
@media only screen and (max-width: 480px) {
  .promotions {
    margin-left: 10px !important;
    margin-right: 10px !important; } }
@media only screen and (max-width: 480px) {
  .promotions .col-full {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

body {
  overflow-x: visible; }

.site {
  overflow-x: visible;
  position: relative; }

body.woocommerce #primary {
  float: none;
  width: 100%; }

.col-full {
  position: relative; }

.site-content {
  min-height: 70vh; }

a {
  color: #808080;
  text-decoration: underline !important; }

li a {
  text-decoration: none !important; }

a:hover {
  color: #000; }

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a {
  text-decoration: underline; }

img.banner {
  width: 100%; }

.page-header {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.section {
  margin-top: 2rem;
  margin-bottom: 5rem; }

.section-header {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem; }

ol, ul {
  margin: 0; }

.wc-forward:after, .woocommerce-Button--next:after {
  content: ""; }

.content-area {
  width: 100%; }

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
  background-color: transparent !important;
  color: #000 !important;
  padding: .3342343017em .5em; }

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
  font-weight: 700; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  background-color: #000; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000; }

.added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit] {
  min-width: 130px;
  margin: 0 auto; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #000; }

.ajax-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/spinner.gif) center center no-repeat;
  display: block; }

.loading {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998; }

.spinner {
  background: #000 url(https://code.jquery.com/mobile/1.1.0/images/ajax-loader.gif) 0 0 no-repeat;
  border: 0;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  box-shadow: 0 1px 1px -1px #fff;
  display: block;
  height: 46px;
  left: 50%;
  margin: -23px 0 0 -23px;
  opacity: 0.18;
  overflow: hidden;
  padding: 1px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 46px;
  z-index: 9999; }

.wc-proceed-to-checkout a {
  text-decoration: none !important; }

/*# sourceMappingURL=main.css.map */
