@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/*
font face
*/
/*@font-face {
    font-family: 'open_sans_hebrewbold';
    src: url('../fonts/opensanshebrew-bold-webfont.eot');
    src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'),
         url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_hebrewregular';
    src: url('../fonts/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'),
         url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*$width-1: max-width 700px;
$width-2: 701px 1000px;
$width-3: 1001px;*/
/* line 114, ../sass/suchef/suchef_base.scss */
body {
  color: #444444;
}

/* line 119, ../sass/suchef/suchef_base.scss */
* {
  outline: none !important;
}

/* line 124, ../sass/suchef/suchef_base.scss */
a {
  text-decoration: none;
}

/* line 126, ../sass/suchef/suchef_base.scss */
img {
  vertical-align: bottom;
}

/* line 127, ../sass/suchef/suchef_base.scss */
img {
  height: auto !important;
  max-width: 100% !important;
}

/* line 132, ../sass/suchef/suchef_base.scss */
h1 {
  font-weight: normal;
  margin-top: 10px;
}

/* line 137, ../sass/suchef/suchef_base.scss */
#content {
  padding-bottom: 20px;
}

/* line 144, ../sass/suchef/suchef_base.scss */
body.page-taxonomy-term h1, body.node-type-category-promotion h1 {
  margin-top: 0.5em;
  margin-bottom: 0;
  line-height: 1.5em;
}
@media (max-width: 700px) {
  /* line 144, ../sass/suchef/suchef_base.scss */
  body.page-taxonomy-term h1, body.node-type-category-promotion h1 {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 153, ../sass/suchef/suchef_base.scss */
iframe {
  width: 100%;
}

/* line 42, ../sass/_mixins.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 164, ../sass/suchef/suchef_base.scss */
span.bold {
  font-weight: bold;
}

/* line 167, ../sass/suchef/suchef_base.scss */
span.underline {
  text-decoration: underline;
}

/* line 172, ../sass/suchef/suchef_base.scss */
table.commerce-price-formatted-components tr {
  background-color: transparent;
}
/* line 174, ../sass/suchef/suchef_base.scss */
table.commerce-price-formatted-components tr td {
  padding: 0 5px;
}
/* line 176, ../sass/suchef/suchef_base.scss */
table.commerce-price-formatted-components tr td.component-total {
  text-align: right;
}

/* line 184, ../sass/suchef/suchef_base.scss */
.header-l .header-l-inside {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.header-l .header-l-inside:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 187, ../sass/suchef/suchef_base.scss */
.header-l.header-l1 {
  background-color: #2E3845;
}
@media (max-width: 700px) {
  /* line 187, ../sass/suchef/suchef_base.scss */
  .header-l.header-l1 {
    display: none;
  }
}
/* line 191, ../sass/suchef/suchef_base.scss */
.header-l.header-l1 .header-l-inside .header-l-content {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 191, ../sass/suchef/suchef_base.scss */
  .header-l.header-l1 .header-l-inside .header-l-content {
    padding-right: 360px;
  }
}
/* line 199, ../sass/suchef/suchef_base.scss */
.header-l.header-l3 {
  background-color: #a81c09;
  background: url(../img/noisy-texture-100x100-o5-d10-c-3d3d3d-t0.png) repeat left bottom;
  /*background: #3d3d3d;
  background-image: url("../img/zenbg/zenbg-1.png"), url("../img/zenbg/zenbg-2.png");
  background-repeat: repeat-x, repeat;*/
  z-index: 11;
  clear: both;
}
@media (max-width: 700px) {
  /* line 199, ../sass/suchef/suchef_base.scss */
  .header-l.header-l3 {
    display: none;
  }
}
/* line 209, ../sass/suchef/suchef_base.scss */
.header-l.header-l4 {
  background-color: #F5F5F5;
}

@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 212, ../sass/suchef/suchef_base.scss */
  .header-l2 {
    height: 108px;
  }
}
/* line 215, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside {
  height: 100%;
}
/* line 217, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .tog-menu-btn, .header-l2 .header-l-inside .cart-icon {
  display: none;
  font-size: 30px;
  margin: 25px 20px;
  float: right;
}
/* line 223, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .cart-icon {
  float: left;
  position: relative;
}
/* line 226, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .cart-icon span {
  position: absolute;
  top: -10px;
  right: -18px;
  background-color: #77A33F;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: white;
  font-size: 16px;
  padding: 0 7px;
}
/* line 237, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .header-logo {
  position: relative;
  top: 0;
  color: #444444;
  text-decoration: none;
  display: inline-block;
  font-size: 44px;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 237, ../sass/suchef/suchef_base.scss */
  .header-l2 .header-l-inside .header-logo {
    top: -16px;
  }
}
/* line 68, ../sass/_mixins.scss */
.header-l2 .header-l-inside .header-logo:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
.header-l2 .header-l-inside .header-logo:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
.header-l2 .header-l-inside .header-logo:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
.header-l2 .header-l-inside .header-logo:active {
  color: #444444;
}
/* line 244, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .header-logo img {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
/* line 246, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .cart-area {
  height: 100%;
  width: 650px;
  float: left;
}
@media (max-width: 700px) {
  /* line 246, ../sass/suchef/suchef_base.scss */
  .header-l2 .header-l-inside .cart-area {
    display: none;
  }
}
/* line 254, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .cart-area .selling-bullet-cart {
  display: flex;
  flex-direction: row-reverse;
  width: 300px;
  float: right;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #C5C5C5;
}
/* line 267, ../sass/suchef/suchef_base.scss */
.header-l2 .header-l-inside .cart-area #search-and-cart {
  width: 350px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
@media (max-width: 700px) {
  /* line 212, ../sass/suchef/suchef_base.scss */
  .header-l2 {
    height: auto;
  }
  /* line 280, ../sass/suchef/suchef_base.scss */
  .header-l2 .header-l-inside .header-logo {
    top: 0;
    width: 160px;
    margin-top: 10px;
    display: inline-block;
  }
  /* line 286, ../sass/suchef/suchef_base.scss */
  .header-l2 .header-l-inside .header-logo img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 288, ../sass/suchef/suchef_base.scss */
  .header-l2 .header-l-inside .tog-menu-btn, .header-l2 .header-l-inside .cart-icon {
    display: inline-block;
  }
}

/* line 296, ../sass/suchef/suchef_base.scss */
#search-and-cart {
  display: inline-block;
  float: left;
}
/* line 300, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
/* line 308, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .search {
  width: 100%;
}
/* line 312, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .search label {
  display: none;
}
/* line 314, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart {
  width: 100%;
  margin-top: 12px;
  background-color: transparent;
}
/* line 321, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .cart-elm {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
}
/* line 325, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .cart-elm .cart-elm-in {
  text-align: center;
  height: 1.8em;
  line-height: 1.8em;
}
/* line 330, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .cart-elm .cart-elm-in i {
  float: left;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-left: 4px;
}
/* line 338, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .prod-count {
  width: 35%;
}
/* line 344, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .total {
  width: 35%;
}
/* line 350, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .checkout-link {
  width: 25%;
  float: left;
}
/* line 355, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .checkout-link .cart-elm-in a {
  color: #444444;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .checkout-link .cart-elm-in a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .checkout-link .cart-elm-in a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .checkout-link .cart-elm-in a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart .cart-elements .checkout-link .cart-elm-in a:active {
  color: #444444;
}
/* line 359, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart.empty {
  background-color: transparent;
  color: #444444;
}
/* line 363, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .prod-count {
  width: 28%;
}
/* line 364, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .total {
  width: 28%;
}
/* line 365, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .checkout-link {
  width: 40%;
}
/* line 368, ../sass/suchef/suchef_base.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .checkout-link .cart-elm-in a {
  color: #444444;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .checkout-link .cart-elm-in a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .checkout-link .cart-elm-in a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .checkout-link .cart-elm-in a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
#search-and-cart .search-and-cart-inside .cart.empty .cart-elements .checkout-link .cart-elm-in a:active {
  color: #444444;
}

@media (max-width: 700px) {
  /* line 378, ../sass/suchef/suchef_base.scss */
  form#views-exposed-form-product-search-panel-pane-1 {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 381, ../sass/suchef/suchef_base.scss */
form#views-exposed-form-product-search-panel-pane-1 .views-exposed-form {
  position: relative;
}
/* line 383, ../sass/suchef/suchef_base.scss */
form#views-exposed-form-product-search-panel-pane-1 .views-exposed-form .views-exposed-widget {
  padding: 0;
}
/* line 386, ../sass/suchef/suchef_base.scss */
form#views-exposed-form-product-search-panel-pane-1 .views-exposed-form .form-item {
  display: block;
  width: 100%;
  margin: 0;
  height: 44px;
}
/* line 391, ../sass/suchef/suchef_base.scss */
form#views-exposed-form-product-search-panel-pane-1 .views-exposed-form .form-item input {
  width: 100%;
  border: 1px solid #D5D5D5;
  font-size: 1.1em;
  line-height: 2.2em;
  padding-right: 4px;
}
/* line 401, ../sass/suchef/suchef_base.scss */
form#views-exposed-form-product-search-panel-pane-1 .views-exposed-form .views-submit-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 406, ../sass/suchef/suchef_base.scss */
form#views-exposed-form-product-search-panel-pane-1 .views-exposed-form .views-submit-button button[type="submit"] {
  border: 0;
  background-color: transparent;
  font-size: 2em;
  color: #666666;
  margin-top: 0;
  outline: none;
  /*&::before {
    content: "\f09b";
    //font-family: FontAwesome;
  }*/
}

/*.selling-bullet-cart {
  @include box-sizing(border-box);
  >.view {
    >.view-content {
      padding: 5px;
      >.views-row {
        .views-field-field-selling-bullet-icon {
          font-size: 40px;
          text-align: center;
        }
        .views-field-title {
          text-align: center;
          margin-top: 4px;
        }
      }
    }
  }
}*/
/* line 441, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 443, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart .bullet {
  padding: 5px;
  width: 150px;
  border-right: 1px solid #C5C5C5;
  /*display: inline-block;
  float: left;
  width: 50%;
  box-sizing: border-box;*/
}
/* line 453, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart .bullet .icon {
  font-size: 40px;
  text-align: center;
}
/* line 457, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart .bullet .title {
  text-align: center;
  margin-top: 4px;
}
/* line 461, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart .bullet a {
  color: #77A33F;
  text-decoration: none;
  font-size: 20px;
}
/* line 68, ../sass/_mixins.scss */
.selling-bullet-cart .bullet a:visited {
  color: #77A33F;
}
/* line 69, ../sass/_mixins.scss */
.selling-bullet-cart .bullet a:link {
  color: #77A33F;
}
/* line 70, ../sass/_mixins.scss */
.selling-bullet-cart .bullet a:hover {
  color: #77A33F;
}
/* line 71, ../sass/_mixins.scss */
.selling-bullet-cart .bullet a:active {
  color: #77A33F;
}
/* line 465, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart .bullet.bullet-2 {
  padding: 0;
}
/* line 468, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart .bullet.bullet-2 .logo {
  height: 100%;
  text-align: center;
}
/* line 471, ../sass/suchef/suchef_base.scss */
.selling-bullet-cart .bullet.bullet-2 .logo img {
  width: auto !important;
  max-height: 100% !important;
}

/* line 480, ../sass/suchef/suchef_base.scss */
.su-top-menu, .su-user-menu {
  font-size: 16px;
  line-height: 2em;
}
/* line 485, ../sass/suchef/suchef_base.scss */
.su-top-menu > ul.menu, .su-user-menu > ul.menu {
  padding: 0;
  margin: 0;
}
/* line 42, ../sass/_mixins.scss */
.su-top-menu > ul.menu:after, .su-user-menu > ul.menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 489, ../sass/suchef/suchef_base.scss */
.su-top-menu > ul.menu > li, .su-user-menu > ul.menu > li {
  padding: 3px 6px;
  list-style: none;
  display: inline-block;
  float: right;
}
/* line 494, ../sass/suchef/suchef_base.scss */
.su-top-menu > ul.menu > li > a, .su-user-menu > ul.menu > li > a {
  color: white;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li > a:visited, .su-user-menu > ul.menu > li > a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li > a:link, .su-user-menu > ul.menu > li > a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li > a:hover, .su-user-menu > ul.menu > li > a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li > a:active, .su-user-menu > ul.menu > li > a:active {
  color: white;
}
/* line 496, ../sass/suchef/suchef_base.scss */
.su-top-menu > ul.menu > li:hover > a, .su-top-menu > ul.menu > li.active-trail > a, .su-user-menu > ul.menu > li:hover > a, .su-user-menu > ul.menu > li.active-trail > a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #f5f5f5;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li:hover > a:visited, .su-top-menu > ul.menu > li.active-trail > a:visited, .su-user-menu > ul.menu > li:hover > a:visited, .su-user-menu > ul.menu > li.active-trail > a:visited {
  color: #f5f5f5;
}
/* line 69, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li:hover > a:link, .su-top-menu > ul.menu > li.active-trail > a:link, .su-user-menu > ul.menu > li:hover > a:link, .su-user-menu > ul.menu > li.active-trail > a:link {
  color: #f5f5f5;
}
/* line 70, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li:hover > a:hover, .su-top-menu > ul.menu > li.active-trail > a:hover, .su-user-menu > ul.menu > li:hover > a:hover, .su-user-menu > ul.menu > li.active-trail > a:hover {
  color: #f5f5f5;
}
/* line 71, ../sass/_mixins.scss */
.su-top-menu > ul.menu > li:hover > a:active, .su-top-menu > ul.menu > li.active-trail > a:active, .su-user-menu > ul.menu > li:hover > a:active, .su-user-menu > ul.menu > li.active-trail > a:active {
  color: #f5f5f5;
}

/* line 508, ../sass/suchef/suchef_base.scss */
.su-user-menu > .menu li {
  position: relative;
}
/* line 511, ../sass/suchef/suchef_base.scss */
.su-user-menu > .menu li > ul {
  position: absolute;
  height: auto;
  left: 0;
  padding: 0;
  display: none;
  background-color: white;
  color: black;
  width: 144px;
  z-index: 1;
  /*height: 0;
  clear: both;
  overflow: hidden;
  @include transition-property(height);
  @include transition-duration(0.3s);
  @include transition-timing-function(ease-in);*/
  background-color: white;
  border: 1px solid #D5D5D5;
  border-width: 0 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  padding: 4px 10px;
}
/* line 533, ../sass/suchef/suchef_base.scss */
.su-user-menu > .menu li > ul > li {
  list-style: none;
  text-align: left;
  padding: 0;
}
/* line 537, ../sass/suchef/suchef_base.scss */
.su-user-menu > .menu li > ul > li a {
  text-align: right;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.su-user-menu > .menu li > ul > li a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
.su-user-menu > .menu li > ul > li a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
.su-user-menu > .menu li > ul > li a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
.su-user-menu > .menu li > ul > li a:active {
  color: #444444;
}
/* line 544, ../sass/suchef/suchef_base.scss */
.su-user-menu > .menu li:hover ul {
  display: block;
}

/* line 551, ../sass/suchef/suchef_base.scss */
#back-to-top {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 100;
  background-color: #2D3537;
  display: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 561, ../sass/suchef/suchef_base.scss */
#back-to-top a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 4px;
}
/* line 68, ../sass/_mixins.scss */
#back-to-top a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
#back-to-top a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
#back-to-top a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
#back-to-top a:active {
  color: white;
}
/* line 565, ../sass/suchef/suchef_base.scss */
#back-to-top a.to-top {
  border-bottom: 1px dotted white;
}
/* line 569, ../sass/suchef/suchef_base.scss */
#back-to-top.show {
  display: block;
}

/* line 572, ../sass/suchef/suchef_base.scss */
.su-main-menu {
  font-size: 18px;
}
/* line 574, ../sass/suchef/suchef_base.scss */
.su-main-menu ul.menu {
  padding: 0;
}
/* line 577, ../sass/suchef/suchef_base.scss */
.su-main-menu li {
  list-style: none;
  padding: 0;
}
/* line 582, ../sass/suchef/suchef_base.scss */
.su-main-menu a {
  color: black;
  color: white;
}
/* line 586, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu {
  margin: 0;
  overflow: initial;
  position: relative;
  display: flex;
}
/* line 42, ../sass/_mixins.scss */
.su-main-menu > ul.menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 594, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li {
  flex-grow: 1;
  text-align: center;
  margin: 0;
  float: right;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  /*&:nth-child(n+6) {
    >.mm-dep-menu { left: -200px; }
  }
  &:nth-child(n+7) {
    >.mm-dep-menu { left: -150px; }
  }
  &:nth-child(n+8) {
    >.mm-dep-menu { left: -100px; }
  }
  &:nth-child(n+9) {
    >.mm-dep-menu { left: 0; }
  }*/
      /*>ul.menu {
        display: none;
        //@include clearfix;
        position: absolute;
        background-color: $color1;
        width: 120px;
        >li {
          margin: 0;
          position: relative;
          >ul.menu {
            display: none;
            position: absolute;
            right: 120px;
            width: 220px;
            background-color: $color1;
          }
          &:hover >ul.menu {
            display: block;
          }
        }
      }
      &:hover >ul.menu {
      //>ul.menu {
        display: block;
        >li {

        }
      }*/
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 594, ../sass/suchef/suchef_base.scss */
  .su-main-menu > ul.menu > li {
    position: relative;
  }
}
/* line 605, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > a {
  padding: 15px 8px;
  display: block;
  color: white;
}
/* line 611, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li.label-new > a {
  position: relative;
  overflow: hidden;
}
/* line 614, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li.label-new > a span {
  width: 70px;
  background: #e43;
  position: absolute;
  top: 9px;
  left: -17px;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* line 630, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu {
  display: none;
  /*position: relative;
  background: $spread_menu_bg_color;
  border: 4px solid $spread_menu_bg_color;*/
  padding: 10px;
  z-index: 20;
  position: absolute;
  background-color: white;
  border: 1px solid #D5D5D5;
  border-width: 0 1px 1px 1px;
  width: 600px;
  color: #444444;
  font-size: 16px;
}
/* line 643, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu:before {
  border: 1px solid white;
}
/* line 650, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu a {
  color: #444444;
}
/* line 651, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu > li {
  margin: 0;
  list-style: none;
  width: 32%;
  overflow: hidden;
  float: right;
  margin-bottom: 10px;
}
/* line 658, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu > li > a {
  font-weight: bold;
}
/* line 665, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu > li > ul.menu > li {
  margin: 0;
  list-style: none;
}
/* line 669, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu > li > ul.menu > li.more-link {
  text-align: right;
}
/* line 671, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > ul.menu > li > ul.menu > li.more-link a {
  text-align: right;
  color: #444444;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.su-main-menu > ul.menu > li > ul.menu > li > ul.menu > li.more-link a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
.su-main-menu > ul.menu > li > ul.menu > li > ul.menu > li.more-link a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
.su-main-menu > ul.menu > li > ul.menu > li > ul.menu > li.more-link a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
.su-main-menu > ul.menu > li > ul.menu > li > ul.menu > li.more-link a:active {
  color: #444444;
}
/* line 681, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li:nth-child(n+6) > .mm-dep-menu {
  left: 0;
}
/* line 698, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > .mm-dep-menu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 20;
  background-color: white;
  border: 1px solid #D5D5D5;
  border-width: 0 1px 1px 1px;
  width: 600px;
  padding: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
}
@media (min-width: 1001px) {
  /* line 698, ../sass/suchef/suchef_base.scss */
  .su-main-menu > ul.menu > li > .mm-dep-menu {
    right: auto;
  }
}
/* line 712, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > .mm-dep-menu .mm-col {
  width: 32.20339%;
  float: right;
  margin-left: 1.69492%;
}
/* line 714, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > .mm-dep-menu .mm-col:nth-child(3n) {
  width: 32.20339%;
  float: left;
  margin-left: 0;
}
/* line 715, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > .mm-dep-menu .mm-col .mm-grp-menu {
  text-align: right;
  margin-bottom: 10px;
}
/* line 718, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li > .mm-dep-menu .mm-col .mm-grp-menu .grp-title {
  font-weight: bold;
}
/* line 728, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li:hover, .su-main-menu > ul.menu > li.active-trail {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px 1px inset;
}
/* line 734, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li:hover > a, .su-main-menu > ul.menu > li.active-trail > a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: white;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 743, ../sass/suchef/suchef_base.scss */
  .su-main-menu > ul.menu > li:hover > a:after {
    bottom: 0%;
    right: 42%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: white;
    border-width: 10px;
  }
}
/* line 763, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li:hover > ul {
  display: block;
}
/* line 764, ../sass/suchef/suchef_base.scss */
.su-main-menu > ul.menu > li:hover > .mm-dep-menu {
  display: block;
}

