.home-v2-da-block .banners,.home-v3-da-block .banners,.home-v6-da-block .banners,.home-v7-da-block .banners {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 2em;
    overflow: auto;
    flex-wrap: nowrap
}

.home-v2-da-block .banners>.banner,.home-v3-da-block .banners>.banner,.home-v6-da-block .banners>.banner,.home-v7-da-block .banners>.banner {
    display: block;
    padding: 0 10px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .home-v2-da-block .banners>.banner,.home-v3-da-block .banners>.banner,.home-v6-da-block .banners>.banner,.home-v7-da-block .banners>.banner {
        flex:0 0 100%;
        max-width: 100%
    }
}


.product-categories-list-with-header.v2 header.brand {
	background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-categories-list-with-header header.brand {
	width: auto;
	margin-left: 0;
	padding-left: 50px;
	border-bottom: 2px solid #eaeaea;	
}

.product-categories-list-with-header.v2 header.brand .caption .section-title::after {
	display: none !important;
}
.product-categories-list-with-header.v2 header.brand .caption .section-title {
	padding: 15px;
}
.product-categories-list-with-header.v2 header.brand .caption a {
	color: black;
}
.product-categories-list-with-header.v2 .categories .category img {
    margin: 5px auto;
}

.product-categories-list-with-header.v2 .categories .category:nth-last-child(-n+2) {
    border-bottom: 1px solid #eaeaea;
}

.section-producer.product-categories-list-with-header header {
	margin-left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #dadada;
    width: 100%;
}

.section-producer.product-categories-list-with-header .categories-block {
	margin-top: 5px;
}



/** SECONDARY IMAGE */
.woocommerce-loop-product__link .product-thumbnail, .product-outer .card-media-left, ul.product_list_widget li {
	position: relative;
}
.product-outer .product-loop-footer {
	z-index: 2;
}
/*.product-outer .product-loop-header .product-thumbnail .attachment-woocommerce_thumbnail {
	position: relative;
	transition: all .3s ease-in-out;
	opacity: 1;
}
.product-outer:hover .product-loop-header .product-thumbnail .attachment-woocommerce_thumbnail {
	opacity: 0;
}*/
.woocommerce-loop-product__link .product-thumbnail .secondary-image, .product-outer .card-media-left .secondary-image, ul.product_list_widget li .secondary-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.woocommerce-loop-product__link:hover .product-thumbnail .secondary-image, .product-outer:hover .card-media-left .secondary-image, ul.product_list_widget li:hover .secondary-image {
	opacity: 1;
}


/** MEGA MENU */

/*
 // right now we have mega menu displayed only on > 1200px
@media (min-width: 768px) {
	.departments-menu-v2.animated-dropdown .yamm .yamm-tfw .dropdown-menu {
		width: 468px;
	}

}
@media (min-width: 992px) {
	.departments-menu-v2.animated-dropdown .yamm .yamm-tfw .dropdown-menu {
		width: 692px;
	}
}
*/
@media (min-width: 1200px) {
	.departments-menu-v2.animated-dropdown .yamm .yamm-tfw .dropdown-menu {
		max-width: calc(100vw - 300px);
		min-width: 900px;
		width: 1200px;
	}
}


/** OUT OF STOCK */
li.product.outofstock .woocommerce-loop-product__title {
	color: #878787;
}
li.product.outofstock .woocommerce-loop-product__link {
	opacity: .8;
}
li.product.outofstock .product-loop-footer {
	opacity: .8;
}
li.product.outofstock .price ins {
	color: #878787;
}
li.product.outofstock .product-loop-footer .outofstock {
	font-size: .857em;
    display: inline-block;
    text-align: center;
    line-height: 2em;
    min-width: 39px;
    border-radius: 4px;
    background-color: #e00;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    margin: 0;
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0 5px;
}


/* compatible select */
#compatible-with-select {
	width: 100%;
}
#compatible-with-select + .select2-container {
	width: 100% !important;
}

/* #rev_slider_1_1_forcefullwidth {
	background-image:url('/wp-content/uploads/2020/04/bibilel-slider-bg-scaled.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
}
#rev_slider_1_1_forcefullwidth li.rev_bg1 {
	background-image: url(/wp-content/uploads/2020/04/bibilel-bg-1-scaled.jpg);
	background-size: cover;
}

.rev_slider.fullwidthabanner .slotholder .tp-bgimg {
	background-size: contain !important;
	position: absolute !important;
	background-position: center bottom !important;
}

#rev_slider_1_1_forcefullwidth li.rev_vcenter .slotholder .tp-bgimg {
	background-position: center center !important;
}


@media (min-width: 1200px) {
	
	.rev_slider.fullwidthabanner .slotholder .tp-bgimg {
		left: 30% !important;
    	width: 70% !important;
	}
	.rev_slider.fullwidthabanner li[data-index="rs-2"] .slotholder .tp-bgimg {
		left: 25% !important;
    	width: 75% !important;
	}

}
@media (min-width: 1480px) {
	
	.rev_slider.fullwidthabanner .slotholder .tp-bgimg {
		left: 25% !important;
    	width: 75% !important;
	}
	.rev_slider.fullwidthabanner li[data-index="rs-2"] .slotholder .tp-bgimg {
		left: 20% !important;
    	width: 80% !important;
	}

}
@media (min-width: 1650px) {
	
	.rev_slider.fullwidthabanner .slotholder .tp-bgimg {
		left: 30% !important;
    	width: 70% !important;
	}
	.rev_slider.fullwidthabanner li[data-index="rs-2"] .slotholder .tp-bgimg {
		left: 25% !important;
    	width: 75% !important;
	}

}
@media (min-width: 2000px) {
	
	.rev_slider.fullwidthabanner li[data-index="rs-2"] .slotholder .tp-bgimg {
		left: 30% !important;
    	width: 70% !important;
	}

}
@media (min-width: 2100px) {
	
	.rev_slider.fullwidthabanner .slotholder .tp-bgimg {
		left: 35% !important;
    	width: 65% !important;
	}
	.rev_slider.fullwidthabanner .slotholder .tp-bgimg {
		left: 35% !important;
    	width: 65% !important;
	}

} */

