.bos-friday.bosfriday #before_content {
    position:relative;
    height: 300px;
    display:block;
    background:url('https://www.bosfood.de/files/bosfood/images/landingpages/BOS%20FRIDAY/BosFridayWeek_Banner_gross_2025.jpg');
    background-repeat: no-repeat;
    background-position: center center;
	background-size:contain;
	margin-bottom: 40px;
	z-index:200;
}

.bos-friday.bosfriday #footer {
    z-index: 300;
}

.bos-friday.bosfriday #before_content .inside {
    display:block;
    height: auto;
    width: auto;
    height: 100%;
}

.bos-friday.bosfriday .custom #before_content .inside {
	display:none;
}

.bos-friday.bosfriday .price_pcs {
	font-size:20px;
	border-radius:3px;
	font-weight:bold;
}

.bosfriday .product span {
	font-size:14px;
	font-weight:normal;
}

.bos-friday.bosfriday .product .quick-card .inner .button, .product_view_head_sort {
	/* background: url(https://bosfood.de/files/bosfood/images/basic/bg-quick-to-shoppingcart_hover.png) #333 center center no-repeat */
	display:none;
}

.bos-friday.bosfriday .product .quick-card form.quick-card-form {
	display:block;
}

.bos-friday.bosfriday .product .price {
	min-height:46px;
	text-align:center;
}

/*.bos-friday.bosfriday .shop-stoerer {
	display:block;
}*/

.pagienierung a {
	padding:10px 15px;
	background:#333;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	display: inline-block;
	margin-bottom:10px;
}

.pagienierung .next {
	content:'Seite';
	background:#333;
	margin-right:0px;
	padding:10px 15px;
	color:#FFF;
	font-size:18px;
}

@media only screen and (max-width: 788px) {
    .bos-friday.bosfriday #before_content {
        background-size:100%;
    }
}


@media screen and (min-width: 1236px) {
    .product.last-col4 {
    	margin-right: 10px;
    }
    .product.last-col5 {
    	margin: 0px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1236px) {
    .product.last-col4 {
    	margin-right: 0px;
    }
    .product.last-col3:not(.last-col4) {
    	margin-right: 10px !important;
    }
}

@media screen and (min-width: 1236px) {
    #header {
        height: 160px;
    }
}

@media (max-width: 470px) {
    .bos-friday.bosfriday #before_content {
        height: 210px;
		margin-bottom: 0;
		padding: 20px 0px;
    }
}

/* Black Friday Fixes */

@media screen and (min-width: 1236px) {
	.product.last-col4:not(.last-col5) {
		margin-right: 10px !important;
	}
}

@media screen and (max-width: 980px) {
	.mod_BosFoodShopLeser .product {
		width: calc(50% - 5px) !important;
		margin: 0 !important;
	}
	.mod_BosFoodShopLeser .product:nth-child(odd) {
		margin-right: 10px !important;
	}
}

.product.product--gastro > .inner {
    padding-bottom: 0px;
}

.product.product--gastro > .inner .info {
    height: 75px;
}

/* Hide TelefonstÃ¶rer */

.bf_modal.bf_modal--inline {
	display: none;
}

/* Highlight-Product */
.bosfriday .product.product--highlight::after {
	content: '';
	position: absolute;
	height: 56px;
	width: 43px;
	background:url('/files/bosfood/dae/bosfriday/BF-hot-54x42.png');
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
	right: 10px;
}

.bosfriday .product.product--highlight .sale-label {
	display: none;
}

@media screen and (max-width: 600px) {
	.mod_BosFoodShopLeser .product {
		width: 100% !important;
	}
	.mod_BosFoodShopLeser .product .desc {
		padding-bottom: 57px;
	}
	.mod_BosFoodShopLeser .product.product--highlight .desc {
		padding-right: 56px;
	}
	.mod_BosFoodShopLeser .product:nth-child(odd) {
		margin-right: 0px !important;
	}
	.bosfriday .product.product--highlight::after {
		top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.mod_BosFoodShopLeser .product .aktion-ende {
		position: relative !important;
		right: 0 !important;
	}
}

.pagienierung a.active {
	background-color: #b4101d;
}