/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import "admin-editor.css";
/* END ADMIN EDITOR */

/* FRONTEND STYLE */
:root {
    --clr-neutral-light: #fff;
    --clr-neutral-dark: #1a1a1a;
    --clr-secondary: #d14244;
    --clr-secondary-light: #fbceb4;
}

body {
    position: relative;
    font-family: "Outfit", sans-serif;
    border: none !important;
    scroll-behavior: smooth;
}
ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.text-regular ul {
    list-style: none;
}
.text-regular.legal ul {
    list-style: inside;
    font-weight: 300;
}
strong {
    font-weight: 700 !important;
}
.mfp-bg {
    z-index: 9999999 !important;
}
.mfp-wrap {
    height: 100dvh !important;
    z-index: 99999999 !important;
}
.fancybox__container {
    z-index: 9999999 !important;
}

.text-header-main {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0px;
    margin-bottom: 48px;
    color: var(--dark-100);
}
.text-header-primary {
    font-size: 31px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0px;
    margin-bottom: 24px;
    text-transform: none;
    color: var(--dark-100);
}
.text-header-secondary {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-transform: none;
    color: var(--dark-100);
}
.text-header-secondary .light {
    font-weight: 300;
}

.text-header-terciary,
.text-header-toggle {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0px !important;
    margin-bottom: 22px !important;
    color: var(--dark-100) !important;
}
.text-header-toggle {
    margin-bottom: 0.5rem !important;
}
.text-regular p {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--dark-100);
}
.text-regular.small p,
.text-regular.small ul {
    font-size: 16px;
    line-height: 22px;
}
.text-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--primary);
}
.text-link:hover {
    color: var(--primary) !important;
    text-decoration: none !important;
}

#cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #333333;
    box-sizing: border-box;
    transition: 0.1s;
    transform: translate(-50%, -50%), translate3d(0, 0, 0);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999999;
}

#cursor.click,
#cursor.send,
#cursor.zoom {
    width: 80px;
    height: 80px;
    border: 1px solid orangered;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cursor.click::after {
    content: "click";
    color: orangered;
}
#cursor.send::after {
    content: "send";
    color: orangered;
}
#cursor.zoom::after {
    content: "zoom";
    color: orangered;
}

.rating {
    /* float:left; */
    width: 160px;
}
.rating span {
    float: right;
    position: relative;
}
.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #ccc;
    font-size: 30px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background: #f90;
    color: #fff;
}

/* ENDFRONTEND STYLE */

/* COMPARE */
section#compare {
    display: none;
}
section#compare.active {
    display: block;
    background-color: #efefef;
    position: fixed;
    top: calc(100vh - 150px);
    /* bottom:0px;  */
    width: 100%;
    padding: 20px 0px;
    -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.75);
    z-index: 99999;
    min-height: calc(100vh - 150px);
    transition: all ease-in-out 300ms;
}
section#compare.active.expand {
    top: 150px;
}
section#compare .hiddenCompare {
    overflow-y: auto;
    max-height: calc(100vh - 420px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    margin-bottom: 20px;
}
section#compare .hiddenCompare .innerHiddenCompare {
    display: table;
}
section#compare .hiddenCompare .innerHiddenCompare > div {
    padding: 0.5rem 0;
}

section#compare #list .compare-item {
    display: flex;
}
section#compare #list .compare-item:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

section#compare #list .compare-item:nth-child(-n + 3) > div > img {
    max-height: 60px;
    background-color: grey;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

section#compare #list .title-prod {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

section#compare #list .remove-prod {
    font-size: 75%;
}

section#compare #list .remove-prod > img {
    height: 15px;
    margin-top: -5px;
    margin-right: 8px;
}

/* END COMPARE*/

/* CONFIG */

.noScroll {
    overflow: hidden;
}

.critec {
    font-weight: 800;
    font-size: 28px;
    font-family: "Gilroy";
    text-transform: lowercase;
}

