.account-section {
    padding-top: 90px;
    padding-bottom: 70px;
    min-height: 100vh;
}

.account-section h1 {
    font-family: Edmondsans-Bold;
    letter-spacing: 2px;
    font-size: 23px;
    margin: 40px 0;
}

.account-section h2 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 22px;
}

.account-section form h2 {
    margin-top: 40px;
}

.account-section .account-wrapper {
}

.account-banner {
    margin-top: 40px;
    text-align: right;
}

.account-navigation {
    margin-bottom: 38px;
}

.account-navigation a {
    font-family: Avenir-Heavy;
    color: #000;
    display: inline-block;
    position: relative;
    transition: all ease-in .3s;
}

.account-navigation a:hover {
    color: #4ca5e5;
}

.account-navigation a + a {
    margin-left: 25px;
}

.account-navigation a.active:before,
.account-navigation a.active:hover:before {
    background: #000;
    opacity: 1;
}

.account-navigation a.active:hover {
    color: #000;
}

.account-navigation a:hover:before {
   opacity: 1;
    background: #4ca5e5;
}

.account-navigation a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: all ease-in .3s;
}

.table {
    text-align: left;
    width: 100%;
}

.table th {
    padding-bottom: 19px;
    border-bottom: 2px solid #000;
    font-family: Avenir-Heavy;
}

.table th.table-date {
    width: 207px;
}

.table th.table-order {
    width: 202px;
}

.table th.table-status {
    width: 218px;
}

.table th.table-tracking {
    width: 208px;
}

.table th.table-shipping {
    width: 208px;
}

.table th.table-amount {
    width: 109px;
}

.table .order-no,
.table .tracking-no,
.table .shipping-label {
    position: relative;
}

.table td {
    vertical-align: top;
    padding-top: 18px;
}

.table .order-no:before,
.table .tracking-no:before,
.table .shipping-label:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: -3px;
    left: 0;
}

.subscribe-choice .radio-buttons {
    display: inline-block;
}

.subscribe-choice .radio-buttons + .radio-buttons {
    margin-left: 30px;
}

.option-space + .option-space {
    margin-top: 40px;
}

.option-space h2 {
    font-family: Avenir-Heavy;
    margin-bottom: 20px;
}

.order-list li {
    line-height: 15px;
}

.order-list li a {
    color: #000000;
    font-family: 'Avenir-Medium';
    transition: all ease-in .3s;
}

.order-list li a:hover {
    color: #4ca5e5;
}

.order-list li + li {
    margin-top: 18px;
}

.subscribe-info {
    margin: 18px 0 23px;
}

.order-image {
    margin: 40px 0 36px;
    border: 2px solid #707980;
}

.order-image img {
    width: 100%;
}

.order-option h2 {
    font-family: Avenir-Heavy;
}

.order-option h3 {
    font-family: Avenir-Heavy;
    margin-bottom: 12px;
    font-size: 13px;
}

.order-option ol {
    margin-bottom: 21px;
}

.order-option li {
    position: relative;
    padding-left: 32px;
}

.order-option li + li {
    margin-top: 18px;
}

.order-option li span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: #000000;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50%;
}

.order-option .order-note {
    margin: 0;
}

.repair-title,
.repair-estimate-table h2 {
    font-family: Avenir-Heavy;
}

.repair-estimate-table h2 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.estimation-info {
    margin: 0;
}

.repair-table {
    width: 100%;
    border: 2px solid #000;
    border-width: 2px 0;
    padding: 12px 0;
}

.repair-table td {
    padding: 7px 0;
    font-size: 14px;
}

.repair-table tr {
    display: block;
}

.repair-table tr:first-child {
    padding-top: 18px;
}

.repair-table tr:last-child {
    padding-bottom: 18px;
}

.repair-table .radio-buttons {
    display: inline-block;
}

.repair-table .radio-buttons + .radio-buttons {
    margin-left: 15px;
}

.repair-table .estimate-text {
    width: 208px;
}

.repair-table .estimate-price {
    width: 202px;
}

.promo-code {
    margin-top: 19px;
    width: 335px;
}

