*{
    margin: 0px;
    padding: 0px;
}
/*.beautyTheme-color{
    color: #f95b04;
    font-weight: 600;
}*/
.logistics_title{
    padding: 2rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}
.flex{
    display: flex;
    align-items: center;
}
.logistics_input{
    margin-top: 20px;
}
.logistics_input *{
    line-height: 2.5em;
}
.logistics_input #telephone{
    width: 85%;
    text-indent: 4;
    background: #f5f5f5;
    border: none;
}
.logistics_input *:focus{
    outline: #f95b04 auto 5px;
}
.logistics_input .btn-primary{
    width: 15%;
    padding: 0px;
    color: #fff;
    font-weight: 600;
    border: none;
    background: #f95b04;
}
.logistics_note{
    margin-top: 10px;
    color: #aaa;
}
.logistics_result{
    margin-top: 20px;
    justify-content: space-between;
    cursor: pointer;
}
.logistics_result p,
.product_title_option p{
    line-height: 2;
}
.logistics_result_title{
    margin-top: 15px;
}
.product_title_option p{
    padding-left: 10px;
}
.total_price{
    font-size: 1.5rem;
}
.logistics_info{
    line-height: 1.8;
}
.ok_status{
    width: 18px;
}
.logistics_bg{
    padding:10px;
    margin-top: 20px;
    background: #ccc;
}
.logistics_infos{
    margin-top: 20px;
}
.logistics_content{
    padding: 10px;
    margin-top: 10px;
    background: #fff;
}
@media (min-width: 991px) {
    .signle-content{
        width: 750px;
        margin: auto;
    }
}
@media(max-width: 648px){
    .logitics_form{
        padding: 0 10px;
    }
    .logistics_input #telephone{
        width: 75%;
    }
    .logistics_input .btn-primary{
        width: 25%;
    }
    .more-icon{
        width:20px;
    }
}