html, body, #main {
  height: 100% !important; }

#main {
  overflow-x: none; }

#shopify-section-home_hero {
  height: 100%;
  max-height: 900px; }

h1 {
  font-size: 32px;
  color: #353535; }

h1#page {
  font-size: 56px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto; }

h1.title {
  font-size: 64px;
  line-height: 1.1;
  padding-bottom: 10px; }

h1.logo {
  font-size: 0; }

h2.home {
  font-size: 56px;
  color: #353535;
  line-height: 1.2;
  font-family: 'Moderat Light';
  font-weight: 300; }

h2.hero {
  font-size: 72px;
  color: #2a2a2a;
  line-height: 1.1;
  font-family: 'Moderat Light';
  font-weight: 300;
  margin-bottom: 15px; }

h2 {
  font-size: 36px;
  color: #3b6f8e;
  line-height: 1.2; }

h3 {
  font-size: 24px;
  color: #696969;
  line-height: 1.4; }

h5 {
  font-size: 20px;
  color: #353535;
  line-height: 1.5;
  margin-bottom: 10px; }

h6 {
  font-size: 14px;
  color: #656565;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase; }

p, .grid-number {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.5; }

p.small {
  font-size: 16px; }

p.tiny {
  font-size: 14px; }

.marginless {
  margin: 0; }

.line-one {
  line-height: 1; }

.box__product-content p {
  font-size: 16px; }
.box__product-content h5 {
  margin: 0; }

.box__heading h5 {
  font-family: 'Moderat Light';
  font-weight: 300; }

#wiper {
  display: none; }

#wiper-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden; }

#wiper-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0vw;
  height: auto;
  box-shadow: 8px 0 20px 0 rgba(0, 0, 0, 0); }

#wiper-chair img {
  max-width: 725px;
  width: 60vw;
  margin-right: 7vw; }

#headline {
  position: absolute;
  top: 13vw;
  left: 13%;
  width: 35%;
  z-index: 200;
  border: 0 solid #00f;
  max-width: 570px;
  background: transparent;
  display: none; }

#headline h3 {
  margin: 30px 0 50px 0; }

#product-zoom-out {
  display: none;
  z-index: 8888; }

#site-header {
  padding-top: 49px;
  padding-bottom: 0 !important; }

h1.logo {
  margin-top: 23px !important; }

.logo {
  margin-top: 20px !important;
  width: 147px; }

.site-search-handle {
  margin-top: 25px; }

.site-cart-handle {
  margin-top: 25px; }

.site-menu-handle {
  margin-top: 25px; }

