/* Slider CSS */
.banner-slider .owl-item .item {
	background-image:url('{{ slide.image.path }}');
	background-position: 50% 10%;
    height: 500px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.banner-slider .banner-text {
    position: absolute;
    top: 30%;
    display: block;
}
.banner-slider .banner-text.text-left{
	position: absolute;
	top: 30%;
	display: block;
	left: 10%;
}
.banner-slider .banner-text.text-center{
	position: absolute;
	top: 30%;
	display: block;
	left: 0;
	right: 0;
}
.banner-slider .banner-text.text-right{
	position: absolute;
	top: 30%;
	display: block;
	right: 10%;
}
.banner-slider .banner-text a.btn{
	display: inline-block;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	margin-right: 25px;
	border-radius: 0px;
}
.banner-slider .banner-text a.btn:last-child{margin-right: 0px;}
.banner-slider .banner-text a.btn:hover{
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	transition: 0.5s;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    color: #fff;
	text-align: center;
}
.owl-carousel button.owl-dot {
	background: #fff;
    width: 10px;
    height: 10px;
    margin-left: 5px;
	border-radius: 50%;
}
button.owl-dot.active {
    background: #c7cccc;
}
.carousel-nav-left{
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    margin-left: -40px;
}

.carousel-nav-right{
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 0%;
    bottom: 0%;
	right: 0%;
    margin: auto 0;
    margin-right: -40px;
}

@media (max-width: 767px){
	.banner-slider .banner-text.text-left{
	position: absolute;
	top: 5%;
	display: block;
	left: 10%;
}
.banner-slider .banner-text.text-center{
	position: absolute;
	top: 5%;
	display: block;
	left: 0;
	right: 0;
}
.banner-slider .banner-text.text-right{
	position: absolute;
	top: 5%;
	display: block;
	right: 15%;
}
}

.my-card{
	box-shadow: 0 10px 30px rgba(0,0,0,.05)!important;
	text-align: center;
	margin-bottom: 24px;
}

.my-card:hover{
    box-shadow: 0 17px 34px rgba(0,0,0,.14)!important;
	transition: .2s ease-in-out;
}

.ul-none ul{
	display: none!important;
}
.absolute-vlnka{
	position: absolute;
	z-index: 10; 
	left: 0; 
	top: 0; width: 100%; 
	height: 100%; 
	display: flex; 
	justify-content: center; 
	align-items: flex-end;
}
.vlnka{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='254.52' height='12'%3E%3Cpath d='M0 1.5c9.787 0 9.787 9 19.575 9s9.787-9 19.575-9 9.788 9 19.579 9 9.788-9 19.579-9 9.787 9 19.579 9 9.787-9 19.579-9 9.787 9 19.575 9 9.788-9 19.58-9 9.787 9 19.579 9 9.787-9 19.579-9 9.788 9 19.58 9 9.792-9 19.579-9 9.792 9 19.579 9' fill='none' stroke='%23e2001a' stroke-miterlimit='10' stroke-width='3'/%3E%3C/svg%3E");
	width: 143px;
	height: 9px;
	background-size: contain;
	background-repeat: no-repeat;
}
.line-clamp-4{
	display: -webkit-box; 
	-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical; 
	overflow: hidden!important;
	font-weight: 700; 
	color: black;
}

.bg-img{
	background-position: center; 
	background-size: cover;
	background-repeat: no-repeat; 
	padding-top: 80%; 
	width: 100%;
	position: relative;
	background-color: #fff;
}

.absolute-akcia{
	position: absolute;
	z-index: 20;
	display: flex; 
	align-items: flex-end; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.absolute-akcia img {
	width: 30%;
}

.my-card h3 {
	font-size: 24px; 
	color: black; 
	font-weight: 700;
}

.my-card:hover h3 {
	color: #E2001A; 
}

.my-card span{
	color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}
.my-card span small{
	font-size: 14px;
}
.category-btns{
	display: flex; 
	align-items: center; 
	gap: 30px; 
	justify-content: center; 
	flex-wrap: wrap;
}

@media(max-width:1024.98px) {
	.category-btns{
		gap: 10px;
	}
}

.hashtag{
	font-size: 30px!important; 
	color: #E2001A!important;  
	margin-bottom: 0px!important; 
	padding-top: 3px!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hashtag-btn:hover .hashtag, .hashtag-btn:focus .hashtag{
	color: #FFFFFF!important;
}
