.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    color: #1e1e1e;
}
.slick-dots li button:before {
    font-size: 28px!important}
    .slick-prev:before, .slick-next:before {
        color: #1e1055!important;
    }

    .slick-track {display:flex!important}

    .slick-slide {
        height: auto!important;
    }

    .site-msg.information .text, .site-msg.information .text a {
        color: white !important;
    }

.top-navigation-bar .dropdown button, .top-navigation-bar a {
    color: #777777;
}


.extended-banner-texts {
    display: none;
}

.flag.flag-new {
    background-color: #156916;
}

.site-msg.information {
    background: #156916;
    color: white;
    padding: 1rem;
    opacity: 1;
}

.site-msg, .site-msg .close:before {
    color: white;
}

header#header.scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 4px 4px 53px -18px rgba(221,221,221,0.75);
    -moz-box-shadow: 4px 4px 53px -18px rgba(221,221,221,0.75);
    box-shadow: 4px 4px 53px -18px rgb(221 221 221 / 75%);
}

header#header.scroll .navigation-in {
    background-color: white;
}

header#header.scroll .navigation-in>ul>li>a, header#header.scroll .menu-helper:after, .menu-trigger:after {
    color: var(--color-primary);
}
#header .site-name a img {
max-height: 50px;
}

.header-top .btn.cart-count:before {
    margin-right: 10px;
}

.homepage-box {
    background: none;
    border: none;
}


.rozcestnik h2 {
    margin-top: 0;
}
.rozcestnik {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.rozcestnik a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3rem;
    box-shadow: 3px 8px 24px 5px #dadada70;
}
.rozcestnik img {
    max-width: 50%;
    max-height: 11rem;
}
.top-alert {
    background: #156916;
    padding: 0.75rem;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color:white;
    z-index:99999
}


.top-navigation-bar {
padding:4px 0
}

.top-navigation-contacts a {
    font-size: 14px;
}

@media (max-width:991px) {
.rozcestnik {
    grid-template-columns: repeat(2, 1fr);
}
.welcome .col-12 {
    padding: 0;
}
.about-content {
    padding: 2rem 0;
    z-index: 1;
}
}
@media (max-width:600px) {
.rozcestnik {
    grid-template-columns: repeat(1, 1fr);
}

.benefitBanner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.benefitBanner__picture {
    flex: 0 0 25px;
    max-width: 25px;
}
.benefitBanner__item {
width:100%
}

.benefitBanner__picture img {
    max-width: 100%;
}}


@media (max-width:420px) {
.benefitBanner__title {
    font-size: 14px;
}}

.add-comment, .discussion, .discussion-form, .rate-wrapper, .votes-wrap, .welcome div, .welcome h1 {
    max-width: unset;
}

.menu-helper {
    height: 49px;
    bottom: 0;
    top:unset;
    padding: 1rem;

}

.menu-helper::after {
    background:none;
}

.top-navigation-contacts a:before {
    font-size: 16px;
}

.top-navigation-contacts a, .top-navigation-contacts a:before  {
    color: var(--color-primary);
    font-weight: 600;
}

.search-input {
    border: none;
    background: #f5f5f5;
    border-radius: 0;
    height: unset;
    padding: 1.25rem;
}

#header .compact-form .btn {
    border-radius: 0;
    height: unset;
    padding: 1rem 1.5rem;
    font-weight: 600;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.breadcrumbs {
    border:none;
}

.breadcrumbs>span>a:before, .breadcrumbs>span>a:after {
    display: none;
}

.navigation-home-icon-wrapper:before {
    font-size: 14px;}
    .navigation-home-icon-wrapper #navigation-first a {
        padding: 0 1.25rem!important;
    }
    .h4.homepage-group-title, h4.homepage-group-title {
        text-align: center;
        text-transform: uppercase;
        color: #261568;
        font-weight: 700;
    }
    
    .products>div {
        border: none!important;
    }
    
    .products-block.products>div.slick-list {
        width: 100%;
        padding: 0;
    }

    .products-block.products>div.slick-list .product {
        padding: 30px;
    }    
    
    .welcome .row {
        display: flex;
        flex-wrap: wrap;
    }