/* line 799, ../sass/suchef/suchef_base.scss */
.region-header {
  display: inline-block;
  float: left;
}

/* line 804, ../sass/suchef/suchef_base.scss */
#block-search-form {
  display: inline-block;
}

/* line 808, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart, .search-and-cart-inside {
  display: inline-block;
  position: relative;
}
/* line 811, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .block-title, .search-and-cart-inside .block-title {
  font-size: 1.2em;
}
/* line 813, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .block-title i, .search-and-cart-inside .block-title i {
  font-size: 1.4em;
}
/* line 815, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents, .search-and-cart-inside .cart-contents {
  visibility: hidden;
  opacity: 0;
  /*visibility: visible;
  opacity: 1;*/
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  border: 1px solid #f5f5f5;
  background-color: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  padding: 5px 5px 5px;
}
/* line 834, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row, .search-and-cart-inside .cart-contents .view .view-content .views-row {
  border-bottom: 1px solid #C5C5C5;
}
/* line 42, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row:after, .search-and-cart-inside .cart-contents .view .view-content .views-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 837, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-field-product-image, #block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-field-product-image-1, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-field-product-image, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-field-product-image-1 {
  float: right;
  width: 90px;
  margin-left: 10px;
}
/* line 842, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-line-item-title, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-line-item-title {
  padding-top: 8px;
}
/* line 844, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-line-item-title a, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-line-item-title a {
  color: #444444;
  text-decoration: none;
  font-weight: bold;
}
/* line 68, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-line-item-title a:visited, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-line-item-title a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-line-item-title a:link, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-line-item-title a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-line-item-title a:hover, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-line-item-title a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-line-item-title a:active, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-line-item-title a:active {
  color: #444444;
}
/* line 849, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-commerce-total, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-commerce-total {
  font-size: 0.9em;
}
/* line 851, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-commerce-total .price, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-commerce-total .price {
  display: inline-block;
}
/* line 855, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-content .views-row .views-field-quantity, .search-and-cart-inside .cart-contents .view .view-content .views-row .views-field-quantity {
  font-size: 0.9em;
}
/* line 862, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary .line-item-quantity, #block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary .line-item-total, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary .line-item-quantity, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary .line-item-total {
  line-height: 2.4em;
}
/* line 866, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li {
  display: block;
  padding: 0;
  text-align: center;
  line-height: 2em;
}
/* line 871, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li a, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li a {
  color: white;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px auto;
  display: block;
}
/* line 68, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li a:visited, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li a:link, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li a:hover, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li a:active, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li a:active {
  color: white;
}
/* line 877, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-view-cart a, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-view-cart a {
  background-color: #FEBA34;
}
/* line 879, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-view-cart a:hover, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-view-cart a:hover {
  background-color: #F2B526;
}
/* line 882, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-checkout a, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-checkout a {
  background-color: #E34957;
}
/* line 884, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-checkout a:hover, .search-and-cart-inside .cart-contents .view .view-footer .line-item-summary ul.links li.line-item-summary-checkout a:hover {
  background-color: #C01F59;
}
/* line 893, ../sass/suchef/suchef_base.scss */
#block-commerce-cart-cart:hover .cart-contents, .search-and-cart-inside:hover .cart-contents {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  visibility: visible;
}

/* line 905, ../sass/suchef/suchef_base.scss */
.breadcrumb {
  line-height: 32px;
  color: #666666;
}
@media (max-width: 700px) {
  /* line 905, ../sass/suchef/suchef_base.scss */
  .breadcrumb {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 911, ../sass/suchef/suchef_base.scss */
.breadcrumb ol li a {
  color: #666666;
}
/* line 913, ../sass/suchef/suchef_base.scss */
.breadcrumb ol li:last-child a {
  color: #222222;
}

/* line 927, ../sass/suchef/suchef_base.scss */
footer .block {
  margin-bottom: 0;
}
/* line 931, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 {
  background-color: #FEBA34;
}
/* line 935, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1em;
  /*.box-3 {
    //@include span(4 of 12 last);
    .box-elem {
      text-align: left;
      i { float: left; }
    }
    @include breakpoint($width-4) { @include span(4 of 12 last); }
    @include breakpoint($width-3) { @include span(4 of 12 last); }
    //@include breakpoint($width-2) { @include span(4 of 12 last); }
    //@include breakpoint($width-1) {
    @include breakpoint($width-1-2) {
      @include span(12 of 12);
      .box-elem {
        text-align: right;
        i { float: right; }
      }
    }
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
footer .suchef-footer-content .footer-line1 > .inside:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 941, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .box-1 .box-elem, footer .suchef-footer-content .footer-line1 > .inside .box-3 .box-elem {
  text-align: right;
  font-size: 26px;
  line-height: 26px;
  padding: 16px 0;
}
/* line 946, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .box-1 .box-elem i, footer .suchef-footer-content .footer-line1 > .inside .box-3 .box-elem i {
  float: right;
  margin: 0 8px;
}
@media (max-width: 480px) {
  /* line 941, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line1 > .inside .box-1 .box-elem, footer .suchef-footer-content .footer-line1 > .inside .box-3 .box-elem {
    text-align: center;
  }
  /* line 952, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line1 > .inside .box-1 .box-elem i, footer .suchef-footer-content .footer-line1 > .inside .box-3 .box-elem i {
    float: none;
  }
}
@media (max-width: 700px) {
  /* line 935, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line1 > .inside {
    grid-template-columns: 1fr;
  }
}
/* line 960, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .box-1 {
  /*@include breakpoint($width-4) { @include span(4 of 12); }
  @include breakpoint($width-3) { @include span(4 of 12); }
  @include breakpoint($width-2) { @include span(4 of 12); }
  @include breakpoint($width-1) { @include span(12 of 12); }*/
}
/* line 967, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .su-logo {
  /*@include breakpoint($width-4) { @include span(4 of 12); }
  @include breakpoint($width-3) { @include span(4 of 12); }
  @include breakpoint($width-2) { @include span(4 of 12); }
  @include breakpoint($width-1) {
    @include span(12 of 12);
    padding: 16px 25%;
    box-sizing: border-box;
  }*/
  text-align: center;
  padding-top: 8px;
}
/* line 982, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .su-logo img {
  height: auto;
}
/* line 1002, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .box-4 {
  font-size: 26px;
  line-height: 1em;
  padding: 16px 0;
  text-align: center;
  /*@include breakpoint($width-4) { @include span(4 of 12 last); }
  @include breakpoint($width-3) { @include span(4 of 12 last); }
  @include breakpoint($width-1-2) { @include span(12 of 12); }*/
}
/* line 1010, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .box-4 .items {
  display: flex;
  margin-top: 0.8em;
  justify-content: center;
}
/* line 1014, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line1 > .inside .box-4 .items .box-elem {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.4em;
}
/* line 1023, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 {
  background-color: #575757;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
}
/* line 42, ../sass/_mixins.scss */
footer .suchef-footer-content .footer-line2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 1029, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 p {
  text-align: center;
  font-size: 26px;
  margin: 0;
  padding-top: 1em;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.3em;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
footer .suchef-footer-content .footer-line2 p:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1042, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 > .inside > .content > p {
  /*@include breakpoint($width-4) { @include span(4 of 12); }
  @include breakpoint($width-3) { @include span(4 of 12); }
  @include breakpoint($width-2) { @include span(4 of 12); }
  @include breakpoint($width-1) { @include span(12 of 12); }*/
}
/* line 1049, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 > .inside > .content > form {
  /*@include breakpoint($width-4) { @include span(8 of 12 last); }
  @include breakpoint($width-3) { @include span(8 of 12 last); }
  @include breakpoint($width-2) { @include span(8 of 12 last); }
  @include breakpoint($width-1) { @include span(12 of 12); }*/
}
/* line 1055, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 > .inside > .content > form > div {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-column-gap: 1em;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
footer .suchef-footer-content .footer-line2 > .inside > .content > form > div:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 480px) {
  /* line 1055, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line2 > .inside > .content > form > div {
    grid-template-columns: 1fr;
  }
}
/* line 1062, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 > .inside > .content > form > div .form-item {
  /*@include breakpoint($width-4) { @include prefix(3 of 12); @include span(3 of 12); }
  @include breakpoint($width-3) { @include prefix(2 of 12); @include span(4 of 12); }
  @include breakpoint($width-2) { @include span(6 of 12); }
  @include breakpoint($width-1) { @include span(12 of 12); }*/
}
/* line 1067, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 > .inside > .content > form > div .form-item input {
  width: 100%;
  line-height: 26px;
  padding: 5px;
}
/* line 1073, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line2 > .inside > .content > form > div button {
  display: block;
  float: none;
  margin: 1.5em 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #77A33F;
  color: white;
  border: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  /*@include breakpoint($width-4) { @include span(3 of 12); }
  @include breakpoint($width-3) { @include span(4 of 12); }
  @include breakpoint($width-2) { @include span(6 of 12); }
  @include breakpoint($width-1) { @include span(12 of 12); }*/
}
@media (max-width: 480px) {
  /* line 1073, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line2 > .inside > .content > form > div button {
    margin-top: 0;
  }
}
/* line 1096, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line3 {
  background-color: #242424;
  padding-right: 1em;
  padding-left: 1em;
}
/* line 42, ../sass/_mixins.scss */
footer .suchef-footer-content .footer-line3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 1101, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line3 .box-elem {
  display: block;
}
/* line 1103, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line3 .box-elem p {
  margin: 0;
}
/* line 1105, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line3 > .inside {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1em;
  /*.footer-menu-box  {
    @include breakpoint($width-4) {
      @include span(3 of 12);
      float: right;
      &:nth-child(4n) { @include span(3 of 12 last); }
    }
    @include breakpoint($width-3) {
      @include span(6 of 12);
      &:nth-child(2n) { @include span(6 of 12 last); }
    }
    @include breakpoint($width-1-2) {
      @include span(6 of 12);
      &:nth-child(2n) { @include span(6 of 12 last); }
    }
    @include breakpoint($width-1) { @include span(12 of 12 last); }
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
footer .suchef-footer-content .footer-line3 > .inside:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 1105, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line3 > .inside {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 1105, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line3 > .inside {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  /* line 1105, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line3 > .inside {
    grid-template-columns: 1fr;
  }
}
/* line 1141, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-menu-box .title {
  color: white;
  font-size: 1.3em;
}
/* line 1145, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-menu-box .menu {
  padding: 0;
}
/* line 1147, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-menu-box .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1151, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-menu-box .menu li a {
  color: white;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
footer .suchef-footer-content .footer-menu-box .menu li a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
footer .suchef-footer-content .footer-menu-box .menu li a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
footer .suchef-footer-content .footer-menu-box .menu li a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
footer .suchef-footer-content .footer-menu-box .menu li a:active {
  color: white;
}
/* line 1155, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .cc-icons {
  font-size: 32px;
  margin-top: 30px;
}
/* line 1158, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .cc-icons i {
  margin-left: 6px;
}
/* line 1162, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line4 {
  background-color: #242424;
  color: white;
  padding-bottom: 10px;
}
/* line 1167, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line4 > .inside {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
footer .suchef-footer-content .footer-line4 > .inside:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1169, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line4 > .inside .content {
  text-align: center;
  font-size: 18px;
}
/* line 1173, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line4 > .inside .content a {
  display: block;
  float: right;
  width: 130px;
}
/* line 1178, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line4 > .inside .content .text {
  display: block;
  float: right;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 1169, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line4 > .inside .content {
    padding-right: 21.0084%;
    padding-left: 21.0084%;
    width: 57.98319%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 1169, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line4 > .inside .content {
    padding-right: 12.60504%;
    padding-left: 12.60504%;
    width: 74.78992%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (max-width: 700px) {
  /* line 1169, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line4 > .inside .content {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 1194, ../sass/suchef/suchef_base.scss */
  footer .suchef-footer-content .footer-line4 > .inside .content a {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/* line 1205, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line5 {
  background-color: #242424;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 1212, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line5 > .inside {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
footer .suchef-footer-content .footer-line5 > .inside:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1215, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line5 > .inside .items {
  display: flex;
  justify-content: space-between;
}
/* line 1218, ../sass/suchef/suchef_base.scss */
footer .suchef-footer-content .footer-line5 > .inside .items .made-by {
  font-size: 0.65em;
}

/*select {
  @include su_dropdown($gray1);
}*/
/* line 1234, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first {
  padding-top: 20px;
}
/* line 1236, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane {
  padding-right: 12px;
}
@media (max-width: 700px) and (max-width: 700px) {
  /* line 1236, ../sass/suchef/suchef_base.scss */
  body.su-2col #content > .panel-2col .panel-col-first .panel-pane,
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 1242, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane:nth-child(n+2),
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane:nth-child(n+2) {
  border-top: 1px dotted #C5C5C5;
  padding-top: 10px;
  margin-top: 10px;
}
/* line 1245, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane > .pane-title,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > .pane-title {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.3em;
}
/* line 1252, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane a,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane a {
  color: #444444;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane a:visited,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane a:link,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane a:hover,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane a:active,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane a:active {
  color: #444444;
}
/* line 1253, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane > ul,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > ul {
  padding: 0;
  margin: 0;
}
/* line 1254, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane > ul li,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > ul li {
  list-style: none;
}
/* line 1256, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane > ul li.active-trail > a, body.su-2col #content > .panel-2col .panel-col-first .panel-pane > ul li.active > a,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > ul li.active-trail > a,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > ul li.active > a {
  font-weight: bold;
}
/* line 1264, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane > ul > li > ul,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > ul > li > ul {
  display: none;
  padding-right: 20px;
  padding-bottom: 10px;
}
/* line 1269, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane > ul > li.active-trail > ul, body.su-2col #content > .panel-2col .panel-col-first .panel-pane > ul > li.active > ul,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > ul > li.active-trail > ul,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane > ul > li.active > ul {
  display: block;
}
/* line 1275, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-first .panel-pane .view .view-content .views-row,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .panel-pane .view .view-content .views-row {
  margin-bottom: 0;
}
/* line 1285, ../sass/suchef/suchef_base.scss */
body.su-2col #content > .panel-2col .panel-col-last,
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last {
  padding-top: 20px;
}

/* line 1290, ../sass/suchef/suchef_base.scss */
.pane-separator-pane {
  border-top: 1px dotted #C5C5C5;
  padding-top: 10px;
  margin-top: 10px;
}

/*body.node-type-product {
  #content>.panel-2col-stacked {
    >.panel-col-top {
      @include clearfix;
      .pane-page-title {
        float: right;
      }
      .pane-product-nav-pane {
        float: left;
      }
    }
  }
}*/
/* line 1310, ../sass/suchef/suchef_base.scss */
#fast-add-to-cart {
  visibility: hidden;
}

/* line 1314, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.suchef-user-login-register:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1316, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register .suchef-login-form {
  box-sizing: border-box;
}
@media (min-width: 1001px) {
  /* line 1316, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-login-form {
    width: 40.67797%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 1316, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-login-form {
    width: 40.67797%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 1316, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-login-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 1316, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-login-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 1324, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register .suchef-register-form {
  box-sizing: border-box;
}
@media (min-width: 1001px) {
  /* line 1324, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-register-form {
    width: 40.67797%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 1324, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-register-form {
    width: 40.67797%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 1324, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-register-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 1324, ../sass/suchef/suchef_base.scss */
  .suchef-user-login-register .suchef-register-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 1335, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register .form-item.form-type-textfield input {
  width: 100%;
}
/* line 1339, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register .suchef-login-register-message {
  border: 1px solid #77A33F;
  padding: 10px;
  margin-top: 20px;
}
/* line 1343, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register .suchef-login-register-message p {
  margin: 0.5em 0;
}
/* line 1347, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register .suchef-login-message {
  text-align: center;
  font-size: 20px;
  margin-top: 2em;
}
/* line 1351, ../sass/suchef/suchef_base.scss */
.suchef-user-login-register .suchef-login-message p {
  margin: 0.5em 0;
}

@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 1354, ../sass/suchef/suchef_base.scss */
  .suchef-user-pass-form {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 1354, ../sass/suchef/suchef_base.scss */
  .suchef-user-pass-form {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 1354, ../sass/suchef/suchef_base.scss */
  .suchef-user-pass-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 1354, ../sass/suchef/suchef_base.scss */
  .suchef-user-pass-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 1365, ../sass/suchef/suchef_base.scss */
.suchef-user-page h2 {
  text-align: center;
}
/* line 1367, ../sass/suchef/suchef_base.scss */
.suchef-user-page form a {
  color: #0071B3;
}
/* line 1369, ../sass/suchef/suchef_base.scss */
.suchef-user-page form .form-item input {
  line-height: 30px;
  font-size: 26px;
}
/* line 1377, ../sass/suchef/suchef_base.scss */
.suchef-user-page form .form-actions button[type="submit"] {
  width: 100%;
  border: none;
  background-color: #77A33F;
  color: white;
  font-size: 1.2em;
  line-height: 30px;
  padding: 10px;
}
/* line 1388, ../sass/suchef/suchef_base.scss */
.suchef-user-page .create-account-link {
  display: block;
  text-align: center;
}
/* line 1391, ../sass/suchef/suchef_base.scss */
.suchef-user-page .create-account-link a {
  color: #0071B3;
}
/* line 93, ../sass/_mixins.scss */
.suchef-user-page .suchef-login-spacer h2.pane-title {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 103, ../sass/_mixins.scss */
.suchef-user-page .suchef-login-spacer h2.pane-title span {
  position: relative;
  vertical-align: middle;
}
/* line 106, ../sass/_mixins.scss */
.suchef-user-page .suchef-login-spacer h2.pane-title span::before, .suchef-user-page .suchef-login-spacer h2.pane-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #D5D5D5;
  top: 50%;
  width: 800px;
  margin-top: -1px;
}
/* line 115, ../sass/_mixins.scss */
.suchef-user-page .suchef-login-spacer h2.pane-title span::before {
  left: 100%;
  margin-left: 15px;
}
/* line 119, ../sass/_mixins.scss */
.suchef-user-page .suchef-login-spacer h2.pane-title span::after {
  right: 100%;
  margin-right: 15px;
}
/* line 1396, ../sass/suchef/suchef_base.scss */
.suchef-user-page .agree-to-terms-link {
  margin-bottom: 20px;
}
/* line 1398, ../sass/suchef/suchef_base.scss */
.suchef-user-page .agree-to-terms-link a {
  color: #0071B3;
}

/* line 1403, ../sass/suchef/suchef_base.scss */
.facebook-action-connect {
  box-sizing: border-box;
  background-color: #46629E;
  color: white;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.2em;
  display: block;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
/* line 68, ../sass/_mixins.scss */
.facebook-action-connect:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.facebook-action-connect:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.facebook-action-connect:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.facebook-action-connect:active {
  color: white;
}
/* line 1414, ../sass/suchef/suchef_base.scss */
.facebook-action-connect i {
  float: left;
  font-size: 30px;
}

/* line 1421, ../sass/suchef/suchef_base.scss */
ul.primary {
  border-bottom: 1px solid #D5D5D5;
}
/* line 1424, ../sass/suchef/suchef_base.scss */
ul.primary li a {
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.1em;
  outline: none;
}
/* line 1430, ../sass/suchef/suchef_base.scss */
ul.primary li.is-active, ul.primary li:hover {
  border-bottom: 4px solid #77A33F;
}

/* line 1436, ../sass/suchef/suchef_base.scss */
.social-icons {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
  float: left;
}
@media (max-width: 700px) {
  /* line 1436, ../sass/suchef/suchef_base.scss */
  .social-icons {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 1442, ../sass/suchef/suchef_base.scss */
.social-icons a {
  padding: 5px 8px;
  margin: 5px 0 0 5px;
  display: inline-block;
  float: right;
  color: white;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.social-icons a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.social-icons a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.social-icons a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.social-icons a:active {
  color: white;
}
/* line 1448, ../sass/suchef/suchef_base.scss */
.social-icons a.fb {
  background-color: #46629E;
}
/* line 1449, ../sass/suchef/suchef_base.scss */
.social-icons a.tw {
  background-color: #2CAAE1;
}
/* line 1450, ../sass/suchef/suchef_base.scss */
.social-icons a.pint {
  background-color: #BD1E23;
}
/* line 1451, ../sass/suchef/suchef_base.scss */
.social-icons a.gp {
  background-color: #DD4B39;
}
/* line 1452, ../sass/suchef/suchef_base.scss */
.social-icons a.mail {
  background-color: #77A33F;
}

/* line 1457, ../sass/suchef/suchef_base.scss */
.cmcc-form iframe {
  height: 400px;
  width: 320px;
  border: 0;
}

/* line 1465, ../sass/suchef/suchef_base.scss */
body.page-checkout.as-if #header, body.page-checkout.as-if #footer {
  display: none;
}
/* line 1466, ../sass/suchef/suchef_base.scss */
body.page-checkout.as-if #main {
  min-height: inherit !important;
}

/* line 1470, ../sass/suchef/suchef_base.scss */
.checkout-completion-message a {
  color: #0071B3;
  text-decoration: none;
  text-decoration: underline;
}
/* line 68, ../sass/_mixins.scss */
.checkout-completion-message a:visited {
  color: #0071B3;
}
/* line 69, ../sass/_mixins.scss */
.checkout-completion-message a:link {
  color: #0071B3;
}
/* line 70, ../sass/_mixins.scss */
.checkout-completion-message a:hover {
  color: #0071B3;
}
/* line 71, ../sass/_mixins.scss */
.checkout-completion-message a:active {
  color: #0071B3;
}

/* line 1478, ../sass/suchef/suchef_base.scss */
form.simplenews-subscribe .form-item-mail label {
  display: none;
}

/* line 1485, ../sass/suchef/suchef_base.scss */
.pane-newsletter-subscribe > p {
  margin-top: 0.8em;
  margin-bottom: 0;
}
/* line 1490, ../sass/suchef/suchef_base.scss */
.pane-newsletter-subscribe form > div .form-item-mail {
  margin: 0.5em 0;
}
/* line 1492, ../sass/suchef/suchef_base.scss */
.pane-newsletter-subscribe form > div .form-item-mail input {
  width: 100%;
  padding-right: 5px;
}
/* line 1497, ../sass/suchef/suchef_base.scss */
.pane-newsletter-subscribe form > div button {
  background-color: #77A33F;
  color: white;
  border: none;
  padding: 5px 16px;
}

/* line 1507, ../sass/suchef/suchef_base.scss */
.panel-pane.pane-block-6, .why-buy-suc {
  background-color: #f9d7e1;
  border-radius: 4px;
}
/* line 1510, ../sass/suchef/suchef_base.scss */
.panel-pane.pane-block-6 ul, .why-buy-suc ul {
  padding: 0 1em 0 0 !important;
}
/* line 1512, ../sass/suchef/suchef_base.scss */
.panel-pane.pane-block-6 ul li, .why-buy-suc ul li {
  list-style: inherit !important;
}

/* line 1520, ../sass/suchef/suchef_base.scss */
.commerce-paypal-icon {
  top: -2px;
}

/* line 1524, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.suc-user-pro-reg-app:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1527, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1528, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app h1 {
  text-align: center;
}
/* line 1529, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app .ui.form {
  padding: 0 0.5em;
}
/* line 1533, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app .form-item label {
  display: none;
}
/* line 1536, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app .form-item input {
  width: 100%;
}
/* line 1540, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app .form-actions {
  text-align: center;
  margin-top: 1em;
}
/* line 1543, ../sass/suchef/suchef_base.scss */
.suc-user-pro-reg-app .form-actions button[type="submit"] {
  width: 200px;
  padding: 0.4em 0;
}

/* line 2, ../sass/suchef/_menus.scss */
#mobile-menu {
  text-align: right;
  /*min-height: 400px;
  min-width: 200px;
  height: 400px;
  width: 200px;*/
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100%;
  color: transparent;
}
@media (max-width: 700px) {
  /* line 2, ../sass/suchef/_menus.scss */
  #mobile-menu {
    display: block;
  }
}
/* line 20, ../sass/suchef/_menus.scss */
#mobile-menu #mobile-menu_multilevelpushmenu .levelHolderClass {
  z-index: 100;
}
/* line 27, ../sass/suchef/_menus.scss */
#mobile-menu li {
  list-style: none;
}

/* line 30, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: white;
}
/* line 38, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  overflow: hidden;
  top: 0;
  background: url(../img/noisy-texture-100x100-o5-d10-c-3d3d3d-t0.png) repeat right top;
  width: auto;
  min-height: 100%;
  font-size: 1em;
  zoom: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 12px;
}
/* line 52, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
  /*-moz-box-shadow: 5px 0 5px -5px #1f4164;
  -webkit-box-shadow: 5px 0 5px -5px #1f4164;
  box-shadow: 5px 0 5px -5px #1f4164;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);*/
}
/* line 60, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
  /*-moz-box-shadow: 5px 0 5px 5px #1f4164;
  -webkit-box-shadow: 5px 0 5px 5px #1f4164;
  box-shadow: 5px 0 5px 5px #1f4164;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=270,strength=2);*/
}
/* line 71, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper h2, .multilevelpushmenu_wrapper .link-to-item {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  padding: 0 .4em;
}
/* line 78, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .link-to-item {
  margin: 0.5em 0;
}
/* line 81, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 86, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper li {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: .4em;
  margin: 0 !important;
}
/* line 91, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 92, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper li:hover, .multilevelpushmenu_wrapper li.active-trail {
  background-color: #77A33F;
}
/* line 94, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper a {
  display: block;
  outline: none;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1em;
  padding: .2em .2em;
  text-decoration: none;
  color: #fff;
}
/* line 103, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper a:hover {
  color: #ffe;
}
/* line 105, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .backItemClass {
  display: block;
  padding: .4em;
}
/* line 110, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .backItemClass i {
  float: right;
  margin-left: 10px;
}
/* line 115, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .floatRight {
  float: right;
}
/* line 116, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .floatLeft {
  float: left;
}
/* line 117, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}
/* line 118, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .iconSpacing_ltr {
  padding: 0 .4em 0 0;
}
/* line 119, ../sass/suchef/_menus.scss */
.multilevelpushmenu_wrapper .iconSpacing_rtl {
  float: left;
  padding: 0 0.4em 0 0;
}

