@charset "UTF-8";
.store-page .new-product {
  position: absolute;
  z-index: 200;
  max-width: 100px;
  left: 8px;
  top: -7px;
}

.category.store.wolf .grid-container--featured {
  padding-top: 10px !important;
}

a.product-detail-link {
  text-decoration: underline;
  padding-right: 5px;
}

.checkout.wolf .button {
  position: relative;
  align-items: flex-start;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #af272e;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: white;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: white;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 500;
  height: 36.0909px;
  letter-spacing: 2.8px;
  list-style-image: none;
  list-style-position: outside;
}

.checkout.wolf .button:after {
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 0.994318px;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 0.994318px;
  bottom: 4px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 29.0909px;
  left: 4px;
  position: absolute;
  width: 90%;
}

.checkout.wolf .button:hover {
  background: #757575;
}

#sample-label-customer-service .close-reveal-modal {
  position: absolute;
  top: 4px;
  right: 16px;
  font-size: 30px;
}

#sample-label-customer-service {
  border-radius: 8px;
}

#sample-label-customer-service p {
  padding-top: 20px;
}

.get-model-customer-service a {
  font-size: 14px;
  padding-top: 5px;
}

#series_number {
  margin-bottom: 5px;
}

a.product-detail-link:after {
  content: ",";
}

a.product-detail-link:last-child:after {
  content: "";
}

#recipe-promo {
  margin-top: 20px;
  margin-left: -25px;
  max-width: 630px;
}

.holiday-button {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #c82027;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  color: white !important;
  text-decoration: none !important;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 20px;
  border: solid 1px #c82027;
  margin-top: 30px;
}

.columns.holiday.center {
  text-align: center;
}

.tips-header-image .pop-image img {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 140px;
  height: auto;
}

.row.alter {
  margin-bottom: 40px;
}

.pop-text {
  font-size: 12px;
  line-height: 15px;
}

.pop-title {
  padding-bottom: 5px;
  font-weight: 800;
}

.pop-description {
  padding-bottom: 5px;
  font-weight: 400;
}

.pop-description {
  font-size: 12px;
  padding-bottom: 5px;
}

.pop-link {
  font-size: 12px;
  font-weight: 800;
  color: #c82027;
}

.holiday-image area {
  pointer-events: none;
}

.relative {
  position: relative;
}

.holiday-pop {
  display: none;
  position: absolute;
  max-width: 340px;
  min-width: 330px;
  top: 50px;
  left: 200px;
  padding-right: 20px;
  font-size: 16px;
  color: #000;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 10px 10px 9px -2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 10px 10px 9px -2px rgba(0, 0, 0, 0.29);
  box-shadow: 10px 10px 9px -2px rgba(0, 0, 0, 0.29);
}

.pop-close {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

span.arrow-left {
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  /* left arrow slant */
  border-top: 10px solid transparent;
  /* right arrow slant */
  border-right: 10px solid #fff;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
}

span.arrow-right {
  width: 0;
  height: 0;
  right: -10px;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  margin-top: -10px;
}

.pop-text {
  display: block;
  width: 100%;
  padding: 15px;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.related-title-holiday {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 20px;
}

.products-home .holiday .slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  max-height: 250px;
  border: 0px;
  padding-top: 25px;
}

.article-text {
  display: block;
  /* vertical-align: middle;
     height:100%; */
}

.no-recipes {
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.support-video-holder .wistia_responsive_wrapper {
  top: 0px !important;
}

#wishlist {
  padding-bottom: 40px;
}

.h5 {
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 1.25rem;
}

.h4 {
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 1.5625rem;
}

.h3 {
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 1.5625rem;
}

.filter-name label.filter-label {
  font-size: 18px;
}

.sub-title h3 {
  font-size: 24px;
}

.sort-header label {
  font-size: 20px;
  font-family: Zurich W01 Bold;
  display: inline;
  padding-top: 5px;
  padding-right: 10px;
  margin-top: 20px;
  line-height: 0px;
  top: 0px;
}

.no-filters {
  display: none;
}

.filter-sort.faqs {
  display: none;
}

.faq-row {
  display: none;
}

.faq-results {
  padding-top: 30px;
}

.row.recipe div {
  font-size: 19px;
  line-height: 28px;
  padding-top: 10px;
}

.green h3 span {
  color: #79b722;
}

.mr-header {
  color: #363636;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  display: block;
  display: block;
}

.form_label {
  display: block;
  /* margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 23px;
  position: relative;
  color: #0a0a0a;
  top: -8px;
  */
  text-align: left;
}

.faq-bg {
  background: #f2f2f2;
}

.top-container .accordion img {
  padding-bottom: 0px;
}

.linkfaq {
  text-decoration: underline;
  cursor: pointer;
}

#legal-DRS .wistia_responsive_wrapper {
  top: 0px !important;
}

.answer-row blockquote {
  border-left: none;
}

ul.accordion.scoop > li.rotate > div.title::after {
  top: 25px !important;
  transform: rotateZ(90deg);
  left: -3px;
}

ul.accordion.scoop-secondary > li.rotate > div.title-secondary::after {
  top: 11px !important;
  transform: rotateZ(90deg);
  left: -3px;
}

ul.accordion.scoop-secondary {
  padding-left: 15px;
}

.page-links a {
  color: #79b722;
  font-style: 13px;
}

.header-image .drs.top-content p {
  color: #5b5b5e;
  font-family: "Zurich W01 Light";
  font-size: 14px;
}

.drs .head-row h2, .drs.top-content h2 {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  margin-bottom: 0px;
}

.header-image .drs.top-content h1 {
  color: #363636;
  font-size: 24px;
  padding-top: 20px;
  text-transform: none;
}

.top-bar-left .menu > li a {
  line-height: 20px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  border: 0px;
  background: #f5f5f7;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1rem;
  position: relative;
}

.where-to-find {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 16px;
  background: #ddd;
  padding-bottom: 5px;
}

.where-to-find h4 {
  padding-top: 20px !important;
}

#model-holder {
  font-size: 18px;
  padding-top: 5px;
  color: #585857;
}

#series-holder {
  font-size: 18px;
  padding-top: 5px;
  color: #585857;
}

.clear-sku {
  text-decoration: underline;
  cursor: pointer;
}

.sc-completed a {
  color: #fff;
  background: #f47321;
  webkit-border-radius: 10px;
  -moz-border-radius: 15px;
  border-radius: 10px;
  height: 60px;
  padding-left: 35px;
  padding-right: 35px;
  height: 60px;
  font-size: 1.8em;
  border: 0px;
  display: block;
  width: 305px;
  padding-top: 9px;
}

.sc-email-error {
  font-size: 12px;
  color: #c82027;
  display: none;
}

.sc_holder {
  position: relative;
}

#sc_form-body {
  position: absolute;
  top: 35%;
  left: 45%;
  margin-left: 6px;
  width: 49%;
}

.sc-button {
  color: #fff;
  background: #f47321;
  webkit-border-radius: 10px;
  -moz-border-radius: 15px;
  border-radius: 10px;
  height: 60px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 2em;
  border: 0px;
}

.sc-signup-pop {
  height: 60px;
  width: 100%;
  font-size: 2em;
}

.sc_download_btn {
  display: inline;
}

img.float-desktop-right {
  float: right;
}

img.float-desktop-left {
  float: left;
}

@media screen and (max-width: 944px) {
  [type=submit].sc-button {
    color: #fff;
    background: #f47321;
    webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.5em;
    border: 0px;
  }

  [type=text].sc-signup-pop {
    height: 50px;
    width: 100%;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 740px) {
  img.float-desktop-right, img.float-desktop-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sc-completed a {
    color: #fff;
    background: #f47321;
    webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    height: 60px;
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
    font-size: 1.4em;
    border: 0px;
    display: block;
    width: 290px;
    padding-top: 9px;
    text-align: center;
  }

  [type=submit].sc-button {
    color: #fff;
    background: #f47321;
    webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.2em;
    border: 0px;
  }

  [type=text].sc-signup-pop {
    height: 40px;
    width: 100%;
    font-size: 1.2em;
  }
}
.sc_mobile {
  display: none;
}

@media screen and (max-width: 740px) {
  [type=submit].sc-button {
    color: #fff;
    background: #f47321;
    webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.2em;
    border: 0px;
  }

  [type=text].sc-signup-pop {
    height: 40px;
    width: 100%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .products-home .holiday .slick-slide img {
    max-height: 120px;
    padding-top: 10px;
  }

  .shop-by-category.holiday .product {
    padding-top: 5px;
    height: 175px;
    width: 165px;
    line-height: 11px;
  }

  .shop-by-category.holiday .product a {
    font-size: 12px;
  }

  .sc_mobile {
    display: block;
  }

  .sc_desktop {
    display: none;
  }

  #sc_form-body {
    position: absolute;
    top: 45%;
    left: 5%;
    margin-left: 6px;
    width: 95%;
  }

  [type=text].sc-signup-pop {
    height: 50px;
    width: 100%;
    font-size: 1.2em;
  }

  [type=submit].sc-button {
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.2em;
    border: 0px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .sc_mobile {
    display: block;
  }

  .sc_desktop {
    display: none;
  }

  #sc_form-body {
    position: absolute;
    top: 45%;
    left: 0%;
    margin-left: 6px;
    width: 95%;
  }

  [type=submit].sc-button {
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.2em;
    border: 0px;
    margin-left: 20px;
  }

  [type=text].sc-signup-pop {
    height: 45px;
    width: 100%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 380px) {
  .sc-completed a {
    color: #fff;
    background: #f47321;
    webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    height: 60px;
    padding-left: 35px;
    padding-right: 35px;
    height: 43px;
    font-size: 1.2em;
    border: 0px;
    display: block;
    width: 300px;
    padding-top: 9px;
    text-align: center;
  }

  [type=submit].sc-button {
    height: 40px;
    width: 85%;
    padding-left: 0;
    padding-right: 0px;
    font-size: 1em;
    border: 0px;
    margin-left: 10px;
  }

  .sc-completed a {
    color: #fff;
    background: #f47321;
    webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    height: 60px;
    padding-left: 35px;
    padding-right: 35px;
    height: 43px;
    font-size: 1.2em;
    border: 0px;
    display: block;
    width: 300px;
    padding-top: 9px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sc_mobile {
    display: block;
  }

  .sc_desktop {
    display: none;
  }

  #sc_form-body {
    position: absolute;
    top: 41%;
    left: 0%;
    right: 0%;
    margin-left: 6px;
    width: 100%;
  }

  [type=submit].sc-button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    border: 0px;
    margin-left: 10px;
  }

  [type=text].sc-signup-pop {
    height: 40px;
    width: 100%;
    font-size: 1em;
  }
}
.support-video .wistia_responsive_wrapper {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px !important;
  width: 100%;
}

.support-video {
  margin-top: 15px;
  padding-left: 15px;
}

.support-video-header {
  font-weight: bold;
  font-size: 18px;
}

.support-video-text {
  padding-top: 10px;
  padding-bottom: 15px;
}

.support-video-holder {
  max-width: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filters label.shiplable {
  font-size: 20px;
}

.paypal {
  height: 30px;
  width: 150px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  position: relative;
}

.paypal-check {
  display: block;
  cursor: pointer;
  height: 30px;
  width: 150px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.paypal-valid {
  display: none;
  cursor: pointer;
}

.promod {
  padding-top: 10px;
}

.coupon-error {
  font-size: 16px;
  color: #c82027;
  font-style: italic;
}

.product .product-info .price .ship {
  color: #79b722;
}

.button.disabled, .button[disabled] {
  cursor: pointer;
}

.mobile-cc .mobile-content {
  padding-left: 10px;
  padding-right: 10px;
}

body > div.fullwidth.border-bottom-green.padding-bottom.mobile > div > div > div > h1 {
  font-size: 24px;
}

.ingredient-list a {
  text-decoration: underline;
}

.directions-list a {
  text-decoration: underline;
}

@media print {
  .printrecipe {
    display: block !important;
  }

  .recipe-print {
    height: 100px;
    width: auto;
  }

  .item.main {
    max-width: 150px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #_GUARANTEE_SealSpan {
    display: none !important;
  }

  .no-print, .no-print * {
    display: none !important;
  }

  .print img {
    max-height: 300px;
  }

  .recipes div.no-print {
    display: none;
  }

  .recipes #responsive-menu {
    display: none;
  }

  h1 {
    font-size: 20px;
  }

  .row {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 15px !important;
  }

  .li {
    padding: 0px !important;
  }

  .columns {
    padding: 0px;
  }
}
.row.more-resources {
  padding-right: 0px;
  margin-right: 0px;
}

.more-resources.row {
  padding-right: 0px;
  margin-right: 0px;
}

.category .product-category.cat-font {
  font-size: 18px;
}

.load-all, #load-all-recipes-button {
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
}

.login-error {
  padding: 10px;
  border: 1px solid black;
  font-size: 16px;
  margin-bottom: 20px;
  display: none;
}

.narrow-image {
  width: 1200px;
  height: auto;
}

.row.narrow-page.narrow-tip {
  max-width: 1200px;
}

body {
  overflow-x: hidden;
}

.relative {
  position: relative;
}

.fa-print {
  color: #363636 !important;
  position: absolute;
  right: 14px;
  top: -50px;
  font-size: 30px;
  cursor: pointer;
}

.recipe_info {
  position: relative;
}

.product .product-info .info .add-to-cart {
  text-transform: uppercase;
}

div.footer a {
  text-decoration: none !important;
}

.email-signup {
  height: 48px;
}

.isMobile {
  display: none;
}

.isDesktop {
  display: block;
}

.tips .wistia_responsive_padding {
  padding: 53.25% 0 0 0;
  position: relative;
  display: block;
  /* padding-top: 250px; */
  top: 220px;
}

div.grayblock {
  background-color: #e0e0e0;
  padding: 5px 15px 5px 15px;
}

.turn-tab {
  border-bottom: 1px solid #d6d6d6;
}

.register-product .columns {
  padding-left: 0px;
}

.register-product legend {
  padding-bottom: 10px;
}

.button.red {
  background-color: #c82027;
}

.button.red:hover {
  background-color: #c82027;
}

.cart_page .cart-estimate {
  display: none;
}

.coupon-error {
  clear: both;
}

a.double-line {
  line-height: 26px !important;
}

.contact .intro a {
  color: #000;
  text-decoration: underline;
}

.tips .head-row a {
  color: #000;
  text-decoration: underline;
}

#responsive-menu {
  position: relative;
}

#contact-customer-service {
  background-color: #c82027 !important;
  color: #fff;
  text-decoration: none;
}

.input-group-field {
  border-radius: 0;
  height: 48px;
}

.hamburger {
  display: none;
}

.columns.scrollbox {
  padding-left: 5px;
}

.row.recipe.detail .item img {
  height: auto;
  margin-top: 10px;
  margin-left: 0px;
  /* padding-left: 20px; */
}

a.mobile-extra {
  font-size: 20px;
}

.more-resources2 .columns {
  padding: 0px;
}

.columns.stay-connective-holder {
  padding-left: 50px;
}

.go-back {
  padding-top: 20px;
  font-size: 20px;
  color: #c82027;
  cursor: pointer;
}

.generic .middle-section a.forgot {
  background-color: #c82027;
  color: #fff;
  text-decoration: none;
}

.alert-click {
  font-size: 27px;
}

.mobile-parts {
  padding-left: 20px !important;
}

.wishlist .cart-total {
  margin-top: 30px;
}

.wishlist .cart-item:nth-child(even) {
  background-color: #f1f1f1;
}

.wishlist .cart-header {
  background-color: #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.wishlist .row.cart-item {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.row.cart-item .button.small {
  background: none;
  color: #000;
  text-decoration: underline;
}

.wishlist .shopping-cart-items {
  padding-bottom: 30px;
}

.wishlist .shopping-cart {
  padding-bottom: 30px;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #c82027 !important;
  color: #fff;
}

.cart-image {
  display: inline !important;
  max-width: 66px;
  padding-right: 20px;
}

.button.login.radius {
  background-color: #c82027;
  color: #fff;
  text-decoration: none;
}

.button.change.radius {
  background-color: #79b722;
  color: #fff;
  text-decoration: none;
}

.button.update.radius {
  background-color: #79b722;
  color: #fff;
  text-decoration: none;
}

#site-search-results {
  padding-left: 15px;
}

.mobile-menu li {
  clear: both;
}

#load-more-button-2 {
  background-color: #79b722;
  color: #fff;
  display: block;
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px;
  text-align: center;
  width: 150px;
  cursor: pointer;
  margin-top: 30px;
}

.mobile-features h5 {
  padding-left: 20px;
  font-size: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  padding-right: 10px;
}

.menu li.mobile-features:last-child {
  float: left;
  overflow: visible;
  display: block;
  min-height: 400px;
}

a.see-all-link {
  text-decoration: underline;
}

.row.recipe {
  position: relative;
}

