.payment_option{
    margin-right:20px;
}
.inbox{
    width:100%;
}
.mini_cart{
    display:none;
}
.installment_table{
    margin-top:20px;
}
.member {
    display: none;
}
.mgender{
    line-height:1.365rem;
}
.prim_check{
    line-height:1.365rem;
}
.gift_check{
    line-height:1.365rem;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    /* padding-top:40%;
    padding-left:40%; */
    font-weight:bold;
}

.loader1 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    /* padding-top:40%;
    padding-left:40%; */
    font-weight:bold;
}

.member-data {
    display: none;
}
.attende_name_error_message {
    color:red;
}
.px-23{
    margin-top:46px;
}

#donate{
    width:100%;
}


.loader p.loader-msg{margin-top: 80px; left: 0; right: 0; top: 0; bottom: 0;}

.green-btn {
    text-transform: uppercase;
    border: 1px solid #e41f26 ;
    color: #ffffff !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 2px;
    line-height: 22px;
    text-shadow: 0 1px 1px #FFFFFF;
    cursor: pointer;
    background: #e41f26 ;
    border: none;
    /* background: -moz-linear-gradient(top, #d2ea93 0%, #aed963 100%);
    background: -webkit-linear-gradient(top, #d2ea93 0%,#aed963 100%);
    background: linear-gradient(to bottom, #d2ea93 0%,#aed963 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ea93', endColorstr='#aed963',GradientType=0);
    -webkit-box-shadow: 0 1px 1px 1px #d2dcbd;
    box-shadow: 0 1px 1px 1px #d2dcbd;
    line-height: 30px;
    box-shadow: 0 1px 0 0 #e6f7b6 inset; */
}

.green-btn:hover {
    border: none;
    color: #ffffff;
    background: #e41f26;
    /* background: -moz-linear-gradient(top, #add862 0%, #d1e992 100%);
    background: -webkit-linear-gradient(top, #add862 0%,#d1e992 100%);
    background: linear-gradient(to bottom, #add862 0%,#d1e992 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#add862', endColorstr='#d1e992',GradientType=0); */
    border-color: #add862;
}


/* New CSS ===================== */
.woocommerce-terms-and-conditions-checkbox-text{margin-top: 4px;}
.custom_radio.form-check-input:checked[type=radio]{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");}