.uni-item:not(.product-thumb) {
    background: #f7f7f7f7;
    border-radius: 4px;
    box-shadow: none !important;
    transition: all ease-in-out .15s
}

.uni-item:not(.product-thumb):hover {
    background: #f2f2f2
}

.account-index__item {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 20px);
    margin: 0 0 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    font-size: .95em;
    font-weight: 500
}

.account-index__icon {
    width: 100%;
    margin: 0 0 15px;
    font-size: 3.5em
}

.account-index__text {
    color: #666
}

.account-login__wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    transition: all ease .3s;
}

.account-register input:not([type="checkbox"]),
.account-login__wrapper input{
    border: none;
    border-bottom: 4px solid #4B4B4B;
}

.account-register__submit,
.account-login__wrapper .account-login__btn {
    background: #fff;
    border: 3px solid #4B4B4B;
    border-radius: 45px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 51px;
    color: #4B4B4B;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px auto;
    width: 100%;
}

.account-login__wrapper .account-login__btn[type="submit"]{
    margin-top: 50px;
}

.account-login__wrapper form{
    width: 100%;
}


.account-login__heading {
    width: 100%;
    margin: 0 0 20px
}



.account-login__form-group {
    width: 100%;
    max-width: 100%
}

.account-login__forgotten {
    display: block;
    margin: 10px auto 20px;
    font-size: .95em;
    text-align: center;
    color: #FA783E;
}

.account-login__btn {
    margin: auto 0 0
}

.account-forgotten__heading {
    margin-left: 0
}

.account-forgotten__text {
    margin: 15px 0;
    font-size: .95em
}

.account-forgotten__btn {
    margin: 20px 0 0
}

.account-password__btn {
    margin: 10px 0 0
}

.account-register .agree{
    color: #FA783E;
}

.account-register__already {
    margin: 15px 0 5px;
    font-size: .95em
}

.account-register__input {
    margin: 0 0 5px
}

.account-register__customer-group-item:first-child {
    display: block;
    margin: 7px 0 5px
}

.account-register__newsletter-item:first-child {
    display: block;
    margin: 7px 0 5px
}

.account-register__agree {
    margin: 0 0 10px
}

.account-register .custom-field {
    display: none
}

.account-download {
    display: flex;
    margin-bottom: 10px
}

.account-download > div {
    display: flex
}

.account-download__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 20px;
    padding: 15px
}

.account-download__name {
    display: block;
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 1.2em
}

.account-download__description {
    display: flex;
    flex-direction: column;
    margin: auto 0 15px
}

.account-download__description-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px
}

.account-download__description-div {
    position: relative;
    width: 60%;
    display: flex;
    align-items: flex-end
}

.account-download__description-div:first-child:after {
    position: relative;
    bottom: 4px;
    flex: 1 1 auto;
    content: '';
    margin: 0 10px;
    border-bottom: dotted 1px #bbb
}

.account-download__btn {
    max-width: 150px
}

.account-edit__btn {
    margin: 10px 0 0
}

.account-address-list {
}

.account-address-list__buttons {
    margin: 15px 0 0
}

.account-address-list__address-id {
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 1.2em
}

.account-address-list__customer-name {
    margin: 0 0 10px;
    font-weight: 500
}

.account-order-list {
    margin-bottom: 10px
}

.account-order-list .account-order-list__item {
    margin: 0 0 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #929292;
    border-radius: 8px;
}

.account-order-list__item .row-flex{
    align-items: center;
}

.account-order-list .account-order-list__item:hover{
    border-color: #FA783E;
    background: #fff;
}
.account-order-list__btn{
    background: transparent;
    border: 3px solid #4B4B4B;
    border-radius: 45px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    color: #4B4B4B;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
    transition: all ease .3s;
}

.account-order-list__btn:hover {
    color: #FA783E;
    border-color: #FA783E;
    transition: all ease .3s;
}

.account-order-list__order-id {
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 1.2em
}

.account-order-list__name {
    margin: 0 0 10px;
    font-weight: 500
}

.account-order-list__description {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px
}

.account-order-list__description-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px
}

.account-order-list__description-div {
    position: relative;
    width: 60%;
    display: flex;
    align-items: flex-end
}

