/**
 *
 * Default
 *
 * */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-green-solid: 1, 137, 55;
    --primary-green-dark: 6, 81, 41;
    --primary-green-light: 170, 199, 66;
    --secundary-green-solid: 0, 120, 58;
    --secundary-green-light: 139, 203, 143;
    --secundary-yellow: 240, 206, 27;
}
html {
    overflow-x: hidden !important;
}
body {
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}
:hover,
:focus {
    outline: none;
}
.gg-container {
    width: 90.09%;
    max-width: 1094px;
    margin: auto;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}

/**
 *
 * Fonts
 *
 * */
 @font-face {
    font-family: 'Myriad-Pro';
    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/**
 *
 * Header
 *
 * */
.mobile-nav {
    display: none!important;
}
.gg-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
.gg-header-container {
    width: 80.09%;
    max-width: 1094px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0px;
}
.gg-header-logo {
    width: 297px;
}
.gg-header-logo a {
    display: block;
}
.gg-header-logo img {
    width: 100%;
}
.gg-header-nav {
    width: calc( 100% - 297px );
}
.gg-header-nav-container {
    text-align: right;
}
.gg-header-top {
    width: 100%;
}
.gg-btn {
    background-color: #00783a;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 7px 19px;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
}
.gg-btn:hover {
    background-color: rgba( var(--secundary-green-solid), 1);
}
.gg-btn img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 7px;
}
.gg-header-search-form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}
.gg-header-search-form input[name="s"]::placeholder {
    color: #00783a;
    opacity: 1;
}
.gg-header-search-form input[name="s"] {
    width: 400px;
    height: 36px;
    -webkit-box-shadow: inset 1px 0px 4px 1px rgba(128,128,128,.4);
    -moz-box-shadow: inset 1px 0px 4px 1px rgba(128,128,128,.4);
    box-shadow: inset 1px 0px 4px 1px rgba(128,128,128,.4);
    text-align: right;
    border: solid 1px #e0dfdf;
    border-radius: 5px;
    font-family: sweet-sans-pro, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #00783a;
    font-weight: 600;
    padding: 5px 50px 5px 20px;
}
.gg-header-search-form button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate( 0%, -50% );
}
.gg-navigation {
    margin-top: 20px;
}
.gg-navigation ul {
    padding-right: 157px;
}
.gg-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 42px;
}
.gg-navigation ul li:last-child {
    margin-right: 0px;
}
.gg-navigation ul li a {
    font-family: sweet-sans-pro, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba( var(--primary-green-solid), 1 );
    border-bottom: solid 2px transparent;
    transition: .4s;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: middle;
}
.gg-navigation ul li a:hover {
    /** border-bottom: solid 2px rgba(var(--primary-green-solid), 1); */
   /* background-color: #00783a;
   color:#FFF; */
}
.gg-navigation ul li.menu-item-has-children a:after {
    content: '';
    background-image: url(../img/arrow.svg);
    display: inline-block;
    width: 15px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 7px;
    vertical-align: top;
    padding-top: 6px;
}
.admin-bar .gg-header {
    top: 32px;
}

/**
 *
 * Main
 *
 * */
.gg-main {
    margin-top: 110.33px;
}
.gg-main-default {
    width: 90%;
    max-width: 1094px;
    margin: auto;
    margin-top: 110.33px;
}

/**
 *
 * Slider
 *
 * */
#gg-slider {
    position: relative;
}
#gg-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate( 0%, -50% );
    z-index: 1;
}
#gg-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate( 0%, -50% );
    z-index: 1;
}
#gg-slider .owl-dots {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    z-index: 1;
}
.gg-slide-item {
    position: relative;
    color: #fff;
}
.gg-slide-item h2 {
    font-size: 50px;
    line-height: 57px;
    text-transform: uppercase;
    font-family: hwt-artz, sans-serif;
}
.gg-slide-item span {
    display: inline-block;
    vertical-align: middle;
}
.gg-slide-item h3 {
    font-size: 46px;
    line-height: 56px;
    text-transform: uppercase;
    font-family: hwt-artz, sans-serif;
}
.gg-slide-item h2 span.gg-min {
    font-size: 38px;
    line-height: 42px;
}
.gg-slide-item h3 span.gg-min {
    font-size: 26px;
    line-height: 32px;
}
.gg-slide-bg {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.gg-slide-item-content {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, 0%);
    z-index: 999;
}
a.gg-more-slide {
    background-color: #065129;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    padding: 9px 19px;
    display: inline-block;
    border: solid 0px #fff;
    border-radius: 7px;
    margin-top: 5px;
    transition: .4s;
    font-weight: 800;
}
a.gg-more-slide:hover {
    background-color: rgba( var(--secundary-green-solid), 1);
}
#gg-slider .owl-theme .owl-nav {
    margin-top: 0px;
}
.green-text h2 {
    color: #065129!important;
}

/**
 *
 * Green Giant
 *
 * */
.green-griant-img {
    position: relative;
 }
.green-griant-img img {
    position: absolute;
    top: -20px;
    left: -50px;
    z-index: 10;
    width: 516px;
    pointer-events: none !important;
}

/**
 *
 * Slide 1
 *
 * */
.gg-section-slide {
    background-color: #018937;
    padding: 80px 0px;
    position: relative;
}
.gg-section-slide {
    text-align: right;
    height: 550px;
    overflow: hidden;
}
.gg-section-slide-content {
    width: 100%;
    max-width: 550px;
    display: inline-block;
    text-align: left;
    margin-right: 300px;
    color: #fff;
}
.gg-section-slide-content h2 {
    font-size: 34px;
    line-height: 44px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
}
.gg-section-slide-content p {
    font-size: 14px;
    line-height: 17px;
}
.gg-slide-img {
    position: absolute;
    top: -5%;
    right: -2%;
    width: 550px;
    height: auto;
    object-fit: cover;
    object-position: bottom;
}
.gg-section-slide .gg-container {
    position: relative;
}
.gg-section-carousel {
    width: 100%;
    margin-top: 50px;
    padding-left: 100px;
}
#gg-slide-product-1 {
    width: 250px;
}
.owl-next:hover,
.owl-next:focus,
.owl-prev:hover,
.owl-prev:focus {
    background-color: transparent!important;
    outline: none;
}
#gg-slide-product-1 .owl-next {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 45%;
    right: -60px;
    transform: translate(0px, -50%);
}
#gg-slide-product-1 .owl-prev {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: -60px;
    transform: translate(0px, -50%);
}
#gg-slide-product-1 .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: transparent;
    border: solid 2px #fff;
    transition: .4s;
    margin-right: 10px;
}
#gg-slide-product-1 .owl-dot:last-child {
    margin-right: 0px;
}
#gg-slide-product-1 .owl-dot.active {
    background-color: #fff;
}
#gg-slide-product-1 .owl-dot span {
    display: none;
}

/**
 *
 * Recipes
 *
 * */
