/* 
Theme Name: Basic Theme 
Theme URI: https://fullmoontshirts.hu/
Author: Everest Webdesign
Author URI: http://everestwebdesign.hu
Description: Basic Theme by everestwebdesign.hu
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: basic-theme
*/

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.woff2') format('woff2'),
        url('fonts/Helvetica.woff') format('woff');
    src: url('fonts/SleeplessRegular.eot');
    src: url('Helvetica.eot?#iefix') format('embedded-opentype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 18px;

}


body {
    font-family: "Baloo Thambi 2", system-ui;
    font-size: 18px;
    color: #000;
    background: #fff;
    overflow-x: hidden;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;
}

a {
    color: #8BC65B;
    text-decoration: none;
    cursor: pointer;
}



.center-box {
    width: 90%;
    max-width: 1540px;
    margin: 0 auto;
    color: #444;
  

}

section {
    margin-bottom: 60px !important;
}

.category .wp-block-button__link {
    background-color: #F7B489 !important;
    padding: 15px;
    font-size: 1.6rem !important;
    color: #fff;
    text-decoration: none;
    border-radius: 6px !important;
    border: none !important;
    position: relative;
    /* Itt cseréld le relatív helyett abszolútra */
    top: -250px;
    /* Finomíthatod, hogy feljebb kerüljön */

    font-family: 'Helvetica' !important;

}
.category .wp-block-button__link:hover {
    background-color: #fff !important;
    padding: 15px;
    font-size: 1.6rem !important;
    color: #F7B489!important;
    text-decoration: none;
    border-radius: 6px !important;
    border: none !important;
    position: relative;
    /* Itt cseréld le relatív helyett abszolútra */
    top: -250px;
    /* Finomíthatod, hogy feljebb kerüljön */

    font-family: 'Helvetica' !important;

}

.category {
    margin-bottom: -300px !important;
}

.category .wc-block-featured-category .wc-block-featured-category__title:before {
    display: none !important;

}

.category div.my_carousel .prev,
.category div.my_carousel .next {

    top: 180px;
}
   body {
      overflow: auto;
    }
    .custom-scrollbar {
      position: fixed;
      top: 0;
      right: 0;
      width: 12px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 10000;
    }
    .scroll-thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: #4caf50;
      border-radius: 6px;
      cursor: grab;
      user-select: none;
    }
    .scroll-thumb:active {
      cursor: grabbing;
    }
/*
.category .wc-block-featured-category .wc-block-featured-category__title {
 display: inline-block;
    width: auto;
    position: relative;
    padding: 15px;
    background-color: #F7B489;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    top: -150px;
    float: right;
    width: 200px;
    height: 70px;
}*/
.category .wp-block-button__link:hover {
    background-color: #fff !important;
    padding: 15px;
    font-size: 1.6rem !important;
    color: #F7B489;
    text-decoration: none;
    border-radius: 6px !important;
    border: none !important;
    position: relative;
    /* Itt cseréld le relatív helyett abszolútra */
    top: -250px;
    /* Finomíthatod, hogy feljebb kerüljön */

    font-family: 'Helvetica' !important;

}

.shipping-text {
    text-align: left;
}

h2#fizetesi-modok.wp-block-heading.shipping-text {
    margin-top: 40px;
}

.align-center {
    text-align: center;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;

}

header {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 150px;

    padding-bottom: 40px;
}

#logo {
    display: inline-block;
    width: 200px;
    position: relative;


}

#logo img {
    display: inline-block;
    width: 200px;
    position: relative;
    bottom: -50px;
    margin-top: 20px;
}

#main-menu {
    text-align: center;

}

#main-menu ul {
    display: inline-block;
    float: right;
    padding-top: 60px,;
    margin-right: 30px;
}

#main-menu li {
    display: inline-block;
}

#main-menu li a,
#menu-footer_1 li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin: 0 5px;
    font-size: 1.3rem;
    text-align: center;
    font-family: 'Helvetica';

}

#main-menu ul li a {
    position: relative;
    z-index: 1;
    /* Ez a szöveget elöl tartja */
    padding: 0 5px;
    /* Extra hely a szöveg körül */
}

