.page-title {
    position: relative;
    padding: 50px 0px 60px;
	}
.content-section.services-content h3 {
    font-size: 18px;
    font-weight: 550;
    font-family: 'Lato', sans-serif;
}
table {
    background-color: transparent;
    width: -webkit-fill-available;
}
.cart-table tbody tr td {
    line-height: 24px;
    padding: 10px 30px 10px;
}
.cart-table thead tr th {
    font-weight: 1;
}
.cart-table .cart-header {

    text-transform: none; 
}
h4.cat {
    text-align: center;
    background: #22ad79;
    padding: 15px 0px;
    color: white;
	font-weight: 550;
	margin-bottom: 10px;
}