/* root */
:root {
    --feher: #ffffff;
    --fo-szin2: #024950;
    --fo-szin2-hover: #06747e;
    --fekete: #000000
}

/* Woocommerce */

.woocommerce {
    width: 100%;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0px;
}

ins {
    text-decoration: none!important;
}

/* Woocommerce my account */
.woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: calc(100% - 20px) !important;
    padding: 10px;
    float: none;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 20px) !important;
    padding: 10px;
    align-items: stretch;
    float: none;
}

nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    gap: 20px !important;
}

nav.woocommerce-MyAccount-navigation ul li {
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
    text-decoration: underline;
}

/* Woocommerce bejelentkezés */
.woocommerce form.login, .woocommerce form.register {
    border: none!important;
}
.woocommerce-form-login label,
.woocommerce-form-register label{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.woocommerce-form-login input,
.woocommerce-form-register input{
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit{
    background-color: var(--fo-szin2)!important;
    padding: 10px!important;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1)!important;
}
.woocommerce-form-login button:hover,
.woocommerce-form-register button:hover{
    background-color: var(--fo-szin2-hover)!important;
    padding: 10px!important;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1)!important;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    color: #fff!important;
}

/* Értesites */
.woo-ertesites-ertesites,
.woo-ertesites-siker,
.woo-ertesites-hiba {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: calc(100% - 20px);
    gap: 12px;
}

.woo-ertesites-ertesites {
    border-top: 8px solid #2C5784;
}
.woo-ertesites-siker {
    border-top: 8px solid #44AF69;
}
.woo-ertesites-hiba {
    border-top: 8px solid #931F1D;
}


/* Fiókom oldal */
.woocommerce-MyAccount-navigation {
    display: flex;
    height: 100%;
}

/* Fiók rendelések */
.woocommerce-order-details {
    padding-top: 20px;
}
.woocommerce table.shop_table {
    border: 1px solid #000;
    border-radius: 0px;
}
.woocommerce table.shop_table thead tr {
    font-size: 16px!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 600!important;
}
.woocommerce table.shop_table tbody th a {
    font-size: 18px!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 600!important;
}
.woocommerce table.shop_table tbody td {
    font-size: 18px!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 400!important;
}
.woocommerce table.shop_table tfoot th {
    font-size: 15px!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 400!important;
}
.woocommerce table.shop_table tfoot td {
    font-size: 15px!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 600!important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    font-size: 16px!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 600!important;
}
.woocommerce-column--billing-address address,
.woocommerce-column--shipping-address address {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    border: 0px!important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px!important;
}

/* Fiók oldal */
.woocommerce-address-fields button{
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--fo-szin2);
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.woocommerce-address-fields button:hover{
    background-color: var(--fo-szin2-hover);
}
.woocommerce-Addresses address {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px!important;
}
.woocommerce-Address-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

/* Fiók fiókadatok */
.woocommerce-EditAccountForm, .woocommerce-address-fields {
    display: flex;
    flex-direction: column;
}
.woocommerce-EditAccountForm input, .woocommerce-address-fields input {
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.woocommerce-EditAccountForm em, legend {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.woocommerce-EditAccountForm button{
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--fo-szin2);
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

/* Közös elemek */
.single-termek-fent-jobb-lista-mennyiseg,
.oldalso-kosar-tetel-jobb-fent-bal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden;
}

.oldalso-kosar-tetel-jobb-fent-bal input, button {
    padding: 5px;
    cursor: pointer;
    border: 0px;
    background-color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.oldalso-kosar-tetel-jobb-fent-bal input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.oldalso-kosar-tetel-jobb-fent-bal input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    outline: none;
    cursor: text;
}

.oldalso-kosar-tetel-jobb-fent-bal input[type="number"] {
    -moz-appearance: textfield;
}

.oldalso-kosar-tetel-jobb-fent-bal button:hover,
.single-termek-fent-jobb-lista-mennyiseg button:hover {
    background-color: #d8d8d8;
}

.oldalso-kosar-tetel-jobb-fent-jobb a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #ffffff;
}

