/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.pm-csoc-owl-theme .pm-csoc-owl-controls{
	margin-top: 10px;
	text-align: center;
}

.pm-csoc .pm-csoc-owl-controls .pm-csoc-owl-pagination { display:block; }

.pm-csoc-owl-buttons {
	display: none !important;
}

.pm-csoc-header{
	margin-bottom: 34px;
}


/* Styling Next and Prev buttons */

.pm-csoc-owl-theme .pm-csoc-owl-controls .pm-csoc-owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.pm-csoc-owl-theme .pm-csoc-owl-controls.clickable .pm-csoc-owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.pm-csoc-owl-theme .pm-csoc-owl-controls .pm-csoc-owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.pm-csoc-owl-theme .pm-csoc-owl-controls .pm-csoc-owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.pm-csoc-owl-theme .pm-csoc-owl-controls .pm-csoc-owl-page.active span,
.pm-csoc-owl-theme .pm-csoc-owl-controls.clickable .pm-csoc-owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.pm-csoc-owl-theme .pm-csoc-owl-controls .pm-csoc-owl-page span.pm-csoc-owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.pm-csoc-owl-item.loading{
	min-height: 150px;
	background: url("../../img/owl-carousel/AjaxLoader.gif") no-repeat center center
}


.pm-csoc-owl-item{
	.layout-full-width .products-list__block--grid {
		flex: unset!important;
		max-width: fit-content!important;
	}
}