.estimate-confirmation {
    position: relative;
    padding-left: 43px;
    margin: 20px 0 30px;
    margin-bottom: 45px;
}

.estimate-confirmation .radio-buttons {
    position: absolute;
    left: 0;
    top: 0;
}

.estimate-confirmation .radio-buttons span {
    margin-top: -5px;
}

.order-address-detail-info {
    margin-top: 0;
    margin-bottom: 27px;
}

.address-detail-button {
    margin-top: 45px;
}

.final-price {
    padding: 20px 0;
    border: 2px solid #000000;
    border-width: 2px 0;
    height: 244px;
}

.final-price table {
    width: 100%;
}

.final-price table td {
    padding: 10px 0;
}

.final-price table td,
.final-price table th {
    text-align: left;
}

.final-price table td.first {
    min-width: 208px;
    width: 208px;
    max-width: 208px;
}

.payment-title {
    font-family: Avenir-Heavy;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}

.total-price-text,
.total-price,
.final-price table th {
    font-family: Avenir-Heavy;
}

.final-price-info {
    font-size: 9px;
    margin: 16px 0 40px;
    line-height: 11px;
}

.shipping-address-info {
    margin: 0;
}

.alternate-payment-method {
    margin-top: 40px;
}

.alternate-payment-method h2 {
    margin-bottom: 8px;
}

.thanks-space {
    margin-bottom: 40px;
}

.thanks-space h1 {
    margin-top: 0;
    margin-bottom: 40px;
}

.thanks-space p {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
}

.thanks-space p + p {
    margin-top: 30px;
}

.thanks-space p a {
    color: #000000;
    text-decoration: underline;
    font-family: 'Avenir-Medium';
    transition: all ease-in .3s;
}

.thanks-space p a:hover {
    color: #4ca5e5;
    border-color: transparent;
}

.password-info {
    font-size: 9px;
    margin: 20px 0;
    margin-bottom: 0;
}

.denim-dollars-info {
    margin: 0;
    fon-size: 14px;
    line-height: 22px;
}

.denim-dollars {
    margin-top: 35px;
}

.denim-dollars-table td,
.denim-dollars-table th {
    text-align: left;
    vertical-align: top;
}

.denim-dollars-table td {
    padding: 20px 0;
    font-size: 14px;
}

.denim-dollars-table th {
    padding-bottom: 20px;
    font-family: Avenir-Heavy;
}

.denim-dollars-table th.dollars-date {
    width: 208px;
}

.denim-dollars-table th.dollars-from {
    width: 202px;
}

.denim-dollars-table th.dollars-amount {
    width: 207px;
}

.denim-dollars-table th.dollars-used {
    width: 208px;
}

.denim-dollars-table th.dollars-balance {
    width: 317px;
}

.denim-dollars-table tbody {
    border: 2px solid #000000;
    border-width: 2px 0;
}

.denim-dollars-table tbody:last-child {
    border: none;
}

.refer-friends-info {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.refer-friends-info + .refer-friends-info {
    margin-top: 30px;
}

.social-media-icons {
    margin-top: 30px;
}

.social-media-icons .social-media {
    display: inline-block;
    height: 20px;
}

.social-media-icons .social-media + .social-media {
    margin-left: 15px;
}

.social-media-icons .social-media.facebook {
    background: url("../dist/icons/facebook.png") center center no-repeat;
    width: 10px;
    background-size: cover;
}

.social-media-icons .social-media.twitter {
    background: url("../dist/icons/twitter.png") center center no-repeat;
    width: 30px;
    background-size: cover;
}

.social-media-icons .social-media.letter {
    background: url("../dist/icons/letter.png") center center no-repeat;
    width: 28px;
    background-size: cover;
}

.social-media-icons .social-media.facebook:hover {
    background: url("../dist/icons/facebook-hover.png") center center no-repeat;
    background-size: cover;
}

.social-media-icons .social-media.twitter:hover {
    background: url("../dist/icons/twitter-hover.png") center center no-repeat;
    background-size: cover;
}

.social-media-icons .social-media.letter:hover {
    background: url("../dist/icons/letter-hover.png") center center no-repeat;
    background-size: cover;
}
