.account-page {
    padding-top: 241px;
    padding-bottom: 100px;
}

.account-page .container-inner {
    max-width: 542px;
    margin: 0 auto;
}

.account-page .container-inner h1 {
    color: #F79F00;
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: none;
    font-family: 'Roboto', serif;
}

#account-forgotten.account-page .container-inner h1 {
    margin-bottom: 19px;
}

.account-page label,
form label {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 300;
    letter-spacing: 0.04em;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

form .input-group label {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.account-page .was-validated .form-control:invalid,
.account-page .form-control.is-invalid,
input.wpcf7-not-valid {
    background-image: unset;
    border-bottom-color: #fff;
}

.account-page input:focus {
    color: #fff;
}

.account-page input:focus+label,
.account-page input.has-value+label,
.account-page textarea:focus+label,
.account-page textarea.has-value+label {
    top: 0;
    font-size: 12px;
    color: #888888;
}

form textarea:focus+label,
form textarea.has-value+label,
.account-page textarea:focus+label,
.account-page textarea.has-value+label {
    top: 30px;
}

form input:forcus::-webkit-input-placeholder,
.account-page input:focus::-webkit-input-placeholder {
    color: transparent;
}

#account-forgotten .text-email {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 50px;
}

#account-forgotten.account-page .control {
    margin-top: 53px;
}

.field .input-group .input-group-append button {
    border: 0;
    padding: 0 1px 0 18px;
    background: transparent;
    outline: none;
}

.field .input-group .input-group-append button:hover {
    background: transparent;
}

.field .input-group .input-group-append {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 11;
}

.field .input-group .input-group-append button i {
    font-size: 17px;
}

.field .input-group .input-group-append button .open-eye {
    display: none;
}
.field .input-group .input-group-append button .closed-eye {
    display: block;
}

.field .input-group .input-group-append button .toggle-icon.active .closed-eye {
    display: none;
}

.field .input-group .input-group-append button .toggle-icon.active .open-eye {
    display: block;
}

.field .input-group .input-group-append button i:hover,
.field .input-group .input-group-append button .toggle-icon.active .closed-eye:hover svg path {
    fill: #F79F00;
    color: #F79F00;
}
form#form-reset {
    margin-top: 40px;
}
#form-login-account .submit-login button.primary.large {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    padding: 12.3px 24px;
    width: 100%;
    display: block;
}

.account-page .flex-box,
.account-content .flex-box {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    align-items: center;
    column-gap: 40px;
}

.account-content .flex-box {
    padding-right: 0;
}

.account-page .flex-box button,
.account-content .flex-box button:not(.link) {
    width: 100%;
}

.account-page .flex-box a,
.account-content .flex-box a,
.account-content .flex-box button.link {
    white-space: nowrap;
    background-color: transparent;
    letter-spacing: 0.05em;
}

.account-page .link {
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}

.register-message .link {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 300;
    letter-spacing: 0.04em;
}
.register-message .link.has-underline:before {
    background-color: #9F7021;
}
#form-login-account .link:hover,
.register-message .link:hover {
    color: #F79F00;
}

#form-login-account .field {
    margin-bottom: 59px;
}

#form-login-account .field .requied {
    color: #fff;
    margin-left: 6px;
}

#form-login-account .field .input-group input {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #fff !important;
    -webkit-box-shadow: none;
}

.account-page .link.link-forgotten {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-top: 7px;
    text-transform: math-auto;
}

.normal {
    font-weight: 400;
}

.register-message {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    margin-top: 26px;
}

.register-message p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: 400;
}

.note-password {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding-left: 7px;
}

.note-password span {
    position: relative;
    display: block;
    color: #F79F00;
    font-size: 14px;
    line-height: 19.6px;
    padding-left: 14px;
}

.note-password span:before {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 50%;
    top: 51%;
    left: 2px;
    transform: translateY(-50%);
    background: #F79F00;
}

