body {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova";
    color: #252525;
    text-align: center;
    background-color: #EEE;
    height: 100%!important
}

button:focus {
    outline: none
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: unset;
    overflow: unset;
    position: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.site-header {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f0f0f0;
    border: 20px solid #fff;
    box-sizing: border-box
}

.site-header h1 {
    font-weight: boldest;
    font-size: 10vmax;
    line-height: 1.5;
    font-style: italic;
    margin: 0
}

.site-header h1 a,
.site-header h1 a:link {
    color: #252525;
    text-decoration: underline
}

.site-header h1 a:hover,
.site-header h1 a:active {
    color: #4575b4
}

a {
    color: #4575b4;
    text-decoration: none
}

ul {
    list-style: none;
    padding: 0
}

ul li {
    display: inline-block;
    padding-right: 0
}

button.button {
    margin: 0
}

.row {
    max-width: 72.5rem
}

body.is-reveal-open {
    overflow: visible
}

.reveal-overlay {
    overflow-y: hidden
}

.reveal-modal,
.reveal-modal-bg {
    position: fixed;
    overflow: scroll
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "proxima-nova";
    font-weight: 800
}

.reveal-overlay {
    z-index: 9999
}

.reveal {
    top: 0!important;
    z-index: 9999;
    outline: none!important;
    left: 0!important
}

.text-green {
    color: #2a4d24
}

.text-light-green {
    color: #9cb91d
}

.text-white {
    color: #FFF;
    opacity: 1
}

.text-yellow {
    color: #ffb213
}

#top-bar {
    z-index: 8888
}

#top-bar .top-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

@media print,
screen and (max-width:600px) {
    #top-bar .top-bar {
        height: 65px
    }
}

#top-bar .top-bar,
#top-bar .top-bar ul {
    background-color: white
}

@media print,
screen and (max-width:600px) {
    #top-bar #logo-container .menu-text {
        padding-left: 0
    }
}

#top-bar #main-logo {
    display: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

@media print,
screen and (max-width:600px) {
    #top-bar #main-logo {
        width: 130px
    }
}

#top-bar .menu a,
#top-bar .menu .button {
    font-family: "proxima-nova";
    font-weight: bold;
    color: rgba(42, 77, 36, 0.51);
    padding: 2.2rem 1rem
}

#top-bar .menu a.active,
#top-bar .menu .button.active {
    color: #2a4d24
}

#top-bar .menu a:hover,
#top-bar .menu .button:hover {
    box-shadow: 0 -5px 0 #ffbe13 inset
}

#top-bar #logo-container a {
    padding: 0;
    box-shadow: unset
}

#top-bar #search {
    border-radius: 0;
    padding: 43px;
    background-image: url("images/icon-search.png");
    background-color: #FFBE13;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px
}

#top-bar #search:hover {
    background-color: #ffd35f
}

#top-bar #burger-btn {
    border-radius: 0;
    padding: 44px;
    background-image: url("images/icon-burger-btn.png");
    background-color: #2a4d24;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px;
    border: none;
    outline: none
}
@media print, screen and (min-width:1110px) {
  #top-bar #burger-btn {
    display: none
  }
}

@media print,
screen and (max-width:600px) {
    #top-bar #burger-btn {
        padding: 33px;
        margin-top: -1px;
        background-size: 28px
    }
}

#top-bar #burger-btn:hover {
    background-color: #5b9053
}

#top-bar #main-menu {
    padding-right: 3rem;
    border-right: 0px solid #DDD
}

@media print,
screen and (max-width:1479px) {
    #top-bar #main-menu {
        padding-right: 1rem
    }
}

@media print,
screen and (max-width:1113px) {
    #top-bar #main-menu {
        display: none
    }
}

#top-bar #languages {
    width: 120px
}

#top-bar #languages li a {
    padding-top: 0;
    padding-bottom: 0
}

#top-bar #languages li a:hover {
    box-shadow: unset
}

#top-bar #languages li:first-child a {
    border-right: 1px solid #333
}

#our-products-container {
    background-color: #ffb213
}

#our-products-container .view-all-btn {
    color: #2a4d24;
    font-weight: 600;
    font-family: "proxima-nova";
    letter-spacing: 2px;
    position: relative;
    top: 20px;
    margin-right: 3rem;
    text-transform:uppercase
}

#our-products-container .view-all-btn img {
    position: relative;
    top: -2px;
    margin-left: 5px
}

.main-slider-container {
    position: relative;
    min-height: 400px;
    height: 92.1vh
}

@media print,
screen and (max-width:40em) {
    .main-slider-container {
        height: 86vh
    }
}

@media print,
screen and (min-height:1070px) {
    .main-slider-container {
        height: 100vh;
        margin-top: -85px
    }
}

.main-slider-container #grey-overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5555;
    top: 0;
    left: 0
}

.main-slider-container .text {
    top: 23%;
    z-index: 6666;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    pointer-events: none;
    max-width: 630px
}

.scroll-btn {
  position: absolute;
  left: 0;
  margin-top: -9px;
  right: 0;
  font-weight: bolder;
  font-size: 14px;
  color: white;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
}

#modal-search {
  min-height:unset;
  height:40vh;
}


@media print,
screen and (max-width:40em) {
    .main-slider-container .text {
        top: 15%
    }
}

@media screen and (min-width:2000px) {
  .main-slider-container .text {
    top: 25%;
    font-size: 20px;
  }
  .main-slider-container .text h1{
    line-height:125px !important;
  }
  .main-slider-container .text h4 {
    line-height:30px !important;
  }
}

.main-slider-container .text h1 {
    color: #FFBE13;
    font-family: "verveine", sans-serif;
    font-size: 7em;
    line-height: 85px;
    font-weight: 400;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    text-transform: uppercase
}

@media print,
screen and (max-width:40em) {
    .main-slider-container .text h1 {
        line-height: 60px;
        font-size: 4em
    }
}

.main-slider-container .text h4 {
    font-family: "proxima-nova";
    font-size: 1.2em;
    line-height: 25px;
    letter-spacing: 2px;
    color: white;
    font-weight: bold;
    padding-top: 2rem
}

@media print,
screen and (max-width:40em) {
    .main-slider-container .text h4 {
        font-size: 0.8em;
        line-height: 18px;
        padding: 1.2rem 1.2rem
    }
}

.main-slider-container #main-slider-footer {
    position: absolute;
    z-index: 6666;
    bottom: 30px;
    text-align: center;
    width: 100%
}

