@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

:root {
    --primary: #15c65c;
    --success: #26bc5f;
    --asap: 'Asap Condensed', sans-serif;
    --averia: 'Averia Sans Libre', cursive;
    --open: 'Open Sans', sans-serif;
    --oswald: 'Oswald', sans-serif;
    --lucky: 'Luckiest Guy', cursive;
}

.flash-message {
    z-index: 999999999999999999999 !important;
}

* {
    font-family: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.font-primary {
    font-family: 'Asap Condensed', sans-serif;
}

.lucky {
    font-family: "Luckiest Guy", serif;
}

.asap {
    font-family: var(--asap) !important;
}

.averia {
    font-family: var(--averia) !important;
}

.open {
    font-family: var(--open) !important;
}

.container:not(.normal) {
    max-width: 1250px !important;
}

html {
    scroll-padding: 120px;
    scroll-behavior: smooth !important;

}


@media (min-width: 990px) {

    .shadow-custom {
        box-shadow: -19px 0 20px -15px #00000010;
    }

}

input[type="checkbox"] {
    accent-color: black;
}

input[type="checkbox"] {
    accent-color: black;
    background-color: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

input[type="checkbox"]:checked {
    background-image: url(../images/check.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

input[type="checkbox"].check-white:checked {
    background-color: white;
    border: 2px solid white;
    background-image: url(../images/check-green.png) !important;
}

input[type="radio"] {
    accent-color: var(--primary);
    background-color: #ffffff00;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    min-width: 39px;
    min-height: 39px;
}

input[type="radio"]:checked {
    background-image: url(../images/circle.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #ffffff00;
    border: 2px solid var(--primary);

}

input[type="radio"].checked {
    accent-color: var(--primary);
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    width: 39px;
    height: 39px;
    min-width: 39px;
    min-height: 39px;
}

input[type="radio"].checked:checked {
    background-image: url(../images/check.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #f3f3f3;
    border: 1px solid var(--primary);

}


.text-white * {
    color: #fff;
}

.categoryDesBox * {
    font-size: 14px;
    color: #888;
}

.linebg {
    background-image: url(../images/line.png);
    background-size: 12px;
    background-repeat: repeat;
    background-size: 5px;
    width: 100%;
}

.inputDiv label div i::before {
    content: "\2b";
}

.inputDiv.active label div i::before {
    content: "\f00c" !important;
}

.inputDiv.active label div.icon {
    background-color: var(--primary);
}



.scrollspy-example {
    position: relative;
    height: 100vh;
    overflow: auto;
    transition: all 200ms ease-in-out;
}

#categoryScroll .nav-link.active div {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.description * {
    color: #111;
}

.product-description {
    color: #111;
}

.product-description p,
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5 {
    margin-bottom: 12px;
}

@media (min-width:990px) {
    .product-description table tr td:first-child {
        padding-right: 12px;
    }

    .product-description table tr td:last-child {
        padding-left: 12px;
    }
}

.product-description img {
    margin-bottom: 24px;
    width: 100%;
    height: auto;
}

.product-description p {
    font-size: 16px;
}

.product-description h1 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 24px;
}

.product-description h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 24px;
}

.product-description h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
}

.product-description h4 {
    font-size: 20px
}

.product-description h5 {
    font-size: 18px
}

.product-description ul {
    list-style: inside;
    margin-bottom: 12px;
    font-size: 16px;
}

.product-description li {
    font-size: 16px;
}

.slider-gradient {
    background: rgb(27, 25, 26);
    background: linear-gradient(90deg, #000000 30%, #00000000 100%);
}

.rj {
    font-family: 'Rajdhani', sans-serif;
}

.baloo {
    font-family: 'Baloo Tamma 2', cursive;
}

.shadowInto {
    font-family: 'Shadows Into Light', cursive;
}

.image-mask {
    clip-path: circle(700px at 50% -190%);
}

input.checkbox-label+label div {
    border-width: 1px;
}

input:checked.checkbox-label+label div {
    border: 1px solid var(--primary) !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/SVG/check.svg);
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/SVG/circle.svg);
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--primary) !important;
    box-shadow: none !important;
}

#productMoreInfo .collapsed.accordion-button::after {
    content: "Bővebben...";
    background-image: none !important;
}

#productMoreInfo .accordion-button:not(.collapsed):after {
    content: "Kevesebb...";
    background-image: none !important;
}

.input-label-box {
    border-radius: 12px;
    border: 1px solid #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input:checked+label.input-label-box {
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}

.textLine::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
}

.headerUp {
    transform: translateY(-50px);
    color: white !important;
}

@media (max-width:990px) {
    .headerUp {
        transform: translateY(0px);
        color: white !important;
    }

    .headerUp .title {
        font-size: 24px !important;
    }
}

