/*
Theme Name: gardivo.shop
Author: Szilasy Imola
Author URI: https://designzone.hu/
Description: Basic Theme by Emese Pocsik
Tags: one-column, custom-colors, custom-menu
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fubolfabol-2023

*/

.wp-caption {
    font-size: smaller;
}

.wp-caption-text {
    font-size: smaller;
}

.gallery-caption {
    font-size: smaller;
}

.alignright,
.align-right {
    text-align: right;
}

.alignleft,
.align-left {
    text-align: left;
}

.aligncenter,
.align-center {
    text-align: center;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
    margin: 2rem !important;
}

.payment_method_barion a {
    display: inline-block;
}

/* === RESET === */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code,
pre,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

iframe {
    display: block;
    max-width: 100%;
}

header {
    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) !important;
    position: relative;
    z-index: 2;
}

header li,
#main-menu li {
    list-style-type: none;
}

a {
    transition: all 0.2s ease-in-out;
}

p + .my_masonry {
    margin-top: 4rem;
}

/* === STYLE === */

:root {
    --main-color: #84b04e;
    --green-color: #2f4b26;
    --white-color: #fcfcfc;
    --medium-font: clamp(1.2rem, 0.979rem + 0.486vw, 1.3rem);
    --title-font: "Nunito", sans-serif;
}

.ease {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: var(--white-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    color: #333;
    font-family: "Oxygen", sans-serif;
}

main {
    max-width: 1920px;
    margin: 0 auto;
}

ul,
ol {
    padding: 0;
}

ul ul,
ul ul ul,
ol ol,
ol ol ol {
    margin: 0.5rem 0;
}

ol ol,
ol ol ol {
    padding-left: 1rem;
}

ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

ul li::marker {
    color: var(--main-color);
}

ol {
    list-style: none;
    counter-reset: my-counter;
}

ol li {
    counter-increment: my-counter;
    margin-bottom: 0.5rem;
}

ol li::before {
    content: counter(my-counter) ".";
    background: var(--main-color);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5rem;
    color: white;
    text-align: center;
    margin-right: 0.5rem;
}

p {
    line-height: 1.5;
    margin: 0 0 1rem;
}

a {
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1,
#hero h2 {
    font-size: clamp(1.7rem, 1rem + 2vw, 3.7rem);
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

h2,
#featured-products h1 {
    font-size: clamp(1.5rem, 0.9rem + 1.1vw, 1.8rem);
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 3rem;
}

h2 + div,
h2 + p,
h2 + ul,
h2 + ol,
div + h2,
p + div,
h1 + div {
    margin-top: 2rem !important;
}

h1,
#hero h2,
h2,
#featured-products > h1,
h3 {
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 1.2;
    color: var(--green-color);
}

.home section h2 {
    text-transform: uppercase;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit;
}

h1 + h2 {
    margin-top: 3rem;
}

h3 {
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

h1 + p,
#hero h2 + p {
    font-size: clamp(1.3rem, 0.958rem + 0.139vw, 1.125rem);
    margin-bottom: 2rem;
}

p + h2,
ul + h2,
.privacy-policy h2,
.page-id-712 h2 {
    margin: 2rem 0;
}

blockquote {
    background: #eee;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    border-left: solid 5px var(--main-color);
}

hr {
    border: none !important;
    height: 3px;
    background: #eee;
}

table {
    border-spacing: 0;
    border: solid 1px #ddd;
}

td,
th {
    padding: 0.5rem 1rem;
    border: solid 1px #ddd;
}

th {
    background: #f3f7f5;
    text-align: left;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 6;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 4px 12px 0px rgb(149 157 165 / 21%) !important;
}

.sticky #logo img {
    max-width: 3rem !important;
}

.sticky .info-line,
.sticky #logo a,
.sticky #main-menu nav {
    padding: 0.25rem 0 !important;
}

.sticky #logo a {
    margin: 0;
}

.sticky + main {
    padding-top: 10rem !important;
}

body:not(.home) main {
    padding: 3rem 0;
}

.post-meta {
    margin: 1rem 0 !important;
}

.post-meta ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    font-size: smaller;
}

.post-meta ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.post-tags a,
.tagcloud a {
    display: block;
    float: left;
    padding: 0.15rem 0.25rem;
    border: solid 2px transparent;
    font-size: small !important;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
}

.post-tags a:hover,
.tagcloud a:hover {
    background: #000;
}

.comments-area {
    border-top: 1px solid #e1e1e1;
    margin-top: 3rem !important;
    padding-top: 2rem;
}

footer {
    background: url(img/footerbg_.jpg) no-repeat bottom center;
    background-size: cover;
    font-size: smaller;

    position: relative;
    z-index: 0;
}

footer .barion-info {
    font-size: smaller !important;
}
footer figure {
    margin-left: 0 !important;
}

#copyright a {
    color: white;
    text-decoration: underline;
}

footer h3 {
    font-weight: 600;
    margin-top: 0;
}

footer .phone_fill,
footer .mail_fill {
    padding-left: 2rem;
    position: relative;
}

footer .phone_fill:before,
footer .mail_fill:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

footer .phone_fill:before {
    background-image: url(img/Phone_fill.svg);
}

footer .mail_fill:before {
    background-image: url(img/mail_fill.svg);
}

footer .wp-block-social-links {
    margin-top: 1rem;
}

footer .newsletter {
    padding: 1rem;
    background: white;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15) !important;
    border-radius: 12.5px;
    margin-bottom: 2rem;
}

#menu-footer-menu li {
    padding-right: 1rem;
    margin-bottom: 0;
}

.wp-social-link {
    padding: 0 !important;
}

#copyright {
    padding: 0.25rem 0;

    font-size: smaller;
    background: #2f4b26;
    color: white;
}

#copyright > div {
    flex-wrap: nowrap;
}

#copyright > div > div:last-of-type {
    text-align: right;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.pagination {
    clear: both;
    text-align: center;
    margin-top: 2rem;
}

.nav-links .current {
    color: var(--main-color);
    font-weight: bold;
}

.nav-links {
    display: inline-block;
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.nav-links a,
.nav-links span {
    display: block;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: inherit;
    border-left: solid 1px #ddd;
}

.nav-links a:hover {
    background: #eee;
}

#searchform {
    position: relative;
    width: 100%;
}

#searchform input[type="text"] {
    width: 100%;
    margin: 0;
}

#searchform button {
    border: none;
    height: 100%;
    width: 30px;
    position: absolute;
    right: 10px;
    background: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    padding-right: 0 !important;
}

#searchform button:after {
    display: none;
}

#searchform svg {
    border: none;
    height: 60%;
    width: 30px;
}

#gotop {
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
    background: var(--main-color);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
}

#gotop svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

#gotop svg path {
    fill: #fff;
}

/*Felso info sav*/
.info-line {
    text-align: center;
    padding: 0.5rem 0 !important;
    background: url(img/greenline.jpg) no-repeat center;
    background-size: cover;
    color: white;
    font-size: clamp(0.75rem, 0.708rem + 0.139vw, 0.875rem);
    display: flex;
    justify-content: center;
    width: 100% !important;
    transition: all 0.2s ease-in-out;
}

.info-line .item > div {
    padding: 0 1rem !important;
    box-shadow: none !important;
    font-weight: bold;
}

.info-line a {
    color: white !important;
    text-decoration: underline;
}