#main-menu ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* Az alsó részhez igazítja a csíkot */
    width: 100%;
    height: 15px;
    z-index: -1;
    /* A háttér maradjon a szöveg mögött */
    background-color: transparent;
    transition: background-color 0.3s ease;
}

#main-menu ul li a:hover:before {
    background-color: #F7B489;
}




.top-menu {
    padding: 20px 0;
}

.top-menu ul {
    display: inline;
    text-align: right;
}

.top-menu li {
    display: inline;
}

.top-menu li a {
    position: relative;
    color: #fff;
    margin: 0 20px;
    float: right;
    width: 30px;
    text-decoration: none;
    padding-left: 50px;
    font-size: 1.5rem;
    font-family: 'Helvetica';
}

.top-menu li a:before {
    content: "";
    background-image: url(img/cart.png);
    background-size: cover;
    /* Hozzáadott tulajdonság a kép méretének beállításához */
    position: absolute;
    width: 37px;
    height: 40px;
    /* Hozzáadott magasság */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cart-icon {
    float: right;
    width: 40px;
    padding-bottom: 20px;
}

.category .wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0;
    display: none;
}

.hero {
    background-image: url(img/hero.png);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-text h1,
.hero-text h2 {
    margin-top: 0px;
}

.hero-text h2 {
    font-size: 1.3rem;
}

.hero-text {
    margin-top: 100px;

}





.review-p,
.review2-p {
    color: #fff;
    padding: 30px;
}

.wp-block-columns .is-layout-flex .wp-container-core-columns-layout-4 .wp-block-columns-is-layout-flex {
    padding-top: 30px;
    padding-bottom: 30px;

}

.wp-block-cb-reviews .review-content img {
    max-width: 100% !important;
    border-radius: 0px !important;
    object-fit: cover !important;
}

.offers .wp-block-cb-reviews .review-txt {
    border-radius: 0rem !important;
    margin-bottom: 2rem;
    position: relative;
    /* border: solid #000 3px; */
    height: 100%;
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    background: none !important;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
    position: relative;
    top: -90px;
}
.wp-block-buttons:hover > .wp-block-button:hover {
   
}
.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {

    color: black !important;

}






.reviews .wp-block-cb-reviews .review-txt:after {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 30px;
    transform: none !important;
    background: #fff !important;
    z-index: 1;
    background-image: url(img/jel.png);
    background-size: cover;
    top: -30px;
    left: 10px;
    margin-bottom: 20px;
    opacity: 0;
}

.reviews .wp-block-cb-reviews .review-txt:before {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 30px;
    transform: none !important;

    z-index: 1;
    background-image: url(img/jel.png);
    background-size: cover;
    top: -30px;
    left: 10px;
    margin-bottom: 20px;
}

.reviews div.my_carousel .item-list .item > div {
    box-shadow: none !important;
    padding: 1rem !important;
    width: 90% !important;
    display: inline-block;
    position: relative;
    border-radius: 20px;
}

.wp-block-embed iframe {
    width: 800px;
    height: 400px;
}

.wp-block-cb-reviews .review-content img {
    max-width: 400px !important;
    border-radius: 0% !important;

    display: inline-block;
    position: relative;
    margin-right: 0px;
}


.other-page {
    background-image: url(img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.feedback .wp-block-cb-reviews {
    position: relative;
    background: none;

    margin-top: 40px;

}
.simplepay-widget-logo img {
width: 200px;    

}

.woocommerce div.product form.cart .variations label text {

    padding-top: 20px;
}

.reviews .wp-block-cb-reviews .review-txt {
    background: #F5F5F5 !important;

    margin-bottom: 2rem !important;
    position: relative !important;
    border-radius: 40px !important;

}

.wp-block-cb-reviews .review-txt {
    border-radius: 1rem;
    background: none !important;
    padding: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default {
    width: 50px !important;
    height: 50px !important;
}

.feedback .wp-block-cb-reviews .review-txt {
    background: none !important;
    /* padding: 1rem !important; */
    margin-bottom: 2rem !important;
    position: relative !important;
    border-radius: 0px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2) !important;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    left: 5%;
}

.wp-block-cb-reviews .review-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.item {
    margin-top: 0px;
}

.wp-block-cb-reviews .review-txt:after {
    display: none !important;
}

.item img {
    width: 350px;
    margin-bottom: 40px;

}



.feedback {

    background-size: cover;
    top: -50px;
    position: relative;

}

.wp-block-cb-reviews .nav {
    display: none !important;
}

.wp-block-cb-reviews .nav div {
    background: rgba(203, 67, 48, 0.4) !important;
}

.wp-block-cb-reviews .prev svg path,
.wp-block-cb-reviews .next svg path,
div.my_carousel .prev svg path,
div.my_carousel .next svg path {
    fill: #8BC65B !important;

}

.wp-block-cb-reviews .prev,
.wp-block-cb-reviews .next,
.prev,
.next {
    border: solid 1px #8BC65B;
    background: #fff !important;
}

.offers,
.catalog,
.star-products,
.category wp-block-cb-reviews my_carousel {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.category .wp-block-cb-reviews .review-content img {

    border-radius: 30px !important;
    width: 85%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    color: inherit;
    padding: 0 18px 16px !important;
    width: 100%;
    z-index: 1;
}

.category .wp-block-buttons > .wp-block-button {}


.cat-item {
    /* margin-top: 60px; */
    /* padding-bottom: 100px; */
    border-bottom: solid 2px #F5F5F5;
}

.cat-item img {
    width: 350px;
    margin-bottom: 40px;
}

h1 {
    font-size: 3rem;
    font-family: 'Helvetica';
    line-height: 1.5;
    margin-top: 80px;
}

h2 {
    font-size: 1.5rem;
    font-family: 'Helvetica';
    line-height: 1.5;
}

h3 {
    font-size: 1.2rem;
    font-family: 'Helvetica';
    line-height: 1.5;
}




aside {
    margin-top: 80px;
}

.shop-page {
    margin-top: 80px;
}

.wp-block-search__label {
    font-size: 1.5rem;
    font-family: 'Helvetica';
    line-height: 1.5;

}

.category .col-1-4 {
    position: relative;
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
    background-color: #8BC65B;
    padding: 10px;
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;

    display: inline-block;
    text-align: center;
    position: relative;

    border: solid 5px #fff;
    font-family: 'Helvetica';
    border-radius: 25px;
}

.category h3 {
    margin-left: 10px;
    word-break: normal;
    background-color: #CB4330 !important;
    padding: 15px;
    font-size: 0.8rem !important;
    color: #fff;
    text-decoration: none;
    width: 150px;
    display: inline-block;
    text-align: center;
    position: relative;

    border: solid 5px #fff;
    font-family: 'Helvetica';
    border-radius: 50px !important;
    top: -30px;
}

.category h3:hover {
    margin-left: 10px;
    word-break: normal;
    background-color: #fff !important;
    padding: 15px;
    font-size: 0.8rem !important;
    color: #CB4330;
    text-decoration: none;
    width: 150px;
    display: inline-block;
    text-align: center;
    position: relative;

    border: solid 5px #CB4330;
    font-family: 'Helvetica';
    border-radius: 50px !important;
    top: -30px;
}
.page-numbers {
    text-align: center;
    padding: 5px;
    top: 10px;
    position: relative;
    margin-bottom: 10px;
}
.product-item .button {
    margin-top: 0!important;
    margin-bottom: 20px!important;
    top: 0!important;
}
.wp-block-button__link,
.button {
    margin-left: 10px;
    word-break: normal;
    background-color: #8BC65B !important;
    padding: 15px !important;
    font-size: 0.8rem !important;
    color: #fff;
    text-decoration: none;

    display: inline-block;
    text-align: center;
    position: relative;

    border: solid 5px #fff;
    font-family: 'Helvetica';
    border-radius: 50px !important;
    top: 0px;
}

.wp-block-button__link a,
.button a {
    color: #fff;

}

.wp-block-button__link a:hover,
.button a:hover {
    color: #8BC65B;

}

.wp-block-button__link:hover,
.button:hover {
    margin-left: 10px;
    word-break: normal;
    background-color: #fff !important;
    padding: 15px !important;
    font-size: 0.8rem !important;
    color: #8BC65B !important;
    text-decoration: none;

    display: inline-block;
    text-align: center;
    position: relative;

    border: solid 5px #8BC65B !important;
    font-family: 'Helvetica';
    border-radius: 50px !important;
    top: 0px;
}

#foot-menu li a {
    display: block;
    color: inherit;
    padding: 0px;
    text-decoration: none;
}

.wp-block-search__button:hover {
    margin-left: 10px;
    word-break: normal;
    background-color: #fff;
    padding: 10px;
    font-size: 0.8rem;
    color: #8BC65B;
    text-decoration: none;

    display: inline-block;
    text-align: center;
    position: relative;

    border: solid 5px #8BC65B;
    font-family: 'Helvetica';
    border-radius: 50px;
}

.wc-block-product-categories-list-item a,
.wc-block-product-categories-list-item-count,
.wc-block-product-categories-list-item-count:before,
.wc-block-product-categories-list-item-count:after {
    font-family: "Baloo Thambi 2", system-ui;
    text-decoration: none;
    color: #000;
}

.wp-block-search__input {
    font-family: 'Helvetica';
    color: #000;
    font-size: 0.8rem;
}

.woocommerce-product-attributes li,
.wc-block-product-categories-list--depth-0 > li {
    list-style-type: none;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
}

.button,
.wp-block-button__link {
    background-color: #8BC65B;
    padding: 15px;

    color: #fff;
    text-decoration: none;
    margin-top: 60px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 150px;
    border: solid 5px #fff;
    font-family: 'Helvetica' !important;
    border-radius: 50px;
}

.button2 {
    background-color: #8BC65B;
    padding: 10px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    margin-top: 55px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -130px;
    border: solid 5px #fff;
    font-family: 'Helvetica';
    border-radius: 50px;
}


.button:hover,
.wp-block-button__link:hover {
    background-color: #fff;
    padding: 15px;

    color: #8BC65B;
    text-decoration: none;
    margin-top: 55px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 150px;
    font-family: 'Helvetica';
    border: solid 5px #8BC65B;

}

.button2:hover {
    background-color: #fff;
    padding: 10px;
    font-size: 1rem;
    color: #8BC65B;
    text-decoration: none;
    margin-top: 55px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -130px;
    font-family: 'Helvetica';
    border: solid 5px #8BC65B;
}


.decor {
    font-family: "Baloo Thambi 2", system-ui;
    font-size: 2rem;
    top: 30px;
    color: #F7B489;
    position: relative;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.decor-h2 {
    color: #000;
    font-size: 3rem;
    z-index: 1;
    position: relative;
    font-family: 'Helvetica';
    font-weight: 600;
}

.about {
    /* top: -300px;*/
    position: relative;
    background-image: url(img/about21.png);
}

/*
.about .center-box {
    top: -200px;
    position: relative;

}
*/
.about-decortext {
    padding: 20px;
}

.offers .wp-block-details summary::before {
    content: "▼";
    /* Alapértelmezett lefelé mutató nyíl */
    display: inline-block;
    margin-right: 8px;
    /* Kis távolság a nyíl és a szöveg között */
    font-size: 16px;
    color: #8BC65B;
    vertical-align: middle;
    transition: transform 0.3s ease;
    /* Simán fordul át */
}

summary::-webkit-details-marker {
    display: none;
    /* Eltávolítja az alapértelmezett nyilat Webkit-alapú böngészőkben (pl. Safari) */
}

summary::-moz-list-bullet {
    display: none;
    /* Eltávolítja az alapértelmezett nyilat Firefox böngészőkben */
}

summary::marker {
    display: none;
    /* Eltávolítja az alapértelmezett nyilat más modern böngészőkben */
}

summary {
    font-weight: 600;
}

.offers {
    background-color: #F5F5F5;
    padding-bottom: 80px;
}

.offers p {
    text-align: left;
    padding: 15px;
    background-color: #fff;
    border-radius: 30px;
}

.wp-block-details[open] summary:before {
    content: "▲";
    /* Felfelé mutató nyíl, amikor nyitott */
}

.catalog {
    background-image: url(img/katalogus-bg.jpg);
    background-size: cover;
}

.catalog .wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 0px;
}

.catalog-img {
    position: relative;
    /* A szülőelem relatív pozícionálása */
    display: inline-block;
    /* A szülőelem igazodjon a képekhez */
}

.catalog-img img {
    z-index: 10;
    position: relative;
    max-width: 90% !important;
}

.catalog-img::after {

    content: "";
    background-color: #F7B489;
    height: 110%;
    width: 30%;
    position: absolute;
    top: -30px;
    left: 75%;
    /* z-index: -1; */
    transform: translateX(0);


}

/*
.catalog img {
    display: block; /* A kép teljes szélességet foglal el a konténerben */
box-shadow: -30px 0 0 #F7B489;
/* A bal oldalon egy 30px széles barack színű hasáb */
}

*/ .read-more {
    color: #8BC65B;
    border: solid 0px #aaa !important;
    cursor: pointer;
    padding: 0rem 0rem !important;
    border-radius: 0rem !important;
    line-height: 1;
}

.category .wp-block-cb-reviews .review-content img {

    margin-right: 0rem !important;
}

.garancia {
    position: relative;

}

.about2 {
    padding: 150px 0px;
}




.accordionh3 {
    color: #AF8748;
    margin-bottom: 100px;
}

img {

    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Lágyabb animáció */
}

img:hover {
    transform: scale(1.02);
    /* Enyhe növekedés, 5%-kal nagyobb */

}



.testimonilas img {
    width: 25%;
    margin: 40px 0;
}

::marker {
    content: none !important;
}

.reviews-slider {

    position: relative;
    width: 100%;
}

.next-review,
.prev-review {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -350px;
    z-index: 5;
    border-radius: 50%;
    background: #000;
}

.reviews-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.next-review {
    right: 50px;
}

.prev-review {
    left: 50px;
}

.next-review:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -4px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #926032;
}

.prev-review:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #926032;
}