.gg-recipes-grid {
    background-color: rgba( var(--primary-green-dark) ,1 );
    padding: 50px 0px;
}
.gg-recipes-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    max-width: 675px;
    margin-left: 300px;
}
.gg-recipe-item {
    width: 330px;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.gg-recipe-text {
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: -5px;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    max-width: 300px;
    background-image: url(../img/item-background.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body.single .gg-recipe-text {
    background-image: url(../img/svgviewer-output.svg);
}
.gg-recipe-text h3 {
    font-size: 14px;
    line-height: 17px;
}
.gg-recipe-text a {
    background-color: #fff;
    color: rgba(var(--primary-green-dark), 1);
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 5px;
}
.gg-recipe-item-full {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.gg-recipe-item-full a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    border: solid 3px #8BCB8F;
    background-color: #115129;
    padding: 9px 17px;
    border-radius: 5px;
}

/**
 *
 * Products Grid
 *
 * */
.gg-products-grid {
    background-color: #fff;
    padding: 80px 0px 240px 0px;
    background-image: url(../img/bottom-background.png);
    background-position: 0% 54%;
    background-repeat: no-repeat;
    background-size: contain;
}
.gg-products-grid-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 775px;
    gap: 85px 65px;
    margin-left: 266px;
    position: relative;
    z-index: 12;
   align-items: baseline;
}
.gg-product-grid-item {
    width: 215px;
    text-align: center;
}
.gg-product-grid-item a {
    display: block;
}
.gg-product-grid-item img {
    width: auto;
    width: 190px !important;
    height: 215px !important;
    object-fit: contain;
}
.gg-product-grid-item.full-span span {
    width: 100%!important;
    max-width: 100%!important;
}
.gg-product-grid-item span {
    display: inline-block;
    background-color: rgba(var(--secundary-green-light), 1);
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(var(--primary-green-dark), 1);
    font-weight: 900;
    text-align: center;
    border-radius: 5px;
    padding: 4px 20px;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    display: block;
}

/**
 *
 * Ad
 *
 * */
 .gg-product-ad {
    margin-top: -192px;
    background: rgb(0, 133, 65);
    background: linear-gradient(180deg, rgba(0, 133, 65, 1) 0%, rgba(0, 133, 65, 1) 34%, rgba(0, 120, 58, 1) 78%);
    padding-bottom: 75px;
}
.gg-product-ad-item {
    width: 576px;
    margin-left: 331px;
}
.gg-ad-item span {
    display: inline-block;
    color: rgba(var(--primary-green-dark), 1);
    background-color: rgba(var(--secundary-yellow), 1);
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 6px 13px;
    position: absolute;
    top: -16px;
    left: 41px;
    transform: rotate(333deg);
}
.gg-ad-content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.gg-ad-item {
    width: 230px;
    position: relative;
    z-index: 2;
}
.gg-ad-overlay {
    width: 100%;
    height: 150px;
    background-color: rgba(var(--secundary-green-light), 1);
    margin-top: -120px;
    -webkit-box-shadow: 13px 7px 24px -13px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 13px 7px 24px -13px rgba(0,0,0,0.79);
    box-shadow: 13px 7px 24px -13px rgba(0, 0, 0, 0.79);
}
.gg-ad-item img {
    width: 100%;
    max-width: 100%;
}
.gg-ad-btn {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    background-color: rgba(var(--primary-green-dark), 1);
    padding: 9px 13px;
    display: inline-block;
    border-radius: 5px;
    z-index: 2;
    margin-bottom: 30px;
}

/**
 *
 * Split
 *
 * */
.gg-split {
   display: flex;
    flex-wrap: wrap;
}
.gg-split-left {
   background-color: rgba(139, 203, 143, 1);
    width: 59%;
    height: 550px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
}
.gg-split-right {
    width: 66%;
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    margin-left: -25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gg-split-left-content {
    padding-top: 65px;
    padding-left: 0px;
    text-align: center;
    width: 700px;
}
.gg-split-left-content h2 {
    font-family: hwt-artz, sans-serif;
    font-size: 54px;
    line-height: 50px;
    color: rgba(var(--primary-green-dark), 1);
    display: inline-block;
    max-width: 220px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 900;
}
.gg-map-area {
    padding-left: 0px;
    position: relative;
}
.gg-map-area img {
    max-width: 100% !important;
    width: 62%;
    margin-left: -5%;
}
.map-area-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    background-color: rgba(var(--primary-green-dark), 1);
    padding: 11px 26px;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    top: 64%;
    left: 48%;
    transform: translate(-50%, -50%);
    font-weight: 900;
}
.gg-split-second .gg-split-left {
    width: 78.5%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gg-split-second .gg-split-right {
    width: 47.5%;
    background-color: rgba(139, 203, 143, 1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 34% 100%);
    margin-left: -26%;
}
.gg-split-second .gg-split-left-content h2 {
    display: block;
}
.gg-split-second .gg-split-left-content {
    padding-top: 65px;
    padding-left: 200px;
    text-align: left;
    width: auto;
}
.gg-hm-learn-more-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    background-color: rgba(var(--primary-green-dark), 1);
    padding: 11px 26px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 900;
    letter-spacing: 1px;
}
.gg-split-second .gg-split-left-content h2 span {
    color: #fff;
}

/**
 *
 * Let’s Be Friends!
 *
 * */
.gg-lets-be-friends {
    background-color: rgba( var(--primary-green-solid), 1 );
    padding: 50px 0px;
}
.gg-lbf-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding-left: 400px;
}
.gg-lbf-text {
    width: 182px;
    text-align: center;
}
.gg-lbf-text h2 {
    font-family: hwt-artz, sans-serif;
    font-size: 54px;
    line-height: 54px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
}
.gg-lbf-text p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.gg-lbf-img {
    width: 200px;
    margin-left: 20px;
}
.gg-lbf-img img {
    width: 100%;
    max-width: 100%;
}
.gg-lbf-text ul {
    margin-top: 15px;
}
.gg-lbf-text ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.gg-lbf-text ul li:last-child {
    margin-right: 0px;
}
.gg-lbf-text ul li a {
    display: inline-block;
    text-decoration: none;
}
.gg-lbf-text ul li a img {
    width: 36px;
}

/**
 *
 * Recipe archive
 *
 * */
.gg-recipe-archive-head {
    background-image: url(../img/header-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    position: relative;
}
.gg-recipe-archive-head-text h1 {
    color: #fff;
    font-family: hwt-artz, sans-serif;
    font-size: 67px;
    line-height: 72px;
    position: absolute;
    bottom: 18%;
    left: 21%;
    letter-spacing: 1px;
}

/**
 *
 * Recipes search
 *
 * */
.gg-recipes-search {
    padding: 50px 0px;
    background-color: rgba( var(--secundary-green-light), 1);
}
.gg-recipe-search-form {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 75px;
    align-items: center;
    justify-content: flex-start;
}
.gg-recipe-search-form-text {
    width: 300px;
}
.gg-recipe-search-form-text h2 {
    font-family: hwt-artz, sans-serif;
    font-size: 56px;
    line-height: 66px;
    color: rgba( var(--primary-green-dark), 1 );
    letter-spacing: 1px;
}
.gg-recipe-search-form-input {
    width: calc( 100% - 300px );
}
a.search-recipe-btn {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin: 0px 10px;
}
a.search-recipe-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gg-recipe-search-form-input input {
    width: calc(100% - 60px);
    height: 50px;
    background-color: rgba(85, 171, 110, 1);
    border-radius: 10px;
    border: solid 3px rgba(var(--primary-green-dark), 1);
    padding: 5px 20px;
    color: #fff;
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
}

/**
 *
 * Recipes Filters
 *
 * */
.gg-recipes-filters {
    background-color: rgba( var(--secundary-green-light), 1);
    padding-bottom: 100px;
    margin-top: -2px;
}
.gg-recipes-filters-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}
.gg-recipes-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 20px);
}
.gg-recipes-filters-content {
    margin: auto;
    max-width: 900px;
}
.gg-recipes-filter h3 {
    font-size: 19px;
    line-height: 27px;
    color: rgba( var(--primary-green-dark), 1);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
}
.gg-recipes-filter-options {
    background-color: rgba(var(--primary-green-dark), 1);
    color: #fff;
    width: 264px;
    height: 50px;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    position: relative;
}
.gg-recipes-filter-options-selected {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: stretch;
}
.gg-recipes-filter-options-selected:hover {
    cursor: pointer;
}
.gg-recipes-filter-options-selected span {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    height: 100%;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
    font-weight: 700;
}
.gg-recipes-filter-options-selected-arrow {
    border-left: solid 2px rgba(var(--secundary-green-light), 1);
    padding-left: 12px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.gg-recipes-filter-options-all {
    background-color: rgba(var(--primary-green-dark), 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    display: none;
    z-index: 9;
}
.gg-recipes-filter-options-all.active {
    display: block;
}
.gg-recipes-filter-options-all ul li {
    display: block;
    background-color: transparent;
    transition: .4s;
    padding: 4px 10px 4px 5px;
}
.gg-recipes-filter-options-all ul li:hover {
    background-color: rgba(var(--primary-green-solid), 1);
}
.gg-recipes-filter-options-all ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.gg-recipes-filter-options-all ul li a div {
    width: calc( 100% - 20px );
}
.gg-recipes-filter-options-all ul li a img {
    width: 15px;
    opacity: 0;
    margin-right: 5px;
}
.gg-recipes-filter-options-all ul li.selected a img {
    opacity: 1;
}

/**
 *
 * Recipes Grid
 *
 * */
.gg-recipes-archive-grid {
    padding: 0px 0px 100px 0px;
    margin-top: -2px;
    background-color: rgba( var(--secundary-green-light), 1);
}
.gg-recipes-archive-grid-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px 20px;
}
.gg-recipes-archive-item-img {
    width: 350px;
    height: 260px;
    position: relative;
}
.gg-recipes-archive-item-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(var(--primary-green-dark), 1);
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}
.gg-recipes-archive-item:hover .gg-recipes-archive-item-img span {
    opacity: 1;
}
.gg-recipes-archive-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.gg-recipes-archive-item a {
    text-decoration: none;
    display: block;
}
.gg-recipes-archive-item {
    width: calc(33.33% - 14px);
}
.gg-recipes-archive-item h3 {
    color: rgba(var(--primary-green-dark), 1);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    display: block;
    max-width: 220px;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}