.info-line p {
    margin: 0 !important;
}

#logo {
    flex-grow: 2;
}

#logo a {
    display: inline-block;
    margin: 0.8rem 0;
}

#logo img {
    max-width: 3.5rem;
    height: auto;
    transition: all 0.2s ease-in-out;
}

#about .leaf {
    margin: 1.5rem 1.5rem 2rem;
}

#about .leaf li {
    margin-top: 1rem;
}

#about .leaf li:first-of-type {
    margin-top: 0rem;
}

#about figure {
    aspect-ratio: 1/1.5;
    border-radius: 500px;
    overflow: hidden;
}

#about img {
    height: 100%;
    object-fit: cover;
}

/*Service menu*/
#service-menu,
#top-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.masked span {
    opacity: 0;
}

#service-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#service-menu li {
    margin-bottom: 0;
}

#service-menu li svg,
#service-menu li span {
    display: inline-block;
    line-height: 1.2;
}

#service-menu li span {
    font-family: "Oxygen", sans-serif;
    font-weight: 300;
    font-size: clamp(0.625rem, 0.583rem + 0.139vw, 0.75rem);
}

#service-menu li span b {
    display: block;
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: uppercase;
    font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem);
}

#service-menu li svg {
    height: 1.6rem;
    width: auto;
    padding-right: 0.5rem;
    margin-left: 0.75rem;
}

#service-menu li a {
    color: var(--green-color);
}

#service-menu li a:hover {
    color: var(--main-color);
}

.contents-count {
    font-weight: 400 !important;
}

.woocommerce-product-search {
    position: relative;
    margin-right: 2rem;
}

.woocommerce-product-search input {
    margin: 0 !important;
}

.woocommerce-product-search input::placeholder,
textarea::placeholder,
#coupon_code::placeholder {
    font-style: normal !important;
    font-weight: 300 !important;

    font-family: var(--title-font);
}

.shipping_address h3 {
    padding-left: 0 !important;
}

.woocommerce-product-search button {
    background: transparent !important;
    position: absolute;
    right: 0;
    margin: 0;
    height: 2.5rem;
    box-shadow: none !important;
    padding: 0.25rem 1rem !important;
}

.woocommerce-product-search button span {
    width: 0;
    display: none;
}

.woocommerce-product-search button:hover {
    background: transparent;
}

.add_to_cart_button {
    white-space: nowrap;
}

.add_to_cart_button svg {
    padding-right: 0.25rem;
    margin-bottom: -0.2rem;
}

.product-type-variable .add_to_cart_button svg,
.item.outofstock a svg {
    display: none;
}

.add_to_cart_button:after,
.woocommerce-product-search button:after {
    display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 1.2rem !important;
}

/*HERO SECTION*/

#hero {
    position: relative;
}

#hero img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#hero,
#hero h2 {
    color: var(--white-color);
}

#hero .overflow {
    padding-top: 0;
    overflow: visible;
}

#hero .nav {
    position: absolute;
    bottom: 2rem;
}

#hero .nav div {
    background: rgb(255 255 255 / 40%);
}

#hero div {
    box-shadow: none !important;
}

#hero div.my_carousel .item-list .item > div {
    box-shadow: none !important;
}

#hero .item {
    width: 100%;
    overflow: hidden;
}

#hero .item:before {
    content: "";
    width: 70%;
    height: 100%;
    background: linear-gradient(89deg, rgb(22 33 22 / 60%) 60%, rgba(51, 51, 51, 0) 99.01%);
    position: absolute;
    left: 0;
}

#hero .item .hero-text {
    display: none;
}

#hero .item.active .hero-text {
    display: block !important;
}

.hero-text {
    padding: 12vw 0 6rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.hero-text p {
    font-size: larger;
}

.button-box {
    display: flex;
}

.button-box {
    display: flex;
}

section:not(.woocommerce-customer-details) {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.woocommerce-customer-details h2 {
    margin: 2rem 0;
}

section:first-of-type {
    padding: 0;
}

.decor.content-box > .woocommerce-notices-wrapper {
    margin-top: 2rem;
}

.decor.right.content-box {
    position: relative;
}

.decor:after {
    content: "";
    width: 50%;
    height: 22rem;
    background: url(img/decor.png) no-repeat center center;
    background-size: contain;
    position: absolute;
}

.decor.right:after {
    right: -20%;
    top: 20%;
    z-index: -1;
}

.decor.left:after {
    top: 0;
    transform: scaleX(-1);
    left: -20%;
    z-index: -1;
}

.decor.large:after {
    height: 35rem;
}

.decor.right.content-box:after {
    top: -10%;
    right: -25%;
}

/*Categories SECTION*/

#about,
#services,
.info-box {
    background: url(img/natural-bg.jpeg) no-repeat top right;
    background-size: cover;
}

.has-text-align-center {
    text-align: center !important;
}

#categories {
    text-align: center;
}

#categories a {
    color: inherit;
}

#categories h2,
#featured-products > h1 {
    margin-bottom: 3rem;
}

#categories h3 {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    font-size: var(--medium-font);
    font-weight: 600;
}

.cat-box p,
.cat-box h3 {
    transition: all 0.3s ease-in-out;

    padding-bottom: 0 !important;
}

.cat-box p {
    margin-bottom: 0 !important;
}

.cat-box:hover p,
.cat-box:hover h3 {
    color: var(--main-color) !important;
}

.masked,
.masked_img figure {
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-mask-image: url(img/mask.png);
    mask-image: url(img/mask.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.masked_img figure img {
    object-fit: cover !important;
    height: 100% !important;
    aspect-ratio: 1/1;
}

#categories .cat-box a:first-of-type {
    padding: 1rem;
    transition: all 0.2s ease-in-out;
}

#categories .cat-box a:nth-of-type(2) {
    padding: 0 1rem 1rem;
}

#categories .cat-box:hover a:first-of-type {
    padding: 0 !important;
}

#categories .cat-box {
    padding: 1rem;
}

#categories .cat-box > a:first-of-type {
    position: relative;
    display: block;
}

.leaf {
    display: inline-block;
}

.leaf > li {
    position: relative;
    padding: 0 0 0 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-align: left;
    margin-left: 0;
}

.page-id-2454 .leaf > li {
    margin-bottom: 1rem !important;
    padding: 0 0 0 2rem !important;
}

.page-id-2454 .leaf > li:before {
    width: 1.5rem !important;
    height: 1.5rem !important;
    top: -0.2rem !important;
}

.leaf > li strong {
    font-family: var(--title-font);
}

.leaf li::marker,
.wc-block-components-product-details li::marker,
#service-menu li::marker {
    color: transparent;
}

.leaf > li:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    top: 0.3rem;
    left: 0;
    background: #fcfcfc url(img/leaf.png) no-repeat center center;
    background-size: cover;
    position: absolute;
}

.link.leaf > li:before {
    background: url(img/leaf_maingreen.svg) no-repeat center center;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    top: 0.1rem !important;
}

.link.leaf > li {
    padding-left: 1.5rem;
}

.leaf > li:before {
    width: 2.5rem;
    height: 2.5rem;
    top: -0.5rem;
    background-size: 60% auto;
    border-radius: 50%;
}

.circle {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background: white;
    border-radius: 50%;
    position: absolute;
    bottom: -0.5rem;

    transform: translateX(-50%);
    left: 50%;
}

