.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.navbar {
  height: 80px;
  background-color: #fff;
  color: #fff;
  line-height: 80px;
}

.navbar.hide {
  display: block;
}

.navbar-link {
  display: inline-block;
  margin-left: 30px;
  padding: 0px;
  font-family: Exo, sans-serif;
  color: #00195a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-link:hover {
  color: #41b41c;
}

.navbar-link.w--current {
  display: inline-block;
  font-family: Exo, sans-serif;
  color: #00195a;
  font-size: 12px;
  font-weight: 700;
}

.brand-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.brand-text-light {
  font-weight: 300;
}

.view-cart {
  display: inline-block;
}

.menu-button {
  display: block;
}

.menu-button-icon {
  display: block;
}

.main {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #161b41;
  text-align: center;
}

.page-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.category-nav {
  margin-bottom: 75px;
  color: #fcf8f8;
  text-align: center;
}

.category-nav-link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.category-nav-link:hover {
  color: #222;
}

.category-nav-link.w--current {
  border-bottom: 1px solid #222;
  color: #00ffe0;
}

.category-nav-item {
  display: inline-block;
}

.product {
  position: static;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.product:hover {
  opacity: 0.85;
}

.product-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.65));
}

.product-info {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 65px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 15px 20px;
}

.product-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
}

.product-price {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ddd;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

.product-detail-image {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
  background-image: none;
}

.product-detail-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #41b41c;
}

.product-detail-price {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #f5f5f5;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.link-back {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-back:hover {
  color: #333;
}

.link-back-text {
  display: inline-block;
  margin-top: 20px;
  padding-right: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.foxy {
  background-color: #f5f5f5;
}

.product-detail-related {
  margin-top: 75px;
  padding-top: 75px;
  border-top: 1px solid #ddd;
}

.related-products-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-link-icon {
  float: right;
}

.top-links {
  height: 40px;
  background-color: #292929;
  font-family: 'Open Sans', sans-serif;
  color: #ccc;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-links-text {
  display: inline-block;
  margin-right: 0px;
}

.currency-option {
  margin-left: 10px;
  opacity: 0.6;
}

.currency-option:hover {
  opacity: 1;
}

.currency-option:focus {
  opacity: 1;
}

.currency-option.currency-option-active {
  opacity: 1;
}

.currencies {
  display: inline-block;
}

.fc-cart__item {
  border-bottom: 2px dashed #000;
}

.heading {
  position: relative;
  top: -216px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.56);
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.div-block {
  margin-top: -50px;
}

.paragraph {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.section {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #161b41;
}

.section-2 {
  margin-top: 0px;
}

.heading-2 {
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.image {
  position: relative;
  top: 31px;
}

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

.column {
  text-align: center;
}

.columns {
  text-align: center;
}

.image-3 {
  position: relative;
  top: 21px;
}

.image-4 {
  position: relative;
  top: 20px;
}

.heading-3 {
  position: relative;
  top: -42px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-4 {
  position: relative;
  top: 26px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.heading-5 {
  position: relative;
  top: 6px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.heading-6 {
  position: relative;
  top: 12px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.paragraph-2 {
  margin-top: -51px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  margin-top: 26px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.paragraph-4 {
  margin-top: -5px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.paragraph-5 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.heading-7 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 24px;
}

.rich-text-block {
  font-family: Exo, sans-serif;
  color: #fff;
}

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

.heading-8 {
  font-family: Exo, sans-serif;
  font-size: 16px;
  text-align: center;
}

.paragraph-6 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

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

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

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

.dropdown-toggle {
  background-color: #161b41;
  color: #fff;
}

.text-block {
  font-family: Exo, sans-serif;
}

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

.tab-link-tab-1 {
  background-color: #161b41;
  color: #fff;
}

.tab-link-tab-1.w--current {
  background-color: #81849b;
  color: #fff;
}

.tab-link-tab-2 {
  background-color: #161b41;
  color: #fff;
}

.tab-link-tab-2.w--current {
  background-color: #81849b;
}

.tab-pane-tab-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.tab-pane-tab-1 {
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

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

.map {
  margin-top: 0px;
}

.section-3 {
  background-color: #161b41;
}

.section-4 {
  background-color: #02091d;
}

.columns-2 {
  margin-bottom: 20px;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.heading-9 {
  font-family: Exo, sans-serif;
  font-size: 30px;
  text-align: center;
}

.image-7 {
  position: static;
  left: 197px;
  top: 0px;
  right: 197px;
  bottom: 183px;
}

.link-block {
  position: fixed;
  top: 182px;
  right: 249px;
  bottom: 117px;
}

.section-5 {
  background-color: #161b41;
}

.paragraph-8 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.heading-10 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.html-embed-2 {
  text-align: right;
}

.html-embed-3 {
  text-align: right;
}

.html-embed-4 {
  text-align: right;
}

.html-embed-5 {
  text-align: right;
}

.columns-3 {
  margin-bottom: 20px;
}

.columns-4 {
  margin-bottom: 19px;
}

.html-embed-6 {
  position: static;
  left: 134px;
  top: -132px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  text-align: right;
}

.container-2 {
  background-color: #161b41;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 60px;
    line-height: 60px;
  }

  .navbar-links {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #222;
    text-align: center;
  }

  .navbar-link {
    height: 50px;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 50px;
    text-align: center;
  }

  .view-cart {
    width: 100%;
  }

  .menu-button {
    margin-right: -20px;
    color: #fff;
  }

  .menu-button:hover {
    color: #41b41c;
  }

  .menu-button.w--open {
    background-color: #222;
    color: #41b41c;
  }

  .menu-button-icon {
    color: #1f1f1f;
    font-size: 24px;
  }

  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-links {
    display: block;
    text-align: center;
  }

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

@media screen and (max-width: 767px) {
  .brand {
    margin-left: 10px;
  }

  .menu-button {
    margin-right: 0px;
  }

  .main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    top: -94px;
  }

  .div-block {
    margin-top: -75px;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-pane-tab-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-pane-tab-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

@media screen and (max-width: 479px) {
  .main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    top: -10px;
  }

  .div-block {
    margin-top: -120px;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-pane-tab-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-pane-tab-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-6 {
    padding-top: 1px;
  }
}

