.hideit .payment-section .payment_method_cheque {
    display: none !important;
}

.woocommerce-shipping-methods li {
    position: relative;
}
.info_icon {
    background-image: url('../../dist/images/info_icon.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    margin-left: 16px;
}
.info_text {
    display: none;
    position: absolute;
    /*top: -48px;
    right: 0;
    width: 300px;*/
    top: -10px;
    right: 20px;
    width: 350px;
}