.circle:before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    background: url(img/arrow.svg) no-repeat center center;
    background-size: auto auto;
    transition: all 0.2s ease-in-out;
}

.cat-box:hover .circle:before {
    width: 2.5rem;
    height: 2.5rem;
    left: 0.25rem;
    top: 0.25rem;
}

.cat-box .link.leaf li a {
    color: initial;
}

.cat-box .link.leaf li a:hover {
    color: var(--main-color);
}

/*carousel*/

main .overflow {
    padding: 2rem 0rem;
}

div.my_carousel .item-list {
    align-items: stretch !important;
}

div.my_carousel .nav {
    position: relative;
}

.item.product > div,
.card {
    border-radius: 10px !important;
    background: white !important;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15) !important;
    padding: 0 !important;
    text-align: center;
    position: relative;
    height: 100%;
}

.card {
    text-align: left;
    padding: 1.5rem !important;
}

.card.outline {
    box-shadow: none !important;
    border: 1px solid #e1e1e1;
}

.card figure {
    margin-left: 0 !important;
    margin-top: 0;
}

.card ul {
    margin-top: 0 !important;
}

.card h2 {
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
}
.card .icon img {
    background: #84b04e69 !important;
    border-radius: 50%;
}

.card h3 {
    margin-bottom: 0 !important;
}

.item.product h2 {
    margin-bottom: 0 !important;
    width: 100%;
    text-transform: uppercase;
    min-height: 2.5rem;
}

.item.product h2,
.item.product .price {
    font-size: clamp(1rem, 0.917rem + 0.278vw, 1.2rem) !important;
    color: #2f4b26 !important;
    text-align: left;
    margin-top: 1rem !important;
}

.product-item-img {
    position: relative;
    padding-top: 0.01rem;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 600 !important;
    display: block !important;
}

.woocommerce a.added_to_cart {
    padding-left: 0.5rem !important;
}

.product .woocommerce-product-rating {
    display: flex !important;
    margin-bottom: 0 !important;
    align-items: center;
    font-size: smaller;
}

.product .woocommerce-review-count {
    padding-left: 0.5rem;
}

.product .flex {
    display: flex;
    margin: 1rem 0 0;
    height: auto;
    align-items: center;
}

.product .flex .weight {
    padding: 0 0 0 1.5rem;
    width: auto;
    white-space: nowrap;
    color: #2f4b26 !important;
    position: relative;
}

.item.product {
    position: relative;
}

.item.product .cart-box {
    padding: 1rem 1.5rem;
}

.item.product .cart-box .flex {
    align-items: center;
    gap: 0.5rem !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart-box form {
    margin-bottom: 0 !important;
}

.price {
    font-weight: 600 !important;
    display: block;
    font-family: var(--title-font);
}

.product-item-img > img {
    width: 100% !important;
    margin: 0 auto !important;
}

.item.product .star-rating {
    float: none !important;
    margin-top: -1rem;
}

.star-rating {
    margin: 0 !important;
}

.star-rating span:before {
    color: #7fa58b;
    z-index: 1;
}

.stars a:hover {
    color: #7fa58b !important;
}

#lead {
    background: url(img/tea-composition.jpeg) no-repeat top left 30%;
    background-size: cover;
    position: relative;
}

#lead:before,
#about:before,
#services:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;

    position: absolute;
    top: 0;
    left: 0;
}

#lead:before {
    background: linear-gradient(90deg, rgba(247, 247, 245, 0) 10.47%, #fff 60.95%);
}

.lead-box {
    width: 70%;
    margin-left: auto;
    z-index: 1;
    position: relative;
}

.lead-box > ul {
    display: flex;
    flex-wrap: wrap;
}

.lead-box > div {
    width: 70%;
}

.lead-box > ul > li {
    width: 48%;
}

.lead-box li {
    margin-left: 0;
    list-style-type: none;
    line-height: 1.5;
}

.lead-box strong {
    font-size: var(--medium-font);
    list-style-type: none;
    font-weight: 600;
}

/* Általános stílusok */

#products-box .my_carousel {
    height: 100%;
    margin-bottom: 2rem;
}

/* WooCommerce stílusok */

.woocommerce span.onsale {
    background: url(img/action.png) no-repeat center center;
    background-size: contain;
    background-color: transparent !important;
    padding: 1rem !important;
    top: 0 !important;
    left: 2rem !important;
    font-family: inherit !important;
}

.hero-text h2 {
    position: relative;
}
.akcios-label {
    background: url(img/action.png) no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent !important;
    padding: 0.75rem 1.5rem !important;
    display: inline-block;
    font-size: 0.8rem !important;
    font-weight: bold;
    position: absolute;
    top: -2.5rem;
    z-index: -1;
    left: -1rem;
    transform: rotate(-5deg);
}

.woocommerce-product-gallery__wrapper img {
    width: auto !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: initial !important;
    font-size: 1.2rem !important;
    margin-top: 0 !important;
}

.wc_payment_methods li {
    list-style-type: none !important;
}

/*TESTIMONIAL SECTION*/

#testimonials {
    background: url(img/testimo-bg2.jpg) no-repeat center center;
    background-size: cover;
}

.testimo {
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.15) !important;
    border-radius: 25px;
    position: relative;
}

.testimo a {
    height: 100%;
    display: block;

    z-index: 1;
}

.testimo-description {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12.5px;
}

.testimo-description:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url(img/icons/quote.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.testimo-description {
    color: var(--green-color);
    box-shadow: none !important;
    padding: 1rem;
}

.testimo-description .flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 1rem;
}

.testimo-description h3 {
    font-size: 1rem;
    font-weight: bolder;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.testimo a:hover h3 {
    color: var(--main-color);
}

.testimo-description .flex h3 {
    font-size: var(--medium-font);
    font-weight: bold;
    margin-bottom: 0 !important;
}

.testimo h4 {
    font-style: normal !important;
    color: var(--main-color);
    font-weight: 400;
    margin: 1rem 0 0;
}

.testimo h3 + span,
.testimo h4 + span {
    display: block;
    color: var(--green-color);
    font-size: small;
    font-weight: 300;
    font-family: "Oxygen", sans-serif;
    line-height: 1.5;
}

.testimo h3 + span {
    padding-top: 0.2rem;
    opacity: 0.6;
}

.testimo-description p {
    padding: 0 1rem;
    margin-bottom: 0;
    color: initial !important;
    font-weight: 300;
    font-size: 1rem !important;
}

.review-info {
    display: flex;
    justify-content: flex-start;
    padding: 0.2rem 0.5rem 1rem;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e1e1e1;
}

.review-info img {
    height: 4rem !important;
    width: auto !important;
    border-radius: 50%;
}

/*services*/
#services p {
    font-weight: 300;
}

.services-box {
    margin-top: 4rem;
}

.services-box h3 {
    font-weight: 600;
}

.single-szolgaltatasok .post-thumbnail,
.page-template-page-fejleces .post-thumbnail {
    background-size: cover;
    background-position: center;
    height: 20rem;
}

.cimkek {
    margin-top: 3rem !important;
    padding-bottom: 2rem !important;
    border-bottom: 1px solid #e1e1e1;
}

.cimkek a {
    background: #f3f7f5;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    border-radius: 25px;
}

.workshop_info h2 {
    margin-bottom: 0 !important;
}
.workshop_info li {
    margin-bottom: 1rem !important;
}

