.cartTitle {
	margin-top: 10px;
	text-align: left;
}

.cartTable {
	width: 100%;
	margin: 5px;
	border: 1px solid lightgrey;
	text-align: center;
}

.cartAdd {
	margin-top: 10px;
	margin-right: 70px;
	text-align: left;
	border: 0px;
	background: white;
}

.cartAdd i {
	color: #00ade8;
	font-size: 30px;
}

.cartTable th {
	text-align: center;
}

.cartTable tr {
	border: 1px solid lightgrey;
}

.cartTable td {
	border: 1px solid lightgrey;
}

#checkout {
	margin: 5px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: #00ade8;
	color: white;
	border: 0px;
	border: 1px solid #00ade8;
}

#checkout:hover {
	background: #fff;
	color: #00ade8;
}

#shop {
	font-family: 'Omnes';
	font-size: 14px;
}
/*
#shop div{
	margin:0px;
	padding:0px
}
*/
#shop #filterRow {
	padding: 20px;
}

#shop .filters {
	border-top: 1px solid lightgrey;
	padding: 20px;
}

#shop .filters .button {
	margin-top: 20px;
	padding: 10px 30px;
	background: #00ade8;
	color: white;
	border: 0px;
	border: 1px solid #00ade8;
}

#shop .filters .button:hover {
	background: #fff;
	color: #00ade8;
	font-weight: bold;
}

#shop .items {
	border: 1px solid lightgrey;
	/*background-image:url('../assets/images/backgrounds/background19.png');*/
}

#shop .items .itemTitle {
	color: white;
	/*background: #00ade8;*/
	font-family: 'Omnes-Semibold';
	font-size: 16px;
	text-transform: uppercase;
}
/*
#shop .items .itemFoto{
	text-align:center;
}
*/
#shop .items .itemsImg {
	background: #fff !important;
}

#shop .items .itemData {
	color: white;
	padding: 15px;
	background-image: url('../assets/images/backgrounds/background19.png');
	min-height: 120px;
}

#shop .items .itemData i {
	margin-right: 5px;
}

#shop .items .itemData p {
	margin-bottom: 5px;
}
/*
#shop .items .itemData b{
	font-size: 16px;
}
*/
#shop .items .colors {
	padding: 5px;
}

#shop .items .cart {
	padding: 9px 4px 4px 7px;
	background: #00ade8;
	border: 1px solid #fff;
}

#shop .items .cart:hover {
	color: #00ade8;
	background: #fff;
	cursor: pointer;
	border: 1px solid #00ade8;
}

#shop .items .fa-shopping-cart {
	font-size: 22px;
	top: 50%;
}

#shop .items hr {
	border: 0;
	width: 70%;
	color: #fff;
	background-color: #fff;
	height: 1px;
}

#shop .items .checkItem {
	margin-top: 26px;
	padding: 5px 30px;
	background: #00ade8;
	color: white;
	border: 0px;
	border: 1px solid #fff;
}

#shop .items .checkItem:hover {
	background: #fff;
	color: #00ade8;
	font-weight: bold;
	border: 1px solid #00ade8;
}
/*
#shop #paginationRow .pagination {
	margin:10px;	
}

#shop #paginationRow .pagination a{
	height:32px;
	width:32px;
	color:#00ade8;
	background: #fff;
	text-align:center;
	padding:5px;
	border-color:#00ade8;
}

#shop #paginationRow .pagination a:hover{
	color:#fff;
	background: #00ade8;
}
*/