.woocommerce-page .strb-sidebar-product-color-filter li span:first-child::before, body[class*=elementor] .strb-sidebar-product-color-filter li span:first-child::before {
    position: absolute;
    content: url("../../assets/icons/check.svg");
    top: 2px;
    left: 0;
    transform: translateY(-7px);
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--strb-common-white);
    -webkit-transition: all .2s 0s ease-out;
    -moz-transition: all .2s 0s ease-out;
    -ms-transition: all .2s 0s ease-out;
    -o-transition: all .2s 0s ease-out;
    transition: all .2s 0s ease-out;
}