.main-slider-container #main-slider-footer #hashtag {
    float: left;
    margin-left: 20px;
    width: 150px
}

@media print,
screen and (max-width:40em) {
    .main-slider-container #main-slider-footer #hashtag {
        margin: auto;
        float: unset;
        margin-bottom: 1rem
    }
}

.main-slider-container #main-slider-footer #dots .slick-dots {
    text-align: right;
    padding-right: 2rem;
    bottom: -2px
}

.main-slider-container #main-slider-footer #dots .slick-dots li button:before {
    font-size: 14px;
    color: #fff
}

.main-slider-container #main-slider-footer #dots .slick-dots li.slick-active button:before {
    color: #ffbe13
}

.aligner {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aligner-item {
    max-width: 50%
}

#main-slider .slick-slide {
    background-size: cover
}

.up-down {
    -webkit-animation: MoveUpDown 1s ease-out infinite;
    animation: MoveUpDown 1s ease-out infinite;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@-webkit-keyframes MoveUpDown {
    0% {
        bottom: 0
    }
    50% {
        bottom: 5px
    }
    100% {
        bottom: 0
    }
}

@keyframes MoveUpDown {
    0% {
        bottom: 0
    }
    50% {
        bottom: 5px
    }
    100% {
        bottom: 0
    }
}

.left-right {
    -webkit-animation: MoveLeftRight 1.2s ease-out infinite;
    animation: MoveLeftRight 1.2s ease-out infinite;
    position: relative;
    left: 0
}

@-webkit-keyframes MoveLeftRight {
    0% {
        left: 0
    }
    50% {
        left: 8px
    }
    100% {
        left: 0
    }
}

@keyframes MoveLeftRight {
    0% {
        left: 0
    }
    50% {
        left: 8px
    }
    100% {
        left: 0
    }
}

#our-story-container {
    background-color: #f4f4ed;
    position: relative
}

@media print,
screen and (max-width:64em) {
    #our-story-container #our-story {
        padding: 0!important
    }
}

#our-story-container h1 {
    margin-top: 8rem;
    margin-bottom: 1rem
}

@media print,
screen and (max-width:45em) {
    #our-story-container h1 {
        margin-top: 5rem
    }
}

#our-story-container .icon-logo {
    position: relative;
    bottom: -35px;
    z-index: 5555
}

@media print,
screen and (max-width:40em) {
    #our-story-container .icon-logo {
        width: 55px;
        bottom: -20px
    }
}

#our-story-container #our-story-banner-container {
    position: relative;
    background-image: url("images/field_homepage_parallax.jpg");
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #our-story-container #our-story-banner-container {
        height: 400px
    }
}

#our-story-container #our-story-banner-container .text {
    top: 1rem;
    z-index: 6666;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

#our-story-container #our-story-banner-container .text h1 {
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 5em;
    line-height: 85px;
    font-weight: 400;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

@media print,
screen and (max-width:45em) {
    #our-story-container #our-story-banner-container .text h1 {
        line-height: 60px;
        font-size: 3em
    }
}

#our-story-container #our-story-banner-container .text h4 {
    color: #ffbe13;
    font-family: "proxima-nova";
    font-size: 1.1em;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    padding-top: 0rem;
}

#our-story-container #timeline {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 600px;
    width: 3px;
    background-color: #b08850;
    z-index: 6666;
    top: 827px
}

#our-story-container #timeline-container {
    background-color: white;
    margin-top: -100px;
    -webkit-clip-path: polygon(0 87px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 87px, 100% 0, 100% 100%, 0% 100%);
    min-height: 700px;
    position: relative;
    overflow: visible;
    padding-top: 12rem!important
}

#our-story-container #timeline-container>div {
    padding: 2rem
}

@media print,
screen and (min-width:1196px) {
    #our-story-container #timeline-container>div.left-item {
        padding-left: 3%
    }
    #our-story-container #timeline-container>div.right-item {
        padding-right: 3%
    }
}

@media print,
screen and (min-width:1600px) {
    #our-story-container #timeline-container>div.left-item {
        padding-left: 11%
    }
    #our-story-container #timeline-container>div.right-item {
        padding-right: 11%
    }
}

@media print,
screen and (min-width:2200px) {
    #our-story-container #timeline-container>div.left-item {
        padding-left: 19%
    }
    #our-story-container #timeline-container>div.right-item {
        padding-right: 19%
    }
}

@media print,
screen and (min-width:3000px) {
    #our-story-container #timeline-container>div.left-item {
        padding-left: 25%
    }
    #our-story-container #timeline-container>div.right-item {
        padding-right: 25%
    }
}

#our-story-container #timeline-container p {
    font-family: "proxima-nova"
}

#our-story-container #timeline-container .year-label {
    display: block;
    padding: 1rem 2rem;
    letter-spacing: 5px;
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 3.5em;
    width: 190px;
    text-align: center;
    background-color: #99cfff
}

#our-story-container #timeline-container .year-label.float-left {
    background-color: #99cfff
}

#our-story-container #timeline-container .year-label.large-only-float-right {
    background-color: #2a4d24
}

#our-story-page-container {
    background-color: #f4f4ed;
    position: relative
}

@media print,
screen and (max-width:64em) {
    #our-story-page-container #our-story {
        padding: 0!important
    }
}

#our-story-page-container h1 {
    margin-top: 10rem;
    margin-bottom: 1rem
}

@media print,
screen and (max-width:45em) {
    #our-story-page-container h1 {
        margin-top: 3rem
    }
}

#our-story-page-container .icon-logo {
    position: relative;
    bottom: -35px;
    z-index: 5555
}

@media print,
screen and (max-width:40em) {
    #our-story-page-container .icon-logo {
        width: 55px;
        bottom: -20px
    }
}

#our-story-page-container #our-story-page-banner-container {
    position: relative;
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 -200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%)
}

@media print, screen and (min-width: 2000px) {
    #our-story-page-container #our-story-page-banner-container {
        background-position: 0 -500px;
    }
}

@media print, screen and (min-width: 3000px) {
    #our-story-page-container #our-story-page-banner-container {
        background-position: 0 -800px;
    }
}

@media print,
screen and (max-width:45em) {
    #our-story-page-container #our-story-page-banner-container {
        height: 400px
    }
}

#our-story-page-container #our-story-page-banner-container .text {
    top: 1rem;
    z-index: 6666;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

#our-story-page-container #our-story-page-banner-container .text h1 {
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 5em;
    line-height: 85px;
    font-weight: 400;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

