@charset "UTF-8";

@media only screen and (min-width: 1001px) {
  #header .mainmenu {
    display: block !important;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1200px) {
  section.section-quote {
    padding-bottom: 70px;
  }

  section .section-quote-top,
  section .section-quote-bottom {
    width: 70px;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    padding-top: 62px;
  }

  #header {
    height: 62px;
  }

  #header .header-inner {
    padding: 6px 18px;
  }

  #header .menu-toggle {
    display: block;
    bottom: 13px;
  }

  #header .mainmenu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #96bd67;
    text-align: center;
  }

  .mainmenu .child {
    margin: 0;
    display: block;
  }

  .mainmenu .child > a {
    border: 0;
    padding: 22px;
  }

  .mainmenu .child.icon {
    margin: 8px 0 24px 6px;
    display: inline-block;
  }

  #header .mainmenu .cart,
  #header .mainmenu .logout {
    margin: 0;
  }

  .mainmenu .submenu {
    position: static;
  }

  .parallax {
    background-attachment: initial!important;
    background-position: center center!important;;
  }

  .product-cart .product-wrapper,
  .product-cart .product-sku-wrapper {
    float: none;
    width: 100%;
  }

  .product-cart .product-wrapper {
    padding-right: 0;
  }

  .product-cart .product-pictures .product-picture {
    width: 100%;
  }

  .product-cart .product-wrapper .product-desc p {
    font-size: 1em;
  }

  .product-pictures.product-pictures-desktop {
    display: none;
  }

  .product-pictures.product-pictures-mobile {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  .column[class*="col-"] {
      width: 100%;
  }

  section .slider-container .slider-layer-image {
    display: none;
  }

  .buttons {
    font-size: 1em;
    padding: 12px 24px;
  }

  #sku-submit {
    font-size: 1.2em;
    padding: 18px 32px;
  }

  #cart .item {
    position: relative;
  }

  #cart .item .title {
    padding-left: 2%;
  }

  #cart .item .remove {
    display: block;
    margin: 8px 0 0 2%;
  }
}

@media only screen and (max-width: 640px) {
  .product .product-image {
  float: none;
  width: 100%;
  margin: 0 auto;
  }

  .product .product-content-wrapper {
    float: none;
    width: 100%;
    padding: 8% 10%;
  }

  .filter-form {
    padding: 18px;
  }

  .filter-form p {
    display: block;
    width: 100%;
    margin: 0 0 9px 0;
  }

  .filter-form select,
  .filter-form button {
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  section.section-quote {
    padding-top: 70px;
  }

  #home {
    padding-bottom: 65%;
  }

  #footer-hours p {
    width: 45%;
  }

  .product-sku-wrapper .product-sku-qty {
    display: block;
  }

  .text-large {
    font-size: 1.1em;
  }

  .product-sku-wrapper .product-sku-qty .product-qty-label,
  .product-sku-wrapper .product-sku-qty .product-qty-input {
    width: 100%;
    text-align: left;
  }

  .product-sku-wrapper .product-sku-qty .product-qty-input {
    margin-top: 10px;
  }
}