.single-product .sku {
	display: block;
    color: #8f8e94;
}

.sealed-product.row .price {
	font-size: 1.1em !important;
}
.sealed-product.row .btn {
	padding: .375rem 1rem !important;
}




.widget_product_categories ul.category-single {
    padding-bottom: 10px !important;
}
.widget_product_categories ul li > span, .widget_product_categories ul li.parent_class.current-cat > a {
    padding-left: 2.143em;
}
.widget_product_categories ul li.current-cat {
	font-weight: bold;
}

.widget_product_categories .parent_class .child-indicator {
	padding-right: .643em;
}

.widget_product_categories li.cat-group {
	background-color: #f5f5f5;
    font-weight: bold;
}

.widget_product_categories li.parent_class {
	padding: 1.06em 0;
    border-bottom: 1px solid #ddd !important;
}

.widget_product_categories .parent_class .child-indicator i {
	font-size: 1.2em;
    color: #333e48;
    font-weight: 700;
    vertical-align: middle;
    width: .571em;
}

.widget_product_categories_brands > ul.product-categories > li:nth-child(2) {
	border-top: none !important;
}
.widget_product_categories_brands ul.product-categories-more > li:nth-child(1) {
	border-top: none !important;
}
.widget_product_categories_brands ul.product-categories-more {
	padding-left: 0;
}

.widget_product_categories_brands ul.product-categories li {
	border-top: 1px solid #ddd;
} 
.widget_product_categories_brands .product-categories-toggler {
	font-size: .9em;
    text-align: center;
    width: 100%;
    display: block;
    background-color: #fed700;
}
.widget_product_categories_brands .product-categories-toggler.more {

}


.off-canvas-navigation .wpb_wrapper.vc_figure {
	display: none !important;
}


#colophon {
	border-top: 5px solid #fed700;
}


.footer-payment-logo .card-item>img {
    max-height: 50px;
    width: auto !important;
}
.footer-payment-logo .card-inline .card-item { padding: 15px; }
.handheld-footer .copyright-bar .copyright {
    text-align: center;
}
.handheld-footer .copyright-bar .payment .footer-payment-logo .card-inline .card-item {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}
.handheld-footer .copyright-bar .payment .footer-payment-logo .card-inline .card-item > img {
    margin: 0 auto;
}

body.home #content {
    background-color: #f9f9f9;
}
body.home #content .entry-content {
    background-color: white;
} 

/* BLACK FRIDAY
.rev_slider.fullwidthabanner .black-friday-slide .slotholder .tp-bgimg {
    width: 100% !important;
    left: 0 !important;
    background-size: cover !important;
    background-position: right bottom !important;
}

@media (max-width: 640px) {
    #rev_slider_1_1_wrapper, #rev_slider_1_1, #rev_slider_1_1_forcefullwidth {
        height: 140px !important;
    }
    .rev_slider.fullwidthabanner .black-friday-slide .slotholder .tp-bgimg {
        background-size: 120% !important;
    }
}


.product-thumbnail.product-item__thumbnail:before {
    content: 'BLACK FRIDAY';
    position: absolute;
    width: 75px;
    height: 36px;
    z-index: 999;
    COLOR: white;
    font-size: 11px;
    line-height: 1;
    background-color: #000;
    FONT-WEIGHT: 800;
    text-align: center;
    transform: rotate(-24deg);
    padding-top: 5px;
}

a.card-media-left:before {
    content: 'BLACK FRIDAY';
    position: absolute;
    width: 75px;
    height: 36px;
    z-index: 999;
    COLOR: white;
    font-size: 11px;
    line-height: 1;
    background-color: #000;
    FONT-WEIGHT: 800;
    text-align: center;
    transform: rotate(-24deg);
    padding-top: 5px;
}

.single-product .woocommerce-product-gallery .flex-viewport:before {
    content: 'BLACK FRIDAY';
    position: absolute;
    width: 75px;
    height: 36px;
    z-index: 999;
    COLOR: white;
    font-size: 11px;
    line-height: 1;
    background-color: #000;
    FONT-WEIGHT: 800;
    text-align: center;
    transform: rotate(-24deg);
    padding-top: 5px;
    top: 50px;
    left: 5px;
}
*/

#free-delivery-message {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #fed700;
    background-color: #000;
    text-align: center;
}
#free-delivery-message span {
transform: all .3s ease-in-out;
}

#free-delivery-message span.a130 {
    color: #fefbe9;
}
#free-delivery-message span.a120 {
    color: #fff3ae;
}
#free-delivery-message span.a110 {
    color: #ffe555;
}

#menu-all-departments-menu-1 .bg-yellow {
    background-color: #fed700;
    color: #000;
}

#menu-all-departments-menu-1 .bg-yellow a {
    color: #000;
}