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;
  margin-bottom: 20px;
  background-color: #fff;
  line-height: 80px;
}

.navbar-link {
  margin-left: 30px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #7a5f06;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.navbar-link.w--current {
  font-family: Exo, sans-serif;
  color: #7a5f06;
  font-weight: 500;
}

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

.main {
  padding-top: 35px;
  padding-bottom: 0px;
}

.header {
  background-color: #fff;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

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

.category-nav-link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  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: #222;
}

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

.product {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.product:hover {
  opacity: 0.85;
}

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

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

.product-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.product-price {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

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

.product-detail-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 30px;
}

.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-size: 22px;
  line-height: 22px;
  font-weight: 300;
}

.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;
  padding-right: 5px;
}

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

.image {
  margin-top: -76px;
  padding-top: 0px;
}

.div-block {
  position: relative;
  top: -140px;
}

.heading {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.column {
  text-align: right;
}

.link {
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.link-2 {
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.heading-2 {
  margin-top: 30px;
  font-family: Exo, sans-serif;
  color: #7a5f06;
  font-size: 30px;
  text-align: center;
}

.heading-3 {
  font-family: Exo, sans-serif;
  text-align: center;
}

.section {
  background-color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.paragraph {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.paragraph-2 {
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.section-2 {
  margin-top: 136px;
  background-color: #d4d4d4;
}

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

.paragraph-3 {
  border-bottom: 1px none #7a5f06;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #7a5f06;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.section-3 {
  background-color: #000;
}

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

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

.text-block-2 {
  position: relative;
  left: 8px;
  top: -20px;
  right: 17px;
  font-family: Exo, sans-serif;
  color: #7a5f06;
  font-weight: 500;
  letter-spacing: 2px;
}

.icon {
  top: -44px;
  right: -34px;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-right: 9px;
  padding-bottom: 0px;
}

.dropdown {
  margin-bottom: -30px;
}

.dropdown-list {
  top: 0px;
}

.dropdown-list.w--open {
  top: 53px;
  right: -14px;
}

.dropdown-link {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.dropdown-link-2 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.dropdown-link-3 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.dropdown-link-4 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.paragraph-6 {
  margin-bottom: -80px;
  color: #000;
  font-weight: 300;
}

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

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

.collection-item {
  padding-top: 0px;
  padding-bottom: 1019px;
}

.body {
  margin-top: 0px;
}

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

.submit-button {
  border: 1px none #000;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  background-color: #7a5f06;
}

@media (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;
  }
  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-links {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .brand {
    margin-left: 10px;
  }
  .menu-button {
    margin-right: 0px;
  }
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

