body{
    background:white;
}
#tooltip
{
    text-align: left;
    color: black;
    background:#aadbf9;
    position: absolute;
    z-index: 100;
    padding: 15px;
    min-width:max-content;
    font-size: x-small;
}

#tooltip:after
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}
/*************************ADD NEW CSS*******************/
.common_font_color{
    color: #373f4f;/*#212529;*/
}

.add-to-buy-button_cart {
    margin-top: 1%;
    width: 100%;
    height: 35px;
    border-radius: 15px;
    background-color: #c22222; /*#a21c1c*/
    border: 2px solid #c22222; /*#a21c1c*/
    font-size: 1.2rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.note_message_cart {
    color: #373f4f;
    font-size: 1.1rem;
}
.modify_addresh {
    border-radius: 16px;
    text-align: center;
    padding: 7px;
    cursor: pointer;
    width: 100%;
    color: white;
    border: 2px solid #373f4f;
}
body{
    background:white;
}
#main-div{
    background-color:white;
}
.subtotal_class_div_cart {
    background-color: #f5f6f7;
    border: 2px solid #212529;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.border_class_div_cart {
    background-color: white;
    border: 0px solid #212529;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.h5_text_color {
    color: #373f4f;
}
.text_size {
    font-size: 14px;
}

.cart-add-button-div_cart {
    background-color: #c22222;
    height: 30px;
    color: white;
    position: relative;
    bottom: 2px;
    box-shadow: 3px 3px lightgray;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
}
.incremenet_decremenet_div_cart {
    background-color: lightgray;
    height: 30px;
    color: #a21c1c;
    position: relative;
    bottom: 4px;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #212529;
    border-radius: 5px;
}

.cart-top-border_cart {
    border-top: 1px solid #a21c1c;
    padding-top:5px;
}

/*********CHnage radio button color start****************/
.radion_button_div input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -1px;
    left: 0px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #373f4f;
}

.radion_button_div input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #373f4f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
/*********CHnage radio button color end****************/

/***********Addresh Model CSS START******************/
/* The Modal (background) */
.modify_add_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 125px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: transparent;
    /* Black w/ opacity */
}

/* Modal Content */
.modify_add_modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 75%;
    height: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow-y: auto;
}

span.modify-add-closes {
    /*margin-top: 10px;*/
    font-size: 50px;
    float: right;
    color: #df1a1a;
    position: relative;
    bottom: 25px;
    cursor: pointer;
}

div#top-content {
    margin: 25px 20px !important;
}

label#userviable {
    border: 3px solid #373f4f;
    border-radius: 20px;
    padding: 2px 5px;
    background-color: #fff;
    color: #878787;
}

.addrs-aadhaar-rel {
    border: 3px solid #373f4f;
    border-radius: 18px;
    width: 95%;
    margin-left: 10px;
    padding: 10px;
    margin-top: -16px;
    color: #878787;
    background-color: #f4f5f8;
}

.add-name {
    position: relative;
}

.icon-custom {
    background-color: #4aab4f;
    border-radius: 50px;
    font-size: 24px;
    padding: 5px;
    color: #ffffff;
    position: absolute;
    right: 0px;
    bottom: 2px;
}

.all-radio-btn {
    margin-top: 40px;
}

input.select-address {
    margin-right: 2px;
    width: 37px;
    height: 17px;
    accent-color: #be0f0f;
}
/***********Addresh Model CSS END******************/

/***********Animation CSS Start*******************/
.cart-anim-btn {
    pointer-events: auto;
    cursor: pointer;
    font-family: inherit;
    /*font-size: inherit;*/
    position: relative;
    display: inline-block;
}
.cart-anim-btn span{
    position: relative;
    overflow: hidden;
}