.reviews-slider li:before {
    content: none;
}

.reviews-slider ul {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.reviews-title {
    text-align: center;
    margin-bottom: 10px;
}

.reviews-slider li {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: initial;
    padding: 0;
    margin: 0;
    vertical-align: top;
}



.reviews li p {

    padding: 30px;
    width: 80%;
    text-align: center;
    position: relative;
    left: 10%;
}

.carousel {
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;

}

.image img {
    width: 100%;
}

.image-text {
    background-color: #AF8748;
    padding: 20px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    margin-top: 55px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    top: -200px;
    text-align: left;
}

.image-text a {
    color: #B10707;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
}

.carousel ul.slides {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}

.carousel li.slide {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: initial;
}

#carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#carousel-wrap {
    width: 100%;
    overflow: hidden;
}

#carousel ul.slides {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}

#carousel li.slide {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: initial;
}

#carousel li.slide a {
    display: block;
}

div.my_carousel .next {
    right: 0px !important;
}

div.my_carousel .prev {
    left: 0px !important;
}

#next-slide,
#prev-slide {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -350px;
    z-index: 5;
    border-radius: 50%;
    background: #fff;
}

#next-slide {
    right: 10px;
}

#prev-slide {
    left: 10px;
}

#next-slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -4px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #AF8748;
}

