.front-page #content {
  margin-top: 0;
  margin-bottom: 0; }

.featured_categories {
  margin-top: -15.7em;
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
  .featured_categories:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .featured_categories .category {
    position: relative;
    width: 46%;
    height: 190px; }
    .featured_categories .category:nth-child(odd) {
      float: left; }
    .featured_categories .category:nth-child(even) {
      float: right; }
    .featured_categories .category .link {
      text-decoration: none;
      display: block;
      position: relative;
      height: 100%; }
      .featured_categories .category .link .title {
        font-family: "Roboto Light";
        background-color: #000;
        color: #fff;
        padding: 0 75px 0 0;
        position: relative;
        height: 77px;
        line-height: 77px;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-top-right-radius: 75px;
        -moz-border-top-right-radius: 75px;
        -ms-border-top-right-radius: 75px;
        -o-border-top-right-radius: 75px;
        border-top-right-radius: 75px; }
        .featured_categories .category .link .title span {
          position: relative;
          z-index: 1; }
        .featured_categories .category .link .title span span {
          font-family: "Roboto Bold"; }
        .featured_categories .category .link .title:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #F7941D;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
          -webkit-transition-property: -webkit-transform ;
          -moz-transition-property: -moz-transform ;
          -ms-transition-property: -ms-transform ;
          -o-transition-property: -o-transform ;
          transition-property: transform ;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          -ms-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-border-top-right-radius: 75px;
          -moz-border-top-right-radius: 75px;
          -ms-border-top-right-radius: 75px;
          -o-border-top-right-radius: 75px;
          border-top-right-radius: 75px; }
      .featured_categories .category .link:hover .title:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
      .featured_categories .category .link .short_description {
        height: 113px;
        padding: 18px 60px 18px 0;
        background-color: #fff;
        line-height: 1.7em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-bottom-left-radius: 75px;
        -moz-border-bottom-left-radius: 75px;
        -ms-border-bottom-left-radius: 75px;
        -o-border-bottom-left-radius: 75px;
        border-bottom-left-radius: 75px;
        overflow: hidden; }
      .featured_categories .category .link .thumb {
        position: absolute; }
        .featured_categories .category .link .thumb .image {
          height: 100%; }
    .featured_categories .category.horizontal-thumb .title {
      padding-left: 130px; }
    .featured_categories .category.horizontal-thumb .short_description {
      padding-left: 130px; }
    .featured_categories .category.horizontal-thumb .thumb {
      top: 21%;
      left: -55px;
      width: 175px;
      height: 72%; }
    .featured_categories .category.vertical-thumb .title {
      padding-left: 75px; }
    .featured_categories .category.vertical-thumb .short_description {
      padding-left: 75px; }
    .featured_categories .category.vertical-thumb .thumb {
      top: 12%;
      left: -70px;
      width: 135px;
      height: 82%; }

