.nav.nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    background: #000000;
    border-radius: 10px;
    padding: 12px 0;
    padding-bottom: 28px;
}
.nav.nav-tabs .nav-item {
    width: 100%;
}
.nav.nav-tabs .nav-link.active {
    background-color: var(--main-brown-color) !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #000000 !important;
    border: none;
    padding: 12px 1rem;
}
.nav.nav-tabs .nav-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: var( --main-white-color) !important; 
    width: 92%;
    margin: auto;
    display: flex;
    align-items: center;
}
.nav.nav-tabs .nav-link svg{
    position: absolute;
}
.nav.nav-tabs .nav-link>span { 
    margin-left: 36px;
    white-space: nowrap;
}
#myAccount-v .sv-tab-panel>div:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#myAccount-v .sv-tab-panel>div:first-child>div {
    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 32px 24px;
}
.accountDetail-wrapper {
    min-height: 242px;
    width: 514px;
}
.nav-link.active.show svg{
   filter: brightness(0);
}
.orderIdDate>div p {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.orderIdDate>div p:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-brown-color)
}
.overviewNewsletter {
    flex-grow: .3;
    min-height: 172px;
}
.accountDetail-wrapper>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accountDetail-wrapper>div:last-child {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.accountDetail-wrapper>div:last-child ul li {
   padding-bottom: 22px;
}
.addressBook {
    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 32px 0;
    width: 516px;
    padding: 32px 24px;
}
.myProductReviews-item,
.reviewedHistory {
    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 22px;
}
.wishlistItem .product-wrapper {
    max-width: 310px;
    position: relative;
    margin-right: 38px;
}
.addAllCart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 248px;
    height: 50px;
    background: var(--main-brown-color);
    border-radius: 5px;
    color: var( --main-white-color);
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
.addAllCart:hover {
    color: var( --main-white-color);
    text-decoration: none;
}
.writeReview-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 48px;
    border: 2px solid var(--main-brown-color);
    box-sizing: border-box;
    border-radius: 10px;
    color: var(--main-brown-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.reviewDate {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.MyProductReviews .orderProduct-flex>div:last-child {
    max-width: 100%;
    height: fit-content;
    margin: auto;
    margin-right: 0;
    text-align: center;
}
.wishlistItem {
    display: flex;
}
.accountOverview {
    padding: 32px 70px;
    padding-top: 142px;
}
.sv-tab-panel h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: var(--main-brown-color);
}
.sv-tab-panel h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: var(--main-brown-color);
}
.sv-tab-panel li,
.overviewNewsletter {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}
#myAccount-v a,
#myAccount-v button {
   background: none;
   border: none;
   display: flex;
   align-items: center;
   color: var(--main-brown-color);
   font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
#myAccount-v a svg {
    margin-left: 4px;
}
.addressBook span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    text-align: start;
    color: #000000;
    display: block;
    margin: 16px 0;
}
.addressBook p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color:  var(--main-black-color);
    opacity: .9;
}
.nav-tabs .nav-link:hover {
    border-color:  var(--main-black-color);
}
svg  {
    color:green;
}
.overviewNewsletter h2 {
    margin-bottom: 22px;
}
.addressBook>div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.orderIdDate {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.orderIdDate>a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-brown-color);
}
.orderIdDate>a svg {
    margin-left: 8px;
}
.orderProduct-flex {
    display: flex;
    justify-content: space-between;
}
.orderProduct-flex>div:first-child,
.reviewedItem>div:first-child {
    display: flex;
    align-items: flex-start;
    max-width: 48%;
}
.orderProduct-flex img,
.reviewedItem img {
    margin-right: 16px;
}
.reviewedItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.paymentStatus {
    flex-direction: column;
    align-items: center !important;
    margin: 52px 0 0 0;
    margin-left: auto;
}
.statusCompleted {
    display: flex;
    align-items: center;
    margin-top: 12px !important;
}
.statusCompleted span {
    margin: 0 8px;
}
.paidStatus {
    margin-top: 0 !important;
    height: 40px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.statusCompleted,
.statusCancelled {
    margin-top: 22px;
}
.orderProduct-flex>div:last-child span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.orderProduct-flex>div:last-child span:last-child {
    background: #EDFFF5;
    border: 1.5px solid #27AE60;
    color: #27AE60;
    box-sizing: border-box;
    border-radius: 5px;
    width: 60px;
    height: 34px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 8px;
}
.myOrders-wrapper.cancelled {
    margin-top: 24px;
}
.statusCompleted span {
    width: 111px;
    height: 40px;
    background: #27AE60;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.statusCancelled span {
    width: 111px;
    height: 40px;
    background: #EB5757;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto; 
}
.myOrderQty span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.js-example-basic-single {
    width: 50%;
    height: 64px;
    border: none;
    background: #F3F3F3;
    border-radius: 5px;
}
.sv-tab-panel .personal-info_wrapper>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sv-tab-panel .personal-info_wrapper>label {
    width: 100% !important;
}
.sv-tab-panel .personal-info_wrapper label {
    width: 48%;
}
.js-example-basic-single {
    -webkit-appearance: none;
    padding: 22px;
    color: rgba(0,0,0,.6);
    letter-spacing: .8px;
}
.test {
    position: relative;
}
.test::after {
    content: url(/img/downArrow.png);
    width: 22px;
    display: block;
    height: 22px;
    position: absolute;
    top: 14px;
    left: 42%;
}
.sv-tab-panel .personal-info_wrapper>div.floating-text {
    left: calc(50% - 132px);
}
.sv-tab-panel .personal-info_wrapper>div.floatingSignIn {
    left: calc(50% - 168px);
}
.sv-tab-panel .personal-info_wrapper {
    margin-top: 0;
}
#newsletterSubscription-v .sv-tab-panel>button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background: var(--main-brown-color);
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    border:none;
    margin-top: 32px;
}
#newsletterSubscription-v .sv-tab-panel>div {
    max-width: 529.93px;
    height: 172px;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 32px 24px;
}
#newsletterSubscription-v .sv-tab-panel h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: var(--main-brown-color);
}
#newsletterSubscription-v .sv-tab-panel label {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}
#newsletterSubscription-v .sv-tab-panel label input {
    margin-right: 8px;
}
.addNewAddress {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 342px;
    height: 64px;
    background: var(--main-brown-color);
    border-radius: 5px;
    color: var( --main-white-color);
    font-size: 18px;
    font-weight: 600;
    margin-top: 42px;
}
.addressBook-singleAddress {
    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 12px;
}
.addressBook-singleAddress p {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.addressBook-singleAddress p span {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}
.addressBook-singleAddress>div >div:first-child {
    display: flex;
}
.addressBook-singleAddress>div >div:first-child p:last-child {
    flex-grow: .5;
    text-align: center;
}
.addressBook-singleAddress>div >div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}
.addressBook-singleAddress>div >div:last-child svg {
    margin: 0 8px;
}
.addressBook-default input {
    width: 24px;
    height: 24px;
    margin-right: 8px;
   
}
.addressBook-default {
    display: flex;
    align-items: center;
}