.usericonone {
    font-size: 28px;
    cursor: pointer;
}

.drop-head {
    padding: 12px;
    background-color: #3e2a25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.usericon2 {
    color: white;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.usersbname {
    color: white;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropcontent {
    display: block;
    width: 100%;
}


/* 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: 27px 0px;
}

.detailswrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidelistbar-left {
    display: block;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding-right: 20px;
}

.detail-content-right {
    display: block;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
}

.sidelistbox {
    display: block;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: rgb(99 99 99 / 18%) 0px 2px 8px 0px;
    box-shadow: rgb(99 99 99 / 18%) 0px 2px 8px 0px;
    top: 10px;
    position: -webkit-sticky;
    position: sticky;
}

.sidelistboxhead {
    padding: 17px 0px;
    width: 100%;
    background-color: #d19414;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.headwrap {
    padding: 0px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.userpro3 {
    font-size: 28px;
    color: #fff;
    margin-right: 15px;
}

.lister {
    display: block;
}

.lister li {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #ddddddbd;
}

.lister li:last-child {
    border: none;
}



.lister .active {
    position: relative;
}

.lister .active span,
.lister .active a {
    color: #d19414;
}



.list-sec:last-child {
    border: none;
}

.lister li a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-family: inherit;
    font-weight: 600;
    text-transform: capitalize;
}

.taricn {
    color: #9e9e9e;
    font-size: 26px;
    margin-right: 5px;
    vertical-align: middle;
}

.dcontent-box {
    display: block;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
    border: 1px solid #f3f3f3;
    width: 100%;
}

.dontent-tittle {
    font-size: 22px;
    color: #d19414;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 15px;
}

.profileeditbox {
    display: block;
}

.editrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px 15px;
    border-bottom: 1px dashed #dddd;
}

.editrapcols {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.cm_1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.editrapcolswaarp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.editrapcolswaarp span{ padding: 0 10px 0 0; position:relative; top:12px; }
#change_pass_frm .editrapcolswaarp span{ top:0px; }

.editicnn {
    display: block;
    color: #707070;
    font-size: 28px;
    padding-right: 15px;
}

.editinput-box {
    display: block;
    width: 100%;
    position: relative;
}

.editinput-box .pass-view{ position: absolute;  right: 0px;  padding-right: 0px !important;  top: 7px ;}
.editinput-box .pass-view i{ font-size:22px; }

.editinput-box .required-label{ top:0px; }

.editinput-box label {
    display: block;
    color: #3d3d3d;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
   
   
}

.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: 400;
    background: transparent;
}

.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;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #1686ca;
    cursor: pointer;
    font-family: inherit;
}

.myfile:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #1686ca;
    color: #fff;
}

.prouploadbox input {
    display: none;
}

.upbtn {
    display: block;
    letter-spacing: 0.70px;
    padding: 12px 30px;
    background-color: #d19414;
    font-family: inherit;
    font-weight: 600;
    border: none;
    outline: none;
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.upbtn:hover {
    background-color: #00144e; color: #fff;
}

.myorderswrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.myorderimgtag {
    display: block;
}

.myorder-info {
    overflow: hidden;
    padding: 0px 0 0 10px;
}

.myorderimgbox {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    border: 1px solid #ededed;
}

.myorderimgbox img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.myorderpnametag {
    margin-bottom: 10px;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    float: left;
}

.myorderproductname {
    font-size: 17px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    font-family: inherit;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: 600;
}
.myorderproductname a{ color: #000; }

.orderid {
    display: block;
    margin-bottom: 10px;
    color: rgb(129, 129, 129);
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
}

.orderid2 {
    display: block;
    margin-bottom: 5px;
    color: rgb(129, 129, 129);
    font-size: 13px;
    font-family: inherit;
    font-weight: 400;
}

.odminwarp {
    width: 100%;
    display: inline-block;
}

.odminwarp2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.myorderamount {
    display: block;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
}

.amounttext {
    font-size: 18px;
    font-family: inherit;
    font-weight: 600;
    color: #000;
}

.orderstatus {
    text-align: right;
    float: right;
}

.stat1 {
    display: block;
    font-size: 14px;
    color: #444;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 10px;
}

.status-text {
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #1dbf73;
}

.bc_filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0 15px 0;
    margin: 0 -10px 10px;
    border-bottom: 1px dashed #ededed;
}

.btext-success {
    color: #28a745!important;
}

.btext-danger {
    color: #dc3545!important;
}

.btext-warning {
    color: #ffc107!important;
}

.btext-primary {
    color: #007bff!important;
}

.btext-info {
    color: #17a2b8!important;
}

.bc_filter .dontent-tittle {
    display: inline-block;
}

.flr_column {
    padding: 0 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.flr_column:last-child {
    text-align: right;
}

.bdilter_c {
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}

.bdilter_c option {
    font-size: 13px;
    padding: 3px 0;
    font-weight: 500;
}

.sts_text {
    display: block;
    padding: 0px;
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.f-left {
    float: left;
}

.date_crt {
    display: inline-block;
    padding: 0 5px;
    max-width: 170px;
    width: 100%;
}

.date_crt label {
    display: block;
    padding: 0px;
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.date_crt input[type=date] {
    font-family: inherit;
    font-size: 14px;
    color: #333;
    padding: 3px 10px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}

.deliverdnt {
    display: block;
    font-size: 15px;
    color: #4a5460;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 4px;
}

.re_order {
    font-family: inherit;
    font-size: 14px;
    color: #ff5722;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ff5722;
    padding: 4px 10px;
    margin-top: 5px;
    display: inline-block;
}

.re_order i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 4px;
}

.re_order:hover {
    background: #ff5722;
    color: #fff;
}

.re_order:hover i {
    color: #fff;
}

.odr_details_wrap {
    background: #fff;
    padding: 25px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 20px 0;
}

.odr_header {
    background: #f3f3f3;
    padding: 10px;
}

.odr_header h2 {
    font-family: inherit;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

table.table-bordered.dataTable tbody td strong {
    font-weight: 600;
}

.sub_h {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.odr_address_column {
    padding: 15px 0;
    margin: 0px -10px 10px -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.odr_column {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
}

.odr_4column {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 10px;
}

.stamp {
    position: relative;
}

.stamp .text-green {
    border: 2px solid #41b14f !important;
    color: #41b14f !important;
}

.bg_none {
    background: transparent !important;
}

.bnone td {
    border-top: none !important;
}

.climit {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    background: #231f20;
    margin-top: -5px;
    position: relative;
    top: 17px;
    font-weight: 500;
}

.invoice-stamp {
    text-align: right;
    position: absolute;
    right: 0px;
    top: 30px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    border: 2px solid #fb220e;
    padding: 2px 6px;
    color: #fb220e;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: -1px;
}

._23g6G- {
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.text-right {
    text-align: right;
}

._35pgraph {
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 6px;
}

._5til {
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 5px;
}

.odr_footer {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    margin: 0px;
}

.print-btn {
    padding: 8px 25px;
    font-family: inherit;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    background: #007bff;
    border: 0px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.print-btn i {
    vertical-align: middle;
}

.invoice_wrap {
    padding: 10px 0 0;
    margin: 0px;
    border-top: 1px solid #ededed;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.invoice_wrap p {
    font-family: inherit;
    font-size: 15px;
    color: #333;
    padding-bottom: 5px !important;
}

.invoice_wrap ul {
    padding: 5px 0 0;
}

.invoice_wrap ul li {
    display: inline-block;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}

.invoice-footer {
    padding: 10px 0 0;
}

.invoice-footer p {
    font-family: inherit;
    font-size: 15px;
    color: #333;
    padding-bottom: 10px;
}

.invoice-footer p span {
    padding-right: 30px;
}


/* table */

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table:not(.table-dark) {
    color: inherit;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}


/* .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
} */

.table td img {
    width: 40px;
    height: 40px;
}

.table td,
.table th {
    padding: 0.35rem 0.45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
}

.table td.img {
    width: 50px;
}

.table td:last-child,
.table th:last-child {
    text-align: right;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

.table:not(.table-dark) {
    color: inherit;
}


/* table end */

.orderblock {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.endsbtnwarps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -5px 10px -5px;
    overflow-y: auto;
}

.endbtn1 {
    margin-right: 5px;
    min-width: 100px;
    padding: 6px 15px;
    font-size: 12px;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    border: none;
    outline: none;
    background-color: #d19414;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.endbtn1:hover{ background-color:#00144e; color:#fff; }

.endbtn1 i {
    vertical-align: middle;
    font-size: 16px;
}

.blu {
    background: transparent !important;
    border: 1px solid #007bff;
    color: #007bff !important;
}

.blu i {
    color: #007bff;
}

.blu:hover {
    background: #007bff !important;
    color: #fff !important;
}

.blu:hover i {
    color: #fff;
}

.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: 90%;
    max-width: 1000px;
    padding: 25px !important;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fadedr 0.3s ease-out;
    animation: fadedr 0.3s ease-out;
    -webkit-transition-duration: 0.3s ease-out;
    -o-transition-duration: 0.3s ease-out;
    transition-duration: 0.3s ease-out;
}

.popu3content {
    width: 95%;
    max-width: 600px;
    padding: 25px !important;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fadedr 0.3s ease-out;
    animation: fadedr 0.3s ease-out;
    -webkit-transition-duration: 0.3s ease-out;
    -o-transition-duration: 0.3s ease-out;
    transition-duration: 0.3s ease-out;
}

.popercontent::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popercontent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.popercontent::-webkit-scrollbar-thumb {
    background: #bac3c3bb;
}

@-webkit-keyframes fadedr {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadedr {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.b-amount {
    color: #d19414;
    font-weight: 600;
    font-size: 18px;
    font-family: inherit;
}

.cncl-icn2 {
    color: #fff;
    position: absolute;
    top: -45px;
    right: -15px;
    cursor: pointer;
    font-size: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cncl-icn2:hover {
    color: #e73232;
}

.countertw0 {
    display: block;
    width: 50%;
    margin-bottom: 10px;
    padding: 10px;
}

.popercontent {
    padding: 5px;
    height: 350px;
    overflow-y: scroll;
}

.poperbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dddd;
    padding: 10px 0px;
}

.poperbox:last-child {
    border-bottom: 0px;
}

.pimgbox {
    width: 110px;
    height: 110px;
    overflow: hidden;
}

.pimgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.popertop {
    display: block;
    padding-right: 20px;
}

.poperleft {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.pck-wt3 {
    display: block;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 400;
    font-size: 13px;
    color: slategray;
}

.end-conpro {
    display: block;
}

.plwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plblock {
    display: block;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.poperxontent-footer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.countertw0 {
    display: block;
    width: 50%;
    margin-bottom: 10px;
    padding: 10px;
}

.cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 6px 0px;
}

.cbtext {
    font-size: 15px;
    font-family: inherit;
    color: #333;
    font-weight: 500;
}


/* address-box-here */

.add-contant {
    display: block;
}

.adbtn {
    display: block;
    margin-left: auto;
    padding: 7px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #d19414;
    cursor: pointer;
    color: #d19414;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    font-family: inherit;    
    font-weight: 600;
}

.adbtn:hover {
    background-color: #d19414;
     border: 2px solid #d19414;
    color: #fff;
}

.cncl-icn2{ font-size:34px; }

.add-box {
    border: 1px solid #dae2eb;
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px;
}

.ad-title {
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 13px;
    color: #758b9b;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.add-box .addss {
    font-weight: 500;
    color: rgb(63, 63, 63);
    font-family: inherit;
    display: block;
    font-size: 16px;
    margin: 10px 0px;
}

.option-boxes {
    display: block;
    padding: 10px 0px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.option-boxes .edit {
    background-color: #d19414;
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
}

.option-boxes .edit:hover {
    background-color: #00144e; color: #d19414;
}

.option-boxes .dele {
    background-color: #f44336;
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
}

.option-boxes .dele:hover {
    background-color: #d1382d;
}

.nnewform {
    padding: 0px;
}

.formtitle {
    display: block;
    text-align: center;
    font-family: inherit;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    color: #d19414;
}

.utext0 {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    font-family: inherit;
    font-weight: 400;
    color: #fff;
    max-width: 80%;
}

.userimg {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    outline: 2px solid #ffffff;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.userimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.frm {
    height: 600px;
    overflow-y: scroll;
}


/* dcontent-box-here */


/* myorders-sec-here */

.m_revies_rate {
    color: #2874f0;
    font-family: inherit;
    font-size: 16px;
    display: block;
    padding: 3px 0;
    font-weight: 600;
    cursor: pointer;
}

.m_revies_rate i {
    vertical-align: middle;
    display: inline-block;
}


/* rating-page -starts-here */

.abtcontent {
    background-color: #f0f2f7;
    padding: 25px 0px;
}

.cmm-tittle {
    font-size: 23px;
    color: #000;
    font-family: inherit;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: -15px;
}

.rating_reviews_div {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.rating_top {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.rating_hsec {
    float: right;
    padding: 0px;
    margin: 0px;
}

.rating_hsec img {
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 15px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.rating_hsec span {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.rating_hsec .orderid {
    text-align: right;
    margin: 10px 0px;
}

.orderid {
    display: block;
    margin-bottom: 10px;
    color: rgb(129, 129, 129);
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
}

.review-rating h3 {
    margin: 0 0 12px;
    font-size: 19px;
    color: #1e1f20;
    font-weight: 400;
    font-family: inherit;
}

.rate-strip {
    margin: 0 2px;
    float: left;
}

.rating a:before {
    content: '';
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/star-w.png) no-repeat;
    background-size: 24px;
    position: relative;
    top: 2px;
}

.rating_rows {
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
}

.rating_rows textarea {
    font-family: inherit;
    font-size: 15px;
    color: #333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
}

.rating_rows .btn {
    padding: 10px 40px;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    background: #d22027;
    border: 0px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.rating a {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    background: #cacaca;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.relatedidsitems {
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0px 0 20px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
}

.orderblock {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.myorderswrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.myorderimgbox {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}

.myorderimgbox img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.myorder-info {
    overflow: hidden;
}

.myorderpnametag {
    margin-bottom: 10px;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    float: left;
}

.orderid {
    display: block;
    margin-bottom: 10px;
    color: rgb(129, 129, 129);
    font-size: 15px;
    font-family: inherit;
}

.myorder-info .amounttext {
    display: block;
    margin-bottom: 10px;
}

.amounttext {
    font-family: inherit;
    font-size: 18px;
    font-family: inherit;
    font-weight: 600;
    color: #d22027;
}

.review-pop {
    display: block;
    position: relative;
    top: 10%;
    animation: fluid 0.5s ease-in-out;
    -webkit-animation: fluid 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding-bottom: 10px;
    margin: auto;
    -webkit-animation: fadedr 0.3s ease-out;
    animation: fadedr 0.3s ease-out;
    -webkit-transition-duration: 0.3s ease-out;
    -o-transition-duration: 0.3s ease-out;
    transition-duration: 0.3s ease-out;
    width: 90%;
}

.clsicn {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    color: rgb(200, 9, 9);
    font-size: 32px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 400;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 11px #00000040;
    box-shadow: 0px 2px 11px #00000040;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #dddddda8;
}


/* rating-page-endss-here */


/* payment-method-page-css-here */

.pcadlayout {
    display: block;
    padding: 10px 0px;
}

.pcad-row2 {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.pcad-leftcol2 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-flex-basis: 75%;
    max-width: 75%;
    display: block;
}

.pcadbox {
    display: block;
    padding: 20px 0px;
    width: 100%;
}

.card-sec {
    display: block;
    margin-bottom: 20px;
}

.accordiontwo {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cs-radio {
    display: block;
    padding: 15px 13px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
    border: 1px solid #ccc;
    background-color: #ffff;
}

.title-topm {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
}

.info-top {
    display: block;
    margin-right: 15px;
}

.align-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex !important;
}

.user-dt {
    font-family: inherit;
    font-size: 16px;
    color: #000000;
    padding-left: 50px;
    padding-bottom: 5px;
    font-weight: 500;
}

.pl {
    padding-left: 10px;
}

.user-dt {
    font-family: inherit;
    font-size: 14px;
    color: #484646;
    padding-left: 50px;
    padding-bottom: 5px;
    font-weight: 500;
}

.d-block {
    display: block !important;
}

.btn3 {
    display: block;
    outline: 1px solid #f13d46;
    padding: 6px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #f13d46;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    font-family: inherit;
    font-weight: 600;
}

.numof {
    display: block;
    background-color: rgb(121 24 33);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    font-family: inherit;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 10px 0px 0px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.text-green {
    color: #309c30 !important;
}

.vm {
    vertical-align: middle !important;
}

.form-row-2 {
    margin-bottom: 15px;
}

.vltext {
    font-family: inherit;
    font-size: 15px;
    color: #333;
    padding-bottom: 15px;
    display: block;
    font-weight: 500;
}

.clogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.clogin button {
    min-width: 150px;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    border: 1px solid #e40818;
    color: #e40818;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 10px;
}

.cart-box {
    display: block;
    border: 1px solid #E6E6E6;
    padding: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pcad-rightcol2 {
    display: block;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    max-width: 25%;
    padding-left: 30px;
    padding-top: 73px;
    margin-bottom: 20px;
}

.side-catbox2 {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 73px;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    padding-bottom: 10px;
}

.cont-box-top {
    padding: 0px 0px 20px;
    border-bottom: 1px dashed #ccc;
    margin: 0px auto 10px;
}

.addedprolistbox {
    display: block;
    width: 100%;
    height: 255px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
}

.listslip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px dashed #ddd;
}

.listslip:last-child {
    border-bottom: 0px;
}

.list-slip-left {
    width: 100%;
    display: block;
    clear: both;
}

.wichproduct {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 3px;
}

.text-muted {
    color: dimgray;
    font-size: 13px;
    font-family: inherit;
    font-weight: 500;
    padding-left: 25px;
}

.priceslected {
    color: #000;
    font-size: 14px;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 10px;
}

.totalbox {
    width: 100%;
    display: block;
    padding: 20px;
    border-top: 1px dashed #ccc;
}

.total-box-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 10px;
    padding: 0px 0px 0 15px;
}

.toltxt {
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    color: #3f3f3f;
}

.total-box-warp .toltxt:nth-child(even) {
    text-align: right;
}

.toltxt {
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    color: #3f3f3f;
}

.xtext {
    color: rgb(168, 168, 168);
}

.ptcbtn:hover {
    background-color: #f5ab14;
}

.ptcbtn {
    width: 100%;
    background-color: rgb(60, 179, 36)!important;
    color: #fff;
    padding: 12px 0px;
    outline: none;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    letter-spacing: 1px;
}

.ptcbtn2:hover {
    border: none;
    background-color: #ff2934;
    border: 1px solid #ff2934;
    color: #fff;
}

.ptcbtn2 {
    width: 100%;
    border: 1px solid #ff2934;
    color: #fff;
    padding: 11px 0px;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: transparent;
    color: #ff2934;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cnsopingblock {
    padding: 0px 20px;
    margin-top: 10px;
}

.topcardtitle {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 600;
    font-family: inherit;
    color: #2e3333;
    margin-bottom: 10px;
}

.addedprolistbox::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Track */

.addedprolistbox::-webkit-scrollbar-track {
    background: #f1f1f1bd;
}


/* Handle */

.addedprolistbox::-webkit-scrollbar-thumb {
    background: #bac3c3d5;
}

.hm {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.pl {
    padding-left: 10px;
}

.bg-default {
    background: #e40818 !important;
    color: #fff !important;
}

.card-sec .active {
    background-color: #d19414;
    color: #ffff;
}

.card-sec .active .numof {
    background-color: #f9f9f9;
    color: #d19414;
}

.card-sec .active .btn3 {
    color: #fff;
    outline: 1px solid #fff;
}

.card-sec .active .details-tittle {
    color: #fff;
}

.card-sec .active .user-dt {
    color: #fff;
}

.card-sec .active .text-green {
    color: #fff !important;
}

.d-block {
    display: block !important;
}

.btn4 {
    font-size: 15px;
    padding: 12px 18px;
    background-color: #fb641b;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    font-family: inherit;
    text-align: center;
    border: none;
    outline: none;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 400;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.w100 {
    width: 100% !important;
}

.editlink {
    text-transform: uppercase;
    color: #2874f0;
    font-size: 15px;
    margin-left: auto;
    position: absolute;
    right: 0px;
    font-weight: 600;
    font-family: inherit;
}

.ed-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.innsize {
    width: 20px;
    height: 20px;
}

.a-row {
    display: block;
    margin-left: 5px;
}

.u-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 500;
}

.newadbtn {
    display: block;
    font-size: 14px;
    color: #2874f0;
    font-weight: 400;
    padding: 8px 15px;
    cursor: pointer;
    font-family: inherit;
    border: 0.8px solid #2874f0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0px;
    background: transparent;
    width: 100%;
}

.ed-adresss-content {
    display: block;
    padding: 0px 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    position: relative;
}

#usereditform {
    display: none;
    margin-bottom: 20px;
}

.form-warps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.form-cols {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    padding: 0px 10px;
}

.form-btn-cols .bg-none {
    border: 1px solid #505050;
}

.form-btn-cols a {
    display: block;
    width: 100%;
    background-color: #3CB324;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 12px 10px;
}

.text-dark {
    color: #000 !important;
}

.bg-none {
    background-color: transparent !important;
}

.form-row-2 {
    margin-bottom: 15px;
}

.form-row-2 label {
    display: block;
    font-size: 15px;
    color: #121314;
    margin-bottom: 8px;
    font-family: inherit;
    font-weight: 500;
    text-transform: none;
   
}

.form-row-2 input {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.form-btn-cols a {
    display: block;
    width: 100%;
    background-color: #3CB324;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 12px 10px;
}

.form-btn-cols {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    max-width: 50%;
    padding: 0px 10px;
}

.newadbtn {
    display: block;
    font-size: 14px;
    color: #2874f0;
    font-weight: 400;
    padding: 8px 15px;
    cursor: pointer;
    font-family: inherit;
    border: 0.8px solid #2874f0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0px;
    background: transparent;
    width: 100%;
}


#change_pass_frm .s-btn{ width:15% !important; }

#change_pass_frm .editrapcols:last-child{ line-height: 25px; padding-left: 98px; }

#newadd {
    display: none;
}

.form-bnt-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 12px -10px 0px;
}

.numofitem-top {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    font-family: inherit;
    margin-bottom: 10px;
}

.p-option-box {
    display: block;
    width: 100%;
}

.box-con-link {
    margin-bottom: 20px;
}

.content-title {
    font-family: inherit;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    letter-spacing: 0.80px;
    margin-bottom: 15px;
}

.payment-wrap {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 10px 0 0 0;
}

.p-row {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.pform-control label {
    font-family: inherit;
    font-size: 14px;
    color: #333;
    padding-bottom: 2px;
    display: block;
}

.pform-control input {
    width: 100%;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 12px;
    font-family: inherit;
    font-size: 14px;
    color: #000;
}

.p-clmn-2-wrap {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.p-clmn-2a select {
    border: 0px;
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.p-clmn-2a i {
    position: absolute;
    right: 4px;
    pointer-events: none;
    top: -2px;
    color: #000;
}

.p-clmn-2a {
    display: inline-block;
    border: 0px;
    position: relative;
}

.pform-control .p-clmn-2 {
    width: 150px;
    display: inline-block;
    margin-bottom: 8px;
}

.p-submit:hover {
    background: #1067d8;
}

.p-submit {
    width: 100%;
    padding: 14px 0;
    text-align: center;
    background: #1a73e8;
    color: #fff;
    font-family: inherit;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

#payinfotwo {
    display: none;
}

#payinfoone {
    display: none;
}

#payinfothree {
    display: none;
}

.infopaytext {
    background-color: #f5f1f1;
    padding: 10px;
    font-size: 13px;
    color: #898686;
    font-weight: inherit;
    margin: 0px auto 10px;
    font-family: inherit;
    position: relative;
    z-index: 2;
}

.acbtn4 {
    height: 42px;
    line-height: 42px;
    display: none;
    font-size: 15px;
    background-color: rgb(60, 179, 36)!important;
    width: 100%;
    text-transform: capitalize;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    text-align: center;
}


/* user-upload-img-css-here */

.preview {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f3f3f3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.uploadinput {
    width: 100%;
    margin-bottom: 15px;
}

.uploadinput label {
    display: inline-block;
    text-align: center;
    border: 1px solid #1172c2;
    color: #1172c2;
    font-size: 14px;
    font-family: inherit;
    text-transform: Uppercase;
    font-weight: 500;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px 10px;
}

.uploadinput input {
    display: none;
}

.uploadinput img {
    width: 100%;
    display: none;
    margin-bottom: 30px;
    height: 100%;
    -o-object-position: center top;
    object-position: center top;
    -o-object-fit: cover;
    object-fit: cover;
}

.add_icn {
    color: #0e7df1!important;
}


/* user-upload-img-css-ends-here */


/* payment-method-page-css-ends-here */


/* aboustsus-pages-css-here */


/* aboustsus-pages-css-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) {

    #change_pass_frm .editrapcols:last-child{ line-height: 25px; padding-left: 0px !important; }
    .clsicn {
        top: -27px;
        right: -8px;
        font-size: 26px !important;
    }
    .table{ display: block; overflow: auto; white-space: nowrap; }
    .pimgbox {
        width: 60px;
        height: 60px;
        overflow: hidden;
    }
    .user-dropdown::before {
        display: none;
    }
    .sidelistbar-left {
        display: none;
    }
    .detail-content-right {
        display: block;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .editicnn {
        font-size: 24px;
        padding-right: 10px;
    }
    .editrapcols {
        padding: 10px;
    }
    .myfile {
        margin: 12px 0px;
    }
}

@media(max-width:768px) {
    .myorderpnametag {
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        margin-bottom: 0px;
    }
    .myorderproductname {
        margin-bottom: 0px;
    }
    .orderid,
    .stat1 {
        margin-bottom: 4px;
    }
    .orderstatus {
        float: none;
        text-align: left;
    }
    .dcontent-box {
        padding: 15px;
    }
    .contact-div {
        padding: 15px;
    }
    .myfile {
        display: block;
        margin: 12px 0px;
        padding: 7px 10px;
        font-size: 13px;
    }
    .editrapcols {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px !important;
        margin-bottom: 15px;
    }
    /* address */
    .option-boxes {
        top: 5px;
        right: 15px;
    }
    .option-boxes .edit {
        padding: 8px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 17px;
    }
    .option-boxes .dele {
        padding: 8px;
        -webkit-border-radius: 5px;
        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;
    }
    .cncl-icn2 {
        color: #000;
        top: 8px;
        right: 8px;
    }
    .odminwarp2 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .plblock {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .plwrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pimgbox {
        margin-bottom: 15px;
    }
    .countertw0 {
        width: 100%;
    }
}

@media(max-width:480px) {
    #change_pass_frm .s-btn{ width:60% !important; }
    .editinput-box input {
        
        padding: 12px 40px 12px 0px;
       
    }
    .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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .add-box address {
        font-size: 14px;
    }
    .popu2content {
        top: 10px;
        left: 50%;
        -webkit-transform: translate(-50%, 30px);
        -ms-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px);
        width: 90%;
        height: auto;
    }
    .odminwarp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .myorderimgbox {
        margin-bottom: 15px;
    }
    .myorderpnametag {
        padding-left: 0px;
    }
    .myorderimgbox {
        width: 75px;
        height: 75px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden;
    }
    .odminwarp2 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .orderstatus {
        text-align: left;
    }
    .endsbtnwarps {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 15px;
    }
    .form-row-2 label {
        font-size: 14px;
    }
    .add-box address {
        margin: 5px 0px;
    }
    .user-dt {
        padding-left: 0px;
    }
    .numof {
        margin-bottom: 10px;
    }
}

@media(max-width:375px) {
    #change_pass_frm .s-btn{ width:100% !important; }
    .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;
    }
    .m_revies_rate i {
        float: left;
        margin: 0px 10px 10px 0px;
    }
}


/* media-quaries-ends-here */