#prev-slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #AF8748;
}

#navigation {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 30px;
    bottom: 0;
    z-index: 5;
    padding-bottom: 50px;
}

#navigation div {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #f5f5f5;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* gördítősáv rejtve */
}

.galery {
    display: flex;
    gap: 20px;
    /* elem közötti hely */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    /* x - vízszntes görgtés, y - függőleges */
    box-shadow: 0 3px 10px 0 rgba(#000, 0.1);
    -webkit-overflow-scrolling: touch;
    /* fontos az iOS eszközökhöz */
    scroll-padding: 1rem;
    padding: 1rem;
}

.galery > div {
    scroll-snap-align: center;
    flex: 0 0 180px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(116, 122, 240, 0.2);
    padding: 1rem;
    min-height: 150px;
    text-align: center;
}

.galery img {
    width: 100%;
}

.garancia img {
    width: 274px;
}

element.style {
    width: 300px !important;
    height: auto;
}

footer {
    background-color: #F5F5F5;
    padding-top: 50px;

}

footer li,
.social li {
    display: block;
}

footer li {
    color: #000;
    text-align: left;
}

footer .col-1-3 {
    display: flex;
    justify-content: center;
    /* Középre igazítja az elemeket vízszintesen */
    align-items: center;
    /* Középre igazítja az elemeket függőlegesen */
}

footer li h2 {
    display: block;
    margin: 20px;
}

footer h2 {
    color: #707070;
}

#logo-footer img {
    width: 200px;
}