.oldalso-kosar-tetel-jobb-fent-jobb a:hover {
    background-color: #d8d8d8;
}


/* Kosár oldalsó */
#oldalso-kosar {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background-color: #ffffff;
    transition: right 0.3s ease;
    z-index: 50;
}

@media screen and (max-width: 450px) {
    #oldalso-kosar {
        width: 100%;
    }
}

#oldalso-kosar-hatter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 40;
    cursor: pointer;
}

.oldalso-kosar-fej {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 30px);
    padding: 15px 10px;
    align-items: center;
}

.oldalso-kosar-fej img {
    width: 25px;
    height: auto;
}

.oldalso-kosar-fej a {
    cursor: pointer;
}

.oldalso-kosar-tartalom {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    padding-bottom: 50px;
}

.oldalso-kosar-tartalom p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.oldalso-kosar-tetel {
    display: flex;
    flex-direction: row;
    padding: 5px;
    margin: 5px 10px;
    background-color: #f8f8f8;
}

.oldalso-kosar-tetel-bal {
    display: flex;
    flex-direction: column;
    width: 100px;
}

.oldalso-kosar-tetel-jobb {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 5px;
}

/* Kosár tartalom jobb fent */
.oldalso-kosar-tetel-jobb-fent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.oldalso-kosar-tetel-jobb-fent-jobb {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
}

.oldalso-kosar-tetel-jobb-fent {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* Kosár tartalom jobb lent */
.oldalso-kosar-tetel-jobb-lent {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-left: 5px;
    align-items: flex-start;
}

.oldalso-kosar-lab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: var(--fo-szin2);
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    width: calc(100% - 20px);
    cursor: pointer;
    color: #ffffff;
}

.oldalso-kosar-lab:hover {
    background-color: var(--fo-szin2-hover);
}