/**
 *
 * Recipes
 *
 * */
.gg-recipe-head {
    background-color: rgba( var(--secundary-green-light), 1 );
    padding: 50px 0px;
}
.gg-recipe-head .gg-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.gg-recipe-head-text,
.gg-recipe-img {
    width: 50%;
}
.gg-recipe-img img {
    width: 100%;
    max-width: 100%;
}
.gg-recipe-head-text {
    padding-left: 50px;
}
.gg-recipe-head-text h1 {
    font-family: hwt-artz, sans-serif;
    font-size: 42px;
    line-height: 42px;
    color: rgba(var(--primary-green-dark), 1);
    max-width: 400px;
    letter-spacing: 1px;
}
.gg-recipe-head-text p {
    font-size: 14px;
    line-height: 17px;
    color: rgba( var(--primary-green-dark), 1 );
}

/**
 *
 * Recipe Options
 *
 * */
.gg-recipe-options {
    background-color: rgba( var(--primary-green-dark), 1 );
    padding: 50px 0px;
}
.gg-recipe-single-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.gg-recipe-single-item {
    width: 33.33%;
    text-align: center;
}
.gg-recipe-single-item h2 {
    color: #fff;
    font-family: hwt-artz, sans-serif;
    font-size: 36px;
    font-weight: 46px;
    letter-spacing: 1px;
}
.gg-recipe-single-item h3 {
    color: #fff;
    font-size: 26.16px;
    line-height: 32px;
    font-weight: 900;
    margin-top: 2px;
}

/**
 *
 * Recipe Text
 *
 * */
.gg-recipe-single-content {
    padding: 70px 0px;
}
.gg-recipe-single-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
.gg-recipe-single-section {
    width: 50%;
    border-right: solid 1px rgba( var(--secundary-green-solid), 1);
}
.gg-recipe-single-section:last-child {
    border-right: solid 0px rgba( var(--secundary-green-solid), 1);
}
.gg-recipe-single-section-text {
    max-width: 350px;
    margin: auto;
}
.gg-recipe-single-section:last-child .gg-recipe-single-section-text {
    max-width: 415px;
}
.gg-recipe-single-section-text * {
    color: rgba( var(--secundary-green-solid), 1 );
}
.gg-recipe-single-section-text,
.gg-recipe-single-section-text p,
.gg-recipe-single-section-text ul,
.gg-recipe-single-section-text li,
.gg-recipe-single-section-text a {
    font-size: 18px;
    line-height: 21px;
    color: rgba( var(--secundary-green-solid), 1 );
    font-weight: 600;
}
.gg-recipe-single-section-text li {
    margin-bottom: 15px;
}
.gg-recipe-single-section-text h2 {
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba( var(--secundary-green-solid), 1 );
    margin-bottom: 15px;
}
.gg-recipe-single-section-text img {
    width: 187px;
    height: auto !important;
    margin-bottom: 15px;
}

/**
 *
 * Something Else
 *
 * */
.gg-something-bg-img img {
    width: 100%;
    max-width: 100%;
}
.gg-something-bg {
    padding: 0px 0px 100px 0px;
    background-color: rgba(0, 133, 65, 1);
    margin-top: -300px;
}
.gg-something-bg-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.gg-something-bg-content-row .gg-recipe-item {
    width: calc( 33% - 11px );
}
.gg-something-bg-content-row .gg-recipe-item {
    overflow: hidden;
}
.gg-something-bg-content-row .gg-recipe-text {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px 32px;
    /** width: 320px;
    max-width: 320px; **/
    right: -5%;
}
.gg-something-bg-content h2 {
    font-family: hwt-artz, sans-serif;
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px 0px 50px 0px;
    letter-spacing: 1px;
}