@media print,
screen and (max-width:45em) {
    #our-story-page-container #our-story-page-banner-container .text h1 {
        line-height: 60px;
        font-size: 3em
    }
}

#our-story-page-container #our-story-page-banner-container .text h4 {
  color: #ffbe13;
  font-family: "proxima-nova";
  font-size: 1.1em;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: 600;
  padding-top: 0rem
}

#our-story-page-container #our-story-page-timeline {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 3px;
    background-color: #b08850;
    z-index: 6666;
    top: 407px
}

#our-story-page-container #our-story-page-timeline-container {
    background-color: white;
    position: relative;
    margin-top: -100px;
    -webkit-clip-path: polygon(0 87px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 87px, 100% 0, 100% 100%, 0% 100%);
    min-height: 700px;
    position: relative;
    overflow: visible;
    padding-top: 12rem!important
}

#our-story-page-container #our-story-page-timeline-container>div {
    padding: 2rem
}

@media print,
screen and (min-width:1196px) {
    #our-story-page-container #our-story-page-timeline-container>div.left-item {
        padding-left: 3%
    }
    #our-story-page-container #our-story-page-timeline-container>div.right-item {
        padding-right: 3%
    }
}

@media print,
screen and (min-width:1600px) {
    #our-story-page-container #our-story-page-timeline-container>div.left-item {
        padding-left: 11%
    }
    #our-story-page-container #our-story-page-timeline-container>div.right-item {
        padding-right: 11%
    }
}

@media print,
screen and (min-width:2200px) {
    #our-story-page-container #our-story-page-timeline-container>div.left-item {
        padding-left: 19%
    }
    #our-story-page-container #our-story-page-timeline-container>div.right-item {
        padding-right: 19%
    }
}

@media print,
screen and (min-width:3000px) {
    #our-story-page-container #our-story-page-timeline-container>div.left-item {
        padding-left: 25%
    }
    #our-story-page-container #our-story-page-timeline-container>div.right-item {
        padding-right: 25%
    }
}

#our-story-page-container #our-story-page-timeline-container .stamp {
    position: absolute;
    left: 50px;
    top: 30rem
}

#our-story-page-container #our-story-page-timeline-container p {
    font-family: "proxima-nova"
}

#our-story-page-container #our-story-page-timeline-container .year-label {
    display: block;
    padding: 1rem 2rem;
    letter-spacing: 5px;
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 3.5em;
    width: 217px;
    text-align: center;
    background-color: #99cfff
}

#our-story-page-container #our-story-page-timeline-container .year-label.float-left {
    background-color: #99cfff
}

#our-story-page-container #our-story-page-timeline-container .year-label.large-only-float-right {
    background-color: #2a4d24
}

@media print,
screen and (min-width:64em) {
    .large-only-float-right {
        margin-right: 0!important
    }
}

.button-1 {
    display: inline-block;
    border: 4px solid #B09150;
    font-family: "proxima-nova";
    padding: 2rem 4rem;
    color: #B09150;
    font-weight: bold;
    cursor: pointer;
    margin-top: 3rem
}

.button-1:hover {
    color: #B09150
}

#our-products-container {
    padding-top: 9rem;
    position: relative;
    z-index: 2222
}

@media print,
screen and (max-width:45em) {
    #our-products-container {
        padding-top: 5rem
    }
}

#our-products-container h1 {
    font-size: 2.6em
}

@media print,
screen and (max-width:45em) {
    #our-products-container h1 {
        font-size: 2em
    }
}

#our-products-container #text-container {
    position: relative
}

#our-products-container #text-container .text {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 30%
}

#our-products-container #text-container .text h1 {
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 5em;
    line-height: 60px;
    font-weight: 400;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

#our-products-container #our-products-slider {
    height: 512px
}

@media print,
screen and (max-width:546px) {
    #our-products-container #our-products-slider {
        height: 280px
    }
}

#our-products-container #our-products-slider .slick-slide {
    background-size: cover;
    background-position: center center
}

#our-products-container #our-products-slider-container {
    margin-top: 4rem;
    position: relative;
    border-right: 3px solid #b08850;
    border-top: 3px solid #b08850;
    border-left: 3px solid #b08850
}

@media print,
screen and (max-width:516px) {
    #our-products-container #our-products-slider-container {
        border: unset
    }
}

#our-products-container #our-products-slider-container .text {
    position: absolute;
    text-align: center;
    width: 100.8%;
    border-right: 3px solid #b08850;
    border-bottom: 3px solid #b08850;
    border-left: 3px solid #b08850;
    left: -3px
}

@media print,
screen and (max-width:1426px) {
    #our-products-container #our-products-slider-container .text {
        width: 100.9%
    }
}

@media print,
screen and (max-width:516px) {
    #our-products-container #our-products-slider-container .text {
        width: 101.1%;
        border: unset;
        border-bottom: 3px solid #b08850
    }
}

#our-products-container #our-products-slider-container .text h1 {
    font-size: 1rem;
    padding: 1rem 0 10px;
    color: #b08850;
    font-weight: 400
}

.slick-prev,
.slick-next {
    top: 107%
}

@media print,
screen and (max-width:64em) {
    .slick-prev,
    .slick-next {
        display: none!important
    }
}

#are-you-interested-container {
    background-color: rgba(0,0,0,0);
    position: relative
}

@media print,
screen and (max-width:45em) {
    #are-you-interested-container {
        padding-top: 0px
    }
}

@media print, screen and (max-width:700px) {
  #are-you-interested{
    margin-top: 8rem !important;
  }
}

#are-you-interested-container #line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    height: 170px;
    background-color: #ffb213
}

#are-you-interested-container #bee-1 {
    position: absolute;
    top: 20rem;
    left: 30vw;
    z-index: 1112;
    width: 80px;
    display: none
}

#are-you-interested-container #bee-2 {
    position: absolute;
    top: 2rem;
    left: 10vw;
    z-index: 1112;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: 50px;
    display: none
}

#are-you-interested-container #bee-3 {
    position: absolute;
    top: 100vh;
    right: 10vw;
    z-index: 1112;
    width: 70px;
    display: none
}

@media print,
screen and (max-width:64em) {
    #are-you-interested-container {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media print,
screen and (max-width:64em) {
    #are-you-interested-container #are-you-interested {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-bottom: 2rem!important
    }
}

#are-you-interested-container #are-you-interested #are-you-interested-banner-container {
    position: relative;
    height: 750px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
    z-index: 1111
}

