/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Montserrat', sans-serif;
}
#header .header-top .inner{
    max-width: 1440px;
    margin: 0 auto;
}
.breadcrumb li a{
    color: #fff;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}
img.logo.img-fluid{
    max-height: 100px !important;
}

#wrapper .breadcrumb,
#wrapper .breadcrumb h1{
    color: #fff;
}
#wrapper .breadcrumb:before{
    background-image: url('../img/pages-banner.webp');
}
.hp-products-text{
    margin-top: 30px;
}
.hp-products-text p{
    font-size: 22px;
    color: #222;
}
.hp-nove-produkty-col{
    padding-left: 60px !important;
}

.page-content.card{
    box-shadow: none;
}

.block-categories .category-sub-menu li > a{
    text-transform: none;
}

.footer-container{
    background: #e5d3c0;
}
.footer-container .nqt-phonenumber,
.footer-container .nqt-email{
    letter-spacing: 0.14px;
    color: #222222;
    padding-bottom: 1px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: .5rem;
}
.footer-container .nqt-phonenumber:hover,
.footer-container .nqt-email:hover{
    color: #eb7025;
}
 
@media (min-width: 1200px) {
    .page-index .box-newbanner .ApColumn {
        width: 50%;
        float: right;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #category .sidebar .block {
        display: block;
    }
}



.ApSlideShow .bannercontainer .tp-caption{
    font-family: 'Montserrat', sans-serif;
}
/*.ApSlideShow .bannercontainer .iviewSlider,
.ApSlideShow .bannercontainer .iviewSlider .slide_config {
    background-position: center center !important;
    background-size: cover !important;
}*/
.ApSlideShow .bannercontainer .slide_config{
    width: 100% !important;
}
.ApSlideShow .bannercontainer .banner-logo{
    width: 30% !important;
    left: 60% !important;
    top: 15% !important;
    
}
.ApSlideShow .bannercontainer.hp-slider-mobile .banner-logo{
    width: 40% !important;
    left: 53% !important;
}
.ApSlideShow .bannercontainer .banner-logo img{
    width: 100%;
    height: auto;
}
.ApSlideShow .bannercontainer .banner-text{
    font-size: 24px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    transform: skewX(-14deg);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 150%;
}
.ApSlideShow .bannercontainer.hp-slider-mobile .banner-text{
    font-size: 36px;
}
.ApSlideShow .bannercontainer .banner-text.banner-text-1{
    width: 46% !important;
    height: 80px;
    top: auto !important;
    bottom: 10% !important;
    left: -20px !important;
    background: #785e47;
    text-align: center;
    font-weight: 500;
}
.ApSlideShow .bannercontainer.hp-slider-mobile .banner-text.banner-text-1{
    width: 40% !important;
}
.ApSlideShow .bannercontainer .banner-text-2{
    width: 45% !important;
    height: auto !important;
    top: auto !important;
    bottom: 0 !important;
    left: auto !important;
    right: -60px;
    background: #e5d3be;
    font-weight: 300;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    
}
.ApSlideShow .bannercontainer.hp-slider-mobile .banner-text-2{
    width: 58% !important;
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 80px;
}
.ApSlideShow .bannercontainer .banner-text .caption-contain{
    width: 100% !important;
    height: auto !important;
    z-index: 2;
    transform: skewX(14deg);
}

.images-list .show_image{
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.images-list .show_image .image-item{
    padding: 10px;
}
.images-list .show_image .image-item img{
    width: 100%;
    height: 12vw;
    object-fit: cover;
}


@media screen and (min-width: 1600px){
    .ApSlideShow .bannercontainer .banner-text-1{
        width: 43% !important;

    }
}
@media screen and (max-width: 992px){
    .iview-directionNav a{
        width: 50px;
        height: calc(50px - 10px);
    }
    .iview-directionNav a:before{
        line-height: calc(50px - 10px);
    }
    .iview-directionNav a.iview-prevNav{
        transform: matrix(1, 0, 0, 1, -101, -40);
    }
    .iview-directionNav a.iview-nextNav{
        transform: matrix(1, 0, 0, 1, -50, -40);
    }
    /*.ApSlideShow .iviewSlider,
    .ApSlideShow .bannercontainer .slide_config{
        height: 1000px !important;
    }
    .ApSlideShow .bannercontainer .iview{
        height: 50vw !important;
    }*/
}
@media (min-width: 768px) {
    #wrapper .breadcrumb {
        width: 100%;
        background: none;
    }
}
@media (max-width: 767px) {
    #wrapper .breadcrumb.hidden-sm-down {
        display: block !important;
        background: none;
        margin-top: 0;
    }
}
@media screen and (max-width: 599px){
    .ApSlideShow .bannercontainer.hp-slider-mobile .banner-text-2{
        font-size: 42px;
    }
}