.foot1 {
    text-align: left;

}

.foot3 img {
    width: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.social ul li {
    list-style: none;
    margin: 0 0.5rem;
    display: inline-block;

}

.social {
    padding-bottom: 20px;
}

.social img {
    margin-right: 10px;
    cursor: pointer;
}

.foot2 {
    float: right;
    text-align: right;
}

}

.social ul {
    display: inline-block;
}

.social li {
    display: inline-block;
    margin: 5px;
}



.postimg {
    width: 50%;
}

.price-item {
    background-color: #FDF3E4;
    border: solid 3px #CB712A;
    margin-top: 145px;

}

.price1 {
    background-color: #FDF3E4;
    text-align: left;
    padding: 30px;


}

#pricehead {
    background-color: #CB712A;
    padding: 20px;
    margin-top: 0px !important;
    color: #FDF3E4;
}

#pricehead h2 {
    margin-top: 0px !important;
}



#go-to-top {
    background: #8BC65B;
    line-height: 2rem;
    position: fixed;
    bottom: 0;
    right: 1rem;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10000;
    font-size: smaller;
    font-family: 'Helvetica';
    color: #fff;
}

#cart img {
    position: relative;
    width: 30px;
}

.cart-total {
    color: #fff;
}

.cart-contents img {
    width: 30px;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#copyright {
    padding: 0.75rem 0;
    text-align: center;
    font-size: smaller;
    padding-top: 20px;
    color: #000;
    background-color: #F5F5F5;
    border-top: solid 1px #000;
}

