.fw-text-16px {
    font-size: 16px !important;
}

.fw-text-18px {
    font-size: 18px !important;
}

.fw-text-30px {
    font-size: 30px !important;
}

.fw-text-40px {
    font-size: 40px !important;
}

.fw-text-quinary {
    color: var(--quinary) !important;
}

@media (min-width: 992px) {

    .fw-text-lg-40px {
        font-size: 40px !important;
    }

    .fw-text-lg-60px {
        font-size: 60px !important;
    }
}

.fw-btn-py-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.fw-btn-px-22px {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.fw-py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.fw-px-20px {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fw-px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.fw-px-40px {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.fw-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tertiary);
    opacity: 0.6;
}

.fw-carousel-decoration-1 {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 0;
    width: 100% !important;
}

.owl-carousel.nav-inside.nav-bottom .owl-nav {
    position: absolute;
    top: auto;
    bottom: 10% !important;
    width: 100% !important;
    left: 0% !important;
    z-index: 10;
}

@media (min-width: 992px) {
    .fw-lg-filter {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: var(--tertiary);
        opacity: 0.6;
    }

    .owl-carousel.nav-inside.nav-bottom .owl-nav {
        position: absolute;
        top: auto;
        bottom: 15% !important;
        width: 25% !important;
        padding-bottom: 50px !important;
        left: 10% !important;
        z-index: 10;
    }

    .fw-carousel-decoration-1 {
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: 0;
        width: 45% !important;
    }
}

.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid var(--secondary);
}

.fw-text-gold {
    color: #FFC300 !important;
}

.custom-link-hover-effects .custom-view-more svg {
    transition: ease transform 300ms;
}

.custom-link-hover-effects:hover .custom-view-more svg {
    transform: translate3d(7px, 0, 0);
}

.fw-decoration-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.fw-decoration-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fw-decoration-5 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.fw-decoration-5-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fw-decoration-7 {
    position: absolute;
    top: -175px;
    right: 0;
    z-index: 0;
}

.fw-decoration-8 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.fw-decoration-9 {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 0;
}

.custom-thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
    background: none !important;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > * {
    transition: cubic-bezier(0.55, 0, 0.1, 1) all 300ms;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(1) {
    max-width: 100%;
    text-align: center;
    bottom: 0%;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(2) {
    display: inline-block;
    transform: translateY(120%);
    opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(1) {
    transform: translateY(-120%);
    opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(2) {
    transform: none;
    opacity: 1;
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 0px !important;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info img {
    transition: all 0.3s ease;
    border-radius: 0px !important;
    position: relative;
    width: 100%;
}

.page-header.page-header-modern.page-header-background {
    padding-top: 130px !important;
    padding-bottom: 25px !important;
    background-size: cover;
}


.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: 18px !important;
    text-decoration: none !important;
    text-underline: none !important;
    background-color: #F6F7F8 !important;
    border: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #959595 !important;
    margin-left: 10px;
    margin-right: 10px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: var(--primary) !important;
    color: white !important;
}


.input-group-text {
    border: black solid 1px !important;
    border-left: none !important;
    border-radius: 0px !important;
}

.input-group input {
    border: black solid 1px !important;
    border-right: none !important;
    border-radius: 0px !important;
}

.input-group input::placeholder {
    color: black !important;
}

.contact-form input::placeholder {
    color: #DFDEDC !important;
}

.contact-form button {
    border-radius: 0px !important;
}

.fw-btn-px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.checkbox-custom-form5-transparent-black {
    appearance: none;
    background-color: transparent;
    border: 1px solid black;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-form5-transparent-black:checked {
    background-color: transparent;
}

.checkbox-custom-form5-transparent-black:checked::before {
    content: '✓';
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#filters input[type=checkbox]:before, input[type=radio]:before,
.order-form input[type=checkbox]:before, input[type=radio]:before {
    content: "";
    opacity: 1;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 50%;
}

.form-check-input:focus {
    box-shadow: none;
}

#filters .form-check-input,
.order-form .form-check-input {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
}

.form-check-inline .form-check-input + span.checkbox-before {
    position: static !important;
    margin-top: 0 !important;
    margin-right: .3125rem !important;
    margin-left: 0 !important;
}

#filters input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    background: var(--secondary);
}


.order-form input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    background: var(--primary);
}

.fw-text-decoration-line-through {
    text-decoration: line-through !important;
    text-decoration-color: var(--primary) !important;
    text-decoration-thickness: 3px !important;
}

.fw-discount-icon {
    right: 15px;
    top: 15px;
}

.ticket-counter {
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    width: 100%;
}

.counter-controls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 40px;
    border-right: 2px solid var(--primary);
    text-align: center;
}

.counter-controls button:first-child {
    border-bottom: 2px solid var(--primary);
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    color: var(--primary);
    font-size: 1.2rem;
    width: 100%;
    padding: 0;
}

.counter-controls button:last-child {
    border: none;
    background: none;
    color: var(--primary);
    font-size: 1.2rem;
    width: 100%;
    padding: 0;
}

.counter-display {
    flex-grow: 1;
    text-align: center;
}

.add-to-cart {
    background-color: #e3a26f;
    color: white;
    font-weight: bold;
    border: none;
    width: 50%;
    height: 100%;
}

.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}

.fw-gap-1 {
    gap: .25rem !important;
}

hr {
    background: rgba(0, 0, 0);
    border: 0;
    height: 1px;
    margin: 22px 0;
    opacity: 1;
}

.fw-bg-senary {
    background-color: var(--senary) !important;
}


.fw-div-p ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.fw-div-p ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.fw-div-p ul li::before {
    content: "\f058"; /* Unicode for fa-circle-check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00ACCF !important;
    position: absolute;
    left: -15px;
    top: 5px;
    font-size: 32px;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    appearance: none; /* alap nyíl eltüntetése */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--senary);
    font-size: 16px;
    padding: 10px 30px 10px 10px; /* belső paddinglehetővé teszi hely az ikon számára */
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
}

.custom-select-wrapper i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* biztosítja, hogy az ikon ne legyen kattintható */
    font-size: 16px;
    color: #495057;
}

.fw-decoration-image-center{
    height: 180px !important;
    width: 180px !important;
}

html.sticky-header-active .header-row .btn-group {
    top: 12px;
}

html:not(.sticky-header-active) .header-row .btn-group {
    top: 25px;
}
