.nx-orders-button{
    border-radius: 0;
    font-size: 26px;
    line-height: 1.618;
    border: 0;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    background-color: #b18f4e;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.nx-orders-button:hover{
    color:#fff;
    opacity: 0.9;
}

.nx-top-buttons{
    margin-bottom: 1.41575em;
}

.nx-section__header > h1{
    margin-bottom: 0;
    color: #333333;
    font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px;
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
    text-align: center;
}

.nx-account{
    display: flex;
    gap: 5.8823529412%;
}

.nx-account-content{
    flex-grow: 1;
}

.nx-account-nav{
    width: 18%;
}

.nx-account-nav > ul {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid rgba(0,0,0,.05);
}

.nx-account-nav > ul > li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative;
    text-align: center;
}

.nx-account-nav > ul > li > a{
    text-decoration: none;
    padding: .875em 0;
    display: block;
    color: #b18f4e;
}

.nx-account-nav > ul > li > .icon:hover:before {
   opacity: 1;
}

.nx-account-nav > ul .icon:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    line-height: 1;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25;
    transition: all .2s ease-in;
}


.nx-account-nav .dashboard> a:before{
    content: "\f0e4";
}

.nx-account-nav .basket> a:before{
    content: "\f291";
}

.nx-account-nav .lock> a:before{
    content: "\f023";
}

.nx-account-nav  .file> a:before{
    content: "\f15c";
}

.nx-account-nav  .home> a:before{
    content: "\f015";
}

.nx-account-nav .pay-card> a:before{
    content: "\f283";
}

.nx-account-nav  .money> a:before{
    content: "\f0d6";
}

.nx-account-nav  .user> a:before{
    content: "\f0d6";
}

.nx-account-nav  .user> a:before{
    content: "\f007";
}

.nx-account-nav .exit> a:before{
    content: "\f08b";
}

.nx-account-nav .download > a:before{
    content: "\f019";
}


.nx-account-nav > ul > .active .icon:before{
    opacity: 1;
}

.nx-account-content a{
    text-decoration: underline;
    color: #b18f4e;
}

.nx-account-content a:hover{
    text-decoration: none;
}

.nx-account-content fieldset{
    background-color: #fbfbfb;
    padding: 1.618em;
    padding-top: 1em;
    border: 0;
}

.nx-account-content legend{
    background-color: #fbfbfb;
}

.nx-save{
    background-color: #eeeeee !important;
    border-color: #eeeeee;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 100%;

    border: 0;
    border-radius: 0;
    background: none;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    transition: all .2s ease-in;
}

.nx-save:hover{
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5;
    color: #333333;
}

table{
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate;
    color: #6d6d6d;
}

.nx-block-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #b18f4e;
    color: #ffffff !important;
    margin-bottom: 2.617924em;
    margin-left: 0;
    border-radius: 2px;
    clear: both;
    text-align: center;
    border-left: .6180469716em solid rgba(0,0,0,.15);
    padding: 1em 2em 1em 3.5em;
    position: relative;
    list-style: none outside;
}

.nx-block-info.alert {
    background-color: #e2401c;
  }

.nx-block-info span {
    flex-grow: 1;
    padding-left: 50px;
    padding-right: 50px;
}

.nx-block-info .button{
    color: #ffffff !important;
    float: right;
    text-decoration: none;
    float: right;
    padding: 0;
    background: none;
    font-weight: 600;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    margin-left: 1em;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,.25) !important;
    border-radius: 0;
    transition: all .2s ease-in;
}

.nx-block-info .button:hover{
    color: black !important;
}

.nx-address-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-btn{
    position: relative;
    text-decoration: none !important;
    border: 0;
    border-radius: 0;
    background: none;
    padding: .6180469716em .875em;
    font-size: .875em;
    margin-right: .236em;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333 !important;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}

/* .view-btn:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    margin-left: .5407911001em;
} */

.view-btn:hover{
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5;
    color: #333333;
}

table tr > td > a > i{
    padding-left: 5px;
}

table td{
    padding: 1em 1.41575em;
    vertical-align: top;
}

table thead{
    display: table-header-group; 
}

table thead th{
    background-color: #f8f8f8;
    padding: 1.41575em;
    vertical-align: middle;
}

table thead th span{
    font-weight: 600 ;
}

.nx-wallet-container{
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.nx-wallet-sidebar{
    /* background: #f2f2f2; */
    min-height: 100px;
    padding-top: 20px;
}

.nx-wallet-sidebar .card{
    background: #fff;
    border-radius: 2px;
    text-align: center;
    position: relative;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    margin: 20px;
}

.nx-wallet-sidebar .card:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
}

.nx-wallet-sidebar .card a{
    padding: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.nx-wallet-sidebar .card p{
    font-weight: 400;
    color: #b18f4e !important;
}

.nx-wallet-content{
    min-height: 100px;
    padding: 20px;
}
.nx-wallet-content-heading{
    display: flex;
    justify-content: space-between;
}

.nx-wallet-transactions-items{
    list-style: none;
}

.nx-wallet-transactions-items li{
    display: flex;
    justify-content: space-between;
}

.nx-wallet-transaction-type-debit{
    color: #bf0003;
}

.nx-wallet-transaction-type-credit{
    color: #197f36;
}

.nx-wallet-transactions-items small{
    padding-left: 50px;
}

.nx-wallet-content hr {
    background-color: #ccc;
    border: 0;
    height: 0.7px;
    margin: 0 0 1.41575em;
}