#placeholder-header{
    height: 145px;
}
#my-orders-table thead tr th{
    white-space: nowrap;
}
.orders-history .table-order-items tbody tr td,
.orders-history .table-order-items thead tr th, 
.items.order-links li a, 
.order-details-items .table-wrapper tbody tr td{
    white-space: nowrap;
}
.account-nav-content .nav>li {
    position: relative;
    display: block;
}
.account-nav-content .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.account-nav-content .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.account-nav-content .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#my-orders-table thead tr td{
    padding-left: 0;
}

#maincontent.container{
    width: 1400px !important;
} 
#maincontent .column.col-lg-9{
    order: 2;
}
#maincontent .sidebar-main.col-lg-3{
    order: 1;
}
.table-order-items .btn-primary{
    min-width: 90px !important;
    padding: 5px !important;
}
.table-order-items .btn-primary:first-child{
    margin-right: 10px;
}
/*.flex-grow-1{
    flex: 1 !important;
}
.d-flex{
    display: flex !important;
}
.h-100{
    height: 100% !important;                            
}
.w-auto{
    width: auto !important;
}
.h-auto{
    height: auto !important;
}*/
.main-custom-btn{
    display: flex;
    width: 100%;
    border-radius: 5px;
}
.main-custom-btn button{
    width: 100% !important;
    text-align: left;
    flex: 1;
}
.main-custom-btn select{
    height: auto !important;
    width: auto;
    margin-left: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
.banner-popup{
    border: 1px solid #a01ea0;
    height: auto;
    display: none;
    background: #a01ea0;
    padding: 8px;
    border-radius: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}
.banner-left{
    flex: 1;
    display: flex;
    align-items:center;
    margin: auto 10px auto;
}
.banner-popup-icon{
    width: 80px;
    height: 42px;
    display: block;
    margin-right: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.banner-popup-icon img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner-left-text{
    display: flex;
    flex-direction: column;
    line-height: 16px;
    margin-right:10px;
}
.banner-left-text h6{
    color: #fff;
    margin:0px;
    font-size: 14px;
}
.banner-left-text p{
    color: #fff;
    margin:0px;
    font-size: 12px;
}
.app-link-btn{
    height: 25px;
    border: 1px solid #4584f6;
    background: #4584f6;
    color: #fff !important;
    border-radius: 20px;
    padding: 0px 20px;
    display: table;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
}
.middle{
    display: table-cell;
    vertical-align: middle;
}
@media(max-width: 575px){
   .banner-popup{
    display: flex !important;
   } 
}

#mgs-ajax-loading .preloader{
    background: url('https://afritia.com/stage/pub/static/frontend/Mgs/claue/en_US/images/loader-test.gif') no-repeat 0 0;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}