#czcategorytabs {
    float: left;
    width: 100%;
	clear: both;
	margin: 0;
	padding: 50px 0 30px;
}
#czcategorytabs .categorytab.block {
    background: #ffffff;
	float: left;
    width: 100%;
}
#czcategorytabs .tab-content {
    clear: both;
}
#czcategorytabs .container {
	padding: 0;
}
#czcategorytabs .categoryimage .category_img { margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
}
#czcategorytabs .nav-item .category-title {
    font-weight: 500;
    font-size: 14px;
    padding: 0;
}
#czcategorytabs .customNavigation {
	top: 45%;
    right: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#czcategorytabs .customNavigation .prev {
    left: -20px;
}
#czcategorytabs .customNavigation .next {
    right: -20px;
}
#czcategorytabs .tab-content .products { 
    position: relative; 
    margin: 0 -15px; 
}
@media (max-width: 1500px) {
	#czcategorytabs .customNavigation .prev {
		left: 0;
	}
	#czcategorytabs .customNavigation .next {
		right: 0;
	}
}
@media (max-width: 991px) {
    #czcategorytabs {
        padding-top: 40px;
    } 
	#czcategorytabs .customNavigation {
		top: -83px;
        width: 40px;
        right: 15px;
	}
}
@media (max-width: 575px) {
    #czcategorytabs {
        padding-top: 25px;
    }
    #czcategorytabs .customNavigation {
        top: -78px;
    }
}
@media (max-width: 397px) {
    #czcategorytabs .customNavigation {
        top: -104px;
    }
}