/* .order-heading a {
    margin-right: 10px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 4px;
} */
.order-heading{
         display:-webkit-flex;
    display: -webkit-flexbox;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    border-bottom: 1px solid #CFD4D6;
    padding-bottom: 15px;
}
.order-details span.pull-left{
    color: #3D3D3D;
    font-family: 'SFProMedium';
    font-size: 12px;
}
.order-details span.pull-right{
    color: #737373;
    font-family: 'SFProRegular';
    font-size: 12px;
}
.order-heading h5 {
    margin: 0 !important;
    font-size: 17px;
    margin: 0 !important;
    border-bottom: 0px solid #CFD4D6 !important;
    /* color: #000; */
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
.border-0 {
    border: 0!important;
}
.order-desc table{
    width: 100%;
    /* table-layout: fixed; */
}
.order-desc table thead {
    border-bottom: 1px solid #ccc;
}
.order-desc table tr th:first-child{
    width: 250px;

}
.order-desc table tr th{
    font-size: 13.1px;
    font-family: 'SFProMedium';
    padding: 12px 0;
    letter-spacing: 0.26px;
    color: #000000;
    text-align: left;
    font-weight: normal;

}

.order-desc table tr td:first-child {
    /* min-width: 170px; */
}
.order-desc table tr td img {
    box-shadow: 0 0 4px #ccc;
    padding: 7px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 10px;
    width: 52px;
    height: 46px;
}

.order-desc table tr td {
    font-size: 13.1px;
    color: #737373;
    font-family: 'SFProRegular';
    padding: 15px 0;
    /* min-width: 180px; */
    padding-right: 15px;
}


/*.product-card{
    height: 100%;
}
.product-card-info{
    height: calc(100% - 35px);
}*/
.product-wrapper{
    /* max-width: 115px; */
         display:-webkit-flex;
    display: -webkit-flexbox;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
}
.order-details-desc{
    overflow-y: auto;
}
.product-table tr td:first-child span {
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    width: 30%;
    /* display: inline-block; */
}
.product-qty{
    width: 90%;
}