#czcategorytabs {
    float: left;
    width: 100%;
    clear: both;
    margin: 40px 0 40px;
    position: relative;
}
#czcategorytabs .left-part {
    float: left;
    width: 18.6%;
    position: relative;
}
#czcategorytabs .right-part {
	width: 81.4%;
    float: right;
    padding-top: 10px;
    padding-left: 25px;
}
#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;
    letter-spacing: 0.2px;
    padding: 0;
}
#czcategorytabs .customNavigation {
	top: 10px;
    right: 0;
    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: 0;
}
#czcategorytabs .customNavigation .next {
    right: 0;
}
#czcategorytabs .tab-content .products{ position: relative; margin:0 -13px; }
@media (max-width: 1500px) {
	#czcategorytabs .customNavigation .prev {
		left: 0;
	}
	#czcategorytabs .customNavigation .next {
		right: 0;
	}
}
@media (max-width: 991px) {
    #czcategorytabs .left-part {
        width: 100%;
    }
    #czcategorytabs {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #czcategorytabs .right-part {
        width: 100%;
        padding-left: 0;
    }
    #czcategorytabs .customNavigation {
        top: 0;
    }
}