main .account-page .field label.form-check-label {
    font-size: 16px;
    line-height: 18.75px;
    font-weight: 300;
    text-transform: unset;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #fff;
}

#account-register.account-page .field .form-check.form-check {
    margin-bottom: 81px;
    flex-wrap: wrap;
}



#account-register.account-page .flex-box {
    padding: 0;
}

form#form-register {
    padding-bottom: 33px;
}

#account-forgotten.account-page .control button.button.primary,
#account-register.account-page .flex-box button.button.primary.large {
    padding: 12.1px 24px;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 27px;
    width: 100%;
    display: block;
    font-weight: 300;
    letter-spacing: 0.04em;
}

#account-register.account-page .flex-box.action-section {
    text-align: center;
    justify-content: center;
}

#account-register.account-page .flex-box.action-section a.link {
    text-transform: unset;
    letter-spacing: 0.04em;
    font-weight: 300;
    position: relative;
    font-size: 18px;
    padding-bottom: 2px;
}

#account-register.account-page .flex-box.action-section a.link:hover {
    color: #F79F00;
}

#account-register.account-page .flex-box.action-section a.link:before {
    background: #F79F00;
}

#column-left a.list-group-item {
    color: #FFFFFF;
    margin-bottom: 20px;
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 25.2px;
}

#column-left a.list-group-item.active {
    color: #FFA400;
    text-decoration: none;
}

#column-left a.list-group-item.active:before {
    content: unset;
}

#column-left a::before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
}

#column-left a:hover::before,
#column-left a.active::before {
    transform: scaleX(1);
    transform-origin: left;
}

.account-content .btn-light {
    padding: 0;
    background: transparent !important;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    border: 0;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td:not(.off) {
    color: #000;
}

/*My account*/
.account-content #column-left {
    border-right: solid 1px #9F7021;
    padding-top: 74px;
}

.account-content {
    padding-top: 89px;
    padding-bottom: 0;
}

.account-content .list-group {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.account-content #column-left .list-group .item:last-child a.list-group-item {
    margin-bottom: 8px;
}

.account-content aside#column-left h1 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 33.6px;
    font-family: 'Roboto';
    text-transform: capitalize;
    font-weight: 400;
}

.account-content aside#column-left .lead {
    font-size: 16px;
    text-transform: capitalize;
    display: none;
}

.account-content div#content {
    max-width: 566px;
    margin: 0 auto;
}

.account-content div#content {
    padding-top: 150px;
}

.account-content .field {
    margin-bottom: 58px;
}

.account-content div#content h4 {
    text-align: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 65px;
}

.account-content div#content input {
    border-color: #888888;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
}

.account-content #account-password div#content input {
    padding-bottom: 13px;
    padding-top: 13px;
}

.account-content div#content .col-sm-10 {
    width: 100%;
}

.account-content div#content .edit-success {
    text-align: left;
    padding-top: 62px;
}

.account-content div#content .edit-success h4 {
    margin-bottom: 60px;
    max-width: 100%;
}

.account-content .no-result {
    text-align: left;
}

.account-content #column-left h1 {
    color: #FFFFFF;
}

.account-content .btn-account {
    margin-top: 20px;
}

.account-page input {
    background: transparent;
    padding: 11px 0;
}

.btn-normal {
    background-color: #fff;
    line-height: 22.4px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    padding: 10.8px 15px;
    color: #111;
}

.account-content .btn-normal.link {
    background-color: #fff;
    width: 100%;
    padding: 10.8px 15px;
}

.account-content .btn-normal.link,
.account-content .btn-normal .link {
    color: #111;
}

.account-content .btn-normal.link:hover,
.btn-normal:hover {
    background-color: #FFA400;
}

input,
main input:-webkit-autofill,
main input:-webkit-autofill:hover,
main input:-webkit-autofill:focus,
main textarea:-webkit-autofill,
main textarea:-webkit-autofill:hover,
main textarea:-webkit-autofill:focus,
main select:-webkit-autofill,
main select:-webkit-autofill:hover,
main select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