/**
 *
 * Cat Header
 *
 * */
 section.gg-cat-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
section.gg-cat-header {
    min-height: 330px;
    background-image: url(../img/cat-bg-min.jpg);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    position: relative;
}
/* img.veggie-img {
    position: absolute;
    top: -22px;
    right: -94px;
    width: 650px;
    height: auto;
    object-fit: contain;
} */
img.veggie-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36%;
    height: auto;
    object-fit: contain;
    padding: 40px 0px;
}
.gg-cat-header-content {
    padding: 60px 0px;
    max-width: 654px;
    margin: auto;
    padding-right: 172px;
}
.gg-cat-header-content h2 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gg-cat-header-content h1 {
    color: #fff;
    font-size: 62px;
    line-height: 56px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gg-cat-header-content p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    max-width: 470px;
}
body.term-restaurant-style-veggie-sides img.veggie-img {
    width: 45%;
    right: -13%;
}
body.term-new-products img.veggie-img {
    width: 39%;
    top: -21%;
    right: -8%;
}
body.term-corn-on-the-cob img.veggie-img {
    width: 32%;
}
body.page-template-buy .gg-pda-items,
body.page-template-buy {
    background-color: #fff;
}
body.page-template-buy .gg-pda-text-content h1 {
    margin-bottom: 20px;
}

/**
 *
 * Cat Content
 *
 * */
section.gg-cat-items {
    background-color: rgba(var(--secundary-green-light), 1);
    padding: 100px 0px;
}
.gg-cat-items-content {
    width: 100%;
    max-width: 794px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
}
.gg-cat-item {
    width: calc(33% - 33px);
    text-align: center;
}
.gg-cat-item a {
    display: block;
    text-decoration: none;
}
.gg-cat-item img {
    width: 100%;
    height: 205px !important;
    object-fit: contain;
}
.gg-cat-item h3 {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(var(--primary-green-dark), 1);
    font-weight: 900;
    margin-top: 15px;
}

/**
 *
 * Product Head
 *
 * */
 .gg-product-header {
    background-image: url(../img/bottom-background.png);
    width: 100%;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 36%;
    overflow: hidden;
    position: relative;
}
.gg-product-header img {
    width: 636px;
    height: 475px;
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 9;
}

/**
 *
 * Product
 *
 * */
 .gg-product-head {
    padding: 90px 0px 75px 0px;
    background-image: url(../img/Empty_Fields.jpg);
    background-size: 100%;
    background-position: 0% -0px;
    background-repeat: no-repeat;
    background-color: #227c3b;
    margin-top: 0px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}
img.gg-product-head-floating {
    position: absolute;
    top: -127px;
    right: -50px;
    width: 38%;
    height: auto;
}
.gg-product-header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.gg-product-head-img {
    width: 320px;
    text-align: center;
}
.gg-product-head-img img {
    max-width: 100%;
}
a.gg-buy-btn {
    background-color: #fff;
    color: rgba(var(--primary-green-dark), 1);
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
}
.gg-product-head-txt {
    width: calc( 100% - 350px );
    padding-left: 0px;
}
.gg-product-head-txt-col h2 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gg-product-head-txt-col h1 {
    color: #fff;
    font-size: 62px;
    line-height: 56px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gg-product-head-txt-col h3 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0px 5px 0px;
}
.gg-product-head-txt-col p,
.gg-product-head-txt-col ul {
    max-width: 424px;
}
.gg-product-head-txt-col p {
    margin-bottom: 10px;
}
.gg-product-head-txt-col,
.gg-product-head-txt-col p,
.gg-product-head-txt-col ul,
.gg-product-head-txt-col li,
.gg-product-head-txt-col a {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.gg-product-head-txt-col ul {
    margin-left: 20px;
}
.gg-product-head-txt-col li {
    margin-bottom: 5px;
}
.gg-product-head-txt-col-2 ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.gg-product-head-txt-col-2 ul li:last-child {
    margin-right: 0px;
}
.gg-product-head-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   padding-left:2vw !important;
}
.gg-product-head-txt-col {
    width: 100%;
}
.gg-product-head-txt-col-2 {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.gg-product-header-content {
    padding: 0px 25px 25px 25px;
}
.gg-product-head-metadata img {
    max-width: 100%;
}
.gg-product-head-metadata {
    width: 50%;
}
.gg-product-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 35px 0px 50px 0px;
}

/**
 *
 * Product Suggestions
 *
 * */
.gg-something-bg.gg-suggestions {
    margin-top: 0px;
    background-color: rgba( var(--primary-green-dark), 1 );
    padding: 75px 0px;
}
.gg-something-bg.gg-suggestions .gg-something-bg-content h2 {
    padding: 0px 0px 30px 0px;
}
.gg-something-bg.gg-suggestions .gg-something-bg-content-row {
    align-items: center;
    justify-content: center;
}

/**
 *
 * Similar Products
 *
 * */
section.gg-cat-items.gg-similar-section {
    padding: 50px 0px;
}
section.gg-cat-items.gg-similar-section .gg-cat-items-content {
    gap: 0px 119px;
}
.gg-similiar-text {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.gg-similiar-text h2 {
    color: rgba(var(--primary-green-dark), 1);
    font-family: hwt-artz, sans-serif;
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/**
 *
 * Product Archive
 *
 * */
 .gg-pda-head {
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: rgba(1, 137, 55, 1);
    position: relative;
}
.gg-pda-head img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 33%;
    height: auto;
    transform: translate(-56%, 0px);
}
body.page-template-products {
    background-color: rgb(4, 138, 73);
}
.gg-pda-text {
    text-align: center;
    background-color: transparent;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.gg-pda-text h1 {
    color: #fff;
    font-size: 69px;
    line-height: 62px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
}
.gg-pda-text span {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.gg-pda-text-content p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    max-width: 485px;
    margin: auto;
    text-align: left;
    padding-bottom: 20px;
}
.gg-pda-items {
    margin-top: -2px;
    padding: 20px 0px 0px 0px;
    background-color: #048a49;
}
.gg-pda-items-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 100px 50px;
    padding: 0px 60px 100px 60px;
}
.gg-pda-item {
    width: calc(25% - 38px);
    text-align: center;
}
.gg-pda-item a {
    display: inline-block;
    text-decoration: none;
    color: rgba(var(--primary-green-dark), 1) !important;
}
.gg-pda-item img {
    width: 100%!important;
    max-width: 140px!important;
}
.gg-pda-item span {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    background-color: rgba(var(--secundary-green-light), 1);
    display: inline-block;
    max-width: 130px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-top: 12px;
    transition: .5s;
    font-weight: 700;
}
span.btn-ms {
    max-width: 200px;
}
.gg-pda-item span:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: rgba( var(--primary-green-dark), 1) !important;
}

