.extraslider-template-1 .module_heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}
.extraslider-template-1 a {
	text-decoration: none;
	position: relative;
}

.extraslider-template-1.preload {
	height: 250px;
	overflow: hidden;
	position: relative
}

.extraslider-template-1 .products-list .product-layout .item-info .item-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.back-circle .extraslider-template-1 .products-list .product-layout:last-child {
    margin-bottom: 0;
}
.extraslider-template-1 .products-list .product-layout .item-info {
    display: flex;
    width: 100%;
    min-height: 100px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}