.account-order-list__description-div:first-child:after {
    position: relative;
    bottom: 4px;
    flex: 1 1 auto;
    content: '';
    margin: 0 10px;
    border-bottom: dotted 1px #bbb
}

.account-order-info__description {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px
}

.account-order-info__description-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px
}

.account-order-info__description-div {
    position: relative;
    width: 60%;
    display: flex;
    align-items: flex-end
}

.account-order-info__description-div:first-child:after {
    position: relative;
    bottom: 4px;
    flex: 1 1 auto;
    content: '';
    margin: 0 10px;
    border-bottom: dotted 1px #bbb
}

.account-order-info__payment-address, .account-order-info__shipping-address {
    margin: 0 0 30px
}

.account-order-info__products-wrap {
    margin: 0 0 30px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.account-order-info__products-table {
    width: 100%;
    margin: 0
}

.account-order-info__products-heading {
    font-weight: 500;
    font-size: .9em;
    white-space: nowrap;
    background: #f7f7f7
}

.account-order-info__products-item {
    min-height: 80px;
    height: 80px;
    border-top: solid 1px #eee
}

.account-order-info__products-item:nth-child(odd) {
    background: #fafafa
}

.account-order-info__products-name, .account-order-info__products-model, .account-order-info__products-quantity, .account-order-info__products-price, .account-order-info__products-total {
    padding: 10px 15px;
    border-right: solid 1px #eee
}

.account-order-info__products-model, .account-order-info__products-quantity {
    width: 100px;
    min-width: 100px
}

.account-order-info__products-price, .account-order-info__products-total {
    width: 150px;
    min-width: 100px
}

.account-order-info__products-btn {
    padding: 10px 15px
}

.account-order-info__totals {
    padding: 15px 10px 10px;
    border-top: solid 1px #eee
}

.account-order-info__totals-item {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 5px
}

.account-order-info__totals-item:last-child {
}

.account-order-info__totals-text {
    min-width: 80px;
    padding: 0 0 0 10px;
    font-weight: 500
}

.account-order-info__comment {
    margin: 0 0 30px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 4px
}

.account-order-info__history-wrap {
    margin: 0 0 20px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.account-order-info__history-table {
    width: 100%;
    margin: 0
}

.account-order-info__history-heading {
    font-weight: 500;
    background: #f7f7f7
}

.account-order-info__history-item {
    height: 40px;
    border-top: solid 1px #eee
}

.account-order-info__history-item:nth-child(odd) {
    background: #fafafa
}

.account-order-info__history-date, .account-order-info__history-status, .account-order-info__history-comment {
    padding: 10px 15px;
    border-right: solid 1px #eee
}

.account-order-info__history-date, .account-order-info__history-status {
    width: 180px;
    min-width: 100px
}

.account-reward__total {
    margin: 0 0 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 4px
}

.account-reward {
    margin-bottom: 10px
}

.account-reward__item {
    margin: 0 0 20px;
    padding: 15px
}

.account-reward__name {
    display: block;
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 1.2em
}

.account-reward__description {
    display: flex;
    flex-direction: column
}

.account-reward__description-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px
}

.account-reward__description-div {
    position: relative;
    width: 60%;
    display: flex;
    align-items: flex-end
}

.account-reward__description-div:first-child:after {
    position: relative;
    bottom: 4px;
    flex: 1 1 auto;
    content: '';
    margin: 0 10px;
    border-bottom: dotted 1px #bbb
}

.account-voucher__description {
    margin: 15px 0 5px;
    font-size: .95em
}

.forgotten h1.heading,
.register h1.heading {
    font-size: 58px;
    font-weight: 400;
    line-height: 64px;
    text-transform: uppercase;
    color: #4B4B4B;
}

.account-register {
    max-width: 320px;
    margin: 0 auto;
}


.account-forgotten {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #929292;
    border-radius: 8px;
    transition: all ease .3s
}

.account-forgotten:hover {
    border-color: #FA783E;
    box-shadow: 0px 24px 35px rgba(0, 0, 0, 0.17);
    transition: all ease .3s
}

@media(max-width: 767px){
    .forgotten h1.heading,
    .register h1.heading {
        font-size: 34px;
        line-height: 37px;
    }
}