form#form-register .field.custom-field {
    display: none;
}

.account-content fieldset legend {
    display: none;
}

.account-content .table>tbody>tr>td,
.account-content .table-bordered>tbody>tr>td {
    border: 0;
    padding: 0;
}

.table-products {
    margin-bottom: 0;
}

.table-row.subtotal:last-child>div b {
    font-size: 24px;
    line-height: 33.6px;
}

.table-row.subtotal:last-child .text-end {
    font-size: 20px;
    line-height: 28px;
}

.account-content .table>tbody>tr {
    border-bottom: 1px solid #888888;
    padding: 40px 0;
    display: flex;
    align-items: center;
    column-gap: 26.27px;
}

.account-content .table-hover>tbody>tr:hover>* {
    background-color: transparent;
    --bs-table-bg-state: transparent;
}

.account-content .table>tbody>tr .view-order .button.primary {
    padding: 13px 23px;
}

.account-content .table>tbody>tr .order-view {
    margin: 0;
}

.account-content .table>tbody>tr .view-order {
    width: 90px;
}

.account-content .table>tbody>tr .order-list {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    color: #FFFFFF;
}


div#account-order {
    padding-bottom: 146px;
}

.account-content .table>tbody>tr .text-start .order-id .name-order {
    padding-right: 30px;
}

.account-content .table>tbody>tr .text-start .order-id,
.account-content .table>tbody>tr .text-start span {
    font-weight: 300;
}

.account-content .table>tbody>tr .text-start span {
    display: inline-block;
    padding-right: 10px;
}

.account-content .table>tbody>tr .text-start .order-id {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.account-content .order-status {
    font-size: 14px;
    line-height: 19.6px;
    color: #111;
    padding: 2px 18px;
    font-weight: 400;
    background-color: #fff;
    text-transform: capitalize;
    display: inline-block;
}

.account-content .table>tbody>tr .text-start .order-id .name-order a {
    color: #FFA400;
    font-size: 20px;
    line-height: 28px;
}

.account-content .table>tbody>tr .text-start .order-date {
    width: 100%;
}

.account-content .table>tbody>tr:first-child {
    padding: 40px 0;
    align-items: flex-start;
}

.account-content .table>tbody>tr .text-start p {
    margin-bottom: 0;
}

.info-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.order-title {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

.order-date {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.04em;
}

.order-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid #888888;
}

.order-detail-right {
    width: 200px;
    text-align: right;
}

.order-heading .order-date {
    width: calc(100% - 200px);
}

.order-heading .order-date span {
    display: inline-block;
    margin-right: 5px;
}

.order-heading p {
    margin-bottom: 0;
}

.table-products .product-price {
    font-weight: 400;
    color: #FFFFFF;
}

.table-products .product-name {
    color: #FFFFFF;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
}

.table-products .minicart-product-info small {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
}

.table-products .minicart-product-info small:not(:last-child):after {
    content: ' /';
}

.minicart-product-image a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.minicart-product-image a {
    display: block;
    width: 100%;
    padding-bottom: 91.4%;
    position: relative;
}

.account-content .table>tbody>tr .product-image {
    width: 87.57px;
}

.minicart-product-image {
    max-width: 87.57px;
    width: 100%;
}

.minicart-product-info * {
    color: #FFFFFF;
}

.table-total {
    color: #FFFFFF;
    border-bottom: 1px solid #888888;
    padding: 40px 0;
}

.col.addresses,
.col.methods {
    border-bottom: 1px solid #888888;
    padding: 40px 0;
}

.table-total>div.table-row.subtotal {
    margin-bottom: 8px;
}

.table-total>div {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    align-items: center;
}

.table-total .table-row.subtotal:last-child {
    margin-top: 40px;
    margin-bottom: 0;
}

.table-total>div:not(:last-child) {
    margin-bottom: 20px;
}

.info-address .address-wrapper,
.info-method>div {
    width: 50%;
}

.info-address,
.info-method {
    display: flex;
    gap: 218px;
}

.info-method {
    margin-top: 35px;
}

div#account-order .btn-back.link:hover {
    color: #F79F00;
}

