﻿.padding-right-10{
    padding-right: 10px;
}
.pagination li.disabled a.page-link{
    background: #e5e5e5;
}
.pagination li.disabled a.page-link:hover{
    background: #e5e5e5;
    cursor: not-allowed;
}
#change_card{
    margin-top: 10px
}
.display-inherit{
    display: inherit;
}
.block_payment_order_detail .block_payment_detail{
    border-bottom: none !important;
}
.checkout_card .checkout_left{
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.background-white{
    background: #ffffff;
}
.clear{
    clear: both;
}
.margin-top-10{
    margin-top: 10px;
}
.breadcrumb li.active a{
    color: #3490dc;
}
.breadcrumb li{
    text-decoration: underline;
    font-size: 14px;
}
.breadcrumb li a{
    font-size: 14px;
}
.breadcrumb li:after{
    content: "";
}
.breadcrumb{
    position: relative;
}
.breadcrumb li.logout{
    position: absolute;
    right: 0;
}
.block-login_inner.max-w400{
    max-width: 400px !important;
}
.justify-content-center{
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
footer .list-unstyled li:nth-of-type(1) {
    margin-left: 0px;
}
footer .list-unstyled li a {
    color: #fff;
    line-height: 1;
    margin: 0px 10px;
    position: relative;
}
footer .list-unstyled li a:hover{
    color: #d8acac;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
footer .list-unstyled li+li:before {
    content: '|';
    color: #ced4da;
    margin-right: 20px;
    margin-left: 20px;
}
#csv-file{
    visibility: visible;
    z-index: 999;
    min-height: 45px;
}
div.box-upload-file.drag{
    border: 1px solid red;
}