#cate-toggle {
    padding-left: 20px;
}
.level1 .level2 {
    padding-left: 15px;
}

#productfilterv2Heading {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
.filterValues {
    display: block;
}
.leftBoxContainer .title {
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
}
.filterTitle {
    padding: 15px;
    background: none;
    color: #454445;
    border-radius: 5px;
    font-size: 18px;
    border-top: 1px solid #d9d9d9;
}
.filterTitle i, .filterTitleSub i,
.filterTitle img, .filterTitleSub img {
    float: right;
    cursor: pointer;
}
#subCollection-773 .filterTitleSub input { margin-left: 0; }
#subCollection-773 .filterSubValues { padding-left: 5px; }
.filterValues {
    background: none;
    padding-bottom: 25px;
    padding-left: 15px;
}
.filterValues input {
    margin: 0 10px 0 15px;
}
.filterValues label {
    margin: 0px 0;
    font-size: 16px;
}
#tutorialSideForm .filterValues label {
    max-width: 80%;
    display: inline-block;
}
#subCollection-773.filterValues label {
    margin: 3px;
    font-size: 14px;
}
.filterTitleSub {
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    background: none;
    cursor: pointer;
}
.filterTitleSub label { font-size: 15px !important;  font-weight: bold; }
.forOption-3 {
    display: none;
}
#tutorialSideForm .forOption-3 { display: inline-block; }
#subCollection-3 {
    padding: 0 10px 25px 10px;
}
#subCollection-3 label {
    display: inline-block;
    width: 20%;
    margin: 5px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 10px;
}
#subCollection-3 label img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 10px;
    border: 1px solid #DCDCDC;
}
#subCollection-3 label.checked {
    border: 3px solid #000000;
    cursor: pointer;
}
#ajaxFiltersContent {
    background: none;
}

#categoriesContent {
    padding-left: 15px;
}
#categoriesContent .category-top {
    font-size: 16px;
    margin: 7px 0;
    display: inline-block;
}
#tutorialsBody h2#pzencategoriesHeading,
#freepatternsBody h2#pzencategoriesHeading {
    display: none;
}

#filterIcon { 
    float: right; 
    padding: 15px 10px 0 0;
}
#filterIcon a {
    font-size: 1.8em;
    color: #ffffff;
}

    /* Customize the label (the container) */
label.container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #669e9d;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
  background-color: #669e9d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 992px) {
    #subCollection-3 label { width: 10%; }
    #subCollection-3 { padding: 8px 0 0 0; }
    .filterTitle { padding: 5px 10px; font-size: 16px; }
    .filterValues { padding-bottom: 0; padding-left: 7px; }
    .filterValues label { font-size: 14px; margin: 0 5px; }
    .filterTitleSub { padding: 0 10px 0 5px; }
    .mpzen-flyout-content { overflow-y: scroll; }
    #ajaxFiltersContent { padding-top: 45px; }
    #subCollection-773 .filterSubValues { padding-left: 7px; }
    #filterDone { margin-left: 45px; padding: 5px 25px; border: 1px solid #fff; }
    
    label.container { padding-left: 25px; margin-bottom: 5px !important; }
    .checkmark { height: 20px; width: 20px; }
    label.container .checkmark:after { left: 6px; top: 3px; width: 5px; height: 10px; }
    
}