div#account-order .btn-back.link:before {
    content: unset;
}

.heading-address strong {
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: inline-block;
}

.table-total>div b {
    font-weight: 400;
}

div#account-order .back {
    padding-top: 40px;
    padding-bottom: 17px;
}

.info-method>div strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.account-content .link {
    color: #FFFFFF;
    font-weight: 400;
    padding: 0;
}

.table-address .address-wrapper {
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #888888;
    align-items: end;
}

.table-address .address-wrapper > div.wrapper-button .link {
    font-weight: 300;
}

.table-address .address-wrapper .customer-name {
    width: 22.5%;
    padding-left: 3px;
    text-transform: capitalize;
}

.table-address .address-wrapper .address {
    width: calc(100% - 124px);
    font-weight: 300;
}

.table-address .address-wrapper .telephone {
    width: calc(44.6% - 124px);
}

.table.table-address {
    padding: 7px 0 0;
}

.table-address .address-wrapper>div {
    padding-right: 20px;
}

.table-address .address-wrapper+.address-wrapper {
    padding-top: 40px;
}

.account-content .link.btn-edit {
    margin-right: 20px;
}

.table-address .address-wrapper>div.wrapper-button {
    width: 124px;
    padding-right: 0;
}

.new-address-button .add-new-address {
    width: 100%;
    background-color: #fff;
}

.new-address-button .add-new-address:hover {
    background-color: #FFA400;
    border-color: #FFA400;
}

.new-address-button {
    padding: 21px 0 35px;
}

div#account-address {
    padding-bottom: 96px;
}

.table-address .address-wrapper .form-wrapper {
    width: 100%;
    padding-right: 0;
}

.table-address .address-wrapper .form-wrapper .address-form-section {
    border-top: 1px solid #888888;
    margin-top: 17px;
    padding: 43px 0 20px;
}

.account-page .field {
    position: relative;
}

.account-content div#content  form#form-address {
    padding-top: 26px;
    margin-left: 0;
}

.account-content div#content form#form-address .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px !important;
}


.account-content div#content form#form-address .row>*:not(label) {
    padding-left: 0;
    padding-right: 0;
}

div#address {
    padding-left: 2px;
}
div#address .table-responsive {
    overflow: visible;
}
form#form-address .select2.select2-container {
    padding-right: 0;
}

.telephone-container {
    display: flex;
}


form#form-address .telephone-container .select2.select2-container {
    min-width: 145px;
    max-width: 129px;
}

form#form-address .telephone-container input#input-telephone {
    margin-left: 15px;
}

.account-content div#content form#form-address .form-check-inline {
    display: inline-flex;
}

form#form-address h6 {
    color: #FFFFFF;
}

form#form-address h6:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 1px;
    background: #FFFFFF;
    margin-left: 3px;
    margin-right: 23px;
}

div#account-address.address-form {
    padding-bottom: 0;
}

div#account-address.address-form div#content {
    min-height: unset;
    padding-bottom: 173px;
}

form#form-address .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    top: 0px;
    background-color: transparent !important;
    left: auto;
    width: 15px;
}

#account-register.account-page .field {
    margin-bottom: 50px;
}
#account-register.account-page form#form-register > .field {
    margin-bottom: 0;
}
#account-register.account-page .field .form-check {
    padding-left: 0;
}
#account-register.account-page .form-check-label {
    letter-spacing: 0;
}
#account-register.account-page .form-check-label .link.has-underline {
    letter-spacing: 0;
}
#account-register.account-page .field .form-check .input-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#account-register.account-page .field.confirm-check {
    margin-bottom: 43px;
}

