#czcategorytabs {
    float: left;
    width: 100%;
    clear: both;
    margin: 40px 0 40px;
    padding: 40px 30px 20px;
    position: relative;
    background: #fff;
}
#czcategorytabs .left-part {
    float: left;
    width: 67.76%;
    padding-right: 20px;
    position: relative;
}
#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: -60px;
    right: -48%;
    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 -10px; }
@media (max-width: 1500px) {
	#czcategorytabs .customNavigation .prev {
		left: 0;
	}
	#czcategorytabs .customNavigation .next {
		right: 0;
	}
}
@media (max-width: 991px) {
	#czcategorytabs .customNavigation {
        top: -120px;
        width: 65px;
        right: 0;
    }
    #czcategorytabs .left-part {
        width: 100%;
        padding-right: 0;
    }
    #czcategorytabs {
        padding: 15px 15px 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 554px) {
    #czcategorytabs .customNavigation {
        top: -158px;
    }
}
@media (max-width: 420px) {
    #czcategorytabs .customNavigation {
        top: -160px;
    }
}