@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Luckiest+Guy&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #04BF7B;
    --success: #26bc5f;
}

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

hr {
    margin: 10px auto !important;
    border-color: var(--primary) !important;
    max-width: 300px;
}

* {
    font-family: "Baloo 2", sans-serif;
}

.luckie {
    font-family: "Luckiest Guy", cursive;
}


.oc-text-uppercase {
    text-transform: uppercase;
}

.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: #888;
}

.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: 18px
}

.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;
}

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

.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 {
    position: absolute;
    top: calc(50% - 50px) !important;
    transform: translateY(-50%) !important;
    width: 100%;
    margin: 0 !important;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    background: #ffffff30 !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 *,
button.owl-next * {
    color: white !important;
}

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

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

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

@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;
    }

    .owl-main-slider button.owl-prev,
    .owl-main-slider button.owl-next {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background: rgb(39 39 42 / 40%) !important;
        width: 80px;
        height: 35px;
        border-radius: 15px !important;
        color: #fff !important;
        font-size: 14px !important;
    }
}

.owl-visible .owl-stage-outer {
    overflow: visible !important;
}

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

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

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

.owl-dots .owl-dot.active span {
    background: var(--primary) !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;
}

::-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;
    max-width: 100%;
    overflow: auto;
    align-items: center;
    font-size: 20px;
}

.pagination li {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: #30323750;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 10px;
    margin: 0 3px;
    font-size: 15px;
}

.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: #bc263b;
}

.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,
.raw ul {
    margin-bottom: 12px;
}

.raw ul {
    padding-left: 24px;
    list-style: disc;
}

.loading i {
    display: block !important;
}

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

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

.oc-c-button {
    padding: 15px 35px;
    text-transform: uppercase;
    color: white;
    border: 1px solid var(--primary);
    font-weight: medium;
    font-size: 20px;
    margin-top: 28px;
    display: block;
    max-width: max-content;
    font-family: "Oswald", sans-serif;
    transition: all 200ms ease-in-out;
}


.oc-c-button:hover {
    background-color: var(--primary);
}

.content * {
    line-height: normal !important;
    color: black;
}

.content p {
    margin-bottom: 12px;
}

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

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

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

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

.header {
    transition: all 200ms ease-in-out;
    height: 192px;
    max-height: 192px;
}

.header .logo {
    transition: all 200ms ease-in-out;
    height: auto;
    width: 100%;
}

header.scroll {
    max-height: 80px !important;
}

header.scroll .bg {
    opacity: 1 !important;
}

header.scroll .logo {
    max-width: 150px !important;
}

@media (max-width: 990px) {
    header {
        transition: all 200ms ease-in-out;
        height: 140px !important;
        max-height: 140px !important;
    }

    header.scroll .logo {
        max-width: 110px !important;
    }
}


.glass {
    box-shadow: 0 0 30px #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;
}

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="radio"] {
    background-color: #fff;
    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: #fff;
    border: 2px solid var(--primary);

}

input[type="radio"].checked {
    background-color: #fff;
    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: #fff;
    border: 1px solid var(--primary);

}

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

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg) scaleX(-1);
        filter: brightness(1);
    }
    25% {
        transform: rotate(90deg) scaleX(-1);
        filter: brightness(1.2);
    }
    50% {
        transform: rotate(180deg) scaleX(-1);
        filter: brightness(1);
    }
    75% {
        transform: rotate(270deg) scaleX(-1);
        filter: brightness(1.2);
    }
    100% {
        transform: rotate(360deg) scaleX(-1);
        filter: brightness(1);
    }
}

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