@media print,
screen and (max-width:45em) {
    #are-you-interested-container #are-you-interested #are-you-interested-banner-container {
        background-size: cover;
        height: 700px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#are-you-interested-container #are-you-interested h1 {
    font-family: "verveine", sans-serif;
    color: white;
    font-size: 4rem;
    font-weight: 500;
    margin-top: 13rem
}

@media print,
screen and (max-width:40em) {
    #are-you-interested-container #are-you-interested h1 {
        line-height: 50px;
        font-size: 2.5em
    }
}

#footer-container {
    min-height: 500px;
    background-color: #2a4d24;
    padding-bottom: 1rem;
    position: relative;
    z-index: 1113
}

  #footer-container iframe {
     width:100%;
  }
  
@media print,
screen and (max-width:40em) {
    #footer-container {
        padding-bottom: 0
    }
}

#footer-container .stamp {
  display: block;
  width: 378px;
  height: 585px;
  background-image: url(./images/footer-stamp.png);
  position: absolute;
  top: 80px;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

@media print,
screen and (max-width:40em) {
    #footer-container #footer-logo img {
        width: 130px
    }
}

#footer-container>.row {
    margin-bottom: 5rem
}

#footer-container h3 {
    font-weight: 600;
    font-size: 1.7em
}

#footer-container ul li {
    font-family: "proxima-nova";
    color: #FFF;
    padding-left: 0;
    padding-bottom: 3px;
    font-size: 1.1em
}

#footer-container ul li a {
    font-family: "proxima-nova";
    color: #FFF;
    padding-left: 0
}

#footer-container ul li a:hover {
    color: #ffb213
}

#footer-container #social ul li a {
    font-weight: 600;
    font-size: 1em;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 1px
}

#footer-container #social img {
    position: relative;
    top: -3px;
    margin-right: 8px
}

@media print,
screen and (max-width:40em) {
    #footer-container #menu {
        margin-bottom: 0rem
    }
}


#footer-container #menu ul li a {
    padding-bottom: 3px;
    padding-right: 0
}

#footer-container #menu>.columns {
    margin-bottom: 2rem
}

#footer-container #contact a {
    padding: 0
}

#sub-footer-container {
    background-color: #1d3517;
    color: #7f947c;
    font-family: "proxima-nova";
    font-weight: 100
}

#sub-footer-container a {
    color: #7f947c
}

#sub-footer-container #icons {
    padding: 7px;
    border-bottom: 2px solid #2a4d24;
    background-color:white;
}

#sub-footer-container #copyrights {
    padding: 1rem
}

.button.hollow.view-product-gallery {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 20px 55px;
    border-radius: 0;
    transition: border 0.4s;
    overflow: hidden;
    position: relative;
    border: 3px solid #9cb91d;
    color: #9cb91d;
    margin-top: 4rem; 
    margin-bottom: 0;
}
.button.hollow.view-product-gallery:hover {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 20px 55px;
    border-radius: 0;
    transition: border 0.4s;
    overflow: hidden;
    position: relative;
    border: 3px solid #9cb91d;
    color: #FFF;
    background-color: #9cb91d;
    /* margin-top: 4rem; */
    margin-bottom: 0;
    border-color: rgba(0,0,0,0);
}

.button.hollow.view-full-story:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.button.hollow.view-full-story:after {
    width: 120%;
    height: 0;
    top: 62%;
    left: 52%;
    background: #ffb213;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.button.hollow.view-full-story:hover:after {
    height: 260px;
    opacity: 1
}

.button.hollow.view-full-story {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 2rem 4.1rem;
    border-radius: 0;
    transition: border 0.4s;
    overflow: hidden;
    position: relative;
    border: 3px solid #b08850;
    color: #b08850;
    margin-top: 6rem;
    margin-bottom: 5rem
}

@media print,
screen and (max-width:45em) {
    .button.hollow.view-full-story {
        padding: 1rem;
        margin: 0
    }
}

.button.hollow.view-full-story:hover {
    border: 3px solid #FFF;
    color: #FFF;
    background-color: #b08850
}

.button-contact {
    display: block;
    padding: 1.5rem 0.7rem;
    background-color: #ffb213;
    width: 280px;
    margin: auto;
    color: #2a4d24;
    font-family: "proxima-nova";
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-top: 12.5rem;
    transition: background-color 0.2s;
}
.button-contact.home {
    margin-top: 1.5rem;

}

  .button-contact:hover {
    background-color: #2a4d24;
    color: #ffb213;
  }

.slick-prev,
.slick-next {
    top: 105%
}

@media print,
screen and (max-width:680px) {
    .slick-prev,
    .slick-next {
        display: none
    }
}

.slick-next {
    right: -36px
}

.slick-prev {
    left: -43px
}

.slick-prev:before {
    background-image: url("images/arrow-left.png");
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    color: unset
}

.slick-next:before {
    background-image: url("images/arrow-right.png");
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    color: unset
}

#modal-menu {
    background-color: #2a4d24
}

#modal-menu #languages {
    width: 120px;
    font-family: "proxima-nova";
    font-weight: 600;
    margin-top: 2rem
}

#modal-menu #languages li a {
    padding-top: 0;
    padding-bottom: 0;
    color: rgba(255, 255, 255, 0.4)
}

#modal-menu #languages li a:hover {
    box-shadow: unset
}

#modal-menu #languages li a.active {
    color: #FFF
}

#modal-menu #languages li:first-child a {
    border-right: 1px solid #FFF
}

#modal-menu #main-menu2 {
    width: 120px;
    font-family: "proxima-nova";
    font-weight: 600;
    margin-top: 2rem
}

#modal-menu #main-menu2 li a {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    color: #fff;
    font-size: 1.2em;
    line-height: 25px;
    white-space: nowrap
}

#modal-menu #main-menu2 li a:hover {
    box-shadow: unset
}

#modal-menu #main-menu2 li a.active {
    color: #ffb213
}

#modal-search {
    background-color: #FFBE13
}

#modal-search h2 {
    font-weight: 100;
    color: white
}

#modal-search input {
    width: 100%;
    border-radius: unset;
    height: 60px;
    font-family: "proxima-nova";
    font-weight: 600;
    color: #2a4d24;
    border: none;
    box-shadow: none;
    text-indent: 2rem
}

@media print,
screen and (max-width:40em) {
    #modal-search input {
        width: 240px
    }
}

.close-button {
    background-image: url("images/icon-close.png");
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background-size: contain
}

.icon-search {
    background-image: url(images/icon-search.png);
    background-color: unset;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px;
    height: 60px;
    width: 60px;
    border-radius: unset;
    margin-top: 1px;
    cursor: pointer
}