.spacer150 {
    grid-column: inherit;
    height: 150px;
    width: 100%;
}
.spacer120 {
    grid-column: inherit;
    height: 120px;
    width: 100%;
}
.spacer90 {
    grid-column: inherit;
    height: 90px;
    width: 100%;
}
.spacer60 {
    grid-column: inherit;
    height: 60px;
    width: 100%;
}
.spacer30 {
    grid-column: inherit;
    height: 30px;
    width: 100%;
}
.spacer15 {
    grid-column: inherit;
    height: 15px;
    width: 100%;
}

/* HEADER */
.dropdown-menu > li:not(:first-child) {
    border-top: 1px solid var(--light-100);
}
/* HEADER END */

/* HOME SLIDESHOW */
.tparrows {
    background: var(--dark) !important;
    border-radius: 7px !important;
}
.tparrows:hover {
    background: var(--primary) !important;
}
.tp-bullet {
    background: var(--secondary) !important;
}
.tp-bullet.selected {
    background: var(--primary) !important;
}
/* HOME SLIDESHOW END */

/* PAGE HEADER */
.page-header i {
    margin-inline: 0.4rem;
}
/* PAGE HEADER END*/

/* EVENTS SLIDER */
#events-slider .slick-slide,
#news-slider .slick-slide {
    height: auto !important;
    padding-inline: 1rem;
}
#events-slider-wrapper .slick-dots-container,
#news-slider-wrapper .slick-dots-container {
    width: 100%;
    margin-top: 2rem;
}
#events-slider-wrapper .slick-dots,
#news-slider-wrapper .slick-dots {
    width: fit-content;
    position: absolute;
    left: 50%;
    display: flex;
    transform: translateX(50%);
    gap: 0.5rem;
    justify-content: center;
    margin-left: 3px;
}

.event-slide h3,
.news-slide h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--clr-neutral-dark);
}
/* EVENTS SLIDER END */

.entities > div {
    width: fit-content;
}

.image-sticker-top {
    transform: translateY(-7.5%);
}

.sticker-l-container-left {
    padding-right: 130px !important;
    padding-bottom: 150px !important;
}
.sticker-l-container-right {
    padding-left: 130px !important;
    padding-bottom: 150px !important;
}
.sticker-l {
    scale: 1.1;
    /* transform: scale(1.1);  */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.sticker-l.image.large {
    height: 115%;
}
.sticker-l.left {
    right: -30px;
}
.sticker-l.right {
    left: -30px;
}
.col-below-sticker {
    padding-top: 7rem !important;
}

.sticky-rows .left.text.sticker > div {
    padding-right: 6rem;
    padding-bottom: 6rem;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1rem;
}

/* TOGGLE ROWS */
.left-column {
    padding-inline: 0px 45px;
}
.right-column {
    padding-inline: 45px 0px;
}

.toggle > .left {
    padding-left: 0 !important;
}
.toggle > .right {
    padding-right: 0 !important;
}
/* TOGGLE ROWS END */

/* CONTACTS FORM */
form .formBuild-input label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: var(--dark-100);
    margin-bottom: 0.5rem;
}
form .formBuild-input input,
form .formBuild-input textarea {
    width: 100%;
    border: 1px solid var(--light-100);
    border-radius: 6px;
    padding: 0.5rem;
}
form .formBuild-input.has-danger input,
form .formBuild-input.has-danger textarea {
    border: 1px solid var(--primary);
}
form label.error {
    color: var(--primary);
}
form.formBuild button {
    width: fit-content !important;
    border: none;
    border-radius: 6px;
    color: var(--light);
    padding: 1rem 3rem !important;
    margin-left: calc(var(--bs-gutter-x) * 0.5);
    background: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
form button:hover {
    background-color: var(--primary-100);
}
#returnResult-1 {
    order: 9;
    margin-top: 1.5rem;
}

.custom-checkbox {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.custom-checkbox label {
    /* font-family: var(--ff-basic); */
    font-size: calc(11px + (16 - 11) * ((100vw - 300px) / (1920 - 300)));
    line-height: 120%;
    margin-bottom: 0 !important;
    cursor: pointer;
}
.custom-checkbox input {
    width: 17px !important;
    height: 17px !important;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    border: none !important;
    padding: 0 !important;
}
.custom-checkbox input::before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    border: 1px solid var(--light-100);
    border-radius: 3px;
    cursor: pointer;
}
.custom-checkbox input::after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: var(--primary-100);
    border-radius: 1px;
    position: absolute;
    left: 4px;
    top: 4px;
    opacity: 0;
}
.custom-checkbox input:checked::after {
    opacity: 1;
}
.custom-checkbox label.error {
    position: absolute;
    bottom: -1.35rem;
}
/* CONTACTS FORM END */
ul.simple-post-list {
    list-style: none;
}