.about-content {
    font-size: 16px;
    z-index: 1;
}

.welcome img {
    height: 100%;
    object-fit: cover;
}

.welcome .row > div {
    display: flex;
    align-items: center;
}

.latest-contribution {
    display: flex;
    flex-wrap: wrap;
}

.latest-contribution-wrapper .homepage-group-title {
    width: 100%;
    margin-top: 0;
}

.latest-contribution.latest-contribution-rating h2 {
    display: none;
}

.latest-contribution-inner {
    width: 50%;
}

.custom-footer, .footer-bottom, .footer-links-icons {
    border: none;
}

.footer-icons a {
    display: flex;
    justify-content: center;
}

.footer-icons .footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-icons a img {
    max-height: 5.5rem;}

.benefitBanner__picture {
    max-width: 50px;
}

.benefitBanner__title {
    color: var(--color-primary);
}

.btn.add-to-cart-button, .btn.btn-cart {
position: relative;
}

.btn.add-to-cart-button:before, .btn.btn-cart:before {
    right: 0px;
    position: absolute;
    top: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 8px;
}
.btn.add-to-cart-button span, .btn.btn-cart span {
    padding-right: 1.25rem;
    font-weight: 600;
}

.copyright {
    text-align: center;
}

@media (min-width: 768px) {
    .navigation-in>ul>li {
        border: none;
    }
    .header-top {
        height: unset;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .navigation-in {
        background-color: #261568;
        position: relative;
    }

    .navigation-in>ul>li>a {
        padding-bottom: 1.75rem;
        padding-top: 1.75rem;
    }
    #navigation {
        height: unset;
    }
}

@media (min-width: 992px) {
    body {
        background-color: none;
    }

    .about-content {
        padding:5rem;
        background: white;
        width: calc(100% + 30px) !important;
        position: absolute;
        box-shadow: 3px -6px 24px 5px #dadada40;
    }

    .welcome img {
        width: calc(100% + 30px) !important;
        max-width: unset;
        right: 0;
        transform: translateX(-30px);
    }
}

@media (min-width: 1320px) {
.about-content {
    padding: 9rem 5rem;
}}



@media (max-width:767px) {

    html:not(.scrolled-down):not(.scrolled-up) #header .search {
        display: block;
        padding: 14px 0 19px
    }
    
    html:not(.scrolled-down):not(.scrolled-up) #header .search-form {
        display: block;
        margin: 0
    }
    
     
    html:not(.scrolled-down):not(.scrolled-up) #header {
        box-shadow: 0 3px 2px -2px rgba(0,0,0,.16);
        top:52px
    }

    html:not(.scrolled-down):not(.scrolled-up) .overall-wrapper {
        padding-top: 130px;
    }

    html:not(.scrolled-down):not(.scrolled-up) .top-alert {
        position: fixed;
        top: 0;
    }
    html:not(.scrolled-down):not(.scrolled-up) .top-navigation-bar {
        top:0
    } 

    .responsive-tools>a[data-target=navigation]:before, .responsive-tools>a[data-target=navigation]:hover:before {
        background-color: transparent;
        color: #1d0e58;
        font-size: 22px;
    }

    .responsive-tools > a[data-target="search"] {
        visibility: hidden;
    }

    html.scrolled-up .top-navigation-bar {
        display: none!important;
    }
    
}



@media (max-width:400px) {
   
/*      
    html:not(.scrolled-down):not(.scrolled-up) #header {
        top:125px
    }

    html:not(.scrolled-down):not(.scrolled-up) .overall-wrapper {
        padding-top: 220px;
    }


    html:not(.scrolled-down):not(.scrolled-up) .top-navigation-bar {
        top:70px
    }
     */
}