﻿/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [ORDERS DETAILS]

    [MEDIA QUERIES]
*/


/* [ORDERS DETAILS] --------------------------------------------------- */
.order-item-table-row {
    border-bottom: 0.06rem solid #ccc;
}

/* [ORDERS DETAILS] END--------------------------------------------------- */


/* [MEDIA QUERIES] --------------------------------------------------- */
@media screen and (min-width:768px)
{
#tblOrderSubItems tr > th {
    background: none;
    border-bottom: 0;
    border-top: 0.06rem solid #ccc;
    padding-top: 1.25rem;
}
}
/* [MEDIA QUERIES] END--------------------------------------------------- */