.icon-search:focus {
    background-color: unset;
    outline: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2a4d24;
    z-index: 9999
}

@media print,
screen and (max-width:1200px) {
    #products-page-container #products-cards-container .product-card {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        margin: 0 5rem
    }
}

#products-page-container .products-title {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

@media print,
screen and (max-width:640px) {
  #products-page-container .products-title {
    margin-top: 5rem;
    margin-bottom: 0rem;
  }

  #products-page-container .products-title h2 {
    font-size: 27px;
  }
}

#products-page-container #products-cards-container .product-card {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-bottom: 6rem;
    max-width: 380px
}

#products-page-container #products-cards-container .product-card .product-hashtag {
    position: absolute;
    left: 10px;
    top: 0;
    width: 90px
}

#products-page-container #products-cards-container .product-card .product-title {
    position: relative;
    z-index: 1122
}

#products-page-container #products-cards-container .product-card .product-title h5 {
    margin-bottom: 0
}

#products-page-container #products-cards-container .product-card .product-thumbnail {
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1122;
    border-radius: 100%;
    overflow: hidden
}

#products-page-container #products-cards-container .product-card .product-thumbnail .overlay {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: opacity 0.4s
}

#products-page-container #products-cards-container .product-card .product-thumbnail i {
    border-radius: 100%;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffb213;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 3em;
    font-weight: 500;
    top: -50%;
    color: #2a4d24;
    opacity: 0;
    transition: top 0.5s, opacity 0.5s
}

#products-page-container #products-cards-container .product-card .product-description p {
    font-size: 0.9em;
    line-height: 20px;
    position: relative;
    z-index: 1122;
    padding: 0 10px
}

#products-page-container #products-cards-container .product-card .product-card-btn {
    display: block;
    text-align: center;
    z-index: 1122;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    background-color: #2a4d24;
    padding: 1rem 0;
    color: white;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600
}

#products-page-container #products-cards-container .product-card .product-card-bg {
    background-color: #FFF;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    height: 100%;
    z-index: 1111
}

#products-page-container #products-cards-container .product-card:hover .product-card-btn {
    background-color: #ffb213;
    color: #2a4d24
}

#products-page-container #products-cards-container .product-card:hover .product-thumbnail .overlay {
    opacity: 1
}

#products-page-container #products-cards-container .product-card:hover .product-thumbnail i {
    top: 40%;
    opacity: 1
}

#are-products-banner-container {
    background-color: #FFF;
    position: relative;
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #are-products-banner-container {
        padding-top: 57px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#are-products-banner-container #line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    height: 170px;
    background-color: #ffb213
}

@media print,
screen and (max-width:64em) {
    #are-products-banner-container {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 2rem!important
    }
}

@media print,
screen and (max-width:64em) {
    #are-products-banner-container #products {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-bottom: 2rem!important
    }
}

#are-products-banner-container #products #products-banner-container {
    position: relative;
    height: auto;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
    z-index: 1111
}

@media print,
screen and (max-width:45em) {
    #are-products-banner-container #products #products-banner-container {
        background-size: cover;
        height: 700px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#are-products-banner-container #products #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111
}

#are-products-banner-container #products #line {
    z-index: 1122
}

#are-products-banner-container #products .button-contact {
    position: relative;
    z-index: 1122;
    margin-bottom: 4rem
}

#are-products-banner-container #products h1 {
    position: relative;
    z-index: 1122;
    font-family: "verveine", sans-serif;
    color: white;
    font-size: 4rem;
    font-weight: 500;
    margin-top: 13rem
}

@media print,
screen and (max-width:40em) {
    #are-products-banner-container #products h1 {
        line-height: 50px;
        font-size: 2.5em
    }
}

#our-story-page-bottom-banner-container {
    background-color: #FFF;
    padding-bottom: 3rem;
    position: relative;
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #our-story-page-bottom-banner-container {
        padding-top: 57px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

@media print,
screen and (max-width:64em) {
    #our-story-page-bottom-banner-container #our-story-page-bottom {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-bottom: 2rem!important
    }
}

#our-story-page-bottom-banner-container #our-story-page-bottom #our-story-page-bottom-banner {
    position: relative;
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    z-index: 1111
}

@media print,
screen and (max-width:45em) {
    #our-story-page-bottom-banner-container #our-story-page-bottom #our-story-page-bottom-banner {
        background-size: cover;
        height: 400px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#our-story-page-bottom-banner-container #our-story-page-bottom #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111
}

#our-story-page-bottom-banner-container #our-story-page-bottom h1 {
    position: relative;
    z-index: 1122;
    font-family: "verveine", sans-serif;
    color: white;
    font-size: 4em;
    font-weight: 500
}

@media print,
screen and (max-width:40em) {
    #our-story-page-bottom-banner-container #our-story-page-bottom h1 {
        line-height: 50px;
        font-size: 2.5em
    }
}

#certifications-page-container {
    background-color: #f7f7f0;
    position: relative
}

@media print,
screen and (max-width:64em) {
    #certifications-page-container #certifications {
        padding: 0!important
    }
}

#certifications-page-container .icon-logo {
    position: relative;
    bottom: -35px;
    z-index: 5555
}

@media print,
screen and (max-width:40em) {
    #certifications-page-container .icon-logo {
        width: 55px;
        bottom: -20px
    }
}

#certifications-page-container #certifications-page-banner-container {
    position: relative;
    background-image: url("images/field_homepage_parallax.jpg");
    height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%)
}


@media print,
screen and (max-width:45em) {
    #certifications-page-container #certifications-page-banner-container {
        height: 400px
    }
}

#certifications-page-container #certifications-page-banner-container #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

#certifications-page-container #certifications-page-banner-container .text {
    z-index: 6666
}

#certifications-page-container #certifications-page-banner-container .text h1 {
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 5.5em;
    line-height: 85px;
    font-weight: 400;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

@media print,
screen and (max-width:45em) {
    #certifications-page-container #certifications-page-banner-container .text h1 {
        line-height: 60px;
        font-size: 3em
    }
}

#certifications-page-container #certifications-page-banner-container .text h4 {
    color: #ffb213;
    font-family: "proxima-nova";
    font-size: 1.1em;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    padding-top: 0rem
}

@media print,
screen and (max-width:45em) {
    #certifications-page-container #certifications-page-banner-container .text h4 {
        line-height: 8px;
        font-size: 0.7em
    }
}

#certifications-page-container #certifications-page-content {
    position: relative
}

