.main-box-profile{
    gap: 50px; padding-top: 30px;
}
.main-box-profile .left-side-bar{
    flex-basis: 260px;
    width: 30%;
}
.main-box-profile .content-wrapper{
    width: 70%;
}
.main-box-profile .left-side-bar .tabs-wrapper{
    border: 1px solid #E2E4E7;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px; color: #344054;
} 
.main-box-profile .left-side-bar .tabs-wrapper li{
    padding: 10px 0;
}
.main-box-profile .left-side-bar .tabs-wrapper li:first-child{
    padding-top: 0;
}
.main-box-profile .left-side-bar .tabs-wrapper li:last-child{
    padding-bottom: 0;
}
.main-box-profile .left-side-bar .tabs-wrapper li a {
    display: flex; align-items: center; justify-content: space-between;
}
.main-box-profile .left-side-bar .app-qr-code{
    background: #F5E8E9;
    border-radius: 8px;
    min-height: 260px;
    margin-top: 25px;
    padding: 15px;
}
.main-box-profile .content-box .user-info> h3{
    font-size: 20px; font-weight: 600; margin-bottom: 24px;
}
.main-box-profile .content-box .user-info {
    flex: 1;
}
.main-box-profile .content-box .user-info{
    font-size: 16px;
}
.main-box-profile .content-box .share-code{
    padding: 26px 12px; margin-top: 25px; border: 1px solid #E2E4E7; display: flex; flex-direction: column; gap: 16px; align-items: flex-start;
}
.main-box-profile .content-box .share-code h4{
    font-size: 16px; font-weight: 600;
}
.main-box-profile .content-box .share-code .code{
    color: #9A1725; font-size: 24px; font-weight: 500; border: 1px solid #E2E4E7; padding: 8px 8px 8px 16px; border-radius: 4px; display: inline-block;
}
.content-box .inner-box{
    padding: 25px 0; gap: 40px;
}
.user-img{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .avatar-edit input {
    display: none;
  }
  .avatar-edit input + label {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
 

  .avatar-upload .avatar-preview {
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 100%;
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .order-history-wrapper .order-search{
    flex-basis: 280px;
  }
.order-history-wrapper .order-search input{
    height: 40px;background: #EBEDEF; border-radius: 32px; border: none; width: 100%; padding: 5px 5px 5px 35px; border: 1px solid #D0D5DD;
}
.order-history-wrapper .order-search i{
    position: absolute;
    color: #757575;
    top: 8px;
    left: 12px;
    font-size: 16px;
}
.order-history-wrapper .nav-tabs .nav-link{
    color: #5D6676; border: none; border-radius: 4px; transition: all.3s; flex-grow: 1;
}
.order-history-wrapper .nav-tabs .nav-link:hover{
    background: #E2E4E7;
}
.order-history-wrapper .nav-tabs{
    border-bottom: none; gap: 10px;border: 1px solid #E2E4E7;
    padding: 5px;
    border-radius: 4px;
}
.order-history-wrapper .nav-tabs .nav-item.show .nav-link, .order-history-wrapper .nav-tabs .nav-link.active{
    background: #161B23; color: #fff; 
}

.order-history-wrapper .item-heading{
    color: #344054; font-size: 14px; font-weight: 500; padding: 12px; border-bottom: 1px solid #E2E4E7; margin-top: 30px;
}
.order-history-wrapper .items-wrapper .item-box{
    margin: 20px 0; border: 1px solid #E2E4E7; border-radius: 8px; padding: 16px;
}

.order-history-wrapper .items-wrapper .item-box .store-icon {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    overflow: hidden;
}
.order-history-wrapper .items-wrapper .item-box .store-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.order-history-wrapper .items-wrapper .item-box .top-bar{
    border-bottom: 1px solid #E2E4E7; padding-bottom: 10px;
}
.order-history-wrapper .items-wrapper .p-listing-bar .btn-black{
    font-size: 12px;
    padding: 5px 10px;
    width: 106px;
    border-radius: 32px;
}
.overlay-text{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.separator{
    border-right: 1px solid #ddd;
    height: 14px;
}
.total-items{
    align-items: end;
}
.order-id h3{
    font-size: 20px;
}
.order-id-date{
    gap: 30px;
    align-items: center;
}
.btn-outline-white{
    border: 1px solid #161B23; border-radius: 32px; font-size: 12px; padding: 10px 20px;
    height: 40px; transition: all .3s;
}
.btn-outline-white:hover{
    background: #9A1725; color: #fff; border: 1px solid #9A1725;
}
.cancel-btn{
    border-radius: 32px; font-size: 12px; padding: 9px 20px;
    height: 36px; background: #FF3932; color: #fff; transition: all .3s;
}
.buy-again-btn{
    border-radius: 32px; font-size: 12px; font-weight: 400; height: 40px; padding: 10px 20px; background: #161B23; transition: all .3s; color: #fff;
}
.buy-again-btn:hover{
    background-color: #000; color: #fff;
}
.cancel-btn:hover{
    background: #cd302a; color: #fff;
}
.card{
    border:1px solid #E2E4E7; border-radius: 8px;
}
.text-warning{
    color: #F79009;
}
.txt-success{
    color: #60B527;
}
.text-error{
    color: #FF3932;
}
.order-detail-box ul li{
    margin-bottom: 7px;
}
/* .order-detail-box ul{
    border-right: 1px solid #E2E4E7;
} */
.order-detail-box .box-main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.order-detail-box ul li:last-child{
    margin-bottom: 0;
}
.order-detail-box .btn-outline-white{
    border-radius: 8px; height: 28px; padding: 0;
}
.order-detail-box .box-main .inner-box{
position: relative; height: 100%;
}
.order-detail-box .box-main .inner-box:after{
    position: absolute; content: ""; width: 1px; background: #E2E4E7; right: -16px; top: 0; height: 60%; transform: translateY(35%);
    }
.order-detail-box .box-main .inner-box:last-child:after{
        display: none;
    }    
      
.order-table .table-row{
    display: grid;
    grid-template-columns: 45% 15% 10% 15% 15%;
}
.order-table .table-col{
    padding: 10px; white-space: nowrap;
}
.order-table .table-col .p-name-wrapper{
display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.order-table thead th{
    color: #5D6676; font-weight: 400; border-bottom: 1px solid #E2E4E7 !important;
}
.order-table .product-box .p-img{
    height: 40px; width: 40px; flex: none;
}
.order-table .product-box .p-img img{
    height: 100%; width: 100%; object-fit: cover;
}
.order-table{
    font-weight: 500;
}
.order-table .cart-icon{
    width: 28px; height: 28px; border-radius: 50%; background: #161B23; color: #fff; line-height: 30px; text-align: center; display: inline-block; transition: all .3s;
}
.order-table .flag-icon{
    width: 28px; height: 28px; border-radius: 50%; background: #EBECEE; color: #C0C4CA; line-height: 30px; text-align: center; display: inline-block; transition: all .3s;
}
.order-table .cart-icon:hover{
    background: #9A1725;
}
.table-borderless>:not(caption)>*>*{
    vertical-align: middle;
}
.subtotal-table tbody td{
    padding-top: .3rem; padding-bottom: .3rem;
}
.order-rating textarea{
    background: #F9F9FA; border: 1px solid #E2E4E7 !important;
}
.order-rating .btn-red{
    padding: 9px 60px;
}
.order-rating ul li{
    transition: all .3s;
}
.order-rating ul li:hover{
    transform: scale(1.1);
}
.empty-cart-box {
    padding: 63px;border: 1px solid #E2E4E7;
    border-radius: 8px; margin-top: 25px;
}
.empty-cart-box .btn-black {
    padding: 8px 40px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.address-box{
    border-bottom: 1px solid #E2E4E7; padding: 16px 0; display: flex;
}
.address-box .dropdown .dropdown-toggle::after{
    display: none;
}
.address-box .dropdown .dropdown-toggle{
height: 25px; width: 25px; border-radius: 50%; background: #161B23; padding: 0; border: none; line-height: 25px; font-size: 14px;
}
.dropdown-item{
    font-size: 14px;
}
.content-wrapper .add-address-btn{
height: 36px; border-radius: 20px; font-weight: 400; padding: 9px 30px;
}
.address-box .location-icon{
    height: 40px; width: 40px; border-radius: 50%; line-height: 40px; background: #F2F4F7; color: #777F8C; font-size: 20px; text-align: center;
}

.address-modal .modal-content{
    border-radius: 15px;
}
.address-modal .modal-header{
    border-bottom: none; position: relative; display: inline-block; text-align: center;
}
.address-modal h3{
    font-weight: 500; font-size: 16px; margin-bottom: 3%;
}
.address-modal .form-label{
    font-size: 14px; font-weight: 500;
  }
.address-modal .form-control{
    font-size: 14px; font-weight: 500; background: #F9F9FA; border: 1px solid #E2E4E7; border-radius: 4px; padding: 13px 10px;
  }  
.address-modal ul li{
    margin-bottom: 10px;
  }  
.address-modal .badge{
background: #EBEDEF; color: #5D6676 !important; font-weight: 600; ;
}   
.btn-close{
    background: none;
    font-size: 26px;    
    color: #252D3C;
    opacity: 1;
    padding: 0 !important;
    transition: all .3s;
    position: absolute;
    right: 20px;
    top: 13px;
}  
.btn-close:focus{
    outline: none; box-shadow: none;
}
.btn-close:hover{
    color: #9A1725;opacity: 1;
}
.address-modal .custom-radio label{
    font-weight: 400;
}
.address-modal .btn-red{
    padding: 11.5px 24px;
    color: #fff;
    font-weight: 400;
}
.add-address-btn {
    border: none; background: none; padding: 0;
}
.setting-wrapper .table{
    font-size: 16px;
}
.setting-wrapper .table th{
    font-weight: 600;
}
.setting-wrapper .table th , .setting-wrapper .table td{
    padding: 14px 0;
    vertical-align: middle;
    height: 80px;
}
.setting-wrapper .table .form-check{
    margin-bottom: 0; display: inline-block;
}
.scrollbox ::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
}
.scrollbox ::-webkit-scrollbar {
    width: 8px;
}
.scrollbox ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}
.wallet-balance-box{
    border-radius: 8px; background: #161B23; padding: 16px; display: flex; justify-content: space-between; color: #fff; align-items: end;
}
.wallet-balance-box h4{
    font-size: 40px; font-weight: 600;
}
.wallet-balance-box button{
    background: #fff; color: #252D3C; border-radius: 8px;padding: 8px 55px; font-size: 14px;
}
.transaction-history{
    margin-top: 50px;
}
.transaction-history h4{
    font-size: 16px; font-weight: 600;
}
.transaction-history .date{
    color: #777F8C; font-size: 12px;
}
.transaction-history ul li{
    padding: 16px 0; 
}
.transaction-history .icon{
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;  border-radius: 50%;
    }
.transaction-history .icon.red{
  color: #FF3932; background-color: #FFF4EF;
    }
.transaction-history .icon.green{
    color: #60B527; background-color: #C7F0A6;
        }
          
.empty-msg{
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 30px 0; }    

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: left !important;
}

.dataTable-custom-style .row:first-child{flex-direction: row-reverse;}
.dataTable-custom-style .row:first-child .col-md-auto+.col-md-auto{margin: 0 !important; flex: 1;}
.dataTable-custom-style .row:first-child .col-md-auto+.col-md-auto .dt-search input{background-color: #EBEDEF; font-size: 14px; height: 40px; border: none; width: 100%; margin-left: 0; margin-bottom: 10px;
padding-left: 40px; border-radius: 8px;
}
.dataTable-custom-style .row:first-child .col-md-auto+.col-md-auto .dt-search{text-align: left; width: 250px; position: relative;}
.dataTable-custom-style .row:first-child .col-md-auto+.col-md-auto .dt-search> label{display: none;}
.dataTable-custom-style .row:first-child .col-md-auto+.col-md-auto .dt-search:after{content: "\f0cd";font-family: remixicon !important;
  position: absolute; right: 0;
  left: 10px;
  font-size: 20px;
  color: #9a1725;
  top: 5px;width: 22px;}
 .border-radius-20{
  border-radius: 20px;
 } 
 .dataTable-custom-style .pagination .page-link{border-radius: 100%;
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  font-size: 12px; margin: 0 3px;}
  .dataTable-custom-style .pagination  .dt-paging-button.page-item.active .page-link{background: #9A1725; border: 1px solid #9A1725;}
  .wallet-data-table{
    border: 1px solid #E2E4E7;
    border-radius: 8px;
    padding: 20px;
  }
  .wallet-data-table .table > :not(caption) > * > * {
    padding: 0.95rem 0.95rem; white-space: nowrap;
}
.wallet-data-table .table thead th{
    font-weight: 600;
}

.wallet-data-table .dataTable-custom-style .row:first-child {
    margin-top: 0 !important;
}
.modal-styling .btn-outline-white{
    border: 1px solid #CDD0D5; color: #344054; font-weight: 500;
}
.modal-styling .btn-red , .modal-styling .btn-outline-white{
    border-radius: 8px ; padding: 0 80px;
}
.modal-styling .btn-outline-white:hover{
    color: #fff;
}
.return-reasons ul li{
    padding: 10px;
    border-bottom: 1px dashed #CDD0D5;
}
.return-reasons ul li .custom-radio label{
    padding-left: 0;
    font-weight: 400;
    color: #344054;
}
.return-reasons .pr-30{
    padding-right: 30px;
}
.return-reasons .custom-radio label::before{
    right: 0;
    left: auto;
}
.return-reasons .custom-radio label::after{
    right: 0;
    left: auto;
}
.return-reasons .custom-checkbox input[type=checkbox] {
    border: 2px solid #777F8C;
}
.add-attachment{
    border: 1px solid #E2E4E7;
    border-radius: 8px;
    margin: 20px 0;
    padding: 16px;
}
.file-upload{
    background: #F9F9FA; padding: 12px; border-radius: 4px;
}
/* Hide the default file input button */
input[type="file"] {
    /* opacity: 0; */
    /* position: absolute; */
    /* width: 1px; */
    /* height: 1px; */
}

/* Style the custom label to replace the button */
.custom-label {
    font-size: 12px;
    color: #777F8C;
    cursor: pointer;
}


.rate {
    float: left;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate input {
    visibility: hidden; 
}
.rate label {
    cursor: pointer;
    pointer-events: auto; 
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.detailed-review-box{
    margin-top: 35px;
}
.return-reasons.modal{
    z-index: 1700;
}
.return-item-checkbox .custom-radio label {
    padding-right: 32px !important;
}

.return-order-items .return-quantity input{
    height: auto !important; padding: 0 !important; background: none; text-align: center;
}
.return-order-items label{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    max-width: 200;
}
.hide-text{
    display: none;
}
.agree-modal-text{
    flex-direction: row; flex-wrap: wrap;
}
.agree-modal-text #term-error{
    order: 2; width: 100%;margin-top: -12px; margin-left: 37px;
}

.add-attachment input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

.add-attachment input[type="file"]::file-selector-button {
  visibility: hidden;
}
.public-cart-wrapper .items-wrapper .item-box {
    margin: 20px 0;
    border: 1px solid #E2E4E7;
    border-radius: 8px;
    padding: 16px;
}

.public-cart-wrapper .p-cart-info .cart-media .cart-img-box {
    height: 60px;
    width: 60px;
}
.public-cart-wrapper .p-cart-info .cart-media .cart-img-box img {
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pay-for-me-products .item-paid{
    font-size: 14px;
font-style: normal;
font-weight: 400;
background-color: #9A1725;
border-radius: 10px;
color: #fff;
padding: 0px 12px;
}
.pay-for-me-products .inner-box{
    padding-top: 15px;
    border-top: 1px solid #E2E4E7;
    margin-top: 15px;

}
.pay-for-me-products h5{
    color: #344054;
    margin-bottom: 20px;
}
 .p-listing-bar  .arrow {
      display: inline-block;
      transition: transform 0.3s ease;
    }

    /* Default arrow down */
.p-listing-bar .collapsed.arrow {
    transform: rotate(0deg);
      
    }

    /* Rotate arrow up when collapse is open */
.p-listing-bar .arrow {
          transform: rotate(180deg);

    }
.p-cart-info{
    gap: 10px;
}  
.msg-box{
    background: #F2F4F7;
    padding: 10px;
}  
.pay-for-me-products .item-listing{
    padding: 10px 0;
        border-bottom: 1px solid #E2E4E7;

}