@media (min-width: 1200px){
.container {
    max-width: 1305px;
}
}
@media screen and (max-width:1299px){
    tr.product-row .form-control {
        font-size: 13px;
    }
}
@media screen and (max-width:1199px){
    .banner-content h1{
        font-size: 70px;
    }
    .col-lg-4.col-xl-4.form-cols {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-lg-6.col-xl-6.form-cols{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .order-details-customer .box.customer-details-box {
        padding-right: 20px;
    }
    .order-details-customer .box.billing-details-box {
        padding-left: 20px;
    }
    .login-order-form table th{
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .block-quick-order table,.add-item-review-order,.review-table table{
        width: 1080px;
    }
    .block-quick-order{
        /* overflow: auto; */
        padding:20px 0 0 0;
        margin: 0 15px;
    }
    .form-control{
        padding-left: 5px;
    }
    .block-quick-order .review-table {
        margin:50px 0 0 0;
    }
    .review-table {
    overflow: auto;
}
header .row.justify-content-center.align-items-center {
    justify-content: start !important;
}
.info-table {
    overflow: auto;
    width: 100%;
}
.add-item-review-order.d-flex.justify-content-between {
    overflow: auto;
    width: 100%;
}
#user_list_wrapper .info-table {
    overflow: unset;
    width: auto;
}
}
@media screen and (max-width:1024px){
    *{border-radius: 0;-webkit-border-radius: 0;-ms-border-radius: 0;-moz-border-radius: 0;}
}
@media screen and (max-width:991px){
    .banner-content h1 {
        font-size: 64px;
        line-height: 70px;
    }
    .footer-social {
        margin-left: 0;
        display: block;
    }
    .billing-info {
        padding-right: 15px;
    }
    .form-title h3 {
        margin-bottom: 10px;
        min-height: auto;
    }
    .form-title {
        padding-right: 15px;
    }
    .shipping-info {
        border: 0;
        padding: 30px 15px 0 15px;
        margin-top: 20px;
    }
    .block-info-main{
        margin-bottom: 60px;
    }
    textarea.form-control {
        min-height: 100%;
    }
    .login-order-form .note {
        padding: 0 15px 15px;
        font-size: 15px;
    }
    .order-details-customer .box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-details-customer .box.customer-details-box {
        padding:0 0 50px 0;
    }
    .order-details-customer .box.billing-details-box {
        padding-left: 0;
    }
    .order-details-customer {
        display: inline-block !important;
        width: 100% !important;
    }
    .order-details-customer table {
        width: 100%;
    }
    .billing-box label[for="order_attach"]{
        margin-top: 25px;
    }
    #user_list_wrapper .info-table {
        overflow: auto;
        width: 100%;
    }
    #user_list_wrapper .info-table table{
       width: 992px;
    }
    .login-order-form table th {display: none;}

    .block-quick-order table, .add-item-review-order, .review-table table {width: 100%;}
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    .login-order-form table td {padding-top: 40px;}
    .login-order-form table td.destination{ padding-left: 7px; }
    /* Hide table headers (but not display: none;, for accessibility) */
    .login-order-form thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .login-order-form tr { border: 1px solid #ccc; }
    
    .login-order-form td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    
    .login-order-form td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
            font-weight: 700;
    font-family: 'Brandon Text';
    color: #ab7a6b;
    }
    
    .review-order-form thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .review-order-form tr { border: 1px solid #ccc; }
    
    .review-order-form td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    
    .review-order-form td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
            font-weight: 700;
    font-family: 'Brandon Text';
    color: #ab7a6b;
    }

    
    tr.no-result td:before, td.items-info-table-main:before{display: none;}
    .login-order-form table.items-info-table td{padding-top: 40px;}
    .login-order-form .review-table table td{padding-top: 40px;}

    .login-order-form table.items-info-table td.item-qty {width: 100%;}
    /*
    Label the data
    */.
    .review-table td:nth-of-type(1):before { content: "Destination"; }
    .review-table td:nth-of-type(2):before { content: "Sku"; }
    .review-table td:nth-of-type(3):before { content: "Category Name"; }
    .review-table td:nth-of-type(4):before { content: "Category Sub Name"; }
    .review-table td:nth-of-type(5):before { content: "Size"; }
    .review-table td:nth-of-type(6):before { content: "Weight"; }
    .review-table td:nth-of-type(7):before { content: "Qty"; }

    .info-table td:nth-of-type(1):before { content: "Destination"; }
    .info-table td:nth-of-type(2):before { content: "Sku"; }
    .info-table td:nth-of-type(3):before { content: "Category Name"; }
    .info-table td:nth-of-type(4):before { content: "Category Sub Name"; }
    .info-table td:nth-of-type(5):before { content: "Size"; }
    .info-table td:nth-of-type(6):before { content: "Weight"; }
    .info-table td:nth-of-type(7):before { content: "Qty"; }

    .login-order-form .review-table table td:nth-of-type(1):before { content: "Destination"; }
    .login-order-form .review-table table td:nth-of-type(2):before { content: "Sku"; }
    .login-order-form .review-table table td:nth-of-type(3):before { content: "Category Name"; }
    .login-order-form .review-table table td:nth-of-type(4):before { content: "Category Sub Name"; }
    .login-order-form .review-table table td:nth-of-type(5):before { content: "Size"; }
    .login-order-form .review-table table td:nth-of-type(6):before { content: "Weight"; }
    .login-order-form .review-table table td:nth-of-type(7):before { content: "Qty"; }
    .login-order-form .review-table table td:nth-of-type(8):before { content: "Remove"; }

    .login-order-form .review-table table td.item-qty{ width: 100%;     margin-bottom: 0;}
    .login-order-form .review-table table td.item-total { text-align: left;margin-bottom: 0;}
    .login-order-form .review-table table td .add-remove-item { float: none;}

    .login-order-form table.items-info-table tr.no-result {border: none;}
    .login-order-form table.items-info-table tr.no-result td {padding-top: 15px; border: none; margin-bottom: 0;}
    .login-order-form td.items-info-table-main {margin-bottom: 0;}
}


}
@media screen and (max-width:767px){
    .user_list_logout_btn .btn {
        margin-left: 10px;
        min-width: auto;
        padding: 10px;
    }
    .add-item-review-order .col-lg-6.d-flex {
        max-width: 80%;
        flex: 0 0 80%;
        padding: 0;
    }
    .banner-content h1 {
        font-size: 45px;
        line-height: 49px;
    }
    .banner-content {
        padding: 0 30px;
    }
    .logo > img {
        max-width: 220px;
    }
    header {
        padding: 10px 0;
    }
    .remeber-forgot .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .login-form{
        padding: 40px 30px;
    }
    .forms-section {
        padding: 70px 0;
    }
    footer{
        text-align: center;
    }
    .copyright-wrap .text-right {
        text-align: center !important;
    }
    .footer-social {
        padding: 10px 0;
    }
    footer h3 {
        margin-bottom: 10px;
    }
    .top-footer .col-lg-4 {
        margin-bottom: 30px;
    }
    .top-footer {
        padding-bottom: 0;
    }
    .form-title h3{
        font-size: 18px;
    }
    .login-order-form.review-order-form {
        margin:30px 0 0 0;
    }
    .login-order-form .note{
        font-size: 14px;
    }
    header>.btn{
        min-width: auto;
        margin-top: 2px;
    }
    .formsubmit {
        min-width: auto;
    }
}
@media screen and (max-width:575px){
    header .logo {
        padding-left: 15px;
    }
    .user_list_logout_btn{
        right:15px;
    }
    header .row {
        justify-content: space-between !important;
    }
    header > .btn {
        margin: 5px 10px 0 0;
        padding: 10px;
        line-height: 16px;
        font-size: 13px;
    }
}
@media screen and (max-width:479px){
    .user_list_logout_btn .btn {
        margin-left: 2px;
        font-size: 10px;
        padding: 7px 5px;
    }
    .remeber-forgot .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .review-order {
        padding-left: 26px;
        background-size: 11px;
        font-size: 10px;
        padding-right: 5px;
    }
    .add-item-review-order .total {
        font-size: 11px;
        letter-spacing: normal;
        margin-right: 5px;
    }
    a.lost-passwd {
        float: left;
        text-align: center;
        width: 100%;
    }
    p.forgetmenot {
        text-align: center;
    }
    .toolsbar-btn button {
        font-size: 13px;
        width: 290px;
        min-width: 290px;
    }
    .toolsbar-btn button::before {
        min-height: 58px;
    }
    .banner-content h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .order-details-customer .box table th{
        padding: 5px;
    }
    .logo > img {
        max-width: 200px;   
    }
    header > .btn {
        min-width: auto;
        margin: 2px 5px 0 0;
        font-size: 10px;
        padding: 10px;
        line-height: 5px;
    }
    
}
@media screen and (max-width:413px){
    .form-title h3 {
        font-size: 14px;
    }
    table td, table th {
        font-size: 14px;
    }
    .logo > img {
        max-width: 137px;   
    }
}