.product .ships-free {
  background-color: #79b722;
  color: #fff;
  font-size: 15px;
  height: 35px;
  padding-bottom: 10px;
  padding-top: 7px;
  position: relative;
  left: 56px;
  text-align: center;
  top: 0px;
  margin-top: 10px;
  width: 108px;
  z-index: 10;
}

.featured-recipe {
  background-color: #79b722;
  color: #fff;
  font-size: 15px;
  height: 35px;
  padding-bottom: 10px;
  padding-top: 7px;
  position: absolute;
  left: 16px;
  text-align: center;
  top: 0px;
  margin-top: 10px;
  width: 108px;
  z-index: 10;
}

.product .new-product-cat.fs {
  width: 102px;
  background-color: #79b722;
  color: #fff;
}

.clear-search-recipe {
  position: absolute;
  color: #c82027;
  text-decoration: underline;
  padding-top: 2px;
  cursor: pointer;
  font-size: 13px;
}

#shopping-cart {
  overflow-x: hidden;
  /* display: inline-grid; */
}

.support .header-image .top-content h1 {
  padding-top: 0px;
}

.services .header-image .top-content h1 {
  padding-top: 0px;
}

.tips .scrollboxholder {
  max-height: 380px;
}

.tips .scrollboxholder .slick-list {
  max-height: 380px;
}

.cookandcreate .scrollboxholder {
  max-height: 380px;
}

.cookandcreate .scrollboxholder .slick-list {
  max-height: 380px;
}

.parts .scrollboxholder {
  max-height: 380px;
}

.parts .scrollboxholder .slick-list {
  max-height: 380px;
}

.connected-home-test-kitchen h2 {
  font-size: 21px !important;
}

.tip-links a {
  text-decoration: underline;
}

.alert-click {
  cursor: pointer;
}

a {
  color: #363636;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

.row.cookandcreate div:first-child {
  display: none;
}

.button.success:hover, .button.success:focus {
  background-color: #c82027;
}

.step h4 a {
  font-size: 16px;
}

.small-12.columns.add-button {
  padding-left: 0px;
}

.slick-dots {
  bottom: -30px;
}

.row .intro.columns.medium-6.home-callout-image:nth-child(odd) {
  padding-right: 20px;
}

.row .intro.columns.medium-6.home-callout-image:nth-child(even) {
  padding-left: 20px;
}

.row .intro.columns.medium-4.home-callout-image:nth-child(1) {
  padding-right: 10px;
}

.row .intro.columns.medium-4.home-callout-image:nth-child(2) {
  padding-right: 5px;
  padding-left: 5px;
}

.row .intro.columns.medium-4.home-callout-image:nth-child(3) {
  padding-left: 10px;
}

.row .intro.columns.medium-3.home-callout-image:nth-child(1) {
  padding-right: 8px;
}

.row .intro.columns.medium-3.home-callout-image:nth-child(2) {
  padding-right: 4px;
  padding-left: 0px;
}

.row .intro.columns.medium-3.home-callout-image:nth-child(3) {
  padding-right: 0px;
  padding-left: 4px;
}

.row .intro.columns.medium-3.home-callout-image:nth-child(4) {
  padding-left: 8px;
}

a.press-link {
  text-decoration: underline;
}

.fullwidth.filters-div {
  max-width: 87.5rem !important;
}

.search-results {
  font-size: 21px;
}

.search-results span {
  color: #79b722;
  font-style: italic;
}

.border-right {
  border-right: 1px solid #acacac;
}

.payment-errors {
  color: #c82027;
}

.padding-right-25 {
  padding-right: 25px;
}

#button-update-address {
  display: none !important;
}

.checkout .calculated {
  display: none;
}

.menu > li.search:hover {
  background: none;
}

table thead, table tbody, table tfoot {
  border: none;
}

table thead {
  background-color: #ddd;
}

#step-two .narrow-page, #step-one {
  border-bottom: 4px solid #79b722;
}

#shipping_method {
  margin-bottom: 5px;
  height: 2.438rem;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#couponCode {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 35px;
  margin-bottom: 5px;
}

.total-text {
  font-size: 18px;
}

.a-right {
  text-align: right;
  padding-right: 18px;
}

.product-grid-item:last-child .product .border-bottom, .part-grid-item:last-child .part:last-child .border-bottom {
  border: none !important;
}

/*** custom checkboxes ***/
a.remove-item {
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
}

.menu-header.prd {
  padding-top: 15px;
  display: inline-block;
  max-width: 363px;
}

.additional-info .border-left {
  border-left: 1px solid #c0c0c0;
}

.tips h1 {
  font-size: 24px;
}

.tip-links {
  padding-left: 10px !important;
  line-height: 42px;
}

.search #load-more-button {
  margin-top: 80px;
}

.js-drilldown-back > a::before {
  margin-top: -2px;
}

.desktop-menu {
  display: block;
}

.mobile-menu {
  display: none;
}

.is-active {
  background: #f5f5f7;
}

.close-menu {
  position: absolute;
  right: 70px;
  top: 10px;
}

.parts-extras {
  display: inline-block;
  position: relative;
  padding-left: 0px;
  background: #f5f5f7;
  height: 640px;
  max-width: 303px;
  padding-top: 20px;
  padding-right: 0px;
}

#parts-nav h5 a.header {
  font-family: "Zurich W01 Black";
  padding-top: 3px;
  padding-left: 5px;
  font-size: 17px;
  display: block;
}

#parts-nav ul {
  width: 1136px;
}

.no-results {
  font-size: 24px;
  color: #c82027;
  padding-top: 20px;
  display: block;
  float: left;
}

.search-hide a {
  color: #363636;
}

#loading-modal {
  width: 105px;
}

.support .top-container a {
  color: #363636;
  text-decoration: underline;
}

.generic .middle-section a {
  color: #363636;
  text-decoration: underline;
}

.support img.left {
  padding-right: 20px;
}

.recipe-count {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}

.head-row .product-filter h1 {
  font-size: 22px;
}

a.see-more {
  color: #c82027;
  display: block;
  font-size: 18px;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 10px;
  padding-top: 15px;
  text-align: right;
  width: 100%;
}

.middle-section p a {
  color: #363636;
  text-decoration: underline;
}

.turn-tab .columns a {
  text-decoration: underline !important;
}

.top-content h1 a {
  text-decoration: none !important;
}

.slick-slide a div {
  font-size: 1em;
  padding-top: 5px;
  line-height: 20px;
}

.recipe.detail .scroll-box .slick-slide img {
  display: block;
  height: auto;
  width: 608px;
}

.press a {
  color: #363636;
}

.menu-child {
  padding-left: 0px;
}

.top-bar-left .is-submenu-item a.menu-header {
  font-family: "Zurich W01 Black";
  padding-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
}

.vertical-menu.submenu.support {
  padding-left: 0px;
}

.vertical-menu.submenu {
  padding-left: 10px;
}

.dis-drilldown-submenu .is-drilldown-submenu-item {
  padding-left: 20px;
}

.top-bar-left .menu > li .js-drilldown-back a {
  font-size: 20px;
  font-family: "Zurich W01 Black";
}

.top-bar-left .menu li .js-drilldown-back {
  font-size: 16px;
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: "Zurich W01 Black";
}

.menu .active > a {
  color: #363636;
  background: none;
}

.vertical-menu {
  padding-left: 0;
  margin-left: 0px;
  background: #f5f5f7;
}

.is-drilldown-submenu-parent > a::after {
  content: "";
  padding-right: 5px;
  margin-top: -11px;
  border-color: transparent transparent transparent #363636;
}

.js-drilldown-back > a::before {
  content: "";
  border-color: transparent #363636 transparent transparent;
}

#register {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

#register a.register {
  color: #fff;
  text-decoration: none;
}

.vertical.menu {
  background: #f5f5f7;
}

.is-drilldown {
  background: #f5f5f7;
}

#ship_to_postal_code {
  margin-left: 0px;
}

.stay-connective-holder {
  padding-left: 30px;
}

.dropdown a:hover {
  text-decoration: underline;
}

.dropdown a.upper:hover {
  text-decoration: none;
}

a.upper {
  text-transform: uppercase;
}

.stay-connected-holder {
  padding-left: 30px;
}

.nav-column {
  float: left;
  background: #f5f5f7;
  min-width: 265px;
}

.promo-banner.nav-column {
  height: 700px;
}

.dropdown .row.product-holder {
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
  width: 880px !important;
  min-height: 600px;
}

.extra-column {
  border-left: 1px solid #c3c3c5;
  padding-left: 20px;
  min-width: 250px;
  height: 95%;
}

#product-nav ul {
  width: 1420px;
  height: 700px;
}

#product-nav .extra-column h5 {
  font-family: "Zurich W01 Black";
  padding-top: 0px;
  padding-left: 0px;
  font-size: 17px;
}

.product-extras {
  display: inline-block;
  position: relative;
  padding-left: 0px;
  background: #f5f5f7;
  height: 640px;
  max-width: 200px;
  padding-top: 20px;
  padding-right: 40px;
}

.product-extras h5 {
  font-size: 17px;
}

#product-nav h5 {
  font-family: "Zurich W01 Black";
  padding-top: 20px;
  padding-left: 5px;
  font-size: 17px;
}

#parts-nav h5 {
  font-family: "Zurich W01 Black";
  padding-top: 20px;
  padding-left: 5px;
  font-size: 17px;
}

.dropdown .row.products {
  padding-left: 20px;
  background: #f5f5f7;
}

.dropdown .row.products div {
  padding-bottom: 5px;
}

.dropdown .row.products {
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
  width: 880px !important;
  min-height: 600px;
}

.dropdown .row.cookandcreate, .dropdown .row.gift-guides {
  padding-left: 20px;
}

.dropdown .row.cookandcreate div, .dropdown .row.gift-guides div {
  padding-bottom: 5px;
}

.dropdown .row.cookandcreate, .dropdown .row.gift-guides {
  -moz-column-count: 1;
  -moz-column-gap: 0px;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
  column-count: 1;
  column-gap: 0px;
  width: 235px !important;
  min-height: auto;
}

.dropdown .row.gift-guides {
  width: 320px !important;
}

.dropdown .row.support {
  padding-left: 5px;
}

.dropdown .row.support div {
  padding-bottom: 5px;
  margin-left: 0px !important;
}

