@font-face {
  font-family: "PT Sans";
  src: "/PTSans-Regular.ttf";
  src: "/PTSans-Regular.ttf" format("embedded-opentype"), "/PTSans-Regular.ttf" format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*Magnific Popup*/
/* line 3, app/assets/stylesheets/components/_basic.scss */
html {
  background-color: #ffffff;
  font-size: 62.5%;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/components/_basic.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 14, app/assets/stylesheets/components/_basic.scss */
*,
::after,
::before {
  box-sizing: border-box;
}

/* line 20, app/assets/stylesheets/components/_basic.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/components/_basic.scss */
body {
  color: #444444;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 35, app/assets/stylesheets/components/_basic.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans";
}

/* line 44, app/assets/stylesheets/components/_basic.scss */
button,
input,
select,
textarea {
  color: #444444;
  font-family: "PT Sans";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 55, app/assets/stylesheets/components/_basic.scss */
select {
  border: 1px solid #dfdfdf;
  border-radius: 0;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 7 4'><path fill='rgb(103,103,103)' d='M.82 0L3.5 2.481 6.18 0 7 .76 3.5 4 0 .76z' fill-rule='evenodd'></path></svg>");
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 8px;
  font-size: 1.5rem;
}

/* line 70, app/assets/stylesheets/components/_basic.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 3px 20px 3px;
}

/* line 78, app/assets/stylesheets/components/_basic.scss */
.mfp-galleryContainer img {
  position: relative;
}

/* line 83, app/assets/stylesheets/components/_basic.scss */
svg {
  fill: currentColor;
}

/* line 87, app/assets/stylesheets/components/_basic.scss */
.img_border_light-gray {
  border: 1px solid #efefef;
}

/* line 91, app/assets/stylesheets/components/_basic.scss */
.cursor-zoom {
  cursor: zoom-in;
}

/* line 95, app/assets/stylesheets/components/_basic.scss */
.btn,
button {
  display: inline-block;
  transition: all .3s;
  color: inherit;
  font-family: "PT Sans";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/components/_basic.scss */
.btn-text {
  color: #7bae23;
  font-weight: 700;
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/components/_basic.scss */
.btn-text:hover {
  opacity: .85;
}

/* line 120, app/assets/stylesheets/components/_basic.scss */
.btn-default {
  padding: 1.2rem 3rem;
  border: 2px solid #444645;
  background-color: transparent;
  color: #444645;
}

/* line 126, app/assets/stylesheets/components/_basic.scss */
.btn-default.active, .btn-default:hover {
  border-color: #7bae23 !important;
  background-color: #7bae23 !important;
  color: #ffffff !important;
}

/* line 132, app/assets/stylesheets/components/_basic.scss */
.btn-default.active svg, .btn-default:hover svg {
  fill: #ffffff !important;
}

/* line 136, app/assets/stylesheets/components/_basic.scss */
.btn-add-cart {
  padding: 0 10px;
  height: 3.7rem;
  background-color: white;
}

/* line 142, app/assets/stylesheets/components/_basic.scss */
.btn-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: none;
}

/* line 149, app/assets/stylesheets/components/_basic.scss */
.btn-icon svg {
  width: 1.9rem;
  margin-right: .8rem;
}

/* line 155, app/assets/stylesheets/components/_basic.scss */
.image-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  object-fit: cover;
}

/* line 170, app/assets/stylesheets/components/_basic.scss */
.img-wide {
  max-width: 100%;
}

/* line 175, app/assets/stylesheets/components/_basic.scss */
.placeholder {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  object-fit: cover;
}

/* line 190, app/assets/stylesheets/components/_basic.scss */
.highlight {
  margin: 30px 0;
  padding: 0 18px;
  border-left: 4px solid #7bae23;
  color: #444444;
  font-size: 1.5rem;
  line-height: 24px;
}

/* line 198, app/assets/stylesheets/components/_basic.scss */
.highlight h2 {
  margin-bottom: 6px;
  font-size: 1.5rem;
}

/* line 203, app/assets/stylesheets/components/_basic.scss */
.highlight li {
  margin-bottom: 3px;
  margin-left: 18px;
  font-family: Arial, sans-serif;
}

/* line 210, app/assets/stylesheets/components/_basic.scss */
.cursor-zoom {
  cursor: zoom-in;
}

@keyframes moveDown {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes animateStroke {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #e84c3d;
  }
  100% {
    border-color: #ffffff;
  }
}

/* line 235, app/assets/stylesheets/components/_basic.scss */
.fade-appear {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0;
  transition: transform .72s ease-in, opacity .2s ease-in;
}

/* line 241, app/assets/stylesheets/components/_basic.scss */
.fade-appear.finished {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* line 248, app/assets/stylesheets/components/_basic.scss */
.transform-appear {
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: transform .72s ease-in, margin-top .72s ease-in;
  backface-visibility: hidden;
  margin-top: 60rem;
}

/* line 255, app/assets/stylesheets/components/_basic.scss */
.transform-appear.finished {
  transform: scale(1);
  -webkit-transform: scale(1);
  margin-top: 0;
}

/* line 262, app/assets/stylesheets/components/_basic.scss */
.spinner,
.result-loading {
  background-color: rgba(250, 255, 255, 0.65);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

/* line 270, app/assets/stylesheets/components/_basic.scss */
.spinner.active,
.result-loading.active {
  opacity: 0.7;
  visibility: visible;
}

/* line 275, app/assets/stylesheets/components/_basic.scss */
.spinner::before,
.result-loading::before {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #111;
  border-bottom-color: #111;
  content: '';
  animation: rotate 1.25s ease infinite;
}

/* line 290, app/assets/stylesheets/components/_basic.scss */
.result-loading {
  position: absolute;
  top: -1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 297, app/assets/stylesheets/components/_basic.scss */
.result-loading::before {
  top: 30rem;
}

/* line 302, app/assets/stylesheets/components/_basic.scss */
.grid-items__1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* line 302, app/assets/stylesheets/components/_basic.scss */
.grid-items__2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* line 302, app/assets/stylesheets/components/_basic.scss */
.grid-items__3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* line 302, app/assets/stylesheets/components/_basic.scss */
.grid-items__4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* line 302, app/assets/stylesheets/components/_basic.scss */
.grid-items__5 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* line 302, app/assets/stylesheets/components/_basic.scss */
.grid-items__6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* line 311, app/assets/stylesheets/components/_basic.scss */
.mobile-sidebar-toggler {
  display: none;
}

/* line 314, app/assets/stylesheets/components/_basic.scss */
#toPageTop {
  position: fixed;
  right: -5rem;
  bottom: 4rem;
  width: 2.7rem;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  cursor: pointer;
  transition: opacity .55s, right .65s;
}

/* line 325, app/assets/stylesheets/components/_basic.scss */
#toPageTop.visible {
  right: 4rem;
  opacity: 1;
  visibility: visible;
}

/* line 331, app/assets/stylesheets/components/_basic.scss */
#toPageTop:before {
  display: block;
  content: '';
  width: 2.1rem;
  margin: 0 auto;
  padding-top: 1rem;
  border-top: 2px solid #575757;
}

/* line 340, app/assets/stylesheets/components/_basic.scss */
#toPageTop svg {
  width: 2.7rem;
  fill: #575757;
}

/* line 346, app/assets/stylesheets/components/_basic.scss */
.main-content {
  width: 100%;
  position: relative;
}

/* line 350, app/assets/stylesheets/components/_basic.scss */
.main-content p,
.main-content span,
.main-content a {
  font-family: Arial, sans-serif;
}

/* line 356, app/assets/stylesheets/components/_basic.scss */
.main-content p,
.main-content li {
  line-height: 2.7rem;
}

/* line 361, app/assets/stylesheets/components/_basic.scss */
.main-content p {
  margin-top: 2rem;
}

/* line 365, app/assets/stylesheets/components/_basic.scss */
.main-content li {
  margin-left: 2.5rem;
}

/* line 370, app/assets/stylesheets/components/_basic.scss */
.page-title {
  margin: 7px 0;
  color: #3b3b3b;
  font-size: 2.8rem;
}

/* line 376, app/assets/stylesheets/components/_basic.scss */
section {
  margin-top: 4rem;
  margin-bottom: 9rem;
}

/* line 380, app/assets/stylesheets/components/_basic.scss */
section .highlight {
  font-style: italic;
  background: #f7f7f7;
  padding: 10px 18px;
}

/* line 387, app/assets/stylesheets/components/_basic.scss */
.block {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

/* line 392, app/assets/stylesheets/components/_basic.scss */
.block-title {
  margin-bottom: 3rem;
  padding-left: 1rem;
  color: #413f3f;
  font-family: "PT Sans";
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
}

/* line 403, app/assets/stylesheets/components/_basic.scss */
.block-title::before {
  display: inline-block;
  position: relative;
  bottom: -1px;
  left: -1rem;
  width: .4rem;
  height: 1.4rem;
  content: '';
  background-color: #7bae23;
}

/* line 415, app/assets/stylesheets/components/_basic.scss */
.content-block {
  padding: 3rem 0;
}

/* line 419, app/assets/stylesheets/components/_basic.scss */
.description {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  letter-spacing: .024em;
  line-height: 2.7rem;
}

/* line 427, app/assets/stylesheets/components/_basic.scss */
.template-welcome .btn-default {
  margin-top: 3rem;
}

/* line 432, app/assets/stylesheets/components/_basic.scss */
.order-list {
  margin-left: 10px;
}

/* line 435, app/assets/stylesheets/components/_basic.scss */
.order-list li {
  margin: 5px;
}

/* line 440, app/assets/stylesheets/components/_basic.scss */
.image-container {
  max-width: 100%;
  margin: 10px 0;
}

/* line 444, app/assets/stylesheets/components/_basic.scss */
.image-container .open-views {
  display: inline;
}

/* line 449, app/assets/stylesheets/components/_basic.scss */
.img_tall {
  max-width: 600px;
}

/* line 453, app/assets/stylesheets/components/_basic.scss */
.footer__welcome {
  margin-top: 32px;
}

/* line 456, app/assets/stylesheets/components/_basic.scss */
.footer__welcome .btn {
  margin-top: 18px;
}

/* line 461, app/assets/stylesheets/components/_basic.scss */
.img-desc {
  margin-top: 30px;
}

/* line 464, app/assets/stylesheets/components/_basic.scss */
.img-desc li {
  margin: 9px 0;
}

/* line 470, app/assets/stylesheets/components/_basic.scss */
.medium-8 hr {
  margin: 10px 0;
}

/* line 475, app/assets/stylesheets/components/_basic.scss */
.icon-name {
  display: block;
}

/* line 479, app/assets/stylesheets/components/_basic.scss */
.icons-list .icon-wrapper {
  width: 160px;
  padding-bottom: 32px;
}

/* line 484, app/assets/stylesheets/components/_basic.scss */
.icon-wrapper svg {
  width: 24px;
  height: 36px;
}

/* line 489, app/assets/stylesheets/components/_basic.scss */
.icon-avatar svg {
  width: auto;
  height: auto;
}

/* line 494, app/assets/stylesheets/components/_basic.scss */
.config-title {
  margin: 1.5rem 0 .8rem;
}

/* line 498, app/assets/stylesheets/components/_basic.scss */
.config-details {
  text-align: left;
  border-collapse: collapse;
}

/* line 502, app/assets/stylesheets/components/_basic.scss */
.config-details tr:nth-of-type(odd) {
  background-color: #ededed;
}

/* line 506, app/assets/stylesheets/components/_basic.scss */
.config-details th, .config-details td {
  padding: .8rem;
  border: 1px solid #dee2e6;
}

/* line 512, app/assets/stylesheets/components/_basic.scss */
.preview-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 0;
  width: 80px;
  height: 36px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/* line 528, app/assets/stylesheets/components/_basic.scss */
.preview-label.new {
  background-color: #2c79fd;
  color: #ffffff;
}

/* line 534, app/assets/stylesheets/components/_basic.scss */
.open-views {
  display: inline-flex;
  align-items: center;
  transition: opacity .35s;
  opacity: 1;
}

/* line 540, app/assets/stylesheets/components/_basic.scss */
.open-views svg {
  margin-left: 5px;
}

/* line 544, app/assets/stylesheets/components/_basic.scss */
.open-views.icon-expand::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 215.35 215.35' fill='rgb(123,174,35)'><g><path d='M7.5,65.088c4.143,0,7.5-3.358,7.5-7.5V25.61l48.305,48.295c1.465,1.464,3.384,2.196,5.303,2.196 c1.92,0,3.84-0.732,5.304-2.197c2.929-2.929,2.929-7.678-0.001-10.606L25.604,15.002h31.985c4.142,0,7.5-3.358,7.5-7.5 c0-4.142-3.357-7.5-7.5-7.5H7.5c-4.143,0-7.5,3.358-7.5,7.5v50.087C0,61.73,3.357,65.088,7.5,65.088z'/><path d='M207.85,150.262c-4.143,0-7.5,3.358-7.5,7.5v31.979l-49.792-49.792c-2.93-2.929-7.678-2.929-10.607,0 c-2.929,2.929-2.929,7.678,0,10.606l49.791,49.791h-31.977c-4.143,0-7.5,3.358-7.5,7.5c0,4.142,3.357,7.5,7.5,7.5h50.086 c4.143,0,7.5-3.358,7.5-7.5v-50.084C215.35,153.62,211.992,150.262,207.85,150.262z'/><path d='M64.792,139.949L15.005,189.74v-31.978c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v50.086c0,4.142,3.357,7.5,7.5,7.5 h50.084c4.142,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H25.611l49.788-49.793c2.929-2.929,2.929-7.678-0.001-10.607 C72.471,137.02,67.722,137.02,64.792,139.949z'/><path d='M207.85,0.002h-50.086c-4.143,0-7.5,3.358-7.5,7.5c0,4.142,3.357,7.5,7.5,7.5h31.979l-48.298,48.301 c-2.929,2.929-2.929,7.678,0.001,10.607c1.464,1.464,3.384,2.196,5.303,2.196c1.919,0,3.839-0.733,5.304-2.197l48.298-48.301v31.98 c0,4.142,3.357,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5V7.502C215.35,3.359,211.992,0.002,207.85,0.002z'/></g></svg>");
  background-repeat: no-repeat;
}

/* line 554, app/assets/stylesheets/components/_basic.scss */
.open-views:hover {
  opacity: .85;
}

/* line 559, app/assets/stylesheets/components/_basic.scss */
.tb-settings {
  width: 100%;
  border-collapse: collapse;
}

/* line 563, app/assets/stylesheets/components/_basic.scss */
.tb-settings td,
.tb-settings th {
  padding: 12px 15px;
  border: 1px solid #efefef;
  text-align: left;
}

/* line 570, app/assets/stylesheets/components/_basic.scss */
.tb-settings th {
  white-space: nowrap;
}

/* line 574, app/assets/stylesheets/components/_basic.scss */
.tb-settings tr:nth-child(even) {
  background-color: #fdfdfd;
}

/* line 578, app/assets/stylesheets/components/_basic.scss */
.tb-settings thead th {
  text-align: center;
}

/* line 582, app/assets/stylesheets/components/_basic.scss */
.tb-settings ul {
  margin-top: .8rem;
  margin-left: 1.6rem;
  font-size: 1.3rem;
}

/* line 588, app/assets/stylesheets/components/_basic.scss */
.tb-settings li {
  line-height: 1.3;
}

/* line 592, app/assets/stylesheets/components/_basic.scss */
.tb-settings .open-views {
  float: right;
}

/* line 596, app/assets/stylesheets/components/_basic.scss */
.tb-settings .icon-wrapper {
  margin-right: 35px;
  margin-bottom: 12px;
}

/* line 602, app/assets/stylesheets/components/_basic.scss */
.image-gallery {
  display: none;
}

/* line 606, app/assets/stylesheets/components/_basic.scss */
.animate-area {
  position: relative;
}

/* line 609, app/assets/stylesheets/components/_basic.scss */
.animate-area::before {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 2px solid #ffffff;
  animation: animateStroke .9s ease infinite;
  content: '';
  z-index: 1;
}

/* line 623, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart {
  animation-duration: 1s;
  transform-origin: center bottom;
}

/* line 627, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart.vnd-cart-btn-bounce {
  animation-name: bounce;
}

/* line 628, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart.vnd-cart-btn-flash {
  animation-name: flash;
}

/* line 629, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart.vnd-cart-btn-head-shake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

/* line 633, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart.vnd-cart-btn-jello {
  animation-name: jello;
}

/* line 634, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart.vnd-cart-btn-pulse {
  animation-name: pulse;
}

/* line 635, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart.vnd-cart-btn-shake-x {
  animation-name: shakeX;
}

/* line 636, app/assets/stylesheets/components/_basic.scss */
.btn-anm-cart.vnd-cart-btn-shake-y {
  animation-name: shakeY;
}

/* line 639, app/assets/stylesheets/components/_basic.scss */
.ul-in-desc {
  padding-left: 1.5em;
}

/* line 1, app/assets/stylesheets/components/_footer.scss */
footer {
  background-color: #ffffff;
}

/* line 4, app/assets/stylesheets/components/_footer.scss */
footer .footer-links li:last-child {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/components/_footer.scss */
.footer-main {
  padding-top: 9rem;
  padding-bottom: 5rem;
}

/* line 12, app/assets/stylesheets/components/_footer.scss */
.footer-item {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  width: auto;
  min-width: 0;
  margin-bottom: 4rem;
  padding: 0 .6rem;
}

/* line 20, app/assets/stylesheets/components/_footer.scss */
.footer-item .store-location {
  width: 100%;
  margin-bottom: .5rem;
}

/* line 26, app/assets/stylesheets/components/_footer.scss */
.footer-menu-title {
  color: #363f46;
  font-family: "PT Sans";
}

/* line 31, app/assets/stylesheets/components/_footer.scss */
.footer-text {
  color: #444444;
}

/* line 33, app/assets/stylesheets/components/_footer.scss */
.footer-bottom {
  background-color: #ffffff;
}

/* line 35, app/assets/stylesheets/components/_footer.scss */
.social-link {
  display: inline-block;
  padding: 1rem;
}

/* line 41, app/assets/stylesheets/components/_footer.scss */
.footer-form input,
.footer-form textarea {
  width: 100%;
  min-width: 100%;
  padding: 1.2rem 1.4rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  color: #d3d3d3;
  font-size: 1.3rem;
  letter-spacing: .069em;
  outline: none;
}

/* line 54, app/assets/stylesheets/components/_footer.scss */
.footer-form textarea {
  margin: .7rem 0 1.5rem;
  resize: none;
}

/* line 59, app/assets/stylesheets/components/_footer.scss */
.footer-form ::-webkit-input-placeholder {
  color: #d3d3d3;
}

/* line 60, app/assets/stylesheets/components/_footer.scss */
.footer-form ::-ms-input-placeholder {
  color: #d3d3d3;
}

/* line 61, app/assets/stylesheets/components/_footer.scss */
.footer-form ::placeholder {
  color: #d3d3d3;
}

/* line 63, app/assets/stylesheets/components/_footer.scss */
.footer-form button {
  padding: .3rem 1.2rem;
  border-color: #b2b2b2;
  color: #ececec;
  font-size: 1.2rem;
  letter-spacing: .08em;
  line-height: 1.8rem;
  outline: none;
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .footer-menu-title {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* line 84, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .footer-text {
  font-size: 1.4rem;
  letter-spacing: .065em;
}

/* line 89, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .footer-links li {
  margin-bottom: 1.4rem;
}

/* line 91, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .footer-bottom {
  padding: 3rem 0;
}

/* line 94, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .footer-bottom small {
  color: #a9a9a9;
  font-size: 1.4rem;
  letter-spacing: .029em;
}

/* line 101, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .footer-social__icon,
.footer-style1 .footer-payment__icon {
  margin: .5rem;
}

/* line 104, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .social-link {
  width: 4rem;
  height: 4rem;
  border: 2px solid rgba(64, 64, 64, 0.5);
}

/* line 109, app/assets/stylesheets/components/_footer.scss */
.footer-style1 .social-link svg {
  fill: #999;
}

/* line 114, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-menu-title {
  margin-bottom: 2.1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

/* line 120, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
}

/* line 126, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-links li {
  margin-bottom: 8px;
}

/* line 128, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-bottom {
  padding: 0 0 3.6rem;
}

/* line 131, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-bottom h3 {
  margin-bottom: .9rem;
  color: #363f46;
  font-family: "PT Sans";
  font-size: 1.4rem;
}

/* line 138, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-bottom small {
  display: block;
  color: #565656;
  font-size: 1.3rem;
}

/* line 144, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-bottom .footer-payment__icon {
  margin: 1.1rem .5rem;
}

/* line 147, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-bottom .flex-column small {
  margin-bottom: 2.2rem;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 153, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-bottom .flex-column .footer-payment__icon {
  margin: 1.1rem 1rem 0;
}

/* line 157, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-social__icon {
  margin: 0 1rem 1rem 0;
}

/* line 159, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .social-link {
  width: 3.2rem;
  height: 3.2rem;
  padding: .8rem;
  border-radius: 4px;
  background-color: #7bae23;
}

/* line 166, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .social-link svg {
  fill: #fff;
}

/* line 170, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-form input,
.footer-style2 .footer-form textarea {
  border: 1px solid #e9e9e9;
  color: #444;
  font-size: 1.2rem;
}

/* line 177, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-form ::-webkit-input-placeholder {
  color: #444;
}

/* line 178, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-form :-ms-input-placeholder {
  color: #444;
}

/* line 179, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .footer-form ::placeholder {
  color: #444;
}

/* line 182, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .btn-default {
  border-color: #444645;
  color: #444645;
  font-size: 1rem;
}

/* line 187, app/assets/stylesheets/components/_footer.scss */
.footer-style2 .btn-default:hover {
  border-color: #7bae23;
  background-color: #7bae23;
  color: #ffffff;
}

/* line 195, app/assets/stylesheets/components/_footer.scss */
.footer-contact__details {
  margin-bottom: 2.8rem;
}

/* line 198, app/assets/stylesheets/components/_footer.scss */
.footer-contact__details:last-child {
  margin-bottom: 0;
}

/* line 200, app/assets/stylesheets/components/_footer.scss */
.footer-contact__details svg {
  width: 3rem;
  padding-right: 1.2rem;
  fill: #d4dde5;
}

/* line 206, app/assets/stylesheets/components/_footer.scss */
.footer-contact__details .footer-text {
  padding-left: 1.2rem;
  border-left: 1px solid #d8dee2;
}

/* line 212, app/assets/stylesheets/components/_footer.scss */
.footer-logo {
  max-width: 10.5rem;
}

/* line 1, app/assets/stylesheets/components/_grid_layout.scss */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 7, app/assets/stylesheets/components/_grid_layout.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 14, app/assets/stylesheets/components/_grid_layout.scss */
.col-padding {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-1,
.medium-1 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-2,
.medium-2 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-3,
.medium-3 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-4,
.medium-4 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-5,
.medium-5 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-6,
.medium-6 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-7,
.medium-7 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-8,
.medium-8 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-9,
.medium-9 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-10,
.medium-10 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-11,
.medium-11 {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_grid_layout.scss */
.large-12,
.medium-12 {
  width: 100%;
}

/* line 26, app/assets/stylesheets/components/_grid_layout.scss */
.ds-none {
  display: none;
}

/* line 27, app/assets/stylesheets/components/_grid_layout.scss */
.ds-block {
  display: block;
}

/* line 28, app/assets/stylesheets/components/_grid_layout.scss */
.ds-flex {
  display: -ms-flexbox;
  display: flex;
}

/* line 33, app/assets/stylesheets/components/_grid_layout.scss */
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 38, app/assets/stylesheets/components/_grid_layout.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 43, app/assets/stylesheets/components/_grid_layout.scss */
.align-center {
  -ms-flex-align: center;
  align-items: center;
}

/* line 48, app/assets/stylesheets/components/_grid_layout.scss */
.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 53, app/assets/stylesheets/components/_grid_layout.scss */
.space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 58, app/assets/stylesheets/components/_grid_layout.scss */
.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 63, app/assets/stylesheets/components/_grid_layout.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 68, app/assets/stylesheets/components/_grid_layout.scss */
.full-width {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 77, app/assets/stylesheets/components/_grid_layout.scss */
.full-height {
  height: 100vh;
}

/* line 79, app/assets/stylesheets/components/_grid_layout.scss */
.x-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* line 80, app/assets/stylesheets/components/_grid_layout.scss */
.y-center {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 81, app/assets/stylesheets/components/_grid_layout.scss */
.xy-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* line 84, app/assets/stylesheets/components/_grid_layout.scss */
.item-1x {
  -ms-flex: 1;
  flex: 1;
}

/* line 84, app/assets/stylesheets/components/_grid_layout.scss */
.item-2x {
  -ms-flex: 2;
  flex: 2;
}

/* line 84, app/assets/stylesheets/components/_grid_layout.scss */
.item-3x {
  -ms-flex: 3;
  flex: 3;
}

/* line 92, app/assets/stylesheets/components/_grid_layout.scss */
.grid-items__1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/* line 92, app/assets/stylesheets/components/_grid_layout.scss */
.grid-items__2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/* line 92, app/assets/stylesheets/components/_grid_layout.scss */
.grid-items__3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/* line 92, app/assets/stylesheets/components/_grid_layout.scss */
.grid-items__4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/* line 92, app/assets/stylesheets/components/_grid_layout.scss */
.grid-items__5 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/* line 92, app/assets/stylesheets/components/_grid_layout.scss */
.grid-items__6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 320px) {
  /* line 100, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 100, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 100, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 100, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 100, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  /* line 108, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__3 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 108, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 108, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__5 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 108, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__6 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media all and (min-width: 768px) {
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-1 {
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-2 {
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-3 {
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-4 {
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-5 {
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-6 {
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-7 {
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-8 {
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-9 {
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-10 {
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-11 {
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 116, app/assets/stylesheets/components/_grid_layout.scss */
  .medium-12 {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 119, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__4,
.grid-items__5,
.grid-items__6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media all and (min-width: 992px) {
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-1 {
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-2 {
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-3 {
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-4 {
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-5 {
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-6 {
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-7 {
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-8 {
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-9 {
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-10 {
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-11 {
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 128, app/assets/stylesheets/components/_grid_layout.scss */
  .large-12 {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 131, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__5,
.grid-items__6 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 136, app/assets/stylesheets/components/_grid_layout.scss */
  .container {
    padding: 0 40px;
  }
}

@media all and (min-width: 1200px) {
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-1 {
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-2 {
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-3 {
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-4 {
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-5 {
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-6 {
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-7 {
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-8 {
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-9 {
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-10 {
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-11 {
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 143, app/assets/stylesheets/components/_grid_layout.scss */
  .huge-12 {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 146, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__6 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

@media all and (min-width: 1400px) {
  /* line 154, app/assets/stylesheets/components/_grid_layout.scss */
  .container {
    max-width: 1400px;
  }
  /* line 156, app/assets/stylesheets/components/_grid_layout.scss */
  .grid-items__6 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

/* line 1, app/assets/stylesheets/components/_header.scss */
.announcement-bar h2 {
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .09em;
}

/* line 8, app/assets/stylesheets/components/_header.scss */
.mobile-btn {
  display: none;
  position: relative;
  margin-right: 1rem;
  margin-left: 2rem;
  padding: 1rem 0;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/components/_header.scss */
.mobile-btn .mobile-btn__line {
  display: block;
  width: 1.7rem;
  height: .3rem;
  margin-bottom: .3rem;
  border-radius: 1px;
  background-color: #312e2e;
}

/* line 27, app/assets/stylesheets/components/_header.scss */
.mobile-btn .mobile-btn__line:first-child {
  width: 2rem;
}

/* line 29, app/assets/stylesheets/components/_header.scss */
.mobile-btn .mobile-btn__line:last-child {
  width: 1.3rem;
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/components/_header.scss */
.header {
  position: relative;
}

/* line 41, app/assets/stylesheets/components/_header.scss */
.header-menu {
  margin-left: auto;
  z-index: 11;
}

/* line 46, app/assets/stylesheets/components/_header.scss */
.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 15rem;
  padding: 1.6rem 3rem 1rem 2rem;
  transition: opacity .35s;
  border: 1px solid #ededed;
  border-top: 2px solid #7bae23;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}

/* line 61, app/assets/stylesheets/components/_header.scss */
.header-menu-item {
  font-family: "PT Sans";
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* line 68, app/assets/stylesheets/components/_header.scss */
.header-menu-item > a,
.header-menu-item > span {
  position: relative;
  padding: .9rem 1.6rem;
  border-radius: 3px;
  color: #3f3f3f;
  font-size: 1.2rem;
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/components/_header.scss */
.header-menu-item a {
  transition: opacity .3s;
  white-space: nowrap;
}

/* line 84, app/assets/stylesheets/components/_header.scss */
.header-menu-item:hover > a {
  opacity: .85;
}

/* line 85, app/assets/stylesheets/components/_header.scss */
.header-menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* line 93, app/assets/stylesheets/components/_header.scss */
.menu-item {
  position: relative;
}

/* line 97, app/assets/stylesheets/components/_header.scss */
.menu-item-link {
  display: inline-block;
  position: relative;
  padding: 8px 2px 8px 8px;
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: none;
}

/* line 106, app/assets/stylesheets/components/_header.scss */
.menu-item-link:hover {
  opacity: .5;
}

/* line 109, app/assets/stylesheets/components/_header.scss */
.menu-top-img {
  margin-bottom: 1.5rem;
}

/* line 111, app/assets/stylesheets/components/_header.scss */
.menu-bottom-img {
  order: 13;
  margin-top: 4.8rem;
}

/* line 116, app/assets/stylesheets/components/_header.scss */
.menu-toggler:hover .menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* line 122, app/assets/stylesheets/components/_header.scss */
nav {
  font-family: "PT Sans";
}

/* line 124, app/assets/stylesheets/components/_header.scss */
.header-type-4 {
  padding: 3.2rem 0;
}

/* line 128, app/assets/stylesheets/components/_header.scss */
.logo-image img {
  padding: 0;
  border: 0;
}

/* line 133, app/assets/stylesheets/components/_header.scss */
.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 1.6rem 0 !important;
  background: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  z-index: 9;
  animation: moveDown .5s;
}

@media all and (min-width: 992px) {
  /* line 147, app/assets/stylesheets/components/_header.scss */
  .header-type-4 {
    padding: 4.4rem 0;
  }
  /* line 151, app/assets/stylesheets/components/_header.scss */
  .header-menu-item .btn-default {
    margin-left: 3.2rem;
  }
}

@media all and (min-width: 1200px) {
  /* line 157, app/assets/stylesheets/components/_header.scss */
  .header-type-4 {
    padding: 6.2rem 0;
  }
}

@media all and (max-width: 991px) {
  /* line 163, app/assets/stylesheets/components/_header.scss */
  .mobile-btn {
    display: block;
  }
  /* line 167, app/assets/stylesheets/components/_header.scss */
  .mobile-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 27rem;
    max-width: 27rem;
    transition: left .3s;
    background-color: #fff;
    overflow: auto;
  }
  /* line 178, app/assets/stylesheets/components/_header.scss */
  .mobile-sidebar-toggler {
    display: block;
    position: fixed;
    top: 22%;
    right: 0;
    transition: opacity .3s;
    border: 1px solid #dfdfdf;
    border-right: 0;
    background-color: #fff;
    opacity: .8;
    cursor: pointer;
    z-index: 10;
  }
  /* line 191, app/assets/stylesheets/components/_header.scss */
  .mobile-sidebar-toggler:hover {
    opacity: 1;
  }
  /* line 193, app/assets/stylesheets/components/_header.scss */
  .mobile-sidebar-toggler svg {
    display: block;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    fill: #666;
  }
  /* line 201, app/assets/stylesheets/components/_header.scss */
  .mobile-menu-open .mobile-sidebar-toggler {
    z-index: 9;
  }
}

/* line 205, app/assets/stylesheets/components/_header.scss */
.menu-tooltip {
  position: absolute;
  top: 6px;
  left: 100%;
  padding: 0 1px;
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: lowercase;
}

/* line 216, app/assets/stylesheets/components/_header.scss */
.menu-tooltip.hot {
  background-color: #feae17;
}

/* line 217, app/assets/stylesheets/components/_header.scss */
.menu-tooltip.new {
  background-color: #90a900;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: '';
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  cursor: auto;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-figure, img.mfp-img {
  line-height: 0;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 1, app/assets/stylesheets/components/_popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 1, app/assets/stylesheets/components/_popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 3, app/assets/stylesheets/components/_popup.scss */
.mfp-smooth-fade {
  transition: all .35s ease-out;
  opacity: 0;
}

/* line 8, app/assets/stylesheets/components/_popup.scss */
.mfp-smooth-fade.mfp-bg {
  transition: all 0.35s;
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/components/_popup.scss */
.mfp-smooth-fade.mfp-removing {
  transition: opacity 0.35s ease-out;
  opacity: 0;
}

/* line 18, app/assets/stylesheets/components/_popup.scss */
.mfp-ready.mfp-bg {
  transition: all .35s ease-out;
  background-color: #000;
  opacity: .7;
}

/* line 24, app/assets/stylesheets/components/_popup.scss */
.mfp-bg-transparent.mfp-bg {
  background-color: transparent;
}

/* line 28, app/assets/stylesheets/components/_popup.scss */
.mfp-smooth-fade.mfp-wrap.mfp-ready {
  opacity: 1;
}

/* line 30, app/assets/stylesheets/components/_popup.scss */
.mfp-smooth-fade.mfp-wrap.mfp-removing,
.mfp-smooth-fade.mfp-removing {
  opacity: 0;
}

/* line 33, app/assets/stylesheets/components/_popup.scss */
.mfp-close {
  top: 25px;
  right: 15px;
  font-weight: 400;
}

/* line 39, app/assets/stylesheets/components/_popup.scss */
.mfp-galleryText {
  margin-top: 1.6rem;
  color: #e84c3d;
  font-size: 3.6rem;
}

/* line 45, app/assets/stylesheets/components/_popup.scss */
.mfp-appear-anm, .vnd-pp-content {
  transition: all .3s ease-in;
}

/* line 46, app/assets/stylesheets/components/_popup.scss */
.mfp-appear-anm.mfp-bg {
  background-color: transparent;
}

/* line 47, app/assets/stylesheets/components/_popup.scss */
.mfp-appear-anm, .mfp-appear-anm.mfp-removing {
  opacity: 0;
}

/* line 48, app/assets/stylesheets/components/_popup.scss */
.mfp-ready.mfp-bg {
  background-color: #000;
  opacity: .6;
}

/* line 49, app/assets/stylesheets/components/_popup.scss */
.mfp-bg-transparent.mfp-bg {
  background-color: transparent;
}

/* line 51, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup {
  position: relative;
  width: 76rem;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup form {
  margin: 3rem 0;
}

/* line 60, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox {
  max-width: 100%;
}

/* line 63, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox p {
  margin-bottom: .5264em;
  font-family: 'Arial', sans-serif;
  letter-spacing: .02em;
  text-transform: lowercase;
}

/* line 70, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox h3 {
  margin-bottom: .5556em;
  letter-spacing: .1em;
}

/* line 75, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.4em 0 0;
  height: 46px;
  color: #444645;
  font-size: 1.5rem;
}

/* line 86, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox .btn-newsletter,
#newsletter-popup .textbox .input-strict {
  border: 2px solid currentColor;
  background-color: transparent;
  color: inherit;
}

/* line 93, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox .input-strict {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
}

/* line 98, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox .btn-newsletter {
  margin-left: -2px;
  padding: 1.2rem 2rem;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
}

/* line 108, app/assets/stylesheets/components/_popup.scss */
#newsletter-popup .textbox.center form, #newsletter-popup .textbox.left form {
  min-width: 425px;
}

/* line 113, app/assets/stylesheets/components/_popup.scss */
.text-content {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
}

/* line 119, app/assets/stylesheets/components/_popup.scss */
.text-content .center {
  margin: 0 auto;
  text-align: center;
}

/* line 124, app/assets/stylesheets/components/_popup.scss */
.text-content.v-center {
  top: 0;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}

/* line 132, app/assets/stylesheets/components/_popup.scss */
.input-strict {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #f4f3f3;
  border-radius: 0;
  color: #727272;
  font-size: 1.4rem;
  outline: none;
}

/* line 143, app/assets/stylesheets/components/_popup.scss */
.mfp-appear-anm.mfp-wrap.mfp-ready {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/components/_popup.scss */
.mfp-appear-anm.mfp-wrap.mfp-removing,
.mfp-appear-anm.mfp-removing {
  opacity: 0;
}

/* line 150, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-zoom-in .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 155, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-zoom-in .vnd-nsl-pp .vnd-pp-content, .vnd-nsl-pp-zoom-in .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

/* line 164, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-zoom-out .vnd-nsl-pp .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

/* line 169, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-zoom-out .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
}

/* line 174, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-zoom-out .vnd-nsl-pp .vnd-pp-content, .vnd-nsl-pp-zoom-out .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
}

/* line 185, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-newspaper .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/* line 190, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-newspaper .vnd-nsl-pp .vnd-pp-content, .vnd-nsl-pp-newspaper .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
}

/* line 199, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-horizontal-move .vnd-nsl-pp .vnd-pp-content {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

/* line 204, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-horizontal-move .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 209, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-horizontal-move .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

/* line 217, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-in-right .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 222, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-in-right .vnd-nsl-pp .vnd-pp-content, .vnd-nsl-pp-in-right .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

/* line 232, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-flip-hrz .vnd-nsl-pp .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

/* line 237, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-flip-hrz .vnd-nsl-pp .vnd-pp-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
}

/* line 244, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-flip-hrz .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* line 249, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-flip-hrz .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform: rotateY(70deg);
  transform: rotateY(70deg);
}

/* line 257, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-flip-vtc .vnd-nsl-pp .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

/* line 262, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-flip-vtc .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

/* line 267, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-flip-vtc .vnd-nsl-pp .vnd-pp-content, .vnd-nsl-pp-flip-vtc .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
}

/* line 278, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-just-me .vnd-nsl-pp.mfp-bg {
  background-color: white;
  opacity: 1;
}

/* line 283, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-just-me .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 288, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-just-me .vnd-nsl-pp .vnd-pp-content, .vnd-nsl-pp-just-me .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 297, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-3d-slit .vnd-nsl-pp .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

/* line 302, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-3d-slit .vnd-nsl-pp.mfp-ready .vnd-pp-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

/* line 308, app/assets/stylesheets/components/_popup.scss */
.vnd-nsl-pp-3d-slit .vnd-nsl-pp .vnd-pp-content, .vnd-nsl-pp-3d-slit .vnd-nsl-pp.mfp-removing .vnd-pp-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
}

/* line 1, app/assets/stylesheets/components/_shopify_components.scss */
.theme-editor__heading {
  padding: 1.5rem 0;
}

/* line 5, app/assets/stylesheets/components/_shopify_components.scss */
.theme-editor__subheading {
  margin: 1.6rem 0;
  color: #637381;
  font-size: 1.5rem;
}

/* line 11, app/assets/stylesheets/components/_shopify_components.scss */
.theme-editor__card {
  margin-bottom: 1.6rem;
  -webkit-box-shadow: var(--p-card-shadow, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15));
  box-shadow: var(--p-card-shadow, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15));
}

/* line 17, app/assets/stylesheets/components/_shopify_components.scss */
.theme-editor__card > li + li {
  border-top: 1px solid var(--p-border-subdued, #dfe3e8);
  border-color: #dfe3e8;
}

/* line 22, app/assets/stylesheets/components/_shopify_components.scss */
.theme-editor-action-list__item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: initial;
  letter-spacing: initial;
  position: relative;
  display: block;
  color: #212b36;
  background: white;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 0;
  white-space: normal;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  text-align: left;
}

@media screen and (max-width: 992px) {
  /* line 44, app/assets/stylesheets/components/_shopify_components.scss */
  .theme-editor__subheading {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-transform: uppercase;
  }
  /* line 51, app/assets/stylesheets/components/_shopify_components.scss */
  .theme-editor-action-list__item {
    font-size: 1.4rem;
  }
}

/* line 1, app/assets/stylesheets/components/_sidebar.scss */
.category-title {
  margin-bottom: 1.6rem;
  padding-left: 1rem;
  color: #413f3f;
  font-size: 2.2rem;
  font-weight: 400;
}

/* line 9, app/assets/stylesheets/components/_sidebar.scss */
.category-title::before {
  display: inline-block;
  position: relative;
  bottom: -1px;
  left: -1rem;
  width: .4rem;
  height: 1.4rem;
  content: '';
  background-color: #7bae23;
}

/* line 21, app/assets/stylesheets/components/_sidebar.scss */
.category-link {
  position: relative;
  padding: .9rem 0;
  color: #3a3a3a;
  font-size: 1.4rem;
  letter-spacing: .01em;
}

/* line 28, app/assets/stylesheets/components/_sidebar.scss */
.category-link svg {
  width: 9px;
  transition: -webkit-transform .35s;
  transition: transform .35s;
}

/* line 34, app/assets/stylesheets/components/_sidebar.scss */
.category-link.expanded svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 40, app/assets/stylesheets/components/_sidebar.scss */
.mobile-sidebar {
  height: 100%;
  width: 280px;
  min-width: 280px;
}

/* line 45, app/assets/stylesheets/components/_sidebar.scss */
.mobile-sidebar nav {
  width: 250px;
  height: calc(100vh - 110px);
  overflow: auto;
}

/* line 52, app/assets/stylesheets/components/_sidebar.scss */
nav.sticky-left {
  position: fixed;
  top: 90px;
  left: auto;
}

/* line 58, app/assets/stylesheets/components/_sidebar.scss */
.nav-list__link {
  display: block;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

/* line 64, app/assets/stylesheets/components/_sidebar.scss */
.nav-list__link.active {
  color: #7bae23;
  font-weight: 700;
}

/* line 70, app/assets/stylesheets/components/_sidebar.scss */
.nav-child__wrapper {
  width: 100%;
  padding-top: 1.2rem;
}

/* line 74, app/assets/stylesheets/components/_sidebar.scss */
.nav-child__wrapper .nav-level__1 {
  padding: 0 0 .8rem 2.8rem;
}

/* line 77, app/assets/stylesheets/components/_sidebar.scss */
.nav-child__wrapper .nav-level__1:last-child {
  padding-bottom: 0;
}

/* line 83, app/assets/stylesheets/components/_sidebar.scss */
.nav-level__0 .nav-list__link {
  letter-spacing: .01em;
}

/* line 87, app/assets/stylesheets/components/_sidebar.scss */
.nav-level__1 .nav-list__link {
  color: #666666;
}

/* line 90, app/assets/stylesheets/components/_sidebar.scss */
.nav-level__1 .nav-list__link.active {
  color: #7bae23;
}

/* line 95, app/assets/stylesheets/components/_sidebar.scss */
.expand {
  padding-right: 1.8rem;
  color: #cbcbcb;
}

/* line 100, app/assets/stylesheets/components/_sidebar.scss */
.right-nav__container {
  margin-top: 38px;
}

/* line 104, app/assets/stylesheets/components/_sidebar.scss */
.right-nav {
  width: 100%;
  margin-top: 8px;
  padding: 12px 20px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  color: #666666;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  z-index: 20;
}

/* line 115, app/assets/stylesheets/components/_sidebar.scss */
.right-nav .description {
  position: relative;
  margin: 0;
  line-height: 1.4;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/components/_sidebar.scss */
.right-nav .description svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 130, app/assets/stylesheets/components/_sidebar.scss */
.right-nav ul {
  margin-top: 1.2rem;
}

/* line 134, app/assets/stylesheets/components/_sidebar.scss */
.right-nav li {
  padding: 3px 0;
  font-size: 1.3rem;
}

/* line 139, app/assets/stylesheets/components/_sidebar.scss */
.right-nav .active {
  color: #7bae23;
}

/* line 143, app/assets/stylesheets/components/_sidebar.scss */
.right-nav.expanded svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media all and (max-width: 991px) {
  /* line 150, app/assets/stylesheets/components/_sidebar.scss */
  .mobile-sidebar {
    left: -32rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 155, app/assets/stylesheets/components/_sidebar.scss */
  .mobile-sidebar-open .mobile-sidebar {
    left: 0;
    transition: left .3s;
    z-index: 13;
  }
  /* line 162, app/assets/stylesheets/components/_sidebar.scss */
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
    filter: alpha(opacity=0);
  }
  /* line 175, app/assets/stylesheets/components/_sidebar.scss */
  .mobile-menu-open .mobile-menu-overlay, .mobile-sidebar-open .mobile-menu-overlay {
    opacity: .35;
    visibility: visible;
    filter: alpha(opacity=35);
  }
  /* line 183, app/assets/stylesheets/components/_sidebar.scss */
  nav.sticky-left {
    top: 18px;
  }
}

@media all and (min-width: 1400px) {
  /* line 189, app/assets/stylesheets/components/_sidebar.scss */
  .category-link {
    padding: 1.1rem 0;
    font-size: 1.5rem;
  }
  /* line 194, app/assets/stylesheets/components/_sidebar.scss */
  .nav-child__wrapper {
    padding-top: 1.6rem;
  }
  /* line 197, app/assets/stylesheets/components/_sidebar.scss */
  .nav-child__wrapper .nav-level__1 {
    padding: 0 0 1.3rem 2.8rem;
  }
  /* line 202, app/assets/stylesheets/components/_sidebar.scss */
  .right-nav {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}

/* line 1, app/assets/stylesheets/components/_utilities.scss */
.position-relative {
  position: relative;
}

/* line 3, app/assets/stylesheets/components/_utilities.scss */
.list-style-none {
  list-style: none;
}

/* line 5, app/assets/stylesheets/components/_utilities.scss */
.ml-auto {
  margin-left: auto;
}

/* line 7, app/assets/stylesheets/components/_utilities.scss */
.text-left {
  text-align: left;
}

/* line 9, app/assets/stylesheets/components/_utilities.scss */
.text-center {
  text-align: center;
}

/* line 11, app/assets/stylesheets/components/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 13, app/assets/stylesheets/components/_utilities.scss */
.cursor-zoom {
  cursor: zoom-in;
}

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
  from,
to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