/**
 *
 * Product Archive Column
 *
 * */
.gg-pda-cols {
    background-color: #048a49;
    /* padding: 0px 0px 100px 0px; */
}
.gg-pda-col-item {
    padding: 35px 70px;
    background-color: rgba(var(--primary-green-dark), 1);
    -webkit-box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.66);
    box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.66);
    position: relative;
    margin-bottom: 60px;
}
.gg-pda-col-item h2 {
    color: #fff;
    font-size: 48px;
    line-height: 62px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gg-pda-col-item p {
    color: #fff;
    font-size: 14px;
    max-width: 500px;
    margin-bottom: 20px;
}
.gg-pda-col-item-actions {
    padding-left: 30px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
}
.gg-pda-col-item-actions img {
    max-width: 250px!important;
}
.gg-pda-col-item-actions a {
    text-decoration: none;
    background-color: rgba(var(--secundary-green-light), 1);
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(var(--primary-green-dark), 1);
    font-weight: 700;
    padding: 9px 35px;
    border-radius: 5px;
}
img.gg-saucer-img {
    position: absolute;
    bottom: 25px;
    right: -35px;
    width: 45%;
    height: auto;
}
img.gg-saucer-img.g-saucer-img-02 {
    width: 48%;
    bottom: -10px;
    right: -50px;
}
img.gg-saucer-img.g-saucer-img-03 {
    width: 48%;
}
.g-saucer-img-04 {
    overflow: hidden;
}
span.gg-saucer-tag {
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    background-color: rgba( var(--secundary-yellow), 1 );
    color: rgba( var(--primary-green-dark), 1 );
    font-weight: 900;
    padding: 7px 12px;
    position: absolute;
    top: 100px;
    right: 270px;
    z-index: 1;
}

/**
 *
 * Product Archive Column Right
 *
 * */
.gg-pda-col-item.gg-pda-col-item-right img.gg-saucer-img {
    right: 0px;
    left: -35px;
}
.gg-pda-col-item.gg-pda-col-item-right .gg-pda-col-item-text {
    max-width: 500px;
}
.gg-pda-col-item.gg-pda-col-item-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.g-saucer-img-04 img.gg-saucer-img {
    bottom: 0px;
    right: -10%;
    width: 47%;
}
.gg-pda-col-item.gg-pda-col-item-right .gg-pda-col-item-actions {
    padding-left: 0px;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.gg-pda-col-item-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
}

/**
 *
 * Footer
 *
 * */
.gg-footer {
    background-color: rgba( var(--primary-green-solid), 1 );
}
.gg-expore-footer {
    background-color: rgba( var(--primary-green-dark), 1);
}
.gg-expore-footer h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: hwt-artz, sans-serif;
}
.gg-explore-footer-container {
    width: 80.09%;
    max-width: 1094px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 36px 0px;
}
.gg-explore-footer-container h2 {
    font-size: 50px;
    line-height: 60px;
    width: calc(100% - 748px);
    padding-left: 70px;
}
.gg-explore-footer-container ul {
    width: 249px;
}
.gg-explore-footer-container ul li {
    display: block;
    text-align: center;
}
.gg-explore-footer-container ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-family: Myriad-Pro, sans-serif;
}
.gg-footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.gg-footer-container {
    width: 90%;
    max-width: 766px;
    margin: auto;
    padding: 60px 0px;
}
.gg-footer-container ul {
    width: 233px;
    text-transform: uppercase;
}
#menu-footer-left {
    text-align: left;
}
.gg-footer-container ul li {
    display: block;
    margin-bottom: 10px;
}
.gg-footer-container ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
}
.gg-footer-container ul:last-child {
    text-align: right;
}
.gg-footer-center {
    max-width: 300px;
}
.gg-footer-logo {
    width: 100%;
    max-width: 100%;
}
.gg-footer-center ul {
    text-align: center;
    width: 100%;
    margin: 25px 0px;
}
.gg-footer-center ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.gg-footer-center ul li:last-child {
    margin-right: 0px;
}
.gg-footer-center ul li img {
    width: 24px;
}
.gg-footer-center ul li a,
.gg-footer-center ul li:hover {
    color: #fff;
    text-decoration: none;
}
.gg-footer-center p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}

/** Shadow */
.gg-product-ad-item .gg-ad-item {
    position: relative;
}
.gg-product-ad-item .gg-ad-item:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 93%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    border-radius: 100%;
    transform: translate(-50%, 0px);
    filter: blur(4px);
}
.gg-explore-footer-container ul li {
    position: relative;
}
.gg-explore-footer-container ul li:before {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    width: 2px;
    height: 300%;
    background-color: rgba(139, 203, 143, 1);
    border-radius: 10px;
}
.gg-explore-footer-container ul:last-child li:before {
    display: none;
}
.gg-section-carousel .owl-dots {
    margin-top: 15px;
}
.gg-btn,
.gg-ad-btn,
.gg-product-grid-item span,
.gg-recipe-item-full a,
.gg-recipe-text a,
a.gg-more-slide,
.map-area-btn,
a.gg-buy-btn,
.gg-pda-col-item-actions a,
.gg-hm-learn-more-btn {
    transition: .4s;
}
.map-area-btn,
.gg-hm-learn-more-btn {
    border: solid 2px #065129;
}
.gg-ad-btn {
    border: solid 2px #065129;
}
.gg-btn {
    border: solid 2px #00783a;
}
.gg-recipe-text a {
    border: solid 2px #fff;
}

