section#wrapper {
    margin-bottom:85px
}

.table-labeled th {
    vertical-align: middle
}

.table-labeled td {
    vertical-align: middle
}

.table-labeled .label {
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    font-size: inherit;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px
}

.page-order .table {
    margin-bottom: 0
}

.page-order table th {
    padding: 0.5rem
}

.page-order table td {
    padding: 0.5rem
}

.page-order table thead th {
    text-align: center
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .custom-checkbox {
    display: flex
}

#authentication .custom-checkbox span {
    flex: 0 0 0.9375rem
}

#authentication .custom-checkbox label {
    padding-left: 0.625rem
}

#identity .radio-inline,
#authentication .radio-inline {
    padding: 0
}

#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
    margin-right: 0
}

.page-customer-account #content {
    font-size: .875rem;
    color: var(--color_font)
}

.page-customer-account #content .order-actions a {
    padding: 0 0.125rem
}

.page-customer-account #content .forgot-password {
    padding-bottom: 0.9375rem;
    margin-top: 1rem;
    font-size: .875rem;
    text-align: center
}

.page-customer-account #content .no-account {
    font-size: 1rem;
    text-align: center
}

.card.card_account {
    padding: 1rem;
    margin-left: -15px;
    margin-right: -15px
}

.page-authentication #content {
    padding: 1rem;
    background: #fff;
    max-width: 640px;
    margin: 0 auto
}
.page-authentication #content h3,
.page-authentication #content a.return {
    display:none;
}

.page-authentication #content .forgot-password {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-bottom: 0.9375rem
}

.page-authentication #content .forgot-password .secure-connection {
    font-size: 13px;
    float: right;
    color: #00b22d
}

.page-authentication #content .forgot-password .secure-connection>i {
    color: #00b22d;
    font-size: 15px
}

.page-authentication #content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.page-authentication .page-header {
    text-align: center
}

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    background: #fff
}

.page-addresses .address .address-body {
    padding: 1rem
}

.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700
}

.page-addresses .address .address-body address {
    min-height: 9rem
}

.page-addresses .address .address-footer {
    padding: 0.5rem 1rem;
    border-top: 1px solid #7a7a7a
}

.page-addresses .address .address-footer a {
    margin-right: 0.5rem;
}

.page-addresses .address .address-footer a i {
    font-size: 1rem
}

.page-addresses .address .address-footer a span {
    font-size: .9375rem;
    vertical-align: middle
}

.page-addresses .addresses-footer {
    margin: 0 0.9375rem
}


.page-addresses .addresses-footer a i {
    font-size: 1rem
}

.page-addresses .addresses-footer a span {
    margin-top: .625rem;
    font-size: 1rem;
    vertical-align: middle
}

.page-addresses .card_address:nth-child(1n) {
    padding-left: 0
}

.page-order-detail #content {
    font-size: 0.875rem
}

.page-order-detail .box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem
}

.page-order-detail h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.page-order-detail #order-infos ul {
    margin: 0
}

.page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;

}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px
}

.page-order-detail .addresses {
    margin: 0 -0.9375rem
}

.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700
}
.page-order-detail .addresses ul {
    display: block;
    width: 150px;
    height: 75px;
}
.page-order-detail .addresses ul img {
    width: 100%;
    height: 100%;
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}

.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
    float: left;
    width: 30%;
    padding-right: 0.5rem;
    text-align: right
}

.page-order-detail #order-products.return td.qty .select {
    float: left;
    width: 70%;
    padding-left: 0.25rem;
    margin: -0.625rem 0
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center
}

.page-order-detail .order-items {
    padding: 0 !important
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid var(--background)
}

.page-order-detail .order-items .order-item .checkbox {
    float: left;
    width: 30px;
    padding: 0 0.9375rem
}

.page-order-detail .order-items .order-item .content {
    float: left;
    width: calc(100% - 30px);
    padding: 0 0.9375rem
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .desc .order-item-img {
    float: left;
    width: 45px;
    height: auto;
    margin-right: 10px
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: 700
}

.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .qty .q {
    margin-bottom: 0.25rem
}

.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 0.25rem
}

.page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid var(--background)
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0
}

.page-order-detail .messages .message>div {
    margin-bottom: 0.5rem
}

.page-order-detail .customization {
    margin-top: 0.75rem
}

#order-detail .order_info {
    margin-bottom: 0.5rem
}

#order-detail .order_info .state {
    float: right
}

#order-detail .order_resume .btn-link {
    width: 100%;
    padding: 0 0 0.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem
}

#order-detail .order_resume .btn-link:focus,
#order-detail .order_resume .btn-link:hover {
    outline: 0;
    text-decoration: none
}

