/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .cl_psblock-3 ul li, .cl_psblock-1 ul li, .cl_psblock-2 ul li {
     position: relative;
     padding-left: 10px;
 }
 .cl_psblock-3 ul li::before, .cl_psblock-1 ul li::before, .cl_psblock-2 ul li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: white;
    margin-right: 10px;
    margin-left: -5px;
    border: gray solid 1px;
    position: absolute;
    top: 5px;
    left: 0;
}

.cl_psblock-3 ul, .cl_psblock-1 ul, .cl_psblock-2 ul  {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid gray;
    margin-left: 10px;
}
.payplugOneyPopin.-show {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    z-index: 100!important;
}

@media all and (max-width: 991.98px) {
    .cl_psblock-3, .cl_psblock-1, .cl_psblock-2 {
        width: 50%!important;
    }
    .cl_psblock-1>.c-footer-item, .cl_psblock-2>.c-footer-item {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}

/*
 * 35119 : Celaneo
 *
 * flag : BlackFriday colors
 */
.c-tag--1772 {
    background-color: #000000;
    color: #fff !important;
}

span#half-star {
    color: #ccc;
    clip-path: inset(0 0 0 50%);
    position: absolute;
    margin-left: -25px;
}