.gg-btn:hover {
    background-color: #fff;
    color: #00783a;
}
a.gg-more-slide:hover {
    color: #065129;
    background-color: #fff;
    border-color: #065129;
}
.gg-recipe-text a:hover {
    background-color: rgba(var(--primary-green-dark), 1);
    color: #fff;
}
.gg-recipe-item-full a:hover {
    color: #fff;
    background-color: #8BCB8F;
}
.gg-product-grid-item span:hover {
    color: #fff;
    background-color: rgba(var(--primary-green-dark), 1);
}
.gg-ad-btn:hover {
    background-color: #fff;
    color: #065129;
    border-color: #065129;
}
.map-area-btn:hover,
.gg-hm-learn-more-btn:hover {
    background-color: #fff;
    color: #065129;
    border-color: #065129;
}
.gg-pda-col-item-actions a:hover {
    border: solid 2px rgba(var(--secundary-green-light), 1);
}
.gg-pda-col-item-actions a:hover {
    color: rgba(var(--secundary-green-light), 1);
    background-color: rgba(var(--primary-green-dark), 1);
}
a.gg-buy-btn {
    border: solid 2px #fff;
}
a.gg-buy-btn:hover {
    background-color: rgba(var(--primary-green-dark), 1);
    color: #fff;
}
.gg-slider .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: solid 3px #fff;
    width: 18px;
    height: 18px;
}
.gg-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    border: solid 3px #065129;
    width: 18px;
    height: 18px;
}
.gg-recipe-single-item {
    position: relative;
}
.gg-recipe-single-item:before {
    content: '';
}
.gg-recipe-single-item:before {
    content: '';
    width: 2px;
    height: 80px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #fff;
    top: -5px;
    border-radius: 5px;
}
.gg-recipe-single-item:last-child:before {
    display: none;
}
/** Loader */
.gg-recipes-archive-content {
    position: relative;
}
.lds-ring {
    color: #1c4c5b
}
.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
.gg-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.gg-loader.load {
    display: flex;
}
#recipes {
    min-height: 250px;
}
.gg-no-results {
    text-align: center;
    width: 100%;
    font-size: 19px;
    line-height: 27px;
    color: rgba(var(--primary-green-dark), 1);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section.gg-cat-header.search-header {
    min-height: auto !important;
}
.gg-cat-header-content * {
    color: #fff;
}
.split-mobile {
    display: none!important;
}
.dropdown-mobile-menu {
    display: none;
}
.gg-mobile-img-01 {
    display: none!important;
}
.share-recipe {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% + 50px);
}
.share-recipe li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.share-recipe li:last-child {
    margin-right: 0px;
}
.share-recipe li a {
    display: inline-block;
}
.share-recipe li a svg {
    width: 25px;
}
.gg-recipe-head .gg-container {
    position: relative;
}
.gg-pda-item img {
    object-fit: contain!important;
    min-height: 160px!important;
}
.gg-pdf-item-content {
    position: relative;
}
.gg-pdf-item-content img {
    position: relative;
    z-index: 2;
}
.gg-pdf-item-content:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 120%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    border-radius: 100%;
    transform: translate(-50%, 0px);
    filter: blur(4px);
    z-index: 1;
}
.gg-pdf-item-content.cat-corn-on-the-cob:before {
    bottom: 15px;
}
.gg-pdf-item-content.cat-restaurant-style-veggie-sides:before {
    width: 96%;
    bottom: 8px;
}
.mobile-nav img.white-img {
    display: none!important;
}
section.mobile-nav.active {
    background-color: #018937;
}
section.mobile-nav.active .solid-img {
    display: none!important;
}
section.mobile-nav.active .white-img {
    display: inline-block!important;
}
.dropdown-mobile-menu ul li {
    position: relative;
}
.dropdown-mobile-menu ul li:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mobile-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: contain;
    z-index: 1;
}
.dropdown-mobile-menu ul li:hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 40px);
    height: 100%;
    background-color: #fff;
}
.dropdown-mobile-menu ul li:hover:after {
    content: '';
}
.dropdown-mobile-menu ul li:hover a {
    color: #018937;
    position: relative;
    z-index: 2;
}
.gg-product-head-txt-col-2 ul li a img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
.gg-slide-item {
    position: relative;
}
.textSliderStyle1 {
    top: 69%;
}
.textSliderStyle2 {
    top: 67%;
    left: 27%;
}
.textSliderStyle3 {
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gg-slide-item-content h2,
.gg-slide-item-content h3 {
    position: relative;
    z-index: 1;
}
.gg-slide-item-content h3:before,
.gg-slide-item-content h2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    height: 105%;
    background-color: rgba(0, 0, 0, .1);
    transform: translate(-50%, -50%);
    filter: blur(4px);
    border-radius: 20px;
    -webkit-box-shadow: 0px -1px 16px 5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px -1px 16px 5px rgba(0,0,0,0.32);
    box-shadow: 0px -1px 16px 5px rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.gg-image-header {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 60%;
    margin-bottom: 50px;
}

/**
 *
 * Contact Page
 *
 * */
body.page-id-3349 {
    background-color: rgba( var(--secundary-green-light), 1 );
}
.gg-page-header {
    background-color: #00783a;
    padding: 60px 0px;
}
.gg-page-header * {
    color: #fff;
}
.gg-page-header h1 {
    font-family: hwt-artz, sans-serif;
    font-size: 54px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}
.gg-page-header p {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}
.gg-gf-form-content {
    padding: 60px 0px;
    max-width: 650px;
    margin: auto;
}
.gg-gf-form-content p {
    color: rgba(var(--primary-green-dark), 1);
    margin-bottom: 20px;
    font-weight: 700;
}
.gg-gf-form-content label {
    color: rgba(var(--primary-green-dark), 1);
}
.gform-field-label--type-sub,
.gg-gf-form-content label {
    color: rgba(var(--primary-green-dark), 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}
legend.gform-field-label {
    display: none!important;
}
.gform-field-label--type-sub {
    margin-bottom: 13px;
}
#gform_17, #gform_16 {
    padding-top: 50px;
}
#gform_17 input, #gform_16 input, #gform_18 input {
    height: 50px;
    border: solid 2px rgba(var(--primary-green-dark), 1);
    padding: 0px 20px;
}
.gfield {
    margin-bottom: 15px;
}
#gform_drag_drop_area_17_11, #gform_drag_drop_area_16_13, #gform_drag_drop_area_18_10 {
    border: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FFFFFFFF' stroke-width='3' stroke-dasharray='16%2c 14' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
span.gform_drop_instructions {
    display: block;
    text-transform: uppercase;
    max-width: 186px;
    margin: auto;
   color:#000000;
}
#gform_browse_button_17_11, #gform_browse_button_16_13, #gform_browse_button_18_10 {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
}
#gform_browse_button_17_11:hover, #gform_browse_button_16_13:hover, #gform_browse_button_18_10:hover {
    cursor: pointer!important;
   font-weight: 700;
}
#field_17_14 strong {
    text-transform: uppercase;
    color: rgb(6, 81, 41);
    font-weight: 700;
}
#field_17_14 a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: rgb(6, 81, 41);
}
#gform_submit_button_17, #gform_submit_button_16, #gform_submit_button_18 {
    background-color: rgba(var(--primary-green-dark), 1);
    color: #fff;
    font-size: 18px;
    padding: 9px 35px !important;
    height: auto !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 40px;
}
#gform_submit_button_17:hover, #gform_submit_button_16:hover, #gform_submit_button_18:hover {
   background: #7bc781;
   color: rgba(var(--primary-green-dark), 1);
}
div#field_17_8 {
    margin-top: 13px;
}
#input_16_1, #input_16_2_2, #input_16_3_6,
#input_18_1, #input_18_3_2, #input_18_4_6, #input_18_29 {
height:50px;
    border: solid 2px rgba(var(--primary-green-dark), 1);
}
#input_18_9 {
   border: solid 2px rgba(var(--primary-green-dark), 1);
}

