.swiper-container-autoheight .swiper-wrapper{
    align-items: center !important;
}
.swiper-wrapper{
    height: 100% !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    opacity: 0 !important;
}

.openning-date .delivery-span {
    display:block !important;
}
.home-collection.layout4 .view-more{
	top: 22px !important;
}
.home-collection.layout4 .title span {
    display: block;
    width: calc(100% - 92px) !important;
}
@media(max-width: 768px){
	.home-collection.layout4 .view-more{
		top: 42px !important;
	}
	.home-collection.layout4 .title span {
		display: block;
		width: calc(100% - 86px) !important;
	}
}