.header-wrap {
  width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.hero .copy {
  height: calc(65vh); }

.top.copy h3 {
  max-width: 500px; }

.swatch {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 3px; }

.panel-padding-tall {
  padding: 200px 0; }

.panel-padding-mid {
  padding: 100px 0; }

.panel-padding-small {
  padding: 50px 0; }

.padding-strip {
  padding: 55px 20px 65px 20px; }

.grid-container-small {
  max-width: 1024px;
  margin: 0 auto; }

.grid-container {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 64px; }

.grid-wrapper {
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 0;
  padding: 20px;
  border: 0 dotted #f00; }

.grid-number {
  display: grid;
  justify-content: start;
  margin: 0;
  padding: 0;
  line-height: 1;
  border-radius: 2px;
  position: relative;
  border: 0 dotted #ddd; }

.grid-wrapper.video .grid-number {
  justify-content: center; }

.grid-number.top {
  display: table; }

.grid-number.height {
  height: 100%; }

.grid-number.center-text {
  display: table;
  text-align: center; }

.grid-number ul {
  font-size: 19px;
  margin: 24px 0;
  line-height: 1.6;
  list-style: disc outside;
  margin-left: 19px; }
  .grid-number ul li {
    margin-bottom: 10px; }

/*
.grid-number a{
  margin: auto;
}
*/
.grid-wrapper.four {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.grid-wrapper.three {
  grid-template-columns: 1fr 1fr 1fr; }

.grid-wrapper.two {
  grid-template-columns: 1fr 1fr; }

.grid-wrapper.one {
  grid-template-columns: 1fr; }

.grid-wrapper.video {
  align-items: center;
  grid-template-columns: 5fr 3fr; }
  .grid-wrapper.video h2 {
    color: #4a4a4a;
    padding: 30px 0; }
  .grid-wrapper.video .grid-number {
    margin: 0 !important; }

.grid-wrapper.hero {
  grid-template-columns: 4fr 4fr;
  padding-top: 0;
  padding-bottom: 0; }
  .grid-wrapper.hero #wiper-chair {
    display: none; }
  .grid-wrapper.hero img {
    display: none;
    top: auto !important;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
    max-width: 1550px; }

.grid-wrapper.labeled {
  grid-template-columns: 3fr 1fr 8fr;
  grid-column-gap: 20px; }

.grid-wrapper.centered {
  grid-template-columns: 1fr 4fr 1fr; }

.grid-wrapper.footer {
  grid-template-columns: 10fr 1fr 8fr;
  grid-column-gap: 10px; }

.grid-wrapper.features {
  grid-template-columns: 5fr 7fr; }

.grid-wrapper.topten {
  grid-template-columns: 7fr 5fr; }

.grid-number a.centered {
  margin: 30px auto 30px auto;
  z-index: 10; }

.gallery-index {
  top: calc(50% - 150px) !important;
  bottom: auto  !important;
  left: 0 !important;
  margin-right: 0 !important;
  margin-top: -10px;
  width: 100% !important;
  font-size: 24px !important;
  font-family: 'Moderat Bold';
  font-weight: 400;
  color: #3b6f8e !important;
  text-align: center;
  position: absolute !important;
  right: auto !important;
  line-height: 1 !important; }

.gallery-index .icon-go.go-prev {
  left: 0 !important;
  right: auto !important;
  padding: 20px 25px !important;
  line-height: 1 !important;
  border: 0px solid #f00; }

.gallery-index .icon-go.go-next {
  left: auto !important;
  right: 0 !important;
  padding: 20px 25px !important;
  line-height: 1 !important;
  border: 0px solid #f00; }

.gallery-index .icon-go {
  width: auto !important;
  height: auto !important; }

#hello-bar {
  background: #0e4b6f;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  font-weight: 300; }

#hello-bar .table {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }

#hello-bar .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-top: 4px; }

#hello-bar .coupon {
  display: inline-block;
  margin: 0 3px;
  padding: 5px 7px;
  font-family: Helvetica, Arial;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 13px !important;
  border: 1px dashed #3cddf5;
  color: #3cddf5 !important;
  border-radius: 999px; }

#hello-bar #message {
  display: none; }

#site-nav--mobile {
  background-color: #f4f4f4; }

#site-nav--mobile a {
  color: #3b6f8e; }

.site-nav.style--sidebar li.has-submenu:not(.collections-menu) .submenu {
  padding: 15px 15px 5px 0; }

.site-nav.style--sidebar li.has-submenu:not(.collections-menu) .submenu {
  display: block; }

.site-nav.style--sidebar .site-nav-container-last {
  padding: 50px 40px 50px 60px; }

.site-nav.style--sidebar .primary-menu p {
  font-family: 'Moderat Light';
  font-weight: 300;
  font-size: 17px !important;
  margin-top: 24px;
  width: 80%; }

.site-box.box__collection .product-item .caption .overflowed {
  width: 100%; }

.menu-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  height: 300px;
  background-color: #f4f4f4; }

.menu-container img {
  float: right;
  width: 64%;
  max-width: 720px;
  max-height: 320px;
  padding-bottom: 40px; }

.menu-container li {
  display: block !important;
  float: left !important;
  text-align: left !important;
  margin: 0 !important; }

.menu-container li, .menu-container p {
  width: 30%; }

ul.submenu li a {
  color: #3b6f8e !important; }

ul.submenu li a:hover {
  color: #29a2bf !important; }

ul.submenu * {
  font-size: 17px !important; }

.no-image {
  background-image: url("https://cdn.shopify.com/s/files/1/0208/3650/files/search-no-image.png?1969");
  background-size: cover; }

.search-results .search-item .thumbnail.no-image:after {
  background: transparent; }

#site-search {
  padding: 25px !important; }

#site-nav--mobile .submenu {
  padding-top: 0; }

.nsiotool.nsiopromobar.nsiotheme-dark .nsio-coupon {
  font-size: 12px !important;
  border: 1px dotted #3cddf5;
  color: #3cddf5 !important; }

.nsiotool.nsioap .nsio-container {
  box-shadow: 0 0 10px 0 rgba(108, 120, 144, 0.5) !important; }

.nsiotool.nsioap .nsio-close {
  color: #cccccc !important;
  font-size: 12px !important; }

.nsio-container {
  font-size: 13px !important; }

.nsiotool.nsioap {
  margin: 35px !important; }

.nsio-verified {
  display: none !important; }

.nsio-subtext {
  font-weight: 300;
  color: #222 !important; }

.lity-close {
  width: 60px !important;
  height: 60px !important;
  font-size: 48px !important; }

.subtitle {
  opacity: 0.5; }

.hide {
  display: none; }

#shopify-section-product .box--big {
  min-height: calc(100vh - 135px); }

.cart-functions button {
  display: block;
  flex: auto;
  max-width: 200px; }

.zoom-in svg {
  opacity: 0.5; }

.product--add-to-cart-form .regular-select-cover {
  background-color: #f8f8f8;
  border-radius: 4px; }

#product-description {
  text-align: center; }
  #product-description h2 {
    margin: 70px 0 20px 0; }
  #product-description span {
    line-height: 1.6; }

.product-title {
  margin-top: 10px; }

.product-vendor {
  display: none; }

#additional {
  display: block; }
  #additional a {
    border-bottom: 1px solid #777777; }

#price-table {
  margin-top: -3px;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 120px 60px 120px;
  align-items: center; }

#page-features h3 {
  font-family: 'Moderat Bold', sans-serif;
  font-weight: 400;
  color: #3b6f8e;
  margin-bottom: 15px; }
#page-features .grid-wrapper {
  align-items: center; }
#page-features p {
  margin: 0; }
#page-features .image-shift {
  transition: 1s all ease-out;
  opacity: 1; }