#order-detail .order_resume .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

#order-detail .order_summary .line-subtotal {
    margin-bottom: 0.5rem
}

#order-detail .order_summary .line-subtotal .value {
    float: right
}

#order-detail .order_summary .line-total {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 0.5rem;
    padding-top: 0.5rem
}

#order-detail .order_summary .line-total span {
    font-size: 1rem;
    font-weight: 600
}

#order-detail .order_actions .oactions {
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    text-align: center
}

#order-detail .order_actions .oactions .oaction {
    padding: 0.5rem 1rem;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background: #FFF;
    max-width: 25%
}

#order-detail .order_actions .oactions .oaction:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.125)
}

#order-detail .order_actions .oactions .oaction:hover {
    text-decoration: underline
}

#order-detail .order_priceproduct .title {
    font-size: 0.7rem
}

#order-detail .order_priceproduct .value {
    clear: both;
    width: 100%;
    display: block
}

#order-detail .product_reorder {
    font-size: 0.9rem
}

#order-detail .product_reorder i {
    font-size: 1rem
}

#order-detail #order-products .form-control {
    padding-top: 0
}

#order-detail .order_resume .item .title,
#order-detail .order_summary .title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block
}


#order-return-infos .customization {
    margin-top: 0.75rem
}

.page-my-account #content .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.page-my-account #content .links a {
    display: inline-block;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: #fff
}

.page-my-account #content .links a i {
    display: block;
    width: 100%;
    padding-bottom: 3.4rem;
    font-size: 2.6rem;
}


#content-wrapper .subtitle {
    font-weight: 600;
    display: table;
    margin-top: 20px;
}

#content-wrapper .link-item {
    height: 110px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    border-radius: 9px;
}
#content-wrapper .link-item span.btn_contact {
    display: none;
}
#content-wrapper .displayCustomerAccountContent .link-item {
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 18px;
    color: var(--text-primary);
}

#content-wrapper .displayCustomerAccountContent .link-item .material-icons {
    font-size: 0px;
    height: 40px;
    margin-right: 21px;
    margin: 19px 21px 18px 0;
    width: 45px;
}
#content-wrapper .displayCustomerAccountContent #cookies-links .link-item .material-icons:before{
    content: "\e906";
    font-size: 40px;
    font-family: 'icomoon';
}

#content-wrapper .displayCustomerAccountContent #emailsalerts .link-item .material-icons:before{
    content: "\e90a";
    font-size: 40px;
    font-family: 'icomoon';
}
#content-wrapper .displayCustomerAccountContent #psgdpr-link .link-item .material-icons:before{
    content: "\e907";
    font-size: 40px;
    font-family: 'icomoon';
}

#content-wrapper .displayCustomerAccountContent #wishlist-link .link-item .material-icons:before{
    content: "\e905";
    font-size: 35px;
    font-family: 'icomoon';
}
#content-wrapper .displayCustomerAccountContent #cookies-link .link-item .material-icons:before{
    content: "\e904";
    font-size: 40px;
    font-family: 'icomoon';
}

#content-wrapper .displayCustomerAccountContent #order-slips-link .link-item .material-icons:before {
    content: "\e91a";
    font-size: 40px;
    font-family: 'icomoon';
}

#content-wrapper .link-item>i {
    width: 50px;
    font-size: 55px;
    margin: 0 10px 22px 0;
}

#content-wrapper .link-item>i:before {
    font-size: 38px;
}

#content-wrapper .link-item>.history-content {
    width: 85%
}

#content-wrapper .link-item>.history-content .title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 15px;
    line-height: 18px;
    color: var(--text-primary);
}

#content-wrapper .link-item>.history-content .desc {
    margin: 0;
    font-size: 14px;
    color: #9A9A9A;
    line-height: 25px;
}
#content-wrapper #link_contact .link-item>.history-content .desc {
    height: auto;
}
.btn_contact {
    padding: 0.5rem 1.25rem;
    display: table;
    margin: 1rem auto;
    font-size: 1rem
}

#history .orders {
    margin: 0 -1rem
}

#history .orders .order {
    padding: 0.75rem 1rem;
}

#history .orders .order a h3 {
    color: #7a7a7a
}

#history .orders .order .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px
}

#history .orders .order:last-child {
    border-bottom: 0
}

#history .order_history,#module-lx_commercial-comercial .order_history {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem;
    margin-bottom: 1rem
}

#history .order_history .history_info,#module-lx_commercial-comercial .order_history .history_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    justify-content: space-between
}

#history .order_history .history_info .item,#module-lx_commercial-comercial .order_history .history_info .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

#history .order_history .history_info .item.item_status {
    width: 15%
}

