/*---- Account Navigation -----*/
.accountNav {
    border: solid 1px #d2d2d2;
    border-radius: 5px;
}
.accountNav li {
    display: block;
    border-bottom: solid 1px #d2d2d2;
}
.accountNav li:last-child {
    border-bottom: none;
}
.accountNav li a {
    color: #212121;
    display: block;
    padding: 10px 15px;
}

.accountNav li.active a {
    background: #ffe55c;

}
.account-orderhistory a:hover, .account-orderdetail-item-section a:hover {
    text-decoration: underline;
}
.account-section .account-section-header {
    padding: 0;
}
.template-pages-account-accountLayoutPage .headline {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding: 10px 15px 0 15px;
}
.template-pages-account-accountLayoutPage  .account-profile-data td {
    padding: 5px;
}
.template-pages-account-accountLayoutPage  .account-section {
    padding-bottom: 50px;
}
.template-pages-account-accountLayoutPage .button {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    background: #ffe55c;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
    border: solid 1px #ffe55c;
}
.template-pages-account-accountLayoutPage .button:hover {
    color: #333;
    background: #fad40d;
    border: 1px solid #debb04;
}
.template-pages-account-accountLayoutPage .account-section-header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
    background: transparent;
}
.template-pages-account-accountLayoutPage .backToHome {
    height: 50px;
    min-width: 150px;
    width: 100%;
}
.account-section select {
    height: 50px;
    background: #f5f5f5;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 20px;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.account-section .form-group {
    position: relative;
}
.account-section .account-section-content.account-section-content-small,
.account-section .account-section-content.account-section-content-small .container {
    max-width: 100%;
}
.account-section .account-section-content .accountActions {
    padding-right: 0;
}
.account-section .account-section-content {
    padding: 0;
}
.account-addressbook .remove {
    margin: 0 0 0 15px;
}
.addressBackBtn i {
    font-size: 12px;
    padding-right: 5px;
}
.btn-block {
    height: 50px;
    line-height: 48px;
}
.profile-wrap {
    padding-bottom: 80px;
    min-height: 400px;
}
.account-section .controls {
    position: relative;
}
.account-section .ti-angle-down {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10;
}
.accountAddressItem {
    border-bottom: solid 1px #ddd;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.address-info p {
    margin-bottom: 10px;
}
[id*=popup_confirm_address_removal] .buttons {
    margin-top: 25px;
}
.page-orders .pagination-bar select#sortOptions1 {
    width: auto;
}
.pager li > a, .pager li > span {
    border-radius: 0;
}
.account-paymentdetails .actions {
    display: inline-block;
    width: 100%;
    clear: both;
}
.account-paymentdetails button[type="submit"] {
    width: 200px;
    height: 40px;
    line-height: 36px;
    margin-right: 5px;
}
.actions form {
    display: inline-block;
    float: left;
}
.account-paymentdetails .account-paymentdetails-list .accountPaymentDetailsItem .remove {
    float: none;
}
.account-orderdetail-item-section-body .col-xs-12 {
    margin-top: 35px;
}
.reset-pass-text {
    margin-bottom: 0;
}
#ordersSearchResult {
    width: 100%;
    border:  solid 1px #f3f3f3;
}
#ordersSearchResult th {
    background: #292929;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    white-space: nowrap;
}
#ordersSearchResult td {
    padding: 5px;
    border-right: solid 1px #f3f3f3;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
#ordersSearchResult td button {
    margin-bottom: 0;
    width: 50px;
    padding: 0;
    text-align: center;

    background: none;
    border: none;
}
td.order-link {
    background:  #f8f8f8;
}
.pagination-bar > .row > div {
    padding: 0 15px;
}
#ordersSearchResult tr:nth-child(2n+1) {
    background: #eceef0;
}
#ordersSearchResult tr:nth-child(2n+1) td.order-link {
    background: #e8eaeb;
}
.forgotten-password {
    margin-bottom: 90px;
}
.page-checkout-login .forgotten-password {
    margin-bottom: 25px;
}
@media (max-width: 480px) {
    .template-pages-account-accountLayoutPage .button {
        width: 100%;
        display: block;
        float: none;
        padding: 0;
        line-height: 40px;
    }
    button.btn.pull-right.addressBackBtn {
        margin-top: 25px;
    }
    .pagination > li + li {
        margin-left: inherit;
    }
}
@media (max-width: 768px) {
    .template-pages-account-accountLayoutPage .button {
        width: 100%;
        display: block;
        float: none;
        padding: 0;
        line-height: 40px;
    }
    button.btn.pull-right.addressBackBtn {
        margin-top: 25px;
    }
    .pagination > li + li {
        margin-left: inherit;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .template-pages-account-accountLayoutPage .button {
        width: 100%;
        display: block;
        line-height: 40px;
        float: none;
        padding: 0;
    }
    button.btn.pull-right.addressBackBtn {
        margin-top: 25px;
    }
    .pagination > li + li {
        margin-left: inherit;
    }
}
@media (min-width: 768px) and (max-width: 1240px) {

    .pager li > a, .pager li > span {
        border-radius: 0;
    }
    .pagination > li + li {
        margin-left: inherit;
    }
}


@media (min-width: 992px) and (max-width: 1023px) {
    .pager li > a, .pager li > span {
        border-radius: 0;
    }
    .pagination > li + li {
        margin-left: inherit;
    }
}
@media  (min-width: 1024px) {
    .pagination-bar .form-group {
        width: auto;
    }
}
@media  (max-width: 1279px) {
    .account-orderhistory {
        overflow: auto;
    }
}
