body {
  background-image: none;
  background-position: 0% 0%;
  font-family: Roboto, sans-serif;
  color: #1c2940;
  font-size: 12px;
  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: #1c2940;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 1px;
}
a {
  color: #1c2940;
}
.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;
}
.w-nav-brand {
  color: #ffffff;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding: 30px 0;
  
  background-color: #1c2940;
  
  text-align: center;
}
.brand-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4px;
}
.navmenu {
  display: inline-block;
  float: none;
}
.navlink {
  margin-right: 16px;
  margin-left: 18px;
  padding: 8px 0px 6px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 4px;
}
.navlink:hover {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.navlink.w--current {
  border-color: #ffffff;
  color: #ffffff;
}
.navlink.selected {
  border-color: #ffffff;
}
.brand {
  position: absolute;
  left: 30px;
  top: 40px;
  display: inline-block;
  height: 20px;
}
.right-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
}
.menu-button {
  margin-right: -5px;
  padding: 15px 5px 14px;
  color: #ffffff;
  text-decoration: none;
}
.icon-button {
  font-size: 32px;
}
.body {
  margin-top: 180px;
}
.categories-menu {
  text-align: center;
}
.categories-list {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.category-item {
  display: inline-block;
}
.category-link {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #1c2940;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
}
.category-link:hover {
  border-bottom-color: #1c2940;
}
.category-link.selected {
  margin-bottom: 8px;
  border-bottom-color: #1c2940;
  color: #1c2940;
}
.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: 10px;
  text-align: center;
}
.title-product {
  display: block;
  color: #1c2940;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}
.title-product.details-page {
  margin-top: 30px;
  font-weight: 600;
}
.price-product {
  display: block;
  padding-top: 4px;
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
}
.price-product s {
  font-size: 13px;
  color: #E2E2E2;
}
.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: #ffffff;
  font-size: 20px;
}
.social-icon {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  color: #ffffff;
  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: #1c2940;
  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: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
}
.menu-link:hover {
  background-color: #1c2940;
  color: white;
}
.menu-link.w--current {
  color: #ffffff;
}
.menu-link.w--current:hover {
  background-color: transparent;
  color: #ffffff;
}
.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: #ffffff;
  font-size: 9px;
  letter-spacing: 7px;
}
.secondary-link.w--current {
  color: #ffffff;
}
.separator {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-left: 6px;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.social-container {
  display: inline-block;
}
.bar-menu-top {
  width: 27px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #ffffff;
}
.bar-menu-midddle {
  width: 27px;
  height: 2px;
  background-color: #ffffff;
}
.page-title {
  margin-bottom: 70px;
}
.page-title.inner {
  margin-bottom: 50px;
}
.h1-page {
  color:  #1c2940;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}
.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: 8px;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}
.inner-titles.smaller, .inner-titles.smaller a {
  padding-top: 85px;
  color: #333;
  font-size: 27px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}
.inner-titles.smaller a:hover {
  border-bottom: 1px solid #333
}
.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: 1px solid #333;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #333;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  background: #fff;
}
.button-link:hover {
  background-color: #333;
  color: white;
}
.button-link.home-button {
  position: absolute;
  right: 100px;
  bottom: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 12px;
  text-align: center;
  letter-spacing: 6px;
  
  background-color: #1c2940;
  
  color: #ffffff;
  border: 2px solid #ffffff;
  
}
.button-link.home-button:hover {
  background-color: #1c2940; <!--#ffffff;-->
  color: white;
}
.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-list {
  padding-bottom: 80px;
}
.blog-row {
  margin-bottom: 60px;
}
.blog-row p {
  text-align: justify;
  font-weight: 300;
}
.home-page {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('mainpage_background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.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: 14px;
  font-weight: 400;
  color: #f01c20;
}
.title-product-details .old-price {
  /*color: #d4d4d4;*/
  padding-left: 15px;
  font-size: 14px;
  color: #1c2940;
}
.product-image {
  margin-right: 20px;
  margin-bottom: 20px;
  
}

.gallery-preview_list{
  display: block;
  margin-top: 20px;
}

.gallery-preview_list li {
	list-style: none;
	display: block;
	float: left;
	width: 90px;
}


.product-description {
  width: 80%;
  text-align: justify;
  padding-bottom: 35px;
}
.product-description hr {
  margin-top: 25px;
  margin-right: 25px;
  border: 1px solid #eee;
}

.ts-fonts {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
}

.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;
  color: #ffffff;
}
.cart-row {
  margin-bottom: 40px;
}
.cart-price {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
}
.cart-image {
  padding: 0 10px!important;
}
.cart-title {
  padding-left: 20px!important;
}
.cart-delete-item {
  color: #8c8b8b;
  text-decoration: none; 
  letter-spacing: 2px;
}
.cart-delete-item:hover {
  color: #000;
}
.opt-quontity input[type="text"] {
  width: 75px;
  height: 26px;
  text-align: center;
}
.opt-quontity .button-link {
  border: 1px solid #777;
  cursor: pointer;
  letter-spacing: 0;
  padding: 2px 10px;
}
.pagination {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}
.pagination a {
  display: inline-block;
  width: 36px;
  padding: 6px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #333;
  font-size: 12px;
  font-weight: 700;
  color: #696969;
  margin-right: 10px;
}
.pagination a.active,
.pagination a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

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