.gg-gf-form-content p,
.gg-page-header p {
    font-size: 16px;
    line-height: 21px;
}
.search-mobile {
    display: none!important;
}
.gg-pda-item span,
.gg-pda-item span.btn-ms {
    width: 100%!important;
    max-width: 100%!important;
}
body.page-id-3049 .gg-pda-item a {
    width: 100%;
}
li.menu-item-has-children ul li a:after {
    display: none!important;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children ul {
    display: none;
}
.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 65%;
    background-color: #fff;
    width: 130%;
    text-align: left;
    padding-right: 0px;
    transform: translate(-50%, 0px);
}
.menu-item-has-children ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    padding-top: 2px;
}
.menu-item-has-children ul li:last-child {
    margin-bottom: 10px;
}
.menu-item-has-children ul li a {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    font-size: 14px;
    line-height: 27px;
}

/**
 *
 * Story
 *
 * */
body.page-id-3445 {
    background-color: rgba( var(--secundary-green-light), 1);
 }
.gg-story-head {
    background-image: url(/wp-content/uploads/2025/04/story-banner-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    width: 100%;
}
.gg-story-head .gg-container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.gg-story-head .gg-container h1 {
    color: #fff;
    font-size: 69px;
    line-height: 62px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.story-text-head p {
    color: rgba(var(--primary-green-dark), 1);
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
}
.story-text-head {
    width: 100%;
    padding: 70px 165px 0px 165px;
}
.gg-story-text-right {
    position: relative;
}
.gg-story-text-left p,
.gg-story-text-right p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(var(--primary-green-dark), 1);
}
.gg-story-col-text p {
    color: rgba(var(--primary-green-dark), 1);
}
img.gg-story-img-01 {
    position: absolute;
    top: -30px;
    left: 0;
    width: 56%;
}
.gg-story-text-right .gg-content {
    padding: 50px 225px 50px 686px;
    font-weight: 600;
}
.gg-story-text-left {
    position: relative;
    padding: 130px 607px 100px 242px;
}
img.gg-story-img-02 {
    position: absolute;
    top: -34px;
    right: 187px;
    width: 350px;
}
.gg-story-cols {
    padding: 20px 0px 80px 0px;
    margin-top: 20px;
}
.gg-story-cols .gg-content {
    max-width: 900px;
    margin: auto;
}
.gg-story-cols h2 {
    color: #fff;
    font-size: 69px;
    line-height: 69px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.gg-story-col-text p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.gg-story-col-text {
    max-width: 350px;
    text-align: center;
}
.gg-story-cols {
    position: relative;
}
.gg-story-col-img {
    position: absolute;
    top: 0;
    right: 124px;
    width: 50%;
}
.gg-story-col-img img {
    width: 100%;
    max-width: 100%;
}
.story-product-item {
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.story-product-item img {
    width: 75%;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.story-product-item:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 90%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 100%;
    transform: translate(-50%, 0px);
    filter: blur(4px);
    z-index: 1;
}
.story-last-section-content {
    margin: auto;
    max-width: 950px;
}
.story-last-section-content img {
    width: 100%;
    max-width: 100%;
}
.story-last-section {
    background-color: rgba(var(--primary-green-dark), 1);
    padding: 80px 0px 80px;
}
.story-last-section-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   text-align:center;
    align-content: center;
    margin-bottom: 50px;
}
.story-last-section h2 {
    color: #7bc781;
    font-size: 58px;
    line-height: 58px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
    max-width: 600px;
    margin-right: 20px;
   text-align: center;
}
.story-last-section p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    max-width: 349px;
}
.gg-story-tg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: stretch;
}
.gg-story-tg-left {
    width: 55%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 0%;
}
.gg-story-tg-right {
    width: 45%;
    height: auto;
    padding: 50px 50px 350px 50px;
    position: relative;
}
.gg-story-tg-right h2 {
    color: #fff;
    font-size: 58px;
    line-height: 58px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
    margin-right: 20px;
}
.gg-story-tg-right p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
img.thimage {
    position: absolute;
    bottom: -78px;
    left: -298px;
    width: 750px;
    z-index: 9;
}
.gg-story-giant-bg-text h3 {
    color: #fff;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
}
.gg-story-giant-bg h2 {
    color: #fff;
    font-size: 58px;
    line-height: 58px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
    margin-right: 20px;
}
.gg-story-giant-bg p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.gg-story-giant-bg {
    background-color: #00954c;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: center;
    padding: 50px 0px 50px 0px;
}
.gg-story-giant-bg-text {
    width: 340px;
    margin-right: 250px;
}
.gg-story-giant-cta {
    width: 100%;
    height: auto;
    position: relative;
}
.gg-story-giant-cta-text {
    padding: 30px 0px 30px;
    background-color: rgba(var(--secundary-green-light), 1);
}
.gg-story-giant-cta-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    width: 91%;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    margin-top: 15px;
}
.gg-story-giant-cta-text-content {
    width: 368px;
    margin-right: 104px;
}
.gg-story-giant-cta-text-content p {
    color: rgba(var(--primary-green-dark), 1);
}
img.gg-story-cta-img {
    position: absolute;
    bottom: 37px;
    left: 13%;
    width: 250px;
    z-index: 99;
}
.gg-story-giant {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 103% 0%;
}

/**
 *
 * Category Theme Custom
 *
 * */
.cat-loop-head-img img {
    width: 100%;
}
body.tax-product_cat {
    background-color: rgba( var(--secundary-green-light), 1);
}
.cat-loop-head {
    padding: 50px 0px;
}
.cat-loop-head h2 {
    color: rgba(var(--primary-green-dark), 1);
    font-size: 58px;
    line-height: 62px;
    font-family: hwt-artz, sans-serif;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
    margin-right: 20px;
}
.cat-loop-head p {
    color: rgba(var(--primary-green-dark), 1);
    font-size: 14px;
    line-height: 17px;
    max-width: 470px;
    font-weight: 600;
}
.cat-loop-style .gg-container {
    max-width: 794px;
    padding: 0px 0px;
    overflow: hidden;
}
.cat-loop-style.cat-loop-style-2 .gg-container {
    max-width: 944px;
    padding: 0px 75px;
}
.cat-loop-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    gap: 50px;
   align-items: baseline;
}
body.term-veggie-swap-ins .cat-loop-grid {
   justify-content: center;
}
.cat-loop-item {
    width: calc(33% - 33px);
    margin-bottom: 50px;
    text-align: center;
}
.cat-loop-item a {
    display: block;
    text-decoration: none;
}
.cat-loop-item a h4 {
    color: rgba(var(--primary-green-dark), 1);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
}
.cat-loop-item span {
    display: inline-block;
    margin: auto;
    background-color: rgba(var(--primary-green-dark), 1);
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 5px;
}
.cat-loop-style-2 {
    margin-top: 50px;
}
.cat-loop-style-2 .gg-container {
    background-color: rgba(var(--primary-green-dark), 1);
}
.cat-loop-style-2 .cat-loop-head p,
.cat-loop-style-2 .cat-loop-head h2 {
    color: #fff;
}
.cat-loop-style-2 .cat-loop-item a h4 {
    color: rgba( var(--secundary-green-light), 1);
}
.cat-loop-style-2 .cat-loop-item span {
    background-color: rgba( var(--secundary-green-light), 1);
    color: rgba(var(--primary-green-dark), 1);
}
.cat-loop-style-2 .cat-loop-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.cat-loop-style-2 .cat-loop-head-img {
    width: 380px;
    margin-top: -130px;
    margin-left: -110px;
    margin-right: 35px;
}
.cat-loop-style-1 .cat-loop-head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.cat-loop-style-1 .cat-loop-head-img {
    width: 350px;
}
.loop-items-2 {
    justify-content: space-evenly;
}
.loop-last-content {
    margin-bottom: 80px;
}
.gg-recipe-single-section p,
.gg-recipe-single-section-text p {
    margin-bottom: 15px;
}

