.woof_sid_auto_shortcode .woof_container_color{   }
.woof_sid_auto_shortcode .woof_container_inner_color{
padding: 9px;
background: #fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
ul.woof_list_color{
}
ul.woof_list_color li {
display: inline-block;
float: none !important;
margin: 3px 3px 0 0 !important;
padding: 0 !important;
}
.woof_color_term {
display: block;
width: 36px;
height: 36px;
border: 3px solid #e2e6e7;
padding: 2px;
background-clip: content-box;
color: #292f38;
font-size: 0;
text-align: center;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color .35s ease;
transition: border-color .35s ease;
}
.woof_color_term:hover{
border-color: #444;
border-style: double;
}
.woof_color_term.checked {
border-color: #292f38;
}
.woof_color_checked {
width: 25px;
height: 25px;
background-color: red;
position: absolute;
z-index: 999;
display: none;
}