/*EVENTS*/
.event-status {
    background: url(img/green-action.png) no-repeat center center;
    background-size: 100% 100%;
    color: white;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.8rem 1rem;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-5deg);
    font-size: smaller;
    text-transform: uppercase;
}

.event-status.pass {
    filter: grayscale(100%);
}

/*BLOG*/
.archive article {
    background: white;
    border-radius: 10px;
    position: relative;
}

.archive article img {
    height: 15rem;
    object-fit: cover;
}

.archive article .post-content {
    padding: 0.5rem 1.5rem 6rem;
}

.article-info {
    list-style-type: none !important;
    border-top: 1px solid #e1e1e1;
    margin-top: 1.5rem;
    display: flex;
}

.archive .post-tags {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    right: 1.5rem;
}

.article-info ul li {
    list-style-type: none !important;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.article-info ul li a {
    color: inherit;
}

.article-info ul li a:hover,
.article-info ul li:hover {
    color: var(--main-color);
}

article h2 {
    transition: all 0.2s ease-in-out;
}

article:hover h2 {
    color: var(--main-color);
}

#blog article {
    margin-bottom: 4rem;
    width: 100%;
    font-weight: 300;
}

#blog article:last-of-type {
    margin-bottom: 2rem;
}

#blog {
    padding-bottom: 3rem;
    background: white;
}

#blog .item > div {
    box-shadow: none !important;
}

.blog-img {
    position: relative;
}

.article-info > div {
    list-style-type: none !important;
    display: flex;
}

.article-date {
    font-size: smaller;
}

aside .widget li {
    list-style-type: none;
}

aside img,
article img {
    width: 100% !important;
    border-radius: 10px;
}

article h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 4rem;
    margin-left: 0;
}

.wp-block-latest-posts__featured-image + a {
    font-size: 1.2rem;
    padding: 1rem 0 0.5rem;
    font-weight: 500;
    display: block;
}

.post-content a {
    color: #333;
}

.post-thumbnail {
    margin-bottom: 3rem;
}

.post-thumbnail img {
    border-radius: 10px;
}

.event {
    padding-top: 1.5rem;
}

.location,
.calendar {
    padding-left: 2rem;
    position: relative;
}

.location b,
.calendar b {
    padding-right: 0.5rem;
}

.location:before,
.calendar:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.location:before {
    background-image: url(img/location.svg);
}

.calendar:before {
    background-image: url(img/date.svg);
}

.single-post main .wp-block-image {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.single-post h2 {
    margin: 3rem 0 2rem !important;
}

.single-post li {
    margin-bottom: 1rem;
}

.single-post img {
    border-radius: 10px;
}

/* WOOF */

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff;
}

.woof_list_label .woof_label_term {
    border-radius: 5px;
}

.woof_container_inner {
    background: white !important;
    border-radius: 10px;
}

.woof_container_inner h4 {
    margin-top: 0 !important;
}

.woof_sid_auto_shortcode,
.woof_found_count {
    display: none !important;
}

.woof_container .woof_container_inner input[type="search"] {
    min-width: 100% !important;
}

.woof_submit_search_form_container {
    margin-bottom: 0 !important;
}

.woof_container {
    border-bottom: 1px solid #ddd;
}

.woof_container input {
    padding: 0 0.75rem !important;
}

.woof_container input::placeholder {
    font-style: normal !important;
    font-size: 1rem !important;
}

.woof_text_search_container,
.force-opaque::placeholder {
    border: none;
    opacity: 1;
}

.woof_show_mobile_filter {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.woof_show_filter_for_mobile .woof_redraw_zone > div {
    width: 100%;
}

.widget .woof_redraw_zone ul li,
.widget .woof_redraw_zone ul li a {
    padding: 0.25rem 0 !important;
}

.woof_show_mobile_filter span {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.woof_list_label .woof_label_term,
.woof_label_count {
    background-color: #f3f7f5 !important;
    border: 2px solid #fff !important;
}

.woof_label_count,
.woof_checkbox_label:hover {
    color: var(--main-color) !important;
}

.woof_redraw_zone {
    padding: 1rem;
    background: white;
}

.woof_submit_search_form_container {
    justify-content: flex-end !important;
}

.disabled+label{
    opacity: 0.5
}

.woocommerce-info {
    border-top-color: var(--main-color) !important;
}

.woocommerce-no-products-found .woocommerce-info {
    border-top-color: transparent !important;
    padding: 1rem !important;
}

.woocommerce-no-products-found .woocommerce-info:before {
    display: none !important;
}

.woocommerce .col-1,
.woocommerce .col-2 {
    width: 100% !important;
    float: none !important;
}

/* === RESPONSIVE TYPO === */

@media screen and (min-width: 480px) and (max-width: 768px) {
    .cat-box .masked {
        width: 100%;
    }

    #products-box .cat-box img {
        aspect-ratio: 1/1;
    }

    .masked {
        width: 60%;
    }

    .event-status {
        right: 6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    footer .col-1-4 {
        width: 48% !important;
    }
}

@media screen and (min-width: 1280px) {
    #hero .item {
        height: 40vw !important;
    }

    .hero-text {
        min-height: 50rem;
    }
}

/*
 * 
 * 
 * .woocommerce-checkout main h3 {

    padding: 1rem;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.5rem !important
}
 * */

.wp-block-woocommerce-cart-cross-sells-block > div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsl(0deg 0% 7% / 3%);
    padding: 1rem;
    border-radius: 10px;
    background: #f3f7f5;
}

.cross-sells-product,
.wc-block-grid__product {
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15) !important;
    padding: 1rem !important;
    border-radius: 10px;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
}

.wc-block-grid__products {
    gap: 1rem;
}

.wc-block-components-state-input {
    display: none !important;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 23% !important;
}
.wc-block-cart-item__remove-link {
    color: #d04b00 !important;
}

#ship-to-different-address {
    background: transparent !important;
    padding: 0 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    margin: 0 !important;
    text-transform: none !important;
    float: none !important;
}

.woocommerce-cart-form {
    margin-bottom: 2rem !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: white !important;
    margin-bottom: 0 !important;
}

.woocommerce-form-coupon-toggle {
    margin: 0 1rem;
    border-top: 1px dotted #f6f5f8;
}

.cart_item {
    background: white;
}

.woocommerce-checkout .woocommerce-message {
    border-top-color: transparent !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    background: url(img/icons/coupon.png) no-repeat center center;
    background-size: contain;
    color: transparent !important;
    height: 1.2rem;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-account-fields {
    padding: 1rem;
    background: white;
    border-radius: 0 0 10px 10px;
}

.woocommerce-account-fields {
    margin: 2rem 0;
    font-weight: bold;
}

.woocommerce-shipping-fields {
    display: block !important;
}

.woocommerce form.checkout_coupon {
    margin: 0 2rem !important;
    border: none !important;
}

.validate-required .input-checkbox {
    display: none !important;
}

.woocommerce-account-fields .input-checkbox {
    display: none !important;
}

table.cart img {
    width: 3rem !important;
}

table.cart .product-price,
table.cart .product-subtotal {
    font-weight: bold;
}

table.shop_table {
    border: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 1rem 0 !important;
}

@media screen and (min-width: 480px) {
    .on-mobile {
        display: none !important;
    }

    table.shop_table {
        margin: 0 1rem !important;
    }

    table.shop_table {
        width: calc(100% - 2rem) !important;
    }

    table.shop_table,
    .woocommerce form.checkout_coupon {
        margin: 2rem 0 0 0 !important;
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem !important;
    }

    .single-product .description-box .bg-photo {
        top: -4rem;
        left: -32rem;
        max-width: 700px;
    }

    .hero-text {
        width: 60%;
    }

    .product .flex .weight:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 1rem;
        width: 1rem;
        background: url(img/icons/pack.png) no-repeat center center;
        background-size: contain;
    }
}

