.manual-shop {
	text-align: center;
}
.manual-shop ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	border-top: 1px solid #1E1E1E;
}
.manual-shop ul li {
	margin: 0;
	width: 25%;
	border-bottom: 1px solid #121212;
	border-right: 1px solid #121212;
	background: #FAF9F8;
	text-align: center;
}
.manual-shop ul li:nth-child(4), .manual-shop ul li:nth-child(8), .manual-shop ul li:nth-child(12) {
	border-right:none;
}
.manual-shop ul li .details {
	border-top: 1px solid #0B0B0B;
	background: white;
	padding: 13px 0 7px;
}
.manual-shop ul li a {
	text-decoration: none;
}
.manual-shop ul li span {
	display: block;
	font-family: 'presicav';
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.01rem;
	margin: -7px 0 0 0;
}
.manual-shop ul li span:hover {
	text-decoration: underline;
}
.manual-shop ul li em {
	font-family: 'Carefree Serif';
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 0;
}
.manual-shop ul li img {
	display: block;
	margin: 0 auto;
	width: 60%;
	height: 315px;
	object-fit: contain;
	object-position: center;
	transition: all 0.5s;
}
.manual-shop ul li:hover img  {
	opacity: 0.5;
}
.manual-shop ul li:hover span {
	text-decoration: underline;
}
.manual-shop .title-flex {
	max-width: 1029px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 58px 0 42px;
}
.manual-shop .title-flex p {
	margin: 0;
	font-family: 'Carefree Serif';
	font-size: 80px;
	font-weight: 100;
	text-transform: uppercase;
}
.manual-shop .title-flex p em {
	text-transform: capitalize;
}
.manual-shop .title-flex .button {
	font-family: 'presicav';
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin: -16px 0 0;
	background-image: url(../../assets/icons/utility/circle3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 17px 40px 15px 61px;
	border: none;
}
.manual-shop .title-flex .button:hover {
	text-decoration: underline;
}
.manual-shop .title-flex .button img {
	width: 13px;
	margin: 4px 0 -1px 9px;
	display: inline-block;
}
@media all and (max-width: 1280px) {
	 .manual-shop ul li img {
	  width: 65%;
	  height: 270px;
	 }
}
@media all and (max-width: 1080px) {
	.manual-shop .title-flex {
		max-width: 700px;
	}
	.manual-shop .title-flex p {
		font-size: 62px;
	}
}
@media all and (max-width:768px) {
	.manual-shop .title-flex {
		max-width: 500px;
	}
	.manual-shop .title-flex p {
		font-size: 40px;
	}
	.manual-shop ul li {
		width:50%;
	}
	.manual-shop ul li:nth-child(4), .manual-shop ul li:nth-child(8), .manual-shop ul li:nth-child(12) {
		border-right: 1px solid #121212;
	}
	.manual-shop ul li:nth-child(even) {
		border-right: none;
	}
}
@media all and (max-width:520px) {
	.manual-shop .title-flex {
		max-width: 95%;
	}
	.manual-shop .title-flex p {
		font-size: 32px;
	}
	.manual-shop .title-flex .button {
		padding: 13px 17px 10px 37px;
		margin: -13px 0 0;
	}
	.manual-shop ul li img {
		width: 100%;
		height: 200px;
		aspect-ratio: 1 / 1;
		padding: 20px;
	}
}