#certifications-page-container #certifications-page-content #line-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -220px;
    margin: auto;
    height: 220px;
    width: 4px;
    background-color: #ffb213
}

@media print,
screen and (max-width:722px) {
    #certifications-page-container #certifications-page-content #line-1 {
        top: -150px;
        height: 180px
    }
}

#certifications-page-container #certifications-page-content #line-container {
    padding-top: 4rem
}

#certifications-page-container #certifications-page-content #line-container #line-2 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    height: 220px;
    width: 4px;
    background-color: #ffb213;
    margin-bottom: 1rem
}

@media print,
screen and (max-width:722px) {
    #certifications-page-container #certifications-page-content #line-container #line-2 {
        height: 180px
    }
}

#certifications-page-container #certifications-page-content #line-container .view-full-story {
    margin-top: 1rem;
    border-color: #ffb213;
    color: #2a4d24;
    margin-bottom: 9rem
}

#certifications-page-container #certifications-page-content #line-container .view-full-story:hover {
    border-color: transparent;
    color: white;
    background-color: #ffb213
}

#certifications-page-container #certifications-page-content #logos {
    margin-top: 3rem;
    margin-bottom: 3rem
}

  #certifications-page-container #certifications-page-content #logos .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0 3rem;
    padding: 0 2rem;
  }

#certifications-page-bottom-banner-container {
    background-color: #FFF;
    position: relative;
    -webkit-clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #certifications-page-bottom-banner-container {
        padding-top: 57px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

@media print,
screen and (max-width:64em) {
    #certifications-page-bottom-banner-container #certifications-page-bottom {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-bottom: 0rem!important
    }
}

#certifications-page-bottom-banner-container #certifications-page-bottom #certifications-page-bottom-banner {
    position: relative;
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    -webkit-clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    z-index: 1111
}

@media print,
screen and (max-width:45em) {
    #certifications-page-bottom-banner-container #certifications-page-bottom #certifications-page-bottom-banner {
        background-size: cover;
        height: 400px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#certifications-page-bottom-banner-container #certifications-page-bottom #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111
}

#certifications-page-bottom-banner-container #certifications-page-bottom h1 {
    position: relative;
    z-index: 1122;
    font-family: "verveine", sans-serif;
    color: white;
    font-size: 4.5em;
    font-weight: 500;
    line-height: 60px
}

@media print,
screen and (max-width:40em) {
    #certifications-page-bottom-banner-container #certifications-page-bottom h1 {
        line-height: 50px;
        font-size: 2.5em
    }
}


#facilities-page-banner-container {
    position: relative;
    background-image: url("images/field_homepage_parallax.jpg");
    height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%)
}

@media print,
screen and (max-width:40em) {
  #facilities-page-banner-container {
    height: 270px;
  }
}

#facilities-page-banner-container .text h1 {
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 5.5em;
    line-height: 85px;
    font-weight: 400;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

@media print, screen and (max-width: 40em) {
  #facilities-page-banner-container .text h1 {
    font-size: 3em;
    line-height: 45px;
  }
}


#recipes-page-container {
    background-color: #f7f7f0;
    position: relative
}

#recipes-page-container #recipes-page-banner-container {
    position: relative;
    background-image: url("images/field_homepage_parallax.jpg");
    height: 460px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #recipes-page-container #recipes-page-banner-container {
        height: 400px
    }
}

#recipes-page-container #recipes-page-banner-container #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

#recipes-page-container #recipes-page-banner-container .text {
    z-index: 6666
}

#recipes-page-container #recipes-page-banner-container .text h1 {
    color: #FFF;
    font-family: "verveine", sans-serif;
    font-size: 4em;
    line-height: 70px;
    font-weight: 400;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

@media print,
screen and (max-width:45em) {
    #recipes-page-container #recipes-page-banner-container .text h1 {
        line-height: 60px;
        font-size: 3em
    }
}

#recipes-page-container #recipes-page-banner-container .text h4 {
    color: #ffb213;
    font-family: "proxima-nova";
    font-size: 1.1em;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    padding-top: 0rem
}

@media print,
screen and (max-width:45em) {
    #recipes-page-container #recipes-page-banner-container .text h4 {
        line-height: 8px;
        font-size: 0.7em
    }
}

#recipes-page-container #recipes-page-content #heading {
    margin: 3rem 0
}

#recipes-page-container #recipes-page-content #recipes-tags-container {
    margin-bottom: 3rem
}

#recipes-page-container #recipes-page-content #recipes-tags-container .recipes-tags li a {
    font-size: 0.9em;
    font-weight: 600;
    display: block;
    padding: 5px 20px;
    border: 2px solid #2a4d24;
    color: #2a4d24;
    border-radius: 10px;
    margin: 8px
}

#recipes-page-container #recipes-page-content #recipes-tags-container .recipes-tags li a:hover {
    background-color: #9cb91d;
    color: white;
    border-color: #9cb91d
}

@media print,
screen and (max-width:1300px) {
  #recipes-page-container #recipes-page-content #recipes-tags-container .recipes-tags li a:hover {
    background-color: rgba(0,0,0,0);
    color: #2a4d24;
    border-color: #2a4d24;
  }
}

#recipes-page-container #recipes-page-content #recipes-tags-container .recipes-tags li a.active {
    color: white;
    background-color: #9cb91d;
    border-color: #9cb91d
}

