/*
 * SCSS
 * main.scss
 * Author: Kristoffer Nieslen @ Wield
 * Date: Oct 2018
 */
/*
 * IMPORTS
 */
/*
 * SCSS
 * main.scss
 * Author: Kristoffer Nieslen @ Wield
 * Date: Oct 2018
 */
/*
 * LAYOUT
 */
/*
 * COLORS
 */
/*light green */
/* dark green */
/* extra dark green */
/* mid green */
/*
 * FONTS
 */
/*
 * RESPONSIVE WIDTHS
 */
/*
 * DEFAULTS
 */
html {
  padding: 0;
  margin: 0;
  background-color: #6eca55;
}
html body {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  color: #4d4d4d;
}
html body * {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 500;
}
html body p {
  line-height: 1.25em;
}
html body strong {
  font-weight: 700;
}
html body .row {
  width: 100%;
  margin: 0px;
}
@media only screen and (min-width: 800px) {
  html body .row {
    display: flex;
  }
}
html body .contain {
  margin: auto;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  html body .contain {
    padding: 0em 0.75em;
  }
}
@media only screen and (min-width: 1280px) {
  html body .contain {
    padding: 0em;
  }
}
html body ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
html body ul li {
  display: flex;
}
html body h1 {
  font-size: 2em;
  font-weight: 700;
  color: #258b30;
}
html body h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #369e45;
  text-align: center;
}
html body h3 {
  font-size: 1.25em;
  font-weight: 500;
  color: #39634b;
}
html body div.wrapper {
  background-color: #fff;
}
html body.home article .top-categories a {
  color: #fff;
}
html body.home article .top-categories a:hover {
  font-weight: 600;
}
html body.home article a {
  text-decoration: none;
}
html body.home article li.nfp-item-price a {
  color: #4d4d4d;
}
html body main {
  margin: auto;
  max-width: 1280px;
}
@media only screen and (min-width: 800px) {
  html body main {
    padding: 0em 2em;
  }
}
@media only screen and (min-width: 1280px) {
  html body main {
    padding: 0em 0em;
  }
}
html body main section {
  margin: 0em 0em;
}
@media only screen and (min-width: 800px) {
  html body main section {
    margin: 3em 0em;
  }
}
html body main section article a {
  text-decoration: underline;
  color: #258b30;
}
html body main section article img {
  display: block;
  width: auto;
  margin: auto;
}
html body main section article imga {
  display: block;
}
@media only screen and (min-width: 800px) {
  html body main section article img {
    display: inline-block;
    width: 100%;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row {
  line-height: 1.5em;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row {
  display: flex;
  align-items: stretch;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  padding: 8px 25px 8px 20px;
  font-size: 1em;
  line-height: 1.6;
  border-radius: 4px;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn.fw-btn-1 {
  background-color: #6eca55;
  border-color: transparent;
  border-width: 2px;
  color: #fff;
  font-family: Arial;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.35s ease-out;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn.fw-btn-1:hover {
  background-color: #53b438;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn.fw-btn-1:hover span::after {
  position: relative;
  left: 0.75em;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn.fw-btn-1.fw-btn-blue {
  background-color: #6eca55;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn.fw-btn-1.fw-btn-blue:hover {
  background-color: #418d2c;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn.fw-btn-1 span {
  font-weight: 700;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row a.fw-btn.fw-btn-1 span::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f0a9';
  position: relative;
  left: 0.35em;
  transition: all 0.35s ease-out;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row div.fw-col-xs-12 {
  width: 100%;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row div.fw-col-xs-12 div.fw-heading-h1 {
  border-bottom: 3px solid #d81e28;
  margin-bottom: 2em;
}
html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row div.fw-col-xs-12 div.fw-heading-h1 h1.fw-special-title {
  margin: 0.3em 0;
  font-size: 1.3em;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  html body main section article div.fw-page-builder-content section.fw-main-row div.fw-container-fluid div.fw-row div.fw-col-xs-12 div.fw-heading-h1 h1.fw-special-title {
    font-size: 2em;
    text-align: left;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products h2.widget-item-title {
  display: none;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1280px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper {
    flex-wrap: nowrap;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 0em;
  border: 1px solid #808080;
  border-bottom: none;
  min-width: 300px;
}
@media only screen and (min-width: 800px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items {
    border: 1px solid #808080;
    min-height: 325px;
    flex: 2;
  }
}
@media only screen and (min-width: 1280px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items {
    flex: 1;
    border-right: none;
    min-width: auto;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items:last-child {
  border-bottom: 1px solid #808080;
}
@media only screen and (min-width: 1280px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items:last-child {
    border-right: 1px solid #808080;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items:hover > li.feature_prod_title a {
  color: #6eca55;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items:hover > li.feature_prod_price a::after {
  margin-left: 0.75em;
  opacity: 1;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items a {
  transition: color 0.25s ease-out;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_img {
  order: 2;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_img a {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_img a {
    width: auto;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_img a img {
  margin: auto;
  max-width: 400px;
}
@media only screen and (min-width: 1280px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_img a img {
    max-width: 215px;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_title {
  position: relative;
  z-index: 9;
  order: 1;
  font-weight: 700;
  align-self: flex-start;
  text-align: left;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.2em;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_price {
  order: 3;
  font-weight: 400;
  font-size: 1.5em;
  align-self: flex-start;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_price a {
  color: #6eca55;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_products div.fw-container-fluid div.fw-row div div.widget_nexternal-featured-products div#featured_products_wrapper ul.featured_products_items li.feature_prod_price a::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f0a9';
  margin-left: 0.25em;
  opacity: 0.5;
  font-size: 1em;
  font-weight: 700;
  transition: all 0.25s ease-out;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_categories div.fw-container-fluid div.fw-row {
  flex-direction: column;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_categories div.fw-container-fluid div.fw-row:first-child > div {
  padding-bottom: 0em;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_categories div.fw-container-fluid div.fw-row > div {
  text-align: center;
  padding-bottom: 2em;
}
@media only screen and (min-width: 800px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_categories div.fw-container-fluid div.fw-row {
    flex-direction: row;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_brands {
  margin-bottom: 2em;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_brands div.fw-container-fluid div.fw-row {
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_brands div.fw-container-fluid div.fw-row {
    flex-direction: row;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_brands div.fw-container-fluid div.fw-row div {
  text-align: center;
}
html body main section article div.fw-page-builder-content section.fw-main-row#featured_brands div.fw-container-fluid div.fw-row div a img {
  margin: 1em 0em;
  max-width: 300px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#featured_brands div.fw-container-fluid div.fw-row div a img {
    margin: 3em 0em;
  }
}
html body main section article div.fw-page-builder-content section.fw-main-row#hero_slider div.fw-container-fluid div.fw-row div section.wrap-nivoslider {
  margin: 0;
}
html body main section article div.fw-page-builder-content section.fw-main-row#standalone_feature div.fw-container-fluid div.fw-row {
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  html body main section article div.fw-page-builder-content section.fw-main-row#standalone_feature div.fw-container-fluid div.fw-row {
    flex-direction: row;
  }
}
ul.ui-autocomplete {
  display: block !important;
  z-index: 999;
  border: 1px solid #6eca55;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  ul.ui-autocomplete {
    width: 100% !important;
    left: 14px !important;
  }
}
ul.ui-autocomplete li {
  line-height: 2em;
  display: block;
  color: #4d4d4d;
  padding: 0.5em;
  font-size: 1.5em;
}
@media only screen and (max-width: 800px) {
  ul.ui-autocomplete li {
    white-space: pre-wrap !important;
    border-bottom: 1px solid #6eca55;
  }
}
ul.ui-autocomplete li:hover {
  color: #fff;
  background-color: #6eca55;
}
ul.ui-autocomplete li :visited {
  color: #4d4d4d;
}
