/*-----------------
1. MY ACCOUNT 
-----------------------*/
#myaccountmenu-mobile {
    margin-top: 20px;
    background: #fff;
    color: var(--text-clr);
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background-image: url(../../images/icons/expand_more.svg) !important;
    background-position: center right 12px !important;
}

/*My Account LEFT SIDE*/
.m-my-account {
    margin-top: 20px;
    margin-bottom: 60px;
}
.m-my-account > div:last-child {
    padding: 0 16px;
}
.ul-style-none {
    list-style: none;
}
/* .c-sidebar .side-nav>li:first-child {
    margin-bottom: 24px;
    font-size: 24px;
} */
.c-sidebar .side-nav>li {
    padding: 10px 10px;
    font-size: 14px;
    text-align: left;
    position: relative;
}
.c-sidebar .side-nav>li::before {
    content: "\f054";
    position: absolute;
    right: 1.5rem;
    top: 14px;
    color: #525150;
    font: normal normal normal 14px/1 FontAwesome;
}
.c-sidebar .side-nav>li a {
    color: #525150;
    font-size: clamp(0.8rem, 0.7077rem + 0.4103vw, 1.2rem);       
}   
.c-sidebar .side-nav>li.side-active {
    background-color: var(--secondary-clr);
    & a {
        font-weight: 600;
        color: var(--white);
    }
}
.c-sidebar .side-nav>li.side-active::before {
    color: var(--white);
}


/*My Account RIGHT SIDE*/
.c-account-setting {
    position: relative;
    margin-top: 14px;
}
.c-account-setting .setting-wrap h4 {
    font-size: 16px;
    text-transform: capitalize;
}
.c-account-setting .setting-wrap:first-child .setting-ctn {
    margin: 25px -10px 0;
}
.c-account-setting .setting-item {
    margin-bottom: 20px;
}
.c-input {
    width: 100%;
    position: relative;
} 
.inputMyAccount {
    & input:not(.editIcon) {
        width: calc(100% - 56px);
    }
} 
/* .c-account-setting .setting-item>label {
    margin-bottom: 7px;
    line-height: 14px;
    display: block;
    color: var(--text-clr);
    font-weight: 400;
} */
.c-account-setting .setting-item .verify input:disabled {
    color: var(--text-clr);
}
.c-account-setting .setting-item .verify input {
    width: 70%;
}
.btn-email-verify {
    padding: 0px 46px;
    text-transform: uppercase;
    background: var(--primary-clr);
    color: #fff;
    outline: 0;
    border: 0;
}
.c-icon-tip, .c-icon-tip-s, .c-icon-tip-small {
    position: relative;
    display: inline-block;
    padding: 5px;
    color: #999;
}
.c-account-setting .setting-item .verify-tips {
    margin-top: 15px;
}
.c-input .emaillist, .c-input input, .c-input textarea {
    border: 1px solid #ccc;
    width: 100%;
}    
.c-account-setting .setting-item .gender-item {
    display: inline-block;
}
.she-checkbox, .she-radio {
    margin-right: 10px;
    cursor: pointer;
    vertical-align: text-bottom;
    margin-bottom: 0px;
}
.she-radio {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.she-radio input[type=radio] {
    display: none;
}
.she-radio i {
    display: none;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    background: #222;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
}
.she-radio input[type=radio]:checked+i {
    display: inline-block;
}
.c-account-setting .setting-item .gender-item+.gender-item {
    margin-left: 30px;
}
.c-account-setting .setting-wrap .setting-image {
    margin-top: 22px;
}
.c-account-setting .person-img {
    width: 180px;
    height: 180px;
    background: #e5e5e5;
    margin: 0 auto;
    position: relative;
}
.c-account-setting .person-img img {
    width: 100%;
    height: 100%;
}
.c-account-setting .person-img .upload-btn {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
    background: rgba(0,0,0,.47);
    color: #fff;
    width: 100%;
    padding: 8px 0;
}
.myorder .card {   
    border: none;
    background: rgba(245, 245, 245, 0.32);
    box-shadow: none;
}
.myorder .card-header {
      background: transparent;
}
.address-list {
    margin-right: 14px;
    overflow-y: auto;
    max-height: 80vh;
}
.c-address-item {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 190px;
}
.c-address-item>p {
    margin-bottom: 2px;
    line-height: 17px;
}
.c-address-item>p.name {
    margin-bottom: 5px;
}
.c-address-item>.operate .default {
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 10px;
    padding: 2px 10px;
    box-shadow: 0px 0px 2px 0px #aeaeae;
    background: green;
    margin-right: 10px;
}
.c-address-item .operate {
    position: absolute;
    bottom: 12px;
    left: 0;
}
.c-address-item .operate.DefaultAddress {
    position: relative;
    bottom: initial;
    right: initial;
}
.c-address-item .operate>a {
    color: var(--text-clr);
    margin-right: 10px;
}
.c-address-item .operate>a:last-child {
    margin-right: 0;
}
.c-address-item .operate.DefaultAddress>a.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: url(../images/icons/radioCheck.svg);
    background-repeat: no-repeat;
}
.c-address-item .operate.DefaultAddress>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: url(../images/icons/radioUncheck.svg);
    background-repeat: no-repeat;
}
.pl-14 {
    padding-left: 14px;        
}
.showcase_prod_modal {
    background-color: #FFF;
    padding: 50px !important;
}
.showcase_prod_modal > .close {
    top: -10px;
    right: -10px;
    position: absolute;
    background: #fff;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    color: var(--primary-clr);
}
.woo_add_to_wishlist {
    border: none;
    background-color: transparent;
    color: var(--primary-clr);
}
.product-thumb-info .product-thumb-info-content {
    background: #f3eeee;
    position: relative;
}


.orders_btn_position_ {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.orders_btn_position_ a,
.orders_btn_position_ a > button,
.orders_btn_position_ button {
    font-size: 11px;
}








/*######################################   STRAT CSS FOR MOBILE #######################*/
@media (max-width:768px){
.c-account-setting .setting-wrap:first-child .setting-ctn {
    margin: 0;
}
.m-my-account {
    margin-top: 0;
    margin-bottom: 60px;
}
.m-my-account h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.inputMyAccount {
    & input:not(.editIcon) {
        width: calc(100% - 0px);
    }
} 

    
}/*################   END CSS FOR MOBILE ############*/ 