/* line 1, ../sass/suchef/_layouts.scss */
body:not(.suchef-layout-1):not(.su-lay-2):not(.wide-body) #main {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
body:not(.suchef-layout-1):not(.su-lay-2):not(.wide-body) #main:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 10, ../sass/suchef/_layouts.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .panel-top-wide .inside,
body.su-lay-2 .suchef-layout-2 .panel-top-wide .inside {
  /*>.pane-views-panes >.view .views_slideshow_cycle_main {
  	.views-slideshow-cycle-main-frame {
  		width: 100%;
  		.views-slideshow-cycle-main-frame-row {
  			.views-field-field-slide-image .bg-color img {
  				@include container($max_width);
  				display: block;
  			}
  		}
  	}
  }*/
}
/* line 24, ../sass/suchef/_layouts.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .panel-top-wide .inside > .pane-views-panes > .view > .view-content .views-row .views-field-field-slide-image .bg-color img,
body.su-lay-2 .suchef-layout-2 .panel-top-wide .inside > .pane-views-panes > .view > .view-content .views-row .views-field-field-slide-image .bg-color img {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .panel-top-wide .inside > .pane-views-panes > .view > .view-content .views-row .views-field-field-slide-image .bg-color img:after,
body.su-lay-2 .suchef-layout-2 .panel-top-wide .inside > .pane-views-panes > .view > .view-content .views-row .views-field-field-slide-image .bg-color img:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 32, ../sass/suchef/_layouts.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper,
body.su-lay-2 .suchef-layout-2 .center-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper:after,
body.su-lay-2 .suchef-layout-2 .center-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 35, ../sass/suchef/_layouts.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper .panel-col .panel-pane,
body.su-lay-2 .suchef-layout-2 .center-wrapper .panel-col .panel-pane {
  margin-bottom: 10px;
}
/* line 93, ../sass/_mixins.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper .panel-col .panel-pane h2.pane-title,
body.su-lay-2 .suchef-layout-2 .center-wrapper .panel-col .panel-pane h2.pane-title {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 103, ../sass/_mixins.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper .panel-col .panel-pane h2.pane-title span,
body.su-lay-2 .suchef-layout-2 .center-wrapper .panel-col .panel-pane h2.pane-title span {
  position: relative;
  vertical-align: middle;
}
/* line 106, ../sass/_mixins.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper .panel-col .panel-pane h2.pane-title span::before, body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper .panel-col .panel-pane h2.pane-title span::after,
body.su-lay-2 .suchef-layout-2 .center-wrapper .panel-col .panel-pane h2.pane-title span::before,
body.su-lay-2 .suchef-layout-2 .center-wrapper .panel-col .panel-pane h2.pane-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #D5D5D5;
  top: 50%;
  width: 800px;
  margin-top: -1px;
}
/* line 115, ../sass/_mixins.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper .panel-col .panel-pane h2.pane-title span::before,
body.su-lay-2 .suchef-layout-2 .center-wrapper .panel-col .panel-pane h2.pane-title span::before {
  left: 100%;
  margin-left: 15px;
}
/* line 119, ../sass/_mixins.scss */
body.suchef-layout-1 .panel-display.suchef-layout-1 .center-wrapper .panel-col .panel-pane h2.pane-title span::after,
body.su-lay-2 .suchef-layout-2 .center-wrapper .panel-col .panel-pane h2.pane-title span::after {
  right: 100%;
  margin-right: 15px;
}

/* line 47, ../sass/suchef/_layouts.scss */
body.su-2col #content > .panel-2col .panel-col-first .inside {
  border-left: 1px solid #C5C5C5;
  padding-left: 5px;
}
@media (min-width: 1401px) {
  /* line 46, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-first {
    width: 20.16807%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 46, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-first {
    width: 20.16807%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 46, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-first {
    width: 28.57143%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (max-width: 700px) {
  /* line 46, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-first {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #C5C5C5;
  }
  /* line 57, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-first .inside {
    margin-right: 0;
  }
}
@media (min-width: 1401px) {
  /* line 63, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-last {
    width: 78.9916%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 63, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-last {
    width: 78.9916%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 63, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-last {
    width: 70.58824%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 63, ../sass/suchef/_layouts.scss */
  body.su-2col #content > .panel-2col .panel-col-last {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 68, ../sass/suchef/_layouts.scss */
body.su-2col #content > .panel-2col .panel-col-last .panel-pane {
  margin-bottom: 10px;
}
/* line 93, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-last .panel-pane h2.pane-title {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 103, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-last .panel-pane h2.pane-title span {
  position: relative;
  vertical-align: middle;
}
/* line 106, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-last .panel-pane h2.pane-title span::before, body.su-2col #content > .panel-2col .panel-col-last .panel-pane h2.pane-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #D5D5D5;
  top: 50%;
  width: 800px;
  margin-top: -1px;
}
/* line 115, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-last .panel-pane h2.pane-title span::before {
  left: 100%;
  margin-left: 15px;
}
/* line 119, ../sass/_mixins.scss */
body.su-2col #content > .panel-2col .panel-col-last .panel-pane h2.pane-title span::after {
  right: 100%;
  margin-right: 15px;
}

/* line 77, ../sass/suchef/_layouts.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper {
  /*display: grid;
  grid-template-columns: 250px 1fr;
  grid-column-gap: 2em;
  @include breakpoint($width-2) { grid-template-columns: 1fr; }
  @include breakpoint($width-1) { grid-template-columns: 1fr; }*/
}
@media (min-width: 1001px) {
  /* line 84, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first {
    width: 20.16807%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 84, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first {
    width: 28.57143%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 84, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 84, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first {
    display: none;
  }
}
/* line 90, ../sass/suchef/_layouts.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col {
  display: none;
}
@media (min-width: 1001px) {
  /* line 93, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last {
    width: 78.9916%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 93, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last {
    width: 70.58824%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 93, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 93, ../sass/suchef/_layouts.scss */
  body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 102, ../sass/suchef/_layouts.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first.is_stuck {
  margin-top: 54px;
}
/* line 103, ../sass/suchef/_layouts.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-first .inside {
  border-left: 1px solid #C5C5C5;
  padding-left: 5px;
}
/* line 113, ../sass/suchef/_layouts.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last .panel-pane {
  margin-bottom: 10px;
}
/* line 93, ../sass/_mixins.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last .panel-pane h2.pane-title {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 103, ../sass/_mixins.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last .panel-pane h2.pane-title span {
  position: relative;
  vertical-align: middle;
}
/* line 106, ../sass/_mixins.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last .panel-pane h2.pane-title span::before, body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last .panel-pane h2.pane-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #D5D5D5;
  top: 50%;
  width: 800px;
  margin-top: -1px;
}
/* line 115, ../sass/_mixins.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last .panel-pane h2.pane-title span::before {
  left: 100%;
  margin-left: 15px;
}
/* line 119, ../sass/_mixins.scss */
body.su-lay-2 #content > .suchef-layout-2 .center-wrapper .panel-col-last .panel-pane h2.pane-title span::after {
  right: 100%;
  margin-right: 15px;
}

@media (max-width: 700px) {
  /* line 127, ../sass/suchef/_layouts.scss */
  .pane-page-title h1 {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  /* line 127, ../sass/suchef/_layouts.scss */
  .pane-page-title h1 {
    line-height: 1.5em;
  }
}

/* line 133, ../sass/suchef/_layouts.scss */
h2.pane-title {
  margin: 0.5em 0;
  line-height: 1em;
}
@media (max-width: 700px) {
  /* line 133, ../sass/suchef/_layouts.scss */
  h2.pane-title {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 140, ../sass/suchef/_layouts.scss */
  body.node-type-product #content > .suchef-product {
    padding: 0 5px;
  }
}
@media (max-width: 1000px) {
  /* line 140, ../sass/suchef/_layouts.scss */
  body.node-type-product #content > .suchef-product {
    padding: 0 10px;
  }
}
/* line 147, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .pane-page-title h1 {
  margin: 0;
}
/* line 149, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu.fixed {
  border-top: 1px dotted #C5C5C5;
  background-color: #F5F5F5;
  width: 100%;
  left: auto;
  right: 0;
  z-index: 20;
}
/* line 156, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu.fixed .inside {
  width: 100%;
  background-color: #F5F5F5;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu.fixed .inside:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 162, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav {
  margin-top: 4px;
  float: left;
}
/* line 165, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 5px;
  color: white;
  text-decoration: none;
  background-color: #2D3537;
  padding: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 68, ../sass/_mixins.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav a:active {
  color: white;
}
/* line 174, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav a:hover {
  background-color: #77A33F;
}
/* line 177, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .product-nav a.active {
  background-color: #77A33F;
}
/* line 182, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .inside {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2em;
  /*.pane-page-title {
  	@include breakpoint($width-4) { @include span(6 of 12); }
  	@include breakpoint($width-3) { @include span(6 of 12); }
  	@include breakpoint($width-2) { @include span(6 of 12); }
  	@include breakpoint($width-1) { @include span(12 of 12); }
  	@include su-mobile-width-padding;
  }
  .pane-product-nav-pane {
  	@include breakpoint($width-4) { @include span(6 of 12 last); }
  	@include breakpoint($width-3) { @include span(6 of 12 last); }
  	@include breakpoint($width-2) { @include span(6 of 12 last); }
  	@include breakpoint($width-1) {
  		@include span(12 of 12);
  		//background-color: $color3;
  		//padding-bottom: 5px;
  	}
  }*/
}
@media (max-width: 700px) {
  /* line 182, ../sass/suchef/_layouts.scss */
  body.node-type-product #content > .suchef-product .panel-col-product-nav-menu .inside {
    grid-template-columns: 1fr;
  }
}
/* line 207, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .product-info {
  /*clear: both;
  .panel-col-product-info-left {
  	//@include span(7 of 24);
    @include breakpoint($width-4) { @include span(7 of 24); }
    @include breakpoint($width-3) { @include span(7 of 24); }
    @include breakpoint($width-1-2) {
    	@include span(24 of 24);
    	//@include su-mobile-width-padding;
    }
  }
  .panel-col-product-info-right {
  	//@include span(17 of 24 last);
    @include breakpoint($width-4) { @include span(17 of 24 last); }
    @include breakpoint($width-3) { @include span(17 of 24 last); }
    @include breakpoint($width-1-2) {
    	@include span(24 of 24);
    	//@include su-mobile-width-padding;
    }
  }*/
  width: 100%;
  display: grid;
  grid-template-columns: 36% 1fr;
  grid-column-gap: 10%;
}
@media (max-width: 700px) {
  /* line 207, ../sass/suchef/_layouts.scss */
  body.node-type-product #content > .suchef-product .product-info {
    grid-template-columns: 1fr;
  }
}
/* line 234, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-product-description, body.node-type-product #content > .suchef-product .panel-col-product-video, body.node-type-product #content > .suchef-product .panel-col-product-instructions, body.node-type-product #content > .suchef-product .panel-col-product-articles, body.node-type-product #content > .suchef-product .panel-col-product-reviews {
  clear: both;
  border-top: 1px dotted #C5C5C5;
  padding-top: 10px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  /* line 237, ../sass/suchef/_layouts.scss */
  body.node-type-product #content > .suchef-product .panel-col-product-description .field, body.node-type-product #content > .suchef-product .panel-col-product-description .view, body.node-type-product #content > .suchef-product .panel-col-product-video .field, body.node-type-product #content > .suchef-product .panel-col-product-video .view, body.node-type-product #content > .suchef-product .panel-col-product-instructions .field, body.node-type-product #content > .suchef-product .panel-col-product-instructions .view, body.node-type-product #content > .suchef-product .panel-col-product-articles .field, body.node-type-product #content > .suchef-product .panel-col-product-articles .view, body.node-type-product #content > .suchef-product .panel-col-product-reviews .field, body.node-type-product #content > .suchef-product .panel-col-product-reviews .view {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 241, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-bottom {
  clear: both;
}
/* line 244, ../sass/suchef/_layouts.scss */
body.node-type-product #content > .suchef-product .panel-col-bottom .panel-pane {
  border-top: 1px dotted #C5C5C5;
  padding-top: 10px;
  margin-top: 10px;
}