@media screen and (min-width: 769px) {
    .single-gyogynovenyek .sidebar {
        padding: 0 2rem;
    }

    .sidebar .post-content {
        font-size: larger;
        font-weight: bold;
    }

    .woof_sid {
        margin-bottom: 2rem !important;
    }

    .single-product .product .row {
        gap: 2rem !important;
        margin-top: 2rem;
    }

    .single-product .product > .row {
        margin-top: 6rem;
    }

    .aside {
        padding-right: 2rem;
        padding-top: 3rem;
    }

    aside {
        padding-left: 1rem;
    }

    #hero .item:before {
        top: 0;
    }

    #products-box .cat-box > div {
        padding: 2rem;
    }

    .grid .row .col-1-2 {
        display: flex;
        align-items: center;
        height: auto !important;
        padding-left: 1rem;
    }

    .grid .row .col-1-2 > div {
        height: auto !important;
    }

    #testimonials,
    #lead {
        background-attachment: fixed;
    }

    .single-product .info {
        justify-content: space-between;
    }

    .single-product .info .col-1-2:last-of-type {
        display: flex;
        justify-content: flex-end;
    }

    .single-product .top {
        margin-right: 1rem;
    }

    footer {
        padding: 7rem 0 15rem 0;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        float: none !important;
        margin-top: 1rem;
        display: inline-block;
    }
    
    .page-id-2997 .newsletter{
    display: none
}

    .woocommerce-billing-fields .col-1-4,
    .woocommerce-shipping-fields__field-wrapper .col-1-2 {
        width: 100% !important;
    }

    td.product-quantity {
        display: flex !important;
        justify-content: space-between !important;
    }

    .single-product .description-box:after {
        width: 25rem !important;
        height: 25rem !important;
        left: -7rem !important;
        top: 0rem !important;
        transform: rotate(90deg);
    }

    .single-product .description-box {
        padding: 8rem 1rem 1rem 1rem !important;
        margin-top: 2rem !important;
    }

    .single-product .description-box .bg-photo {
        top: -8rem;
        left: -8rem;
        max-width: 400px;
    }

    .product .top.flex {
        flex-wrap: wrap;
    }

    .product .top.flex > div {
        width: 100%;
        margin-bottom: 2rem;
    }

    .product .top.flex > div:last-of-type {
        margin-bottom: 0rem;
    }

    .single-product .info .col-1-2:last-of-type {
        order: 1;
    }

    .single-product .info .col-1-2:first-of-type {
        order: 2;
    }

    .single-product .info {
        gap: 0;
        margin-bottom: 0.5rem;
    }

    footer .col-1-4:first-of-type {
        order: 4;
    }

    footer .col-1-4:nth-of-type(2) {
        order: 3;
    }

    footer .col-1-4:nth-of-type(3) {
        order: 2;
    }

    footer .col-1-4:last-of-type {
        order: 1;
    }

    .service .col-2-3,
    .blogpost-description {
        text-align: center;
    }

    #menu-footer-menu li {
        display: inline-block;
        padding-right: 1rem;
    }

    .grid .my_carousel div {
        height: auto;
    }

    #hero .item:before {
        background: linear-gradient(
            0deg,
            rgba(5, 5, 5, 0.8) 0.17%,
            rgb(0 0 0 / 65%) 39.48%,
            rgba(0, 0, 0, 0.33) 73.5%,
            rgba(51, 51, 51, 0) 99.77%
        );
        bottom: 0;
        height: 90%;
        width: 100%;
    }

    .grid .row .col-3-5 .leaf > li:before {
        border-radius: 50%;
        background-size: 80% auto;
    }

    #blog .my_carousel .prev,
    #blog .my_carousel .next {
        top: 20% !important;
    }

    footer {
        background-size: auto !important;
        padding-bottom: 15rem;
        margin-top: 5rem;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 2rem !important;
    }

    .wp-container-core-group-is-layout-baef362d {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.add_to_cart_button span {
    position: relative;
}

.add_to_cart_button span:before {
    content: "";
    height: 0.6rem;
    width: 0.6rem;
    background: url(img/icons/oke.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -3rem;
    top: -3em;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.add_to_cart_button.added span:before {
    opacity: 1;
    left: -0.7rem;
    top: -0.1rem;
}

.about-page .wp-block-group {
    margin-bottom: 4rem;
}

.about-page h2 {
    margin-bottom: 1rem !important;
}

.about-page .aside h2 {
    margin-bottom: 2rem !important;
}

.about-page p {
    line-height: 1.8;
}

.about-page .aside .service {
    margin-bottom: 4rem;
}

.about-page .aside {
    padding: 0 !important;
}

.about-page .aside .services-box {
    margin-top: 0rem;
    background: white;
    padding: 1.5rem;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 8% !important;
}

.wp-block-media-text__content {
    padding-right: 0 !important;
}

.woocommerce a.added_to_cart {
    display: none !important;
}

.blogpost-description .article-date {
    margin-bottom: 1rem;
}

@media screen and (max-width: 479px) {
    .on-desktop {
        display: none !important;
    }

    #categories h2 {
        margin-bottom: 1rem;
    }

    #categories h2 > div {
        margin-top: 0;
    }

    .woocommerce-shipping-fields__field-wrapper .col-1-2,
    .woocommerce-billing-fields__field-wrapper .col-1-2,
    #wc_szamlazz_adoszam_field {
        width: 100% !important;
    }

    .woocommerce-checkout form,
    #add_payment_method #payment ul.payment_methods,
    .woocommerce-cart #payment ul.payment_methods {
        padding: 0 !important;
    }

    .masked_img figure img {
        width: 100% !important;
    }

    .masked_img figure {
        width: 80% !important;
        margin: 2rem auto !important;
        float: none !important;
    }

    .woocommerce-products-header {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .single-product .cart {
        flex-wrap: wrap;
    }

    .wp-block-buttons a {
        width: 100%;
    }

    .button-box {
        flex-wrap: wrap;
    }

    .item.product h2,
    .item.product .price {
        text-align: center;
    }

    .product .flex .weight {
        font-size: smaller;
        padding: 0.5rem;
    }

    .item.product img,
    .lead-box > div {
        width: 100% !important;
        justify-content: center;
    }

    .product-item-img > img {
        margin-top: 0 !important;
    }

    html {
        font-size: 16px;
    }

    .product-title-box .flex {
        display: block;
    }

    .cart.flex {
        justify-content: center;
    }

    .item.product .cart-box {
        left: 0.5rem;
        right: 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cart-box .flex {
        justify-content: center;
    }

    .item.product h2 {
        text-align: center;
    }

    .product .woocommerce-product-rating {
        justify-content: center;
    }

    .product .woocommerce-review-count {
        padding-left: 1rem;
    }

    #about .wp-block-buttons > div {
        width: 100%;
    }

    #about .wp-block-buttons > div.main {
        order: 2;
    }

    .cat-box {
        width: 100% !important;
    }

    .top.flex > div:last-of-type {
        margin-bottom: 0rem;
    }

    .single-product .top {
        margin-top: 2rem;
    }

    #hero {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .aside .services-box .column-2 > div {
        width: 100%;
    }

    #background-video-content {
        position: absolute;
        top: 0;
        left: 0;
    }

    .cr-reviews-slider .rating-row {
        position: absolute;
        right: 1rem;
    }

    .strait-box {
        padding-left: 5rem;
        padding-right: 0;
    }

    .item.product .cart-box {
        left: 1.5rem;
        right: 1.5rem;
    }

    .single-product .wp-block-cb-faqs,
    .single-product form.cart {
        width: 80%;
    }
}

