.error_footer{
    display: none;
}
.error_body{
    background: #2C2C2C;
    color: #fff;
    padding: 10px;
}
.error_body p{
    text-align: center  ;
    margin-bottom: 0;
}
.buy_title{
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
}
.buy_price{
    font-size: 2.25rem;
    line-height: 1;
    margin-top: 0.625rem;
    margin-bottom: 0;
    color: #FF4E2A;
    text-align: center;
}
ul,li{
    list-style: none;
}
.characteristic{
    margin-top: 2.75rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.characteristic li{
    width: 12.875rem;
    text-align: center;
    color: #1F86F8;
    background: #E8E8E8;
    padding: 2.625rem 0;
}
.characteristic li img{
    width: 2.375rem;
    height: 2.375rem;
}
.characteristic li p{
    margin: 0.75rem 0 0 0;
    font-size: 1.5rem;
    line-height: 1;
}
.form-content{
    width: 40.625rem;
    margin: 0 auto;
}
.careful{
    margin-top:1.9375rem ;
    font-size: 1.375rem;
    color: #6DA2FF;
}
.careful_text{
    margin-top:0.75rem ;
    font-size: 0.875rem;
    color: #6DA2FF;
}
.form-group{
    margin: 1.5rem 0 0;
}
.form-group label{
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
    line-height: 1;
    color: #2C2C2C
}
.form-control{
    background: #E8E8E8;
}
.buy_button{
    height: 3.625rem;
    width: 100%;
    display: block;
    background: #FF6E0D;
    font-size: 1.25rem;
    color: #fff;
    border: none;
}
.buy_button:hover,.buy_button:focus,.buy_button:active{
    background: #FF6E0D !important;
    border: none;
    box-shadow: none;
    outline: none;

}
.last_text{
    font-size: 1.25rem;
    color: #6da2ff;
    text-align: center;
    margin-top:1rem ;
    line-height: 1;
    margin-bottom:6.5rem ;
}
.modal-header{
    display: none;
}
.modal-body p.modal_text{
    line-height: 1.5rem;
    font-size: 1rem;
    color:#1F86F8 ;
    margin-top: 1rem;
}
.modal-body{
    padding: 2rem 2rem 0 2rem;
}
.modal-body p{
    color: #4E4E4E;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
}
.modal-footer{
    border: none;
    display: inline-flex;
    justify-content: space-between;
    padding: 25px  49px 35px ;
}
.toBuy{
    width: 16.375rem;
    height: 3.6875rem;
    border-radius: 4px;
    background: #1F86F8;
    border: none;
}
.cancel{
    width: 16.375rem;
    height: 3.6875rem;
    border-radius: 4px;
    background: #BFBFBF;
    border: none;
}
.hide{display: none;}
.modal-body p.smll{font-size: 16px;text-indent: 2em;}
.get_id.is_have_idhref{font-size: 1rem;color: #1F86F8;}
.get_id.is_have_idhref:hover{color:#1F86F8 ;}
@media (min-width: 576px){
    .modal-dialog{
        max-width: 40rem;
    }
}

@media (max-width:1000px){
    .characteristic li p{
        font-size: 1rem;
    }
    .characteristic li img{
        width: 2rem;
        height: 2rem;
    }
}
.get_id{
    font-size: 20px;
    color: #6DA2FF;
}