.dropdown .row.support {
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
  width: 821px !important;
  min-height: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.product-title a {
  color: #363636;
}

.top-bar-left .is-submenu-item a {
  font-size: 14px;
  font-family: "Zurich W01 Light";
}

li.search.desktop {
  margin-right: -19px;
}

.top-bar-left .menu > li {
  padding-left: 20px;
  padding-right: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar-left li:hover {
  background: #f5f5f7;
}

.login {
  font-size: 16px;
  text-transform: lowercase;
}

.top-bar-left li.search:hover {
  /* background: none; */
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: -20px;
  top: 100%;
  background: #f5f5f7;
  border: none;
  line-height: 28px;
}

.info-list figure {
  font-family: "Zurich W01 Roman";
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  margin: 0px;
}

.row.more-product-info.intro {
  padding-left: 0px;
  padding-right: 0px;
}

.more-product-info {
  z-index: 11;
  background: white;
  position: relative;
}

.columns.details {
  padding-right: 0px;
}

.cookandcreate .head-row .blog-col p {
  padding-left: 5px;
}

.product.products .columns.details {
  padding-right: 0px;
}

.notice-holder {
  position: absolute;
  top: 0px;
  left: 0px;
}

.product.products .notice-holder {
  position: absolute;
  top: 0px;
  left: 0px;
}

.product-input .send {
  width: 100%;
}

.product-input .notify-email {
  width: 100%;
}

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

.products.product.notify-email {
  display: inline;
  width: 168px;
  margin-bottom: 5px;
}

.is-submenu-item a {
  font-size: 14px;
  font-family: "Zurich W01 Light";
}

.dropdown.submenu {
  padding-left: 15px;
}

.product-grid-item {
  padding-bottom: 20px;
}

.social-icons {
  padding-top: 34px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

small {
  font-size: 80%;
  line-height: inherit;
  width: 100%;
  min-width: 140px;
  display: block;
}

input[type=search] {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}

hr {
  max-width: 1400px;
}

.tips .scroll-text {
  text-align: left;
  line-height: 19px;
  padding-top: 10px;
  position: relative;
  top: 0;
  left: 0px;
  padding-left: 5px;
  padding-bottom: 10px;
  width: 100%;
  background: none;
}

.connected-home.call-outs .columns {
  text-align: center;
  border-right: 1px solid #aaa;
}

.connected-home.call-outs .columns:last-child {
  text-align: center;
  border-right: 0px solid #aaa;
}

.connected-home.call-outs .columns a.link img {
  padding-bottom: 20px;
}

.connected-home.call-outs .columns a.link {
  padding-top: 35px;
  color: #363636;
  font-size: 21px;
  line-height: 26px;
  display: block;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.row .intro.columns {
  padding-left: 0px;
  padding-right: 0px;
}

:focus {
  outline: 0;
}

body {
  font-family: "Zurich W01 Light";
  background: white;
  color: #363636;
  font-size: 16px;
}

.scroll-box h2 a {
  color: #c82027;
}

.hidden {
  display: none;
}

body.site-search-results-page {
  /*display:none;*/
}

body.site-search-results-page.completed {
  display: block;
}

.hidden.error {
  display: block;
}

.bread-crumbs {
  padding-bottom: 0px;
}

.error-form {
  font-size: 14px;
  color: #c82027;
  display: none;
}

.error {
  font-size: 14px;
  color: #c82027;
  margin-top: -5px;
  padding-bottom: 5px;
}

.search_again {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #c82027;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  width: 120px;
  text-align: center;
}

.sku_input {
  font-family: "Zurich W01 Bold Italic";
}

.ingredient-list ul {
  margin-left: 0px;
}

.directions-list ol {
  list-style-type: none;
  overflow: auto;
  margin-left: 0px;
  /* Setup the counter. */
  counter-reset: orangeNumbers;
}

.directions-list ol li:before {
  /* Advance the number. */
  position: absolute;
  margin-left: -24px;
  counter-increment: orangeNumbers;
  /* Use the counter number as content. */
  content: counter(orangeNumbers) ".";
}

.fblogin {
  padding-top: 30px;
  text-align: left;
}

.ingredient-list ul li {
  padding-left: 15px;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.directions-list ol li {
  padding-left: 36px;
  list-style-type: none;
  padding-bottom: 10px;
  padding-top: 12px;
  padding-right: 10px;
}

.ingredient-list ul li:nth-child(odd) {
  background: #f0f0ee;
}

.directions-list ol li:nth-child(odd) {
  background: #f0f0ee;
}

.no_results_form, .results_form {
  display: none;
}

.breadcrumb .columns {
  padding-left: 0px;
}

.menu_icon {
  display: none;
}

.ampersand {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.answer .title {
  font-size: 18px;
}

.row.recipe div {
  font-size: 19px;
  line-height: 28px;
  padding-top: 10px;
}

.row.recipe p.special {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 270px;
}

.row.recipe p.special a {
  display: block;
}

select:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.card-name, .card-number, .card_name {
  width: 300px;
  height: 2.438rem;
}

.cvc {
  width: 150px;
  height: 2.438rem;
}

.selects select {
  display: inline;
  width: 115px;
}

.scroll-box h1 {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.scroll-box {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  max-width: 87.5rem;
}

.row.fullwidth {
  max-width: 100%;
}

.alert-image {
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
  z-index: 4000;
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}

#breadcrumbs {
  width: 100%;
  font-size: 14px;
  color: #363636;
}

#breadcrumbs a {
  color: #363636;
}

.bread-crumbs div.columns {
  padding-left: 0px;
}

footer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #f7f7f7;
}

.menu > li.search {
  position: relative;
  float: right;
}

.alert {
  font-family: "Zurich W01 Black";
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
}

.alert a {
  color: #fff;
  font-size: 14px;
  padding-left: 0px;
  text-decoration: underline;
  padding-top: 5px;
}

.alert .fa {
  padding-left: 0px;
}

.input-group.desktop {
  display: table;
  width: 100%;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  max-width: 260px;
  float: right;
}

.language .fa-globe {
  color: #838383;
  font-size: 45px;
  padding-left: 0px;
  padding-top: 6px;
}

.row.alert {
  background: #000;
  display: block;
}

.row.connected-home {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tip-content .row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border-detail {
  border: 1px solid #d6d6d6;
  padding: 2px;
}

.product .product-info-product .title {
  font-size: 24px;
  padding-bottom: 25px;
  padding-top: 31px;
  text-align: center;
}

.product-info-product .model {
  font-size: 16px;
  text-align: center;
}

.product-info-product .price .last-price {
  color: #363636;
  font-size: 16px;
  font-family: "Zurich W01 Roman";
  text-decoration: line-through;
}

.quantity {
  text-align: right;
  max-width: 40px;
  margin-top: 9px;
  border: 1px solid #ddd;
}

.product-info-product .price {
  color: #c82027;
  font-size: 16px;
  text-align: center;
}

.product-info-product .in-stock {
  color: #5a9468;
  font-size: 16px;
  padding-top: 5px;
  text-align: center;
}

.top-bar-left a {
  color: #000;
  font-family: "Zurich W01 Black";
}

.products-home .columns {
  padding-left: 0;
  padding-right: 0;
}

.product .product-info-product .info .add-to-cart.sold-out {
  background-color: #606060;
  text-align: center;
}

.green-border-top {
  border-top: 6px solid #79b722;
  margin-top: 25px;
}

.green-border-top-desktop {
  border-top: 6px solid #79b722;
  margin-top: 25px;
}

#item-quantity select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

#item-quantity select {
  width: 70%;
}

.product .product-info-product .info .add-to-cart {
  background-color: #c82027;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin-left: 10px;
  width: 100%;
  padding: 11px 18px;
}

.additional-info {
  border-top: 1px solid #c0c0c0;
  line-height: 13px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  width: 95%;
  padding-top: 11px;
  padding-bottom: 11px;
}

.product .details {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.additional-info .columns {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.additional-info a {
  text-transform: uppercase;
  font-size: 14px;
  color: #363636;
}

.desktop.globe {
  position: absolute;
  right: 60px;
  top: 20px;
}

.turn-tab .columns {
  padding-left: 5px;
  margin-left: 0px;
}

.fa.plus_icon {
  color: #cacaca;
  font-size: 30px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-left: 0px;
}

.top-bar .logo {
  padding-left: 0;
}

.input-group.mobile-only {
  display: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  width: 20px;
  height: 20px;
}

.top-bar-left {
  padding-left: 0;
  padding-right: 0;
  margin-left: -20px;
}

.back-ground-desktop {
  background: #f7f7f5;
}

.fullwidth .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.links.desktop-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-columns .columns {
  padding-left: 0px;
}

.links.desktop-block .link-columns a {
  color: #363636;
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}

.links.desktop-block .link-columns a span {
  color: #c82027;
}

.copy, .bottom-links {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #363636;
  background: #fff;
  padding-top: 10px;
}

.bottom-links a {
  color: #363636;
}

footer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #fff;
}

.links.desktop-block h2 {
  color: #363636;
  font-family: "Zurich W01 Black";
  font-size: 14px;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.more-resources-row {
  max-width: 1400px;
  padding-top: 0px;
}

.more-resources-row .more-resources {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px;
}

.more-resources-row .more-resources img {
  padding-bottom: 20px;
}

.more-resources-row .more-resources a {
  color: #363636;
}

.desktop-block {
  display: block;
}

.shop-by-category .slick-slide img {
  display: block;
  padding-bottom: 15px;
}

.shop-by-category .product {
  border: 1px solid #cacaca;
  height: 306px;
  margin-left: 30px;
  padding: 5px 5px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 306px;
  font-size: 1rem;
  font-family: "Zurich W01 Light";
}

.top-bar .logo {
  display: block;
  padding-bottom: 10px;
  padding-top: 13px;
  position: relative;
  text-align: left;
}

.desktop .input-group {
  padding-right: 0px;
  width: 300px;
  float: right;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}

.menu li:last-child {
  float: right;
  overflow: hidden;
}

.desktop .input-group input[type=search] {
  height: 48px;
  margin-top: 0px;
}

.fullsize img {
  width: 100%;
  height: auto;
}

.border-bottom-green {
  border-bottom: 6px solid #79b722;
  padding-bottom: 0px;
}

.border-bottom-gray {
  padding-bottom: 10px;
  padding-top: 20px;
}

.border-top-green {
  border-top: 6px solid #79b722;
}

.desktop .menu > li.search {
  border-right: none;
  width: 33%;
  padding-right: 0;
}

.products-home h1 {
  padding-left: 0px;
}

.cart {
  background-color: #77b802;
  color: #79b722;
  height: 48px;
  position: relative;
  right: 0px;
  top: 10px;
  width: 48px;
  float: right;
}

.row.product {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.product-part.product-name {
  min-height: 44px;
  display: inline-block;
}

.title a.click-through {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #c82027;
  color: #fff;
  margin-top: 10px;
  /* display: BLOCK; */
  POSITION: relative;
  display: inline-block;
}

.fa {
  color: white;
}

.filters .filter-list {
  display: none;
}

.filters .single-filter {
  display: block;
}

.filters label {
  padding-top: 5px;
}

.menu_search_icon .fa {
  color: #363636;
}

.filters input[type=checkbox] {
  padding-left: 20px;
  margin-top: 0px;
  display: inline;
  margin-left: 10px;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 23px;
  position: relative;
  color: #0a0a0a;
  top: -8px;
}

.large-image {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.large-image .desktop {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
}

.sign-up-box .button {
  height: 48px;
  background: #c82027;
}

.search-model-results {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.success {
  background: #c82027;
}

.button.small {
  background: #c82027;
}

.model-image {
  height: 100px;
  width: auto;
}

.model-none {
  display: none;
  color: #c82027;
  font-size: 14px;
  padding-left: 15px;
}

.hidden-button {
  height: 50px;
  width: 50px;
  background: transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.parts-search.searchbox {
  max-width: 500px;
}

.model-error {
  display: none;
  color: #c82027;
  font-size: 14px;
  padding-left: 15px;
}

.checkout-row .columns {
  padding-left: 0px;
  padding-right: 0px;
}

.register-row .columns {
  padding-left: 0px;
}

.register #register {
  padding-top: 20px;
}

.connected-home h1 {
  font-size: 18px;
}

div.more-resources .border-left {
  border-left: 1px solid #aaa;
}

div.search-filter .border-right, div.more-resources .border-right {
  border-right: 1px solid #aaa;
}

.search-submit {
  width: 48px;
  height: 48px;
  background: #79b722;
  color: #fff;
  font-size: 29px;
  cursor: pointer;
}

.row.narrow-page.no-padding {
  padding: 0px;
}

.narrow-page.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.input-group {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background: #ffffff;
}

.parts .input-group {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background: #f5f5f7;
}

.prov-drop, .state-drop {
  display: none;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #79b722 !important;
}

.slick-dots li button:before {
  color: #79b722 !important;
  padding-top: 1px;
}

.searchbox .menu {
  padding-right: 5px;
  position: relative;
}

.searchbox input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px !important;
}

.products-home {
  position: relative;
}

.slider-holder {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.mrlink {
  font-size: 15px;
}

.scroll-box h2 a {
  color: #c82027;
  display: block;
  font-size: 21px !important;
  overflow: hidden;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-top: 10px;
  text-align: right;
  width: 100%;
}

.scroll-box h2 {
  color: #363636;
  display: block;
  font-size: 21px !important;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 0px;
  padding-top: 5px;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
}

input.mobile-search {
  background: url(/img/glass.jpg) no-repeat right center;
  background-color: #fff;
}

#item-quantity select {
  background: url(/img/select_tall.jpg) no-repeat right center;
  background-color: #fff;
}

#parts select {
  background: url(/img/select_tall.jpg) no-repeat right center;
  background-color: #fff;
  height: 48px;
}

#parts2 select {
  background: url(/img/select_tall.jpg) no-repeat right center;
  background-color: #fff;
  height: 48px;
}

#faq select {
  background: url(/img/select_tall.jpg) no-repeat right center;
  background-color: #fff;
}

select.language_flag {
  background: url(/img/select_tall.jpg) no-repeat right center;
  background-color: #fff;
}

#register-form select {
  background: url(/img/select_tall.jpg) no-repeat right center;
  background-color: #fff;
}

#checkout input:-webkit-autofill {
  background: url(/img/select.jpg) no-repeat right center !important;
  background-image: url(/img/select.jpg) no-repeat right center !important;
}

img.norton-product {
  padding-bottom: 35px;
  float: right;
}

.columns.norton {
  padding-right: 0px;
}

.product .promo {
  margin-top: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.products-home .slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  max-height: 250px;
  border: 0px;
}

.parts-and-accessories .slick-slide img {
  width: 300px;
  height: auto;
}

.parts-and-accessories .product {
  font-size: 12px;
  margin-left: 10px;
  max-width: 306px;
  min-height: 180px;
  min-width: 306px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.part-name {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  height: 43px;
}

.part-name a {
  color: #363636;
  font-size: 14px;
  padding-top: 9px;
  text-transform: uppercase;
  display: block;
}

.parts-scroller .price {
  color: #c82027;
}

.product .promo {
  margin-top: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #d6d6d6;
  margin-left: 0px;
  margin-right: 0px;
}

.promo a {
  color: #363636;
}

.head-row .promo h2 {
  padding-top: 0px;
}

.product-category span.expand {
  font-size: 32px;
  line-height: 25px;
  padding-right: 20px;
  float: right;
  cursor: pointer;
}

.right {
  text-align: right;
}

.columns.intro.top-container {
  padding-left: 0px;
  padding-right: 0px;
}

.row.support {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.wish-list {
  padding-left: 50px;
  padding-bottom: 15px;
  display: block;
  color: #606060;
  font-style: italic;
  font-size: 14px;
}

.large-image .desktop {
  margin-top: 25px;
  padding: 10px;
  margin-bottom: 15px;
}

.slick-prev::before, .slick-next::before {
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev, .slick-next {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 40px;
}

.left-gradient {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2000;
}

.right-gradient {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2000;
}

.slick-next {
  right: 5px;
  z-index: 3000;
}

.slick-prev {
  left: 5px;
  z-index: 3000;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.menu > li.language {
  display: none;
}

.products-home h1 {
  color: #363636;
  font-size: 1.125em;
  padding-bottom: 5px;
  padding-top: 15px;
  padding-left: 0px;
  font-family: "Zurich W01 Black";
}

.top-bar-left {
  background: #fff none repeat scroll 0 0;
  float: left;
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 15px;
}

.menu > li {
  border-right: 0px solid #ffffff;
  display: table-cell;
  padding: 0 10px;
  padding-left: 0;
  vertical-align: middle;
}

.menu > li.search {
  border-right: none;
  padding-right: 0;
}

.top-bar-right-mobile .search-button {
  background: #79b722 none repeat scroll 0 0;
  cursor: pointer;
  float: left;
  height: 41px;
  padding-bottom: 0;
  padding-top: 4px;
  text-align: center;
  width: 48px;
}

.scroll-box h2 {
  color: #363636;
  display: block;
  font-size: 24px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-top: 20px;
  text-align: left;
  width: 100%;
}

.desktop.search .top-bar-right-mobile .menu {
  float: right;
}

.top-bar-right-mobile input[type=search] {
  box-sizing: content-box;
  color: #0a0a0a;
  float: left;
  margin-right: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

input[type=search] {
  height: 48px;
  margin-top: 15px;
}

.top-bar-right-mobile .search-button img {
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.product .new-product {
  max-width: 150px;
  position: absolute;
  left: -8px;
  top: -11px;
  z-index: 200;
}

@media screen and (max-width: 640px) {
  #productDetailCarousel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product .new-product {
    left: 2px;
  }
}
.product .sale-product {
  color: #fff;
  font-size: 15px;
  text-align: center;
  height: 35px;
  padding-top: 7px;
  padding-bottom: 10px;
  background: #c82027;
  width: 90px;
  margin-top: 10px;
  position: relative;
  top: 0px;
  left: 56px;
  z-index: 10;
}

.product .new-product-cat {
  background: #fdce00 none repeat scroll 0 0;
  color: #000;
  font-size: 14px;
  height: 35px;
  padding-bottom: 10px;
  padding-top: 7px;
  position: relative;
  left: 0px;
  text-align: center;
  width: 90px;
  z-index: 10;
  margin-top: 10px;
}

.product .sale-product-cat {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 35px;
  padding-top: 7px;
  padding-bottom: 10px;
  background: #c82027;
  width: 90px;
  position: relative;
  left: 0px;
  z-index: 10;
}

.top-bar {
  /* max-width: $break-large; */
  margin-left: auto;
  margin-right: auto;
  /*  border-bottom: 6px solid $green; */
  min-height: 65px;
  padding: 0.5rem 0.5rem 15px 5px;
  background: #fff;
  width: 100%;
}

.social-icons ul {
  list-style: none;
  margin-left: 0rem;
}

.social-icons ul li {
  display: inline;
}

.input-group.sign-up-box {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.cart-holder {
  padding-right: 0;
  text-align: right;
  position: relative;
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
  width: 100%;
}

.cart-quantity {
  top: 0px;
  font-size: 0.9em;
  left: 23px;
  position: absolute;
  color: #363636;
}

.cart img {
  top: 10px;
  left: 10px;
  position: absolute;
}

.zindex-2000 {
  position: relative;
  z-index: 2000;
}

#mobile-menu {
  display: none;
}

.more-product-info {
  display: none;
}

.faq-output {
  padding-top: 35px;
}

.faq-output ul.scoop {
  display: none;
}

.answer-row li {
  border-bottom: none !important;
}

ul.scoop-secondary .content {
  display: none;
}

.home-callout-image {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-callout-image img {
  border: 0px solid #cacaca;
}

ul.accordion.scoop > li .content {
  display: none;
  font-size: 14px;
  padding: 5px;
}

ul.accordion.scoop > li {
  list-style: outside none none;
  margin: 0 0 16px;
  padding: 0;
}

ul.accordion.scoop > li > div.title::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #d95a30;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  left: 0px;
  position: absolute;
  top: 21px;
  width: 0;
}

ul.accordion > li > div.title::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #9d9d9d transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 0;
}

ul.accordion.scoop > li > div.title {
  background: white none repeat scroll 0 0;
  border-top: 1px solid #bfbfbf;
  border-left: medium none;
  border-right: medium none;
  cursor: pointer;
  margin: 0;
  padding: 15px 15px 0;
  position: relative;
  transition: background 0.15s linear 0s;
}

ul.accordion.scoop li:last-child {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}

ul.accordion.scoop-secondary li:last-child {
  border-bottom: 0px solid #bfbfbf;
  padding-bottom: 10px;
}

ul.accordion.scoop > li > div.title .h1, ul.accordion.scoop > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 {
  background: white none repeat scroll 0 0;
  margin-left: 5px;
  margin-top: 0;
}

ul.accordion.scoop-secondary > li .content {
  display: none;
  font-size: 14px;
  padding: 5px;
}

ul.accordion.scoop-secondary > li {
  list-style: outside none none;
  margin: 0 0 15px;
  padding: 0;
}

ul.accordion.scoop-secondary > li > div.title-secondary::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #d95a30;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 0;
}

ul.accordion.scoop-secondary > li > div.title-secondary {
  background: white none repeat scroll 0 0;
  /*  border-top: 1px solid #bfbfbf; */
  border-left: medium none;
  border-right: medium none;
  cursor: pointer;
  margin: 0;
  padding: 0px 15px 0;
  position: relative;
  transition: background 0.15s linear 0s;
}

ul.accordion.scoop-secondary li:last-child {
  /* border-bottom: 1px solid #bfbfbf;*/
  padding-bottom: 0px;
}

ul.accordion.scoop-secondary > li > div.title-secondary h1, ul.accordion > li > div.title-secondary h2, ul.accordion > li > div.title-secondary h3, ul.accordion > li > div.title-secondary h4, ul.accordion > li > div.title-secondary h5 {
  background: white none repeat scroll 0 0;
  margin-left: 5px;
  margin-top: 0;
}

.scroller-items .item {
  margin-left: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  height: auto;
  width: 306px;
  margin-right: 25px;
  position: relative;
}

.scroller-items span {
  display: block;
  font-size: 1em;
  padding-top: 5px;
}

.up_icon {
  padding-top: 10px;
}

.icon_holder {
  right: 10px;
  width: 44px;
  bottom: 10px;
  position: fixed;
  z-index: 3000;
  display: none;
  opacity: 0.65;
}

.top-five {
  background: #545252 none repeat scroll 0 0;
  color: #fff;
  font-size: 1em;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding: 9px 33px;
  text-align: center;
  font-family: "Zurich W01 Black";
  text-transform: uppercase;
}

.top-five-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #545252;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  padding-bottom: 15px;
}

.home-callout-image {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

input[type=search] {
  height: 48px;
  margin-top: 0px;
}

.howtofind {
  display: none;
}

.howtofind h1 {
  font-size: 19px;
}

h1 span, h2 span {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 22px;
  line-height: 31px;
}

.more-resources a.mr-header {
  color: #363636;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: block;
}

.row.product-input {
  padding-top: 30px;
  border-top: 1px solid #cacaca;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
}

.additional-info .border-left-right {
  border-left: 1px solid #c0c0c0;
  margin-top: 0px;
}

.slick-dots li.vid button:before {
  font-family: "slick";
  font-size: 22px !important;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "▶";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: 1px solid #79b722;
  padding-left: 9px;
  padding-top: 1px;
}

.slick-dots li.vid.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.border-bottom-1 {
  border-bottom: 1px solid #d6d6d6;
}

.product .turn-tab {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  padding-left: 0px;
}

.turn-tab .header {
  display: block;
  font-size: 20px;
  padding-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}

.turn-tab .plus {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  padding-right: 10px;
  cursor: pointer;
  text-align: center;
}

.turn-tab .content {
  padding-bottom: 10px;
  padding-top: 5px;
  display: none;
}

.row.content .small-11 {
  padding-left: 0px;
  margin-left: 10px;
}

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 608px;
  width: auto;
  max-height: 608px;
  border: 1px solid #cacaca;
}

.scroll-box .slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  width: 100%;
  height: auto;
}

#shop-scroller .scroll-box .slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  max-height: 250px;
  border: 0px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.slick-dots li button:before {
  font-size: 15px !important;
}

.product .content h3 {
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 18px;
  padding-left: 0px;
}

.content .scroller-items .item {
  margin-right: 25px;
  margin-left: 0px;
}

.parts-scroller.scroller-items .item {
  height: 376px;
}

span.plus_icon {
  font-size: 32px;
  line-height: 25px;
  padding-right: 0px;
  float: right;
  cursor: pointer;
}

span.plus_icon_details {
  display: none;
}

.desktop.header-image {
  display: block;
  text-align: left;
  padding-top: 0px;
}

.top-content img {
  padding-bottom: 20px;
}

.tips-header-image img {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header-image .top-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  display: block;
  float: none;
  padding-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.header-image-banner {
  width: 100%;
}

.header-image .top-content.left {
  text-align: left;
}

.header-image .top-content.center {
  text-align: center;
}

.header-image .top-content.right {
  text-align: right;
}

.header-image .top-content h1 {
  color: #363636;
  font-size: 38px;
  padding-top: 20px;
  text-transform: uppercase;
}

.header-image .top-content h2 {
  color: #5b5b5e;
  font-size: 20px;
  margin-bottom: 5px;
}

.header-image .top-content p {
  color: #5b5b5e;
  font-size: 16px;
}

.filter-sort span.clear-filter-faqs {
  font-size: 13px;
  color: #c82027;
  cursor: pointer;
  padding-left: 10px;
  z-index: 1000;
}

.filter-sort span.clear-filter {
  text-decoration: underline;
  font-size: 13px;
  color: #c82027;
  cursor: pointer;
  padding-left: 100px;
  z-index: 1000;
}

.filter-sort span.clear-filter-recipes {
  text-decoration: underline;
  font-size: 13px;
  color: #c82027;
  cursor: pointer;
  padding-left: 80px;
  z-index: 1000;
  float: right;
  padding-right: 15px;
}

.product img.product-image {
  padding-top: 20px;
  /* max-height: 300px;
     max-width: 300px; */
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  width: auto;
  /*margin-left: auto;
     margin-right: auto; */
}

.product .product-info .title {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
  min-height: 60px;
}

.product .product-info .model {
  font-weight: lighter;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product .product-info .price {
  color: #c82027;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 18px;
  padding-bottom: 15px;
}

.product .product-info .info .add-to-cart {
  position: relative;
  left: 0px;
  top: 0px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* -webkit-border-radius: 5px; */
  -moz-border-radius: 5px;
  /* border-radius: 5px; */
  background-color: #c82027;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  max-width: 130px;
}

.parts .product .product-info .info .add-to-cart {
  position: relative;
  left: 0px;
  top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  /* -webkit-border-radius: 5px; */
  -moz-border-radius: 5px;
  /* border-radius: 5px; */
  background-color: #c82027;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  max-width: 130px;
}

.product .product-info .info {
  position: relative;
  margin-top: 0px;
}

.product .product-info .info .add-to-cart.sold-out {
  background-color: #606060;
  text-align: center;
}

.divider {
  color: #363636;
}

.old-price {
  color: #363636;
  text-decoration: line-through;
  font-family: "Zurich W01 Light";
  font-size: 14px;
}

.connected-home.desktop {
  display: block;
}

.desktop.callout-cat {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mobile.callout-cat {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter-sort {
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
}

.filter-sort span {
  font-size: 20px;
  padding-top: 10px;
}

.faq_filter_groups {
  padding-top: 30px;
}

.faqs .sort-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
  padding-left: 15px;
}

.filter-sort.faqs span {
  padding-top: 8px;
}

.sort-desktop {
  display: inline;
  width: 200px;
  margin-left: 10px;
}

.filters .filter-header {
  max-width: 280px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #363636;
  position: relative;
}

.sort-header {
  position: relative;
  padding-bottom: 15px;
  clear: both;
}

.filters .filter-group:last-child {
  border-bottom: 1px solid #363636;
  max-width: 280px;
}

.filter-list {
  padding-bottom: 15px;
}

.filter-header img {
  position: absolute;
  right: 10px;
  top: 8px;
}

.notify-me {
  position: relative;
  padding-top: 0px;
  width: 100%;
  height: 46px;
  display: none;
}

.notify-email {
  display: inline;
  width: 138px;
  margin-bottom: 5px;
}

.product-slide.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-top: 30px;
  width: auto;
  border: 0px solid #cacaca;
  max-height: 600px;
}

button.send {
  background-color: #606060;
  text-align: center;
  display: inline;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

#load-more-button, #load-more-recipes-button {
  background-color: #79b722;
  color: #fff;
  display: block;
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px;
  text-align: center;
  width: 150px;
  cursor: pointer;
  margin-top: 30px;
}

.desktop .input-group.search-box.recipe-search {
  padding-right: 0px;
  width: 300px;
  padding-left: 0px;
  padding-bottom: 20px;
  float: left;
  width: 289px;
}

.desktop .filter-sort {
  display: block;
  padding-top: 0px;
}

.tags ul li {
  border: 1px solid #363636;
  display: inline-block;
  font-size: 1em;
  margin-right: 10px;
  margin-top: 15px;
  padding: 8px 15px;
}

.tags ul li a {
  color: #363636;
}

.dark-row {
  background: #f0f0ee;
}

.directions ol li {
  font-size: 14px;
  overflow: hidden;
  padding: 15px 1em 15px 5px;
}

.directions li:nth-child(even) {
  background: #f0f0ee;
}

.detail .scroll-box h2 {
  color: #363636;
  display: block;
  font-size: 2em;
  overflow: hidden;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-top: 10px;
  text-align: left;
  width: 100%;
}

.row.narrow-page {
  margin-left: auto;
  max-width: 1400px;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.narrow-page {
  margin-left: auto;
  max-width: 1400px;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.recipes div.recipe_info p {
  color: #79b722;
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  text-align: left;
}

.recipes div.recipe_info p span {
  font-style: italic;
  color: #363636;
}

.head-row h1 {
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
}

.recipes .details .columns {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  text-align: center;
  line-height: 26px;
}

.recipes .details span {
  color: #79b722;
  font-size: 34px;
}

.row.head-row.details {
  padding-top: 20px;
  padding-bottom: 0px;
  overflow-x: hidden;
}

.directions ol li {
  font-size: 14px;
  overflow: hidden;
  padding: 15px 1em 15px 5px;
}

.directions ol {
  margin-left: 0px;
}

.tags ul {
  margin-left: 0px;
}

.directions .columns {
  margin-left: 0px;
  padding-left: 0px;
}

.nutrition-information {
  margin-left: -10px;
}

.connected-home h2.large-green {
  color: #79b722;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: center;
  padding-right: 20px;
}

.columns.center {
  text-align: center;
}

.load-more {
  padding-bottom: 20px;
}

.tips .buy {
  background: #c81f26;
  color: #fff;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  width: 274px;
}

.tips .buy a {
  color: #fff;
  padding: 10px;
}

#place-order {
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin-bottom: 20px;
  display: block;
}

#place-order {
  position: relative;
  align-items: flex-start;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #af272e;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: white;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: white;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 500;
  height: 36.0909px;
  letter-spacing: 2.8px;
  list-style-image: none;
  list-style-position: outside;
}

#place-order:after {
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 0.994318px;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 0.994318px;
  bottom: 4px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 29.0909px;
  left: 4px;
  position: absolute;
  width: 96%;
}

#place-order:hover {
  background: #757575;
}

.button-bg {
  background: #c82027 none repeat scroll 0 0 !important;
}

head-row.step h1 {
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 10px;
  color: #79b722;
  padding-bottom: 25px;
  padding-top: 20px;
}

.head-row.step h2 {
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 0px;
  color: #363636;
  padding-bottom: 7px;
  padding-top: 0px;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  width: 20px;
  height: 20px;
}

#register-form .underline, #checkout .underline {
  padding-bottom: 0px;
  font-size: 16px;
  color: #5e5f5f;
  text-decoration: underline;
  display: block;
}

.totals-summary .final-total {
  color: #79b722;
}

.row.totals-summary {
  padding-bottom: 10px;
  font-size: 22px;
  padding-left: 0px;
}

.totals-items .small-3 {
  text-align: right;
}

.totals-summary .small-3 {
  text-align: right;
}

.option p a {
  color: #363636;
  text-decoration: underline;
}

div.language {
  /*  border-top: 5px solid $green;
     border-bottom: 5px solid $green;
     */
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  padding-left: 10px;
  margin-bottom: 10px;
}

div .language_flag {
  display: block;
  position: absolute;
  left: 85px;
  width: 395px;
  top: 21px;
  height: 45px;
  color: #868686;
}

.back-ground {
  background: #f7f7f5;
}

.row.more-resources:first-of-type {
  border-top: 0px solid #aaa;
}

.row.more-resources {
  border-top: 1px solid #aaa;
  padding-bottom: 10px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px !important;
}

div.more-resources .border-right {
  border-right: 1px solid #aaa;
}

.more-resources div {
  position: relative;
  text-align: center;
  line-height: 17px;
}

.more-resources div.align-left a {
  color: #363636;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: block;
}

.cookandcreate .scroll-box h3 {
  color: #c82027;
  display: block;
  font-size: 1em;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 10px;
  padding-top: 15px;
  text-align: right;
  width: 100%;
}

.tip .image-overlay {
  background: rgba(121, 183, 34, 0.8);
  color: #fff;
  text-align: center;
  width: 100%;
  top: 0%;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
}

.cookandcreate .top-five-tips .tip {
  margin-left: 3px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  font-size: 18px;
  position: relative;
}

.item .image-overlay {
  background: rgba(121, 183, 34, 0.8);
  color: #fff;
  text-align: center;
  width: 100%;
  top: 0%;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
}

.columns.center {
  text-align: center;
}

.cookandcreate .head-row .center h1 {
  font-size: 45px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 1px;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ddd;
}

.green p span {
  color: #79b722;
}

.cookandcreate .head-row h2 {
  padding-top: 15px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  margin-bottom: 0px;
}

.sub-title {
  padding-left: 0px;
}

.blog-row {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  padding-top: 40px;
}

.blog-row .blog-col .post-description p {
  font-size: 18px;
  color: #363636;
}

.blog-row img {
  float: left;
  height: auto;
  width: 100%;
}

.blog-row .blog-col h4 {
  padding-left: 5px;
  padding-right: 20px;
  line-height: 34px;
  font-size: 26px;
  color: #363636;
}

.blog-row .blog-col p {
  padding-left: 5px;
  padding-right: 20px;
  font-size: 21px;
  color: #79b722;
  padding-top: 10px;
  line-height: 26px;
}

.row.support {
  display: block;
}

.parts .head-row h1 {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.products .head-row h1 {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.option h2 {
  font-size: 24px;
  padding-top: 15px;
  color: #79b722;
}

.results .search-results .info .title {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 20px;
  padding-top: 10px;
}

.results .search-results .info .model {
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: lighter;
}

.results .search-results .info .view-more {
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-style: italic;
  color: #c82027;
}

.search-results {
  padding-top: 20px;
  padding-bottom: 50px;
}

.search-results img {
  float: right;
  min-height: 300px;
  width: auto;
}

.part .part-info .title {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.part .part-info .model {
  font-weight: lighter;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.part .part-info .info .price {
  color: #c82027;
  position: absolute;
  left: 0px;
  top: 0px;
}

.part .part-info .info .add-to-cart {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #c82027;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.part.column img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.part .part-info .info {
  min-height: 40px;
  position: relative;
  margin-top: 10px;
}

.parts .head-row h1 {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.products .head-row h1 {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.find-model {
  padding-left: 15px;
  padding-top: 10px;
}

#complete-registration {
  background: #c82027 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  max-width: 230px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.head-row.step {
  background: #f8f8f8;
  padding-right: 15px;
}

.desktop-border-top-green {
  border-top: 6px solid #79b722;
}

.desktop-border-bottom-green {
  border-bottom: 6px solid #79b722;
}

.padding-bottom {
  padding-bottom: 30px;
}

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

.head-row h2 {
  padding-top: 15px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  margin-bottom: 0px;
}

.scroll-box h3 {
  color: #c82027;
  display: block;
  font-size: 1em;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 10px;
  padding-top: 15px;
  text-align: right;
  width: 100%;
}

.blog-row .blog-col .tip-title {
  padding-left: 5px;
  padding-right: 20px;
  line-height: 34px;
  font-size: 26px;
  color: #363636;
}

.blog-row .blog-col h3 {
  padding-left: 5px;
  padding-right: 20px;
  font-size: 21px;
  color: #79b722;
  padding-top: 10px;
  line-height: 26px;
  text-align: left;
}

.columns {
  /* padding-left: 0px;
     padding-right: 0px; */
}

.input-group.faq {
  max-width: 550px;
}

.option h3 {
  font-size: 18px;
  padding-top: 5px;
  color: #585857;
}

.parts-box {
  max-width: 550px;
}

.parts-box {
  height: 45px;
}

.head-row.scroll-box h2 {
  font-size: 20px;
}

.part .part-info {
  min-height: 180px;
}

.part img {
  border: 1px solid #cacaca;
}

.product .scroll-box h1 {
  font-size: 21px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 10px;
}

.row.recipe-header {
  padding-top: 15px;
  padding-bottom: 5px;
  position: relative;
}

.tip-row {
  padding-left: 20px;
}

.input-group.search-box {
  max-width: 500px;
}

.head-row.step h1 {
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 10px;
  color: #79b722;
  padding-bottom: 5px;
  padding-top: 20px;
}

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

.head-row.step .login a {
  color: #79b722;
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}

.row.review-item.white {
  background: #fff;
}

.row.review-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #fff;
}

.narrow-page .column, .narrow-page .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.contact h4 {
  font-size: 22px;
  line-height: 22px;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 20px;
}

.results .head-row p.italic {
  font-size: 20px;
  position: relative;
  font-style: italic;
  top: -10px;
}

.scroller-items a {
  color: #363636;
  line-height: 16px;
}

.banner-image {
  border: 1px solid #cacaca;
}

.shop-by-category .product a {
  font-size: 14px;
  color: #363636;
}

.add-to-cart a {
  color: #fff;
}

.title a {
  color: #363636;
}

.availability {
  text-transform: uppercase;
}

.filters input[type=checkbox] {
  padding-left: 20px;
  margin-top: 0px;
  display: inline;
  margin-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.column.product-grid-item {
  float: left !important;
}

img.recipe-image {
  width: 376px;
  height: auto;
}

.menu > li > a {
  padding-left: 0px;
}

.border-top-grey {
  margin-top: 10px;
  border-top: 1px solid #363636;
  padding-bottom: 10px;
}

.collapse-filter {
  font-size: 16px;
  color: #363636;
  /* padding-left: 15px; */
  width: 100%;
  text-align: left;
  padding-left: 0px;
  padding-top: 5px;
}

.filters {
  display: block;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gutter-left {
  padding-left: 40px;
}

.gutter-right {
  padding-right: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.scroller-items.scroll_recipe .item {
  margin-right: 25px;
  margin-left: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  height: auto;
  width: 306px;
  position: relative;
}

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

.padding-top-25 {
  padding-top: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.row.recipe .slick-dotted.slick-slider {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.row.recipe .slick-dots {
  position: relative;
  bottom: -15px;
  /* right: 20px; */
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 30px;
  text-align: left;
}

.row.recipe-rows {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.no-padding-right-desktop {
  padding-right: 0px;
}

.scrollboxholder .item {
  width: 305px;
  position: relative;
}

.scroll-text {
  text-align: left;
  line-height: 24px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0px;
  padding-left: 5px;
  padding-bottom: 10px;
  width: 305px;
  background: rgba(255, 0, 0, 0.54);
}

.container-3 {
  display: block;
  height: 80px;
  width: 300px;
  height: 80px;
  text-align: left;
}

.recipe.detail .scroll-box h2 {
  font-size: 36px !important;
}

.bottom-category-links a {
  color: #363636;
  margin-bottom: 3px;
  margin-top: 3px;
  font-family: "Zurich W01 Roman";
  display: block;
}

.email-signup.error {
  border: 2px solid #c82027;
}

.use-care {
  font-size: 14px;
}

.more-resources.intro h1 {
  padding-left: 15px;
  border-bottom: 0px;
}

.moreresources.input-group {
  background: none;
}

.more-product-info .columns {
  padding-left: 0px;
  padding-right: 0px;
}

.info-list {
  font-size: 12px;
  list-style: none;
  margin-top: 10px;
  margin-left: 0;
}

.info-list li {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.info-list li a {
  color: #363636;
}

.more-product-info .view-more a {
  font-size: 12px;
  color: #000;
  font-style: italic;
  text-decoration: underline;
}

.category .product-info-close {
  height: 40px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  border-top: 4px solid #d6d6d6;
}

.category .product-info-close img {
  margin: auto;
  position: absolute;
  top: -38px;
  left: 0;
  bottom: 0;
  right: 0;
}

.search .product-info-close {
  height: 40px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  border-top: 4px solid #d6d6d6;
}

.search .product-info-close img {
  margin: auto;
  position: absolute;
  top: -38px;
  left: 0;
  bottom: 0;
  right: 0;
}

.more-product-info {
  min-height: 300px;
}

.subt-title p {
  font-size: 24px;
}

.top-five-tips .scroll-text {
  text-align: left;
  line-height: 18px;
  padding-top: 10px;
  position: relative;
  top: 0;
  left: 0px;
  padding-left: 5px;
  padding-bottom: 10px;
  background: none;
}

.insta-post-blog img {
  width: 20%;
  height: 25% !important;
  float: left;
  border: 1px solid #fff;
}

.row.social-row {
  margin-left: 0px;
}

.instagram-row.small-7 {
  width: 53%;
}

.sub-title p {
  font-size: 24px;
}

.cookandcreate .head-row h2 {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 32px;
  margin-bottom: 0px;
}

.row.create-tip {
  padding-bottom: 50px;
}

.tips-callout-image img {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
}

.create-tip div:nth-child(2) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.create-tip div:nth-child(1) {
  padding-right: 40px !important;
}

.create-tip div:nth-child(3) {
  padding-left: 40px !important;
}

.post-description img {
  display: none !important;
}

.products-home img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  padding-bottom: 20px;
  border: 0px;
}

.product-list .products-home {
  border: 1px solid #cacaca;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Zurich W01 Light";
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  padding-left: 43px;
  padding-right: 43px;
  height: 310px;
  width: 310px;
}

.products-home a {
  font-size: 13px;
  color: #363636;
  line-height: 15px;
  margin-top: 0px;
  display: block;
}

div.product-list {
  margin-left: 0px;
  margin-right: 0px;
}

.products .row.products {
  padding-bottom: 50px;
}

.search-header {
  font-size: 20px;
  color: #363636;
  padding-left: 15px;
  font-weight: 500;
  padding-top: 10px;
}

.search-sub {
  color: #363636;
  font-size: 16px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.search-sub span {
  color: #363636;
}

.parts .scroll-text {
  text-align: left;
  line-height: 24px;
  padding-top: 10px;
  position: relative;
  top: 0;
  left: 0px;
  padding-left: 5px;
  padding-bottom: 10px;
  width: 100%;
  background: none;
}

.wheretofind p a {
  color: #363636;
  padding-top: 10px;
  display: block;
  text-decoration: underline;
}

.no-parts {
  font-size: 20px;
  padding-bottom: 20px;
}

.product-grid-item .row.product {
  padding-top: 0px;
  padding-bottom: 10px;
  position: relative;
}

.parts-holder {
  background: #fff;
}

.find-parts-for {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #363636;
}

.option-1-container {
  display: none;
  background: #fff;
}

#search-again {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: #79b722;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  cursor: pointer;
}

#parts-search-landing-div {
  position: relative;
}

.top-container {
  min-height: 110px;
}

.search-product {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cacaca;
}

.search-product .product-name {
  padding-top: 80px;
  display: block;
  font-size: 20px;
}

.search-product .model {
  padding-left: 0px;
  padding-top: 10px;
  font-size: 18px;
}

.search-product .view-more a {
  padding-left: 0px;
  padding-top: 10px;
  color: #c82027;
  font-size: 18px;
}

#parts-search-results-three {
  background: #fff;
}

#parts-search-results-three .slick-slide img {
  border: none;
}

.norton-product-checkout {
  margin-top: 40px;
}

.checkout h4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg-white {
  background: #fff;
}

.button {
  margin: 0px;
  text-transform: uppercase;
}

.category .reveal.tiny, .parts .reveal.tiny {
  width: 100px;
  height: 110px;
  max-width: 75rem;
  min-height: 110px;
  max-height: 110px !important;
  text-align: center;
  background: none;
  overflow: hidden;
  border: 1px solid #363636 !important;
  border: 0px solid #000000;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
}

#loading-modal.reveal {
  min-height: 120px !important;
  background: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

#loading-modal .loading-holder {
  min-height: 120px !important;
  width: 120px;
  display: block;
  padding-top: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.parts .add-to-cart.notify.sold-out {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.contact-item {
  padding-top: 30px;
}

.input-group.search-box {
  padding-right: 0px;
  background: none;
}

.products .products-home a {
  font-size: 16px;
  color: #363636;
  line-height: 21px;
  margin-top: 0px;
  display: block;
}

.lang-pop {
  padding: 20px;
}

.lang-pop a {
  font-size: 18px;
  color: #363636;
  padding-left: 20px;
}

.services .top-content a {
  font-size: 20px;
  color: #363636;
  padding-bottom: 20px;
  display: block;
}

.services .head-row h1 {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: left;
  font-size: 38px;
  text-transform: uppercase;
}

.product-info-product .in-stock.red {
  color: #c82027;
}

.availability.red {
  text-transform: uppercase;
  color: #c82027;
}

.availability {
  text-transform: uppercase;
  color: #79b722;
}

.tip-count, .product-count {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}

.parts-select {
  height: 48px;
}

.parts-select-2 {
  height: 48px;
}

#shopping-cart-items a {
  color: #363636;
}

.row.promo {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.email-error {
  font-size: 12px;
  color: #c82027;
  display: none;
}

#verify-email {
  padding: 20px;
  background: #c82027;
  color: #fff;
}

.row.more-resources-row {
  border-right: 1px solid #d6d6d6;
  padding-right: 30px;
}

.norton-product {
  float: right !important;
  display: inline-block !important;
  padding-bottom: 20px !important;
}

.dropdown.submenu {
  z-index: 12;
}

.tips .head-row h2 {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 32px;
  margin-bottom: 0px;
}

.tips .sub-title p {
  font-size: 16px;
}

.tips .sub-title h3 {
  font-size: 16px;
}

.keep-reading a {
  font-size: 20px;
  color: #c82027;
  padding-left: 5px;
}

.blog-col.description {
  padding-left: 40px;
}

.pinterest span {
  border-radius: 0px !important;
}

.lang-select a {
  color: #363636;
  font-size: 22px;
}

.tips-search-holder {
  display: none;
}

.tips-search-count {
  font-size: 24px;
}

.clear-search {
  font-size: 14px;
  text-decoration: underline;
  color: #c82027;
  padding-left: 10px;
  cursor: pointer;
}

/*######################################################################################################################################## */
/*######################################################################################################################################## */
/*######################################################################################################################################## */
/*######################################################################################################################################## */
/*######################################################################################################################################## */
/*######################################################################################################################################## */
.multi-line {
  line-height: 18px;
  display: block;
}

.row .columns.intro.top-content {
  /* padding-left: 15px;
     padding-right: 15px;*/
}

@media screen and (max-width: 1000px) {
  .top-bar-left .menu > li {
    padding-left: 0px;
    clear: both !important;
  }
}
@media screen and (max-width: 572px) {
  .row.fullwidth-mobile {
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row.alert {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .alert-click {
    font-size: 18px;
  }
}
.js-drilldown-back {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #cacaca;
}

.mobile-menu > li.is-drilldown-submenu-parent {
  padding-top: 15px !important;
}

@media screen and (max-width: 1420px) {
  #recipe-promo {
    margin-top: 20px;
    margin-left: -15px;
    padding-right: 20px;
  }

  .row.header-image {
    /*  padding-left: 15px;
      padding-right: 15px;
      */
  }
}
/* menu styling for mobile */
@media screen and (max-width: 1450px) {
  .row.narrow-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product.products .columns.details {
    padding-right: 20px;
  }

  .row {
    max-width: 1430px;
  }

  .columns.stay-connective-holder {
    padding-left: 30px;
    padding-right: 25px;
  }

  #parts-nav ul {
    position: absolute;
    left: -150px;
  }

  #site-search-results {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1140px) {
  .row .columns.intro.top-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown .row.products {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
    width: 690px !important;
    min-height: 600px;
  }
}
.more-resources2 {
  padding-left: 15px;
}

@media screen and (max-width: 1450px) {
  .nav-column.promo-banner {
    display: none;
    height: 700px;
  }

  .social-row .columns.sub-title {
    padding-left: 0px;
  }

  .product .turn-tab {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-padding-right-desktop {
    padding-right: unset;
  }

  .gutter-left {
    padding-left: 0px;
  }

  .gutter-right {
    padding-right: 0px;
  }

  .row .columns.intro.top-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row .intro.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .product-grid-item .row .intro.columns {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .product-list .products-home {
    width: auto;
  }

  .product-list .column {
    padding-left: 10px;
    padding-right: 5px;
  }

  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .desktop.globe {
    position: absolute;
    right: 80px;
    top: 20px;
  }

  .desktop .input-group {
    padding-right: 0px;
    width: auto;
    float: right;
  }

  .menu > li.search {
    border-right: none;
    width: 22%;
    padding-right: 18px;
  }

  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    padding-left: 0px;
  }

  #breadcrumbs {
    padding-left: 15px;
  }

  #responsive-menu {
    padding-left: 15px;
  }

  .products-home {
    padding-left: 15px;
  }

  .top-bar-left {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 17px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .header-image .top-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar {
    margin-left: auto;
    margin-right: auto;
    /*border-bottom: 6px solid $green;*/
    min-height: 65px;
    padding: 0.5rem 0.5rem 15px 5px;
    background: #fff;
    width: 100%;
    padding-left: 20px;
  }

  .scroll-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1143px) {
  .menu-icon.dark::after {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 12px 0 #000, 0 25px 0 #000;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
  }

  .columns.stay-connective-holder {
    padding-left: 10px;
    padding-right: 20px;
  }

  #recipe-search-form {
    padding-left: 15px;
  }

  .footer h1 {
    padding-left: 15px;
  }

  .columns.large-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .register .head-row.padding-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .parts .row .columns.intro.top-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .find-parts-for {
    padding-left: 15px;
  }

  .row .intro.columns.filter-column {
    padding-left: 0px;
    padding-right: 0;
  }

  .row .intro.columns {
    /*  padding-left: 0px;
      padding-right: 0px; */
  }

  .links .row .intro.columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .products .row .columns.intro.top-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .product-list .products-home {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    /* padding-top: 0px; */
    margin-top: 15px;
  }

  .filter-name {
    padding-left: 10px;
  }

  .filter-holder.row {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .filters input[type=checkbox] {
    padding-left: 0px;
    margin-top: 0px;
    display: inline;
    margin-left: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .filter-sort label {
    font-size: 15px;
    padding-top: 5px;
  }

  .filter-sort span {
    font-size: 16px;
    padding-top: 20px;
  }

  .filter-sort span.clear-filter {
    text-decoration: underline;
    font-size: 13px;
    color: #c82027;
    cursor: pointer;
    padding-left: 40px;
    z-index: 1000;
  }

  .wish-list {
    padding-left: 6px;
    padding-bottom: 15px;
    display: block;
    color: #606060;
    font-style: italic;
    font-size: 14px;
  }

  .columns.addbutton {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product .product-info-product .info .add-to-cart {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns.quantity_form {
    padding-left: 0px;
  }

  .sort-desktop {
    display: inline;
    width: 120px;
    margin-left: 10px;
  }

  .menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin-left: -5px;
    margin-top: 14px;
    position: relative;
    vertical-align: middle;
    width: 37px;
  }

  .top-bar-left .menu > li .js-drilldown-back a {
    font-size: 22px;
    font-family: "Zurich W01 Black";
  }

  .top-bar-left .menu > li a {
    line-height: 30px;
    font-size: 22px;
  }

  .menu-icon {
    height: 45px;
  }

  .is-drilldown {
    min-height: 3180.12px !important;
  }

  .hamburger {
    display: block !important;
    z-index: 4000;
    height: 50px;
    width: 50px;
  }

  #responsive-menu {
    position: absolute;
    max-width: 400px;
    z-index: 3000;
    display: none;
    min-width: 320px;
    -webkit-box-shadow: 2px 3px 17px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 2px 3px 17px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 2px 3px 17px 5px rgba(0, 0, 0, 0.26);
  }
  #responsive-menu .is-drilldown {
    min-width: 320px;
  }

  .icon img {
    width: 40px;
  }

  .no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .top-bar-left {
    background: #f5f5f7;
    float: left;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .top-bar-left {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
  }

  #responsive-menu {
    background: #f5f5f7;
  }

  .cart {
    background-color: #79b722;
    color: #79b722;
    height: 48px;
    position: absolute;
    right: 8px;
    top: 4px;
    width: 48px;
    float: right;
  }

  .top-bar .logo img.mobile-menu {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
  }

  .top-bar .logo {
    display: block;
    padding-bottom: 10px;
    padding-top: 13px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
  }

  .cart {
    background-color: #77b802;
    color: #79b722;
    height: 48px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 48px;
    float: right;
  }

  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .top-bar-left .menu > li a {
    color: #363636;
    padding-left: 0px;
    position: relative;
    /*line-height: 28px;*/
  }

  li.is-drilldown-submenu-parent a {
    padding-top: 0px;
  }

  .menu > li > a {
    display: block;
    padding-right: 5px;
  }

  .top-bar-left .menu > li {
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  .search.desktop.container-1 {
    margin-top: 20px;
  }

  .top-bar-left .menu > li {
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  #responsive-menu .menu .search {
    float: left;
    overflow: hidden;
  }

  .menu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
  }

  .menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin-left: -5px;
    margin-top: 14px;
    position: relative;
    vertical-align: middle;
    width: 37px;
  }
}
@media screen and (max-width: 726px) {
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media screen and (max-width: 869px) {
  .support .filter-sort label {
    max-height: 0px;
  }

  .filter-sort.faqs span {
    padding-top: 8px;
    padding-left: 0;
    display: block;
  }
}
@media screen and (max-width: 866px) {
  .row .columns.intro.top-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .extra-column {
    border-left: 0px solid #c3c3c5;
    padding-left: 0px;
    min-width: 250px;
    height: 95%;
  }

  .dropdown .row.products {
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
    width: auto !important;
    min-height: auto;
  }

  #product-nav ul {
    width: 800px;
  }

  .more-resources a.mr-header {
    font-size: 12px;
  }

  .mrlink {
    font-size: 14px;
  }

  .blog-container .row.blog-row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-container .row .intro.columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.blog-row {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .row.blog-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .recipes .details span {
    font-size: 24px;
  }

  .recipes .details .columns {
    font-size: 16px;
  }

  .padding-top-25 {
    padding-top: 5px;
  }

  .input-group .padding-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .row.head-row.details {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .menu > li > a {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1110px) {
  .header-image-banner {
    width: 100%;
    padding-top: 20PX;
  }

  .padding-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  li.is-drilldown-submenu-parent a {
    padding-top: 0px;
  }

  .product-menu:not(:first-child) {
    column-count: 1;
  }

  .is-drilldown-submenu-item > a {
    padding-left: 20px !important;
  }

  .is-submenu-item a {
    display: block;
    padding-bottom: 10px;
  }

  .top-bar-left .menu > li a {
    color: #363636;
    padding-left: 0px;
    position: relative;
    /* line-height: 28px;*/
  }

  .mobile-menu .input-group.search-box {
    max-width: 100%;
    padding-left: 0px;
  }

  .menu li {
    margin: 0;
    padding: 0;
    float: none;
    list-style-type: none;
  }

  #responsive-menu {
    padding-left: 15px;
    padding-right: 0px;
    background: #f5f5f7;
    display: none;
    min-width: 335px;
  }

  .top-bar-left .menu > li {
    padding-left: 0px;
  }

  .top-bar-left {
    background: #f5f5f7 none repeat scroll 0 0;
    float: left;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .top-bar-left {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
  }

  #responsive-menu {
    background: #f5f5f7;
  }

  .menu-icon.dark::after {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 12px 0 #000, 0 25px 0 #000;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
  }

  div.cart {
    background-color: #79b722;
    color: #79b722;
    height: 48px;
    position: relative;
    right: 8px;
    top: 5px;
    width: 48px;
    float: right;
  }

  .top-bar .logo img.mobile-menu {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top-bar .logo {
    display: block;
    padding-bottom: 10px;
    padding-top: 13px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
  }

  .cart {
    background-color: #77b802;
    color: #79b722;
    height: 48px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 48px;
    float: right;
  }

  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .top-bar-left .menu > li a {
    color: #363636;
    padding-left: 0px;
    position: relative;
    /*line-height: 28px;*/
  }

  li.is-drilldown-submenu-parent a {
    padding-top: 0px;
  }

  .menu > li > a {
    display: block;
    padding-right: 5px;
  }

  .top-bar-left .menu > li {
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  .search.desktop.container-1 {
    margin-top: 20px;
  }

  .top-bar-left .menu > li {
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  .menu li:last-child {
    float: left;
    overflow: hidden;
  }

  .menu li {
    margin: 0;
    padding: 0;
    float: none;
    list-style-type: none;
  }

  .menu-icon.dark:hover::after {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 12px 0 #000, 0 25px 0 #000;
  }

  .menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin-left: -5px;
    margin-top: 14px;
    position: relative;
    vertical-align: middle;
    width: 37px;
  }
}
@media screen and (max-width: 640px) {
  .fblogin {
    padding-bottom: 30px;
  }

  .keep-reading a {
    font-size: 15px;
  }

  .product.columns {
    padding-right: 5px;
  }

  .product.products .columns.details {
    padding-right: 0px;
  }

  .search-notify .email-error {
    font-size: 12px;
    color: #c82027;
    display: none;
    float: left;
  }

  .search-notify.notify-me {
    position: relative;
    padding-top: 10px;
    width: 100%;
    display: none;
    top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .product .product-info .info .price {
    color: #c82027;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 18px;
    padding-left: 23px;
  }

  .search-buy-button {
    padding-left: 20px;
  }

  .row .intro.columns.products-row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .scroller-items .item {
    margin-right: 8px;
  }

  .row.mobile-cc {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row .intro.columns.blog-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout .step .intro {
    padding-left: 0px;
    padding-right: 0px;
  }

  input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    width: 20px;
    height: 20px;
  }

  label {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    position: relative;
    color: #0a0a0a;
    top: -8px;
  }

  .notice-holder {
    position: absolute;
    top: 0px;
    left: 10px;
  }

  .product-info .model {
    padding-left: 15px;
  }

  .product-info .price {
    padding-left: 15px;
  }

  .product-info .title {
    padding-left: 15px;
  }

  .info .small-12.columns.add-button {
    padding-left: 15px;
  }

  .info-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .view-more {
    padding-left: 15px;
  }

  .load-more {
    padding-top: 0px;
    padding-bottom: 17px;
  }

  #load-more-button {
    background-color: #79b722;
    color: #fff;
    display: block;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 18px;
    text-align: center;
    width: 150px;
    cursor: pointer;
    margin-top: -30px;
  }

  .column.product-grid-item.product-item-sort {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row .intro.columns.prod {
    padding-left: 0;
    padding-right: 0;
  }

  .row .columns.intro.drop {
    padding-left: 0;
    padding-right: 0;
  }

  div.product-list {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .products .row .intro.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .columns.stay-connective-holder {
    padding-left: 20px;
    padding-right: 15px;
  }

  .checkout .intro h1 {
    border: none;
  }

  #recipe-search-form {
    padding-left: 0px;
  }

  #recipe-search-form .search-submit.tip-search {
    margin-top: -16px;
  }

  #recipe-search-form .input-group.search-box {
    max-width: 640px;
    padding-left: 0px;
    padding-right: 8px;
  }

  #recipe-search-form {
    padding-top: 20px;
  }

  .generic .head-row p {
    padding-left: 0px;
  }

  .top-bar-left .menu > li a {
    font-size: 25px;
  }

  .tip-content .row:first-child {
    padding-top: 0px;
  }

  .is-submenu-item a {
    display: block;
    padding-bottom: 10px;
  }

  .vertical-menu li {
    width: 100%;
  }

  .menu li:last-child {
    float: left;
    overflow: hidden;
  }

  .row.more-resources-row {
    border-right: none;
  }

  .row.search-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-product .product-name {
    padding-top: 20px;
    display: block;
    font-size: 16px;
    padding-left: 10px;
  }

  .search-product .model {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
  }

  .search-product .view-more a {
    padding-left: 10px;
    padding-top: 10px;
    color: #c82027;
  }

  .search #load-more-button {
    margin-top: 0px;
  }

  .column.product-grid-item {
    /*  display: block; */
    height: 100% !important;
    float: none !important;
  }

  .create-tip div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .create-tip div:nth-child(1) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .create-tip div:nth-child(3) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .recipe.detail .scroll-box h2 {
    font-size: 28px !important;
  }

  .margin-top-20 {
    margin-top: 0px;
  }

  .margin-top-25 {
    margin-top: 25px;
  }

  .connected-home.call-outs .columns a.link {
    font-size: 16px;
    padding-top: 20px;
  }

  .connected-home.call-outs .columns {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .connected-home.call-outs .columns:nth-child(1) {
    border-bottom: 1px solid #aaa;
  }

  .connected-home.call-outs .columns:nth-child(2) {
    border-bottom: 1px solid #aaa;
  }

  .connected-home.call-outs .columns:nth-child(odd) {
    border-right: 1px solid #aaa;
  }

  .connected-home.call-outs .columns:nth-child(even) {
    border-right: 0px solid #aaa;
  }

  .narrow-page .checkout-row .columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .green-border-top-desktop {
    border-top: 0px solid #79b722;
    margin-top: 0px;
  }

  .large-image {
    padding-top: 0px;
  }

  #sort-order-mobile div {
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    padding-left: 10px;
  }
}
@media screen and (max-width: 40em) {
  .tips #load-more-button {
    margin-top: 10px;
  }

  .search-hide {
    padding-right: 10px;
  }

  .row .intro.columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .turn-tab h4 {
    padding-left: 15px;
  }

  .generic .panel {
    padding-bottom: 30px;
  }

  .parts.results .top-container p {
    padding-left: 0px;
    padding-top: 10px;
  }

  .page-top p {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .parts.results .head-row h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
  }

  .scrollboxholder.bottom-scroller {
    padding-right: 0px;
    padding-left: 0px;
    max-height: 230px;
  }

  #parts-search-option-one .input-group.search-box {
    max-width: 500px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #parts-search-option-one .search-submit {
    width: 48px;
    height: 48px;
    background: #79b722;
    color: #fff;
    font-size: 29px;
    margin-top: -16px;
    cursor: pointer;
  }

  .tips .containter-4 .search-submit {
    width: 48px;
    height: 48px;
    background: #79b722;
    color: #fff;
    font-size: 29px;
    cursor: pointer;
    margin-top: -16px;
  }

  #find-recipe {
    padding-right: 15px;
  }

  .product .product-info-product .info .add-to-cart {
    padding: 11px 7px;
  }

  .search-results {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cookandcreate .scrollboxholder {
    max-height: 250px;
  }

  .tips-callout-image:nth-child(2) {
    display: none;
  }

  .tips-callout-image:nth-child(3) {
    display: none;
  }

  .recipeyield {
    padding-left: 25px;
  }

  .signup-button {
    position: relative;
    top: -8px;
  }

  .product .details {
    margin-top: 30px;
  }

  .ingredient-list ul li {
    margin-left: 15px;
    margin-right: 15px;
  }

  .recipes .hidden-mobile .search-submit {
    margin-top: -17px;
  }

  body.support {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.box-holder {
    padding-left: 0px;
    padding-right: 0;
  }

  .row.create-tip {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0;
  }

  .scrollboxholder {
    /* max-height: 250px; */
  }

  .scrollboxholder .slick-list {
    /* max-height: 250px; */
  }

  .row.alert {
    background: #000;
    padding-bottom: 0px;
    position: relative;
    padding-top: 10px;
  }

  .columns.norton-mobile {
    padding-bottom: 30px;
  }

  .scroll-box h2 a {
    color: #c82027;
    display: block;
    font-size: 18px !important;
    overflow: hidden;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: right;
    width: 100%;
  }

  .row.mobile-callout {
    padding-left: 0;
    padding-right: 0;
  }

  .row .intro.columns.medium-6.home-callout-image:first-child {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }

  .row .intro.columns.medium-6.home-callout-image:last-child {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row .intro.columns.medium-4.home-callout-image:nth-child(2) {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-title-mobile {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px !important;
  }

  .columns.features {
    padding-left: 10px !important;
  }

  .product-slide.slick-slide img {
    padding-bottom: 20px;
  }

  .quantity {
    margin-top: 5px;
    max-width: 40px;
    text-align: right;
  }

  .copy, .bottom-links {
    padding-top: 0px;
  }

  .tips .input-group.search-box {
    max-width: 500px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tips .narrow-page .column, .narrow-page .columns {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sort-header label {
    font-size: 20px;
    font-family: Zurich W01 Bold;
    display: inline;
    padding-top: 5px;
    padding-right: 10px;
    margin-top: 20px;
    line-height: 0px;
    top: 0px;
  }

  .filter-sort span {
    font-size: 20px;
    padding-top: 5px;
    float: none;
    padding-right: 10px;
  }

  .header-image-banner {
    display: block;
    padding-top: 20px;
  }

  .blog-col.description {
    padding-left: 0px;
    padding-top: 15px;
  }

  .wish-list {
    padding-left: 32px;
    padding-bottom: 0px;
  }

  .head-row h2 {
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    margin-bottom: 0px;
  }

  #search-box {
    padding-right: 0px;
  }

  .row .intro.columns.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .recipe.detail .scroll-box h2 {
    font-size: 17px !important;
  }

  .row.search-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-product .product-name {
    padding-top: 0px;
    display: block;
    font-size: 14px;
    padding-left: 10px;
  }

  .search-product .model {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
  }

  .search-product .view-more a {
    padding-left: 10px;
    padding-top: 10px;
    color: #c82027;
    font-size: 14px;
  }

  .scrollboxholder.padding-left.padding-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hidden-mobile {
    display: none;
  }

  .scroll-text {
    text-align: left;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90% !important;
    width: 100%;
  }

  #sort-order-mobile div {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #aaa;
  }

  .filters {
    display: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .columns.answer-row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .accordion.title {
    padding-left: 10px;
    padding-right: 0px;
    margin-left: 10px;
  }

  ul.accordion.scoop > li {
    list-style: outside none none;
    margin: 0 0 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-output.columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.narrow-page {
    margin-left: auto;
    max-width: 1400px;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #breadcrumbs {
    padding-left: 15px;
    padding-top: 15px;
  }

  .info .add-to-cart {
    /* position: absolute; */
    /* right: 0px; */
    /* left: unset; */
    /* top: 0px; */
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #c82027;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
  }

  .search .product-filter {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
  }

  .search .product-filter span {
    font-size: 22px;
  }

  .tags .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search .search-filter {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .search .search-filter .columns {
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
  }

  .collapse-filter {
    font-size: 16px;
    color: #363636;
    width: 100%;
    text-align: right;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  span.plus_icon.mobile {
    font-size: 38px;
  }

  .collapse-filter span.plus_icon {
    font-size: 38px;
    line-height: 25px;
    padding-right: 0px;
    float: right;
    cursor: pointer;
    position: relative;
    top: -3px;
  }

  .part .part-info {
    min-height: 130px;
  }

  .search-header {
    font-size: 20px;
    color: #363636;
    padding-left: 15px;
    font-weight: 500;
    padding-top: 10px;
  }

  .search-sub {
    color: #363636;
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 10px;
  }

  .search-sub span {
    color: #363636;
  }

  .row.search-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    position: relative;
  }

  .input-group.search-box {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 0px;
  }

  .input-group.search-box-recipe {
    max-width: 480px;
    padding-left: 10px;
  }

  .products-home .slick-slide img {
    max-height: 110px;
  }

  .intro h1 {
    border-bottom: 1px solid #363636;
    padding-bottom: 20px;
  }

  .row.padding-bottom {
    padding-bottom: 10px;
  }

  .row.padding-top {
    padding-top: 10px;
  }

  .padding-top {
    padding-top: 10px;
  }

  .padding-bottom {
    padding-bottom: 10px;
  }

  .narrow-page {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .desktop-border-top-green {
    border-top: 0px;
  }

  .desktop-border-bottom-green {
    border-bottom: 0px;
  }

  .searchbox input[type=search] {
    height: 32px !important;
  }

  .find-model {
    padding-left: 0px;
    padding-top: 0px;
  }

  .search-results img {
    float: right;
    min-height: 200px;
    width: auto;
  }

  .columns.intro.top-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .support.row.header-image {
    display: none;
  }

  .row.support {
    padding: 0px;
    margin-left: 0px;
  }

  .blog-row {
    padding-bottom: 40px;
  }

  .totals-summary .small-3 {
    text-align: left;
  }

  .totals-items .small-3 {
    text-align: left;
  }

  .nutrition-information {
    margin-left: 0px;
  }

  .notify-me {
    position: relative;
    padding-top: 10px;
    width: 100%;
    display: none;
    top: 0px;
  }

  input[type=text].notify-email {
    display: inline;
    width: 140px;
    padding-top: 10px;
    padding-right: 10px;
    height: 40px;
  }

  .sort-desktop {
    display: block;
    width: 200px;
    margin-left: 10px;
  }

  .filters.mobile {
    display: none;
    margin-top: 43px;
  }

  .sort.mobile {
    display: none;
    margin-top: 8px;
    font-size: 16px;
  }

  .filters .filter-group:last-child {
    border-bottom: 0px solid #363636;
    max-width: 100%;
  }

  .filters .filter-header {
    background: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    max-width: 100%;
    border-top: 0px solid #aaa;
    border-bottom: 1px solid #fff;
  }

  .filters {
    border-bottom: 1px solid #aaa;
  }

  .filter-header img {
    position: absolute;
    right: 0px;
    top: -6px;
  }

  .connected-home.mobile {
    display: block;
  }

  .filters.mobile {
    display: none;
  }

  .sort.mobile {
    display: none;
  }

  .search-filter.mobile {
    display: block;
  }

  .head-row.mobile {
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
  }

  .grid .column {
    padding-left: 0px;
  }

  .row.content .small-11 {
    padding-left: 0px;
    margin-left: -5px;
  }

  .more-product-info .columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  span.plus_icon_details {
    font-size: 32px;
    line-height: 25px;
    padding-right: 0px;
    float: right;
    display: block;
    cursor: pointer;
  }

  .head-row.details {
    padding-top: 0px;
  }

  .top-five-arrow {
    padding-bottom: 5px;
  }

  .scroll-box .slick-slide img {
    width: 100%;
    height: auto;
  }

  .parts-scroller .price {
    color: #c82027;
    font-size: 14px;
    padding-top: 7px;
  }

  .parts-scroller.scroller-items .item {
    height: 256px;
  }

  .content .scroller-items .item {
    margin-right: 5px;
    margin-left: 0px;
  }

  .turn-tab .product .content h3 {
    padding-left: 15px;
  }

  .turn-tab .header {
    padding-left: 0px;
  }

  .product .promo {
    margin-left: 0px;
  }

  .desktop-block {
    display: none;
  }

  .slick-dots li button:before {
    font-size: 10px !important;
  }

  .scroll-box h1 {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .scroll-box {
    padding-left: 0px;
  }

  img.norton-product {
    padding-bottom: 0px;
    float: right;
  }

  .norton {
    text-align: right;
  }

  .row.product-input {
    padding-top: 0px;
    border-top: 0px solid #cacaca;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .product-info-product .model {
    font-size: 16px;
    text-align: center;
  }

  .product .product-info-product .title {
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: center;
  }

  .product .sale-product {
    left: -10px;
  }

  .product .ships-free {
    left: -10px;
  }

  .product .new-product-cat {
    left: -10px;
  }

  .product .sale-product-cat {
    left: -10px;
  }

  .more-resources span.mr-header {
    color: #363636;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: block;
  }

  .mr-icon {
    height: 55px;
    width: auto;
  }

  .padding-left.padding-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  label {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    position: relative;
    color: #0a0a0a;
    top: -8px;
  }

  .filters label {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    position: relative;
    color: #0a0a0a;
    top: -13px;
  }

  .register input[type=checkbox], .register input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    width: 30px;
    height: 30px;
    margin-bottom: 40px;
  }

  .parts .head-row h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
  }

  .products .head-row h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
  }

  .fa.fa-minus, .fa.fa-plus {
    color: #363636;
  }

  .parts .expand {
    position: absolute;
    top: -2px;
    right: 20px;
    font-size: 40px;
  }

  .products .expand {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
  }

  .blog-row .blog-col img {
    padding-left: 0px;
    width: 100%;
    height: auto;
    padding-right: 0px;
  }

  .row.blog-row {
    padding-bottom: 15px;
    border-bottom: 1px solid #cacaca;
    padding-top: 15px;
  }

  .blog-row .blog-col {
    text-align: left;
  }

  .blog-row .blog-col h4 {
    padding-left: 5px;
    padding-right: 10px;
    line-height: 24px;
    font-size: 18px;
  }

  .blog-row .blog-col p {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 12px;
    color: #79b722;
    padding-top: 10px;
    line-height: 18px;
  }

  .item .image-overlay {
    background: rgba(121, 183, 34, 0.8);
    color: #fff;
    text-align: center;
    width: 100%;
    top: 0%;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
  }

  .cookandcreate .top-five-tips .tip {
    margin-left: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    font-size: 18px;
    position: relative;
  }

  .create-tip .head-row p {
    font-size: 17px;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .create-tip img {
    width: 100%;
    height: auto;
  }

  .green p span {
    color: #79b722;
  }

  .head-row .green p {
    padding-top: 15px;
    font-size: 16px;
  }

  .head-row .green.sub-title p {
    padding-top: 0px;
    font-size: 16px;
  }

  .head-row .green.sub-title h3 {
    padding-top: 0px;
    font-size: 16px;
  }

  .cookandcreate .head-row h2 {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    margin-bottom: 0px;
  }

  .cookandcreate .head-row h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
  }

  .cookandcreate .scroll-box h3 {
    color: #c82027;
    display: block;
    font-size: 1em;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 15px;
    text-align: right;
    width: 100%;
  }

  .cookandcreate .head-row .center h1 {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ddd;
  }

  .top-bar-left {
    background: #f7f7f5;
    float: left;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 0px;
  }

  .row.connected-home {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #search-box-mobile {
    margin-top: 15px;
    padding-bottom: 20px;
  }

  input[type=search] {
    height: 48px;
    margin-top: 0px;
  }

  .slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 608px;
    width: auto;
    max-height: 608px;
  }

  .input-group.sign-up-box {
    display: table;
    width: 100%;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .home-callout-image img {
    width: 100%;
  }

  .scroller-items span {
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
  }

  .scroll-box {
    padding-right: 0px;
  }

  .scroller-items .item {
    margin-left: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    height: auto;
    width: 165px;
    position: relative;
  }

  .cart {
    background-color: #77b802;
    color: #79b722;
    height: 48px;
    position: relative;
    right: 18px;
    top: 10px;
    width: 48px;
    float: right;
  }

  .menu_plus_icon {
    cursor: pointer;
    height: 44px !important;
    right: 20px;
    max-height: unset;
    max-width: unset;
    position: absolute;
    top: 2px;
    width: auto;
    font-size: 31px;
  }

  #recipe-search-form .input-group.search-box {
    max-width: 640px;
    padding-left: 0px;
    padding-right: 8px;
  }

  .search_form .input-group.search-box {
    max-width: 500px;
    padding-left: 5px;
    padding-right: 0px;
  }

  .head-row .search_form p {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-bottom: 10px;
  }

  .cookandcreate .search-submit.recipe-search {
    margin-top: -16px;
  }

  .support .search-submit {
    margin-top: -16px;
  }

  .cookandcreate .head-row p {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .cookandcreate .menu_plus_icon {
    cursor: pointer;
    height: 44px !important;
    right: 20px;
    max-height: unset;
    max-width: unset;
    position: absolute;
    top: 2px;
    width: auto;
    font-size: 44px;
  }

  .shop-by-category .product {
    height: 180px;
    width: 180px;
    padding-top: 15px;
  }

  .input-group.mobile-only {
    display: inline-table;
  }

  .cart-holder {
    position: inherit;
  }

  .top-bar .logo {
    display: block;
    padding-bottom: 10px;
    padding-top: 13px;
    padding-left: 0px;
    padding-right: 15px;
    text-align: center;
  }

  .tips .tip img {
    width: 100%;
    height: auto;
  }

  .sort {
    display: none;
  }

  .sort-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 4px solid #fff;
    background: #f7f7f5;
  }

  .no-border {
    border-bottom: none !important;
  }

  .slick-dots li.vid button:before {
    font-family: "slick";
    font-size: 16px !important;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "▶";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-left: 1px solid #79b722;
    padding-left: 9px;
    padding-top: 1px;
  }

  .slick-dots li.vid.slick-active button:before {
    opacity: 0.75;
    color: black;
  }

  body {
    overflow-x: hidden;
  }

  .slick-next {
    display: none !important;
  }

  .slick-prev {
    display: none !important;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none !important;
  }

  .globe {
    display: none;
  }

  .cart {
    background-color: #77b802;
    color: #79b722;
    height: 48px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 48px;
  }

  .dark-row {
    background: #f0f0ee;
  }

  .directions li:nth-child(even) {
    background: #f0f0ee;
  }

  .ingredients .row:first-of-type {
    border-top: 1px solid #acacac;
  }

  .ingredients .row .columns {
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .directions ol {
    list-style-position: inside;
    border-top: 1px solid #acacac;
    margin-left: 0px;
  }

  .directions ol li {
    font-size: 14px;
    overflow: hidden;
    padding: 15px 1em 15px 5px;
  }

  .directions ol li p {
    bottom: 1.5em;
    float: left;
    margin: 0 1.5em;
    overflow: hidden;
    position: relative;
  }

  .tags ul {
    list-style: none;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .tags ul li {
    border: 1px solid #363636;
    display: inline-block;
    font-size: 1em;
    margin-right: 10px;
    margin-top: 15px;
    padding: 8px 15px;
  }

  .nutrition p {
    padding-top: 15px !important;
    border-top: 1px solid #acacac;
  }

  .nutrition .per-serving {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .head-row.nutrition h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    padding-top: 0px;
  }

  .turn-tab.nutrition .plus {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-right: 10px;
    cursor: pointer;
  }

  .nutrition .columns {
    padding-left: 0;
    margin-top: 8px;
    padding-right: 0;
    margin-bottom: 8px;
  }

  .border-right {
    border-right: 1px solid #acacac;
  }

  .tags ul li a {
    color: #363636;
  }

  .directions ol li:before {
    background: #f0f0ee;
  }

  .recipes .details .columns {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
    text-align: center;
    text-align: center;
  }

  .recipes .details span {
    color: #79b722;
    font-size: 24px;
  }

  .recipes div.recipe_info p {
    color: #79b722;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    text-align: left;
  }

  .recipes div.recipe_info p span {
    font-style: italic;
    color: #363636;
  }

  .connected-home h1.large-green {
    color: #79b722;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .connected-home h2.large-green {
    color: #79b722;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
  }

  .scrollboxholder .item {
    margin-left: 3px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .row.totals {
    padding-left: 0px;
  }

  .green-top {
    border-top: 6px solid #79b722;
  }

  .tips .links {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }

  .tips .links a {
    color: #363636;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    padding-left: 10px;
  }

  .tips .tip-header {
    color: #363636;
    font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .tips .tip {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
  }

  .tips .tip p {
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .tips .tip-content p {
    font-size: 16px;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
  }

  .tips .tip-content ol {
    font-weight: normal;
  }

  .tips .tip-content ul {
    font-size: 13px;
    font-weight: normal;
  }

  .tips .tip-content {
    padding-bottom: 15px;
  }

  .tips .buy {
    background: #c81f26;
    color: #fff;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 274px;
  }

  .tips .buy a {
    color: #fff;
    padding: 10px;
  }

  .register .head-row.step h2 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0px;
    color: #363636;
    padding-bottom: 7px;
    padding-top: 10px;
  }

  .tips .tip-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .tip img {
    width: 165px;
    height: 165px;
  }

  .recipe img {
    width: 165px;
    height: 165px;
  }

  .recipe #recipe-promo img {
    width: auto;
    height: auto;
  }

  .recipes .recipe {
    padding-bottom: 15px;
    padding-top: 0px;
    text-align: center;
    margin-right: -15px;
  }

  .recipe p {
    font-size: 22px;
    padding-top: 10px;
    line-height: 23px;
    padding-left: 0px;
  }

  .tip p {
    font-size: 22px;
    padding-top: 10px;
    line-height: 23px;
    padding-left: 10px;
  }

  .item.blog div {
    width: 165px;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
  }

  .category .product-info-close {
    height: 40px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    border-top: 4px solid #d6d6d6;
  }

  .search .product-info-close {
    height: 40px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    border-top: 4px solid #d6d6d6;
  }

  .scrollboxholder .item.blog {
    font-size: 13px;
    margin-left: 3px;
    max-width: 185px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 1px;
    text-align: center;
  }

  .register .head-row h1 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #363636;
  }

  .register .head-row hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .register .head-row .intro p {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }

  .tips .head-row h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
  }

  .tips .head-row hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tips .head-row .intro p {
    font-size: 16px;
    font-family: "Zurich W01 Roman";
    line-height: 23px;
  }

  .product.columns {
    position: relative;
    position: relative;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .product .turn-tab {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .turn-tab .content {
    display: none;
  }

  .product .products-home {
    overflow: hidden;
    padding-top: 0;
  }

  .product .products-home h1 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .turn-tab .content p {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 15px;
  }

  .turn-tab .content {
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .turn-tab .header {
    display: block;
    font-size: 20px;
    padding-bottom: 0;
    padding-top: 15px;
    text-transform: uppercase;
  }

  .product .content h3 {
    text-transform: uppercase;
    padding-top: 15px;
    font-size: 14px;
    padding-left: 15px;
  }

  .turn-tab .plus {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-right: 10px;
    cursor: pointer;
  }

  .product .product-features {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
  }

  .product .product-features p {
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    padding-left: 2px;
    padding-right: 2px;
  }

  .product .product-features h1 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    color: #363636;
  }

  .product .product-image {
    padding-top: 20px;
    max-height: 320px;
    min-height: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product .product-info-product .title {
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: center;
  }

  .product .product-info-product {
    padding: 10px 5px 6px;
  }

  .product-info-product .model {
    font-size: 16px;
    text-align: center;
  }

  .product-info-product .price {
    color: #c82027;
    font-size: 16px;
    text-align: center;
  }

  .product-info-product .price .last-price {
    color: #363636;
    font-size: 16px;
    font-family: "Zurich W01 Roman";
    text-decoration: line-through;
  }

  .product-info-product .price .separator {
    color: #b9b8b8;
    font-weight: normal;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-info-product .in-stock {
    color: #5a9468;
    font-weight: normal;
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
  }

  .product-info-product .product-input .columns {
    padding-top: 15px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product .product-info-product .info .add-to-cart {
    background-color: #c82027;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 11px 7px;
    text-align: center;
  }

  #item-quantity select {
    width: 70%;
  }

  .columns.center {
    text-align: center;
  }

  .border-white-both {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    text-align: center;
  }

  .row.review-item.white {
    background: #fff;
  }

  .review-item.white .columns {
    background: #fff;
  }

  .row.review-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #fff;
  }

  .review-item .columns {
    font-size: 13px;
    font-weight: bold;
    padding: 4px 1px;
  }

  .padding-top-20 {
    padding-top: 20px !important;
  }

  .review-header .columns {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .review-header {
    border-top: 2px solid #fff;
    margin-top: 15px;
  }

  .border-detail {
    border: 1px solid #d6d6d6;
    padding: 2px;
  }

  .row.totals-items {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .norton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .row.totals-summary {
    padding-bottom: 10px;
    font-size: 22px;
    padding-left: 20px;
  }

  #place-order {
    background: #c82027 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  #complete-registration {
    background: #c82027 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    max-width: 230px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .row.connected-home.faq {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .totals-summary .final-total {
    color: #79b722;
  }

  .double-border-inner {
    border: 1px solid #d6d6d6;
    padding: 2px;
  }

  .product.row.border {
    border: 1px solid #d6d6d6;
  }

  .product.row.column {
    border: 1px solid #d6d6d6;
  }

  .category .product-info-close img {
    margin: auto;
    position: absolute;
    top: -38px;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .row.support.hidden {
    display: none;
  }

  img.recipe-image {
    width: 100%;
    height: auto;
  }

  .recipe p {
    text-align: left;
  }

  .category .product-category {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 22px;
  }

  .results .head-row p.italic {
    font-size: 20px;
    position: relative;
    font-style: italic;
    top: -10px;
  }

  .results .search-results .img {
    text-align: center;
  }

  .results .search-results {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .category .head-row p.italic {
    font-style: italic;
  }

  .category .search-results .img {
    text-align: center;
  }

  .category .search-results {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .columns.product-title {
    font-size: 16px;
    padding-left: 15px;
    padding-top: 5px;
  }

  .info-list {
    font-size: 16px;
    list-style: none;
    margin-top: 10px;
    margin-left: 0;
  }

  .info-list li {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .info-list ul {
    line-height: 17px;
  }

  .product-title a {
    color: #363636;
  }

  .more-product-info .view-more a {
    font-size: 16px;
    color: #000;
    font-style: italic;
    padding-left: 0px;
  }

  .fa-angle-down {
    font-size: 22px;
    color: #aaa;
  }

  .fa-angle-up {
    font-size: 22px;
    color: #aaa;
  }

  i.fa-angle-down:before {
    left: 4px;
    position: relative;
    top: 2px;
  }

  i.fa-angle-up:before {
    left: 4px;
    position: relative;
    top: 2px;
  }

  .product .border-bottom, .part .border-bottom {
    border-bottom: 1px solid #aaa;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .results .search-filter {
    border-top: 2px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .results .search-filter .columns {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
  }

  .results .search-results .info .title {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 14px;
    padding-top: 10px;
  }

  .results .search-results .info .model {
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: lighter;
  }

  .results .search-results .info .view-more {
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-style: italic;
    color: #c82027;
  }

  .results .search-results .info {
    padding-left: 10px;
  }

  .category .search-filter {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .category .search-filter .columns {
    font-size: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
  }

  .tips .search-filter {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tips .search-filter .columns {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
  }

  .recipes .parts-search {
    display: block;
    height: 34px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .recipes .search-filter {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 8px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px !important;
    clear: both;
    padding-bottom: 15px;
  }

  .recipes .search-filter .columns {
    font-size: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
  }

  .category .search-results .info .title {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 14px;
    padding-top: 10px;
  }

  .category .search-results .info .model {
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: lighter;
  }

  .category .search-results .info .view-more {
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-style: italic;
    color: #c82027;
  }

  .category .search-results .info {
    padding-left: 10px;
  }

  .bottom-links {
    width: 100%;
    text-align: center;
    font-size: 21px;
    color: #363636;
  }

  .bottom-links a {
    color: #363636;
    font-size: 12px;
  }

  .copy {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
  }

  .more-resources a {
    color: #363636;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    font-family: "Zurich W01 Roman";
  }

  .more-resources div.align-left a {
    color: #363636;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    display: block;
  }

  s.connected-home.columns span {
    display: block;
    font-size: 11px;
  }

  .row.directions {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.directions h1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.directions li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.ingredients {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.ingredients h1 {
    padding-left: 25px;
    padding-right: 10px;
  }

  .border-1-above {
    margin-top: 0px;
    border-top: 1px solid #cacaca;
  }

  .row.recipe.detail .item img {
    height: auto;
    margin-left: -20px;
    margin-top: 10px;
  }

  .more-resources div {
    position: relative;
    text-align: center;
    line-height: 17px;
  }

  .more-resources div.align-left {
    line-height: 21px;
    position: relative;
    text-align: left;
    padding-left: 10px;
  }

  .free_shipping {
    text-align: center;
  }

  .free_shipping img {
    width: 100%;
  }

  .row.more-resources {
    border-top: 1px solid #aaa;
    padding-bottom: 10px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px !important;
  }

  .row.more-resources:first-of-type {
    border-top: 1px solid #aaa;
  }

  .more-resources.last {
    border-bottom: 1px solid #aaa;
  }

  .sign-in input[type=search] {
    box-sizing: content-box;
    color: #0a0a0a;
    float: left;
    margin-right: 10px;
  }

  .sign-in .button {
    background-color: #c82027;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0;
    vertical-align: middle;
  }

  .social-icons {
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: center;
  }

  a.icon {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row {
    max-width: 62rem;
    padding: 0 0.5rem;
    padding-left: 10px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  img {
    /*  max-width: $full-width;
      max-height: $full-width; */
  }

  .products-home {
    padding-top: 0px;
    overflow: hidden;
    margin-left: 0px;
  }

  .large-image {
    padding-top: 0px;
  }

  .large-image img {
    border: 2px solid #cacaca;
    width: 100%;
  }

  .row.scroll-box, .row.products-home {
    /*  border-bottom: 6px solid $green;*/
    padding-bottom: 10px;
  }

  .shop-by-category .product {
    border: 1px solid #cacaca;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    height: 165px;
    width: 165px;
    line-height: 11px;
  }

  .parts-and-accessories .product .parts-image {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    width: 180px;
    height: 180px;
  }

  .parts-and-accessories .price {
    color: #ca1d1f;
  }

  .product .scroll-box h1 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 10px;
  }

  .product .scroller-items span {
    display: block;
    font-size: 1em;
    padding-top: 5px;
    max-width: 180px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .parts-and-accessories .bottom-info .columns {
    text-align: center;
  }

  .parts-and-accessories .bottom-info {
    bottom: 5px;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    width: 100%;
  }

  .parts-and-accessories .product {
    font-size: 12px;
    margin-left: 10px;
    max-width: 180px;
    min-height: 180px;
    min-width: 180px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
  }

  .shop-by-category {
    width: 100%;
  }

  .part-name {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    font-size: 12px;
    height: 43px;
  }

  .part-name a {
    color: #363636;
    font-size: 12px;
    text-transform: uppercase;
  }

  .row.page-header {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }

  .row.page-header h1 {
    padding-top: 10px;
    padding-left: 15px;
  }

  .products-home.parts {
    padding-top: 15px;
  }

  .parts-and-accessories {
    width: 100%;
  }

  .scroller-items span {
    font-size: 0.8em;
    padding-top: 5px;
    display: block;
  }

  .top-five-tips .tip {
    margin-left: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
  }

  .top-five-tips span {
    font-size: 0.7em;
    padding-top: 5px;
    display: block;
  }

  .scroller-items {
    padding-top: 0px;
    width: 100%;
    position: relative;
  }

  .top-five-tips {
    padding-top: 10px;
    width: 100%;
    position: relative;
  }

  .scroll-box h2 {
    color: #c82027;
    display: block;
    font-size: 1em;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    width: 100%;
  }

  .scroll-box.gray h2 {
    color: #363636;
    display: block;
    font-size: 1.3em;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 21px;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
  }

  .scroll-box h2.view-more-red {
    color: #c82027;
    display: block;
    font-size: 1em;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 15px;
    text-align: right;
    width: 100%;
  }

  .products-home h1 {
    color: #363636;
    font-size: 1em;
  }

  .connected-home h1 {
    color: #363636;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .row.connected-home {
    /*  border-bottom: 6px solid $green; */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .connected-home.columns {
    padding: 10px;
  }

  .back-ground {
    background: #f7f7f5;
  }

  .row.connected-home .columns.back-ground {
    background: #f7f7f5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .connected-home p {
    color: #363636;
    font-size: 1em;
  }

  .menu-icon.dark::after {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 12px 0 #000, 0 25px 0 #000;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
  }

  .menu-icon.dark:hover::after {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 12px 0 #000, 0 25px 0 #000;
  }

  .menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin-left: -6px;
    margin-top: 14px;
    position: relative;
    vertical-align: middle;
    width: 37px;
  }

  .top-bar ul {
    background-color: #fff;
  }

  [type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    -moz-appearance: none;
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
    box-sizing: border-box;
    color: #0a0a0a;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 48px;
    margin: 0 10px 1rem 0;
    padding: 0.5rem;
    width: 100%;
  }

  #checkout [type=text], #checkout [type=email], #checkout [type=password], #checkout [type=date], #checkout [type=datetime], #checkout [type=datetime-local], #checkout [type=month], #checkout [type=week], #checkout [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    -moz-appearance: none;
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
    box-sizing: border-box;
    color: #0a0a0a;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 48px;
    margin: 0 10px 1rem 0;
    padding: 0.5rem;
    width: 100%;
  }

  #register-form [type=text], #register-form [type=email], #register-form [type=password], #register-form [type=date], #register-form [type=datetime], #register-form [type=datetime-local], #register-form [type=month], #register-form [type=week], #register-form [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    -moz-appearance: none;
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
    box-sizing: border-box;
    color: #0a0a0a;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 48px;
    margin: 0 10px 1rem 0;
    padding: 0.5rem;
    width: 100%;
  }

  .stay-connective-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .stay-connective-holder p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .stay-connective-holder h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #register-form .underline, #checkout .underline {
    padding-bottom: 0px;
    font-size: 16px;
    color: #5e5f5f;
    text-decoration: underline;
    display: block;
  }

  #address_holder {
    display: none;
  }

  .card_number {
    margin-bottom: 5px !important;
  }

  .input-header {
    font-size: 20px;
    padding-bottom: 3px;
    padding-top: 15px;
  }

  .expiry {
    padding: 0 10px;
  }

  .input-header span {
    font-size: 11px;
  }

  .top-bar-right-mobile {
    background: #f7f7f5;
    display: block;
    float: left;
    min-height: 64px;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 10px;
    position: relative;
    width: 100%;
  }
  @mediascreenandmax-width : $break-small) {
    .top-bar-right-mobile {
      display: block;
    }
  }
  .top-bar-right-mobile .search-button {
    background: #79b722;
    cursor: pointer;
    float: left;
    height: 41px;
    padding-bottom: 0;
    padding-top: 8px;
    text-align: center;
    width: 48px;
  }
  .top-bar-right-mobile .search-button img {
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  .top-bar-right-mobile input[type=search] {
    box-sizing: content-box;
    margin-right: 10px;
    float: left;
    color: #0a0a0a;
  }

  .additional-info a {
    text-transform: uppercase;
    font-size: 14px;
    color: #363636;
  }

  .additional-info .columns {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-info .border-left-right {
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    margin-top: 10px;
  }

  .additional-info .border-left {
    border-left: 1px solid #c0c0c0;
    margin-top: 10px;
  }

  .additional-info {
    border-top: 1px solid #c0c0c0;
    line-height: 13px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: 99%;
  }

  .row.top-section {
    margin: 0;
    padding: 0;
  }

  .menu_search_icon {
    cursor: pointer;
    height: 44px !important;
    right: 24px;
    max-height: unset;
    max-width: unset;
    position: absolute;
    top: 2px;
    width: auto;
    font-size: 31px;
  }

  .top-section .menu_search_icon {
    cursor: pointer;
    height: 39px !important;
    right: -20px;
    max-height: unset;
    max-width: unset;
    position: absolute;
    top: 7px;
    width: auto;
    font-size: 1px;
  }

  #responsive-menu {
    background: #f5f5f7;
  }

  .head-row {
    /* border-bottom: 6px solid $green;*/
    position: relative;
  }

  .head-row h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 0px;
    text-transform: uppercase;
  }

  .row.fullwidth {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div.fullwidth {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row.fullwidth h1 {
    padding-left: 0px;
    padding-right: 10px;
  }

  .input-group.faq {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 15px;
    margin-bottom: 10px;
  }

  .row.fullwidth p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.fullwidth .intro h1 {
    font-size: 21px;
    border-bottom: 1px solid #acacac;
  }

  .row.fullwidth .intro p {
    font-size: 18px;
  }

  .head-row.step h1 {
    font-size: 19px;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 10px;
    color: #79b722;
    padding-bottom: 5px;
    padding-top: 20px;
  }

  .head-row.step .login a {
    color: #79b722;
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
  }

  .head-row.step h2 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0px;
    color: #363636;
    padding-bottom: 7px;
    padding-top: 0px;
  }

  .parts-search.searchbox {
    padding-top: 10px;
    padding-right: 0px;
  }

  .head-row.step {
    background: #f8f8f8;
    padding-right: 15px;
  }

  .head-row p {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
  }

  .option-row {
    background: #f8f8f8;
  }

  .option {
    /* border-bottom: 6px solid $green;*/
    padding-bottom: 10px;
  }

  .option h2 {
    font-size: 18px;
    padding-top: 15px;
    color: #79b722;
  }

  .option h4 {
    font-size: 15px;
    padding-top: 5px;
    color: #585857;
  }

  .option p {
    clear: both;
    font-size: 14px;
    padding-top: 15px;
  }

  .option p a {
    color: #363636;
    text-decoration: underline;
  }

  .parts-search .search-button {
    background: #79b722 none repeat scroll 0 0;
    float: left;
    height: 42px;
    padding-bottom: 0;
    padding-top: 6px;
    text-align: center;
    width: 48px;
    cursor: pointer;
  }

  .parts-search input[type=search] {
    box-sizing: content-box;
    color: #0a0a0a;
    float: left;
    margin-right: 10px;
  }

  .part .part-info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .part .part-info .title {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .part .part-info .model {
    font-weight: lighter;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .part .part-info .info {
    min-height: 40px;
    position: relative;
    margin-top: 10px;
  }

  .part .part-info .info .price {
    color: #c82027;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .part .part-info .info .add-to-cart {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #c82027;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
  }

  .totals-items {
    padding-left: 20px;
  }

  .product .product-info {
    padding: 0px 0px 10px;
  }

  .product .product-info .title {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .row.product {
    padding-left: 0;
    padding-top: 0;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .product .product-info .model {
    font-weight: lighter;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .product .product-info .info {
    min-height: 40px;
    position: relative;
    margin-top: 10px;
    padding-left: 0px;
  }

  .product .product-info .info .price {
    color: #c82027;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 18px;
    padding-right: 10px;
  }

  .product .product-info .info .add-to-cart {
    position: relative;
    right: 0px;
    left: unset;
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #c82027;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
  }

  .product-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #load-more-button {
    background-color: #79b722;
    color: #fff;
    display: block;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 18px;
    text-align: center;
    width: 150px;
    cursor: pointer;
  }

  .load-more p {
    color: #aaa;
    display: block;
    font-size: 12px;
    padding-top: 7px;
    text-align: center;
    width: 100%;
  }

  .load-more {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .row.part img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  div.language {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
    padding-left: 10px;
  }

  div .language_flag {
    display: block;
    position: absolute;
    left: 65px;
    width: 245px;
    top: 21px;
  }

  .contact h4 {
    font-size: 17px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-item {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
    border-top: 1px solid #acacac;
  }

  .contact-item img {
    padding-bottom: 20px;
  }

  .howtofind {
    border: 2px solid #acacac;
    padding: 20px;
    z-index: 4000;
    position: absolute;
    background: #fff;
    display: none;
  }

  .close-find {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    cursor: pointer;
  }

  .columns.fullwidth {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-item p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .contact-item span {
    font-size: 16px;
  }

  .row.part {
    padding-left: 0px;
    padding-right: 0px;
  }

  .is-drilldown-submenu-item > a {
    padding-left: 20px !important;
  }

  .top-bar-left {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
  }

  .top-bar-left .menu > li {
    padding-top: 0px !important;
    padding-left: 0px;
    clear: both;
  }

  li.is-drilldown-submenu-parent a {
    padding-top: 10px;
  }

  .top-bar-left .menu > li {
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  .search.desktop.container-1 {
    margin-top: 20px;
  }

  .top-bar-left .menu > li a {
    color: #363636;
    padding-left: 0px;
    position: relative;
    /*line-height: 28px;*/
  }

  .top-bar-left .menu > li a span {
    display: inline;
    font-size: 81%;
    padding-top: 3px;
  }

  .top-bar-left .menu > li select.language_bg {
    display: block;
    position: absolute;
    right: 8px;
    top: 24px;
  }

  .top-bar-left .menu li.language {
    border-top: 5px solid #79b722;
    border-bottom: 5px solid #79b722;
    position: relative;
  }

  .parts .top-bar-right-mobile {
    display: none;
  }

  .recipes .top-bar-right-mobile, .tips .top-bar-right-mobile, .use-care .top-bar-right-mobile, .faq .top-bar-right-mobile, .register .top-bar-right-mobile, .checkout .top-bar-right-mobile, .product .top-bar-right-mobile, .category .top-bar-right-mobile {
    display: none;
  }
}
@media screen and (max-width: 764px) {
  .support .filter-sort label {
    max-height: 0px;
    top: -34px;
  }
}
@media screen and (max-width: 768px) {
  .sort-header.filter {
    position: relative;
    padding-bottom: 15px;
    clear: both;
    padding-top: 20px;
  }

  .filters .filter-header {
    max-width: 480px;
    border-top: none;
    padding-left: 0;
  }

  .slick-dots {
    bottom: -51px;
  }

  .columns.details {
    padding-right: 15px;
  }

  .addbutton {
    padding-left: 5px;
    padding-right: 5px;
  }

  .quantity_form {
    padding-left: 0px;
  }

  .hamburger {
    display: block !important;
    z-index: 4000;
    height: 50px;
    width: 50px;
  }

  .columns.stay-connective-holder {
    padding-left: 10px;
    padding-right: 15px;
  }

  .mr-icon {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .category .product-category.cat-font {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .direction-list {
    padding-right: 15px;
  }

  .ingredient-list ul li {
    margin-left: 0px;
    padding-right: 15px;
  }

  .row.recipe-rows {
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  #responsive-menu {
    padding-left: 10px;
  }

  .row.recipe-rows {
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ingredient-list ul li {
    margin-left: 0px;
    margin-right: 15px;
  }

  .directions-list ol li {
    margin-right: 15px;
  }

  .top-bar {
    margin-left: auto;
    margin-right: auto;
    min-height: 65px;
    /* padding: 0.5rem 0.5rem 15px 5px; */
    /* background: #fff; */
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .top-bar-title {
    float: left;
    margin-right: 0;
    width: 100%;
  }

  div.cart {
    background-color: #79b722;
    color: #79b722;
    height: 48px;
    position: relative;
    right: 5px;
    top: 5px;
    width: 48px;
    float: right;
  }

  button.send {
    background-color: #606060;
    text-align: center;
    display: inline;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
  }

  .product .product-info-product .info .add-to-cart {
    background-color: #c82027;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin-left: auto;
    margin-top: 23px;
    margin-right: auto;
    width: 100%;
    padding: 11px 7px;
    text-align: center;
  }
}
.ul-dropdown {
  display: none;
}

/* test */
.head-row.turn-tab .features ul {
  margin-bottom: 0px;
}

.tip-content ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#recaptcha-field {
  margin-bottom: 10px;
}

.tip-content #landing-page ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#landing-page .buttons a, #landing-page .buttons a:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #c82027;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  color: white !important;
  text-decoration: none !important;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 20px;
  border: solid 1px #c82027;
}

#landing-page .buttons a.invert, #landing-page .buttons a.invert:hover {
  font-size: 20px;
  color: #c82027 !important;
  background-color: #fff;
  border: none;
  display: block;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

#landing-page .text-center .buttons {
  padding-top: 20px;
}

#landing-page .text-center .buttons a, #landing-page .text-center .buttons a:hover {
  margin-right: 0px;
}

@media screen and (max-width: 40em) {
  #landing-page div.buttons {
    text-align: center;
  }

  #landing-page .buttons a, #landing-page .buttons a:hover {
    margin-left: 30px;
    width: auto;
  }

  #landing-page .text-center .buttons a, #landing-page .text-center .buttons a:hover {
    margin-left: 0px;
    width: auto;
  }

  #landing-page .buttons a.invert, #landing-page .buttons a.invert:hover {
    text-align: center;
  }

  .row .intro.columns.medium-6.home-callout-image:nth-child(odd) {
    padding-right: 0px;
  }

  .row .intro.columns.medium-6.home-callout-image:nth-child(even) {
    padding-left: 0px;
  }
}
.row.narrow-page.narrow-tip.extra-narrow {
  max-width: 900px;
}

@media screen and (max-width: 640px) {
  #recipe-promo {
    padding-right: 0px;
  }
}
.bundle-products .title {
  border-top: 1px solid #d6d6d6;
  cursor: pointer;
  position: relative;
}

.bundle-products .title h5 {
  font-weight: bold;
  margin: 20px 0px;
}

.bundle-products .title .icon {
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 10px;
}

.bundle-products .go-to-bundle-article {
  text-decoration: underline;
}

.product-bundle-product {
  display: none;
}

.product-bundle-product .images {
  text-align: center;
}

.product-bundle-product .images .main-image {
  height: 250px;
}

.product-bundle-product .block-grid {
  margin-top: 15px;
}

.product-bundle-product .block-grid li {
  border: 1px solid black;
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  width: 30%;
}

.product-bundle-product .block-grid li img {
  height: 85px;
  margin: 5px 0px;
}

.norton-container {
  margin: 10px 0px;
}

.norton-container span {
  float: none !important;
}

.bundle-item {
  border: 1px solid #cacaca;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Zurich W01 Light";
  margin: 30px 0px;
  padding: 10px 43px;
  height: 100%;
  width: auto;
}

.bundle-item img {
  display: block;
  height: 200px;
  margin: 25px auto;
}

.bundle-image img {
  height: 450px;
  display: block;
  margin: 0 auto;
}

.bundle-add-to-cart-panel {
  border: 1px solid #d6d6d6;
  height: 450px;
  padding: 30px 0px;
  position: relative;
  text-align: center;
}

.bundle-add-to-cart-panel h1 {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 25px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}

.bundle-add-to-cart-panel .norton-container {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.bundle-add-to-cart-panel .add-to-cart-buttons {
  border-top: 1px solid #cacaca;
  padding-top: 25px;
  margin: 25px 0px;
  width: 100%;
}

.bundle-add-to-cart-panel .add-to-cart-buttons .quantity-field {
  display: inline-block;
  margin-right: 50px;
  width: 30%;
}

.bundle-add-to-cart-panel .add-to-cart-buttons .quantity-field select, .bundle-add-to-cart-panel .add-to-cart-buttons .quantity-field span {
  display: inline-block;
}

.bundle-add-to-cart-panel .add-to-cart-buttons .quantity-field select {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .bundle-image img {
    height: auto;
  }

  .bundle-add-to-cart-panel .add-to-cart-buttons {
    margin: 30px 0px;
    width: 100%;
  }
}
.checkout_update_process_blocker {
  background: rgba(255, 255, 255, 0.5);
  cursor: progress;
  display: none;
  height: 100vh;
  margin: 0px;
  position: absolute;
  width: 100%;
  z-index: 10000;
}

.checkout_form {
  position: relative;
  z-index: 10;
}

#txtCheckoutCouponCode {
  display: inline-block;
  width: 30%;
}

.checkout_error {
  border: 2px solid #c82027;
}

.checkout_error:hover {
  border: 1px solid #cacaca;
}

.checkout_error::-webkit-input-placeholder {
  /* Edge */
  color: #c82027;
  font-weight: 800;
}

.checkout_error:-ms-input-placeholder {
  /* Internet Explorer */
  color: #c82027;
  font-weight: 800;
}

.checkout_error::placeholder {
  color: #c82027;
  font-weight: 800;
}

/*# sourceMappingURL=app.css.map */
