/home/sharedstore/.trash/modules/cz_categoryslider/views/css
Edit: /home/sharedstore/.trash/modules/cz_categoryslider/views/css/cz_categoryslider.css (1425B)
#czcategorytabs {
float: left;
width: 100%;
clear: both;
margin: 30px 0 25px;
position: relative;
}
#czcategorytabs .categorytab.block {
float: left;
width: 100%;
position: relative;
}
#czcategorytabs .tab-content {
clear: both;
}
#czcategorytabs .categoryimage .category_img{ margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
padding: 0px;
border: none;
background: none;
}
#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 -15px; }
#czcategorytabs .categorytab .category-title {
padding: 0;
}
@media (max-width: 1500px) {
#czcategorytabs .customNavigation .prev {
left: 0;
}
#czcategorytabs .customNavigation .next {
right: 0;
}
}
@media (max-width: 991px) {
#czcategorytabs {
margin-top: 15px;
margin-bottom: 10px;
}
}
@media (max-width: 480px) {
#czcategorytabs .tab-content .products {
margin-left: -10px;
margin-right: -10px;
}
#czcategorytabs .customNavigation {
top: 0;
}
}