@media (max-width: 600px) {
    .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
    .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
        max-width: 100% !important;
    }
    .desktop-contact {
        display: none !important;
    }

    .about-page .wp-block-group,
    .about-page .wp-block-media-text__media {
        margin-bottom: 2rem !important;
    }

    .product-reviews .review {
        width: 100% !important;
    }
    .minikurzus {
        padding: 1.5rem 2rem !important;
    }

    .button-box {
        display: block;
    }

    .button-box .secondary {
        margin-left: 1rem !important;
    }

    .button-box a {
        display: inline-block;
        margin-top: 0rem;
    }

    #categories li {
        display: inline-block;
    }

    .location b,
    .calendar b {
        min-width: 30%;
    }

    h2 {
        margin-bottom: 2rem;
        font-size: 1.8rem;
    }

    .has-large-font-size {
        font-size: 1.8rem !important;
    }

    .item.product > div {
        border-radius: 12.5px !important;
    }

    .product-title-box {
        padding: 0 0.5rem !important;
    }

    .cat-box {
        padding: 0.5rem;
    }

    .item.product .star-rating {
        left: 0.5rem;
    }

    .cat-box li {
        padding-right: 1rem;
    }

    #about .wp-block-media-text.is-stacked-on-mobile {
        display: block;
    }

    .wp-block-media-text__content {
        padding: 0 !important;
    }

    #about .wp-block-media-text figure {
        margin-bottom: 2rem;
    }

    #hero .item:after,
    .decor:after {
        width: 50%;
    }

    .lead-box {
        width: 100%;
    }

    #lead:before {
        background: linear-gradient(90deg, rgba(247, 247, 245, 0.9) 10.47%, #fff 70.95%);
    }

    .item.product .cart-box {
        left: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
    }

    #products-box .cat-box img,
    #about figure {
        border-radius: 12.5px !important;
        aspect-ratio: 1/1;
    }

    .service {
        margin-bottom: 4rem;
    }

    .service:last-of-type {
        margin-bottom: 0rem;
    }

    .services-box {
        margin-top: 2rem;
    }

    #blog .my_carousel .prev,
    #blog .my_carousel .next {
        top: 20% !important;
    }

    #about,
    #services {
        background: white;
    }
}

@media (min-width: 601px) {
    .mobile-contact {
        display: none !important;
    }
}

@media screen and (min-width: 900px) {
    #about img {
        object-position: -13rem;
    }
}

@media screen and (max-width: 1023px) {
    .grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }

    #lead {
        background: url(img/tea-composition.jpeg) no-repeat top left 30%;
    }

    .lead-box > ul > li {
        width: 100% !important;
    }

    #background-video video {
        display: none !important;
    }

    .hero-text {
        padding: 12rem 0 5rem 1rem;
    }

    #background-video-content {
        background: url(img/hero.jpeg) no-repeat center center;
        background-size: cover;
    }

    #background-video-content:before {
        background: linear-gradient(
            359deg,
            #232323de 0.23%,
            rgb(47 75 38 / 43%) 50.39%,
            rgba(0, 0, 0, 0) 99.51%
        ) !important;
    }

    .about-page .row > div {
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    html {
        font-size: 16px;
    }

    .hero-text {
        width: 80%;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 16px;
    }
}

/* HERO VIDEO */

#hero {
    overflow: hidden;
    max-height: 800px;
}

.hero-text .secondary {
    border: 1px solid var(--white-color) !important;
    color: white;
    margin-left: 1rem;
}

.hero-text .secondary:hover {
    border: 1px solid var(--main-color) !important;
}

#background-video {
    position: relative;
}

#background-video video {
    width: 100%;
    height: auto;
}

#background-video-content {
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}

#background-video-content:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, #1a2f1b7d 0.23%, rgb(0 0 0 / 22%) 50.39%, rgb(0 0 0 / 9%) 99.51%);
}

#background-video-content:after {
    content: "";
    width: 20%;
    height: 20rem;
    background: url(img/decor.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -3rem;
    bottom: -5rem;
    transform: scaleX(-1) scaleY(-1) rotate(65deg);
    opacity: 0.1;
    z-index: 0;
}

#background-video-content * {
    position: relative;
    z-index: 1;
}

/* Single product */

.single-product .woocommerce-breadcrumb {
    font-size: small !important;
    margin-bottom: 2rem !important;
    color: var(--main-color) !important;
}

.single-product h1 {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 2rem !important;
}

.product-title-box {
    display: inline-block;
    padding: 0 1.5rem;
    align-items: center;
    width: 100%;
}

.product-title-box .flex {
    justify-content: space-between;
}

.woocommerce-product-rating + .product-title-box {
}

.single-product .ingredients {
    opacity: 0.5;
    font-style: italic;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
}

.single-product .wp-block-cb-faqs {
    padding: 0;
    border-radius: 5px;
}

.single-product .faq-label {
    background: none !important;
    border-radius: 0 !important;
    border-bottom: solid 1px #ddd;
    padding: 0.5rem 0;
    margin-bottom: 0 !important;
}

.faq-label {
    background: #f3f7f5 !important;
}

.faq-label h3 {
    margin-bottom: 0 !important;
}

.faq-content p:last-of-type {
    margin-bottom: 0 !important;
}

.faq-content {
    border: none !important;

    margin-bottom: 0;
}

.faq-content p {
    padding: 0 0.5rem !important;
}

.faq-label:after {
    background: #f3f7f5 !important;
}

.single-product form.cart:not(.variations_form) {
    margin: 1rem 0 !important;
    display: flex;
}

form.cart .variations th,
form.cart .variations td {
    padding: 0 !important;
    background: transparent !important;
}

form.cart .variations select {
    line-height: 1.5;
}

.cart_totals h2 {
    margin: 1rem 0 !important;
}

.wc-block-components-text-input input,
.wc-block-components-text-input input {
    border: 1px solid hsla(0, 0%, 7%, 0.11) !important;
}
.wc-block-cart__empty-cart__title {
    text-align: center;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    mask-image: url(img/index.html);
}

.reset_variations {
    padding-left: 2rem;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    left: 1rem !important;
}