#account-register.account-page .field .form-check input.form-check-input {
    width: 12px;
    height: 12px;
    margin-right: 17px;
    padding: 0;
}

#account-register.account-page .field .form-check input.form-check-input:checked {
    background-color: #F79F00;
}

#error-agree {
    padding-left: 29px;
}

form div.required .col-form-label:after,
form div.required .form-label:after {
    color: #fff;
    padding-left: 10px;
    top: 0;
    position: relative;
}

form input:focus+label,
form input:not(:placeholder-shown)+label,
form input:not([placeholder=" "])+label,
form input:autofill+label,
.account-page input:focus+label,
.account-page input:not(:placeholder-shown)+label,
.account-page input:not([placeholder=" "])+label,
.account-page input:autofill+label {
    top: -10px;
    font-size: 12px;
    color: #888888;
}

form div.required input:focus+label:after,
form div.required input:not(:placeholder-shown)+label:after,
form div.required input:not([placeholder=" "])+label:after,
form div.required input:autofill+label:after {
    color: #888888;
}

.reset-change {
    display: none;
}

.account-content div.address-form-section,
.account-content div#content.content-order {
    max-width: 670px;
}

.account-content div.address-form-section.active .no-result {
    display: none;
}

.account-content div.address-form-section.active .new-address-button .add-new-address {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 25.2px;
    width: auto;
    padding: 0;
    background: transparent;
    border: 0;
}

.account-content div.address-form-section.active h4 {
    margin-bottom: 17px;

}

.account-content div.address-form-section .new-address-button .add-new-address .link {
    text-transform: capitalize;
}

.account-content div.address-form-section.active .new-address-button .add-new-address .link {
    color: #fff;
    text-transform: unset;
}

#form-address {
    margin-top: 44px;
}

.group-input {
    display: flex;
    justify-content: space-between;
    column-gap: 28px;
}

.group-input>div {
    width: calc(50% - 14px);
}

.address-form-section #form-address .row {
    margin-bottom: 36px;
    position: relative;
    align-items: end;
}

#form-address .row .select2-selection {
    padding-left: 0;
    padding-right: 0;
    height: 44px;
    padding-top: 14px;
    background-color: transparent;
}

#form-address .row input {
    padding-top: 10px;
}

#form-address .country-select label {
    top: -2px;
    font-size: 12px;
    color: #888888;
    position: absolute;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#address-message-form {
    margin-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FF4848;
}
#form-address .country-select label:after {
    color: #888888;
}

#form-address .country-select :not(.invalid-feedback) {
    width: 100%;
    color: #fff;
}

#form-address .country-select .select2-container {
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../../images/icon-select-white.svg) no-repeat;
    background-position: center right;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    background-position: center left;
}

.hidden {
    display: none;
}

#form-address .country-select .telephone-container .select2 {
    width: auto !important;
    min-width: 75px;
    margin-right: 24px;
}

#form-address .row.checkbox-row .input-group {
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
}

#form-address .row.checkbox-row label {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    width: auto;
    margin: 0;
}

#form-address .row.checkbox-row .form-check>label {
    font-size: 0;
}

#form-address .row.checkbox-row .form-check {
    padding-left: 0;
    padding-right: 16px;
}

#form-address .row.checkbox-row .form-check input {
    width: 12px;
    height: 12px;
    margin-left: 1px;
    border-color: #fff;
}

#form-address .row.checkbox-row .form-check input:checked {
    background-color: #F79F00;
}

#form-address .checkbox-row {
    margin-bottom: 68px;
}

.table-address .address-wrapper .default {
    width: 100%;
    padding: 0 0 15px;
}

.table-address .address-wrapper .default .label-default {
    background-color: #F79F00;
    display: inline-block;
    color: #111111;
    padding: 2px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.account-content div#content.content-order h4 {
    text-align: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.logout-success h1 {
    text-align: center;
    margin-top: 100px;
}

#account-wishlist {
    padding-top: 152px;
    padding-bottom: 146px;
}