.cart-anim-btn:hover {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.cart-common-button--greip::before {
    content: '';
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.cart-common-red-button::before {
    background: #a21c1c;
}
.cart-radious-submit::before {
    border-radius: 15px;
}

.cart-anim-btn:hover::before {
    transition-duration: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.cart-anim-btn::before, .cart-anim-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cart-add-qty-radious-button::before {
    border-radius: 15px;
}

.cart-common-gray-button::before {
    background: #373f4f;
    color:white;
    height:102%;
}
.cart-modify-radious-button::before {
    border-radius: 15px;
}
.cart-modify-radious-button:hover{
    border: 2px solid #373f4f;
    background-color: white;
    color: #373f4f;
}

.pressed {
    transform: matrix(1, 0, 0, 1, 0, 0);
    background: #c22222;
    color: #fff;
    bottom: 4px;
    border-radius: 30%;
    padding: 2px;
    position: relative;
    text-align: center;
}

.cart-congratulation-radious-button::before {
    border-radius: 20px;
}
/*******************************Animation CSS End*****************/

/**************Add Balance CSS*****************/
.insufficientbtn-class {
    border-radius: 25px;
    background-color: white;
    color: #838892;
    border: 1px solid #838892;
    width: -webkit-fill-available;
    margin-right: 3px;
    margin-bottom: 5px;
    width: 100%;
}
.pickedAmt {
    background-color: #f15a24 !important;
    border: 1px solid #f15a24 !important;
    color: white !important;
}

/*******Promo cart Css********/
#promo-code-text{
    font-size: 13px;
    border: 1px solid #373f4f;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 2px;
    font-weight: 600;
    cursor: pointer;
}
.promo_more_fa_icon{
    font-size: 20px;
    color: #373f4f;
    font-weight: bold;
    position: relative;
    top: 3px;
    cursor: pointer;
}


.coupon_card {
    background-color: white;
    border-radius: 0px 5px 5px 0px;
    margin: 10px 5px;
}
.promo_cart_div_class {
    background: #2f2f60;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 0px 0px;
    width: 15px;
    height: 145px;
    position: relative;
    margin: auto;
    right: 15px;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 0px;
}
.promo_cart_span_border {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    left: 0;
    transform: translateX(-50%);
    background-color: #f4f5f8;
    border-radius: 50%;
}

.promo_cart_div_class span:nth-child(1) {
    top: 12px;
}
.promo_cart_div_class span:nth-child(2) {
    bottom: 12px;
}
.promo_cart_div_class span:nth-child(3) {
    top: 39px;
}
.promo_cart_div_class span:nth-child(4) {
    top: 66px;
}
.promo_cart_div_class span:nth-child(5) {
    top: 93px;
}
.promo_success{
    padding-top: 10px;
    font-size: 15px;
}
.promo_circle_right_icon{
    font-size: 18px;
    padding-right: 6px;
    position: relative;
    top: 2px;
}
#search_coupon_code_div{
    border-radius: 5px;
    border: 1px solid #9a9b9e;
    font-size: 16px;
    color: #373f4f;
    background-color: white;
}
#search_coupon_code{
    border-radius: 10px;
    text-align: left;
    padding: 3px;
    padding-left: 1px;
    border: none;
    outline: none;
    background-color: white;
    width: calc(100% - 30px);
}
.coupon_apply_container {
    font-weight: bold;
    font-size: 16px;
}
.benefits_coupan_amount_span{
    border: 1px solid #28a745;
    padding: 2px 12px;
    border-radius: 8px;
    margin-left: 10px;
    background-color: #dbfae2;
    color: #28a745;
    font-weight: 600;
}
.apply_coupan_amount_span{
    border: 1px solid #5d5d61;
    padding: 2px 12px;
    border-radius: 8px;
    float: right;
    color: #5d5d61;
}
.apply_coupon{
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.heading_term_cond, .coupon_desc {
    width: calc(100% - 25px);
    font-size: 20px;
    font-weight: bold;
}
#coupon_container{
    overflow-y: auto;
    height: 45vh;/*65*/
    overflow-x: hidden;
}