@media print,
screen and (max-width:1200px) {
    #recipes-page-container #recipes-page-content #recipes-cards-container .product-card {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        margin: 0 5rem
    }
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-bottom: 10rem;
    max-width: 380px
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-hashtag {
    position: absolute;
    left: 10px;
    top: 0;
    width: 90px
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-title {
    position: relative;
    z-index: 1122
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-title h5 {
    margin-bottom: 0;
    font-size: 1em;
    padding: 0 10px
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-thumbnail {
    width: 200px;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1122;
    border-radius: 100%;
    overflow: hidden
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-thumbnail .overlay {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: opacity 0.4s
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-thumbnail i {
    border-radius: 100%;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffb213;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 3em;
    font-weight: 500;
    top: -50%;
    color: #2a4d24;
    opacity: 0;
    transition: top 0.5s, opacity 0.5s
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-description p {
    font-size: 0.9em;
    line-height: 20px;
    position: relative;
    z-index: 1122;
    padding: 0 10px
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-icons {
    display: block;
    text-align: center;
    z-index: 1122;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    padding: 1rem;
    color: black;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2a4d24
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-icons img {
    width: 55px
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-card-btn {
    display: block;
    text-align: center;
    z-index: 1122;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    background-color: #2a4d24;
    padding: 1rem 0;
    color: white;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card .product-card-bg {
    background-color: #FFF;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    height: 100%;
    z-index: 1111
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card:hover .product-card-btn {
    background-color: #ffb213;
    color: #2a4d24
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card:hover .product-thumbnail .overlay {
    opacity: 1
}

#recipes-page-container #recipes-page-content #recipes-cards-container .product-card:hover .product-thumbnail i {
    top: 40%;
    opacity: 1
}

#recipes-page-bottom-banner-container {
    background-color: #FFF;
    position: relative;
    -webkit-clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #recipes-page-bottom-banner-container {
        padding-top: 57px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

@media print,
screen and (max-width:64em) {
    #recipes-page-bottom-banner-container #recipes-page-bottom {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-bottom: 0rem!important
    }
}

#recipes-page-bottom-banner-container #recipes-page-bottom #recipes-page-bottom-banner {
    position: relative;
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    margin-bottom: 2rem;
    -webkit-clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0% 100%);
    z-index: 1111
}

@media print,
screen and (max-width:45em) {
    #recipes-page-bottom-banner-container #recipes-page-bottom #recipes-page-bottom-banner {
        background-size: cover;
        min-height: 400px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#recipes-page-bottom-banner-container #recipes-page-bottom #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111
}

#recipes-page-bottom-banner-container #recipes-page-bottom #line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    height: 170px;
    background-color: #ffb213;
    z-index: 1122
}

#recipes-page-bottom-banner-container #recipes-page-bottom #button {
    position: relative;
    z-index: 1122
}

#recipes-page-bottom-banner-container #recipes-page-bottom h1 {
    position: relative;
    z-index: 1122;
    font-family: "verveine", sans-serif;
    color: white;
    font-size: 4.5em;
    font-weight: 500;
    line-height: 60px;
    margin-top: 13rem
}

@media print,
screen and (max-width:40em) {
    #recipes-page-bottom-banner-container #recipes-page-bottom h1 {
        line-height: 50px;
        font-size: 2.5em
    }
}

#contact-page-container #header {
    position: relative
}

#contact-page-container #header #parallax {
    height: 350px;
    background-position: center center;
    background-size: cover
}

#contact-page-container #header #map {
    height: 460px;
    background-color: green
}

#contact-page-container #header #map iframe {
    width: 100%;
    height: 100%
}

#contact-page-container #header #contact-info {
    height: 460px;
    background-color: white;
    text-align: left;
    padding: 3rem 6rem;
    position: relative;
    top: 0px
}

@media print,
screen and (max-width:64em) {
    #contact-page-container #header #contact-info {
        text-align: center
    }
}

#contact-page-container #header #social-icons {
    position: absolute;
    bottom: 2rem;
    margin-left: -8px
}

@media print,
screen and (max-width:64em) {
    #contact-page-container #header #social-icons {
        left: 0;
        right: 0;
        margin-left: unset;
        margin: auto
    }
}

#contact-page-container #header #social-icons a {
    padding: 0
}

#contact-page-container #header #social-icons .menu li {
    margin-right: 1rem
}

#contact-page-container #header #social-icons img {
    width: 40px
}

#contact-form-container {
    margin-top: 5rem
}

#contact-form-container form {
    margin-top: 4rem
}

#contact-form-container form input {
    height: 60px;
    border-radius: 0;
    box-shadow: unset;
    border: none;
    text-indent: 1rem;
    color: #2a4d24;
    font-weight: 600;
    transition: background-color 1s;
}

#contact-form-container form input[type="submit"] {
    cursor: pointer;
    margin-top: 4rem;
    margin-bottom: 4rem;
    height: unset;
    letter-spacing: 2px;
    text-indent: unset;
    background-color: #2a4d24;
    color: white;
    font-weight: 600;
    padding: 2rem 5rem;
    transition: background-color 0.2s;
}

#contact-form-container form input[type="submit"]:hover {
  background-color: #FFBE13;
  color: #2a4d24;
}

#contact-form-container form textarea {
    border-radius: 0;
    box-shadow: unset;
    border: none;
    text-indent: 1rem;
    transition: background-color 1s;
}

#contact-form-container form label {
    text-align: left;
    color: #2a4d24;
    font-size: 1.1em
}

#contact-page-bottom-banner-container {
    padding-bottom: 2rem;
    background-color: #FFF;
    position: relative;
    -webkit-clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #contact-page-bottom-banner-container {
        padding-bottom: 0;
        padding-top: 57px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

@media print,
screen and (max-width:64em) {
    #contact-page-bottom-banner-container #contact-page-bottom {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-bottom: 2rem!important
    }
}

#contact-page-bottom-banner-container #contact-page-bottom #contact-page-bottom-banner {
    position: relative;
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1111
}

@media print,
screen and (max-width:45em) {
    #contact-page-bottom-banner-container #contact-page-bottom #contact-page-bottom-banner {
        background-size: cover;
        height: 400px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#contact-page-bottom-banner-container #contact-page-bottom #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111
}
#are-you-interested-banner-container #overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1111
}

#contact-page-bottom-banner-container #contact-page-bottom h1 {
    position: relative;
    z-index: 1122;
    font-family: "verveine", sans-serif;
    color: white;
    font-size: 4em;
    font-weight: 500
}

@media print,
screen and (max-width:40em) {
    #contact-page-bottom-banner-container #contact-page-bottom h1 {
        line-height: 50px;
        font-size: 2.5em
    }
}

.corner {
    margin-top: 3rem
}

#recipe-single-page-container {
    background-color: #f7f7f0;
    position: relative;
    padding-top: 3rem
}

@media print,
screen and (max-width:64em) {
    #recipe-single-page-container {
        padding-top: 2rem
    }
}

#recipe-single-page-container .back-to-recipes-btn {
    font-size: 0.8em;
    font-weight: 600;
    color: #2a4d24
}

#recipe-single-page-container .back-to-recipes-btn img {
    margin-right: 1rem
}

#recipe-single-page-container .left-col {
    margin-right: 2rem
}

@media print,
screen and (max-width:64em) {
    #recipe-single-page-container .left-col {
        margin-bottom: 2rem
    }
}

#recipe-single-page-container .right-col {
    position: relative
}

@media print,
screen and (max-width:64em) {
    #recipe-single-page-container #recipe-single-page-content {
        padding-bottom: 10rem
    }
}

#recipe-single-page-container #recipe-single-page-content .title {
    font-weight: 300;
    margin-top: 3rem;
    line-height: 40px
}