.review-p {
    margin-top: 250px;
    text-align: left !important;
}

.review2-p {
    margin-top: 280px;
}

.star-products {
    max-width: 400px;
    max-height: 650px;
    border-radius: 30px;
    background-color: white;
    border: solid 3px #F7B489;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
padding-bottom: 100px;
}


.star-products .wp-block-button__link,
.button {
    position: relative;
    top: 30px;
}

.hero-text {
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.65);

    padding: 20px;
}
    .about,
    .gari,
    .catalog,
    .offers {
        margin-top: 190px !important;
        position: relative;
    }

.kiemelt {}

@media only screen and (min-width: 1600px) and (max-width: 2441px) {

    .hero {

        padding-bottom: 100px;
    }

}

/*@media only screen and (min-width: 1747px) and (max-width: 2441px) {

    .offers,
    .feedback {
        padding-bottom: 100px;
    }

}*/

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 768px) {

    .wc-block-featured-product .wc-block-featured-product__title,
    .wc-block-featured-product .wc-block-featured-product__variation {
        border: 0;
        margin-top: 0;
        /* text-wrap: nowrap; */
        font-size: 100%;
        margin: 10px;
    }

    .about,
    .gari,
    .catalog,
    .offers {
        margin-top: 190px !important;
        position: relative;
    }


    .wp-block-cb-reviews .review-content img {
        max-width: 100% !important;

    }

    .hero .button,
    .wp-block-button__link {
        margin-bottom: 0px;
    }

    .catalog-img::after {

        content: "";
        background-color: #F7B489;
        height: 110%;
        width: 30%;
        position: absolute;
        top: -35px;
        left: 75%;
        /* z-index: -1; */
        transform: translateX(0);


    }

    .review-p {

        text-align: center !important;
    }

    .hero {

        padding-bottom: 0px;
    }

    .wc-block-featured-product__link {

        padding: 0;

    }

    .offers .wp-block-button__link {
        background-color: #CB4330 !important;
        padding: 15px !important;
        font-size: 1rem !important;
        color: #fff !important;
        text-decoration: none !important;
        display: inline-block !important;
        text-align: center !important;
        position: relative !important;
        border: solid 5px #fff !important;
        font-family: 'Montserrat', sans-serif !important;
        border-radius: 50px !important;
    }

    .button,
    .wp-block-button__link {

        padding: 15px;
        font-size: 1rem;

    }

    .wp-block-embed iframe {
        max-width: 100%;
    }

    .button2,
    .button,
    .button2:hover,
    .button:hover {
        padding: 10px;
        font-size: 1rem;
        top: 0px;
    }

    .item img,
    .cat-item img,
    .partners img {

        width: 100%;
    }

    .garancia img {

        width: 274px;
    }

    .hero-text {
        margin-top: 0px;

    }

    .hero-text h2 {
        font-size: 1rem;
        margin-top: 0;
        position: relative;
        margin-top: 20px;
    }


    .hero-text h1 {
        font-size: 1.5rem;

    }

    .hero {
        height: auto;
        padding-bottom: 20px;
    }

    .decor {
        font-size: 2.5rem;
        top: 30px;
    }

    .decor-h2 {
        font-size: 1.5rem;
        padding-bottom: 60px;
    }



    .rolamtext .button {
        text-align: center;
    }

    .hero-text {
        width: auto;

    }

    .hero-img img {

        width: 100%;
    }

    .reviews img {}

    footer h2 {
        font-size: 0.5rem;
        font-family: 'Montserrat Alternates', sans-serif;
        line-height: 1.5;
        /* margin-top: 80px; */
        margin-bottom: 30px;
        display: inline;
    }

    .rolamimg img {
        width: 100%;
    }

   

    #hamburger {
        display: block;
        width: 100%;
        height: 40px;
        background-size: 100% 100%;
        top: 60px;
       position: relative;
        vertical-align: middle;
        text-align: left;
        line-height: 40px;
        margin: 20px 0px 30px 0px;
        z-index: 1000;
    }

    #hamburger:after {
        content: "";
        display: inline-block;
        width: 28px;
        height: 24px;
        vertical-align: middle;
        margin-left: 10px;
        border-top: double 10px #8BC65B;
        border-bottom: double 10px #8BC65B;
    }

    #hamburger:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
    }

    #main-menu li {
        display: block;
        border-bottom: 0.1px solid lightgray;
    }

    .hambi-open,
    . menu {
        background-size: 100% 150% !important;
    }

    .hambi-open:after {
        height: 0 !importan;
        border-top: solid 2px #F7B489 !important;
        border-bottom: solid 2px #F7B489 !important;
    }

    #top-menu {
        position: relative;
        top: -20px;
        width: 50%;
    }

    #logo {
        display: inline-block;
        width: 150px;
        position: relative;
    }

    #main-menu li a {
        font-size: 1rem;
    }

}

/* Mobilon tüntessük el a csúszkát */
    @media (max-width: 768px) {
      .custom-scrollbar {
        display: none;
      }
    }


@media only screen and (min-width: 2035px) and (max-width: 2554px) {}

@media only screen and (min-width: 2555px) and (max-width: 2648px) {}

@media only screen and (min-width: 2649px) and (max-width: 3470px) {}

@media only screen and (min-width: 2649px) and (max-width: 2755px) {}

@media only screen and (min-width: 2756px) {}


@media only screen and (max-width: 450px) {
        .hero {
        height: auto;
            padding-bottom: 20px;
    }

    .testimonilas img {
        width: 50%;

    }

    .catalog-img::after {
        top: -25px;
    }

    .decor {
        font-size: 1.8rem;
        top: 17px;
    }

    .price-text {
        padding: 20px;
        width: 100%;

    }

    .hero-img img {
        width: 100%;
    }

    .image-text {
        top: -100px;
    }

    .category {}


    .catalog-img::after {
        display: none;
    }
    .category .wp-block-button__link, 
    .category .wp-block-button__link:hover {
        top:-100px;
    }
    .col-3-4 {
        width: 100%;
    }
    .catalog .wp-block-spacer {}
}