#page-features img {
  display: block;
  border-radius: 8px; }

.product-variants-holder .product-variant {
  flex: none;
  min-width: 269px; }

.fact {
  background-color: #49789a;
  margin-top: 20px; }
  .fact * {
    color: #ffffff !important; }
  .fact .separator {
    background: #ffffff; }
  .fact h3 {
    padding-top: 20px;
    margin-bottom: 0 !important; }
  .fact.squared {
    background-color: #ffffff;
    margin-bottom: 40px; }
    .fact.squared .grid-number {
      background-color: #49789a;
      border-radius: 8px;
      padding: 50px; }
    .fact.squared .grid-number.yellow {
      background-color: #ffb807; }

.announcement {
  background-color: #f4f4f4;
  padding: 100px 0 75px 0;
  margin-top: 30px; }
  .announcement * {
    color: #353535 !important; }
  .announcement .separator {
    background: #353535; }
  .announcement h3 {
    margin-bottom: 15px !important; }
  .announcement p {
    color: #a0a0a0 !important; }

#measurements {
  margin: 10px auto; }

#measurements img {
  width: 100%; }

span.circled {
  display: none;
  color: #cdcdcd;
  margin: 0 0 0 0;
  /*
  background: #777777;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;  
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;  
  text-align: center;
  width: 2em;
  */ }

.separator {
  display: block;
  width: 75px;
  height: 6px;
  margin: 35px auto 35px auto;
  background: #2a2a2a;
  border-radius: 0px; }

.separator.light {
  display: block;
  width: 75px;
  height: 6px;
  margin: 35px auto 35px auto;
  background: #cdcdcd;
  border-radius: 0px; }

#section-page table, #section-page tr, #section-page td {
  border: 0;
  vertical-align: middle; }

#section-page table img {
  margin: 0 !important;
  display: block; }

.rte table th, .rte table td, .rte table .order-table th, .order-table .rte table th {
  padding: 20px 14px 22px !important; }

.cart-out .outline svg {
  top: 7px !important; }

.cart-out button.less-padding {
  line-height: 64px; }

.cart-out button {
  border-radius: 4px;
  margin-top: -1px; }

#shiptoday {
  border-radius: 4px; }

#section-page h3 {
  margin-bottom: 20px;
  color: #222222;
  font-family: 'Moderat Bold';
  font-weight: 400; }
#section-page a:not(.button) {
  color: #4b799b;
  border-bottom: 1px solid #4b799b; }
#section-page b, #section-page strong {
  font-family: 'Moderat Bold';
  font-weight: 400; }
#section-page blockquote {
  background-color: #7ac34b;
  border-radius: 8px;
  color: #fff !important;
  padding: 40px;
  margin-left: -40px;
  margin-bottom: 25px; }
  #section-page blockquote h3, #section-page blockquote h6, #section-page blockquote p {
    color: #fff !important; }
  #section-page blockquote p:last-of-type {
    margin-bottom: 0; }
#section-page a:not(.button) {
  color: #4b799b !important;
  text-decoration: none !important; }
#section-page blockquote:nth-of-type(2) {
  background-color: #3b6f8e; }

#section-collection h5, #section-collections h5 {
  margin-left: 2px; }

#product-specs .icon {
  width: 120px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 20px auto; }
#product-specs .icon h3 {
  color: #ffffff;
  font-size: 32px;
  padding-top: 20px; }
#product-specs .icon.number h3 {
  color: #3b6f8e;
  font-size: 44px;
  padding-top: 15px;
  display: inline-block; }
#product-specs .icon.number label {
  font-size: 16px;
  font-weight: 400;
  color: #3b6f8e;
  margin-left: 5px; }
#product-specs h3 {
  font-family: 'Moderat Bold';
  font-weight: 400;
  font-size: 20px; }
#product-specs .grid-number {
  width: 100%;
  margin: 0; }

#af_cart_page .parentFirstBox span {
  font-size: 16px;
  color: #777; }

#af_cart_page {
  width: 240px !important; }

.cart-out .buttons {
  float: right;
  text-align: right;
  margin-top: 0px; }

#footer {
  background-color: #2a2a2a;
  padding: 120px 20px; }
  #footer * {
    color: #ffffff;
    text-align: left; }
  #footer h6 {
    color: #a0a0a0; }
  #footer .grid-number {
    display: table;
    width: 100%;
    margin: 0; }
  #footer p {
    font-size: 16px !important; }

.product-badge {
  display: none; }

.product-badge.sold {
  display: block; }

.product-badge {
  background: #ededed;
  color: #0e4b6f;
  font-family: 'Moderat Bold';
  font-weight: 400; }

#shopify-section-collection .price {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 20px;
  font-family: 'Moderat Bold';
  font-weight: 400;
  color: #777 !important; }

#shopify-section-collection .price:hover {
  color: #777 !important; }

.show-mobile {
  display: none; }

p#CartTotal {
  margin-top: 24px;
  font-size: 16px;
  display: inline-block; }

.cart-items {
  padding: 15px 0; }

.add-buttons {
  margin-top: 0 !important; }
  .add-buttons .additional-checkout-button {
    margin-top: 15px !important; }

