body {
  background-image: none;
  background-position: 0% 0%;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
	margin-bottom: 5px;
	padding-right: 20px;
	color: rgba(0, 0, 0, 0.45);
	font-size: 15px;
	line-height: 1.9em;
	font-weight: 400;
	letter-spacing: 1px;
}
a {
  color: #00e;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.wrapper {
  margin-right: 60px;
  margin-left: 60px;
}
.wrapper.inner {
  display: block;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  text-align: center;
}
.brand-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
}
.navmenu {
  display: inline-block;
  float: none;
}
.navlink {
  margin-right: 26px;
  margin-left: 28px;
  padding: 8px 0px 6px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #333;
  font-weight: 700;
  letter-spacing: 4px;
}
.navlink:hover {
  border-bottom-color: #333;
  color: #333;
}
.navlink.w--current {
  border-color: #333;
  color: #333;
}
.navlink.selected {
  border-color: #333;
}
.brand {
  position: absolute;
  left: 0px;
  top: 15px;
  display: inline-block;
  height: 20px;
}
.right-menu {
  position: absolute;
  top: 30px;
  right: 0px;
  display: inline-block;
}
.menu-button {
  margin-right: -5px;
  padding: 15px 5px 14px;
  color: #333;
  text-decoration: none;
}
.icon-button {
  font-size: 32px;
}
.body {
  margin-top: 195px;
}
.categories-menu {
  text-align: center;
}
.categories-list {
  display: inline-block;
  padding-left: 0px;
}
.category-item {
  display: inline-block;
}
.category-link {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #969696;
  font-weight: 700;
  letter-spacing: 4px;
}
.category-link:hover {
  border-bottom-color: #333;
}
.category-link.selected {
  margin-bottom: 8px;
  border-bottom-color: #333;
  color: #333;
}
.grid {
  margin-top: 76px;
  margin-right: -10px;
  margin-left: -10px;
}
.grid.inner {
  margin-top: -20px;
}
.cell {
  width: 33.333%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  float: left;
}
.cell.last {
  padding-right: 0px;
}
.cell-link {
  width: 100%;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.cell-link:hover {
  opacity: 0.6;
}
.cell-image {
  width: 100%;
}
.meta-product {
  height: 105px;
  padding-top: 28px;
  text-align: center;
}
.title-product {
  display: block;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}
.title-product.details-page {
  margin-top: 30px;
  font-weight: 700;
}
.price-product {
  display: block;
  padding-top: 4px;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
}
.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.copyright {
  display: inline-block;
  color: #969696;
  font-weight: 500;
  letter-spacing: 2px;
}
.social-media {
  display: inline-block;
  float: right;
  color: #333;
  font-size: 14px;
}
.icon.ion-bag {
  color: #333;
  font-size: 20px;
}
.social-icon {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  color: #333;
  font-size: 18px;
}
.menu-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  background-color: #fefefe;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
.menu-list {
  text-align: center;
}
.secondary-menu {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.social-menu {
  text-align: center;
}
.menu-container {
  display: inline-block;
  padding-left: 0px;
  list-style-type: none;
}
.menu-link {
  margin-bottom: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #333;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 5px;
}
.menu-link:hover {
  background-color: #333;
  color: white;
}
.menu-link.w--current {
  color: rgba(0, 0, 0, 0.2);
}
.menu-link.w--current:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
}
.secondary-menu-list {
  display: inline-block;
  margin-bottom: 50px;
  padding-left: 0px;
  list-style-type: none;
}
.secondary-item {
  display: inline-block;
}
.secondary-link {
  padding: 0px 10px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 9px;
  letter-spacing: 7px;
}
.secondary-link.w--current {
  color: #b8b8b8;
}
.separator {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #333;
}
.social-container {
  display: inline-block;
}
.bar-menu-top {
  width: 27px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #333;
}
.bar-menu-midddle {
  width: 27px;
  height: 2px;
  background-color: #333;
}
.page-title {
  margin-bottom: 120px;
}
.page-title.inner {
  margin-bottom: 100px;
}
.h1-page {
  color: #a3a3a3;
  font-size: 25px;
  line-height: 1.6em;
  font-weight: 100;
  text-align: center;
  letter-spacing: 5px;
}
.hero-home {
  color: #dbdbdb;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 200;
  text-align: center;
}
.icon-cart {
  position: relative;
  top: -14px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.link-cart {
  display: inline-block;
}
.inner-titles {
  padding-top: 58px;
  font-size: 47px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}
.inner-titles.smaller {
  padding-top: 85px;
  color: #333;
  font-size: 27px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: left;
}
.inner-titles.smaller.no-p-t {
  padding-top: 0px;
}
.inner-titles.smaller.less-pading-top {
  padding-top: 20px;
}
.inner-titles.blog-post-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.sub-title-page {
  margin-top: 15px;
  color: #bdbdbd;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 4px;
}
.hero-page-image {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 350px;
	clear: both;
}
.wrapper-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}
.wrapper-text.body-text {
  margin-right: 0px;
  margin-left: 0px;
}
.button-link {
  display: inline-block;
  padding: 8px 20px 6px;
  border: 2px solid #333;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #333;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
}
.button-link:hover {
  background-color: #333;
  color: white;
}
.button-link.home-button {
	position: absolute;
	right: 1526px;
	bottom: 96px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 12px;
	text-align: center;
	letter-spacing: 10px;
}
.button-link.home-button:hover {
	background-color: #333;
	color: #FFFFFF;
}
.button-link.submit-button {
  margin-top: 10px;
  background-color: transparent;
  font-size: 11px;
}
.button-link.submit-button:hover {
  background-color: #333;
}
.blog-image {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 400px;
  margin-right: 40px;
  padding-top: 30px;
}
.blog-row {
  margin-bottom: 80px;
}
.home-page {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/frontimage.jpg');
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.mask {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.89);
}
.home-title {
  position: relative;
  top: 43%;
  z-index: 2;
  font-size: 225px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 75px;
}
.sharing {
  text-align: center;
}
.social-box {
  margin-right: 30px;
  float: left;
}
.social-box.last {
  margin-right: 0px;
}
.sharing-middle {
  display: inline-block;
}
.title-product-details {
  margin-top: 0px;
  font-size: 31px;
  font-weight: 300;
}
.product-image {
  margin-right: 20px;
  margin-bottom: 20px;
}
.product-description {
	width: 80%;
	text-align: left;
}
.separator01 {
  height: 50px;
}
.submit-form {
  margin-right: 20px;
}
.label {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.input {
  margin-bottom: 30px;
  border: 1px solid #333;
  font-size: 13px;
  letter-spacing: 1px;
}
.form-fields {
  padding-top: 20px;
}
.address {
  margin-top: 55px;
  margin-left: 40px;
}
.bold {
  color: rgba(0, 0, 0, 0.78);
  font-size: 13px;
  letter-spacing: 2px;
}
.address-p {
  font-size: 14px;
}
.cart-baloon {
  position: absolute;
  background-color: #333;
}
.text-cart {
  width: 140px;
  margin-left: -40px;
  padding: 20px;
  color: #e8e8e8;
}
.cart-products {
  float: left;
}
html.w-mod-js *[data-ix="fadein1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
html.w-mod-js *[data-ix="fadein-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
html.w-mod-js *[data-ix="fadein-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
html.w-mod-js *[data-ix="fadein-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
html.w-mod-js *[data-ix="fadein-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
html.w-mod-js *[data-ix="fadein-7"] {
  opacity: 0;
}
@media (max-width: 991px) {
  .wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }
  .navbar {
    margin-right: 40px;
    margin-left: 40px;
  }
  .button-link.home-button {
    right: 50%;
    background-color: #333;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
    color: white;
  }
  .button-link.home-button:hover {
    border-color: transparent;
    background-color: white;
    color: #333;
  }
  .blog-image {
    margin-right: 20px;
  }
  .product-description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .navbar {
    margin-right: 20px;
    margin-left: 20px;
  }
  .navmenu {
    display: none;
  }
  .brand {
    top: 30px;
    padding-left: 0px;
  }
  .right-menu {
    top: 20px;
  }
  .cell {
    width: 50%;
  }
  .inner-titles.blog-post-title {
    margin-bottom: -30px;
    font-size: 38px;
  }
  .button-link:hover {
    background-color: #333;
    color: white;
  }
  .button-link.home-button {
    padding-bottom: 8px;
  }
  .blog-image {
    margin-right: 0px;
  }
  .product-image {
    margin-right: 0px;
  }
  .submit-form {
    margin-right: 0px;
  }
  .address {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .navlink {
    display: none;
  }
  .brand {
    top: 20px;
  }
  .right-menu {
    top: 10px;
  }
  .menu-button {
    margin-right: -4px;
  }
  .cell {
    width: 100%;
  }
  .menu-overlay {
    padding-top: 100px;
  }
  .h1-page {
    font-size: 20px;
  }
  .inner-titles {
    font-size: 41px;
  }
  .hero-page-image {
    height: 200px;
  }
  .wrapper-text {
    width: 85%;
  }
}

.menu-overlay:before{
  content: '';
}
