/* userdrop-down-here */

.usericonone {
    font-size: 28px;
    cursor: pointer;
}

.drop-head {
    padding: 12px;
    background-color: #3e2a25;
    display: flex;
}

.usericon2 {
    color: white;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.usersbname {
    color: white;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropcontent {
    display: block;
    width: 100%;
}

.m_revies_rate {
    color: #2874f0;
    font-family: inherit;
    font-size: 16px;
    display: block;
    padding: 3px 0;
    font-weight: 600;
    letter-spacing: 0.30px;
}

.m_revies_rate:hover {
    color: #055eec;
    transition: 0.3s;
}

.dontent-tittle {
    font-size: 24px;
    color: #000;
    font-family: 'Avalon', arial, sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.profileeditbox {
    display: block;
}

.product_found {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    display: block;
    text-align: center;
}

.product_found img {
    width: 30%;
    display: inline-block;
}

.product_found span {
    color: #03a9f4;
    font-family: 'Avalon', arial, sans-serif;
    font-size: 30px;
    padding: 15px 0;
    display: block;
    font-weight: 600;
}

.product_found p {
    color: #8f95a3;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
}


/* note:on style.css topstrip position should be added as relative */


/* userdrop-down-ends-here */

.dminlisticns {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 20px;
}

.detailrow {
    display: block;
    padding: 20px 0px;
}

.detailswrap {
    display: flex;
    flex-wrap: wrap;
}

.sidelistbar-left {
    display: block;
    flex-basis: 20%;
    max-width: 20%;
    padding-right: 20px;
}

.detail-content-right {
    display: block;
    flex-basis: 80%;
    max-width: 80%;
}

.sidelistbox {
    display: block;
    background-color: #fff;
    width: 100%;
    box-shadow: rgb(99 99 99 / 18%) 0px 2px 8px 0px;
    position: sticky;
    top: 125px;
}

.sidelistboxhead {
    padding: 17px 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-color: #e20161;
}

.headwrap {
    padding: 0px 20px;
    align-items: center;
    display: flex;
}

.userpro3 {
    font-size: 28px;
    color: #fff;
    margin-right: 15px;
}

.lister {
    display: block;
}

.lister li {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #ddddddbd;
}

.lister li:last-child {
    border: none;
}

.lister li:hover,
.lister .active {
    background-color: #c2c2c27d;
}

.lister .active {
    position: relative;
}

.lister .active span,
.lister .active a {
    color: #00408e;
}

.lister .active::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #fb016a;
    left: 0px;
    top: 0px;
}

.list-sec:last-child {
    border: none;
}

.lister li a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family: inherit;
    font-weight: 600;
    text-transform: capitalize;
}

.taricn {
    color: #444752;
    font-size: 26px;
    margin-right: 5px;
    vertical-align: middle;
}

.dcontent-box {
    display: block;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
}

.dontent-tittle {
    font-size: 24px;
    color: #000;
    font-family: 'Avalon', arial, sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.profileeditbox {
    display: block;
}

.editrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px 15px;
    border-bottom: 1px dashed #dddd;
}

.editrapcols {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.editrapcolswaarp {
    display: flex;
    align-items: center;
}

.editicnn {
    display: block;
    color: #707070;
    font-size: 28px;
    padding-right: 15px;
}

.editinput-box {
    display: block;
    width: 100%;
}

.editinput-box label {
    display: block;
    color: #767676;
    font-size: 13px;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.editinput-box label span {
    color: red;
}

.editinput-box input {
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 0px;
    color: #000;
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
}

.editinput-box .radios {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.prouploadbox {
    display: block;
}

.myfile {
    display: block;
    margin: 10px 0px;
    max-width: 160px;
    padding: 8px 12px;
    background-color: transparent;
    border: 1px solid #1686ca;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #1686ca;
    cursor: pointer;
    font-family: inherit;
}

.myfile:hover {
    transition: 0.5s;
    background-color: #1686ca;
    color: #fff;
}

.prouploadbox input {
    display: none;
}

.upbtn {
    display: block;
    letter-spacing: 0.70px;
    padding: 12px 30px;
    background-color: #0e7df1;
    font-family: inherit;
    font-weight: 600;
    border: none;
    outline: none;
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.upbtn:hover {
    background-color: #2c2ceb;
}

.myorderswrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.myorderimgtag {
    display: block;
}

.myorder-info {
    overflow: hidden;
    padding: 0px 0 0 10px;
}

.myorderimgbox {
    width: 90px;
    height: 120px;
    border-radius: 3px;
    float: left;
}

.myorderimgbox img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.myorderpnametag {
    margin-bottom: 10px;
    width: calc(100% - 300px);
    float: left;
}

.myorderproductname {
    font-size: 17px;
    text-overflow: ellipsis;
    color: #000;
    font-family: inherit;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: 600;
}

.orderid {
    display: block;
    margin-bottom: 5px;
    color: rgb(57 56 56);
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
}

.orderid2 {
    display: block;
    margin-bottom: 5px;
    color: rgb(0 0 0);
    font-size: 13px;
    font-family: inherit;
    font-weight: 500;
}

.odminwarp {
    width: 100%;
    display: inline-block;
}

.odminwarp2 {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
}

.myorderamount {
    display: block;
    flex-basis: 40%;
    max-width: 40%;
}

.amounttext {
    font-size: 22px;
    font-family: inherit;
    font-weight: 600;
    color: #000;
}

.orderstatus {
    text-align: right;
    float: right;
}

.tracktxt {
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #108bf5;
    cursor: pointer;
}

.myodslxt {
    display: block;
    font-family: inherit;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    font-size: 15px
}

.stat1 {
    display: block;
    font-size: 14px;
    color: #444;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 10px;
}

.textgreen2 {
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #1dbf73;
}

.sotw {
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #e21be2;
}

.pros {
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #e95925;
}

.wfa {
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #1654db;
}

.deliverdnt {
    display: block;
    font-size: 14px;
    color: #444;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 10px;
}

.orderblock {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.endsbtnwarps {
    display: flex;
    justify-content: flex-end;
    
}

.endbtn1 {
    margin-right: 5px;
    min-width: 100px;
    padding: 8px 18px;
    font-size: 14px;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: #004497;
    border-radius: 2px;
    cursor: pointer;
    
}

.endbtn1:nth-child(2) {
    margin-right: 0px;
}

.ylwbg {
    background-color: #FF9800!important;
    color: #fff;
}

.popuptwooverlay {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5000;
    display: none;
}

.popuptwooverlaytwo {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 63%);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5000;
    display: none;
}

.popu2content {
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: flyer 0.5s ease-in-out;
    -webkit-animation: flyer 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

@keyframes flyer {
    from {
        top: 60%;
    }
    to {
        top: 50%;
    }
}

.cncl-icn2 {
    color: #fff;
    position: absolute;
    top: -45px;
    right: -15px;
    cursor: pointer;
    font-size: 35px;
    border-radius: 50%;
}

.countertw0 {
    display: block;
    width: 50%;
    margin-bottom: 10px;
    padding: 10px;
}

.popercontent {
    padding: 5px;
    height: 350px;
    overflow-y: scroll;
}

.popercontent::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background: #a5a3a3;
}


/* Track */

.popercontent::-webkit-scrollbar-track {
    background: #f1f1f1ec;
}


/* Handle */

.popercontent::-webkit-scrollbar-thumb {
    background: #bac3c3a2;
}

.poperbox {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dddd;
    padding: 10px 0px;
}

.poperbox:last-child {
    border-bottom: 0px;
}

.pimgbox {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.pimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.popertop {
    display: block;
    padding-right: 20px;
}

.poperleft {
    flex-basis: 90%;
}

.pck-wt3 {
    display: block;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 400;
    font-size: 13px;
    color: slategray;
}

.end-conpro {
    display: block;
    padding-right: 10px;
}

.plwrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.plblock {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
}

.poperxontent.footer {
    display: block;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}


/* address-box-here */

.add-contant {
    display: block;
}

.adbtn {
    display: block;
    margin-left: auto;
    padding: 8px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #1686ca;
    cursor: pointer;
    color: #1686ca;
    background: transparent;
    transition: 0.3s;
    margin-bottom: 20px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 600;
}

.adbtn:hover {
    background-color: #1686ca;
    color: #fff;
}

.add-box {
    border: 1px solid #dae2eb;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px;
}

.ad-title {
    display: block;
    font-family: 'Avalon', arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #758b9b;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.add-box address {
    font-weight: 500;
    color: rgb(63, 63, 63);
    font-family: inherit;
    display: block;
    font-size: 15px;
    margin: 10px 0px;
    font-style: normal;
}

.option-boxes {
    display: block;
    padding: 10px 0px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.option-boxes .edit {
    background-color: #1dbf73;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
}

.option-boxes .edit:hover {
    background-color: #19a161;
}

.option-boxes .dele {
    background-color: #f44336;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
}

.option-boxes .dele:hover {
    background-color: #d1382d;
}

.nnewform {
    padding: 0px;
}

.formtitle {
    display: block;
    text-align: left;
    font-family: 'avalon', arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
}

.utext0 {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-family: inherit;
    font-weight: 600;
    color: #fff;
    max-width: 80%;
}

.userimg {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    outline: 2px solid #ffffff;
    flex: none;
}

.userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.frm {
    height: 600px;
    overflow-y: scroll;
}


/* dcontent-box-here */


/* myorders-sec-here */


/* timeline-modal-css-here */

.timelinebxcontent {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    top: 50%;
    transform: translatey(-50%);
    animation: faded 0.5s;
    -webkit-animation: faded 0.5s;
    transition: 0.5s;
}

.timetxttitle {
    display: block;
    font-family: inherit;
    font-weight: 600;
    color: #0e0d0d;
    font-size: 22px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    position: relative;
    width: 100%;
}

.clstimeline {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.clstimeline:hover {
    color: #000 !important;
    font-weight: 800!important;
}

.timetxttitle span {
    vertical-align: middle;
    margin-left: 5px;
    color: #acadad;
}

.timeline-warp {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.timeline {
    display: flex;
    display: -webkit-flex;
    position: relative;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    max-width: 25%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.timeline-content {
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    color: #333;
    min-height: 30px;
    line-height: 30px;
}

.timeline-warp .active .timeline-content {
    color: #19a161;
}

.timelinecircle {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    background: #e0e0e0;
    position: relative;
    z-index: 500;
}

.t-dnt {
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    color: #747272;
    display: block;
    min-height: 30px;
    line-height: 30px;
}

.t-dntbold {
    font-weight: 600;
    color: #000;
}

.timeline-warp .active .t-dntbold {
    color: #19a161;
}

.timeline::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translatey(-50%);
    display: block;
}

.timeline:last-child::after {
    display: none !important;
}

.timeline-warp .active::after {
    background: #19a161 !important;
}

.timeline-warp .active .timelinecircle {
    background: #19a161 !important;
}


/* timeline-modal-css-ends-here */


/* media-quaries-start-here */

@media (max-width:1400px) {
    .dcontent-box {
        padding: 25px;
    }
    .dontent-tittle {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .lister li a {
        padding: 0px 10px;
        font-size: 15px;
    }
    .userimg {
        width: 30px;
        height: 30px;
    }
    .taricn {
        font-size: 22px;
    }
    .sidelistbar-left {
        padding-right: 15px;
    }
    .endbtn1 {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .taricn {
        margin-right: 10px;
    }
    .lister li a {
        font-size: 14px;
    }
    /* myorders */
    .amounttext {
        font-size: 20px;
    }
    .myorderproductname {
        font-size: 16px;
    }
    .userimg {
        width: 30px;
        height: 30px;
    }
    .utext0 {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .user-dropdown::before {
        display: none;
    }
    .sidelistbar-left {
        display: none;
    }
    .detail-content-right {
        display: block;
        flex-basis: 100%;
        max-width: 100%;
    }
    .editicnn {
        font-size: 24px;
        padding-right: 10px;
    }
    .editrapcols {
        padding: 10px;
    }
    .myfile {
        margin: 12px 0px;
    }
    .popu2content {
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
        overflow-y: auto;
        border-radius: 0px !important;
    }
    @keyframes flyer {
        from {
            top: 30%;
            opacity: 0;
        }
        to {
            top: 0%;
            opacity: 1;
        }
    }
    .cncl-icn2 {
        color: #000;
        top: 10px;
        right: 20px;
    }
    /* responsive-timeline-here */
    .timeline-warp {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .timeline {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    .timeline::after {
        content: "";
        width: 2px;
        height: 100%;
        background: #e0e0e0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }
    .t-dnt {
        margin-left: 31px;
    }
    .timeline-content {
        /* margin-left: 20px; */
        position: relative;
        top: 33px;
        left: 33px;
        ;
    }
    .timeline::after {
        width: 2px;
        height: 150%;
        top: 0%;
        left: 10px;
        transform: translate(0%, 0%);
    }
    /* responsive-timeline-ends */
}

@media(max-width:768px) {
    .myorderpnametag {
        width: calc(100% - 0px);
        margin-bottom: 0px;
    }
    .myorderproductname {
        margin-bottom: 0px;
    }
    .orderid,
    .stat1 {
        margin-bottom: 4px;
    }
    .orderstatus {
        float: none;
        text-align: left;
    }
    .myfile {
        display: block;
        margin: 12px 0px;
        padding: 7px 10px;
        font-size: 13px;
    }
    .editrapcols {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px;
        margin-bottom: 15px;
    }
    /* address */
    .option-boxes {
        top: 5px;
        right: 15px;
    }
    .option-boxes .edit {
        padding: 8px;
        border-radius: 5px;
        font-size: 17px;
    }
    .option-boxes .dele {
        padding: 8px;
        border-radius: 5px;
        font-size: 17px;
    }
    .adbtn {
        display: block;
        margin-left: auto;
        padding: 8px 12px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .form-row-2 label {
        font-size: 14px;
    }
    .odminwarp2 {
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .plblock {
        flex-basis: 100%;
        max-width: 100%;
    }
    .plwrap {
        align-items: flex-start;
        flex-direction: column;
    }
    .pimgbox {
        margin-bottom: 15px;
    }
    .countertw0 {
        width: 100%;
    }
}

@media(max-width:480px) {
    .editinput-box input {
        border: 1px solid #ccc;
        padding: 12px 10px;
        border-radius: 2px;
    }
    .editrap {
        margin: 0px 0px 15px;
    }
    .editicnn {
        display: none;
    }
    .dontent-tittle {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .add-box {
        padding: 10px;
        position: relative;
        margin-bottom: 15px;
    }
    .option-boxes {
        display: block;
        padding: 10px 0px;
        position: static;
        display: flex;
        justify-content: flex-end;
    }
    .add-box address {
        font-size: 14px;
    }
    .odminwarp {
        flex-direction: column;
    }
    .myorderimgbox {
        margin-bottom: 15px;
    }
    .myorderpnametag {
        padding-left: 0px;
    }
    .myorderimgbox {
        width: 100px;
        height: 100px;
        border-radius: 3px;
        overflow: hidden;
    }
    .odminwarp2 {
        justify-content: flex-start;
    }
    .orderstatus {
        text-align: left;
    }
    .endsbtnwarps {
        justify-content: flex-start;
    }
    .form-row-2 label {
        font-size: 14px;
    }
    .add-box address {
        margin: 5px 0px;
    }
}

@media(max-width:375px) {
    .adbtn {
        display: block;
        margin-left: auto;
        padding: 7px 12px;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .orderid {
        font-size: 13px;
    }
    .myorderproductname {
        font-size: 15px;
    }
    .deliverdnt {
        font-size: 12px;
    }
    .myorderpnametag {
        margin-bottom: 5px;
    }
    .detailrow {
        padding: 10px 0px;
    }
    .editicnn {
        font-size: 22px;
        padding-right: 8px;
    }
}


/* media-quaries-ends-here */