.stamped-badge-caption {
  display: none !important;
  font-size: 0px !important; }

div[data-widget-style=two-columns] .stamped-review:nth-child(odd) {
  margin-right: 60px; }

.stamped-review-reply .created {
  display: none; }

.stamped-review .created {
  display: none; }

div[data-widget-style=two-columns] .stamped-review {
  width: calc(50% + -30px) !important; }

.stamped-badge-caption {
  display: none !important;
  font-size: 0px !important; }

.stamped-form-review-title, .stamped-form-review-body {
  padding-top: 20px; }

.stamped-form-review-rating {
  padding-top: 35px; }

.stamped-summary-text-1 {
  color: #444; }

.stamped-review-header strong {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #888 !important;
  display: block;
  padding-bottom: 5px; }

h3.stamped-review-header-title {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #444;
  padding: 20px 0 10px 0 !important; }

div.stamped-review-header-title {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #888 !important;
  padding: 0px 0 0px 0 !important; }

.stamped-review {
  border-top: 1px solid #eee;
  margin-bottom: 35px !important;
  padding-top: 55px !important; }

.stamped-pagination {
  margin-top: 80px !important; }

.stamped-summary-actions-newquestion {
  display: none; }

#tab-questions {
  display: none; }

div[data-widget-style=standard] .stamped-header {
  margin-bottom: 0 !important; }

[data-rating="0.0"] {
  display: none !important; }

.review-location {
  display: none; }

.stamped-container[data-count="0"] .summary-overview {
  display: none !important; }
.stamped-container[data-count="0"] .stamped-summary {
  text-align: center; }
  .stamped-container[data-count="0"] .stamped-summary .stamped-summary-actions {
    display: inline-block !important;
    float: none; }
.stamped-container[data-count="0"] .stamped-empty-state div {
  display: none !important; }
.stamped-container[data-count="0"] .stamped-empty-state:before {
  display: none !important; }

.stamped-container {
  	/*
	ul.stamped-tabs{
  		border-bottom: 0 !important;
      	height: 0 !important;
  	}
  	.stamped-tab-container{
      	height: 0 !important;
  	}
  	*/ }
  .stamped-container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    font-size: 16px;
    margin-top: 10px !important; }
  .stamped-container textarea {
    font-size: 16px !important;
    padding: 14px 18px 14px 18px !important;
    margin-top: 10px !important; }
  .stamped-container .stamped-form-input.stamped-starrating {
    margin-top: 5px !important; }
  .stamped-container .stamped-form-review-body {
    margin-top: 10px; }
  .stamped-container textarea:focus {
    background: none !important; }

.stamped-container[data-count="0"]:before {
  width: 100%;
  text-align: center;
  content: '"Excellent seller, great product and great after-sale support. Seller is genuinely interested in making sure the customer is satisfied and happy with their purchase."';
  padding-bottom: 50px;
  padding-top: 40px;
  line-height: 1.6;
  font-weight: 700;
  color: #3b6f8e; }

.stamped-share-links {
  display: none !important; }

.stamped-thank-you {
  border: 0px !important;
  background-color: #efefef !important;
  padding: 65px 0 65px 0 !important; }

.stamped-thank-you p:nth-of-type(2) {
  display: none !important; }

.stamped-content {
  padding-top: 30px; }

.stamped-questions .stamped-review-header {
  display: none; }

.stamped-questions .stamped-icon-comment {
  display: none; }

.stamped-questions .stamped-review-header-byline {
  font-size: 12px;
  text-transform: uppercase;
  color: #3b6f8e;
  display: none !important; }

.stamped-questions .stamped-review-content-body {
  font-weight: 700;
  font-size: 18px;
  color: #444444;
  padding-bottom: 10px; }

.stamped-questions .stamped-review-reply {
  padding: 0;
  margin: 0;
  border: 0; }

.stamped-questions .stamped-review {
  padding-top: 26px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0px !important; }

.stamped-form-message-success p {
  color: #3b6f8e !important;
  font-weight: bold;
  padding: 20px 0; }

.new-review-form .stamped-form-contact-email {
  visibility: hidden; }

@media screen and (max-width: 1023px) {
  .site-header .portable--hide {
    display: none !important; } }
@media (max-width: 1720px) {
  .grid-container-small {
    max-width: 1024px; }

  .grid-container, .header-wrap {
    max-width: 1220px; }

  #site-header {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  h2.hero {
    font-size: 60px; }

  h2.home {
    font-size: 45px; }

  #wiper-chair img {
    width: 40vw; }

  #wiper-chair img {
    margin-right: 0; } }
#shiptoday {
  display: none !important;
  width: 100%;
  margin: 0 0 25px 0;
  min-height: 45px;
  z-index: 10000;
  background-color: #00c1de;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 20px; }

#shiptoday #copy {
  color: #fff;
  padding: 13px 15px 13px 15px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  font-family: 'Moderat Bold';
  font-weight: 400; }

#section-collection .lap--hide {
  display: none !important; }

.zoom-in svg {
  opacity: 1 !important; }

.product-zoom polyline {
  fill: #3b6f8e  !important; }

#section-collections .box--product-image img {
  padding: 5% 0 20% 0; }

