/* HEADER */

/* MENU */
#mainMenu.menu-lines nav > ul > li.current > a, #mainMenu.menu-lines nav > ul > li:hover > a, #mainMenu.menu-lines nav > ul > li:focus > a {
    color: var(--secondary-color);
    font-weight: 900;
}
#mainMenu.menu-lines nav > ul > li.current > a:after, #mainMenu.menu-lines nav > ul > li:hover > a:after, #mainMenu.menu-lines nav > ul > li:focus > a:after {
    background-color: var(--secondary-color);
}
#mainMenu nav > ul > li > a {
    color: var(--primary-color);
}
/* DIVIDERS */
.custom-shape-divider-top-1687544386 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1687544386 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}
.custom-shape-divider-top-1687544386 .shape-fill {
    fill: #FFFFFF;
}
.shape-divider-reverse {
    bottom: 0;
    top: 0px;
    transform: rotate(180deg);
}
/* TEXT */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--primary-color);
    font-weight: 800;
}
.lead {
    font-weight: 600;
    color: var(--primary-color);
}
.inspiro-slider .slide .slide-captions h1 {
    font-size: 70px;
}
/* FOOTER */
.dark #footer .copyright-content, #footer.inverted .copyright-content, #footer.dark .copyright-content {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-weight: 900;
}
.dark #footer a:not(.btn):not(:hover), #footer.inverted a:not(.btn):not(:hover), #footer.dark a:not(.btn):not(:hover) {
    color: var(--primary-color);
    font-weight: 900;
}
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    background-color: #fcda30;
    border-color: #fcda30;
    color: #d5006c;
    font-weight: 900;
}
button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background-color: #d6016a;
    border-color: #d6016a;
    color: #fcda30;
}
#page-title .page-title > h1 {
    font-size: 3.5rem;
    font-weight: 900;
}
.product .product-image {
    box-shadow: 0px 9px 16px -1px rgb(213 0 108);
    -webkit-box-shadow: 0px 9px 16px -1px rgb(47 47 47 / 59%);
    -moz-box-shadow: 0px 9px 16px -1px rgba(216,0,108,0.46);
    border-radius: 25px;
}
.product .product-title {
    max-width: 100%;
}
.product .product-title h3, .product .product-title h3 a {
    font-size: 20px;
    color: var(--primary-color)!important;
}
.inspiro-slider .slide .slide-captions img{
    width: 350px!important;;
}
@media (max-width: 1024px){
    #header #logo > a img {
        max-height: 100%;
    }
}
@media (min-width: 1024px){
    #header .header-inner, #header #header-wrap {
        height: 80px;
        background-color: none!important;
        backdrop-filter: blur(30px);
    }
}
@media (max-width: 768px) {
    .product .product-title h3, .product .product-title h3 a {
        font-size: 15px;
    }
    .inspiro-slider .slide .slide-captions h1 {
        font-size: 30px;
    }
    .p-t-200, .p-b-200{
        padding-bottom: 80px!important;
        padding-top: 80px!important;
    }
    .inspiro-slider .slide .slide-captions img {
        width: 280px!important;
    }
}

