/* First Banner-Text Visibility & Banner-Texts Width */

@media only screen and (min-width: 576px)
{
	#slick-slide00 > span
	{
		visibility: hidden !important;
	}
	
	.banner-items-subtitle
	{
		max-width: 50% !important;
	}
}

/* "Csak raktáron..." Stockfilter Mobile Padding */

@media screen and (max-width: 767px)
{
	.category-description
	{
		margin-bottom: 25px !important;
	}
	
	.module-stockfilter-wrapper
	{
		padding: 5px 0px 5px 15px !important;
	}
}

/* Mobile Banner Control-Part Fix */

@media screen and (max-width: 575px)
{
	.banner-items
	{
		background-color: #f3f4f5 !important;
	}
	
	.not-banner-item-conent.mobile-dots
	{
		border-bottom-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
	}
}

/* All Blogs Page Bottom Radius */

.mp-custom-blog .card-img-top
{
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}

/* Discount Badges & Countdown Settings */

.decrease-amount
{
	color: white !important;
}

.badge-secondary
{
	background-color: #b80000 !important;
}

/*.saletime-param-row,
.sale_countdown
{
	color: #b80000 !important;
}*/

/* Announcement Bar Settings */

.announcement-bar-section-section-body
{
	background-color: #b80000 !important;
}

.announcement-bar-section-row
{
	padding: 14px !important;
}

.announcement-bar-section-row a
{
	color: #ffefca !important;
	animation: blink 1s linear infinite;
}

@keyframes blink
{
	0%
	{
		opacity: 0;
	}
	29.8%
	{
		opacity: 0;
	}
	30%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 1;
	}
}