#section-collection .box--product-image img {
  padding: 5% 0 18% 0; }

#section-collections.wider .box--product-image img {
  padding: 2% 0 5% 0; }

#section-collections.widest .box--product-image img {
  padding: 0 0 3% 0;
  height: 110%;
  margin-top: -50px; }

#section-collections.shops .box--small {
  width: 50%;
  min-height: 60vh;
  max-height: 60vh;
  height: 60vh; }

#section-collections.shops .box--big {
  min-height: 60vh;
  max-height: 60vh;
  height: 60vh; }
  #section-collections.shops .box--big .site-box-content {
    margin-left: 25%; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.quicklinks li {
  font-size: 15px;
  display: inline-block;
  width: 50%;
  max-width: 285px; }

@media (max-height: 750px) {
  .hero .copy {
    height: calc(100vh - 120px); } }
@media (max-width: 1439px) {
  .gallery-index {
    top: calc(50% - 100px) !important; }

  p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.6; }

  h1.title {
    font-size: 48px; }

  .box__product-content p {
    font-size: 15px; }
  .box__product-content h5 {
    font-size: 18px; }

  #wiper-bg img {
    width: 0vw; } }
@media (max-width: 1279px) {
  .swatch {
    width: 28px;
    height: 28px;
    margin-right: 4px; }

  .gallery-index {
    top: calc(50% - 70px) !important; }

  h1 {
    font-size: 26px;
    color: #222222; }

  h1#page {
    font-size: 48px; }

  .header-wrap {
    padding: 0 30px 0 36px; }

  .menu-container {
    padding: 0 30px 0 34px; }

  .box__product-content .product-price {
    font-size: 26px; }

  h2 {
    font-size: 33px; }

  h2.home {
    font-size: 48px; }

  h3 {
    font-size: 21px; }

  h5 {
    font-size: 18px;
    margin-bottom: 7px; }

  p {
    font-size: 16px; }

  .cart-functions .quantity-selector {
    margin-top: 16px !important; }

  .product--add-to-cart-form button[type="submit"].button {
    margin-top: 16px !important; }

  #price-table {
    margin-top: -10px;
    margin-bottom: 10px;
    grid-template-columns: 100px 60px 120px; }

  .grid-wrapper.labeled {
    grid-template-columns: 24fr 1fr 75fr;
    grid-column-gap: 20px; }

  .product-title {
    margin-top: 0; }

  #product-description p {
    font-size: 19px; }

  #shopify-section-home_hero {
    max-height: 640px; }

  .grid-wrapper {
    padding: 20px 40px; }

  .panel-padding-tall {
    padding: 150px 0; }

  .panel-padding-mid {
    padding: 75px 0; }

  .panel-padding-small {
    padding: 50px 0; } }
@media (max-width: 1024px) {
  h1.logo {
    margin-top: 15px !important; }

  .logo {
    margin-top: 12px !important;
    margin-bottom: 16px !important; }

  .site-search-handle {
    margin-top: 20px !important; }

  .site-cart-handle {
    margin-top: 20px !important; }

  .site-menu-handle {
    margin-top: 20px !important; }

  .grid-wrapper.hero img {
    margin-left: 40px; }

  .box__product-content .site-box-content {
    max-width: 1024px; }

  #price-table .product-price {
    padding-right: 4px; }

  .gallery-item {
    height: 80% !important; }

  #section-collection .box--product-image img {
    padding: 5% 0 0 0; }

  .box__product-content .site-box-content {
    width: calc(100% - 60px); }

  #two-features {
    max-width: 1024px !important; }

  #section-collections.shops .lap--box--small-fl {
    width: 50% !important;
    height: 40vh !important; }
  #section-collections.shops .box--small {
    height: 40vh !important; }
  #section-collections.shops .site-box.box__heading {
    text-align: left; }
  #section-collections.shops .box--big .site-box-content {
    margin-left: 0; }
  #section-collections.shops .primary img {
    margin-left: 0 !important;
    max-width: 90% !important; }
  #section-collections.shops h1 {
    font-size: 36px; }
  #section-collections.shops .box__heading {
    border-bottom: 1px solid #ededed !important; }

  #wiper-chair img.nudge {
    margin-left: 4vw; }

  .hero .copy {
    height: auto !important; }

  #wiper-chair {
    left: 25%; }

  #wiper-chair img {
    width: 50vw !important; }

  .grid-wrapper.hero {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0; }
    .grid-wrapper.hero img {
      position: relative;
      bottom: 0;
      max-width: 100%;
      margin: 0; }
    .grid-wrapper.hero .spacer {
      display: none; }
    .grid-wrapper.hero * {
      text-align: center; }
    .grid-wrapper.hero h3 {
      margin: 0 auto; }

  #wiper-bg img {
    width: 0vw; }

  #section-page blockquote {
    margin-left: 0; }

  #your-shopping-cart .box__heading {
    display: none; }

  #your-shopping-cart .main-content {
    padding-top: 50px; }

  #your-shopping-cart .cart-item .thumbnail {
    flex: 0 0 60px; } }
@media (max-width: 1024px) and (orientation: landscape) {
  #section-collections.shops .lap--box--small-fl {
    height: 55vh !important; }
  #section-collections.shops .box--small {
    height: 55vh !important; } }