#history .order_history .history_info .title {
    font-weight: 600
}

#history .order_history .history_buttons,#module-lx_commercial-comercial .order_history .history_buttons {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: table;
    margin: 0 auto;
    padding: 0.5rem 0
}

#history .order_history .history_buttons>a,#module-lx_commercial-comercial .order_history .history_buttons>a {
    padding: 0.5rem 1rem;
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}



#history .order_history .history_buttons>a:last-child {
    border: 0
}

.page-footer .account-link {
    margin-right: 1rem
}

.page-footer .account-link i {
    font-size: 1rem
}

.page-footer .account-link span {
    font-size: .875rem;
    vertical-align: middle
}

.navigation_account {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 0;
    padding: 25px 15px;
}
.navigation_desktop div.navigation_account:nth-child(1) {
    padding: 25px 15px 10px;
}

.navigation_account>* {
    padding: 0.5rem 0
}

.navigation_account .title {
    display: inline-block;
    margin-left: -2px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
}

.navigation_account .item,
.navigation_account a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-secondary);
    position: relative;
    padding-left: 25px;
}
.navigation_account .item:hover, .navigation_account a:hover {
    color: var(--btn-primary);
}
.navigation_account .item:hover > i, .navigation_account a:hover > i,
.navigation_account .item:hover > i, .navigation_account a:hover > span i{
    font-weight: 600;
    color: var(--btn-primary);
}

#left-column .navigation_desktop .navigation_account a span.link-item {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 0;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-secondary);
    position: relative;
} 
#left-column .navigation_desktop .navigation_account a:hover span.link-item {
    color: var(--btn-primary);
}
.navigation_account .item i,
.navigation_account a span i {
    font-size: 20px!important;
    position: absolute;
    color: var(--text-secondary);
    top: 7px;
    left: -2px;
}
.navigation_account a#psgdpr-link span i,
.navigation_account a#order-slips-link span i,
.navigation_account a#cookies-links span i,
.navigation_account a#lxComercial span i
 { 
    font-size:0px!important;
    top: 0px;
    left: -26px;
}
.navigation_account a#lxComercial span i:before {
    content: "\e903";
    font-size: 18px;
    font-family: 'icomoon';
}
.navigation_account a#psgdpr-link span i:before {
    content: "\e907";
    font-size: 18px;
    font-family: 'icomoon';
}
.navigation_account a#order-slips-link span i:before {
    content: "\e91a";
    font-size: 20px;
    font-family: 'icomoon';
}
.navigation_account a#cookies-links span i:before {
    content: "\e906";
    font-size: 20px;
    font-family: 'icomoon';
}
.navigation_account .item i.my-account-exit:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../img/svg/my-account-exit.svg");
    background-size: 20px 20px;
}
.navigation_account .item:hover i.my-account-exit:before {
    background-image: url("../../img/svg/my-account-exit-hover.svg");
}
.navigation_mobile {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #FFF
}
.navigation_mobile .btn-link {
    padding: 0.5rem;
    width: 100%;
    text-align: left;
    outline: 0;
    font-weight: 600
}
.navigation_mobile .btn-link i {
    float: right;
    font-size: 20px
}
.navigation_mobile .btn-link:focus {
    outline: 0;
    text-decoration: none
}
.navigation_mobile .card-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.navigation_mobile .card-body>* {
    padding: 0.5rem;
    font-size: 0.9rem
}
.card_account form #field-password + .input-group-btn button,
.card_account form #field-new_password + .input-group-btn button {
    height: 50px;
    margin-left: 0;
    border: 1px solid #C4234A;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 14px;
    text-transform: initial;
}
.forgotten-password {
    padding: 4px
}
.forgotten-password .form-fields .center-email-fields {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start
}
.forgotten-password {
    padding: 4px
}
.forgotten-password .form-fields .center-email-fields {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start
}
.forgotten-password .form-fields .center-email-fields button {
    margin-top: 15px;
    height: 38px
}

.forgotten-password .form-fields .center-email-fields .form_forgot_pass,
.forgotten-password .form-fields .center-email-fields .form-control {
    width: 100%
}

.forgotten-password .form-fields .email {
    width: 430px;
    padding-right: 0;
    padding-left: 0
}


.forgotten-password .form-fields .email input {
    height: 38px
}

.forgotten-password .form-fields label.required {
    width: 100%;
    text-align: left
}

.send-renew-password-link {
    padding: 0
}

.renew-password {
    margin-left: 10px
}

.renew-password .email {
    padding-bottom: 30px
}

.renew-password [type="submit"] {
    margin-left: 50px
}


span.link-item .material-icons {
    font-size: 56px;
}

