/* =============================================
			Checkout Style				
============================================= */

.sj-widgetdashboard ul li{
    background-color: rgba(238, 231, 238, 0.773);
    font-size: 14px;
    font-weight: 500;
    color:darkgreen;
}


.sj-checkoutjournal {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}

.sj-title {
    float: left;
    width: 100%;
    /* addition */
}

.sj-title h3 {
    padding-top: 10px;
    font-size: 16px;
    color:blue;
    font-weight: bold;
}

.sj-title h4 {
    padding-top: 10px;
    font-size: 14px;
    color: darkgreen;
    font-weight: bold;
}

.sj-title h4 span {
    padding-top: 10px;
    font-size: 14px;
    color: darkgreen;
    font-weight: bold;
}

.sj-title h5 {
    padding-top: 10px;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

#sj-dashboardnav {
    background-color: azure;

}

#sj-asidebar {
    background-color: antiquewhite;
}

.align-left-right {
    display: flex;
    /* Make the container a flexbox */
    justify-content: space-between;
    /* Align items at opposite ends */
}

.align-left-right span {
    white-space: nowrap;
    /* Prevent wrapping to another line */
}
.sj-checkoutjournal .sj-title h3 {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.sj-checkoutjournal .sj-title {
    margin: 0 0 30px;
}

.sj-checkouttable {
    border: 1px solid #eee;
    border-collapse: collapse;
    margin: 0;
}

.sj-checkouttable thead:first-child>tr:first-child>th {
    font-size: 18px;
    text-align: left;
    line-height: 18px;
    border: 1px solid #eee;
    padding: 15px 30px;
}

.sj-checkouttable>tbody>tr>td {
    border-top: 1px solid #eee !important;
    border: 0;
    color: #222222;
    font-size: 16px;
    padding: 20px;
    vertical-align: middle;
    line-height: 19px;
    text-align: left;
}

.sj-checkouttable>tbody>tr:first-child>td:first-child {
    padding: 20px 0 20px 20px;
}

.sj-checkouttable>tbody>tr>td:first-child {
    width: 75%;
    padding: 20px 0 20px 100px;
}

.sj-checkouttable>tbody>tr>td:last-child {
    width: 25%
}

.sj-producttitle {
    width: 100%;
    float: left;
}

.sj-producttitle figure {
    width: 62px;
    margin: 0 20px 0 0;
    float: left;
}

.sj-producttitle figure img {
    width: 100%;
    float: left;
    display: block;
    border-radius: 5px;
}