

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.addedToCart_layer {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 100;
}

.addedToCart_layer .alert-success {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
}

.addedToCart_layer .alert-success a {
    color: #fff;
}

.addedToCart_layer.act {
    display: block;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

:root {
    --szerszamshop-lightgrey: #f4f4f4;
    --szerszamshop-grey: #272727;
    --szerszamshop-red: #ff0036;
    --carousel-height: 600px;
    --wide-img-height: 503px;
}
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
    color: #272829;
}

.custom-checkbox p a {
    font-weight: 600;
    color: #272829;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    border: 0.7px solid #B9B9B9;
    border: 0.7px solid #B9B9B9;
    background-color: #F9F9F9;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}

.custom-checkbox input:checked ~ span {
    background-color: #f00;
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}

body {
    font-optical-sizing: auto;
    font-family: "Source Sans 3", sans-serif;
    background-color: #f9faeb;
    font-size: 16px;
    color: black;
}

.top-menu-row {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0őx;
    vertical-align: middle;
    color: #fff
}

.top-menu-row a {
    color: #fff
}

.top-fluid {
    background: linear-gradient(90deg, #56A6DF 0%, #22B086 50%, #8EBF55 100%);
}

.nav-link {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1E1E1E;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-link:hover,
.nav-link:focus {
    color: #00A581 !important;
}

.btn-cta {
    background-color: #FF8150;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px 18px;
    text-decoration: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    border-radius: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}

.search-wrap {
    position: relative;
    display: flex;
    width: 239px;
}

.search-wrap .search-input {
    width: 100%;
    height: 37px;
    border-radius: 15px;
    background-color: #ECECEC;
    font-weight: 400;
    color: #1E1E1E;
    border: 0px;
}

.search-wrap button {
    position: absolute;
    top: 5px;
    right: 12px;
    cursor: pointer;
    padding: 0px;
    border: 0px;
    background-color: transparent;
}

.search-wrap button img {
    object-fit: contain;
    width: auto;
    height: auto;
}

#mainNav {
    justify-content: flex-end;
}

.header-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

header {
    background-color: white;
}

.menu-row {
    min-height: 70px;
}

.one-category-block {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-left: 12px solid #22B086;
    margin-bottom: 30px;
}

.one-category-block:hover::before,
.one-category-block:focus::before {
    background: linear-gradient(270deg, rgba(34, 176, 134, 0.3) 0%, #22B086 100%);
}

.one-category-block:hover,
.one-category-block:focus {
    box-shadow: 4px 3px 7px 0px #0000004F;
}

.one-category-block::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000080;
    z-index: 100;
    left: 0px;
    right: 0px;
}

.one-category-block img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.home-hero-section {
    margin-top: 42px;
    margin-bottom: 30px;
}

.category-title {
    position: absolute;
    z-index: 1000;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    padding-right: 12px;
}

.home-main-title {
    color: #323232;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.statit-content {
    font-size: 16px;
    font-weight: 400;
}

.arrow-row { 
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
    padding: 24px 0px;
}

.arrow-link {
    position:relative; 
    display:inline-block; 
    text-decoration:none;
    height:50px; /* az SVG magassága */
}

.arrow-link svg {
    display:block; 
    height:100%; 
    width:auto;
} /* aránytartó */

.arrow-link span{
    position:absolute; 
    inset:0; 
    display:flex; 
    align-items:center; 
    justify-content:center;
    color:#fff; 
    font-weight: 900; 
    font-size: 20px;
    letter-spacing:.5px;
    text-transform:uppercase;
    white-space:nowrap; 
    pointer-events:none; /* katt a linkre menjen */
}

.standard-title {
    font-weight: 600;
    font-size: 20px;
}

.section-title.green {
    color: #80C342;
}
.section-title.red {
    color: #FF5900;
}
.section-title {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 1em;
    padding-top: 4em;
}

.product-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-card .product-list-img {
    width: 100%;
    display: flex;
}

.product-card .product-list-img img {
    width: 100%;
    height: 260px;
    border: 1px solid #80C342;
}

.red-fluid .product-card .product-list-img img {
    border: 1px solid #FF5900;
}

.product-list-title {
    font-weight: 700;
    color: #1E1E1E;
    font-size: 16px;
    height: 70px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-list-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-weight: 600;
    color: #1E1E1E;
    font-size: 20px;
    gap: 6px;
}

.product-list-price-row .old-price {
    color: #FF5900;
    text-decoration: line-through;
    font-size: 18px;
}

.red-fluid {
    margin-bottom: 5em;
}

.home-icons-fluid {
    background-color: #E8F7D3;
    padding-top: 2em;
    padding-bottom: 2em;
}

.icons-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 27px;
    margin-top: 2em;
    width: 25%;
}

.one-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    background-color: #FFFFFA;
    border: 2px solid #D8EBBE;
    border-radius: 50%;
}

.icon-title {
    color: black;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    text-align: center;
    height: 60px;
    justify-content: center;
}

.standard-btn {
    background: linear-gradient(90deg, #FF8150 0%, #FF8150 100%); /* narancs, de gradient */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px 18px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    gap: 8px;
    min-height: 52px;
    width: fit-content;
    border: 0px;
    transition: background .4s ease-in-out, box-shadow .3s ease-in-out;
}

.standard-btn svg {
    display: block;   /* baseline eltolás megszűnik */
    height: 17px;      /* szöveg méretéhez igazodik */
    width: auto;
}

.standard-btn:hover,
.standard-btn:focus {
    background: linear-gradient(90deg, #FF8150 0%, #FFD500 150.26%);
    box-shadow: 4px 3px 7px 0px #0000004F;
    color: #fff;
}

.help-you-fluid {
    padding-top: 5em;
    padding-bottom: 5em;
}

.one-help-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2em;
    margin-bottom: 3em;
}

.one-help-block img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.help-you-title {
    font-size: 14px;
    text-transform: uppercase;
    height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    color: #323232;
    font-weight: 700;
}

.partners-fluid {
    background-color: #E8F7D3;
    padding-top: 69px;
    padding-bottom: 69px;
}

.partner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: white;
    border-radius: 10px;
    height: 160px;
    width: 100%;
}

