body{

}

.required_sign{
    /*color: red;*/
}

.errorCard {
    background: rgb(252 71 65 / 12%);
    padding: 10px 15px;
    border-radius: 10px;
    color: #FC4741;
    font-size: 13px;
}

.left-content-area{
    border-right: 1px solid gray;
}



/*quantity selector starts*/
.qty {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 8px;
    height: 32px;
    overflow: hidden;
}

.qty button.qtyminus {
    margin-right: 0;
    border-right: 1px solid #e1e5ee;
}

.success_message_box{
    padding: 15px 50px;
}

@media only screen and (max-width: 576px) {
    .qty button {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    .success_message_box{
        padding: 15px 10px;
    }


}
.qty button {
    width: 32px;
    height: 32px;
    color: #078fff;
    font-size: 1.5rem;
    background: transparent;
    border: none;
}
/*quantity selector Ends*/







.ratings i {
    font-size: 16px;
    color: red
}

.strike-text {
    color: red;
    text-decoration: line-through
}

.product-image {
    width: 100%
}

.dot {
    height: 7px;
    width: 7px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block
}

.spec-1 {
    color: #938787;
    font-size: 15px
}

h5 {
    font-weight: 400
}

.para {
    font-size: 16px
}

.quantity_button{
    background-color: #f2f5f7; max-height: 30px; max-width: 30px;
}
.quantity_button:hover{
    background-color: #a2d1f5;
}
.quantity_number_box{
    max-width: 30px; max-height: 30px; padding: 2px 7px;
}

.quantity_box{
    text-align: center; width: auto; margin: auto;
}


.modal-header {
    display: -ms-flexbox;
    display: inline-block;
}

.bg_selected_product{
    background-color: #E9F5FF;
    border: 1px solid #50CBF9 !important;
}

.selected_product_price{
    color: #28a745;
}
.selected_product_total_price{
    color: #289EFD;
}


.suggest {
    /* position: absolute; */
    background: #E9F5FF;
    top: -15px;
    color: #289EFD;
    padding: 2px 8px;
    border-radius: 30px;
    font-size: 14px;
    left: -6px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
}



.remProduct{
    cursor: pointer;
}

.removeFromCart{
    cursor: pointer;
}
.removeFromCartList1{
    cursor: pointer;
}

.selected_product_page-1{

}
.hide_div{
    display: none;
}


.total_selected_products_page-1{
    font-weight: bold;
    /*color: #999999;*/
    color: #0449a6;
    font-size: 1.25rem;
}

.total_selected_products_page-2{
    font-weight: bold;
    /*color: #999999;*/
    color: #0449a6;
    font-size: 1.25rem;
}

#background_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.btn-add-product{
    color: #0449a6;
    /*border-color: #0449a6;*/
    padding: 9px 20px;
    border-radius: 30px;
    border: 2px solid #0449a6;
}

.btn-next{
    background-color: #0449a6;
    border-radius: 30px;
    border-color: #0449a6;
    color: white;
    padding: 10px 25px 10px 25px;
}
.btn-next3{
    background-color: #004aad;
    border-radius: 30px;
    border-color: #004aad;
    color: white;
    padding: 10px 35px 10px 35px;
}
.btn-next2{
    background-color: #0449a6;
    border-radius: 30px;
    border-color: #0449a6;
    color: white;
    padding: 8px 30px 8px 30px;
}
.btn-details{
    background-color: #0449a6;
    border-radius: 20px;
    border-color: #0449a6;
    color: white;
    padding: 4px 15px 4px 15px;
}

.rounded_nd{
    border-radius: 2rem !important;
}

.border_nd{
    border: 2px solid #0449a6 !important;
}

.text-muted_nd{
    color: black;
}
.text-muted-number{
    color: #565656;
}
.text_amount_calculation{
    color: #0449a6 !important;
}

.list-group-item_nd{
    position: relative;
    display: block;
    padding: .60rem 1.25rem;
    background-color: #fff;
   /* border: 1px solid rgba(0, 0, 0, .125);*/
    /*border:none;*/
}

.box-input{
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    /*box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;*/
    box-shadow: rgba(149, 157, 165, 0.3) 0px 3px 14px;
    border-radius: .55rem;
    height: calc(2em + .75rem + 2px);
}