.frontpage_products {
  border: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  margin: 0 0 2em 0; }
  .frontpage_products .header {
    border: 0 !important;
    background: 0 !important;
    padding: 0 !important;
    text-align: center; }
    .frontpage_products .header .tab {
      background: #fff;
      color: #414042;
      margin: 0 !important;
      border: 0 !important;
      padding: 0 !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      float: none;
      font-family: "Roboto Bold";
      -webkit-transition: background 0.5s, color 0.5s;
      -moz-transition: background 0.5s, color 0.5s;
      -ms-transition: background 0.5s, color 0.5s;
      -o-transition: background 0.5s, color 0.5s;
      transition: background 0.5s, color 0.5s; }
      .frontpage_products .header .tab a {
        color: inherit;
        text-decoration: none; }
      .frontpage_products .header .tab.ui-state-active, .frontpage_products .header .tab.ui-state-hover {
        background: #F7941D;
        color: #fff;
        -webkit-transition: background 1s, color 0.5s;
        -moz-transition: background 1s, color 0.5s;
        -ms-transition: background 1s, color 0.5s;
        -o-transition: background 1s, color 0.5s;
        transition: background 1s, color 0.5s; }
      .frontpage_products .header .tab.ui-state-active a {
        cursor: default; }
  .frontpage_products .tab_content {
    margin: 2em 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    .frontpage_products .tab_content.active {
      opacity: 1; }
    .frontpage_products .tab_content .jcarousel ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .frontpage_products .tab_content .jcarousel ul li.product {
      background-image: url("../images/leaf.png");
      background-position: top right;
      background-repeat: no-repeat;
      text-align: center;
      position: relative;
      display: block;
      width: 202px;
      margin: 21px 19px;
      float: left;
      height: 240px;
      clear: none !important; }
      .frontpage_products .tab_content .jcarousel ul li.product.product-category {
        background-position: top center; }
      .frontpage_products .tab_content .jcarousel ul li.product.product-category {
        opacity: .8;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .frontpage_products .tab_content .jcarousel ul li.product.product-category img {
          height: 155px;
          width: auto;
          display: block;
          margin: 0 auto 15px auto;
          max-width: 100%; }
      .frontpage_products .tab_content .jcarousel ul li.product .full_link {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .frontpage_products .tab_content .jcarousel ul li.product figure {
        margin: 0 0 15px 0;
        height: 155px; }
        .frontpage_products .tab_content .jcarousel ul li.product figure .image {
          height: 100%;
          width: auto; }
      .frontpage_products .tab_content .jcarousel ul li.product img[src*="placeholder.png"] {
        display: none; }
      .frontpage_products .tab_content .jcarousel ul li.product .title,
      .frontpage_products .tab_content .jcarousel ul li.product .price {
        overflow: hidden;
        max-height: 20px;
        max-width: 90%; }
      .frontpage_products .tab_content .jcarousel ul li.product .title {
        margin: 0 auto;
        max-height: 40px; }
      .frontpage_products .tab_content .jcarousel ul li.product.no-thumbnail .title {
        margin-top: 170px; }
      .frontpage_products .tab_content .jcarousel ul li.product .price {
        margin-left: auto;
        margin-right: auto;
        color: #F7941D;
        font-size: 14px;
        font-family: "Roboto Medium"; }
        .frontpage_products .tab_content .jcarousel ul li.product .price del {
          display: inline; }
        .frontpage_products .tab_content .jcarousel ul li.product .price ins {
          font-weight: normal;
          font-family: "Roboto Bold"; }
      .frontpage_products .tab_content .jcarousel ul li.product .hover {
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -20px -18px;
        padding-top: 50px; }
        .frontpage_products .tab_content .jcarousel ul li.product .hover .added_to_cart {
          display: none; }
        .frontpage_products .tab_content .jcarousel ul li.product .hover .button {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
          .frontpage_products .tab_content .jcarousel ul li.product .hover .button.add_to_cart_button {
            padding: 0 20px;
            font-size: 14px;
            text-transform: none;
            letter-spacing: 0 !important;
            height: 44px;
            line-height: 44px;
            padding-right: 45px;
            background-image: url("../images/icons/cart2_white.png");
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center right;
            background-position: center right 15px; }
            .oldie .frontpage_products .tab_content .jcarousel ul li.product .hover .button.add_to_cart_button {
              background-image: none;
              padding: 0 32.5px; }
            .frontpage_products .tab_content .jcarousel ul li.product .hover .button.add_to_cart_button.loading {
              background-image: none;
              min-height: 0; }
              .frontpage_products .tab_content .jcarousel ul li.product .hover .button.add_to_cart_button.loading:after {
                top: 0; }
            .frontpage_products .tab_content .jcarousel ul li.product .hover .button.add_to_cart_button.added {
              background-image: none;
              padding-right: 16px; }
              .frontpage_products .tab_content .jcarousel ul li.product .hover .button.add_to_cart_button.added:after {
                margin-left: 1em; }
          .frontpage_products .tab_content .jcarousel ul li.product .hover .button.description_button {
            padding: 0 20px;
            font-size: 14px;
            text-transform: none;
            letter-spacing: 0 !important;
            height: 44px;
            line-height: 44px;
            padding-right: 40px;
            background-image: url("../images/icons/arrow6_white.png");
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center right;
            background-position: center right 15px;
            margin-top: 1.2em; }
            .oldie .frontpage_products .tab_content .jcarousel ul li.product .hover .button.description_button {
              background-image: none;
              padding: 0 30px; }
          .frontpage_products .tab_content .jcarousel ul li.product .hover .button:not(.add_to_cart_button):not(.description_button) {
            padding: 0 20px;
            font-size: 14px;
            text-transform: none;
            letter-spacing: 0 !important;
            height: 44px;
            line-height: 44px;
            background-color: #fbce98 !important;
            cursor: default;
            padding: 0 28px; }
            .frontpage_products .tab_content .jcarousel ul li.product .hover .button:not(.add_to_cart_button):not(.description_button):active {
              top: 0; }
      .frontpage_products .tab_content .jcarousel ul li.product:hover .hover {
        opacity: 1; }
        .frontpage_products .tab_content .jcarousel ul li.product:hover .hover .button {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .frontpage_products .tab_content .jcarousel ul li.product:hover.product-category {
        opacity: 1; }
      .frontpage_products .tab_content .jcarousel ul li.product.outofstock .hover {
        display: none !important; }
      .frontpage_products .tab_content .jcarousel ul li.product.outofstock:after {
        content: "Out of stock";
        text-transform: uppercase;
        position: absolute;
        width: 65%;
        top: 25%;
        left: 6%;
        background-color: rgba(250, 190, 118, 0.5);
        color: #fff;
        height: 44px;
        line-height: 44px;
        padding: 0 2em;
        font-family: "Roboto Bold";
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg); }
      .mod-touch .frontpage_products .tab_content .jcarousel ul li.product .hover {
        display: none; }
      .mod-touch .frontpage_products .tab_content .jcarousel ul li.product .hover_replacement_link {
        width: 100%;
        height: 100%;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }

.frontpage_bottom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 2560px;
  left: -800px;
  min-height: 550px;
  margin-top: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed; }
  .mod-no-bgsizecover .frontpage_bottom {
    background-size: 100%; }
  img.frontpage_bottom {
    padding-left: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain; }
  .oldie .frontpage_bottom {
    background-attachment: scroll;
    background-position: center !important; }
  .frontpage_bottom .frontpage_bottom_content_container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
    left: 0;
    padding: 80px 0 50px 0; }
  .frontpage_bottom .frontpage_bottom_content {
    background-color: #fff;
    max-width: 50%;
    padding: 40px;
    position: relative;
    margin-bottom: 50px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-top-right-radius: 40px;
    -ms-border-top-right-radius: 40px;
    -o-border-top-right-radius: 40px;
    border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-bottom-left-radius: 40px;
    -ms-border-bottom-left-radius: 40px;
    -o-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px; }
    .frontpage_bottom .frontpage_bottom_content .frontpage_bottom_content_hero_image {
      position: absolute;
      bottom: -60px;
      right: -130px;
      width: 216px;
      height: 158px; }
      .frontpage_bottom .frontpage_bottom_content .frontpage_bottom_content_hero_image img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        padding-left: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        background-size: contain; }
        .mod-no-bgsizecover .frontpage_bottom .frontpage_bottom_content .frontpage_bottom_content_hero_image img {
          background-size: 100%; }
        img.frontpage_bottom .frontpage_bottom_content .frontpage_bottom_content_hero_image img {
          padding-left: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          background-size: contain; }

/*# sourceMappingURL=frontpage.css.map */
