/* css for all-orders page filter-panel start */
.ty-section.ty-search-form {
    margin: 0px;
    position: relative;
    float: left;
    width: 100%;
}

.ty-section__title {
    background: #fff;
    margin: 10px 0;
    padding: 0;
}

.ty-section__title span {
    font-weight: 500;
    font-size: 15px;
}

.ty-section__title > span.ty-section__switch {
    display: none;
}

.ty-section__body{
    display: block !important;
    border: 0;
    padding: 0;
}

.ty-control-group {
    margin: 0 0 6px 0;
    width: 100%;
    padding: 0;
}

.ty-orders-search-options .span4.ty-control-group,
.ty-orders-search-options .ty-period,
.ty-period__select {
    width: 100%;
    margin: 0 0 6px;
}

.ty-control-group__title {
    font-weight: 400;
    color: #c6c6c6;
    font-size: 13px;
    padding: 6px 0;
}

input[type="text"], 
input[type="password"], 
input[type="tel"], 
input[type="number"], 
textarea, 
select,
.ty-calendar__block,
.ty-calendar__block input[type="text"]{
    width: 100%;
}

.ty-orders-search-options .ty-period__wrapper {
    padding: 0px;
}

.ty-orders-search-options .ty-period__select-date .ty-control-group__title {
    visibility: visible;
}

.ty-calendar__button {
    top: 18px;
}

.bk_order_filter form > hr {
    display: none;
}

.bk_order_filter form > hr + div.ty-control-group {
    display: none;
}

