.navbar {
	background: #ffff!important;
}

.t-beko {
	color: #0083be;
}

.b-beko {
	background: #0083be;
}

.c-item {
	height: 480px;
}

.c-img {
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6);
}

.card.product {
	transition: all 0.3s;
}

.card.product:hover {
	transform: scale(1.08);
	z-index: 1000;
}

 
@media (max-width: 700px) {
	.card:hover {
		transform: none;
	}

	.card {font-size: 80%}

}

.nav h6 {
    color: #0083be;
}

.swiper {
  width: auto;
  height: 400px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer {
	background: #0083BE;
	color: #ffff;
	border: 1px solid #0083BEed;
}

.custom-shape-divider-bottom-1731413236 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1731413236 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 48px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1731413236 .shape-fill {
    fill: #0083BE;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1731413236 svg {
        width: calc(115% + 1.3px);
        height: 56px;
    }
}

a.nav-link {
    color: #303030;
}

a.nav-link:hover {
    background: #efefef;
    border-radius: 5px;
    color: black;
}

#kontakt {
    background: rgb(0,131,190);
    background: radial-gradient(circle, rgba(0,131,190,1) 0%, rgba(3,68,98,1) 100%);
    color: #ffff;
}

li.breadcrumb-item a {
    text-decoration: none;
}

   




