.order-section {
}

.segment {
    padding: 60px 0px;
}

.card-box {
    background-color: #fffff0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 15px;
}

.account-sidebar ul {
    padding: 0px;
    margin: 0px;
}

.account-sidebar ul li {
    padding: 7px 0px;
}

.account-sidebar ul li a {
    font-size: 18px;
}
.account-sidebar ul li a i{
    color: var(--btn-color);
}

.account-sidebar ul li a.active {
    color: var(--btn-color);
}

.order-table-box h6, .my-rating-box h6{
    margin-bottom: 0px;
}
.order-table-box p, .my-rating-box p {
    margin-bottom: 0px;
}

.order-deliver-box a {
    color: #0000ff;
    position: relative;
    padding-left: 16px;
    font-weight: 700;
}
.order-deliver-box a::before {
    position: absolute;
    content: "\02605";
    color: #0000ff;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.order-deliverd {
    color: #008000;
    position: relative;
    padding-left: 16px;
}

.order-deliverd::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #008000;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
}

input[type=checkbox]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    content: "\f00c";
	font-family: "FontAwesome";
}




.card-box {
    background-color: #fffff0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0px;
}
.card-box h5{
    padding: 14px 0px;
}
.add-adrs a{
    display: flex;
    color: blue;
    font-weight: 600;
    border: 1px solid #e9e2e2;
    justify-content: start;
    align-items: center;
    padding: 20px 14px;
    margin-bottom: 30px;
    border-radius: 2px;
    gap: 15px;
}
.add-adrs i{
    padding-top: 2px;
}
.add-adrs a{
    text-decoration: none;
}
.add-adrs .fa-plus{
    font-weight: 600;
}
.add-adrs p{
    margin: 0px;
}
.user-address{
    border: 1px solid #e9e2e2;
    justify-content: start;
    align-items: center;
    border-radius: 2px;
    border-bottom: unset;
}
.user-address .location{
    display: flex;
    justify-content: space-between;
}
.user-address .location span{
    background: #e9e2e2;
    padding: 2px 6px;
    font-size: 12px;
}
.fa-ellipsis-vertical{
    color: #c7b9b9;
}
.user-address p{
    font-size: 14px;
    /* padding: 0px; */
    margin: 0px;
}
.user-address h6{
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
}
.user-address i{
    padding-top: 3px;
}
.person-address{
    border-bottom: 1px solid #e9e2e2;
    padding: 14px;
}
.rating-star .bi{
    color: #f0db00;
    font-size: 20px;
    padding-right: 15px;
    font-weight: 900;
}
.gray{
    color: grey;
}

.rating-section .rating-star{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}
.rating-star p{
    color: #1cc73b;
    font-weight: 700;
    margin-bottom: 0px;
}
.rating-row{
    padding: 20px;
    border-radius: 2px;
}
/* ********************************* */
.review-row .form-control{
    border-radius: unset;
}
.review-row{
    /* /* border-bottom: 1px solid #e9e2e2; */
    padding: 20px;
    border-radius: 2px;

}
.review-box {
    position: relative;
    font-size: 14px;
}
.review-box textarea {
    padding-top: 35px;
    padding-bottom: 20px;
    border-color: #55484826;
    resize: none;
    padding-left: 14px;
    font-size: 16px;
}
.review-label {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #6c757d;
    pointer-events: none;
}
.review-box::before {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #6c757d;
    pointer-events: none;
}
.review-box textarea:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.review-box[data-label="review"]::before {
    content: "Description";
    border-bottom: none;
}
.review-box[data-label="title"]::before {
    content: "Title(optional)";
}
#reviewTextarea{
    border-bottom: unset;
}
.advertisement ul{
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}
.advertisement li{
    list-style: none;
    display: flex;
    /* align-items: end; */
    justify-content: start;
}
.advertisement li p{
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.advertisement img{
    height: 100%;
    width: 70px;
}

.rating-badge {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    background: #007815;
    font-size: 12px;
}

.my-rating-box {
    border-bottom: 1px solid #e9e2e2;
}

.clr-gray {
    color: #696969;
}
.rating-action {
    display: flex;
    padding:0px;

}
.rating-action li {
    margin-right: 18px;
}

.rating-action li a {
    color: #0000ff;
    font-weight: 600;
}
.rating-like {
    display: flex;
}

.rating-like a{
    font-size: 18px;
    margin-right: 20px;
    color: #787878;
}

.rating-like a i {
    margin-right: 5px;
}

.border-bottom {
    border-bottom: 1px solid  #e9e2e2;
}

.order-action-list {
    padding: 0px;
    margin: 0px;
}

.order-action-list li {
    list-style-type: none;
}
.order-action-list li a{
    display: flex;
    justify-content: space-between;
    border: 1px dashed #e85546;
    padding: 5px;
    border-radius: 8px;
}
.order-action-content span {
    background-color: var(--btn-color);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-action-content span i {
    font-size: 18px;
    color: #ffffff;
}


.invoice-dwnld-icon{
    width: 45px;
    height: 45px;
    display: flex;
    border: 1px dashed var(--btn-color);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.invoice-dwnld-icon{
    font-size: 18px;
    color: var(--btn-color);
    background: #e855461c;
}

.order-action-content {
    display: flex;
    align-items: center;
}

.order-action-content p {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
.related-product-mar-bot{
    margin-bottom: 50px;
}