.ty-orders-search-options .ty-status-info label,
.ty-rma-search__status label {
    padding: 5px 0 5px 30px;
    font-size: 13px;
    line-height: 20px;
    color: #525252;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.ty-orders-search-options .ty-status-info input[type='checkbox'],
.ty-rma-search__status label input[type='checkbox']{
    position: absolute;
    left: 0;
    top: 10px;
}

.ty-search-form .ty-search-form__buttons-container,
.ty-rma-search__buttons.buttons-container {
    all: unset;
    margin: 10px 0;
    float: left;
    background: #fff;
}

.bk_order_filter .ty-search-form__buttons-container .search-odfilter,
.ty-rma-search__buttons.buttons-container button {
    all: unset;
    width: 100px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border: none;
    text-transform: capitalize;
    background-color: #2dbaa8;
    border-radius: 5px;
    color: #fff;
}

.ty-rma-search__buttons .bk-icon-listcart:before {
    display: none;
}

.ty-rma-search__toggle {
    background: #e3e3e3;
    margin: 20px 0 10px;
}

.ty-rma-search__toggle-title {
    width: 100%;
    padding: 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 766px) {
.ty-section__title {
    padding: 0px;
    border: none;
    position: absolute;
    right: 0px;
    top: 12px;
    width: auto;
    z-index: 1;
    line-height: 24px;
    margin: 0;
}

.ty-section__body {
    display: none !important;
    padding: 10px 10px 0 10px;
}

.ty-section__body.openFltrOrdr,
.ty-section__title.open+.ty-section__body {
    display: block !important;
    margin: 40px 0 15px;
    border: 1px solid #ecf0f1;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
}
}
/* css for all-orders page filter-panel end */

/* css for all-orders page start  */
h3.bk_tableTitle {
    margin: 5px 0;
    line-height: 36px;
    font-weight: 500;
    font-size: 18px;
}

.bk_orders_container {
    position: relative;
    margin: 5px 0px;
    padding: 16px;
    border: 1px solid #DFDEE3;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.bk_orders_container:hover {
    box-shadow: 0 0 10px #00000016;
}

.bk_orders_details {
    display: flex;
    gap: 20px;
    position: relative;
}

.bk_orders_details .bk_orderDetail_link {
    position: absolute;
    inset: 0;
}

.bk_order_prodImage {
    max-width: 120px;
    max-height: 120px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.bk_order_prodImage img {
    max-height: 120px;
}

.bk_order_prod_features {
    display: flex;
    gap: 20px;
    width: 100%;
}

.bk_order_prod_details {
    flex: 1;
}

.bk_order_prod_details p {
    padding: 0 0 4px;
    line-height: 18px;
}

.bk_order_prod_brand,
.bk_order_qty {
    color: #A09CAA;
}

.bk_order_prod_desc {
    color: #27262C;
}

.bk_order_qty {
    margin-top: 6px;
}

.bk_order_total_price {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}

.bk_orders_rating_wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.bk_orders_rating_wrapper a {
    color: #A09CAA;
    background: none;
    margin: 0;
    padding: 0;
}

.bk_orders_rating_wrapper a:hover {
    color: inherit;
}

.bk_order_prodStatus {
    flex: 0 0 35%;
    display: flex;
    flex-flow: column;
    align-items: end;
}

.bk_order_prodStatus:not(:has(div)) {
    display: none;
}

.bk_order_refundStatus,
.bk_order_shipmentStatus {
    background: #EAFBFA;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-flow: column;
    gap: 8px;
    position: relative;
}

.bk_orderRefund_link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bk_order_refundStatus .bk_order_refundText,
.bk_order_shipmentStatus > div {
    font-weight: 500;
    line-height: 24px;
}

.bk_shipment_delivery,
.bk_order_refundStatus span,
.bk_refund_status {
    font-size: 13px;
    color: #4E4B58;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.bk_order_shipmentStatus a {
    color: #2063E8;
}

span.bk_status_checkedMark {
    width: auto;
    color: #19A447;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 22px;
    margin-left: 6px;
}

span.bk_status_checkedMark:before {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #19A447;
    top: 2px;
    border-radius: 50%;
    background: #fff;
}

span.bk_status_checkedMark:after {
    content: "";
    position: absolute;
    left: 6px;
    width: 3px;
    height: 6px;
    border: 1px solid #19A447;
    top: 5px;
    transform: rotate(45deg);
    border-width: 0 1px 1px 0;
}

.bk_ordrDelivTag .bk_expDeliv,
.bk_ordrGreenTag .bk_expDeliv,
.bk_ordrStatusTag .bk_expDeliv,
.bk_ordrCancelTag .bk_expDeliv,
.bk_ordrOrangeTag .bk_expDeliv {
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    line-height: 20px;
}

.bk_ordrDelivTag .bk_expDeliv:before,
.bk_ordrGreenTag .bk_expDeliv:before,
.bk_ordrStatusTag .bk_expDeliv:before,
.bk_ordrCancelTag .bk_expDeliv:before,
.bk_ordrOrangeTag .bk_expDeliv:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #26a541;
    top: 6px;
    border-radius: 50%;
    border: 2px solid #26a541;
    opacity: 1;
}

.bk_ordrCancelTag .bk_expDeliv:before, 
.bk_ordrOrangeTag .bk_expDeliv:before {
    background: #ff6161;
    border-color: #ff6161;;
}

.bk_ordrStatusTag .bk_expDeliv:before {
    border-color:#26a541;
    background: #b8e1e5;
}

.bk_expDelivTime {
    font-size: 13px;
    line-height: 20px;
    padding-left: 15px;
}

.bk_order_goArrowBtn,
.bk_rmaorder_goArrowBtn {
    display: none;
}

@media screen and (max-width:766px) {
    h3.bk_tableTitle {
        font-size: 16px;
    }
    .bk_orders_container {
        margin: 0 0 10px;
        padding: 5px 0 10px 0;
        border-radius: 0;
        border-width: 0 0 1px;
    }
    .bk_orders_container:hover {
        box-shadow: unset;
    }
    .bk_orders_details {
        padding-right: 30px;
    }
    .bk_order_prodImage{
        max-height: 85px;
        max-width: 85px;
    }
    .bk_order_prodImage img {
        max-height: 85px;
    }
    .bk_order_prod_features {
        flex-flow: column-reverse;
        gap: 10px;
    }
    .bk_order_prod_details p {
        padding: 0;
    }
    .bk_order_prodStatus {
        align-items: start;
        flex: 1;
    }
    .bk_order_goArrowBtn,
    .bk_rmaorder_goArrowBtn {
        position: absolute;
        top: 6px;
        width: 20px;
        text-align: center;
        right: 10px;
        line-height: 30px;
        display: block;
        font-size: 20px;
    }
}
/* css for all-orders page end */

/* css for order-pending page start  */
.bk_orders_list_banner {
    background: #EAE9EC;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.bk_already_rated_page_header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bk_already_rated_page_header h3 {
    margin: 0;
}

.bk_already_rated_page_header div a {
    padding: 12px;
    color: #000;
    border-bottom: 2px solid #c6c6c6;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    font-size: 16px;
}

.bk_already_rated_page_header .active a {
    border-bottom: 2px solid #1CB6AD;
    font-weight: 500;
}

.bk_orders_review_header h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.bk_orders_review_header .bk_review_rule {
    font-size: 14px;
    color: #5A5A5A;
}

.bk_orders_review_header {
    padding: 20px 10px;
    background: #EFFBF9;
    margin-bottom: 15px;
}

.bk_ordr_kinder_wrap {
    display: flex;
    column-gap: 10px;
    margin-top: 15px;
}

.bk_ordr_kinder_wrap > div {
    border: 1px solid #C2EDE8;
    border-radius: 5px;
    padding: 5px 10px;
    background: #fff;
}

.bk_ordr_kinder_wrap p {
    color: #1F1F1F;
    font-size: 15px;
}

.bk_kinder_can_get .bk_kinder_can_get_value , .bk_kinder_already_earned .bk_kinder_already_earned_value {
    color: #FEBA0F;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
}

.bk_kinder_already_earned .bk_kinder_already_earned_value{
    color: #FF875C;
}

.bk_orders_list {
    margin-bottom: 25px;
}
ul.bk_productrate_list {
    display: flex;
    overflow: auto;
    column-gap: 10px;
    padding-bottom: 5px;
}
li.bk_productrate_desc {
    text-align: center;
    flex: 0 0 30%;
    border: 1px solid #EAE9EC;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    min-width: 300px;
    padding: 0
}

.bk_toberated_wrapper {
    display: flex;
    padding: 10px;
    column-gap: 10px;
    flex: 1;
}

.bk_toberated_wrapper figure img {
    max-height: 100px;
}

.bk_toberated_wrapper figure {
    flex: 0 0 100px;
    text-align: center;
}

.bk_toberated_prod_details {
    text-align: left;
}

.bk_toberated_prod_details p {
    padding: 0;
}

.bk_orders_date {
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 500;
}

.bk_tobe_brand a {
    color: #2BBAA8;
    margin-bottom: 5px;
    display: inline-block;
}

.bk_tobe_product_name {
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bk_rate_header_block span {
    background: #FFFBFA;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.bk_rate_header_block span > a {
    filter: grayscale(1);
}

.bk_rate_header_block section.ty-product-review-write-review a {
    background: transparent;
    color: #525252;
    font-weight: 500;
    padding: 0;
}

@media (min-width: 980px){
    body .ui-widget-content.ui-dialog.ui-front{
        max-width: 800px !important;
    }
}

@media (max-width: 480px){
    .bk_already_rated_page_header > div {
        width: 50%;
    }
    .bk_already_rated_page_header div a {
        width: 100%;
        min-width: auto;
    }
    .bk_orders_review_header {
        padding: 15px 10px;
    }
    .bk_orders_review_header h3 {
        font-size: 16px;
    }
    .bk_orders_review_header .bk_review_rule {
        font-size: 13px;
    }
    .bk_ordr_kinder_wrap > div {
        padding: 2px 10px;
    }
    .bk_ordr_kinder_wrap p {
        color: #1F1F1F;
        font-size: 13px;
    }
    .bk_kinder_can_get .bk_kinder_can_get_value, .bk_kinder_already_earned_value {
        font-size: 18px;
    }
    ul.bk_productrate_list {
        padding-bottom: 0;
        flex-wrap: wrap;
        border-radius: 0 0 12px 12px;
        border: 1px solid #EAE9EC;
        border-top: 0;
    }
    li.bk_productrate_desc {
        flex: 0 0 100%;
        border-width: 0 0 1px;
        border-radius: 0;
        min-width: auto;
    }
    li.bk_productrate_desc:last-child {
        border: 0;
    }
    .bk_orders_list_banner {
        margin-bottom: 0;
        border-radius: 12px 12px 0 0;
    }
}

/* css for order-pending page end  */


/* css for rate-order-published page start  */
.bk_rated_header {
    background: #fff;
    padding: 20px 0;
    margin: 0;
}

.bk_rated_prod_list .bk_toberated_wrapper {
    flex: 0;
}

.bk_rated_prod_list .bk_rate_header_block {
    flex: 1;
}

.bk_rated_prod_list .bk_toberated_prod_details p {
    padding: 5px 0;
    font-size: 13px;
    margin: 0;
}

.bk_rated_prod_list .bk_toberated_prod_details .bk_tobe_product_name {
    height: 40px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bk_rated_prod_list .bk_toberated_wrapper figure {
    flex: 0 0 80px;
}

.bk_rated_prod_list .bk_rate_header_block span {
    background: #fff;
    display: block;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.bk_rate_header_block span .bk_orders_star_comment {
    padding: 0;
    color: #1F1F1F;
    line-height: 20px;
}

.bk_rated_prod_list .bk_ordr_grenPnts .bk_ordr_gem {
    background: #EFFBF9;
    padding: 10px;
    display: flex;
    column-gap: 6px;
}

.bk_rated_prod_list .bk_ordr_gemStone {
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #07703B;
    font-weight: 500;
}

.bk_mySomeOrdersStars ul li span {
    font-size: 20px;
    color: #57C062;
    font-family: glyphs;
}

ul.bk_ordrStar li {
    display: inline-block;
    padding: 0 3px;
}

@media (max-width: 480px){
    .bk_rated_header {
        padding: 15px 0;
    }
}

/* css for rate-order-published page end  */


/* css for rma return page start  */
.bk_rma_return {
    display: flex;
    position: relative;
}

.bk_rma_filter_panel {
    width: 21%;
    margin-right: 20px;
}

.bk_rma_filter_panel .ty-section {
    margin: 0;
}

.bk_rmaOrder_container {
    flex: 1;
}

.bk_rmaOrder_item {
    position: relative;
    margin: 5px 0px;
    padding: 16px 10px;
    border: 1px solid #DFDEE3;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.bk_rmaOrder_item:hover {
    box-shadow: 0 0 10px #00000016;
}

.bk_rmaOrder_itemStatus {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.bk_rmaOrder_itemStatus:before {
    content: '';
    position: absolute;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #FBEBD5;
    top: 6px;
    border-radius: 50%;
    border: 2px solid #F1AB51;
}

.bk_rmaOrder_itemStatus.complete:before {
    border-color: #19A447;
    background: #19A447;
}

.bk_rmaOrder_itemStatus.declined:before {
    border-color: #EB515C;
    background: #EB515C;
}

.bk_rmaOrder_refundID {
    color: #A09CAA;
    line-height: 20px;
}

.bk_rmaOrder_status {
    color: #A09CAA;
    line-height: 20px;
    margin-bottom: 2px;
}

.bk_rmaOrder_status span {
    font-weight: 500;
    color: #000;
}

.bk_rmaOrder_itemContent {
    padding-left: 20px;
}

.bk_rmaOrder_amt {
    color: #27262C;
}

.bk_rmaOrder_amt span {
    font-weight: 500;
}

.bk_rmaOrder_itemImg {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bk_rmaOrder_itemImg img {
    width: 90px;
    aspect-ratio: 1;
    object-fit: cover;
}


@media (max-width: 767px) {
    .bk_rma_filter_panel {
        width: 100%;
        margin: 0;
        position: absolute;
        top: -42px;
        right: 0;
    }
}

@media (max-width: 480px) {
    .bk_rmaOrder_item {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 10px 0;
    }
    .bk_rmaOrder_item + .bk_rmaOrder_item {
        border-top: 1px solid #DFDEE3;
    }
    .bk_rmaOrder_itemImg img {
        width: 70px;
    }

}
/* css for rma return page end  */