.headerUp .title {
    font-size: 32px;
}

.headerUp .dropdown {
    top: 70px !important;
}

.owl-nav {
    margin: 0 !important;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    background: #00000008 !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    border-radius: 50% !important;
    color: #000 !important;
    font-size: 20px !important;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: all 200ms ease-in-out;
}

button.owl-prev:hover,
button.owl-next:hover {
    background: #00000080 !important;
}

button.owl-prev:hover i,
button.owl-next:hover i {
    color: white !important;
}

button.owl-prev i,
button.owl-next i {
    transition: all 200ms ease-in-out;
}

button.owl-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

button.owl-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width:1279px) {
    button.owl-next {
        right: -40px;
    }

    button.owl-prev {
        left: -40px;
    }
}

@media (max-width:1279px) {
    .owl-main-slider .owl-nav {
        position: absolute;
        top: 35px;
        right: 0;
        width: max-content;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }

    button.owl-prev,
    button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 14px !important;
    }

    button.owl-prev {
        left: 0px;
    }

    button.owl-next {
        right: 0px;
    }

}

.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots .owl-dot span {
    background: #ffffff80 !important;
}

.owl-dots .owl-dot.active span {
    background: #00000090 !important;
    min-width: 20px !important;
}

.neon {
    filter: drop-shadow(0px 0px 10px var(--primary));
}

.neon-shadow {
    box-shadow: 0px 0px 10px var(--primary);
}

::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

.text-white * {
    color: white;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input:checked.methodCheck+label div.border {
    border: 1px solid var(--primary);
}

.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
    background: var(--primary) !important;
}

#newsContent {
    color: white !important;
}

#newsContent p {
    margin-bottom: 15px;
    font-size: 18px;
    color: white !important;
}

#newsContent strong {
    color: white;
}

#newsContent h1,
#newsContent h2,
#newsContent h3,
#newsContent h4 {
    color: var(--primary);
}

#newsContent img {
    max-width: 100%;
    margin: 15px 0;
}

#newsContent ul,
#newsContent ul li {
    color: white;
}

#newsContent blockquote {
    padding: 25px;
    font-style: italic;
    font-weight: 500;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 2px var(--primary) solid;
    margin-bottom: 15px;
    background-color: #fff;
    clip-path: polygon(0 0, 50px 0, 99% 5%, 100% 70%, 100% 100%, 70% 100%, 1% 95%, 0 50px);
}

#newsContent blockquote p {
    margin: 0 !important;
}

#newsContent ul {
    list-style: inherit;
    margin: 1em;
    padding: auto;
}

#newsContent h1 {
    font-size: 32px;
    font-weight: bold;
}

#newsContent h2 {
    font-size: 28px;
    font-weight: bold;
}

#newsContent h3 {
    font-size: 24px;
    font-weight: bold;
}

#newsContent h4 {
    font-size: 20px;
    font-weight: bold;
}

#newsContent h5 {
    font-size: 18px;
    font-weight: bold;
}

.custom {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px !important;
    background-color: transparent;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(39 39 42 / var(--tw-border-opacity));
    border-radius: 0.75rem
        /* 12px */
    ;
}