.wc-block-components-title.wc-block-components-title {
    font-weight: bold;
    margin-bottom: 1.5rem !important;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input,
.wc-block-components-text-input.is-active input {
    padding: 2rem 1rem 1.5rem 1rem !important;
}

.single-product .woocommerce-product-rating {
    font-size: 0.8rem;
    margin-bottom: 0 !important;
    justify-content: flex-start;
}

.single-product .quantity {
    border-radius: 25px !important;
    border: solid 1px #ddd;
    margin-right: 2rem !important;
}

.product-type-simple .quantity {
    display: flex;
    align-items: center;
    border-radius: 25px !important;
    border: solid 1px #ddd;
}

.cart.flex {
    flex-wrap: wrap;
}

.single-product .quantity input,
.product-type-simple .quantity input {
    margin-bottom: 0 !important;
    box-shadow: none;
    border: none;
    font-weight: 600 !important;
    background: transparent !important;
}

.product-type-simple .quantity input {
    width: 2rem !important;
    padding: 0 !important;
}

.single-product .description-box {
    clear: both !important;
    margin-top: 4rem;
    background: #f6f6f4;
    padding: 2.5rem 2.5rem 2.5rem 11rem;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.single-product .description-box img {
    border-radius: 10px;
}

.single-product .description-box .wp-block-image {
    margin: 2rem 0;
}

.single-product .description-box .bg-photo,
.single-product .product:not(.product_cat-teak) .description-box:after {
    position: absolute;
    max-height: 100%;
}

.single-product #lead {
    background-attachment: inherit !important;
}

.single-product .images {
    width: 100% !important;
}

.single-product .description-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
}

.single-product .description-box h2:first-of-type {
    margin: 2rem 0 !important;
}

.single-product .description-box > div > * {
    z-index: 2;
    position: relative;
}

.single-product .description-box .bg-photo {
    z-index: 1 !important;
}

.single-product .description-box:after {
    content: "";
    background: url(img/decor2.jpeg) no-repeat left;
    width: 11rem;
    left: 0;
    top: 0;
    height: 100%;
    background-size: contain;
    position: absolute;
}

.single-product .weight {
    opacity: 0.8;
    margin-bottom: 1rem;
    display: block;
}

.single-product .quantity,
.single-product .quantity + button {
    margin-top: 1rem !important;
}

.single-product .top {
    margin-top: 3rem;
    font-size: 1rem;
    background: #f3f7f5;
    padding: 1rem;
    border-radius: 25px;
    justify-content: space-between;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 2rem;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination li {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    background: #f6f9fa;
    margin: 0 0.25vw !important;
}

.woocommerce nav.woocommerce-pagination li a {
    color: var(--main-color) !important;
}

.woocommerce nav.woocommerce-pagination li span.current {
    background: #2f4b26bd !important;
    color: white !important;
}

.item.product > div .quantity {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.sku_wrapper {
    display: block;
    padding: 1rem 0;
}

.wc-block-components-notice-banner.is-success {
    background-color: #f3f7f5 !important;
    border-color: #84b04e !important;
}

.wc-block-components-notice-banner.is-success > svg {
    background-color: #84b04e !important;
}

.flex-control-thumbs li:before,
.comment li:before,
.review:before,
ol.commentlist::before {
    display: none !important;
}

li .comment-text {
    margin-left: 0 !important;
}

.product-reviews {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
}

.product-reviews ol {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.product-reviews li {
    margin-bottom: 0 !important;
    width: 48%;
}

.comment-text {
    border: none !important;
    border-radius: 10px;
    background: #f3f7f5;
}

#review_form_wrapper {
    margin-top: 2rem;
}

#comments {
    clear: both;
}

#comments h2 {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 2rem !important;
}

#comment {
    box-shadow: none !important;
    border: none;
    border: 1px solid #ddd;
    margin: 1rem 0;
}

#reply-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: block;
    font-family: var(--title-font);
}

div.my_carousel .nav div {
    margin: 0 0.5vw !important;
}

div.my_carousel .prev,
div.my_carousel .next {
    background: transparent !important;
}

#testimonials .prev,
#testimonials .next {
    background: white !important;
}

.woocommerce-products-header {
    margin-bottom: 4rem;
}

.woocommerce-products-header .term-description {
    margin-top: 1rem;
}

/*CART - KOSAR*/

.wc-block-components-totals-wrapper:after,
.wc-block-cart-items td:after {
    border-top: 1px solid #e1e1e1 !important;
    opacity: 1 !important;
}

.wc-block-components-quantity-selector:after {
    border: 1px solid #e1e1e1 !important;
}

.wc-block-cart-items th {
    font-family: var(--title-font);
}

.wc-block-cart-item__remove-link {
    text-decoration: none !important;
    position: relative;
    padding: 1rem 0 0 1.5rem !important;
    border-radius: 0 !important;
}

.wc-block-cart-item__remove-link:hover {
    color: #d04b00 !important;
}

.wc-block-cart-item__remove-link:before {
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute;
    background: url(img/remove.svg) no-repeat center center;
    background-size: cover;
    left: 0;
    top: 48%;
}

.wc-block-components-product-name {
    padding-bottom: 0.5rem !important;
}

.wc-block-cart__submit-container {
    margin-top: 1rem !important;
}

.wc-block-cart__empty-cart__title {
    margin-bottom: 2rem;
}

h2.empty {
    margin-top: 2rem;
}

.wc-block-cart-items {
    margin-bottom: 2rem !important;
}

/*CHECKOUT - PENZTAR*/

#payment div.form-row {
    padding: 1rem 0 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent !important;
    padding: 0 1rem !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid white !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: white !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border-top-color: transparent !important;
}

.woocommerce-info:before {
    color: var(--main-color) !important;
}

.wc-block-components-text-input {
    margin-top: 1rem !important;
}

td.product-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-quantity .quantity {
    border: 1px solid rgba(183, 205, 190, 0.47);
    border-radius: 50px;
}

.product-quantity .quantity input {
    box-shadow: none;
    border: 0;
}

.woocommerce-checkout input {
    border-radius: 50px !important;
}

/*Animation*/

:root {
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --time: 0.9s;
}

.on {
    transform: translateX(0) translateY(0) translateZ(0) !important;
    opacity: 1 !important;
    transition-delay: 0.2s !important;
}

.slidebottom {
    transform: translateY(100px);
    opacity: 0;
    transition:
        transform var(--time) var(--ease-in-out),
        opacity var(--time) var(--ease-in-out);
}

.slideinright {
    transform: translateX(5rem);
    opacity: 0;
    transition:
        transform var(--time) var(--ease-in-out),
        opacity var(--time) var(--ease-in-out);
}

.slideinleft {
    transform: translateX(-5rem);
    opacity: 0;
    transition:
        transform var(--time) var(--ease-in-out),
        opacity var(--time) var(--ease-in-out);
}

/*Archive oldal*/

.woocommerce-ordering {
    padding: 0 1rem;
    margin: 0 !important;
}

.woocommerce-ordering .select {
    min-width: 100%;
}

.woocommerce-ordering,
.woocommerce-ordering select {
    float: none !important;
    min-width: 100%;
}

.woocommerce-result-count {
    float: none !important;
    text-align: center;
    display: inline-block;
    margin-bottom: 0 !important;
    padding: 0.5rem 1rem;
    z-index: 1;
    position: relative;
    font-size: 0.8rem;
    background: #fcfcfc;
}

.product-count {
    position: relative;
    text-align: center;
    margin: 3rem 0 2rem;
    min-height: 1px;
}

.product-count:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    top: 50%;
    left: 0;
}

/*CUSTOM MY ACCOUNT PAGE*/

