/**handles:cwpf_color_html_items**/
.cwpf_sid_auto_shortcode .cwpf_container_color{   
    /*width: 100% !important;*/
    /*clear: both;*/
    /*margin-bottom: 11px;*/
}

.cwpf_sid_auto_shortcode .cwpf_container_inner_color{
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

ul.cwpf_list_color{

}

ul.cwpf_list_color li {
    display: inline-block;
    float: none !important;
    margin: 20px 30px 10px 0;
    padding: 0 !important;
}
ul.cwpf_list_color.cwpf_color_title_col li {
    display: flex;
    justify-content: space-between;
}
.cwpf_color_title_col li .cwpf_color_term {
    display: inline-block;
}
 ul.cwpf_list_color.cwpf_color_title_col li .cwpf_color_title{
    display: inline-block;
    height: 30px;
    padding: 5px;
    vertical-align: top;
    font-size: 14px;
}
.cwpf_color_title_col p:hover.cwpf_tooltip span.cwpf_tooltip_data {
    bottom: 40px;
}

.cwpf_color_term {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    padding: 2px;
    border: 1px solid #ebebeb;
    color: #292f38;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color .35s ease;
    transition: border-color .35s ease;
    background-size: cover !important;
}
.cwpf_color_term:after {
    content: "";
    display: block;
    position: absolute;
    border: 0px solid#2879fe;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    outline: none;
    backface-visibility: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
}
.cwpf_color_term:before {
    content: "";
    display: block;
    position: absolute;
    border: 0px solid #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    backface-visibility: hidden;
}
.cwpf_color_term.checked:before,
.cwpf_color_term:hover:before{
    border-width: 6px;
}
.cwpf_color_term.checked:after,
.cwpf_color_term:hover:after{
    border-width: 3px;
}

.cwpf_color_checked {
    width: 25px;
    height: 25px;
    background-color: red;
    position: absolute;
    z-index: 999;
    display: none;
}

/*.checked .cwpf_color_checked{*/
/*display: block;*/
/*background: url("http://test.lores-vendor.com.ua/wp-content/plugins/clever-woocommerce-product-filter/includes/modules/color/img/checked4.png");*/
/*}*/

/*.cwpf_color_term_ffffff .checked .cwpf_color_checked{*/
/*background: url("http://test.lores-vendor.com.ua/wp-content/plugins/clever-woocommerce-product-filter/includes/modules/color/img/checked_for_white.png");*/
/*}*/