#congrax-congratulation {
    font-size: 35px;
    font-family: system-ui;
    color: #495061;
    font-weight: 600;
    margin: 8px 19px;
    padding: 16px 0px 11px 0px;
}

#cust-name-congratulation {
    font-family: system-ui;
    font-weight: 550;
    color: #373f4f;
    font-size: 21px;
    margin-bottom: 10px;
}

#order-status-congratulation {
    font-weight: 550;
    color: #373f4f;
    font-size: 20px;
    margin-bottom: 10px;
}

.main_wrap_cart_congratulation p {
    line-height: 11px;
}

#check-status-congratulation {
    background-color: #c22222;
    border: 0px;
    color: white;
    padding: 5px 0px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 20px;
    font-family: sans-serif;
    width: 25%;
}

#congrax-img-icon-congratulation {
    width: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#congrax-img-icon-congratulation {
    text-align: center;
}
/**************Second View CSS****************************/
.subtotal_class_div_1_cart {
    background-color: white;
    border: 2px solid #212529;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* height: 20vh; */
    /* overflow-y: auto; */
}
.h5_text {
    font-weight: 600;
}
.h5_v2_ {
    background: white;
    color: #212529;
    padding: 4px;
    border-radius: 15px;
    font-weight: 600;
    width: 100%;
    border: 2px solid #212529;
    height: 29px;
}
.ticket_no_cart_v2 {
    background: white;
    border-radius: 15px;
    padding-top: 3px;
    height: 29px;
    color: #212529;
    padding-left: 10px;
    border: 2px solid #212529;
}
.cart-top-border {
    border-top: 1px solid #a21c1c;
    padding-top: 5px;
}

.h5_text {
    font-weight: 600;
}

.add-name-addresh-p{
    font-size: 1.1rem;
    font-weight: 600;
}


#congrax-congratulation {
    font-size: 35px;
    font-family: system-ui;
    color: #495061;
    font-weight: 600;
    margin: 8px 19px;
    padding: 16px 0px 11px 0px;
}

#cust-name-congratulation {
    font-family: system-ui;
    font-weight: 550;
    color: #373f4f;
    font-size: 21px;
    margin-bottom: 10px;
}

#order-status-congratulation {
    font-weight: 550;
    color: #373f4f;
    font-size: 20px;
    margin-bottom: 10px;
}

.main_wrap_cart_congratulation p {
    line-height: 11px;
}

#check-status-congratulation {
    background-color: #a21c1c;
    border: 0px;
    color: white;
    padding: 10px 25px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 25px;
    font-family: sans-serif;
    width: 50%;
}

#congrax-img-icon-congratulation {
    width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#congrax-img-icon-congratulation {
    text-align: center;
}
/**************Second View CSS****************************/
.subtotal_class_div_1_cart {
    background-color: white;
    border: 2px solid #212529;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* height: 20vh; */
    /* overflow-y: auto; */
}

.h5_text {
    font-weight: 600;
}

.h5_v2_ {
    background: #212529;
    color: white;
    padding: 5px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 0.9rem !important;
}

.ticket_no_cart_v2 {
    background: #212529;
    border-radius: 10px;
    padding-top: 5px;
    height: 29px;
    color: white;
    padding-left: 10px;
}

.cart-top-border {
    border-top: 1px solid #a21c1c;
    padding-top: 5px;
}

.h5_text {
    font-weight: 600;
}

@media only screen and (min-width: 270px) and (max-width: 350px) {
    .col-4.text-center.ticket_no_cart_v2 h5 {
        font-size: 13px !important;
    }

    .h5_v2_ {
        font-size: 12px !important;
    }

    .col-4.text-center.ticket_no_cart_v2 {
        margin-bottom: 4px !important;
    }

}
@media only screen and (min-width: 270px) and (max-width: 400px) {

    .mob-responsive {
        position: absolute;
        bottom: 10px;
        left: -26px;
    }
}