.custom:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(56 202 137 / var(--tw-border-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

input.variantCheck:checked+label .checkBox {
    background: var(--primary) !important;
}

.pagi nav {
    width: 100%;
    margin-bottom: 10px;
}

.pagination {
    display: flex;
    flex-wrap: wrap !important;
    gap: 3px;
    max-width: 100%;
    overflow: auto;
    align-items: center;
    font-size: 20px;
    width: 100%;
}

.pagination li {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 100%;
    margin: 0 3px;
    font-size: 15px;
    transition: all ease-in-out 200ms;
}

.pagination li:hover {
    background: var(--primary);
}

.pagination li span,
.pagination li a {
    color: white !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.disabled {
    opacity: .5;
}


.pagination li.active {
    background: var(--primary);
}

.line {
    background-image: url(../images/line.png);
    background-size: 12px;
    background-repeat: repeat;
    background-size: 5px;
    width: 100%;
}

.hide-bg {
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.collapse {
    transition: all 300ms ease-in-out;
}

.collapse:not(.show) {

    transform: translateX(-100%);
    visibility: hidden;
}

.collapse.show {

    transform: translateX(0%);
    visibility: visible;
}

.raw p,
.raw h1,
.raw h2,
.raw h3,
.raw strong {
    color: #666;
}

/* .clip-box-big {
    clip-path: polygon(
    0 0,calc(100% - 40px) 0,
    100% 40px,
    100% 100%,
    40px 100%,
    0 calc(100% - 40px));
}

.clip-box {
    clip-path: polygon(
    0 0,calc(100% - 20px) 0,
    100% 20px,
    100% 100%,
    20px 100%,
    0 calc(100% - 20px));
} */

.loading i {
    display: block !important;
}

@media (min-width:990px) {
    .searchBox {
        height: calc(100vh - 400px) !important;
    }
}

.searchBox {
    height: calc(100vh - 220px);
}

.content h4 {
    font-size: 18px;
}

.content h3 {
    font-size: 20px;
}

.content h2 {
    font-size: 24px;
}

.content h1 {
    font-size: 32px;
}

.radial {
    background: #8400ff50;
    background: radial-gradient(circle, #8400ff50 0%, rgba(0, 0, 0, 0) 70%);
}

.mask-reverse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    clip-path: circle(100% at 50% 50%);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    /* For WebKit browsers */
}

.neon-effect {
    box-shadow: 0 0 10px #8400ff;

}

.glass {
    box-shadow: 0 0 5px #00000015;
    backdrop-filter: blur(5px);
}


.label {
    position: absolute;
    top: 0;
    transition: all 200ms ease-in-out;
    font-weight: medium;
    color: #888;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    padding: 0 6px;
    left: 6px;
    user-select: none;
    font-size: 14px;
}

@media (min-width: 1280px) {
    .checkout-shadow {
        box-shadow: -10px 0px 15px #0000000d;
    }
}

.text-bg {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 10px;
}

.text-bg::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    left: -5%;
    background-color: var(--primary);
    width: 110%;
    height: 100%;
    border-radius: 6px;
}


.wrap-original-transform {
    perspective: 525px;
    transform-style: preserve-3d;
}

.original-transform {
    transform: rotateY(-50deg);
}

.onlinereder-body p,
.onlinereder-body h1,
.onlinereder-body h2,
.onlinereder-body h3,
.onlinereder-body h4,
.onlinereder-body h5 {
    margin-bottom: 24px;
}

.pinkline,
.peopleline {
    position: relative;
    padding: 25px 125px;
}

.pinkline::before,
.peopleline::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.peopleline::before {
    background: url(../images/peopleline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pinkline::before {
    background: url(../images/pinkline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@keyframes flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.flashing {
    animation: flash 0.5s infinite;
}

.range {
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    border-radius: 100px;
    background: #FFFFFF15;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border: 1px solid #999;
    overflow: hidden;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #0a0a0a;
    border: 2px solid var(--primary);
    cursor: pointer;
    box-shadow: -1010px 0 0 1000px var(--primary);
}

.range::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
}

.min-range::-webkit-slider-thumb, .max-range::-webkit-slider-thumb {
    appearance: none;
    background: var(--primary);
    width: 1rem;
    height: 1rem;
    pointer-events: auto;
    position: relative;
    cursor: pointer;
    z-index: 20;
    border-radius: 50%;
}

.min-range::-moz-range-thumb, .min-range::-moz-range-thumb {
    appearance: none;
    background: var(--primary);
    width: 1rem;
    height: 1rem;
    pointer-events: auto;
    position: relative;
    cursor: pointer;
    z-index: 20;
    border-radius: 50%;
}


/* input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: #ccc;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    height: 3px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0px;
    background-color: #006eff;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

@media (max-width: 990px) {
    input[type="range"]::-webkit-slider-thumb {
        height: 20px !important;
        width: 20px !important;
    }
} */

.last-bookmark {
    color: #0099cb;
}

.custom-bookmark {
    color: white;
}

.button-bookmark {
    color: #00000050;
    background-color: #00000005;
}

.last-bookmark:hover,
.custom-bookmark:hover,
.button-bookmark:hover {
    color: white;
    background-color: #15c65c;
}

.default-bookmark {
    padding: 6px 14px;
}

@keyframes slider_image_slide {
    0% {
        transform: translateX(200%) scale(0.6);
    }

    50% {
        transform: translateX(200%) scale(0.6);
    }

    100% {
        transform: translateX(200%) scale(1);
    }
}

.slider_image_animation.imageActive {
    animation-name: slider_image_slide;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

body>p.flash-message.error {
    background: red;
}

body>p.flash-message.success {
    background: var(--success) !important;
    font-weight: bold;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
        filter: brightness(1);
    }

    25% {
        transform: rotate(90deg);
        filter: brightness(1.2);
    }

    50% {
        transform: rotate(180deg);
        filter: brightness(1);
    }

    75% {
        transform: rotate(270deg);
        filter: brightness(1.2);
    }

    100% {
        transform: rotate(360deg);
        filter: brightness(1);
    }
}

.rotate-animation {
    animation: rotate-animation 2s linear infinite;
}


.video iframe {
    width: 100% !important;
    height: 100% !important;
}