/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.pmatrix.owl-carousel.owl-theme {margin:0;}
.owl-carousel .owl-wrapper{
	display: flex !important;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	/* display: flex; */
	padding-left: 5px;
    padding-right: 5px;
}
.owl-carousel .owl-item:first-child {
    display: none;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.products_omad:empty {display:none;}

.scrollable_prd_new00, .scrollable_prd_prosf00, .recentItems, .scrollable_prd_prosf_main {
    padding: 0;
    /* width: calc(100% - 12px); */
}

.prd_new00 .owl-wrapper-outer, .prd_prosf00 .owl-wrapper-outer, .recent00 .owl-wrapper-outer {
	padding: 0;	
}

.prd_new00, .prd_prosf00, .recent00 {
	zoom: 1;
    /*font-size: 0;*/
    text-align: center;	
}

.prd_new00, .prd_prosf00, .recent00 {
	width: calc(100% + 0px);
	margin-left: 0;
	margin-bottom: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}


.prd_new00 .itemx, .prd_prosf00 .itemx, .recent00 .itemx {
	display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 20px);
	max-width: calc(100% - 10px);
}
.newsPrd h2, .banner_title.prosfores h2 {        
	font-size: 22px;
	line-height: 29px;
	font-weight: bold;
    text-align: center;
}

.newsPrd h2, .banner_title.prosfores h2 span {
	font-size: 22px;
	line-height: 29px;
	font-weight: bold;
    text-align: center;
}

.slider_prd_new00 .banner_title h2 span {
	font-size: 25px;
	line-height: 29px;
	font-weight: bold;
    text-align: center;
}

.title.category span.title {
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.owl-item .itemx {
	max-width: calc(100% - 10px);
}



.prd_prosf00 .owl-theme .owl-controls .owl-page.active span, .prd_prosf00 .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff;
}
.prd_prosf00 .owl-theme .owl-controls .owl-page span {
background: #000;
}

.scrollable_prd_new00 .pmatrix>div, .scrollable_prd_prosf00 .pmatrix>div {background:none;}
.pmatrix_onecol_icons {/* display:none; */}
@media (max-width: 768px) {
.scrollable_prd_new00 .pmatrix, .scrollable_prd_prosf00 .pmatrix, .recentItems .pmatrix {
    margin: 0;
    padding: 0;
}
	.owl-item .itemx {
		padding: 0;
		margin: 0;
	}
	
	
.prd_new00 .product-item, .prd_prosf00 .product-item, .products_omad .owl-item .catcol {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 20px);
}	

.prd_new00, .prd_prosf00, .recent00 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
	
	
}

@media (max-width: 990px) {
.scrollable_prd_new00 .pmatrix .productcol, .prd_prosf00 .pmatrix .productcol {
	max-width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}
}

.brand_image {
    background: #fff;
    margin: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    display: flex;
    border: 1px solid #e5e5e5;
    min-height: 120px;
	max-height: 120px;
    padding: 10px;
}
.brand_image img {
	max-height: 119px;
	padding: 10px;
}

.brand-logos .owl-controls {
    /* position: absolute; */
    /* top: calc(50% - 50px); */
    /* width: 100%; */
}
#brands {
    padding: 20px 0 50px;
}

#recent_items .newsPrd span.title {
	margin: 10px 0 30px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #222;
}
#recent_items .newsPrd {
	margin-top: 30px
}

@media (max-width: 767px) {
	#brands .pmatrix .quantity, .prd_prosf00 .pmatrix .quantity, .prd_new00 .pmatrix .quantity {
    flex-wrap: wrap;
    justify-content: space-around;
    /* max-width: 90%; */
    margin: 0 auto;
}

#brands .pmatrix .baskhref, .prd_prosf00 .pmatrix .baskhref, .prd_new00 .pmatrix .baskhref  {
    margin: 15px 0 10px;
    width: 45px;
    justify-content: center;
    max-width: 80%;
    height: 45px;
}
}