@media (max-width: 1400px) and (max-height: 768px) and (min-width: 1024px) and (min-height: 400px) and (orientation: landscape) {
  #section-collections .box--product-image img {
    padding: 10% 0 24% 0; }

  #section-collection .box--product-image img {
    padding: 8% 0 28% 0; }

  .site-box.box__collection .product-item .caption {
    bottom: 12px; }

  .site-box.box__collection .product-item .caption h3 {
    font-size: 14px !important;
    line-height: 1.2 !important; } }
@media (min-width: 1025px) and (max-height: 720px) and (orientation: landscape) {
  #two-features {
    display: none; } }
@media (max-width: 1023px) {
  #shopify-section-home_hero {
    max-height: 520px; }

  #headline {
    right: 8%;
    width: 40%; }

  .panel-padding-tall {
    padding: 100px 0; }

  .panel-padding-mid {
    padding: 50px 0; }

  .panel-padding-small {
    padding: 25px 0; }

  .flickity-page-dots {
    bottom: 6%; }

  p, .grid-number {
    font-size: 16px; }

  #section-collections .box--product-image img {
    padding: 5% 0 0 0; }

  .grid-wrapper.labeled {
    grid-template-columns: 1fr;
    text-align: center; }
    .grid-wrapper.labeled img {
      margin-top: 30px;
      max-width: 640px;
      width: 100%; }

  .grid-wrapper.centered {
    grid-template-columns: 1fr 48fr 1fr; }

  #product-description .grid-wrapper.centered {
    grid-template-columns: 1fr; }
    #product-description .grid-wrapper.centered .grid-number {
      text-align: left; }

  .cart-functions .quantity-selector {
    margin-top: 16px !important; }

  .box__heading {
    border-bottom: 2px solid #ededed !important; }

  h2.hero {
    font-size: 48px;
    margin-bottom: 15px; } }
@media (max-width: 768px) {
  .flickity-page-dots {
    display: block; }

  .gallery-index {
    display: none; }

  #section-product .box__product-gallery {
    height: auto !important; }

  .box__product-gallery.slider .site-box-content {
    height: 104vw !important; }

  #shopify-section-home_hero {
    max-height: 360px; }

  #product-zoomed-image img {
    max-width: 200%; }

  .grid-wrapper.video h2 {
    font-size: 24px;
    text-align: center;
    padding: 30px 0 0 0; }

  .flickity-page-dots {
    bottom: 6%; }

  .top.copy h3 {
    max-width: 400px; }

  h1 {
    font-size: 24px;
    color: #222222; }

  h2 {
    font-size: 32px; }

  h2.home {
    font-size: 36px; }

  h3 {
    font-size: 16px; }

  h5 {
    font-size: 16px; }

  .box__heading {
    border-bottom: 2px solid #ededed !important; }

  .simple-grid .one-half {
    width: 100%; }

  .simple-grid .one-third {
    width: 100%; }

  #headline {
    top: 60px;
    right: 45%;
    width: 45%; }

  #headline h3 {
    margin: 20px 0 30px 0; }

  #product-description p {
    font-size: 19px; }

  .gallery-index {
    font-size: 1em !important; }

  #measurements .grid-number, #page-features .grid-number, .grid-wrapper.centered .grid-number {
    margin: 0; }

  #page-features h3 {
    margin-top: 30px; }

  #page-features img {
    margin-top: 30px; }

  #footer {
    padding: 80px 0; }

  .hide-mobile {
    display: none !important; }

  .show-mobile {
    display: inline-block !important; }

  .site-box.box__collection .product-item .caption h3 {
    font-size: 14px !important; }

  .subtitle {
    font-family: 'Moderat Light';
    font-weight: 300;
    font-size: 14px !important; }

  input[type="submit"], .button {
    padding: 15px 26px 14px 26px; }

  #shopify-section-collection .price {
    font-size: 14px !important; }

  #section-collections .price {
    font-size: 14px !important; } }
@media (max-width: 767px) {
  .grid-wrapper.hero h2.home {
    margin-top: 0; }

  .grid-wrapper {
    grid-template-columns: 1fr !important;
    padding: 20px 30px; }

  .grid-wrapper.features {
    grid-template-columns: 5fr 7fr !important;
    padding: 20px 30px;
    grid-column-gap: 20px;
    align-items: start !important; }

  .grid-number {
    margin: 0 20%; }

  .hero .grid-number {
    margin: 0; }

  .one .grid-number {
    margin: 0; }

  .grid-wrapper.labeled .grid-number {
    margin: 0; }

  .grid-wrapper.four {
    grid-template-columns: 1fr 1fr !important; } }