ul.simple-post-list li {
    border-bottom: 1px dotted #e2e2e2;
    padding: 15px 0;
}

ul.simple-post-list li::after {
    clear: both;
    content: "";
    display: block;
}

ul.simple-post-list li:last-child {
    border-bottom: 0;
}

/* FOOTER */
footer > div:first-child {
    font-size: 14px;
    line-height: 22px !important;
    letter-spacing: 0px;
}
footer h5 {
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
footer > div:first-child p,
footer > div:first-child a {
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0px;
}
footer li {
    margin-bottom: 0px !important;
}
footer > div:last-child span {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0px;
}
footer > div:last-child ul {
    list-style: none;
}
/* END FOOTER */

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
    .lg-spacer150 {
        height: 150px;
    }
    .lg-spacer120 {
        height: 120px;
    }
    .lg-spacer90 {
        height: 90px;
    }
    .lg-spacer60 {
        height: 60px;
    }
    .lg-spacer30 {
        height: 30px;
    }
    .lg-spacer15 {
        height: 15px;
    }

    .lg-block150 {
        display: inline-block;
        width: 150px;
    }
    .lg-block120 {
        display: inline-block;
        width: 120px;
    }
    .lg-block90 {
        display: inline-block;
        width: 90px;
    }
    .lg-block60 {
        display: inline-block;
        width: 60px;
    }
    .lg-block30 {
        display: inline-block;
        width: 30px;
    }
    .lg-block15 {
        display: inline-block;
        width: 15px;
    }

    .lg-taleft {
        text-align: left;
    }
    .lg-tacenter {
        text-align: center;
    }
    .lg-taright {
        text-align: right;
    }
    .lg-tajustify {
        text-align: justify;
    }

    .footer-copyright > .container > div {
        width: 100% !important;
    }

    .sticker-bottom-right,
    .sticker-bottom-left {
        bottom: -319px !important;
    }
}

@media (min-width: 991px) {
    .sticky-rows .left.text > div {
        padding-right: 2rem;
    }
    .sticky-rows .right.text > div {
        padding-left: 2rem;
    }
    .footer-social-icons {
        padding-right: 2.5rem !important;
    }
}

/* DESKTOP */
@media (max-width: 991px) {
    .md-spacer150 {
        height: 150px;
    }
    .md-spacer120 {
        height: 120px;
    }
    .md-spacer90 {
        height: 90px;
    }
    .md-spacer60 {
        height: 60px;
    }
    .md-spacer30 {
        height: 30px;
    }
    .md-spacer15 {
        height: 15px;
    }

    .md-block150 {
        display: inline-block;
        width: 150px;
    }
    .md-block120 {
        display: inline-block;
        width: 120px;
    }
    .md-block90 {
        display: inline-block;
        width: 90px;
    }
    .md-block60 {
        display: inline-block;
        width: 60px;
    }
    .md-block30 {
        display: inline-block;
        width: 30px;
    }
    .md-block15 {
        display: inline-block;
        width: 15px;
    }

    .md-taleft {
        text-align: left;
    }
    .md-tacenter {
        text-align: center;
    }
    .md-taright {
        text-align: right;
    }
    .md-tajustify {
        text-align: justify;
    }

    #events-slider-wrapper .slick-dots,
    #news-slider-wrapper .slick-dots {
        transform: translateX(-50%);
    }

    .square-grid-img {
        scale: 1.05 !important;
    }

    .image-sticker-top {
        transform: none;
    }

    .image-sticker-top > .sticker-heart {
        left: 50% !important;
        transform: translateX(-50%, -50%) !important;
    }

    /* .sticker-bottom-right, .sticker-bottom-left {
        bottom: -476px !important;
    } */

    .sticker-l.image.large {
        height: 120%;
    }
    .sticker-l.left {
        right: -20px;
    }
    .sticker-l.right {
        left: -20px;
    }
    .col-below-sticker {
        padding-top: 3rem !important;
    }
    .col-side-sticker {
        padding-top: 11rem !important;
    }
}

