/* START FOR PAST ORDER PAGE */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

/*START FOR BODY*/
body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

/*END FOR BODY*/

.po_block {
    padding: 150px 0 50px;
}

.po_block .inner_po .title_block {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.po_block .inner_po .title_block .icon_back {
    display: inline-block;
    margin-right: 10px;
}

.po_block .inner_po .title_block .head_title {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(23, 19, 19, .50);
}

.po_block .inner_po .list_po {
    margin: 0 0 50px;
}

.po_block .inner_po .list_po li {
    border-bottom: 1px solid rgba(23, 19, 19, .2);
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.po_block .inner_po .list_po li .box_po {
    padding: 0 100px;
}

.po_block .inner_po .list_po li .box_po .thumb_caption_block {
    display: flex;
}

.po_block .inner_po .list_po li .box_po .thumb_caption_block .thumb {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.thumb_caption_block .caption {
    width: calc(100% - 70px);

}

.po_block .inner_po .list_po li .box_po .thumb_caption_block .thumb .img_order {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.po_block .inner_po .list_po li .box_po .thumb_caption_block .caption .subtitle {
    color: #AF7F32;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 3px;
}

.po_block .inner_po .list_po li .box_po .thumb_caption_block .caption .txt_order,
.po_block .inner_po .list_po li .box_po .thumb_caption_block .caption .txt_date {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 0 3px;
    display: block;
}

.po_block .inner_po .list_po li .box_po .txt_value {
    color: #171313;
    font-size: 16px;
    line-height: 19px;
    display: block;
    font-weight: 700;
}

.po_block .inner_po .list_po li .box_po .btn_reorder {
    display: inline-block;
    height: 42px;
    width: 142px;
    color: #AF7F32;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    border: 2px solid #AF7F32;
}

.po_block .inner_po .txt_help {
    color: #171313;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}

.po_block .inner_po .txt_help .link {
    font-weight: 700;
    text-decoration: underline;
    color: #027D3E;
}

.po_block .inner_po .order_block .acc_panel {
    box-shadow: 0px 3px 12px #00000029;
    -webkit-box-shadow: 0px 3px 12px #00000029;
    border-radius: 10px;
}

.po_block .inner_po .order_block .acc_panel:not(:last-child) {
    margin: 0 0 25px;
}

.po_block .inner_po .order_block .acc_panel .acc_head {
    position: relative;
    padding: 15px 40px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.po_block .inner_po .order_block .acc_panel .acc_head .txt_order_no {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block {
    display: flex;
    align-items: center;
}

.po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block .txt_date {
    color: #212121;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 40px 0 0;
}

.po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block .txt_status {
    margin: 0 20px 0 0;
}

.po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block .txt_status .icon {
    margin: 0 5px 0 0;
    display: inline-block;
}

.po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block .txt_status .txt {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
}

.po_block .inner_po .order_block .acc_panel .acc_head .icon_arrow {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    position: absolute;
    top: 15px;
    right: 40px;
}

.po_block .inner_po .order_block .acc_panel .acc_head .icon_arrow.icon_arrow_active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.po_block .inner_po .order_block .acc_panel .acc_body {
    padding: 20px 40px;
    display: none;
}

.po_block .inner_po .order_block .acc_panel .acc_body .item_block {
    margin: 0 0 40px;
}

.po_block .inner_po .order_block .acc_panel .acc_body .item_block .item_box:not(:last-child) {
    margin: 0 0 15px;
}

.po_block .inner_po .order_block .acc_panel .acc_body .item_block .item_box .thumbnail {
    display: flex;
    align-items: flex-start;
}

.po_block .inner_po .order_block .acc_panel .acc_body .item_block .item_box .thumbnail .thumb {
    width: 50px;
    height: 50px;
    background-color: #EFEFEF;
    margin: 0 12px 0 0;
}

.po_block .inner_po .order_block .acc_panel .acc_body .item_block .item_box .thumbnail .caption .subtitle {
    color: #027D3E;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 5px;
}

.po_block .inner_po .order_block .acc_panel .acc_body .item_block .item_box .thumbnail .caption .qty_amt_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.po_block .inner_po .order_block .acc_panel .acc_body .item_block .item_box .thumbnail .caption .qty_amt_block .txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.po_block .inner_po .order_block .acc_panel .acc_body .details_block .details_box .head_title {
    color: #AF7F32;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 17px;
}

.details_block .grid_col:not(:last-child) .details_box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #B7B7B7;
    width: 1px;
    height: 100%;
}

.po_block .inner_po .order_block .acc_panel .acc_body .details_block .details_box .box_child {
    margin: 0 0 20px;
}

.po_block .inner_po .order_block .acc_panel .acc_body .details_block .details_box .box_child .subtitle {
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 5px;
}

.po_block .inner_po .order_block .acc_panel .acc_body .details_block .details_box .box_child .desc {
    color: #8F99AF;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 21px;
}

.po_block .inner_po .order_block .acc_panel .acc_body .details_block .readmore_block {
    text-align: center;
}

.po_block .inner_po .order_block .acc_panel .acc_body .details_block .readmore_block .btn_readmore {
    width: 160px;
    height: 60px;
    background: transparent linear-gradient(76deg, #027D3E 0%, #029148 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    outline: none;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 30px 0 0;
}

/*MEDIA QUERIES*/
/*991*/
@media (max-width:991px) {
    .po_block .inner_po .list_po li .box_po {
        padding: 0 30px;
    }
}

/*767*/
@media (max-width:767px) {
    .po_block .inner_po .order_block .acc_panel .acc_body .details_block .readmore_block .btn_readmore {
        height: 40px;
        line-height: 40px;
    }

    /*.po_block {
		padding: 100px 0 30px;
	}*/
    .po_block .inner_po .order_block .acc_panel .acc_head,
    .po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block {
        flex-direction: column;
        align-items: flex-start;
    }

    .po_block .inner_po .order_block .acc_panel .acc_head,
    .po_block .inner_po .order_block .acc_panel .acc_body {
        padding: 10px;
    }

    .po_block .inner_po .order_block .acc_panel .acc_head .txt_order_no,
    .po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block .txt_date,
    .po_block .inner_po .order_block .acc_panel .acc_head .date_status_arrow_block .txt_status .txt {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .po_block .inner_po .list_po li .box_po {
        padding: 0 10px;
    }

    .po_block .inner_po .order_block .acc_panel .acc_body .item_block .item_box .thumbnail .caption .subtitle {
        font-size: 16px;
    }

    .po_block .inner_po .order_block .acc_panel .acc_body .details_block .details_box .head_title {
        font-size: 18px;
    }

    .po_block .inner_po .list_po li .box_po .thumb_caption_block,
    .po_block .inner_po .list_po li .box_po .txt_value,
    .po_block .inner_po .list_po li .box_po .btn_reorder {
        margin: 0 0 20px;
    }

    .po_block .inner_po .list_po li .box_po .btn_reorder {
        width: 100%;
        height: 40px;
    }
}

/*320 to 500*/
@media (min-width:320px) and (max-width:500px) {}