@media (max-width: 640px) {
  .padding-strip {
    padding: 15px 20px 40px 20px; }

  #headline {
    top: 60px;
    right: auto;
    left: 30px;
    width: 55%; }

  #wiper-chair img.nudge {
    margin-left: 2.5vw; }

  .panel-padding-tall {
    padding: 70px 0; }

  .panel-padding-mid {
    padding: 35px 0; }

  .panel-padding-small {
    padding: 20px 0; }

  .flickity-page-dots {
    bottom: 6%; }

  #section-collections .box--product-image img {
    padding: 20% 0 0 0; }

  #section-collection .box--product-image img {
    padding: 20% 0 0 0; }

  #section-collections.shops .lap--box--small-fl {
    height: 35vh !important; }
  #section-collections.shops .box--small {
    height: 35vh !important; }
  #section-collections.shops h1 {
    font-size: 26px; }

  .site-box.box__collection .product-item .caption {
    text-align: left; }

  .subchairs {
    display: none !important; } }
@media (max-width: 600px) {
  h1#page {
    font-size: 36px; }

  h1.title {
    font-size: 36px; }

  h2.home {
    font-size: 36px; }

  #shopify-section-home_hero {
    max-height: 490px; }

  .grid-number {
    margin: 0; }

  #headline {
    top: 60px;
    left: 10%;
    right: 10%;
    width: 80%;
    text-align: center; }

  #headline h3 {
    margin: 30px 0 50px 0; }

  #headline h2 {
    margin-bottom: 25px; }

  #product-description p {
    font-size: 18px; }

  #two-features .table-cell:nth-child(2), #two-features .table-cell:nth-child(3) {
    display: none; } }
@media (max-width: 480px) {
  #section-cart h1.title {
    margin-top: 40px; }

  #shopify-section-collection .price .overflowed label {
    display: none; }

  #price-table {
    grid-template-columns: 80px 60px 120px; }

  .site-box.box__heading.box--add-hr .site-box-content:after {
    content: "";
    width: 0;
    height: 0;
    margin-top: 0;
    background: transparent;
    border-radius: 0; }

  .header-wrap {
    padding: 0 24px 6px 30px !important; }
    .header-wrap .logo-img img {
      width: 64px !important;
      height: 22px !important; }
    .header-wrap h1 {
      margin-top: 12px !important; }
    .header-wrap svg {
      width: 18px !important;
      height: 21px !important; }
    .header-wrap #site-search-handle {
      top: 2px !important; }
    .header-wrap #site-cart-handle {
      top: 0 !important; }
    .header-wrap .cart-menu .count {
      font-size: 12px !important; }
    .header-wrap .cart-menu .count-holder {
      top: 4px !important;
      left: -3px !important;
      font-family: 'Moderat Bold';
      font-weight: 400; }

  #site-header {
    padding-top: 45px !important;
    padding-bottom: 10px; }

  h1.logo {
    margin: 6px auto 0 auto !important; }

  .logo {
    margin: 0 auto !important; }

  .site-search-handle {
    margin-top: 5px !important; }

  .site-cart-handle {
    margin-top: 5px !important; }

  .site-menu-handle {
    margin-top: 5px !important; }

  #hello-bar {
    height: 39px; }

  #hello-bar .coupon {
    margin: 0 3px 3px 0;
    padding: 0;
    font-family: Helvetica, Arial;
    border: 0;
    font-size: 14px !important; }

  .grid-wrapper.features {
    grid-template-columns: 1fr !important;
    padding: 20px 30px;
    grid-column-gap: 20px;
    align-items: center !important; }
    .grid-wrapper.features img {
      width: 100%; }

  .grid-wrapper.four {
    grid-template-columns: 1fr !important; }

  #section-collections.shops .box--big {
    min-height: 30vh !important;
    height: 30vh !important; }
    #section-collections.shops .box--big h1 {
      line-height: 1;
      padding: 0; }
    #section-collections.shops .box--big h5 {
      display: none; }

  #section-collections.shops .lap--box--small-fl {
    min-height: 16vh !important;
    height: 16vh !important;
    width: 100% !important;
    border-bottom: 0 !important; }
    #section-collections.shops .lap--box--small-fl .site-box-content {
      margin-top: 10%; }
  #section-collections.shops .box--small {
    min-height: 19vh !important;
    height: 19vh !important;
    width: 100% !important; }
  #section-collections.shops h1 {
    font-size: 24px; }
  #section-collections.shops input[type="submit"], #section-collections.shops .button {
    padding: 12px 12px 12px 12px;
    font-size: 11px;
    margin-top: 12px !important;
    height: auto !important;
    line-height: 1; }
  #section-collections.shops .box--big .site-box-content {
    text-align: center; }
  #section-collections.shops .primary img {
    margin-left: 29% !important;
    max-width: 42% !important; }

  #section-collection .lap--box--small-lg {
    height: 34vh !important; }

  #section-collections .lap--box--small-lg {
    height: 34vh !important; }

  #section-collections .box--product-image img {
    height: 110%; }

  #section-collection .box--product-image img {
    height: 110%; }

  #section-collection h3 .subtitle {
    display: inline-block;
    width: calc(100% - 45px); }

  .box__product-content .price {
    margin-top: 2px; }

  .spr-badge {
    margin-top: 4px !important; }

  .site-box.box__collection .product-item .caption {
    padding: 15px 15px 0 15px !important; }

  .site-box.box__collections .product-item .caption {
    padding: 15px 15px 0 15px !important; }

  .site-box.box__collection .product-item .caption {
    bottom: 13px !important; }

  #shopify-section-collection .price {
    right: 15px; }

  #product-specs .grid-wrapper.four {
    grid-template-columns: 1fr 1fr !important; }

  #reviews .grid-number {
    width: 100%; }

  input[type="submit"], .button {
    padding: 13px 21px 12px 21px; }

  p#CartTotal {
    margin-top: 0px; }

  .cart-out .buttons {
    margin-top: 0; }

  .cart-out .outline svg {
    width: 15px !important;
    height: 15px !important;
    top: 3px !important; }

  .cart-out button.less-padding {
    line-height: 44px; }

  .cart-out button {
    margin: 0 !important;
    border-radius: 4px; }

  .cart-out span {
    font-size: 24px; }

  .cart-out small {
    top: 20px; }
    .cart-out small br {
      display: none; }

  .cart-item .content {
    font-size: 14px;
    line-height: 1.4; }

  textarea {
    padding: 10px 13px !important; }

  #shiptoday #copy {
    text-align: left; }

  .cart-item .actions {
    right: -5px; }

  #site-cart-form-page textarea {
    font-size: 16px;
    height: 95px; }

  	/*
  	.cart-out .buttons{
      	width: 52%;
  	}
  	*/
  .box__cart {
    margin-top: -120px !important; }

  .flickity-page-dots .dot {
    margin: 0 4px; }

  .box__product-content .site-box-content {
    margin: 20px 0 !important;
    padding: 0; }

  .spr-pagination {
    height: 36px !important; }

  .spr-pagination-page, .spr-pagination-deco {
    display: none !important; }

  h1.product-title {
    font-size: 18px;
    margin-bottom: 5px; }

  .box__product-content .product-price {
    font-size: 20px; }

  .site-nav.style--classic {
    margin-right: -18px; }

  .site-nav.style--sidebar .site-nav-container-last {
    padding: 40px 30px 50px 40px; }

  .site-nav.style--sidebar .primary-menu p {
    width: 100%; }

  #product-zoom-in {
    top: 12px !important;
    right: 8px !important; }

  .hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
    width: 22px;
    height: 2px; }

  .hamburger-menu {
    top: 2px; }

  #site-menu-handle {
    left: 16px;
    position: absolute; }

  .header-wrap .logo {
    text-align: center;
    margin: 0 auto; }

  .logo-img {
    margin-left: 28px; }

  .left-mobile {
    text-align: left; }

  .hero .copy {
    height: 230px; }

  .top.copy h3 {
    display: none; }

  h2 {
    line-height: 1.3; }

  .grid-number.logos img {
    margin-top: 15px; }

  h2.home {
    font-size: 28px; }

  h2.hero {
    font-size: 36px; } }