@media (min-width: 768px) {
    .toggle > .left {
        padding-left: 0 !important;
    }
    .toggle > .right {
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sticker-bottom-right,
    .sticker-bottom-left {
        bottom: -454px !important;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .sm-spacer150 {
        height: 150px;
    }
    .sm-spacer120 {
        height: 120px;
    }
    .sm-spacer90 {
        height: 90px;
    }
    .sm-spacer60 {
        height: 60px;
    }
    .sm-spacer30 {
        height: 30px;
    }
    .sm-spacer15 {
        height: 15px;
    }

    .sm-block150 {
        display: inline-block;
        width: 150px;
    }
    .sm-block120 {
        display: inline-block;
        width: 120px;
    }
    .sm-block90 {
        display: inline-block;
        width: 90px;
    }
    .sm-block60 {
        display: inline-block;
        width: 60px;
    }
    .sm-block30 {
        display: inline-block;
        width: 30px;
    }
    .sm-block15 {
        display: inline-block;
        width: 15px;
    }

    .sm-taleft {
        text-align: left;
    }
    .sm-tacenter {
        text-align: center;
    }
    .sm-taright {
        text-align: right;
    }
    .sm-tajustify {
        text-align: justify;
    }

    .gallery {
        grid-template-columns: repeat(2, auto);
    }

    .sticker-l.right {
        scale: 1.01;
        /* transform: scale(1.01); */
        left: 0px;
        top: -5px;
    }
    .sticker-l.left {
        scale: 1.01;
        /* transform: scale(1.01); */
        right: 0px;
        top: -5px;
    }

    .sticky-rows .left.text.sticker > div {
        padding-right: 8rem;
        padding-bottom: 8rem;
    }
    .sticker-l.text {
        transform: scale(1);
        left: -4px;
    }
    .sticker-text-bottom {
        transform: scale(1.03) !important;
    }
}

@media (max-width: 767px) {
    .sticker-bottom-right,
    .sticker-bottom-left {
        bottom: -780px !important;
    }
}

@media (max-width: 575px) {
    .page-header h1::after {
        left: 1rem;
        width: calc(100% - 2rem);
    }
}

/* MOBILE */
@media (max-width: 420px) {
    .xs-spacer150 {
        height: 150px;
    }
    .xs-spacer120 {
        height: 120px;
    }
    .xs-spacer90 {
        height: 90px;
    }
    .xs-spacer60 {
        height: 60px;
    }
    .xs-spacer30 {
        height: 30px;
    }
    .xs-spacer15 {
        height: 15px;
    }

    .xs-block150 {
        display: inline-block;
        width: 150px;
    }
    .xs-block120 {
        display: inline-block;
        width: 120px;
    }
    .xs-block90 {
        display: inline-block;
        width: 90px;
    }
    .xs-block60 {
        display: inline-block;
        width: 60px;
    }
    .xs-block30 {
        display: inline-block;
        width: 30px;
    }
    .xs-block15 {
        display: inline-block;
        width: 15px;
    }

    .xs-taleft {
        text-align: left;
    }
    .xs-tacenter {
        text-align: center;
    }
    .xs-taright {
        text-align: right;
    }
    .xs-tajustify {
        text-align: justify;
    }

    .sticker-heart {
        width: 100px !important;
    }

    .gallery {
        grid-template-columns: repeat(1, auto);
    }

    .sticker-l-container-right,
    .sticker-l-container-left {
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .sticker-l {
        display: none;
    }
    .sticky-rows .left.text.sticker > div {
        padding-right: 0rem;
        padding-bottom: 0rem;
    }
    .col-side-sticker {
        padding-top: 3rem !important;
    }

    .tparrows {
        width: 28px !important;
        height: 28px !important;
    }
    .tparrows::before {
        line-height: 28px !important;
    }

    .sticker-heart-over {
        top: 3rem !important;
        right: 3rem !important;
    }

    #returnResult-1 {
        scale: 0.85;
    }
}

img {
    max-width: 100%;
}
