.cstm-accesoories-product-btn {
	margin-bottom: 20px;
}

.tagged_as_see_more {
	text-transform: uppercase;
	font-size: 14px;
	color: #222529;
	font-weight: 600;
}

.accessories-modal-inner .recent-img img {
	min-height: 200px;
	max-height: 240px;
}

.accessories-modal-inner {
	width: 80%;
	max-width: 1400px;
	background: #fff;
	margin: 40px auto;
	padding: 30px;
	max-height: 85vh;
	overflow-y: auto;
	border-radius: 8px;
	position: relative;
}

.accessories-close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}

.accessories-modal-inner h3 {
	margin-bottom: 25px;
}

@media (max-width:991px) {
	.accessories-modal-inner {
		width: 98%;
		padding: 20px;
	}
}