@import url("roottheme.css");

.order-panle .order-list{
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    margin-bottom: 1em;
}


.order-panle .order-list .order-top {
    background: whitesmoke;
    padding: 10px 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 17px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #d0d0d0;
}

.hd_key{
    color: var(--tm-secondry-clr);
    font-weight: 500;
}

.hd_vls{
    color: var(--tm-five-clr);
    font-weight: 500;
}

.hd_usl{
    -webkit-text-stroke: thin;
    -moz-text-stroke: thin;
    font-size: 15px;
    font-weight: 600;
    color: #058b05;
}

.order-body .itm-crt{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 10px;
}

.order-body .itm-crt .ordImg{
    width: 20%;
}

.pimSty{
    max-width: 80px;
}

.order-body .itm-crt .orderDesc{
    padding-top: 8px;
}

.order-body .itm-crt .orderDesc p{
    line-height: 10px;
    font-weight: 400;
}

.order-body .itm-crt .orderDesc .pro-name{
    color: var(--tm-primary-clr);
    font-weight: 700;
}

.order-body .itm-crt .orderDesc .sold-by{
    color: var(--tm-five-clr);
}
.order-sumy{
    padding: 10px 10px;
}
.order-sumy .itm-crt{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 13px;
}

.order-sumy .itm-crt span{
    font-weight: 600;
}


@media only screen and (max-width: 768px) {
    .order-body .itm-crt .orderDesc p{
        line-height: 17px;
        font-weight: 400;
    }   
}