.woocommerce-MyAccount-navigation {
    background: #f3f7f5;
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0.7rem;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style-type: none !important;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.login-links a,
.wp-block-loginout a {
    color: var(--title-color) !important;
    display: block;
    padding: 0.8rem 0.8rem 0.8rem 2.8rem;
    position: relative;
    border-radius: 8px;
}

.login-links a {
    padding: 0.5rem 0.5rem 0.5rem 2.8rem;
}

.woocommerce-MyAccount-navigation ul li {
    transition: all 0.2s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active,
.login-links a:hover,
.wp-block-loginout a:hover {
    background: #e6eeea !important;
    cursor: pointer;
}

.woocommerce-MyAccount-navigation-link--customer-logout,
.wp-block-loginout {
    border-top: 1px solid #ddd;
    padding-top: 0.4rem;
}

.woocommerce-MyAccount-navigation ul li a:before,
.login-links a:before,
.wp-block-loginout a:before {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 0.9rem;
    width: 1rem;
    height: 1rem;
    background-size: contain !important;
}

.login-links {
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before,
.dashboard-link a:before {
    background: url(img/icons/dashboard.svg) no-repeat center center;
}

.woocommerce-MyAccount-navigation-link--orders a:before,
.order-link a:before {
    background: url(img/icons/order.svg) no-repeat center center;
}

.login-widget .order-link a {
    margin-bottom: 0.4rem;
}

.woocommerce-MyAccount-navigation-link--downloads a:before {
    background: url(img/icons/download.svg) no-repeat center center;
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
    background: url(img/icons/location.svg) no-repeat center center;
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
    background: url(img/icons/settings.svg) no-repeat center center;
}

.woocommerce-MyAccount-navigation-link--vat-number a:before {
    background: url(img/icons/euvat.svg.html) no-repeat center center;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before,
.wp-block-loginout a:before {
    background: url(img/icons/sign_out.svg) no-repeat center center;
}

.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    background: url(img/icons/payment.svg.html) no-repeat center center;
}

.woocommerce-MyAccount-navigation-link--my-points a:before {
    background: url(img/icons/karmapoints.svg.html) no-repeat center center;
}

.woocommerce-MyAccount-content button {
    color: white !important;
}

.woocommerce-MyAccount-content fieldset {
    border: 1px solid #80808045;
    border-radius: 8px;
    margin-top: 1rem;
}

.woocommerce-MyAccount-content em {
    opacity: 0.8;
}

.woocommerce-MyAccount-content .title {
    font-size: 1.5rem !important;
    background: transparent;
    box-shadow: none !important;
}

.woocommerce-account .addresses .title h3 {
    margin: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    padding-bottom: 2rem;
}

.woocommerce-MyAccount-content .woocommerce-info {
    border: none !important;

    align-items: center;
    flex-wrap: wrap;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: 1px solid white !important;
}
.woocommerce table.shop_table {
    margin-bottom: 2rem;
}

.wc-block-components-notice-banner.is-info {
    background-color: #a296e821 !important;
    border-color: #a2a0e7 !important;
    margin-top: 0;
}

.wc-block-components-notice-banner.is-info > svg {
    background-color: #432651 !important;
}

.wp-block-buttons {
    gap: 1rem !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce-product-rating {
        flex-wrap: wrap;
    }

    .single-product .top {
        gap: 1rem;
        align-items: flex-start;
    }

    .single-product .top > div {
        display: block;
        width: 30%;
    }

    .single-product .top > div figure {
        width: 100%;
    }
}

#email-error {
    margin: 1rem 0;
    display: block;
}

.ml-form-embedSubmit {
    margin-top: 1rem;
}

.ml-form-embedPermissionsContent label > span {
    display: flex !important;
}

footer {
    max-width: 1920px;
    margin: 0 auto;
}

#embed-hud {
    margin-top: 3rem;
}

.row.info + .price {
    padding-top: 2rem !important;
}

.woocommerce-form-login-toggle {
    margin-top: 2rem;
}

.wpcf7 {
    background: #f3f7f5;
    padding: 2rem;
    border-radius: 10px;
}

.service-img a span {
    display: none;
}

.service-main .my_masonry {
    margin-top: 5rem;
}

.cky-btn-revisit {
    box-shadow: none !important;
    padding: 0 !important;
}

.cky-btn-revisit:after {
    display: none !important;
}

#rank-math-toc {
    background: #f6f6f4;
    padding: 2rem;
    border-radius: 10px;
    margin: 3rem 0rem;
}

#rank-math-toc h2 {
    margin-top: 0 !important;
}

#rank-math-toc ul li ul {
    margin-top: 1rem;
}

.sidebar .gyogynoveny-item {
    margin-bottom: 1.5rem;
}

.sidebar .post-content {
    padding: 0.5rem !important;
}

.sidebar .post-content h3 {
    margin: 1rem 0 !important;
}

.gyogynovenyek {
    padding-top: 4rem !important;
}

.single-gyogynovenyek .post-thumbnail img {
    aspect-ratio: 1/0.25;
    object-fit: cover;
}

.gyogynoveny-item .post-content {
    padding: 0.5rem !important;
    text-align: center !important;
}

.gyogynoveny-item {
    border-radius: 50% 50% 20px 20px !important;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15) !important;
}

.gyogynoveny-item img {
    height: 100% !important;
}

.blog-vege {
    border-radius: 10px;
    margin: 2rem 0;
    background: white;
    padding: 1rem;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15) !important;
}

.social-share {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-share button,
.social-share .button {
    padding-left: 0.5rem;
}

.social-share button img,
.social-share .button img {
    margin-right: 0.5rem;
    width: 1rem;
    border-radius: 0 !important;
}

div.product .stock {
    color: #157a6e !important;
    font-weight: 500;
    position: relative;
    padding-left: 1.3rem;
}

div.product .stock:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(img/icons/check.png) no-repeat center center;
    background-size: cover;
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce-order {
    margin-top: 2rem;
}
.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
    margin: 0 !important;
}

.woocommerce-customer-details--phone {
    margin-top: 1rem !important;
}
.woocommerce .star-rating::before {
    color: var(--main-color) !important;
}

.woof_show_filter_for_mobile.woof {
    padding-top: 8rem !important;
}

body .is-layout-grid {
    gap: 1rem;
}

.minikurzus {
    border-radius: 20px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15) !important;
    padding: 2rem !important;
    border: 1px solid rgba(183, 205, 190, 0.47);
}

.minikurzus .wp-block-columns {
    margin-bottom: 0 !important;
}

.minikurzus h2 strong {
    font-weight: 600 !important;
}

.minikurzus h2 {
    margin-bottom: 1rem !important;
}
.minikurzus h2 + p {
    margin-top: 0 !important;
}

.minikurzus .embedForm {
    border: 1px solid #f0f0f0 !important;
}

.woocommerce form .form-row {
    padding: 0 !important;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    padding-left: 1rem !important;
}

.icon-title {
    gap: 1.5rem !important;
    margin-bottom: 1.5rem;
}

.information-box-vacation {
    background-color: #ffc107;
    padding: 1rem;
    border-radius: 10px;
    max-width: 768px;
    margin-bottom: 2rem;
}
.information-box-vacation p {
    margin-bottom: 0;
}

.ml-form-embedContent h2+p {
    margin-top: 1rem !important;
}

.ml-form-embedContent h2, .ml-form-successContent h2 {
    margin-bottom: 1rem !important;
}

#mlb2-28568679 .ml-form-embedSubmit {
    margin-top: 2rem;
}


.page-template-page-fejleces h1{
 text-transform: none !important   
}