@charset "UTF-8";

h3{
	font-size: 18px;
	text-align:center;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
    color: #a9894a;
}

.pageTitle{
	padding:20px 0;
	margin-bottom: 20px;
}

.newShop table tr{
	border-bottom: #c8c9ca 1px solid;
}

.newShop table tr:first-child{
	border-top: #c8c9ca 1px solid;
}

.newShop table tr th{
	border-right: #c8c9ca 1px solid;
	padding: 15px;
	width:30%;
}

.newShop table tr td{
	padding: 15px;
}

.newShop .images ul{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.newShop .images ul li{
	flex: 0 0 48%;
	margin-bottom: 4%;
	position: relative;
}

.newShop .images ul li:after{
	position: absolute;
	right: 10px;
	bottom:10px;
	font-family: "FontAwesome";
	content: "\f002";
    font-size: 20px;
}
