.cod_loading {
    display: none;
    z-index: 99999;
    height: 0;
    width: 0;
    padding: 30px;
    border: 2px solid #1878b9;
    border-right-color: #e4d1d1;
    border-radius: 35px;
    position: absolute;
    left: 45%;
    top: 40%;
}
#cod_ivr_order_place_cart_popup
{
	margin-top:20px;
}
.cod_ivr_order_place
{
	visibility:visible !important;
	margin-bottom:10px;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}


.cod_loading {
    animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