a.close_session.myaccount {
    display: block;
    padding: 10px;
    width: 170px;
    height: 40px;
    text-align: center;
    color: white;
    border: 1px solid var(--btn-primary);
    background: var(--btn-primary);
    border-radius: 10px;
}
.my-account-description {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 0 0 15px;
}
.my-account-description div:nth-child(1){
    
}
.my-account-description div:nth-child(2){
    width: 18%;
    display: flex;
    justify-items: flex-end;
    padding: 0;
}
.my-account-description.row .desc {
    width: 82%;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: var(--text-primary);
}
section.page-content h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    text-transform: initial;
    color: var(--text-primary);
}

section.page-content h6 {
    font-weight: 600;
    font-size: 16px;
}

#content-wrapper p.subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-primary);
}
.displayCustomerAccountContent > * {
    width: 50%;
}
.navigation_account i {
    vertical-align: bottom;
    color: var(--text-primary);
}
section.page-content table.table-striped {
    margin-top: 20px;
}

section.page-content table.table-striped thead th {background: #112c5e;font-size: 14px;font-weight: 600;color: #fff;}

#login-form .col-md-6 {
    width: 100%;
    max-width: 500px;
    padding: 0px;
    margin: 0 auto 15px;
    float: none;
}

form#login-form .form-control-label {
    width: 100%;
    max-width: 100%;
}
#authentication 
 form#login-form .form-control-label input {
     display: block;
     width: 100%;
     height: 50px;
     padding: 0 15px;
     border-radius: 10px;
     line-height: 50px;
     font-size: 16px;
     font-weight: 400;
     background: var(--bg-primary);
     color: var(--text-secondary)!important;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}

form#login-form .form-control-label input#field-password {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#authentication form#login-form .form-control-label .input-group .input-group-btn {
    width: 100px;
    background: var(--btn-secondary);
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
#authentication form#login-form .form-control-label .input-group .input-group-btn > .btn[data-action="show-password"] {
    width: 100px;
    height: 50px;
    border: none;
    margin-left: -5px;
}

#authentication form#login-form .forgot-password {
    width: 100%;
    max-width: 500px;
    padding: 0px;
    margin: 20px auto 25px;
    float: none;
}

#authentication form#login-form .form-footer {
    width: 100%;
    max-width: 500px;
    padding: 0px;
    margin: 0px auto 25px;
    text-align: inherit!important;
}

#authentication form#login-form .form-footer button#submit-login {
    display: block;
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    padding: 0 15px;
    margin: 0 auto;
}
#module-lx_commercial-comercial #odReorder{display:none;}

aside#notifications {
    margin-bottom: 15px;
}
aside#notifications article {background: aliceblue;} 

.card_account .content-comment {
    display: none;
}
footer.form-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
}
footer.form-footer button {
    display: block;
    margin: 30px auto;
    border-radius: 10px;
}

/*media-queries*/
@media (max-width: 1200px) {
    #content-wrapper .link-item {
        min-height: 140px;
    }
}
@media (max-width: 991px) {
    #wrapper #left-column {
        padding-right: 0
    }
    #content-wrapper {
        padding-left: 0px;
        padding-right: 0px
    }
    #history .order_history .history_info .item {
        width: calc(50% - 1rem) !important
    }
    #history .order_history .history_buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        border-radius: 0;
        border: 0
    }
    #history .order_history .history_buttons>a {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.125);
        margin-bottom: 10px
    }
    #history .order_history .history_buttons>a:last-child {
        border: 1px solid rgba(0, 0, 0, 0.125)
    }
    #order-detail .order_info {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }
    #order-detail .order_info>span {
        margin-bottom: 10px
    }
    #order-detail .order_resume .col-xs-12 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        margin-bottom: 1rem
    }
    #order-detail .order_resume .col-xs-12:last-child {
        border: 0;
        margin-bottom: 0
    }
    #order-detail .order_actions .oactions .oaction {
        max-width: none
    }
    #order-detail.page-order-detail .order-items .order-item {
        padding: 1rem
    }
}
@media (max-width: 767px) {
    .forgotten-password .form-fields .center-email-fields {
        flex-direction: column
    }
    .forgotten-password .form-fields .center-email-fields button {
        width: calc(100% - 20px);
        margin: 10px
    }
    .forgotten-password .form-fields .email {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px
    }
    .sidebarmyaccount {
        padding-left: 0px;
    }
    .displayCustomerAccountContent > *{
        width: 100%
    }
    #content-wrapper .link-item > .history-content .desc {
        font-size: 12px;
        line-height: 19px;
    }
    .btn_contact {
        padding: 0.5rem 0.25rem;
    }
}
@media (max-width: 480px) {
    
}
/*end media-queries*/