/* Large Devices Styles Starts */

@media (min-width: 1200px) {


}

/* Medium Devices Styles Starts */

@media (min-width: 992px) and (max-width: 1199px) {

		
/* Products Box Styles */
	.product-col.list .image{
		padding:40px 30px 10px 0;
	}
	.product-col .btn-cart{
		margin-top:5px;
	}
	
/* Product Carousel Styles Starts */
	.product-carousel .owl-controls .owl-buttons .owl-prev{
		left:89%;
	}		

}

/* Small Devices Styles Starts */
@media (min-width: 768px) and (max-width: 991px) {
	
/* Products Box Styles */
	.product-col.list .image{
		padding:40px 30px 10px 0;
	}	
	
/* Product Carousel Styles Starts */	
	.product-carousel .row{
		margin-left:-3px;
		margin-right:-3px;
	}
	.product-carousel .col-xs-12{
		padding-left:0;
		padding-right:0;
	}
	.product-carousel .owl-wrapper-outer{
	}
    .product-carousel #owl-product .item{
		padding-left:3px;
		padding-right:3px;
		text-align:center;
    }
	.product-carousel .owl-controls .owl-buttons .owl-prev{
		left:86%;
	}		
	
}

/* Extra Small Devices Styles Starts */
@media (max-width: 767px) {
/* Responsive Image Styles Starts */
	.col3-banners .img-responsive, 
	.col2-banners .img-responsive, 
	.product-col .img-responsive{
		margin:0 auto;
	}


/* Latest Products Styles Starts */
	.product-head, 
	.product-col{
		text-align:center !important;
	}
		.product-col.list .image{
			float:none;
			padding:0;
		}
		
/* Product Carousel Styles Starts */	
	.product-head{
		font-size:18px;
	}
	#owl-product .owl-controls .owl-buttons .owl-prev, 
	#owl-product .owl-controls .owl-buttons .owl-next{
		top:-56px;
		font-size:20px;
	}
	.product-carousel .owl-controls .owl-buttons .owl-prev{
		left:15px;
	}	 
	.product-carousel .owl-controls .owl-buttons .owl-next{
		right:20px;
	}			
	
}