/* Kenyérmorzsák */
.kenyermorzsak {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    gap: 2px;
    width: calc(100% - 10px);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.kenyermorzsak a {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}


/* Üzlet oldal */
.shop-oldal {
    display: flex;
    flex-direction: column;
    width: 100%;
}


/* Termékek kategória teteje */
.kategoria-allitok {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.wpfMainWrapper {
    display: flex;
    flex-direction: row;
}

.wpfFilterWrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.wpfFilterWrapper[data-display-type="dropdown"] select {
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
    border: 0px;
    border-radius: 4px;
    padding: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.wpfFilterWrapper[data-display-type="dropdown"] div {
    padding: 0px;
}

.wpfFilterWrapper[data-display-type="dropdown"] select {
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.wpfFilterWrapper[data-display-type="dropdown"] select option {
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.wpfMainWrapper [data-display-type="list"] ul {
    padding: 5px;
}

.wpfMainWrapper [data-display-type="list"] ul li {
    margin: 5px 0;
    padding: 8px;
    border: none;
    cursor: pointer;
    border-radius: 10px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.wpfMainWrapper [data-display-type="list"] ul li label {
    display: flex;
    justify-content: flex-start;
}

.wpfMainWrapper [data-display-type="list"] ul li:hover {
    background-color: #f1f1f1;
}

.wpfLiLabel {
    padding-left: 5px;
    padding-right: 5px;
}

.wpfFilterContent {
    padding: 0px !important;
}

.wpfFilterTaxNameWrapper {
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.wpfFilterButtons {
    padding: 0px;
}

.wpfMainWrapper button {
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--fo-szin2);
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff!important;
}

.wpfMainWrapper button:hover {
    background-color: var(--fo-szin2-hover);
}


@media screen and (max-width: 800px) {
    .wpfMainWrapper {
        flex-direction: column;
    }
}


/* Termékek kategória oldal termek lista */
.kategoria-termekek {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    width: calc(25% - 20px);
    background-color: #ffffff;
    overflow: hidden;
    gap: 10px;
}

.kategoria-termekek a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.kategoria-termekek img {
    width: 100%;
    object-fit: contain;
}

.kategoria-termekek-nev {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .kategoria-termekek {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 380px) {
    .kategoria-termekek {
        width: calc(100% - 20px);
    }
}

/* Termékek kategória lapszámozás */
.kategoria-lapszamolas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.kategoria-lapszamolas ul {
    display: flex;
    flex-direction: row;
}

.kategoria-lapszamolas ul li span {
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #000;
    text-decoration: none!important;
}

.kategoria-lapszamolas a {
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #000;
    text-decoration: none!important;
}

.kategoria-lapszamolas a {
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #000;
    text-decoration: none!important;
}

/* Single termékek oldal variaciok */
table.variations {
    display: flex;
    flex-direction: column;
    width: 100%;
}

table.variations tbody {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}

table.variations tr {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
}

table.variations th {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

table.variations td {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



/* Single termékek oldal */
.single-termek {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.single-termek-fent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.single-termek-fent-bal {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: calc(50% - 20px);
}

.single-termek-fent-bal-fokep {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.single-termek-fent-bal-fokep img {
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.single-termek-fent-bal-galleria {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: calc(100% - 20px);
    gap: 10px;
}

.single-termek-fent-bal-galleria img {
    width: calc(25% - 10px);
    height: 60px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.single-termek-fent-bal-galleria img:hover {
    transform: scale(1.1);
}

.single-termek-fent-bal-galleria-teljes-kijelzo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    text-align: center;
    overflow: auto;
}

.single-termek-fent-bal-galleria-teljes-kijelzo img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: block;
}

.single-termek-fent-bal-galleria-teljes-kijelzo-bezar {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}


.single-termek-fent-jobb {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: calc(50% - 20px);
    justify-content: flex-start;
    gap: 25px;
}

.single-termek-fent-jobb-cim {
    padding-bottom: 30px;
}

.single-termek-fent-jobb input {
    width: 30px;
    padding: 5px;
    cursor: text;
    border: 0px solid #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    outline: none;
    text-align: center;
}

.single-termek-fent-jobb-lista,
.single-termek-fent-jobb-lista-attribute,
.single-termek-fent-jobb-lista-meta,
.single-termek-fent-jobb-lista-ar,
.single-termek-fent-jobb-lista-gomb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.single-termek-fent-jobb-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.single-termek-fent-jobb-lista-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.single-termek-fent-jobb-lista-form.variations {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.wapf {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.wapf input {
    border: 2px solid #000;
    border-radius: 8px;
}

.single-termek-fent-jobb-lista-gomb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.single-termek-fent-jobb-lista-valaszt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 2px solid #ccc;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.single-termek-fent-jobb-lista-valaszt.selected {
    border-color: #000;
}

.single-termek-fent-jobb-lista-valaszt.out-of-stock {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    color: #999;
    cursor: not-allowed;
}

.single-termek-fent-jobb-form-gomb {
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--fo-szin2);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 700;
    width: 100%;
}

.single-termek-fent-jobb-form-gomb:hover {
    background-color: var(--fo-szin2-hover);
}

@media screen and (max-width: 700px) {
    .single-termek-fent {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .single-termek-fent-bal {
        display: flex;
        flex-direction: column;
        padding: 10px;
        width: calc(100% - 20px);
    }

    .single-termek-fent-jobb {
        display: flex;
        flex-direction: column;
        padding: 10px;
        width: calc(100% - 20px);
        justify-content: flex-end;
    }
}

/* Egy termékek oldal kozepen */
.single-termek-kozepen {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    width: calc(100% - 20px);
    gap: 25px;
}
.single-termek-kozepen-fent {
    flex-direction: row!important;
}
.single-termek-kozepen-fent li a{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: var(--fekete);
}
.single-termek-kozepen-fent .active{
    border-bottom: 3px solid var(--fekete);
}
.single-termek-kozepen-lent {
    display: flex;
    flex-direction: column;
    width: inherit;
    gap: 25px;
}
.single-termek-kozepen-lent ul {
    border-left: 4px solid #404040;
    padding-left: 15px;
    margin: 20px 0;
    color: #404040;
    font-weight: 500;
}


/* Egy termékek oldal lent */
.single-termek-lent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
    width: calc(100% - 20px);
}