@media (max-width: 700px) {
  /* line 249, ../sass/suchef/_layouts.scss */
  body.node-type-article #content .node-article.view-mode-full {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  /* line 256, ../sass/suchef/_layouts.scss */
  body.node-type-category-promotion .pane-node-body .field, body.node-type-category-promotion .pane-node-field-cat-promo-regulations .field {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 262, ../sass/suchef/_layouts.scss */
.suchef-cart {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  /*.panel-col-first {
  	@include breakpoint($width-4) { @include span(17 of 24); }
  	@include breakpoint($width-3) { @include span(17 of 24); }
  	@include breakpoint($width-1-2) {
  		@include span(24 of 24);
  		//@include su-mobile-width-padding;
  	}
  }
  .panel-col-last {
  	@include breakpoint($width-4) { @include span(7 of 24 last); }
  	@include breakpoint($width-3) { @include span(7 of 24 last); }
  	@include breakpoint($width-1-2) {
  		@include span(24 of 24);
  		//@include su-mobile-width-padding;
  	}
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.suchef-cart:after {
  content: " ";
  display: block;
  clear: both;
}

/*.view-category-term,
.view-other-products-in-category,
.view-category-term-children,
.view-category-featured-products,
.view-new-products-in-category,
.view-products-in-sub-department,*/
/* line 42, ../sass/_mixins.scss */
.teasers-view1:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 9, ../sass/suchef/_views.scss */
.teasers-view1 .view-content {
  /*.views-row {
  	margin-bottom: 10px;
  	@include breakpoint($width-4) {
  		@include span(3 of 12);
  		&:nth-child(4n) { @include span(3 of 12 last); }
  		margin-bottom: 20px;
  	}
  	@include breakpoint($width-3) {
  		@include span(4 of 12);
  		&:nth-child(3n) { @include span(4 of 12 last); }
  	}
  	@include breakpoint($width-1-2) {
  		@include span(6 of 12);
  		&:nth-child(2n) { @include span(6 of 12 last); }
  	}
  }*/
}
@media (max-width: 700px) and (max-width: 700px) {
  /* line 9, ../sass/suchef/_views.scss */
  .teasers-view1 .view-content {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 36, ../sass/suchef/_views.scss */
.teasers-view1:not(.teasers-slider1) .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
  /*.views-row {
  	margin-bottom: 10px;
  	@include span(5 of 25);
  	&:nth-child(5n) { @include span(5 of 25 last); }
  	&:nth-child(5n+1) { clear: both; }
  	@include breakpoint($width-4-5) {
  		@include span(3 of 12);
  		&:nth-child(4n) { @include span(3 of 12 last); }
  		&:nth-child(4n+1) { clear: both; }
  	}
  	@include breakpoint($width-3) {
  		@include span(4 of 12);
  		&:nth-child(3n) { @include span(4 of 12 last); }
  		&:nth-child(3n+1) { clear: both; }
  	}
  	@include breakpoint($width-1-2) {
  		@include span(6 of 12);
  		&:nth-child(2n) { @include span(6 of 12 last); }
  		&:nth-child(2n+1) { clear: both; }
  	}
  }*/
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 36, ../sass/suchef/_views.scss */
  .teasers-view1:not(.teasers-slider1) .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 36, ../sass/suchef/_views.scss */
  .teasers-view1:not(.teasers-slider1) .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  /* line 36, ../sass/suchef/_views.scss */
  .teasers-view1:not(.teasers-slider1) .view-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  /* line 36, ../sass/suchef/_views.scss */
  .teasers-view1:not(.teasers-slider1) .view-content {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 75, ../sass/suchef/_views.scss */
.more-link {
  clear: both;
}

/* line 81, ../sass/suchef/_views.scss */
.view-products-in-sub-department > .view-content > h3 {
  clear: both;
}

/* line 89, ../sass/suchef/_views.scss */
.view-category-promos .view-content .views-row {
  margin-bottom: 10px;
}

/* line 97, ../sass/suchef/_views.scss */
.view-category-promos-sidebar .view-content .views-row {
  margin-bottom: 10px;
}

/* line 104, ../sass/suchef/_views.scss */
.view-category-slides .view-content {
  position: relative;
}
/* line 109, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views_slideshow_main .views_slideshow_slide .views-row {
  position: relative;
}
/* line 114, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views_slideshow_main .views_slideshow_slide .views-row .views-field-nothing {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
/* line 119, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views_slideshow_main .views_slideshow_slide .views-row .views-field-nothing .title {
  font-size: 2em;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 131, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-top {
  position: absolute;
  top: 45%;
  z-index: 10;
  width: 100%;
}
/* line 137, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
/* line 138, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous, .view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next {
  padding: 0 10px;
}
/* line 140, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a, .view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  color: #444444;
  text-decoration: none;
  background-color: #f5f5f5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1em/1em;
  padding: 10px 15px;
}
/* line 68, ../sass/_mixins.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:visited, .view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:link, .view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:hover, .view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:active, .view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:active {
  color: #444444;
}
/* line 148, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous {
  float: right;
}
/* line 149, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next {
  float: left;
}
/* line 153, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-bottom .widget_pager_bottom {
  text-align: center;
}
/* line 155, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-bottom .widget_pager_bottom .views-slideshow-pager-field-item {
  display: inline-block;
}
/* line 157, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-bottom .widget_pager_bottom .views-slideshow-pager-field-item .views-content-counter .if-not-active {
  display: block;
}
/* line 158, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-bottom .widget_pager_bottom .views-slideshow-pager-field-item .views-content-counter .if-active {
  display: none;
}
/* line 159, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-bottom .widget_pager_bottom .views-slideshow-pager-field-item.active {
  font-weight: bold;
}
/* line 161, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-bottom .widget_pager_bottom .views-slideshow-pager-field-item.active .views-content-counter .if-not-active {
  display: none;
}
/* line 162, ../sass/suchef/_views.scss */
.view-category-slides .view-content .views-slideshow-controls-bottom .widget_pager_bottom .views-slideshow-pager-field-item.active .views-content-counter .if-active {
  display: block;
}

/* line 172, ../sass/suchef/_views.scss */
.suc-flex-slide1 .view-content .flexslider {
  -moz-box-shadow: transparent 0 0 0 0 inset;
  -webkit-box-shadow: transparent 0 0 0 0 inset;
  box-shadow: transparent 0 0 0 0 inset;
  margin: 0;
  border: 0;
}
/* line 176, ../sass/suchef/_views.scss */
.suc-flex-slide1 .view-content .flexslider .flexslider_views_slideshow_slide {
  position: relative;
}
/* line 181, ../sass/suchef/_views.scss */
.suc-flex-slide1 .view-content .flexslider .flexslider_views_slideshow_slide .views-field-nothing {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
/* line 186, ../sass/suchef/_views.scss */
.suc-flex-slide1 .view-content .flexslider .flexslider_views_slideshow_slide .views-field-nothing .title {
  font-size: 2em;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  /*.title-content {
  	padding-left: 5px;
  	padding-right: 5px;
  }*/
}

/* line 205, ../sass/suchef/_views.scss */
.article-teasers-view1 .view-content .views-row {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  /* line 205, ../sass/suchef/_views.scss */
  .article-teasers-view1 .view-content .views-row {
    border-bottom: 1px solid #C5C5C5;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  /* line 205, ../sass/suchef/_views.scss */
  .article-teasers-view1 .view-content .views-row {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 216, ../sass/suchef/_views.scss */
.view-product-images {
  position: relative;
  margin-bottom: 10px;
}
/* line 220, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-top {
  position: absolute;
  top: 45%;
  z-index: 19;
  width: 100%;
}
/* line 226, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
/* line 227, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous, .view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next {
  padding: 0 10px;
}
/* line 229, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a, .view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  color: #444444;
  text-decoration: none;
  background-color: #f5f5f5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1em/1em;
  padding: 10px 15px;
}
/* line 68, ../sass/_mixins.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:visited, .view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:visited {
  color: #444444;
}
/* line 69, ../sass/_mixins.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:link, .view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:link {
  color: #444444;
}
/* line 70, ../sass/_mixins.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:hover, .view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:hover {
  color: #444444;
}
/* line 71, ../sass/_mixins.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous a:active, .view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next a:active {
  color: #444444;
}
/* line 237, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous {
  float: right;
}
/* line 238, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next {
  float: left;
}
/* line 243, ../sass/suchef/_views.scss */
.view-product-images .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100%;
}
/* line 245, ../sass/suchef/_views.scss */
.view-product-images .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row .views-row {
  position: relative;
  text-align: center;
}
/* line 248, ../sass/suchef/_views.scss */
.view-product-images .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row .views-row .views-field-title {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 1.2em;
  line-height: 2em;
  width: 100%;
}
/* line 259, ../sass/suchef/_views.scss */
.view-product-images .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row .views-row .views-field-field-product-image-1 img:not(.lazyloader-icon) {
  height: 500px;
  width: 500px;
}
@media (max-width: 700px) {
  /* line 268, ../sass/suchef/_views.scss */
  .view-product-images .views-slideshow-controls-bottom {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 271, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  display: block;
  float: right;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
}
/* line 278, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  border: 1px solid black;
}
/* line 281, ../sass/suchef/_views.scss */
.view-product-images .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item img:not(.lazyloader-icon) {
  height: 100px;
  width: 100px;
}

/* line 290, ../sass/suchef/_views.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 304, ../sass/suchef/_views.scss */
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
}
/* line 312, ../sass/suchef/_views.scss */
.slick-slider .slick-list .slick-track .views-slideshow-pager-field-item {
  margin-left: 10px;
}
/* line 317, ../sass/suchef/_views.scss */
.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: #444444;
  font-size: 16px;
  background-color: #f5f5f5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1em/1em;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 340, ../sass/suchef/_views.scss */
.slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus, .slick-slider .slick-next:hover, .slick-slider .slick-next:focus {
  outline: none;
  color: black;
}
/* line 347, ../sass/suchef/_views.scss */
.slick-slider .slick-prev.slick-prev, .slick-slider .slick-next.slick-prev {
  left: -25px;
  right: auto;
}
/* line 348, ../sass/suchef/_views.scss */
.slick-slider .slick-prev.slick-next, .slick-slider .slick-next.slick-next {
  left: auto;
  right: -25px;
}

/* line 352, ../sass/suchef/_views.scss */
.slick-slide {
  float: right;
}

/*.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

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

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }*/
/* line 364, ../sass/suchef/_views.scss */
.view-bricks-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 1001px) {
  /* line 364, ../sass/suchef/_views.scss */
  .view-bricks-1 {
    display: block;
  }
}
/* line 372, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: right;
  /*&.views-row-1 {
  	@include span(6 of 24);
  }
  &.views-row-2 {
  	@include span(12 of 24);
  }
  &.views-row-3 {
  	@include span(6 of 24 last);
  }
  &.views-row-4 {
  	@include span(6 of 24);
  }
  &.views-row-5 {
  	@include span(6 of 24);
  }
  &.views-row-6 {
  	@include span(12 of 24 last);
  }
  &.views-row-7 {
  	@include span(12 of 24);
  }
  &.views-row-8 {
  	@include span(6 of 24);
  }
  &.views-row-9 {
  	@include span(18 of 24);
  }
  &.views-row-10 {
  	@include span(6 of 24 last);
  }*/
}
/* line 379, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-image {
  display: inline-block;
}
/* line 381, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-image .field-content {
  display: inline-block;
}
@media (max-width: 480px) {
  /* line 372, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row {
    margin-bottom: 10px;
  }
  /* line 389, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size11 {
    width: 100px;
    height: 100px;
  }
  /* line 393, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size12 {
    width: 100px;
    height: 210px;
  }
  /* line 397, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size21 {
    width: 210px;
    height: 100px;
  }
  /* line 401, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size22 {
    width: 210px;
    height: 210px;
  }
  /* line 405, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size31 {
    width: 320px;
    height: 100px;
  }
  /* line 409, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size13 {
    width: 100px;
    height: 320px;
  }
  /* line 413, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size32 {
    width: 320px;
    height: 210px;
  }
  /* line 417, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size23 {
    width: 210px;
    height: 320px;
  }
  /* line 421, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size33 {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 372, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row {
    margin-bottom: 10px;
  }
  /* line 430, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size11 {
    width: 200px;
    height: 200px;
  }
  /* line 434, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size12 {
    width: 200px;
    height: 410px;
  }
  /* line 438, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size21 {
    width: 410px;
    height: 200px;
  }
  /* line 442, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size22 {
    width: 410px;
    height: 410px;
  }
  /* line 446, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size31 {
    width: 620px;
    height: 200px;
  }
  /* line 450, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size13 {
    width: 200px;
    height: 620px;
  }
  /* line 454, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size32 {
    width: 620px;
    height: 410px;
  }
  /* line 458, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size23 {
    width: 410px;
    height: 620px;
  }
  /* line 462, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size33 {
    width: 620px;
    height: 620px;
  }
}
@media (min-width: 701px) {
  /* line 372, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row {
    margin-bottom: 10px;
  }
  /* line 471, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size11 {
    width: 280px;
    height: 280px;
  }
  /* line 475, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size12 {
    width: 280px;
    height: 570px;
  }
  /* line 479, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size21 {
    width: 570px;
    height: 280px;
  }
  /* line 483, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size22 {
    width: 570px;
    height: 570px;
  }
  /* line 487, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size31 {
    width: 860px;
    height: 280px;
  }
  /* line 491, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size13 {
    width: 280px;
    height: 860px;
  }
  /* line 495, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size32 {
    width: 860px;
    height: 570px;
  }
  /* line 499, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size23 {
    width: 570px;
    height: 860px;
  }
  /* line 503, ../sass/suchef/_views.scss */
  .view-bricks-1 .view-content .views-row.size33 {
    width: 860px;
    height: 860px;
  }
}
/* line 509, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.8em;
}
/* line 517, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link .field-content {
  height: 100%;
}
/* line 519, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link .field-content a {
  color: white;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
}
/* line 68, ../sass/_mixins.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link .field-content a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link .field-content a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link .field-content a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link .field-content a:active {
  color: white;
}
/* line 525, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-link .field-content a span {
  position: relative;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
}
/* line 534, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-nothing {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #77A33F;
}
/* line 541, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-nothing i {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 547, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row:hover .views-field-nothing i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 550, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row .views-field-field-brick-image img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 555, ../sass/suchef/_views.scss */
.view-bricks-1 .view-content .views-row:hover .views-field-field-brick-image img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 594, ../sass/suchef/_views.scss */
.view-category-wide-image {
  position: relative;
}
/* line 596, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row {
  text-align: center;
}
/* line 598, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-field-category-wide-image {
  overflow: hidden;
}
/* line 606, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-nothing {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #EEE;
  height: 100%;
}
/* line 613, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-nothing .field-content {
  display: block;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 100%;
  position: relative;
  /*.space {
  	display: none;
  	margin-bottom: 1em;
  	//border-bottom: 4px	 solid $color1;
  	position: absolute;
  	top: 45%;
  	width: 100%;
  	span {
  		text-indent: -9999px;
  		height: 4px;
  		background-color: $color1;
  		//display: inline-block;
  	}
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.view-category-wide-image .views-row .views-field-nothing .field-content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 619, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-nothing .field-content .title, .view-category-wide-image .views-row .views-field-nothing .field-content .space {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: bold;
}
/* line 624, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-nothing .field-content .title {
  padding-bottom: 1em;
  position: absolute;
  top: 15%;
  width: 100%;
}
/* line 630, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-nothing .field-content .title:after {
  content: " ";
  display: block;
  margin: 24px auto 0 auto;
  width: 92px;
  height: 0;
  border-top: 4px solid;
  border-color: #77A33F;
}
/* line 654, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-nothing .field-content .body {
  position: absolute;
  top: 55%;
  font-size: 1em;
  line-height: 1.2em;
  margin-right: 10px;
  margin-left: 10px;
}
/* line 663, ../sass/suchef/_views.scss */
.view-category-wide-image .views-row .views-field-nothing .field-content .body p {
  margin: 0 10%;
}
@media (max-width: 700px) {
  /* line 654, ../sass/suchef/_views.scss */
  .view-category-wide-image .views-row .views-field-nothing .field-content .body {
    top: 45%;
  }
}

/* line 678, ../sass/suchef/_views.scss */
.view-promoted-category-promos .views-row {
  margin: 5px 0;
}

/* line 683, ../sass/suchef/_views.scss */
.view-front-slides {
  margin-bottom: 10px;
}
/* line 686, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider {
  -moz-box-shadow: transparent 0 0 0 0 inset;
  -webkit-box-shadow: transparent 0 0 0 0 inset;
  box-shadow: transparent 0 0 0 0 inset;
  margin: 0;
  border: 0;
}
/* line 691, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row {
  position: relative;
}
/* line 696, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 200px;
}
@media (max-width: 700px) {
  /* line 696, ../sass/suchef/_views.scss */
  .view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing {
    top: 10px;
    left: 10px;
  }
}
/* line 705, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .slide-text-color {
  color: white;
}
/* line 707, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .slide-text-color.slide-text-color-1 {
  color: #000000;
}
/* line 708, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .slide-text-color.slide-text-color-2 {
  color: #F23340;
}
/* line 709, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .slide-text-color.slide-text-color-3 {
  color: #DC0715;
}
/* line 710, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .slide-text-color.slide-text-color-4 {
  color: #0725DC;
}
/* line 711, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .slide-text-color.slide-text-color-5 {
  color: #8B948E;
}
/* line 713, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .logo {
  display: block;
}
/* line 715, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .logo img {
  width: auto;
  margin: 0 auto;
}
/* line 720, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .title {
  display: block;
  margin-top: 15%;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 720, ../sass/suchef/_views.scss */
  .view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .title {
    margin-top: 20%;
  }
}
/* line 727, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .link {
  display: block;
  margin-top: 10%;
  text-align: center;
}
/* line 731, ../sass/suchef/_views.scss */
.view-front-slides .view-content .flexslider .flexslider-views-slideshow-main-frame.slides .flexslider-views-slideshow-main-frame-row .views-field-nothing .link a {
  border: 3px solid;
  border-color: inherit;
  padding: 5px 10px;
  color: inherit;
}

/* line 748, ../sass/suchef/_views.scss */
.flexslider .flex-control-nav {
  bottom: 0;
  z-index: 10;
}
/* line 751, ../sass/suchef/_views.scss */
.flexslider .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 753, ../sass/suchef/_views.scss */
.flexslider .flex-control-nav li a.flex-active {
  background-color: rgba(207, 207, 207, 0.9);
}
/* line 759, ../sass/suchef/_views.scss */
.flexslider .flex-direction-nav li a {
  color: white;
}

/* line 765, ../sass/suchef/_views.scss */
.teasers-slider1 {
  width: 100%;
  position: relative;
  /*&:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
  }*/
}
/* line 770, ../sass/suchef/_views.scss */
.teasers-slider1 .view-header {
  margin-bottom: 10px;
}
/* line 771, ../sass/suchef/_views.scss */
.teasers-slider1 .view-footer {
  margin-top: 10px;
}
/* line 772, ../sass/suchef/_views.scss */
.teasers-slider1 .view-header, .teasers-slider1 .view-footer {
  text-align: center;
}
/* line 773, ../sass/suchef/_views.scss */
.teasers-slider1 .view-header p, .teasers-slider1 .view-footer p {
  margin: 0;
}
/* line 775, ../sass/suchef/_views.scss */
.teasers-slider1 .view-header .slick-prev, .teasers-slider1 .view-header .slick-next, .teasers-slider1 .view-footer .slick-prev, .teasers-slider1 .view-footer .slick-next {
  /*position: static;
  display: inline-block;
  float: left;*/
  display: inline-block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: #444444;
  font-size: 16px;
  background-color: #f5f5f5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1em/1em;
  visibility: visible;
}
/* line 794, ../sass/suchef/_views.scss */
.teasers-slider1 .view-header .slick-prev.slick-disabled, .teasers-slider1 .view-header .slick-next.slick-disabled, .teasers-slider1 .view-footer .slick-prev.slick-disabled, .teasers-slider1 .view-footer .slick-next.slick-disabled {
  visibility: hidden;
}
/* line 799, ../sass/suchef/_views.scss */
.teasers-slider1 .view-content {
  width: 100%;
}
/* line 802, ../sass/suchef/_views.scss */
.teasers-slider1 .view-content .views-row {
  /*@include breakpoint($width-4-5) {
  	width: 288px !important;
  }*/
  margin: 5px 0 5px 10px;
}
@media (max-width: 480px) {
  /* line 802, ../sass/suchef/_views.scss */
  .teasers-slider1 .view-content .views-row {
    width: 150px;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 802, ../sass/suchef/_views.scss */
  .teasers-slider1 .view-content .views-row {
    width: 200px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 802, ../sass/suchef/_views.scss */
  .teasers-slider1 .view-content .views-row {
    width: 288px;
  }
}

/* line 42, ../sass/_mixins.scss */
.view-products-of-category-and-brans > .view-content .h3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 844, ../sass/suchef/_views.scss */
.suc-commerce-table table.views-table {
  width: 100%;
}
/* line 847, ../sass/suchef/_views.scss */
.suc-commerce-table table.views-table > thead th {
  text-align: center;
  border-bottom: 1px solid #D5D5D5;
  padding: 0 10px;
}
/* line 853, ../sass/suchef/_views.scss */
.suc-commerce-table table.views-table > tbody {
  border-bottom: 1px solid #D5D5D5;
}
/* line 855, ../sass/suchef/_views.scss */
.suc-commerce-table table.views-table > tbody > tr {
  background-color: transparent;
  border-bottom: 1px solid #D5D5D5;
}
/* line 858, ../sass/suchef/_views.scss */
.suc-commerce-table table.views-table > tbody > tr > td {
  vertical-align: middle;
  padding: 3px 10px;
  text-align: center;
}
@media (max-width: 700px) {
  /* line 867, ../sass/suchef/_views.scss */
  .suc-commerce-table table.views-table > thead th {
    display: none;
  }
  /* line 872, ../sass/suchef/_views.scss */
  .suc-commerce-table table.views-table > tbody > tr {
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
  }
  /* line 876, ../sass/suchef/_views.scss */
  .suc-commerce-table table.views-table > tbody > tr > td {
    display: inline-block;
  }
}
/* line 880, ../sass/suchef/_views.scss */
.suc-commerce-table table.views-table table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* line 886, ../sass/suchef/_views.scss */
.suc-commerce-table .form-actions button {
  color: white;
  border: 0;
  margin: 10px 5px;
  padding: 5px 10px;
  font-size: 1.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 893, ../sass/suchef/_views.scss */
.suc-commerce-table .form-actions button#edit-submit {
  background-color: #FEBA34;
}
/* line 895, ../sass/suchef/_views.scss */
.suc-commerce-table .form-actions button#edit-submit:hover {
  background-color: #F2B526;
}
/* line 897, ../sass/suchef/_views.scss */
.suc-commerce-table .form-actions button#edit-checkout {
  background-color: #E34957;
}
/* line 899, ../sass/suchef/_views.scss */
.suc-commerce-table .form-actions button#edit-checkout:hover {
  background-color: #C01F59;
}
@media (max-width: 700px) {
  /* line 903, ../sass/suchef/_views.scss */
  .suc-commerce-table .line-item-summary {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 910, ../sass/suchef/_views.scss */
.commerce-order-handler-area-order-total table.commerce-price-formatted-components {
  width: auto;
}
/* line 914, ../sass/suchef/_views.scss */
.commerce-order-handler-area-order-total table.commerce-price-formatted-components tbody tr td {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 929, ../sass/suchef/_views.scss */
.view-brands-of-category .views-row {
  position: relative;
  overflow: hidden;
  /*.group-right .field-content {
  	display: block;
  	text-align: center;
  	font-size: 22px;
  	line-height: 1.2em;
  	position: relative;
  	top: 75%;
  	//height: 100%;
  }*/
}
/* line 130, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-left {
  display: block;
  width: 100%;
  float: none;
}
/* line 135, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* line 142, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field, .view-brands-of-category .views-row .group-right .field-content {
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  height: 100%;
}
/* line 149, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field .field-items, .view-brands-of-category .views-row .group-right .field-content .field-items {
  height: 100%;
}
/* line 151, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field .field-items .field-item, .view-brands-of-category .views-row .group-right .field-content .field-items .field-item {
  height: 100%;
}
/* line 155, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field a, .view-brands-of-category .views-row .group-right .field-content a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  height: 100%;
  display: block;
}
/* line 161, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field a span, .view-brands-of-category .views-row .group-right .field-content a span {
  color: white;
  text-decoration: none;
  padding: 0 0.2em;
  position: relative;
  top: 75%;
}
/* line 68, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field a span:visited, .view-brands-of-category .views-row .group-right .field-content a span:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field a span:link, .view-brands-of-category .views-row .group-right .field-content a span:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field a span:hover, .view-brands-of-category .views-row .group-right .field-content a span:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.view-brands-of-category .views-row .group-right .field a span:active, .view-brands-of-category .views-row .group-right .field-content a span:active {
  color: white;
}
@media (max-width: 700px) {
  /* line 155, ../sass/_mixins.scss */
  .view-brands-of-category .views-row .group-right .field a, .view-brands-of-category .views-row .group-right .field-content a {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
  }
  /* line 169, ../sass/_mixins.scss */
  .view-brands-of-category .views-row .group-right .field a span, .view-brands-of-category .views-row .group-right .field-content a span {
    top: 50%;
  }
}
/* line 941, ../sass/suchef/_views.scss */
.view-brands-of-category .views-row .group-left img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 947, ../sass/suchef/_views.scss */
.view-brands-of-category .views-row:hover .group-left img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*.view-brand-description {
	.views-field-field-brand-video {
		text-align: center;
	}
}*/
@media (max-width: 700px) {
  /* line 959, ../sass/suchef/_views.scss */
  .view-fc-videos, .view-brand-description {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 964, ../sass/suchef/_views.scss */
.view-fc-videos .view-content .views-row .views-field-field-video-video, .view-fc-videos .view-content .views-row .views-field-field-brand-video, .view-brand-description .view-content .views-row .views-field-field-video-video, .view-brand-description .view-content .views-row .views-field-field-brand-video {
  text-align: center;
}
/* line 967, ../sass/suchef/_views.scss */
.view-fc-videos .view-content .views-row .views-field-field-video-video .player, .view-fc-videos .view-content .views-row .views-field-field-brand-video .player, .view-brand-description .view-content .views-row .views-field-field-video-video .player, .view-brand-description .view-content .views-row .views-field-field-brand-video .player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 972, ../sass/suchef/_views.scss */
.view-fc-videos .view-content .views-row .views-field-field-video-video .player iframe, .view-fc-videos .view-content .views-row .views-field-field-brand-video .player iframe, .view-brand-description .view-content .views-row .views-field-field-video-video .player iframe, .view-brand-description .view-content .views-row .views-field-field-brand-video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 988, ../sass/suchef/_views.scss */
.view-commerce-user-orders table.views-table tbody tr {
  border-bottom: 1px solid #D5D5D5;
}
/* line 990, ../sass/suchef/_views.scss */
.view-commerce-user-orders table.views-table tbody tr td {
  padding: 5px 10px;
}
/* line 993, ../sass/suchef/_views.scss */
.view-commerce-user-orders table.views-table tbody tr td.views-field-order-id a {
  color: #0071B3;
}

@media (max-width: 700px) {
  /* line 1002, ../sass/suchef/_views.scss */
  .view-category-description .views-row {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 1008, ../sass/suchef/_views.scss */
.view-banner-in-main .views-row {
  margin-bottom: 10px;
}

/* line 1014, ../sass/suchef/_views.scss */
.pane-gen-banners .banner-wide .end-date .countdown-title {
  float: none;
}

/* line 1, ../sass/suchef/_item_displays.scss */
.node.node-product {
  	/*&.node-teaser {
  		position: relative;
  		color: white;
  		a { color: white; }
  		color: $default_font_color;
  		a { color: $default_font_color; }
  		overflow: hidden;
  		.group-left, .group-right {
  			width: 100%;
  			float: right;
  		}
  		.group-left {
  
  		}
  		.group-right {
  			position: absolute;
  			//background-color: $color2;
  			height: 100%;
  			//padding: 0 10%;
        @include transition-property(top);
        @include transition-duration(0.15s);
        @include transition-timing-function(ease-in);
  			top: 70%;
  		}
  		&:hover .group-right {
        @include transition-property(top);
        @include transition-duration(0.15s);
        @include transition-timing-function(ease-in);
  			top: 50%;
  
  		}
  	}*/
}
/* line 34, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser {
  position: relative;
  color: #444444;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 39, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser a {
  color: #444444;
}
/* line 42, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 47, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
}
/* line 50, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 54, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .group-left, .node.node-product.node-teaser .group-middle, .node.node-product.node-teaser .group-right {
  width: 100%;
  float: right;
}
/* line 58, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .group-left {
  position: relative;
}
/* line 61, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .group-middle {
  background-color: white;
  /*font-size: 20px;
  text-align: center;*/
}
/* line 66, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .group-right {
  position: absolute;
  bottom: -10px;
  height: 0;
  padding-bottom: 5px;
  background-color: white;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  /*.field-name-body {
  	height: 50%;
  	overflow: hidden;
  	padding: 0 $right_padding;
  	p { margin: 0; }
  }*/
}
/* line 85, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser:hover .group-right {
  height: 40%;
}
/* line 89, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-title {
  font-size: 1.2em;
  padding: 0 10px;
}
/* line 94, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .group-middle .field-name-title {
  height: 1.3em;
}
/* line 96, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .group-middle .field-name-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/* line 104, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-field-product-teaser-image, .node.node-product.node-teaser .field-name-field-product-image {
  overflow: hidden;
}
/* line 107, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-field-product-teaser-image a > img:not(.lazyloader-icon), .node.node-product.node-teaser .field-name-field-product-image a > img:not(.lazyloader-icon) {
  width: 250px;
  height: 250px;
}
/* line 113, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .price-variations {
  padding-bottom: 5px;
  border-bottom: 1px dotted #D5D5D5;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 1em;
  padding-right: 10px;
  text-align: left;
  /*color: $color4;
  color: #afe0ed;*/
  padding-left: 10px;
  font-weight: bold;
}
/* line 126, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .price-variations .sell-price-variations {
  display: block;
}
/* line 129, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .price-variations .suggested-price-variations {
  display: block;
  font-weight: normal;
  color: red;
  text-decoration: line-through;
}
/* line 136, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .size-count, .node.node-product.node-teaser .color-variations, .node.node-product.node-teaser .stock-status, .node.node-product.node-teaser .product-promos {
  position: absolute;
  color: white;
  line-height: 1.2em;
}
/* line 143, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .size-count {
  padding: 3px 10px 3px 5px;
  bottom: 10px;
  background-color: #49aee3;
}
/* line 147, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .size-count:hover {
  background-color: #C01F59;
}
/* line 149, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .color-variations {
  padding: 3px 10px 3px 5px;
  bottom: 10px;
  background-color: transparent;
}
/* line 155, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .stock-status {
  padding: 3px 10px 3px 5px;
  bottom: 10px;
  background-color: #633887;
}
/* line 159, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .stock-status:hover {
  background-color: #C01F59;
}
/* line 161, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .product-promos {
  top: 0;
  width: 100%;
}
/* line 164, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .product-promos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 168, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .product-promos ul li {
  padding: 3px 5px;
  background-color: #ed6121;
  margin: 0 0 1px 0;
  text-align: center;
}
/* line 171, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .product-promos ul li:hover {
  background-color: #C01F59;
}
/* line 174, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .product-promos ul li a {
  color: white;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.node.node-product.node-teaser .product-promos ul li a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.node.node-product.node-teaser .product-promos ul li a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.node.node-product.node-teaser .product-promos ul li a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.node.node-product.node-teaser .product-promos ul li a:active {
  color: white;
}
/* line 180, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .color-variations .item-list ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
/* line 184, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .color-variations .item-list ul li {
  list-style: none;
  display: inline-block;
  margin: 1px;
}
/* line 188, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .color-variations .item-list ul li .single-color {
  width: 14px;
  height: 14px;
  border: 1px solid #AAA;
}
/* line 196, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-field-product {
  float: left;
  margin-left: 5px;
  display: inline-block;
}
/* line 201, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-field-product button {
  background-color: #E34957;
  border: 0;
  color: white;
  padding: 3px 5px;
}
/* line 206, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-field-product button:hover {
  background-color: #C01F59;
}
/* line 211, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .fast_add_to_cart_btn {
  float: left;
  margin-left: 5px;
  display: inline-block;
}
/* line 215, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .fast_add_to_cart_btn span {
  background-color: #E34957;
  border: 0;
  color: white;
  padding: 3px 5px;
}
/* line 220, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .fast_add_to_cart_btn span:hover {
  background-color: #C01F59;
  cursor: pointer;
}
/* line 226, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-node-link {
  float: right;
  margin-right: 5px;
  display: inline-block;
  margin-top: 1px;
}
/* line 232, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-node-link .field-item {
  text-align: center;
}
/* line 234, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-node-link .field-item a {
  background-color: #E34957;
  color: white;
  padding: 3px 5px;
}
/* line 238, ../sass/suchef/_item_displays.scss */
.node.node-product.node-teaser .field-name-node-link .field-item a:hover {
  background-color: #C01F59;
}

/* line 250, ../sass/suchef/_item_displays.scss */
.node.node-product.view-mode-product_page .group-left {
  border-left: 1px solid #C5C5C5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.15254%;
  float: right;
  margin-left: 1.69492%;
  padding-left: 10px;
}
/* line 256, ../sass/suchef/_item_displays.scss */
.node.node-product.view-mode-product_page .group-right {
  width: 49.15254%;
  float: left;
  margin-left: 0;
}
/* line 262, ../sass/suchef/_item_displays.scss */
.node.node-product.view-mode-product_page .field-name-field-product form.commerce-add-to-cart button[type="submit"] {
  /*border: none;
  color: white;
  line-height: 2em;
  background-color: $add_to_cart_color;
  &:hover { background-color: $add_to_cart_color_h; }*/
  background-color: #77A33F;
  border: 0;
  color: white;
  padding: 3px 20px;
  font-size: 20px;
  margin: 12px 0;
  float: left;
  width: calc(100% - 100px);
}
/* line 236, ../sass/_mixins.scss */
.node.node-product.view-mode-product_page .field-name-field-product form.commerce-add-to-cart button[type="submit"]:hover {
  background-color: #2D3537;
}
@media (max-width: 700px) {
  /* line 262, ../sass/suchef/_item_displays.scss */
  .node.node-product.view-mode-product_page .field-name-field-product form.commerce-add-to-cart button[type="submit"] {
    margin-left: 10px;
  }
}
/* line 273, ../sass/suchef/_item_displays.scss */
.node.node-product.view-mode-product_page .field-name-field-product form.commerce-add-to-cart .form-item-quantity {
  clear: both;
  width: 100px;
}
@media (max-width: 700px) {
  /* line 273, ../sass/suchef/_item_displays.scss */
  .node.node-product.view-mode-product_page .field-name-field-product form.commerce-add-to-cart .form-item-quantity {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  /* line 273, ../sass/suchef/_item_displays.scss */
  .node.node-product.view-mode-product_page .field-name-field-product form.commerce-add-to-cart .form-item-quantity {
    overflow: auto;
  }
}
/* line 281, ../sass/suchef/_item_displays.scss */
.node.node-product.view-mode-product_page .field-commerce-price {
  color: black;
  font-weight: bold;
  font-size: 1.4em;
}
@media (max-width: 700px) {
  /* line 286, ../sass/suchef/_item_displays.scss */
  .node.node-product.view-mode-product_page .product-brand-logo > div, .node.node-product.view-mode-product_page .product-heb-name, .node.node-product.view-mode-product_page .field-name-field-product-brand-ref, .node.node-product.view-mode-product_page .field-name-field-product-product-line-ref, .node.node-product.view-mode-product_page .product-sku-custom {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 293, ../sass/suchef/_item_displays.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col {
  position: relative;
  overflow: hidden;
}
/* line 130, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-left {
  display: block;
  width: 100%;
  float: none;
}
/* line 135, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* line 142, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content {
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  height: 100%;
}
/* line 149, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field .field-items, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content .field-items {
  height: 100%;
}
/* line 151, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field .field-items .field-item, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content .field-items .field-item {
  height: 100%;
}
/* line 155, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  height: 100%;
  display: block;
}
/* line 161, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a span, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a span {
  color: white;
  text-decoration: none;
  padding: 0 0.2em;
  position: relative;
  top: 75%;
}
/* line 68, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a span:visited, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a span:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a span:link, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a span:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a span:hover, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a span:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a span:active, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a span:active {
  color: white;
}
@media (max-width: 700px) {
  /* line 155, ../sass/_mixins.scss */
  .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
  }
  /* line 169, ../sass/_mixins.scss */
  .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field a span, .taxonomy-term.view-mode-term_teaser.ds-2col .group-right .field-content a span {
    top: 50%;
  }
}
/* line 298, ../sass/suchef/_item_displays.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col .field-type-image img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 304, ../sass/suchef/_item_displays.scss */
.taxonomy-term.view-mode-term_teaser.ds-2col:hover .field-type-image img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 309, ../sass/suchef/_item_displays.scss */
.node-category-promotion.node-teaser {
  position: relative;
  overflow: hidden;
  /*.field-name-title {
  	text-align: center;
  	font-size: 22px;
  	line-height: 1.4em;
  	position: relative;
  	top: 40%;
  }*/
}
/* line 130, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-left {
  display: block;
  width: 100%;
  float: none;
}
/* line 135, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* line 142, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field, .node-category-promotion.node-teaser .group-right .field-content {
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  height: 100%;
}
/* line 149, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field .field-items, .node-category-promotion.node-teaser .group-right .field-content .field-items {
  height: 100%;
}
/* line 151, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field .field-items .field-item, .node-category-promotion.node-teaser .group-right .field-content .field-items .field-item {
  height: 100%;
}
/* line 155, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field a, .node-category-promotion.node-teaser .group-right .field-content a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  height: 100%;
  display: block;
}
/* line 161, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field a span, .node-category-promotion.node-teaser .group-right .field-content a span {
  color: white;
  text-decoration: none;
  padding: 0 0.2em;
  position: relative;
  top: 75%;
}
/* line 68, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field a span:visited, .node-category-promotion.node-teaser .group-right .field-content a span:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field a span:link, .node-category-promotion.node-teaser .group-right .field-content a span:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field a span:hover, .node-category-promotion.node-teaser .group-right .field-content a span:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.node-category-promotion.node-teaser .group-right .field a span:active, .node-category-promotion.node-teaser .group-right .field-content a span:active {
  color: white;
}
@media (max-width: 700px) {
  /* line 155, ../sass/_mixins.scss */
  .node-category-promotion.node-teaser .group-right .field a, .node-category-promotion.node-teaser .group-right .field-content a {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
  }
  /* line 169, ../sass/_mixins.scss */
  .node-category-promotion.node-teaser .group-right .field a span, .node-category-promotion.node-teaser .group-right .field-content a span {
    top: 50%;
  }
}
/* line 318, ../sass/suchef/_item_displays.scss */
.node-category-promotion.node-teaser .field-name-field-cat-promo-image img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 323, ../sass/suchef/_item_displays.scss */
.node-category-promotion.node-teaser:hover .field-name-field-cat-promo-image img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 329, ../sass/suchef/_item_displays.scss */
.brand-teaser {
  position: relative;
  overflow: hidden;
  /*.group-right .field-content {
  	display: block;
  	text-align: center;
  	font-size: 22px;
  	line-height: 1.2em;
  	position: relative;
  	top: 75%;
  	//height: 100%;
  }*/
}
/* line 180, ../sass/_mixins.scss */
.brand-teaser .back {
  display: block;
  width: 100%;
  float: none;
}
/* line 185, ../sass/_mixins.scss */
.brand-teaser .overlay {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* line 192, ../sass/_mixins.scss */
.brand-teaser .overlay .title {
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  height: 100%;
}
/* line 199, ../sass/_mixins.scss */
.brand-teaser .overlay .title .field-items {
  height: 100%;
}
/* line 201, ../sass/_mixins.scss */
.brand-teaser .overlay .title .field-items .field-item {
  height: 100%;
}
/* line 205, ../sass/_mixins.scss */
.brand-teaser .overlay .title a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 75%);
  height: 100%;
  display: block;
}
/* line 211, ../sass/_mixins.scss */
.brand-teaser .overlay .title a span {
  color: white;
  text-decoration: none;
  padding: 0 0.2em;
  position: relative;
  top: 75%;
}
/* line 68, ../sass/_mixins.scss */
.brand-teaser .overlay .title a span:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.brand-teaser .overlay .title a span:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.brand-teaser .overlay .title a span:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.brand-teaser .overlay .title a span:active {
  color: white;
}
@media (max-width: 700px) {
  /* line 205, ../sass/_mixins.scss */
  .brand-teaser .overlay .title a {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 75%);
  }
  /* line 219, ../sass/_mixins.scss */
  .brand-teaser .overlay .title a span {
    top: 50%;
  }
}
/* line 341, ../sass/suchef/_item_displays.scss */
.brand-teaser .pic img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 347, ../sass/suchef/_item_displays.scss */
.brand-teaser:hover .pic img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 353, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide,
.node-category-promotion.view-mode-promo_teaser_sidebar {
  border: 1px solid #C5C5C5;
  padding: 0.6em 10px 0.6em 10px !important;
  font-size: 16px;
}
/* line 361, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide p,
.node-category-promotion.view-mode-promo_teaser_sidebar p {
  margin: 0;
}
/* line 362, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide .field,
.node-category-promotion.view-mode-promo_teaser_sidebar .field {
  text-align: center;
}
/* line 365, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide .field-name-title,
.node-category-promotion.view-mode-promo_teaser_sidebar .field-name-title {
  text-align: center;
}
/* line 367, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide .field-name-title h2,
.node-category-promotion.view-mode-promo_teaser_sidebar .field-name-title h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  margin-top: 0;
}
/* line 374, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide .field-name-field-cat-promo-subtitle,
.node-category-promotion.view-mode-promo_teaser_sidebar .field-name-field-cat-promo-subtitle {
  font-size: 1em;
  line-height: 1em;
}
/* line 379, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide.view-mode-promo_teaser_sidebar,
.node-category-promotion.view-mode-promo_teaser_sidebar.view-mode-promo_teaser_sidebar {
  font-size: 14px;
}
/* line 382, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide.view-mode-promo_teaser_sidebar .field-name-title h2,
.node-category-promotion.view-mode-promo_teaser_sidebar.view-mode-promo_teaser_sidebar .field-name-title h2 {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

/* line 391, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide.promo-template-1 {
  background-color: #77A33F;
}
/* line 393, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide.promo-template-1 .field {
  color: white;
}
/* line 404, ../sass/suchef/_item_displays.scss */
.node-category-promotion.view-mode-promo_teaser_wide.promo-template-2 .field {
  color: #444444;
}

@media (min-width: 701px) {
  /* line 413, ../sass/suchef/_item_displays.scss */
  .node-article.node-teaser .group-left {
    width: 32.20339%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 413, ../sass/suchef/_item_displays.scss */
  .node-article.node-teaser .group-left {
    width: 32.20339%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (max-width: 480px) {
  /* line 413, ../sass/suchef/_item_displays.scss */
  .node-article.node-teaser .group-left {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 419, ../sass/suchef/_item_displays.scss */
.node-article.node-teaser .group-right {
  padding-left: 5px;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  /* line 419, ../sass/suchef/_item_displays.scss */
  .node-article.node-teaser .group-right {
    width: 66.10169%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 419, ../sass/suchef/_item_displays.scss */
  .node-article.node-teaser .group-right {
    width: 66.10169%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 419, ../sass/suchef/_item_displays.scss */
  .node-article.node-teaser .group-right {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 428, ../sass/suchef/_item_displays.scss */
.node-article.node-teaser .field-name-title h2 {
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
}
/* line 435, ../sass/suchef/_item_displays.scss */
.node-article.node-teaser .field-name-body p {
  margin: 1em 0;
}
/* line 439, ../sass/suchef/_item_displays.scss */
.node-article.node-teaser .field-name-field-article-categories .field-items .field-item {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #444444;
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
}
/* line 445, ../sass/suchef/_item_displays.scss */
.node-article.node-teaser .field-name-field-article-categories .field-items .field-item a {
  color: white;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.node-article.node-teaser .field-name-field-article-categories .field-items .field-item a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.node-article.node-teaser .field-name-field-article-categories .field-items .field-item a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.node-article.node-teaser .field-name-field-article-categories .field-items .field-item a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.node-article.node-teaser .field-name-field-article-categories .field-items .field-item a:active {
  color: white;
}

/* line 454, ../sass/suchef/_item_displays.scss */
.field-name-field-disp-prod-english-name {
  text-align: left;
}

/* line 458, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page {
  /*.commerce-product-field-field-suggested-price {
  	margin-top: 16px;
  	border-top: 1px solid $gray2;
  }*/
}
/* line 459, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .field-name-field-disp-prod-english-name {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  /* line 459, ../sass/suchef/_item_displays.scss */
  .node-product.view-mode-product_page .field-name-field-disp-prod-english-name {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 464, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .field-name-field-product > .field-label {
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  /* line 464, ../sass/suchef/_item_displays.scss */
  .node-product.view-mode-product_page .field-name-field-product > .field-label {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 469, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-w-colors .form-item-product-id {
  display: none;
}
/* line 471, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .color-selector .single-color {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  border: 3px solid white;
}
/* line 477, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .color-selector .single-color.selected {
  border: 3px solid #C5C5C5;
}
/* line 478, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .color-selector .single-color span {
  display: block;
  text-indent: -9999px;
}
@media (max-width: 700px) {
  /* line 484, ../sass/suchef/_item_displays.scss */
  .node-product.view-mode-product_page .form-radios:not(.product-w-colors) {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 486, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id {
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
}
/* line 490, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input {
  display: none;
}
/* line 493, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"] + label {
  padding: 5px 0px;
  border: 1px	solid black;
  float: right;
}
/* line 497, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"] + label span {
  border: 2px	solid white;
  padding: 5px 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 503, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"] + label span.color-sel {
  padding: 5px 20px;
}
/* line 505, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"] + label span.color-sel.selected {
  border: 3px solid #C5C5C5;
}
/* line 508, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"] + label i {
  display: none;
  margin: 0 2px;
}
/* line 513, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"] + label:hover span {
  border: 2px	solid black;
}
/* line 518, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"]:checked + label span {
  border: 2px	solid red;
}
/* line 522, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"]:checked + label span.change-sel-color {
  border: 2px solid #C5C5C5;
}
/* line 526, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-radios:not(.product-w-colors) .form-item-product-id input[type="radio"]:checked + label i {
  display: inline-block;
}
/* line 535, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .commerce-product-field-commerce-price {
  margin-top: 16px;
  border-bottom: 1px solid #C5C5C5;
}
/* line 539, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .commerce-product-extra-field-sku {
  margin-top: 16px;
  border-top: 1px solid #C5C5C5;
}
/* line 548, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-brand-logo {
  border-top: 1px solid #C5C5C5;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 552, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-brand-logo .view {
  text-align: center;
}
/* line 556, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-sku-custom {
  clear: both;
}
/* line 558, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-sku-custom .label {
  float: right;
  font-weight: bold;
}
/* line 562, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-sku-custom .product-sku-custom-value {
  float: right;
}
/* line 567, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .prod-prop-list ul {
  padding: 0;
  list-style: none;
}
/* line 570, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .prod-prop-list ul li {
  margin: 0;
}
/* line 575, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-prices-wrapper {
  border-top: 1px solid #C5C5C5;
  margin-top: 5px;
}
@media (max-width: 700px) {
  /* line 578, ../sass/suchef/_item_displays.scss */
  .node-product.view-mode-product_page .product-prices-wrapper .product-prices {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 579, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-prices-wrapper .site-price {
  font-size: 26px;
  line-height: 2em;
  text-align: center;
}
/* line 583, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-prices-wrapper .site-price > span {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-align: left;
}
/* line 592, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle {
  margin-top: 0.5em;
}
/* line 594, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .promo-title {
  background-color: #77A33F;
  color: white;
  font-size: 1.2em;
  padding: 0.2em 0.6em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/* line 602, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo {
  padding: 0.2em 0.6em;
  border: 1px solid #77A33F;
}
/* line 607, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .form-checkboxes {
  margin: 0;
}
/* line 608, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .form-checkboxes label {
  margin: .2em 0;
}
/* line 613, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .form-checkboxes .form-type-checkbox {
  margin-bottom: 0.6em;
}
/* line 616, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .form-checkboxes .form-type-checkbox .add-item-cb-label .l1 {
  display: inline-block;
  font-weight: bold;
}
/* line 620, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .form-checkboxes .form-type-checkbox .add-item-cb-label .l2 {
  display: block;
  font-size: 0.85em;
}
/* line 623, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .form-checkboxes .form-type-checkbox .add-item-cb-label .l2 .dis-price {
  font-weight: bold;
  font-size: 1.25em;
  color: #77A33F;
}
/* line 629, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .form-checkboxes .form-type-checkbox .add-item-cb-label a {
  text-decoration: underline;
}
/* line 635, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .promo-total {
  display: flex;
  justify-content: space-around;
  line-height: 2em;
  display: none;
}
/* line 641, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .promo-bundle .inside-promo .promo-total .price {
  font-size: 26px;
  color: #77A33F;
}
/* line 648, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-promos-wrapper {
  border-top: 1px solid #C5C5C5;
}
/* line 650, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-promos-wrapper .product-promos-title {
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  /* line 650, ../sass/suchef/_item_displays.scss */
  .node-product.view-mode-product_page .product-promos-wrapper .product-promos-title {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  /* line 655, ../sass/suchef/_item_displays.scss */
  .node-product.view-mode-product_page .product-promos-wrapper .product-promos-promos {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 657, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-promos-wrapper .product-promos-promos .item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 664, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-availability {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
@media (max-width: 700px) {
  /* line 667, ../sass/suchef/_item_displays.scss */
  .node-product.view-mode-product_page .product-availability .field {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 668, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-availability.prod-avail-3 .field-items {
  background-color: #633887;
  color: white;
  font-size: 1.4em;
  line-height: 2em;
  text-align: center;
}
/* line 675, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-availability .outlet-prod-indicator {
  background-color: #fcffe4;
  color: white;
  -webkit-box-shadow: 0 0 0 1px #a4bf92 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a4bf92 inset, 0 0 0 0 transparent;
  color: #2a642c;
  padding: 0.3em 0.5em;
  margin-bottom: 0.3em;
}
/* line 683, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .product-availability .outlet-prod-indicator i {
  margin-left: 0.6em;
}
/* line 688, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-item-quantity {
  margin: 0;
  display: inline-block;
  padding-top: 15px;
  height: 40px;
}
/* line 695, ../sass/suchef/_item_displays.scss */
.node-product.view-mode-product_page .form-item-quantity label {
  display: inline-block;
}

@media (max-width: 700px) {
  /* line 703, ../sass/suchef/_item_displays.scss */
  .node-webform.view-mode-product_page {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
/* line 705, ../sass/suchef/_item_displays.scss */
.node-webform.view-mode-product_page .field-name-title {
  font-weight: bold;
  text-decoration: underline;
}

/* line 714, ../sass/suchef/_item_displays.scss */
.webform-client-form .form-item {
  margin: 0.5em 0 0 0;
}
/* line 717, ../sass/suchef/_item_displays.scss */
.webform-client-form button[type="submit"] {
  background-color: #77A33F;
  border: 0;
  color: white;
  padding: 3px 20px;
  font-size: 20px;
  margin: 12px 0;
  float: left;
}
/* line 236, ../sass/_mixins.scss */
.webform-client-form button[type="submit"]:hover {
  background-color: #2D3537;
}

/* line 722, ../sass/suchef/_item_displays.scss */
.banner-wide {
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.banner-wide:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 728, ../sass/suchef/_item_displays.scss */
  .banner-wide .text {
    width: 74.57627%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 729, ../sass/suchef/_item_displays.scss */
  .banner-wide .end-date {
    width: 23.72881%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 732, ../sass/suchef/_item_displays.scss */
  .banner-wide .text {
    width: 57.62712%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 733, ../sass/suchef/_item_displays.scss */
  .banner-wide .end-date {
    width: 40.67797%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 736, ../sass/suchef/_item_displays.scss */
  .banner-wide .text {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 737, ../sass/suchef/_item_displays.scss */
  .banner-wide .end-date {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
/* line 743, ../sass/suchef/_item_displays.scss */
.banner-wide.no-countdown .text {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0;
}
/* line 747, ../sass/suchef/_item_displays.scss */
.banner-wide .text .title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  display: block;
}
/* line 753, ../sass/suchef/_item_displays.scss */
.banner-wide .text .body {
  display: block;
  font-size: 20px;
}
/* line 756, ../sass/suchef/_item_displays.scss */
.banner-wide .text .body p {
  margin: 0;
}
/* line 758, ../sass/suchef/_item_displays.scss */
.banner-wide .text .link {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
/* line 763, ../sass/suchef/_item_displays.scss */
.banner-wide .text .link a {
  padding: 3px 8px;
  border-width: 1px;
  border-style: solid;
}
/* line 771, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date {
  display: block;
}
/* line 773, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date .timestamp {
  display: none;
}
/* line 776, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date .countdown-title {
  float: left;
  margin-left: 30px;
}
/* line 780, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date .countdown {
  float: left;
}
/* line 782, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date .countdown > span {
  display: inline-block;
  padding: 4px;
  border-left: 1px solid #C5C5C5;
  background-color: #2D3537;
}
/* line 787, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date .countdown > span:last-child {
  border-left: none;
}
/* line 788, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date .countdown > span > span {
  color: white;
  display: block;
  text-align: center;
}
/* line 793, ../sass/suchef/_item_displays.scss */
.banner-wide .end-date .countdown > span > span.number {
  font-size: 22px;
  font-weight: bold;
}

/* line 803, ../sass/suchef/_item_displays.scss */
.product-review {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  /*.comments {
  	clear: both;
  	.content {
  		@include breakpoint($width-4) {
  			@include prefix(3 of 12);
  			//.left { @include span(2 of 12); }
  			//.right { @include span(10 of 12 last); }
  		}
  		@include breakpoint($width-3) {
  			@include prefix(4 of 12);
  			//.left { @include span(3 of 12); }
  			//.right { @include span(9 of 12 last); }
  		}
  		@include breakpoint($width-2) {
  			@include prefix(5 of 12);
  			//.left { @include span(4 of 12); }
  			//.right { @include span(8 of 12 last); }
  		}
  		@include breakpoint($width-1) {
  			//.left { @include span(12 of 12); }
  			//.right { @include span(12 of 12); }
  		}
  	}
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.product-review:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1001px) {
  /* line 809, ../sass/suchef/_item_displays.scss */
  .product-review .content .left {
    width: 15.25424%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 810, ../sass/suchef/_item_displays.scss */
  .product-review .content .right {
    width: 83.05085%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 813, ../sass/suchef/_item_displays.scss */
  .product-review .content .left {
    width: 23.72881%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 814, ../sass/suchef/_item_displays.scss */
  .product-review .content .right {
    width: 74.57627%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  /* line 817, ../sass/suchef/_item_displays.scss */
  .product-review .content .left {
    width: 32.20339%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 818, ../sass/suchef/_item_displays.scss */
  .product-review .content .right {
    width: 66.10169%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 821, ../sass/suchef/_item_displays.scss */
  .product-review .content .left {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 822, ../sass/suchef/_item_displays.scss */
  .product-review .content .right {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 849, ../sass/suchef/_item_displays.scss */
.product-review .review-comments {
  padding-right: 4.20168%;
  margin-top: 1em;
}
/* line 853, ../sass/suchef/_item_displays.scss */
.product-review .review-comments .title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
/* line 860, ../sass/suchef/_item_displays.scss */
.product-review .pic {
  text-align: center;
}
/* line 862, ../sass/suchef/_item_displays.scss */
.product-review .pic i {
  font-size: 60px;
}
/* line 864, ../sass/suchef/_item_displays.scss */
.product-review .name, .product-review .date {
  text-align: center;
}
/* line 867, ../sass/suchef/_item_displays.scss */
.product-review .rating {
  float: right;
  margin: 0.3em 0 0.4em 0;
  /*width: 100%;
  .field, .field-items, .field-item, starrating {
  	width: 100%;
  }*/
}
/* line 875, ../sass/suchef/_item_displays.scss */
.product-review .rating .starrating {
  width: 72px;
  height: 20px;
}
/* line 881, ../sass/suchef/_item_displays.scss */
.product-review .body {
  clear: both;
}
/* line 885, ../sass/suchef/_item_displays.scss */
.product-review .title h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
}

/* line 893, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser {
  position: relative;
  color: #444444;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*.sec2 {
  	.field-name-title {
  		height: 1.3em;
  		a {
  			overflow: hidden;
  			text-overflow: ellipsis;
  			white-space: nowrap;
  			display: block;
  		}
  	}
  }*/
}
/* line 897, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser a {
  color: #444444;
}
/* line 900, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 905, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
}
/* line 907, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 911, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .sec1, .suc-prod-teaser .sec2, .suc-prod-teaser .sec3 {
  width: 100%;
  float: right;
}
/* line 915, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .sec1 {
  position: relative;
  text-align: center;
}
/* line 919, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .sec2 {
  background-color: white;
  border-bottom: 1px dotted #D5D5D5;
}
/* line 924, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .sec3 {
  position: absolute;
  bottom: -10px;
  height: 0;
  padding-bottom: 5px;
  background-color: white;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 934, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser:hover .sec3 {
  height: 40%;
}
/* line 937, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .title {
  font-size: 1.2em;
  padding: 0 10px;
  height: 2.4em;
}
/* line 942, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 950, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .pr-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 954, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .pr-lg .brand-logo {
  max-width: 30%;
}
/* line 958, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 964, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .reviews .prod-rating {
  margin-left: 1px;
  width: 85px !important;
}
/* line 969, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .reviews .prod-rating .rate-select-layer i {
  color: #ffe623;
}
/* line 972, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .reviews .prod-rating .rate-base-layer i, .suc-prod-teaser .reviews .prod-rating .rate-select-layer i, .suc-prod-teaser .reviews .prod-rating .rate-hover-layer i {
  margin: 0 1px;
}
/* line 987, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser a.pic {
  overflow: hidden;
}
/* line 989, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser a.pic > img:not(.lazyloader-icon) {
  width: 250px;
  height: 250px;
}
/* line 994, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .price-variations {
  padding-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 1em;
  padding-right: 10px;
  text-align: left;
  /*color: $color4;
  color: #afe0ed;*/
  padding-left: 10px;
  font-weight: bold;
}
/* line 1006, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .price-variations .sell-price-variations {
  display: block;
}
/* line 1009, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .price-variations .suggested-price-variations {
  display: block;
  font-weight: normal;
  color: red;
  text-decoration: line-through;
}
/* line 1016, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .size-count, .suc-prod-teaser .color-variations, .suc-prod-teaser .stock-status, .suc-prod-teaser .product-promos {
  position: absolute;
  color: white;
  line-height: 1.2em;
}
/* line 1021, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .size-count {
  padding: 3px 10px 3px 5px;
  bottom: 10px;
  background-color: #49aee3;
}
/* line 1025, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .size-count:hover {
  background-color: #C01F59;
}
/* line 1027, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .color-variations {
  padding: 3px 10px 3px 5px;
  bottom: 10px;
  background-color: transparent;
}
/* line 1032, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .stock-status {
  padding: 3px 10px 3px 5px;
  bottom: 10px;
  background-color: #633887;
}
/* line 1036, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .stock-status:hover {
  background-color: #C01F59;
}
/* line 1038, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos {
  top: 0;
  width: 100%;
}
/* line 1041, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1046, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .wide-label {
  padding: 3px 5px;
  display: block;
  background-color: #ed6121;
  margin: 0 0 1px 0;
  text-align: center;
  color: white;
  text-decoration: none;
}
/* line 1050, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .wide-label:hover {
  background-color: #C01F59;
}
/* line 68, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos .content .promo-item .wide-label:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos .content .promo-item .wide-label:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos .content .promo-item .wide-label:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos .content .promo-item .wide-label:active {
  color: white;
}
/* line 1055, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label {
  display: flex;
  flex-direction: row-reverse;
}
/* line 1058, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a {
  color: #C01F59;
  position: relative;
  width: 4.2em;
  height: 4.2em;
  display: block;
}
/* line 1060, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a:hover {
  color: #ed6121;
}
/* line 1065, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a:focus {
  color: inherit !important;
  background-color: inherit !important;
  outline: none !important;
}
/* line 1070, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a.size1 .over-icon {
  font-size: 1.1em;
}
/* line 1071, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a.size2 .over-icon {
  font-size: 0.9em;
}
/* line 1072, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a i {
  font-size: 4.2em;
  position: absolute;
  top: 0;
  right: 0.08em;
}
/* line 1078, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a .over-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* line 1091, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a .over-icon .line1, .suc-prod-teaser .product-promos .content .promo-item .icon-label a .over-icon .line2 {
  display: block;
}
/* line 1094, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a .over-icon .line1 {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 1100, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos .content .promo-item .icon-label a .over-icon .line2 {
  font-size: 1em;
}
/* line 1110, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1114, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos ul li {
  padding: 3px 5px;
  background-color: #ed6121;
  margin: 0 0 1px 0;
  text-align: center;
}
/* line 1117, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos ul li:hover {
  background-color: #C01F59;
}
/* line 1120, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .product-promos ul li a {
  color: white;
  text-decoration: none;
}
/* line 68, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos ul li a:visited {
  color: white;
}
/* line 69, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos ul li a:link {
  color: white;
}
/* line 70, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos ul li a:hover {
  color: white;
}
/* line 71, ../sass/_mixins.scss */
.suc-prod-teaser .product-promos ul li a:active {
  color: white;
}
/* line 1124, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .prod-flag {
  position: absolute;
  left: 0.4em;
  bottom: 0.4em;
  font-size: 1.8em;
  color: #C01F59;
}
/* line 1130, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .prod-flag:hover {
  color: #ed6121;
}
/* line 1134, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .color-variations .item-list ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
/* line 1138, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .color-variations .item-list ul li {
  list-style: none;
  display: inline-block;
  margin: 1px;
}
/* line 1142, ../sass/suchef/_item_displays.scss */
.suc-prod-teaser .color-variations .item-list ul li .single-color {
  width: 14px;
  height: 14px;
  border: 1px solid #AAA;
}

/* line 1152, ../sass/suchef/_item_displays.scss */
.prod-sell-bullets {
  display: flex;
}
/* line 1154, ../sass/suchef/_item_displays.scss */
.prod-sell-bullets .prod-sell-bull {
  border: 1px solid #C5C5C5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 110px;
  margin: 4px;
  padding: 16px 0;
}
/* line 1163, ../sass/suchef/_item_displays.scss */
.prod-sell-bullets .prod-sell-bull .title {
  text-align: center;
}
/* line 1166, ../sass/suchef/_item_displays.scss */
.prod-sell-bullets .prod-sell-bull .icon {
  font-size: 30px;
  text-align: center;
}

/* line 3, ../sass/suchef/_pages.scss */
.embedded-video {
  text-align: center;
}
/* line 5, ../sass/suchef/_pages.scss */
.embedded-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
/* line 11, ../sass/suchef/_pages.scss */
.embedded-video .video-container iframe, .embedded-video .video-container object, .embedded-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 22, ../sass/suchef/_pages.scss */
.sub-group-products {
  clear: both;
  /*.cat-term-more-link {
    text-align: center;
    a {
      padding: 8px 8px;
      color: white;
      background-color: $logo_color2;
      &:hover { background-color: $logo_color1; }
    }
  }*/
}
/* line 93, ../sass/_mixins.scss */
.sub-group-products h2.pane-title {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 103, ../sass/_mixins.scss */
.sub-group-products h2.pane-title span {
  position: relative;
  vertical-align: middle;
}
/* line 106, ../sass/_mixins.scss */
.sub-group-products h2.pane-title span::before, .sub-group-products h2.pane-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #D5D5D5;
  top: 50%;
  width: 800px;
  margin-top: -1px;
}
/* line 115, ../sass/_mixins.scss */
.sub-group-products h2.pane-title span::before {
  left: 100%;
  margin-left: 15px;
}
/* line 119, ../sass/_mixins.scss */
.sub-group-products h2.pane-title span::after {
  right: 100%;
  margin-right: 15px;
}
/* line 26, ../sass/suchef/_pages.scss */
.sub-group-products .view h2.pane-title {
  font-weight: bold !important;
}
/* line 30, ../sass/suchef/_pages.scss */
.sub-group-products .more-link {
  text-align: center;
}
/* line 32, ../sass/suchef/_pages.scss */
.sub-group-products .more-link a {
  padding: 8px 8px;
  color: white;
  background-color: #77A33F;
}
/* line 36, ../sass/suchef/_pages.scss */
.sub-group-products .more-link a:hover {
  background-color: #2D3537;
}

/*body.logged-in {
  form#commerce-checkout-form-checkout {
    #customer-profile-billing-ajax-wrapper {
      @include breakpoint($width-4) { @include span(6 of 12); }
      @include breakpoint($width-3) { @include span(6 of 12); }
      @include breakpoint($width-1-2) { @include span(12 of 12); }
      padding-bottom: 20px;
    }
    #customer-profile-shipping-ajax-wrapper {
      @include breakpoint($width-4) { @include span(6 of 12 last); }
      @include breakpoint($width-3) { @include span(6 of 12 last); }
      @include breakpoint($width-1-2) { @include span(12 of 12); }
    }
  }
}*/
/*body.not-logged-in {
  form#commerce-checkout-form-checkout {
    #edit-customer-profile-billing {
      @include span(12 of 24);
      padding-bottom: 20px;
      @include box-sizing(border-box);
      margin-left: 0;
      @include breakpoint($width-1-2) { @include span(12 of 12); }
    }
    #customer-profile-shipping-ajax-wrapper {
      @include span(12 of 24 last);
      @include box-sizing(border-box);
      @include breakpoint($width-1-2) { @include span(12 of 12); }
    }
  }
}*/
/* line 83, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  /*#customer-profile-billing-ajax-wrapper, #edit-customer-profile-billing {
    @include span(12 of 24);
    @include box-sizing(border-box);
    margin-left: 0;
  }
  #customer-profile-shipping-ajax-wrapper {
    @include span(12 of 24 last);
    @include box-sizing(border-box);
  }*/
  /*.field-name-field-comm-prof-phone-prefix {
    width: 60px;
    display: inline-block;
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
form#commerce-checkout-form-checkout:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 94, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .address-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
@media (max-width: 700px) {
  /* line 94, ../sass/suchef/_pages.scss */
  form#commerce-checkout-form-checkout .address-sec {
    grid-template-columns: 1fr;
  }
}
/* line 100, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .checkout-buttons {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0;
}
/* line 103, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout div.addressfield-container-inline:after {
  display: none !important;
}
/* line 107, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* line 111, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .thoroughfare, form#commerce-checkout-form-checkout .with-select2 .street-name {
  display: none;
}
/* line 115, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .form-item-customer-profile-billing-commerce-customer-address-und-0-thoroughfare {
  display: none;
}
/* line 118, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .street-sel {
  display: flex;
}
/* line 121, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .cty-str-code {
  display: none;
}
/* line 124, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .lds-ring {
  display: inline-block;
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  width: 40px;
  height: 40px;
  margin-top: 1em;
  margin-left: 1em;
}
/* line 134, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  /*width: 64px;
  height: 64px;
  margin: 8px;*/
  border: 6px solid #77A33F;
  width: 80%;
  height: 80%;
  margin: 10%;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #77A33F transparent transparent transparent;
}
/* line 149, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
/* line 152, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
/* line 155, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .with-select2 .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 168, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .form-item {
  margin-top: 0;
  margin-bottom: 0.5em;
  float: none !important;
  margin-left: 1em;
  flex-grow: 1;
}
/* line 174, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .form-item input {
  width: 100%;
}
/* line 179, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .form-item input, form#commerce-checkout-form-checkout .form-item .select2-selection {
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 2em;
}
/* line 186, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .commerce-customer-profile-copy input {
  width: auto;
}
/* line 190, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .field-name-field-comm-prof-phone-number {
  width: 200px;
  display: inline-block;
}
/* line 193, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .field-name-field-comm-prof-phone-number input {
  text-align: left;
  padding-left: 5px;
  direction: ltr;
}
/* line 199, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .locality-block, form#commerce-checkout-form-checkout .name-block {
  display: flex;
}
/* line 202, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .fields {
  display: flex;
  justify-content: space-between;
}
/* line 205, ../sass/suchef/_pages.scss */
form#commerce-checkout-form-checkout .fields > div {
  flex-grow: 1;
}

/* line 216, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper a {
  color: #0071B3;
}
/* line 218, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper a:hover {
  text-decoration: underline;
}
/* line 222, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 1em;
}
/* line 226, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper .messages, .commerce_shipping.form-wrapper .fieldset-wrapper .messages--status, .commerce_shipping.form-wrapper .fieldset-wrapper .messages--warning, .commerce_shipping.form-wrapper .fieldset-wrapper .messages--error {
  grid-column: 1 /span 2;
}
/* line 229, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper .form-type-select {
  margin-bottom: 0;
}
/* line 234, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper .form-radios .form-item label {
  font-weight: bold;
}
/* line 237, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper .form-radios .form-item .description {
  margin: 0.3em 2em 1em 0;
}
/* line 242, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper .pickup-sel-form {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
}
/* line 246, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper .pickup-sel-form .form-item-commerce-shipping-service-details-pickup-sel-val {
  display: none;
}
/* line 250, ../sass/suchef/_pages.scss */
.commerce_shipping.form-wrapper .fieldset-wrapper .pickup-sel-form .pickup-sel-txt {
  pointer-events: none;
  border: none;
}
@media (max-width: 700px) {
  /* line 258, ../sass/suchef/_pages.scss */
  .commerce_shipping.form-wrapper .fieldset-wrapper {
    grid-template-columns: 100%;
  }
}

/* line 265, ../sass/suchef/_pages.scss */
#user-register-form {
  /*.field-name-field-user-phone-prefix {
    width: 200px;
    display: inline-block;
    input {
      text-align: left;
      padding-left: 5px;
      direction: ltr;
    }
  }*/
  /*.field-name-field-user-phone-number {
    width: 160px;
    display: inline-block;
  }*/
}

/* line 283, ../sass/suchef/_pages.scss */
#payment-details .bank-sec .form-item {
  display: inline-block;
  float: right;
  margin-left: 10px;
  /*&.form-item-commerce-payment-payment-details-bank-bank-account {
    @include span(8 of 24 last);
  }*/
}

/* line 297, ../sass/suchef/_pages.scss */
#user-profile-form .field-name-field-user-phone-number input {
  text-align: left;
  padding-left: 5px;
  direction: ltr;
}

/* line 307, ../sass/suchef/_pages.scss */
body.page-checkout #content form fieldset {
  margin-top: 20px;
  min-width: 0;
}
@media (max-width: 700px) {
  /* line 307, ../sass/suchef/_pages.scss */
  body.page-checkout #content form fieldset {
    border-right: none;
    border-left: none;
  }
}
/* line 314, ../sass/suchef/_pages.scss */
body.page-checkout #content form fieldset legend span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}
/* line 320, ../sass/suchef/_pages.scss */
body.page-checkout #content form #edit-commerce-fieldgroup-pane-group-order-user-input {
  clear: both;
}
/* line 323, ../sass/suchef/_pages.scss */
body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper {
  box-sizing: border-box;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 328, ../sass/suchef/_pages.scss */
  body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper fieldset.commerce_coupon .fieldset-wrapper .coupon-form {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 328, ../sass/suchef/_pages.scss */
  body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper fieldset.commerce_coupon .fieldset-wrapper .coupon-form {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (max-width: 700px) {
  /* line 328, ../sass/suchef/_pages.scss */
  body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper fieldset.commerce_coupon .fieldset-wrapper .coupon-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 333, ../sass/suchef/_pages.scss */
  body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper fieldset.commerce_coupon .fieldset-wrapper .redeemed-coupons {
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 333, ../sass/suchef/_pages.scss */
  body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper fieldset.commerce_coupon .fieldset-wrapper .redeemed-coupons {
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 333, ../sass/suchef/_pages.scss */
  body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper fieldset.commerce_coupon .fieldset-wrapper .redeemed-coupons {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 339, ../sass/suchef/_pages.scss */
body.page-checkout #content form #commerce-checkout-coupon-ajax-wrapper fieldset.commerce_coupon .fieldset-wrapper .redeemed-coupons h3 {
  margin-top: 0;
}
/* line 346, ../sass/suchef/_pages.scss */
body.page-checkout #content form .checkout-buttons {
  margin-bottom: 20px;
  border: 0;
  box-sizing: border-box;
}
/* line 351, ../sass/suchef/_pages.scss */
body.page-checkout #content form .checkout-buttons button#edit-continue {
  color: white;
  border: 0;
  margin: 10px 5px;
  padding: 5px 10px;
  font-size: 1.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #77A33F;
}
/* line 359, ../sass/suchef/_pages.scss */
body.page-checkout #content form .checkout-buttons button#edit-continue:hover {
  background-color: #2D3537;
}

@media (min-width: 1001px) {
  /* line 374, ../sass/suchef/_pages.scss */
  body.page-contact-us #content > .panel-2col-stacked > .center-wrapper > .panel-panel {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 377, ../sass/suchef/_pages.scss */
  body.page-contact-us #content > .panel-2col-stacked > .center-wrapper > .panel-panel:nth-child(2n) {
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 374, ../sass/suchef/_pages.scss */
  body.page-contact-us #content > .panel-2col-stacked > .center-wrapper > .panel-panel {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 381, ../sass/suchef/_pages.scss */
  body.page-contact-us #content > .panel-2col-stacked > .center-wrapper > .panel-panel:nth-child(2n) {
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 374, ../sass/suchef/_pages.scss */
  body.page-contact-us #content > .panel-2col-stacked > .center-wrapper > .panel-panel {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 388, ../sass/suchef/_pages.scss */
body.page-contact-us #content > .panel-2col-stacked > .center-wrapper .panel-col-first .inside, body.page-contact-us #content > .panel-2col-stacked > .center-wrapper .panel-col-last .inside {
  margin: 0;
}
/* line 394, ../sass/suchef/_pages.scss */
body.page-contact-us #content > .panel-2col-stacked .pane-block iframe {
  width: 100%;
}
@media (max-width: 700px) {
  /* line 393, ../sass/suchef/_pages.scss */
  body.page-contact-us #content > .panel-2col-stacked .pane-block {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 401, ../sass/suchef/_pages.scss */
.pane-block.pane-views-4bcaaff60f402d0331a6eb1ca2f3f87e {
  max-width: 340px;
  margin-bottom: 20px;
}

/* line 408, ../sass/suchef/_pages.scss */
.pane-product-search-panel-pane-1 .view .view-header {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  /* line 408, ../sass/suchef/_pages.scss */
  .pane-product-search-panel-pane-1 .view .view-header {
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}

/* line 416, ../sass/suchef/_pages.scss */
body.not-logged-in.page-user .tabs-primary {
  display: none;
}
/* line 419, ../sass/suchef/_pages.scss */
body.not-logged-in.page-user .create-account-link {
  margin-top: 20px;
}

/* line 424, ../sass/suchef/_pages.scss */
#user-profile-form {
  margin-bottom: 20px;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 424, ../sass/suchef/_pages.scss */
  #user-profile-form {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 424, ../sass/suchef/_pages.scss */
  #user-profile-form {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (max-width: 700px) {
  /* line 424, ../sass/suchef/_pages.scss */
  #user-profile-form {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 436, ../sass/suchef/_pages.scss */
#user-profile-form .form-actions button[type="submit"] {
  width: 100%;
  border: none;
  background-color: #77A33F;
  color: white;
  font-size: 1.2em;
  line-height: 30px;
  padding: 10px;
}

/* line 448, ../sass/suchef/_pages.scss */
.add-product-review {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.add-product-review:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 450, ../sass/suchef/_pages.scss */
  .add-product-review .product-teaser {
    width: 23.72881%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 450, ../sass/suchef/_pages.scss */
  .add-product-review .product-teaser {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}
@media (max-width: 700px) {
  /* line 450, ../sass/suchef/_pages.scss */
  .add-product-review .product-teaser {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 461, ../sass/suchef/_pages.scss */
  .add-product-review form {
    width: 74.57627%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 461, ../sass/suchef/_pages.scss */
  .add-product-review form {
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 461, ../sass/suchef/_pages.scss */
  .add-product-review form {
    width: 100%;
    float: left;
    margin-left: 0;
  }
}
/* line 473, ../sass/suchef/_pages.scss */
.add-product-review form .form-item-rating {
  margin-bottom: 0;
}

/* line 480, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero {
  position: relative;
}
/* line 483, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero .hero-image picture {
  text-align: center;
  display: block;
}
/* line 488, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #EEE;
  height: 100%;
  text-align: center;
}
/* line 496, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero .overlay .content {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.suchef-profile-user-register .hero .overlay .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 498, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero .overlay .content .title {
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  line-height: 50px;
}
/* line 504, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero .overlay .content .text {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}
/* line 510, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero .overlay .content .link {
  display: block;
  margin-top: 2em;
  text-align: center;
}
/* line 514, ../sass/suchef/_pages.scss */
.suchef-profile-user-register .hero .overlay .content .link a {
  border: 3px solid;
  border-color: inherit;
  padding: 5px 10px;
  color: inherit;
}

/* line 527, ../sass/suchef/_pages.scss */
.suc-facet-page {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-column-gap: 2em;
  /*@include breakpoint($width-4) {
    grid-template-columns: repeat(3, 1fr);
  }
  @include breakpoint($width-3) {
    grid-template-columns: repeat(2, 1fr);
  }
  @include breakpoint($width-1-2) {
  }*/
}
/* line 542, ../sass/suchef/_pages.scss */
.suc-facet-page .hide {
  display: none;
}
/* line 543, ../sass/suchef/_pages.scss */
.suc-facet-page .mobile-bar {
  display: none;
}
/* line 544, ../sass/suchef/_pages.scss */
.suc-facet-page .mobile-filters {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: white;
  border: 1px solid #C5C5C5;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  -o-transition: -o-transform 0.3s, box-shadow 0.3s;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
/* line 550, ../sass/suchef/_pages.scss */
.suc-facet-page .mobile-filters .bar {
  display: flex;
  justify-content: space-between;
  padding: 0.6em 1em;
}
/* line 555, ../sass/suchef/_pages.scss */
.suc-facet-page .mobile-filters .content {
  padding: 1em;
  width: 340px;
}
/* line 566, ../sass/suchef/_pages.scss */
.suc-facet-page .mobile-filters.is-visible {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 700px) {
  /* line 527, ../sass/suchef/_pages.scss */
  .suc-facet-page {
    grid-template-columns: 1fr;
  }
  /* line 573, ../sass/suchef/_pages.scss */
  .suc-facet-page .mobile-filters {
    display: block;
  }
  /* line 574, ../sass/suchef/_pages.scss */
  .suc-facet-page .filters-side {
    display: none;
  }
  /* line 575, ../sass/suchef/_pages.scss */
  .suc-facet-page .mobile-bar {
    display: block;
  }
  /* line 576, ../sass/suchef/_pages.scss */
  .suc-facet-page .res-side {
    padding: 0 0.2em;
    box-sizing: border-box;
  }
}
/* line 581, ../sass/suchef/_pages.scss */
.suc-facet-page .filters-side {
  width: 220px;
  border-left: 1px solid #C5C5C5;
  margin-top: 1em;
  padding-left: 1em;
  margin-left: 1em;
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 591, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .filters-title {
  background-color: #77A33F;
  color: white;
  text-align: center;
  padding: 0.4em;
  border-radius: 5px;
}
/* line 598, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 603, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper .item {
  width: 100%;
  border-bottom: 1px solid #C5C5C5;
}
/* line 608, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper .item .form-type-checkboxes {
  margin: 0.5em 0;
}
/* line 611, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper .item .form-type-checkboxes .form-checkboxes .form-item {
  margin: 0.5em 0;
  position: relative;
}
/* line 614, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper .item .form-type-checkboxes .form-checkboxes .form-item input {
  position: absolute;
  top: 0.4em;
}
/* line 618, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper .item .form-type-checkboxes .form-checkboxes .form-item label {
  padding-right: 1.2em;
  direction: rtl;
}
/* line 621, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper .item .form-type-checkboxes .form-checkboxes .form-item label span {
  display: inline-flex;
}
/* line 623, ../sass/suchef/_pages.scss */
.suc-facet-page .filter-list .form-wrapper .item .form-type-checkboxes .form-checkboxes .form-item label span span.count {
  margin-right: 0.3em;
}
/* line 634, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side {
  width: 100%;
}
/* line 636, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .mobile-bar {
  font-size: 1.2em;
  text-align: center;
  margin: 1em;
}
/* line 642, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .mobile-bar .mob-filter-btn {
  background-color: #77A33F;
  color: white;
  text-align: center;
  padding: 0.4em;
  border-radius: 5px;
}
/* line 648, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .mobile-bar .mob-filter-btn i {
  margin-right: 0.4em;
}
/* line 651, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .top-bar {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C5C5C5;
}
/* line 657, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .top-bar .sort-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
/* line 661, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .top-bar .sort-item .form-item {
  margin: 1em 0.5em 1em 0;
}
/* line 665, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .top-bar .res-sum {
  text-align: left;
}
/* line 669, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .prod-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1001px) and (max-width: 1400px) {
  /* line 669, ../sass/suchef/_pages.scss */
  .suc-facet-page .res-side .prod-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 669, ../sass/suchef/_pages.scss */
  .suc-facet-page .res-side .prod-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  /* line 669, ../sass/suchef/_pages.scss */
  .suc-facet-page .res-side .prod-list {
    grid-template-columns: 1fr;
  }
}
/* line 688, ../sass/suchef/_pages.scss */
.suc-facet-page .res-side .prod-list .item {
  margin: 5px;
}
@media (max-width: 700px) {
  /* line 688, ../sass/suchef/_pages.scss */
  .suc-facet-page .res-side .prod-list .item {
    /*margin: 0;
    @include span(6 of 12);
    &:nth-child(2n) { @include span(6 of 12 last); }
    &:nth-child(2n+1) { clear: both; }*/
  }
}

/* line 93, ../sass/_mixins.scss */
.suc-basic-block1 h2.pane-title {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 103, ../sass/_mixins.scss */
.suc-basic-block1 h2.pane-title span {
  position: relative;
  vertical-align: middle;
}
/* line 106, ../sass/_mixins.scss */
.suc-basic-block1 h2.pane-title span::before, .suc-basic-block1 h2.pane-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #D5D5D5;
  top: 50%;
  width: 800px;
  margin-top: -1px;
}
/* line 115, ../sass/_mixins.scss */
.suc-basic-block1 h2.pane-title span::before {
  left: 100%;
  margin-left: 15px;
}
/* line 119, ../sass/_mixins.scss */
.suc-basic-block1 h2.pane-title span::after {
  right: 100%;
  margin-right: 15px;
}

/* line 5, ../sass/suchef/_brands.scss */
.brand-des-page {
  font-size: 16px;
}
/* line 12, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment .title {
  font-size: 2.4em;
  text-align: center;
}
/* line 19, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment .text {
  text-align: center;
  font-size: 1.25em;
}
@media (max-width: 700px) {
  /* line 26, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment .title {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  /* line 30, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment .text {
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0.6em;
  }
}
/* line 37, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 {
  /*.post-img {
    font-size: 20px;
    //padding: 0.5em 0;
    .content {
      @include container($max_width);
      text-align: center;
    }
  }*/
}
/* line 38, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec {
  position: relative;
}
/* line 41, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .image picture {
  text-align: center;
  display: block;
}
/* line 46, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #EEE;
  height: 100%;
  text-align: center;
}
/* line 54, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .header-menu {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .header-menu:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 57, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .header-menu .header-menu-items {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
/* line 63, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .title {
  font-size: 40px;
  text-align: center;
  margin-top: 180px;
  line-height: 50px;
}
/* line 69, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .text {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}
/* line 75, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .link {
  display: block;
  margin-top: 2em;
  text-align: center;
}
/* line 79, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .link a {
  border: 3px solid;
  border-color: inherit;
  padding: 5px 10px;
  color: inherit;
}
@media (max-width: 1000px) {
  /* line 87, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-header1 .image-sec .overlay .title {
    margin-top: 20px;
  }
}
/* line 106, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 {
  position: relative;
}
/* line 109, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 .image picture {
  text-align: center;
  display: block;
}
/* line 114, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #EEE;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
/* line 124, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 .overlay .content {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  /*.text {
    text-align: center;
    font-size: $brands_seg_text_font_size;
    //line-height: 1.2em;
    //margin-top: 1em;
  }*/
  /*@include breakpoint($width-1-3) {
    padding: 0 10px;
    .title {
      margin-top: 10px;
      font-size: 26px;
    }
    .text {
      margin-top: 10px;
      font-size: 18px;
      line-height: 20px;
      p {
        margin-top: 6px;
      }
    }
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 .overlay .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 126, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 .overlay .content .title {
  /*font-size: $brands_seg_title_font_size;
  text-align: center;
  //margin-top: 40px;
  //line-height: 1em;*/
  margin-top: 0.5em;
}
/* line 139, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 .overlay .content .link {
  display: block;
  margin-top: 2em;
  text-align: center;
}
/* line 143, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-bg_image1 .overlay .content .link a {
  border: 3px solid;
  border-color: inherit;
  padding: 0.3em 0.6em;
  color: inherit;
}
/* line 169, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  /*.title {
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    line-height: 50px;
  }*/
  /*.text {
    text-align: right;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1001px) {
  /* line 173, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .left {
    width: 49.57983%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 173, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .left {
    width: 49.57983%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (max-width: 700px) {
  /* line 173, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .left {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1001px) {
  /* line 181, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .right {
    width: 49.57983%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 181, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .right {
    width: 49.57983%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 181, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .right {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 198, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .link {
  display: block;
  margin-top: 2em;
  text-align: center;
}
/* line 202, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .link a {
  border: 3px solid;
  border-color: inherit;
  padding: 5px 10px;
  color: inherit;
}
/* line 211, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .pictures .pictures-items.pics-2 {
  display: flex;
}
/* line 219, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .pictures .pictures-items.pics-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
}
/* line 223, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .pictures .pictures-items.pics-4 .pic {
  flex-basis: 240px;
  flex-shrink: 2;
}
@media (max-width: 700px) {
  /* line 223, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-text_and_image1 .pictures .pictures-items.pics-4 .pic {
    flex-basis: 180px;
  }
}
/* line 242, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text1:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 244, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text1 .text {
  font-size: 1.25em;
  line-height: 1.2em;
}
/* line 249, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text1 .text .content {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-text1 .text .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 256, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-video1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  /*.text {
    text-align: right;
    //font-size: 20px;
    font-size: $brands_seg_text_font_size;
    line-height: 1.2em;
    margin-top: 20px;
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-video1:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1001px) {
  /* line 260, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-video1 .left {
    width: 49.57983%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 260, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-video1 .left {
    width: 49.57983%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (max-width: 700px) {
  /* line 260, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-video1 .left {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1001px) {
  /* line 268, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-video1 .right {
    width: 49.57983%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 268, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-video1 .right {
    width: 49.57983%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 268, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-video1 .right {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 273, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-video1 .title {
  /*//font-size: 40px;
  font-size: $brands_seg_title_font_size;
  //line-height: 1em;
  text-align: center;*/
  margin-top: 0.5em;
}
/* line 287, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-video1 .link {
  display: block;
  margin-top: 2em;
  text-align: center;
}
/* line 291, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-video1 .link a {
  border: 3px solid;
  border-color: inherit;
  padding: 5px 10px;
  color: inherit;
}
/* line 299, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-video1 .video .embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
/* line 305, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-video1 .video .embedded-video iframe, .brand-des-page .brand-segments .brand-segment.segment-type-video1 .video .embedded-video object, .brand-des-page .brand-segments .brand-segment.segment-type-video1 .video .embedded-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 316, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  /*.title {
    font-size: 30px;
    text-align: center;
    margin-top: 0.5em;
    line-height: 50px;
  }*/
  /*.text {
    text-align: center;
    //font-size: 20px;
    line-height: 26px;
    font-size: $brands_seg_text_font_size;
    line-height: 1.2em;
    margin-top: 0.5em;
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1001px) {
  /* line 320, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .left {
    width: 66.38655%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 320, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .left {
    width: 49.57983%;
    float: right;
    margin-left: 0.84034%;
  }
}
@media (max-width: 700px) {
  /* line 320, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .left {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1001px) {
  /* line 328, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .right {
    width: 32.77311%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 328, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .right {
    width: 49.57983%;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  /* line 328, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .right {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 339, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .picture {
  text-align: center;
}
/* line 342, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .spacer {
  text-align: center;
}
/* line 344, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .spacer .cont {
  display: inline-block;
  height: 3px;
  background-color: black;
  width: 40px;
}
/* line 359, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .link {
  display: block;
  margin-top: 2em;
  text-align: center;
}
/* line 363, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .link a {
  background-color: black;
  color: white;
  padding: 10px 40px;
}
/* line 367, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-product_line1 .link a:hover {
  background-color: white;
  color: black;
  border: 3px solid black;
}
/* line 376, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-articles1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  /*.text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin-top: 0.5em;
  }*/
}
/* line 12, ../sass/susy/output/support/_clearfix.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-articles1:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 379, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-articles1 .title {
  /*font-size: 40px;
  text-align: center;
  margin-top: 40px;
  line-height: 50px;*/
  margin-bottom: 0.5em;
}
/* line 392, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items {
  margin-top: 20px;
}
/* line 394, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item {
  /*.node {
    .group-left {
      @include span(24 of 24);
    }
    .group-left {
      @include span(24 of 24);
    }
  }*/
}
@media (min-width: 1001px) {
  /* line 394, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item {
    width: 23.72881%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 397, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item:nth-child(4n) {
    width: 23.72881%;
    float: left;
    margin-left: 0;
  }
  /* line 398, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  /* line 394, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item {
    width: 32.20339%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 402, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item:nth-child(3n) {
    width: 32.20339%;
    float: left;
    margin-left: 0;
  }
  /* line 403, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 700px) {
  /* line 394, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
  /* line 407, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item:nth-child(2n) {
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
  /* line 408, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item:nth-child(2n+1) {
    clear: both;
  }
}
/* line 410, ../sass/suchef/_brands.scss */
.brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item .item-title h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 0.5em;
}
@media (max-width: 700px) {
  /* line 410, ../sass/suchef/_brands.scss */
  .brand-des-page .brand-segments .brand-segment.segment-type-articles1 .items .item .item-title h2 {
    padding: 0 0.6em;
  }
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: "Open Sans Hebrew", Arial, Helvetica, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* line 137, ../sass/_normalize.scss */
a {
  text-decoration: none;
}

/* line 140, ../sass/_normalize.scss */
a:link {
  color: inherit;
}

/* line 143, ../sass/_normalize.scss */
a:visited {
  color: inherit;
}

/* line 149, ../sass/_normalize.scss */
a:active {
  color: inherit;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 154, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 159, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 175, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 179, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 188, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 1.5em;
  line-height: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 196, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 201, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 206, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 211, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 216, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 223, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 228, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 234, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 239, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 248, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 254, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Open Sans Hebrew", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 268, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 280, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 285, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 290, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 297, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 300, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 307, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 316, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 322, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 327, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 30px 0 0;
  /* RTL */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 348, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 369, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 374, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 390, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 405, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 420, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 439, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 450, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 464, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 478, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 489, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 504, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 513, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 519, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 529, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 535, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 543, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 1.5em;
  line-height: 2em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 186, ../sass/components/_misc.scss */
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  margin: 1.5em 0;
  white-space: nowrap;
}
/* line 42, ../sass/_mixins.scss */
.tabs-primary:after, .tabs-secondary:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  display: block;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  /* IE 9 and earlier don't understand gradients. */
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/*%tabs-primary__tab-link-is-hover {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
%tabs-primary__tab-link-is-active {
  background-color: transparent;
  //@include filter-gradient(rgba(#e9e9e9, 1), rgba(#e9e9e9, 0));
  //@include background-image(linear-gradient(rgba(#e9e9e9, 1), rgba(#e9e9e9, 0)));
  //border-color: #fff;
}*/
/*a.tabs-primary__tab-link {
  @extend %tabs-primary__tab-link;

  &:hover,
  &:focus {
    @extend %tabs-primary__tab-link-is-hover;
  }
  &:active {
    @extend %tabs-primary__tab-link-is-active;
  }
}
a.tabs-primary__tab-link.is-active {
  @extend %tabs-primary__tab-link;
  @extend %tabs-primary__tab-link-is-active;
}*/
/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 452, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 635, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 653, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 663, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 688, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 714, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1622372174');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