.partner-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-list-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-card-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.blog-card-img .date {
    background-color: #22B086;
    width: 133px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    left: 0px; top: 0px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 306px;
    object-fit: cover;
}

.blog-card-title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #323232;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
}

.blog-card-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    color: #22B086;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}

footer {
    background-color: #43494F;
    padding-top: 27px;
    padding-bottom: 27px;
}

.copyright-text {
    color: #D0D0D0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 0px;
    margin-left: 1em;
}

.simple-logo img {
    width: 200px;
    height: auto;
    object-fit: contain;
    margin-top: 2em;
}

.footer-link {
    color: #D0D0D0;
    font-size: 14px;
    font-weight: 400;
}

.footer-link:hover,
.footer-link:focus {
    color: #00A581;
}

.main-sub-fluid {
    padding-top: 3em;
    padding-bottom: 5em;
}

.category-fluid .one-category-block img {
    height: 275px;
}

.gyik-container {
    display: flex;
    background-color: white;
    border: 1px solid #FF8150;
    box-shadow: 0px 3px 10px 0px #0000004F;
    padding: 14px 18px;
    width: 100%;
    flex-direction: column;
    margin-top: .5em;
}

.gyik-opened-title {
    color: #FF8150;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.gyik-opened-answer {
    padding-bottom: 20px;
}

.aboutus-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.one-opinion-row {
    border-left: 11px solid #80C342;
    background-color: #fff;
    padding: 18px 25px;
    border-radius: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.opinion-owner {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.blog-list-page {
    margin-top: 45px;
}

.blog-list-page .blog-card-img img {
    height: 274px;
}

.blog-list-content-title {
    font-weight: 700;
    font-size: 24px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.navigation-blog-row {
    padding-top: 5em;
}

.blog-view-big-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.topic-card .card-header {
    background-color: #8EC247;
    height: 47px;
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
}

.list-group-item {
    border: 0p !important;
    border-bottom: 1px solid #E4E5E5 !important;
    font-weight: 400;
    font-size: 16px;
    color: black;
    text-decoration: none !important;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active {
    background-color: #E8F7D3;
    border-bottom: 1px solid #E4E5E5 !important;
    border-left: 9px solid #8EC247 !important;
    font-weight: 600;
    color: black;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.card {
    border: 0px;
    border-radius: 0px;
}

#faqList {
    padding-top: 1.5em;
}

.faq-toggle {
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border: 0px;
    background-color: transparent; 
    outline: none !important;
}

.faq-toggle span {
    color: #8EC247;
    font-size: 20px;
}

.faq-toggle svg {
    height: 20px;
    width: 20px;
    fill: #8EC247
}

.faq-toggle svg path {
    stroke: #8EC247;
}

.faq-toggle[aria-expanded="true"] .plus{
    display: none;
}

.faq-toggle[aria-expanded="true"] .minus{
    display: block;
}

.faq-toggle[aria-expanded="false"] .minus{
    display: none;
}

.faq-answer {
    padding: 20px;
}

.form-block {
    margin-top: 5em;
}

#contact_form_content_page .form-control {
    min-height: 54px;
    border: 1px solid #989898;
    background-color: white;
    border-radius: 10px;
    padding: 12px;
}

#contact_form_content_page button {
    width: 186px;
}

.blog-list-content-title.karrier {
    margin-bottom: .5em;
}

.one-category-block.karrier-card {
    margin-bottom: 0px;
}

.one-category-block.karrier-card img {
    height: 244px;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    flex-direction: row;
}

.small-btn {
    min-height: 33px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Sor beállítások */
.allas-group{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:56px;                  /* távolság az elemek között (a képen nagy) */
    padding:10px 0;
}

/* Egy elem */
.allas{
    display:inline-flex;
    align-items:center;
    gap:14px;
    cursor:pointer;
    user-select:none;
    font-weight:700;
    color:var(--text);
}

/* Natív rádió elrejtése, de fókuszálható marad */
.allas input[type="radio"]{
    position:absolute;
    opacity:0;
    width:0; height:0;
}

/* Kör */
.allas-dot{
    width:26px; height:26px;
    border-radius:50%;
    border: 1px solid #EAEAEA;
    background:#fff;
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    transition:all .2s ease-in-out;
}

/* Hover/fókusz jelzés */
.allas:hover .allas-dot{
    box-shadow:0 0 0 4px rgba(139,191,85,.12);
}
.allas input[type="radio"]:focus + .allas-dot{
    box-shadow:0 0 0 4px rgba(139,191,85,.22);
}

/* Aktív (checked) állapot – zöld kör + pipa */
.allas input[type="radio"]:checked + .allas-dot{
    background:#80c342;
    border-color:#80c342;
}
.allas input[type="radio"]:checked + .allas-dot::after{
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 12px;
    height: 7px;
    border: solid #fff;
    border-width: 0 0 3px 3px;  /* alsó + bal oldali szár */
    transform: rotate(-45deg);
}

/* Tipó finomhangolás */
.allas-text{
    font-size:20px;       /* a mintán nagyobb betű */
    line-height:1;
    font-weight: 600;
    color: #1E1E1E;
}

/* EOF */