/*
Theme Name: Industrial
Theme URI: http://anpsthemes.com/industrial/
Description: It can be used for business and corporate sites, your portfolio site or customize it to suit your wishes. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: AnpsThemes
Author URI: http://themeforest.net/user/Anps/portfolio
Version: 1.8.0
License: ThemeForest Regular License
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: industrial
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
*/

.mini-cart{
	display: none;
}

.products, 
.before-loop,
.woocommerce-pagination{
    display: none;
}

.clients.owl-carousel{
	padding: 0 55px
}

.clients.owl-carousel .owl-nav.disabled{
	display: block;
	position: unset;
}
.clients.owl-carousel .owl-nav.disabled .owl-prev,
.clients.owl-carousel .owl-nav.disabled .owl-next{
	position: absolute;
	top: 2px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev{
	background-color: #F16e00;
	border-radius: 3px;
	border: 0;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    transition: .2s background-color;
    width: 49px;
    opacity: 1;
    padding: 0;
    text-align: center;
}

.clients.owl-carousel .owl-nav.disabled .owl-prev{
	left: 0;
}
.clients.owl-carousel .owl-nav.disabled .owl-next{
	right: 0;
}