.uni-item-bg{padding:20px}
.uni-form{overflow:visible}
.account-index__text{color:#666}

.account-login__wrapper{display:flex;flex-wrap:wrap;}
.account-login__form-group{width:250px;max-width:100%}
.account-login__forgotten{display:block;margin:10px 0;font-size:.95em}
.account-login__btn{margin:auto 0 0}
.account-login__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    width: 100%;
}
.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__already{margin:15px 0 5px}
.account-register__already a{text-decoration:underline}
.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-wishlist{display:flex;flex-wrap:wrap;overflow:hidden; margin-bottom: 80px;}
@media(max-width: 768px) {
    .account-wishlist {
        margin-bottom: 60px;
    }
}
.account-wishlist p{padding:0 10px}
.account-wishlist__delete{display:flex;align-items:center;justify-content:center;position:absolute;top:-5px;right:-5px;z-index:1;width:30px;height:30px;background:#f7f7f7;border:none;border-radius:100%;opacity:.9}
.account-wishlist__delete svg path {
    fill: #350c01;
}
.account-wishlist__delete:hover svg path {
    fill: #FF4C2B;
}
.account-wishlist__list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media(max-width: 991px) {
    .account-wishlist__list {
        min-width: 800px;
    }
}
.account-wishlist__table {
    padding: 30px;
    border-radius: 10px;
    background: #FBFBFB;
    width: 100%;
}
@media(max-width: 991px) {
    .account-wishlist__table {
        padding: 15px 10px;
        overflow-x: auto;
    }
}
.account-wishlist__top {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr 2fr 2fr 1fr;
    gap: 20px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
@media(max-width: 991px) {
    .account-wishlist__top {
        min-width: 800px;
        gap: 10px;
    }
}
.wishlist__item {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr 2fr 2fr 1fr;
    gap: 20px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}
@media(max-width: 991px) {
    .wishlist__item {
        font-size: 14px;
        line-height: 19px;
        gap: 10px;
    }
}
.wishlist__item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.wishlist__image {
    max-width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #EEE;
    padding: 2px;
}
@media(max-width: 991px) {
    .wishlist__image {
        max-width: 40px;
        height: 40px;
    }
}
.wishlist__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wishlist__image a {
    display: block;
}
.wishlist__name {
    color: var(--a-c-hover);
    text-decoration-line: underline;
}
@media(max-width: 991px) {
    .wishlist__name {
        font-size: 12px;
    }
}
.wishlist__name:hover,
.wishlist__name:focus {
    text-decoration: none;
}
.wishlist__price {
    font-weight: 400;
}
.wishlist__action {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wishlist__add-to-cart {
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wishlist__add-to-cart svg {
    width: 15px;
    height: 15px;
}
.wishlist__delete {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: var(--add-to-cart-btn-bg-disabled);
    transition: background 0.3s;
}
.wishlist__delete:hover svg path{
    fill: #FF4C2B;
}
.wishlist__delete svg path {
    fill: var(--add-to-cart-btn-c-disabled);
}
.account-download{display:flex;margin-bottom:10px}
.account-download > div{display:flex}
.account-download__item{display:flex;flex-direction:column;align-items:flex-start !important;width:100%;margin:0 0 20px}
.account-download__name{display:block;margin:0 0 15px;font-weight:500;font-size:1.2em}
.account-download__description{width:100%;margin:auto 0 15px}
.account-download__description-item{display:flex;margin:0 0 5px}
.account-download__description-div{position:relative;width:60%;display:flex;align-items:flex-end;white-space:nowrap}
.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:20px 0 0}
.account-address-list__buttons .btn {
    justify-content: center;
}
.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-address-list__customer:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.account-address-list__customer {
    display: flex;
    align-items: center;
    gap: 10px;

}
.account-order-list{margin-bottom:10px}
.account-order-list__item{margin:0 0 20px}
    @media(max-width: 768px) {
        .account-order-list__item {
            padding: 0;
        }
    }
.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 20px}
.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 div.heading {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: 500;
}
.account-order-info__products-name text-left {
    border-radius: 10px 0 0 0;
}
.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}
@media(max-width: 768px) {
    .account-order-info__description-item {
        flex-direction: column;
        align-items: flex-start;
        margin:0
    }
    .account-order-info__description-item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.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}
@media(max-width: 768px) {
    .account-order-info__description-div {
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #EEEEEE;
    }
    .account-order-info__description-div:first-child:after {
        display: none;
    }
    .table-responsive {
        margin-bottom: 0;
        border: none;
    }
}
.account-order-info__payment-address, .account-order-info__shipping-address{margin:0 0 30px}
@media(max-width: 768px) {
    .account-order-info__payment-address, .account-order-info__shipping-address {
        margin-bottom: 20px;
    }
}
.account-order-info__products-wrap{margin:0 0 30px;border:solid 1px #9F9F9F;border-radius:10px; overflow: hidden;}
.account-order-info__products-table{width:100%;margin:0}
.account-order-info__products-heading{font-weight:500;font-size:.9em;white-space:nowrap;background:#EEEEEE; border-radius: 10px 10px 0 0;}
.account-order-info__products-item{min-height:80px;height:80px;border-top:solid 1px #9F9F9F}
.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 #9F9F9F}
.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; display: flex;
    gap: 10px;}
.account-order-info__totals{padding:15px 10px 10px;border-top:solid 1px #9F9F9F}
.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; text-align: right;}
.account-order-info__comment{margin:0 0 30px;padding:20px;background:#EEEEEE;border-radius:10px}
.account-order-info__history-wrap{margin:0 0 20px;border: 1px solid #9F9F9F; border-radius: 10px;}
.account-order-info__history-table{width:100%;margin:0;}
.account-order-info__history-heading{font-weight:500;background:#eeeeee; border-radius: 10px 10px 0 0;}
.account-order-info__history-item{height:40px;border-top:solid 1px #9F9F9F}
.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 #9F9F9F}
.account-order-info__history-date, .account-order-info__history-status{width:180px;min-width:100px}
.account-order-info__history-comment {
    border-right: none;
    border-radius: 0 10px 0 0;
}
.account-order-info__history-date {
    border-radius: 10px 0 0 0;
}
.btn-return {
    width: 40px;
    padding: 10px;
}
.btn-return svg path {
    fill: #fff;
}
.btn-return svg{
    width: 20px;
    height: 20px;
}
.account-reward__total{margin:0 0 20px;padding:20px;background:#eee;border-radius:10px}
.account-reward{margin-bottom:10px}
.account-reward__item{margin:0 0 20px;padding: 0;}

.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}
.account-reward__description-item:not(:last-child){margin:0 0 10px}
.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}
.account__title {
    text-align: left;
    margin: 0;
}
.account-index__box {
    margin-bottom: 80px;
}
@media(max-width: 768px) {
    .account-index__box {
        margin-bottom: 60px;
    }
}
.account__subtitle {
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 500;
}

.account-index__list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px 15px;
    list-style: none;
}
@media(max-width: 1200px) {
    .account-index__list {
        grid-template-columns: repeat(4,1fr);
    }
}
@media(max-width: 991px) {
    .account-index__list {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px) {
    .account-index__list {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
}
.account-index__list:not(:last-child) {
    margin-bottom: 30px;
}
@media(max-width: 768px) {
    .account-index__list:not(:last-child) {
        margin-bottom: 20px;
    }
}
.account-index__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background-color: #FBFBFB;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    transition: background-color 0.3s;
}
.account-index__item:hover{
    background-color: #EEE;
}
.account-index__item svg{
    min-width: 30px;
    height: 30px;
}
.account-index__text {
    font-size: 14px;
    line-height: 19px;
    color: #350C01;
}

.custom-action {
    margin-top: 15px;
}
.custom-action .btn{
    margin: 0 0 0 auto;
    width: fit-content;
}
@media(max-width: 768px) {
    .custom-action {
        margin-top: 20px;
    }
    .custom-action .btn{
        width: 100%;
        justify-content: center;
        margin: 0;
    }
}
.account-password {
    margin-bottom: 80px;
}
@media(max-width: 768px) {
    .account-password {
        margin-bottom: 60px;
    }
}
.account-order-list__btn {
    justify-content: center;
}
.account-order-info__description-span {
    font-weight: 500;
}
.input-group.date .btn {
    height: 42px;
    margin-top: -1px;
}
.account-newsletter,
.account-affiliate,
.account-tracking__form,
.account-login{
    margin-bottom: 80px;
}
@media(max-width: 768px) {
    .account-newsletter,
    .account-affiliate,
    .account-tracking__form,
    .account-login{
        margin-bottom: 60px;
    }
    .account-affiliate__submit {
        width: 100%;
        text-align: center;
    }
}
.account-index__icon path {
    fill: #328408;
}
.table-responsive {
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #9F9F9F;
}
#account-order .table-responsive{
    margin-bottom: 0;
}
.table-bordered {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-color: #9F9F9F;
}
.table-bordered thead {
    background: #eee;
}
.table-bordered thead td {
    border-bottom: none !important;
}
.table-hover>tbody>tr:hover {
    background: transparent;
}
.account-return h3 {
    font-weight: 400;
}