.siparisSorgulama{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.siparisSorgulama h1{
    text-align: center;
}

.siparisSorgulama form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.siparisSorgulama .form-group{
    max-width: 100%;
    width: 100%;
    text-align: center;
 
}
.siparisSorgulama form .form-group{
    display: flex;
    align-items: center;
    justify-content: center;
}
.siparisSorgulama .form-group input{
    width: 100%;
}

.primary-btn{
    background-color: #BE2B27;
    color: #fff !important;
    border: 1px solid #BE2B27;

}

.primary-btn.lg{
    padding: 10px 25px;
}
.detay-ozellikler{
    margin-bottom: 15px;
}
.detay-ozellikler span ,.detay-ozellikler li{
    font-weight: normal;
    font-size: 14px!important;
    color: #333;
}
.detay-ozellikler  strong,.detay-ozellikler  li strong{
    font-weight: bold;
    color: #000;
    font-size: 14px!important;
}
.detay-ozellikler ul::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 300px;
}
.detay-ozellikler{
    margin-bottom: 15px;
}