.admin-logged.type-product .p-basic-info-block.delivery-block{
background: #F2F9F4;
    border-radius: 10px;
    padding: 15px 18px 15px 19px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border: none;
    width: 100%;
}
.admin-logged.type-product .p-basic-info-block.delivery-block{
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.admin-logged.type-product .p-basic-info-block.delivery-block img{display: none;} /* Prozatím skrýt, následně odmazat z JS */

.admin-logged.type-product .p-basic-info-block.delivery-block::before {
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    content: "";
    display: inline-block;
    background: url(../img/delivery_v2.svg) no-repeat;
    width: 30px;
    height: 21px;
    background-size: 29px;
    margin-right: 12px;
    position: relative;
    top: 0px;
    min-width: 30px;
}

input[type="checkbox"]:checked + label::after {
    width: 26px;
    height: 26px;
    background-size: 15px;
    border: none;
}
.cmrt-checkbox-wrap input[type="checkbox"] + label::before {
    border-color: #cdcdcd;
    width: 26px;
    height: 26px;
    border-radius: 6px;
}