html, body {
  background: #fff;
  height: 100%;
}

html, body, input, select, textarea, button {
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #000;
  text-align: right;
  direction: rtl;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

picture {
  display: block;
  line-height: 0;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #128fff;
}

b, strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.hidden {
  display: none;
}

[class^=mobile-], [class*=" mobile-"], .sm-resp-show {
  display: none;
}

.container {
  overflow: hidden;
  padding-top: 0;
  min-height: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.container, .container > .woocommerce {
  display: flex;
  flex-direction: column;
}
.container .inner {
  max-width: 1714px;
  margin: 0 auto;
}
.container > .woocommerce {
  flex-grow: 1;
}

@media all and (max-width: 768px) {
  [class^=desktop-], [class*=" desktop-"] {
    display: none;
  }
  [class^=mobile-], [class*=" mobile-"] {
    display: block;
  }
  .container {
    padding-top: 0;
  }
  .container .inner {
    width: auto;
    max-width: 768px;
    padding: 0 10px;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1860px) and (min-width: 769px) {
  .container .inner {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }
}
body:not(.home) .stretch-middle {
  padding: 30px 0 50px;
}

.stretch-middle {
  flex-grow: 1;
}

.st-button {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 60px;
  max-width: 500px;
  background: #ccc;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.st-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}
.breadcrumbs, .breadcrumbs a {
  color: #a2a2a2;
}

.simple-page .inner {
  padding: 0 0 50px;
}
.simple-page .breadcrumbs, .simple-page .block-title {
  margin-bottom: 30px;
}/*# sourceMappingURL=theme.css.map */