@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap');
.before-footer{
    display: none;
}
.footer-widgets{
    display: none;
}
.btn.btn-primary {
    background: #cb2127;
    color: #fff;
    border: 2px solid #cb2127;
}
.btn-sm {
    font-size: .85em;
    padding: 8px 20px;
}
.site-header {

    height: 60px !important;

    background-color: #fff !important;
}
.site-header .header-brand {
    top: auto;
    color: #000;

}
.thank-you{
    padding: 70px 15px 15px 15px;
    margin-bottom: 0;

}
#status {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 47%;
    top: 90px;

    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    right: auto;
    margin: 0 auto;
}
@media(max-width:767px){
    #status{
        width: 32px;
        height: 32px;
        background-size: cover;
    }
}
@media(max-width:600px){
.site-header .header-brand {margin-top: 15px;display: block;text-align: center;font-weight: 500;}
.thank-you{padding: 70px 15px 15px 15px !important;}
.order_table_design{padding: 0px;padding-top: 70px;}
.order_table_design .container .container{padding: 0px;}
.order_table_design .order-confirm-table-responsive td{border: 0px;border-bottom: 3px solid #c7c6c6;vertical-align: middle !important;font-size: 14px;padding: 10px 5px !important;color: #000;white-space: normal !important;font-family: 'Barlow', sans-serif;
font-weight:600}
.order_table_design .order-confirm-table-responsive th{white-space: normal !important;font-size: 11px;font-family: 'Barlow', sans-serif;font-weight: 600}
.order_table_design .table-holder.order-confirm-table-responsive .table tr td:nth-child(2){text-align: center;}
.order_table_design .order-confirm-table-responsive tr:last-child td{border-bottom: 0px;}
.order_table_design .order-confirm-table-responsive .table{border: none !important;margin-bottom: 0px;}
.order_table_design .order-confirm-table-responsive thead{background: #000;color: #fff;}

}