@media (max-width: 400px) {
  #shopify-section-home_hero {
    max-height: 430px; }

  .grid-wrapper {
    padding: 15px 20px; }

  .grid-wrapper {
    grid-column-gap: 20px; }

  #review .spr-container {
    padding: 0; }

  #price-table .compare-price {
    display: none !important; }

  #price-table {
    grid-template-columns: 80px 0 120px;
    grid-column-gap: 5px; }

  .cart-functions .button, .cart-functions .shopify-payment-button {
    min-width: 140px; } }
@media (max-width: 600px) and (max-height: 700px) and (orientation: portrait) {
  #section-collection .lap--box--small-lg {
    height: 41vh !important; }

  #section-collections .lap--box--small-lg {
    height: 41vh !important; }

  #section-collections.shops .box--small {
    min-height: 25vh !important;
    height: 25vh !important;
    width: 100% !important; } }
/* MOBILE MENU */
.site-close-handle {
  top: 10px !important;
  right: 10px !important; }

.site-nav.style--sidebar li.has-submenu:not(.collections-menu) .submenu {
  padding: 0 0 5px 0 !important; }

.site-nav.style--sidebar .site-nav-container-last {
  padding: 0 0 0 0 !important; }

.site-nav.style--sidebar .site-nav-container-last ul li span {
  padding: 6px 25px 6px 30px;
  display: block; }

.site-nav.style--sidebar .site-nav-container-last ul li ul li {
  padding: 0px; }

.site-nav.style--sidebar .site-nav-container-last ul li ul li a {
  width: 100%;
  display: block;
  padding: 6px 20px 6px 30px;
  border-top: 1px solid #d8d8d8; }

.Xsite-nav.style--sidebar .site-nav-container-last ul li ul {
  border-bottom: 1px solid #d8d8d8; }

.site-nav.style--sidebar .site-nav-container-last .has-submenu {
  margin-top: 20px; }

X.site-nav.style--sidebar .site-nav-container-last ul li:nth-of-type(2) ul li:nth-of-type(1) a {
  color: #579b2c !important; }

.site-nav.style--sidebar .site-nav-container-last li.has-submenu:not(.collections-menu) .submenu li:not(:last-child) {
  margin: 0; }

.site-nav.style--sidebar .site-nav-container-last ul li ul li:last-of-type a {
  border-bottom: 1px solid #d8d8d8; }

nav.primary-menu ul.top-menu li:nth-of-type(4) a {
  /* color: #d23b3f; */ }

Xnav.primary-menu ul.top-menu li li:nth-of-type(4) a {
  color: none !important; }