@media print,
screen and (max-width:40em) {
    #recipe-single-page-container #recipe-single-page-content .title {
        margin-top: 0;
        font-size: 2em
    }
}

#recipe-single-page-container #recipe-single-page-content .product-icons {
    display: block;
    text-align: center;
    z-index: 1122;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 300px;
    color: black;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2a4d24
}

#recipe-single-page-container #recipe-single-page-content .product-icons img {
    width: 70px
}

@media print,
screen and (max-width:64em) {
    #recipe-single-page-container #recipe-single-page-content .product-icons {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -120px
    }
}

#recipe-single-page-container #recipe-single-page-content-2 {
    margin-top: 3rem
}

#recipe-single-page-container #recipe-single-page-content-2 .left-col {
    background-color: #FFF;
    padding: 2rem 3rem;
    margin-right: 2rem
}

#recipe-single-page-container #recipe-single-page-content-2 .left-col .menu {
    margin-top: 2rem
}

#recipe-single-page-container #recipe-single-page-content-2 .left-col .menu li {
    margin-bottom: 1rem;
    line-height: 20px
}

#recipe-single-page-container #recipe-single-page-content-2 .right-col {
    background-color: #FFF;
    padding: 2rem 3rem
}

#recipe-single-page-container #recipe-single-page-content-2 .right-col .menu {
    margin-top: 2rem;
    list-style: decimal;
    list-style-position: inside
}

#recipe-single-page-container #recipe-single-page-content-2 .right-col .menu li {
    margin-bottom: 1rem;
    line-height: 20px
}

#recipe-single-page-container #similar-recipes-container {
    background-color: #9cb91d;
    margin-top: -8px;
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 6rem;
    position: relative;
    overflow: visible
}

@media print,
screen and (max-width:40em) {
    #recipe-single-page-container #similar-recipes-container h3 {
        font-size: 1.3em
    }
}

@media print,
screen and (max-width:1200px) {
    #recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        margin: 0 5rem
    }
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-bottom: 10rem;
    max-width: 380px
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-hashtag {
    position: absolute;
    left: 10px;
    top: 0;
    width: 90px
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-title {
    position: relative;
    z-index: 1122
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-title h5 {
    margin-bottom: 0;
    font-size: 1em;
    padding: 0 10px
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-thumbnail {
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1122;
    border-radius: 100%;
    overflow: hidden
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-thumbnail .overlay {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    /*transition: opacity 0.4s*/
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-thumbnail i {
    border-radius: 100%;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffb213;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 3em;
    font-weight: 500;
    top: -50%;
    color: #2a4d24;
    opacity: 1;
    transition: top 0.5s, opacity 0.5s
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-description p {
    font-size: 0.9em;
    line-height: 20px;
    position: relative;
    z-index: 1122;
    padding: 0 10px
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-icons {
    display: block;
    text-align: center;
    z-index: 1122;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    padding: 1rem;
    color: black;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2a4d24
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-icons img {
    width: 55px
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-card-btn {
    display: block;
    text-align: center;
    z-index: 1122;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    background-color: #2a4d24;
    padding: 1rem 0;
    color: white;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card .product-card-bg {
    background-color: #FFF;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    height: 100%;
    z-index: 1111
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card:hover .product-card-btn {
    background-color: #ffb213;
    color: #2a4d24
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card:hover .product-thumbnail .overlay {
    opacity: 1
}

#recipe-single-page-container #similar-recipes-container #recipes-cards-container .product-card:hover .product-thumbnail i {
    top: 40%;
    opacity: 1
}

#recipe-single-page-bottom-banner-container {
    background-color: #FFF;
    position: relative;
    margin-top: -210px;
    -webkit-clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%)
}

@media print,
screen and (max-width:45em) {
    #recipe-single-page-bottom-banner-container {
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

@media print,
screen and (max-width:64em) {
    #recipe-single-page-bottom-banner-container #recipe-single-page-bottom {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-bottom: 0rem!important
    }
}

#recipe-single-page-bottom-banner-container #recipe-single-page-bottom #recipe-single-page-bottom-banner {
    position: relative;
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    -webkit-clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1111
}

@media print,
screen and (max-width:45em) {
    #recipe-single-page-bottom-banner-container #recipe-single-page-bottom #recipe-single-page-bottom-banner {
        background-size: cover;
        height: 400px;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

#recipe-single-page-bottom-banner-container #recipe-single-page-bottom #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111
}

#recipe-single-page-bottom-banner-container #recipe-single-page-bottom h1 {
    position: relative;
    z-index: 1122;
    font-family: "verveine", sans-serif;
    color: white;
    font-size: 4.5em;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: -8rem
}

@media print,
screen and (max-width:40em) {
    #recipe-single-page-bottom-banner-container #recipe-single-page-bottom h1 {
        margin-bottom: 0;
        line-height: 50px;
        font-size: 2.5em
    }
}

#chart-container {
    margin-top: 3rem;
    background-color: white;
    padding: 1rem
}

#availability-large {
    margin-top: 2rem
}

#availability-large>.column {
    padding: 1px
}

#availability-large .availability-status {
    width: 100%;
    display: block
}

#availability-large .availability-status.available {
    background-color: #9cb91d;
    height: 20px
}

#availability-large .availability-status.not-available {
    height: 10px;
    background-color: #DDD !important;
}

#availability-small .availability-status {
    display: block;
    height: 20px
}

#availability-small .availability-status.available {
    background-color: #9cb91d;
    width: 60px
}

#availability-small .availability-status.not-available {
    background-color: #CCC !important;
    width: 10px
}


#recipes-cards-container {
    min-height:500px;
    margin-bottom: 4rem;
}


.product-thumb-featured-image{
    border-radius:100%;
}


.search-card{
    background-color: #FFF;
    margin: 1rem 0;
    padding: 2rem;
}

.search-card p{
    margin-bottom: 0;
}

.search-card:last-child{
    margin-bottom: 3rem;
}

#products-page-slider {
  height: 240px;
}

#products-page-slider .v-aligner div{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#products-page-slider .background-image {
  width:200px;
  height:200px;
}

#products-page-slider .slick-slide{
  padding:1rem;
}

#products-page-slider .slick-slide a img {
  margin: auto;
}

#products-page-slider .slick-next:before, #products-page-slider .slick-prev:before{
  position: relative;
  top: -135px;
}





.v-aligner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}


.product-thumb {
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  margin: auto;
}

@media print, screen and (max-width:500px) {
  .product-thumb {
    width: 300px;
    height: 300px;
  }
}