.text-right {
  text-align: right;
}


@media (max-width: 1688px) {
  .set #registered_client{
	border-left: none;
    float: left;
    padding-left: 0px;
    width: 405px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }
  .navbar {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button-link.home-button {
    right: 50%;
    background-color: #1c2940;;
    -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: #1c2940;
    color: white;
  }
  .blog-image {
    margin-right: 20px;
  }
  .product-description {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .set-sidebar .set-list{
  	display: none;
  }
  input#create_order{
  margin-left: 0px !important;
  }
  #order_form{
  width: 405px;
  }
  .navbar {
    height: 80px;
  }
  .navmenu {
    display: none;
  }
  .brand {
    top: 30px;
    padding-left: 0px;
  }
  .right-menu {
    top: 20px;
  }
  .wrapper-text{
  position: relative !important;
  }
  .set-sidebar{
  	position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
  }
  .set-title, .set-meta{
  	padding: 10px 20px !important;
  }
  .set{
  margin-top: 180px !important;
  }
}

@media (max-width: 767px) {
  .wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .navbar {
    margin-right: 0px;
    margin-left: 0px;
    height: 80px;
  }
  .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;
  }
  #cartform .w-col.w-col-6.w-col-offset-6.text-right{
  	margin: 0px;
    float: left;
  }
}
@media (max-width: 485px) {
#order_form{
  width: 300px;
  }
.set #registered_client, #regular_client{
    width: 300px !important;
  }
  .field-label{
  display: block;
    width: 100%;
  }
  .field .field-content textarea{
  width: 250px !important;
  }
  
  }
}

@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: '';
}

.msg {
  border:1px solid #E8EEF3; 
  background:#EFF3FA; 
  color:#7B9FB6; 
  padding:15px; 
  margin:15px 10%; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.msg-alert {
  border:1px solid #f2d0b8; 
  background:#faefe7; 
  color:#893c3c; 
}
      
.msg-success {
  border:1px solid #cee4c6; 
  background:#dcefd5; 
  color:#3b5531; 
}
.logo-footer-social {
  float: right;
  text-align: right;
  font-size: 10px;
}
.logo-studio {
  float: right;
  text-align: right;
  font-size: 10px;
}

.logo-studio a {
  display: block;
  background: url(logo_big_grey.png) left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 135px;
  height: 12px;
  text-indent: -9999px;
  font-size: 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

#cartform p {
  padding: 0px;
  margin-bottom: 35px;
}

#add_product_notification {
 	padding: 30px;
	background: #fff;
	border: 1px solid #333;
	overflow: hidden;
  	font-size: 11px!important;
  	text-transform: uppercase;
  	font-weight: 500;
  	letter-spacing: 3px;
}
#add_product_notification .margin {margin: 0 10px;}
#own_preloader {
  z-index: 10000;
  text-align: center;
  vertical-align: middle;
  width: 390px;
  height: 106px;
}
@media (max-width: 427px) {
.set-sidebar{
    top: 40px;
    left: 0px; 
  }
}

/*insalesthemes 07/05*/
.input--error > .input-field {
	border-color: #ebccd1;
    background-color: #f2dede;
}
.review_form-input input { 
    margin-bottom: 15px;
    border: 1px solid #333; 
    font-size: 13px;
    letter-spacing: 1px;
  	outline: none;
    
    padding: 5px 5px 5px 10px;
    width: 100%;
}
.review_form-input textarea {
	outline: none;
   
    padding: 5px 5px 5px 10px;
    width: 100%;
}
#reviews ul {
	margin: 0px;
  	padding: 0px;
  	list-style: none;
}
.review-details {    
    font-style: italic;
    font-size: 12px;
    opacity: 0.5;
    display: inline-block;
    margin: 0 0 6px 0;
    letter-spacing: 2px;
}
.review-content {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.input-captcha { margin-bottom: 15px; }
.review_form-submit {
  	display: inline-block;
    padding: 8px 20px 6px;
    border: 1px solid #333;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    color: #333;
    font-weight: 500;
    letter-spacing: 4px;
    text-decoration: none;
    background: #fff;
  	outline: none;
}
.notice--warning {
	display: none;
}
.input--error .notice--warning {
	display: inline-block;
  	transition: opacity 500 ease-in-out;
}
#loader {
  	transition: opacity 500 ease-in-out;
}
#reviews {
    float: left;
    max-width: 380px;
    width: 100%;
}
#reviews h3 { font-weight: 300; font-size: 18px; letter-spacing: 2px;}
#review_form {
    float: left;
    max-width: 420px;
    width: 100%;
}
#review_form h3 { font-weight: 300; font-size: 18px; letter-spacing: 2px;}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

