.PkgItemsDiv{
		display: block!important;
	clear: both!important;
	width: 100%!important;
	padding: 1vh 0;
	margin:0;
	}	
	
.PkgItemsList {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between!important;
    margin-bottom: 1rem!important;
}

.PkgItem {
		width: 32.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
		margin: 0 0 1vh .3%;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.9em;
}

.PkgItemQty,
.PkgItemPrice,
.PkgItemSku,
.PkgItemName {
    font-size: 0.9em;
}

.PkgItemQty { 
	width: 4%; 
	}
.PkgItemPrice { 
	width: 19%; 
	}
.PkgItemSku { 
	width: 20%; 
	}
.PkgItemName { 
	width:55%; 
	}

.PkgItemQty input[type="number"] {
    width: 100%;
}
