.update-price{
	position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #35343442;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
}
.event-pointer{ pointer-events:none;}

.cod_option input.error-input[type="checkbox"]:not(:checked) + span::before {
    content: '';
    background: url(../../images/check-icn-error.png) center center no-repeat;
    background-size: 32px 32px;
}
.cod_option  input[type="radio"] + span::before {
    background-size: 32px 32px;
	width: 32px;
	height: 32px;
	margin-top: 0;
}
.cod_option input[type="radio"]:checked + span::before {
    background-size: 32px 32px;
}

.cod_option input.error-input[type="radio"]:not(:checked) + span::before {
    content: '';
    background: url(../../images/check-icn-error.png) center center no-repeat;
    background-size: 32px 32px;
}


.bg-reg-light{ background-color: #f7e2e2 !important;}
.bg-blue{ background-color:#29cedf !important; color:white; }
 