/**
 *
 * Banner Pilot
 *
 * */
.be-ix-link-block {
    background-color: rgba(var(--primary-green-dark), 1);
    padding: 25px 0px;
}
.be-ix-link-block .be-ix-link-block {
    background-color: rgba(var(--primary-green-dark), 1);
    padding: 0px 0px;
}
.be-ix-link-block .be-related-link-container {
    background-color: transparent;
    padding: 0px 0px;
}
.be-related-link-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item {
    border-right: 2px solid rgba(139, 203, 143, 1)!important;
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item:last-child {
    border-right: 0px solid rgba(139, 203, 143, 1)!important;
}
.be-related-link-container .be-label {
    color: #fff;
    text-transform: uppercase;
    font-family: hwt-artz, sans-serif !important;
    font-size: 50px !important;
    line-height: 60px;
    width: auto;
    text-align: left;
}
.be-list-item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-family: Myriad-Pro, sans-serif;
}
.be-related-link-container {
    max-width: 990px;
    margin: auto;
}
body.elementor-editor-active .gg-header {
    position: relative;
}
.white-background .gg-pda-items {
    background-color: #fff!important;
}
.gform_button:hover {
    cursor: pointer;
}
.be-ix-link-block .be-related-link-container .be-list {
    width: auto!important;
}
.gg-pda-col-item {
    margin-bottom: 100px;
}
.gg-story-giant-cta.mobile,
.story-mobile-img,
.story-last-section-mobile,
.gg-story-tg-mobile,
.mobile-img {
    display: none!important;
}
img.gg-floating-rounder-logo {
    position: absolute;
    width: 12vw !important;
    height: auto !important;
    top: 60%;
    left: 7vw;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    img.gg-floating-rounder-logo {
        display: none!important;
    }
}
.gg-similar-section .gg-cat-item {
    width: calc(33% - 80px);
}
.gg-similar-section .gg-cat-item img {
    width: 100%;
    max-width: 100%;
    height: 170px;
    object-fit: contain;
}
.gg-full-img-story {
    padding: 90px 0px 80px 0px;
}
.gg-full-img-story img {
    max-width: 950px;
}
.gg-gf-form-content h2,
.gg-gf-form-content h3,
.gg-gf-form-content strong,
.gg-gf-form-content a {
    color: rgba(var(--primary-green-dark), 1);
    font-weight: 900;
}
.gg-story-tg-content h2 {
    max-width: 200px;
}
.cat-loop-grid[total="5"] {
    justify-content: space-evenly;
}
.cat-loop-grid[total="2"] {
    justify-content: space-around;
}
.gg-story-text-right {
    position: relative;
}
.gg-story-text-right:before {
    content: '';
    background-image: url(../img/kernels-min.png);
}
.gg-story-text-right:before {
    content: '';
    background-image: url(../img/kernels-min.png);
    position: absolute;
    top: 21%;
    right: 6%;
    width: 300px;
    height: 250px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
body.term-veggie-swap-ins .cat-loop-style-2.loop-last-content .cat-loop-head-img {
    margin-left: -250px;
}

.gg-404-content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 100px 0px;
}
.gg-404-content h1 {
    font-size: 250px;
    line-height: 200px;
    text-transform: uppercase;
    font-family: hwt-artz, sans-serif;
    color: #d8d8d8;
}
.gg-404-content h2 {
    color: #808080;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}
.gg-404-content p {
    font-size: 17px;
    line-height: 21px;
    margin-top: 5px;
}
.gg-404-content div {
    margin-top: 15px;
}
.gg-404-content div a {
    background-color: #4c4c4c;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
}

.gg-product-head-txt-col-3 {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
.gg-product-head-txt-col-3 a {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: 700;
    margin-right: 20px;
    transition: .5s;
}
.gg-product-head-txt-col-3 a:hover {
    background-color: #fff;
    color: rgba(var(--primary-green-dark), 1);
}
.gg-product-head-txt-col-3 a:last-child {
    margin-right: 0px;
}

.gg-product-header-content {
    margin-top: 80px;
}
.gg-modal-information-overlay,
.gg-modal-information {
    display: none;
}
.gg-modal-information-overlay.active,
.gg-modal-information.active {
    display: block;
}
.gg-modal-information-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
}
.gg-modal-information {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.gg-modal-information img {

}
.gg-modal-information-close {
    text-align: right;
}
.gg-modal-information-close a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 5px;
}
.gg-modal-information-img {
    background-color: #00a955;
    padding: 10px;
}
.gg-modal-information-img img {
   max-height: 85vh;
}
.gg-slide-bg-mobile {
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 485px !important;
    object-fit: cover;
}
@media screen and (max-width: 500px) {
    img.gg-slide-bg {
        display: none!important;
    }
    img.gg-slide-bg-mobile {
        display: block !important;
    }
}

.autopilot-section {
    background-color: rgba(var(--primary-green-dark), 1);
}
.autopilot-section-content {
    width: 90%;
    max-width: 950px;
    margin: auto;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.autopilot-section-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: hwt-artz, sans-serif !important;
    font-size: 50px !important;
    line-height: 60px;
    width: auto;
    text-align: left;
    letter-spacing: .5px;
    margin-bottom: 15px;
    width: 320px;
}
.autopilot-section-content ul {
    width: calc(100% - 320px);
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.autopilot-section-content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-family: Myriad-Pro, sans-serif;
    text-decoration: none;
}
.autopilot-section-content ul li {
    display: inline-flex;
    vertical-align: middle;
    margin: auto;
    padding: 5px 0px;
    margin-bottom: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.autopilot-section-content ul li:last-child {
    margin-bottom: 0px;
}
.autopilot-section-content ul li {
    border-right: solid 2px rgba(var(--secundary-green-light), 1);
    padding-right: 20px;
    padding-left: 20px;
}
.autopilot-section-content ul li:last-child {
    border-right: solid 0px rgba( var(--secundary-green-light), 1);
}
.cat-loop-head-text {
    width: calc(100% - 350px);
}
.cat-loop-head-text h2 span.rt-symbol,
.gg-cat-header-content h1 span.rt-symbol,
.gg-product-head-txt-col h1 span.rt-symbol {
    font-size: 32px;
    line-height: 36px;
    vertical-align: top;
}
