.imageslider-widget {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.imageslider-widget ul {
	padding: 0;
	margin: 0;
}
.owl-dot {
	flex: 1 1 100%;
	margin: 0 22px;
	padding: 22px 0;
	max-width: 35px;
	box-sizing: border-box;
}
.owl-dot span{
	background: #5b5c5e;
	height: 3px;
	display: block;
}
.owl-dot.active span, .owl-dot:hover span{
	background: #bea354;
}

/*slide style 1*/
.slider-block {
	list-style-type: none;
}
.slide-additional {
	float: right;
}
.page-layout-1column .block.widget .product-slider-content .products-grid .product-item {
	width: 100%;
	margin: 0 !important;
	background: #fff;
}
.page-layout-1column .block.widget .product-slider-content .products-grid .product-items .actions-primary,
.page-layout-1column .block.widget .product-slider-content .products-grid .product-items .actions-secondary,
.page-layout-1column .block.widget .product-slider-content .products-grid .product-items .product-item-name{
	display: none;
}

@media (min-width: 700px) {
	.page-layout-1column .block.widget .product-slider-content .products-grid .product-item {
		width: calc(100%/3);
	}
}