#wishlist .product-item {
    position: relative;
}

#wishlist .product-item .remove-wishlist {
    position: absolute;
    bottom: 0;
    right: calc(var(--bs-gutter-x) * .5);
    top: auto;
    display: none;
}

.account-wishlist h1 {
    margin-bottom: 64px;
}

.account-wishlist .product-list .product-item .product-thumb .image-inner .add-wistlist {
    background-image: url(../images/icon-heart-added.svg);
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 16px;
    right: 16px;
}

.alert-dismissible .btn-close {
    top: -1px;
    right: -1px;
}

.alert-dismissible .btn-close:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}

.message-log {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.message-log .btn-close:hover {
    background: inherit;
    transform: translate(0);
    color: inherit;
    border: 0;
    opacity: 1;
}

@media (min-width: 1024px) {
    .account-content #column-left {
        width: 25.3%;
    }

    .account-content div#content {
        margin-left: 8.5%;
        padding-bottom: 111px;
    }
}

@media (min-width: 1024px) {
    label.account-label {
        display: none;
    }
}

@media (max-width: 1023px) {
    .account-content aside#column-left h1 {
        margin-bottom: 40px;
    }

    .account-content #column-left {
        border-right: 0;
    }

    label.account-label {
        font-family: 'Roboto';
        font-size: 18px;
        font-weight: 300;
        line-height: 25.2px;
        letter-spacing: 0.04em;
        text-align: left;
        color: #FFA400;
        cursor: pointer;
        padding-left: 0;
        padding-right: 20px;
        display: inline-block;
        padding-bottom: 10px;
    }

    label.account-label:after {
        content: '';
        position: absolute;
        top: 8px;
        right: 0;
        width: 14px;
        height: 6px;
        display: inline-block;
        background-image: url(../../images/icon-arrow-select.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: inherit;
        transition: all .5s;
        margin-left: 10px;
        margin-top: 1px;
    }

    label.account-label.active:after {
        transform: rotate(180deg);
    }

    .account-content div#content h4 {
        margin-bottom: 68px;
        margin-top: 60px;
    }

    .account-content fieldset {
        margin-bottom: 11px;
    }

    .account-content .list-group {
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin-top: 8px;
        position: relative;
        top: 100%;
        left: 0;
        display: none;
    }

    #column-left a.list-group-item {
        color: #fff;
        margin: 0;
        padding: 2px 0;
        margin-bottom: 17px;
    }

    #column-left a.list-group-item.active {
        display: none;
    }

    .toggle-label {
        max-width: 100%;
        position: relative;
        border-bottom: 1px solid #9F7021;
    }


    .account-content div#content {
        padding-top: 60px;
        width: 100%;
        min-height: auto;
        padding-bottom: 0;
        max-width: 100%;
    }

    aside#column-left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #form-address .row.checkbox-row .form-check input {
        padding-bottom: 0;
    }

    .account-content div#content input {
        padding-bottom: 9px;
    }

    .account-content .field {
        margin-bottom: 53px;
    }

    .account-page .flex-box,
    .account-content .flex-box {
        flex-wrap: wrap;
        row-gap: 40px;
        padding-right: 0;
    }

    .account-page {
        padding-top: 132px;
        padding-bottom: 104px;
    }

    .account-content #column-left {
        padding-top: 0;
        border: 0;
    }

    .table-address .address-wrapper .customer-name,
    .table-address .address-wrapper .address,
    .table-address .address-wrapper .telephone {
        padding-left: 0;
        margin-bottom: 8px;
    }

    .account-content {
        padding-top: 132px;
        padding-bottom: 39px;
    }

    .account-content aside#column-left h1 {
        margin-bottom: 41px;
    }

    .account-content aside#column-left .lead {
        margin-bottom: 31px;
    }

    .account-content h1 {
        font-size: 45px;
        line-height: 54.5px;
    }

    div#account-address.address-form {
        padding-bottom: 0;
    }

    div#account-address.address-form div#content {
        padding-bottom: 76px;
    }

    .account-content div#content form#form-address .row {
        margin-bottom: 34px !important;
    }

    .account-content div#content form#form-address {
        padding-top: 48px;
        padding-bottom: 10px;
    }

    .account-content .table>tbody>tr {
        flex-wrap: wrap;
    }

    .account-content .table>tbody>tr .text-start .order-id,
    .account-content .table>tbody>tr .text-start .order-date,
    .account-content .table>tbody>tr .text-start p {
        width: 100%;
    }

    .account-content .table>tbody>tr:first-child {
        align-items: flex-end;
    }

    .account-content .table>tbody>tr .view-order .button.primary {
        margin-bottom: 6px;
    }

    .order-heading {
        margin-top: 6px;
        align-items: flex-start;
        position: relative;
        flex-wrap: wrap;
    }

    .order-heading p {
        margin-bottom: 6px;
    }

    .order-heading .order-date {
        width: 100%;
        margin-bottom: 7px;
    }

    .order-detail-right {
        text-align: left;
    }

    .order-detail-right .text-end.mt-3 {
        text-align: left !important;
    }

    .order-detail-right .text-end.mt-3 a {
        font-size: 14px;
        line-height: 17px;
        padding: 13px 23px;
    }

    .minicart-product-image {
        max-width: 83px;
    }

    .account-content .table>tbody>tr .product-image {
        width: 83px;
    }

    .account-content .table.table-products>tbody>tr:first-child {
        align-items: flex-start;
        padding: 40px 0 36px;
    }

    .account-content .table.table-products>tbody>tr {
        flex-wrap: nowrap;
    }

    .table-products .product-price {
        width: 33.33%;
    }

    .table-products td.product-name {
        width: calc(59% - 83px);
    }


    .minicart-product-info .option {
        display: inline;
    }

    .table-products .minicart-product-info small {
        display: inline;
    }

    .table-products .product-name {
        margin-bottom: 4px;
    }

    table.table.table-products.desktop {
        margin-bottom: 0;
    }

    div#account-order .back {
        padding-bottom: 9px;
    }

    .info-address .address-wrapper,
    .info-method>div {
        width: 100%;
        margin-bottom: 39px;
    }
    .info-address, .info-method {
        flex-wrap: wrap;
        gap: 0;
    }
    .info-address .address-wrapper:last-child,
    .info-method>div:last-child {
        margin-bottom: 0;
    }

    .account-content div#content {
        padding-top: 0;
    }

    .account-content div#content form .flex-box {
        padding: 8px 0 0 0;
    }

    .account-content div#content form#form-password .row {
        margin-bottom: 33px !important;
    }

    .account-content div#content form#form-password {
        padding-bottom: 0;
    }

    .account-content div#content .edit-success {
        padding-top: 0;
    }

    .account-content div#content .edit-success h4 {
        margin-bottom: 30px;
    }

    div#account-password div#content {
        min-height: 508px;
    }

    .field {
        margin-bottom: 40px;
    }

    .register-message {
        flex-wrap: wrap;
        row-gap: 7px;
    }

    div#account-register {
        padding-bottom: 89px;
    }

    div#account-register .container-inner h1 {
        margin-bottom: 54px;
    }

    div#account-register .field {
        margin-bottom: 34px;
    }

    div#account-register .field.form-check-inline {
        margin-bottom: 42px;
        padding-top: 6px;
    }

    div#account-register label.form-check-label a {
        margin-top: 0;
    }

    form#form-register {
        padding-bottom: 0;
    }
}

@media (max-width: 390px) {

    .minicart-product-info {
        max-width: 120px;
    }
}

@media (max-width: 370px) {
    .group-input > div {
        width: 100%;
    }

    .group-input > div:first-child {
        margin-bottom: 34px;
    }
}