
    .alert .close {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        cursor: pointer;
        font-weight: 700;
        font-size: 21px;
        z-index: 2;
    }

    .hco-chos .hchos-blk ul li.alert {
        padding: 0;
    }

    .hco-chos .hchos-blk ul li a {
        background-image: unset;
    }
