ul.ks-cboxtags {
    list-style: none;
    padding: 0;
}
ul.ks-cboxtags li{
  display: inline-block;
  width: 32%;
  max-width: 100%;
  margin-right: 10px;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px dashed #ccc;
    border-radius: 2px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
    width: 91%;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    /* background-color: #e97623; */
    color: #fff;
    transition: all .2s;
    width: 91%;
}

ul.ks-cboxtags-seo li input[type="checkbox"]:checked + label {
    background-color: #e02f3e;
}
ul.ks-cboxtags-smm li input[type="checkbox"]:checked + label {
    background-color: #e97623;
}
ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.ks-cboxtags label{font-weight:normal;}

@media only screen and (max-width: 1020px) {

	ul.ks-cboxtags li{margin-right:6px!important;}
}

@media only screen and (max-width: 735px) {

    ul.ks-cboxtags li{width: 48%!important;}

}
@media only screen and (max-width: 505px) {

    ul.ks-cboxtags li{width:100%!important;margin:0!important;}
}
