.navigation-buttons a[data-target=cart], .navigation-buttons a[data-target=cart]:hover {
    display: none;
}
.category-content-wrapper{
 display: none;
}
.banner_carol{
		display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}
.banner_sloupec{
		margin: 0px 10px;
    width: 50%;
}
.banner_tlacitko{
		color: #fff !important;
    background-color: #0a6bf0;
    padding: 10px 20px;
    margin: 0px;
    font-size: 16px;
    border-radius: 40px;
    font-weight: 500;
}
.banner_img{
   margin: 10px;
   width: 45%;
   border-radius: 40px;
}
.banner_img>img{
   border-radius: 30px;
}

@media (max-width: 767px) {
    .banner_carol {
    flex-direction: column;
}
.banner_sloupec {
    margin: 15px 10px;
}
    .banner_img {
    width: 95%;
		}
.banner_sloupec {
    margin: 0px 10px;
    width: 95%;
		}
}
.banner_sloupec>h1{
		font-size: 48px;
    margin-bottom: 45px;
    margin-right: 30px;
    font-weight: 400;
    line-height: 1.3;
}
.banner_sloupec>h3{
		    font-weight: 500;
}
@media (min-width: 768px) {
    .banner_carol {
        width: 747px;
    }
    .banner_sloupec>h1{
		font-size: 32px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-weight: 400;
    line-height: 1.1;
    }
    .banner_sloupec>p{
		margin: 0px 0px 2px
    }

}
@media (min-width: 992px) {
    .banner_carol {
        width: 972px;
    }
    .banner_sloupec>h1{
		font-size: 32px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: 400;
    line-height: 1.2;
    }
		.banner_sloupec>p{
		margin: 0px 0px 5px
    }
}

@media (min-width: 1200px) {
    .banner_carol {
        width: 1178px;
    }
    .banner_sloupec>h1{
		font-size: 32px;
    margin-bottom: 30px;
    margin-right: 20px;
    font-weight: 400;
    line-height: 1.3;
    }
}
@media (min-width: 1440px) {
    .banner_carol {
        width: 1418px;
    }
}
.kontakt{
		justify-content: space-between;
}

@media (min-width: 480px) {
    #header .site-name a img {
        max-height: 60px;
    }
}

.banners-row{
    margin-bottom: 30px;
}
.fitted .navigation-in, .submenu-visible .navigation-in {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
}
.menu-item-external-27>a>b{
		background-color: #000;
    color: #fff;
    padding: 10px 22px;
    border-radius: 40px;
}
.menu-helper {
     width: 0px;
}
@media (min-width: 992px) {
    .container.navigation-wrapper .site-name {
        flex-basis: 280px;
    }
    #header .container {
        min-height: 100px;
    }
}
.carousel-control:before {
    border-radius: 40%;
    color: #000;
}
.carousel-control {
    width: 5%;
}
@media (min-width: 992px) {
    .navigation-buttons {
        padding-left: 0px;
        display:none;
    }
}
.wb-clanek {
		display: flex;
    align-items: center;
    justify-content: space-between;
}
.wb-clanek-sloupec{
		width: 48%;
}
.wb-clanek-text{
		
}
.wb-clanek-img{
		border-radius:25px
}
.banner_carol_mobil {
	display: flex;
	flex-direction: column;
}
.banner_sloupec_mobil {
    margin: 0px 20px;
    width: 95%;
}

.carousel-control{
		display: none
}