@import url('https://fonts.googleapis.com/css2?family=Itim&family=Poppins:wght@100;300;400;500;600;700;800&display=swap');

:root {
    --primary: #151C1C;
    --success: #26bc5f;
}

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

.bg-primary {
    background: var(--primary);
}

.color-primary {
    color: var(--primary);
}

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

* {
    font-family: 'Poppins', sans-serif;
    color: #37404a;
}

.font-primary {
    font-family: 'Itim', cursive;
}

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

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

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

.inputDiv.active label div.icon {
    background-color: #26bc5f;
}

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

/***** Thumb Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: 0px; /* Centers thumb on the track */
    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;    
     }
}

.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 {
    color: #333;
}

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

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

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

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

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

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

.border-primary {
    border-color: var(--primary) !important;
}

.bg-secondary {
    background-color: #2e2e2e !important;
}

.text-secondary {
    color: #2e2e2e !important;
}

.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: 0;
    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:hover,
button.owl-next:hover {
    background: #fff !important;
}

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

button.owl-next {
    right: 40px;
    top: 330px;
}

@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-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots .owl-dot span {
    background: #333 !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;
}

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

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