.main {
	overflow: hidden;
	box-shadow: none;
}
.product-top {
	width: 90%;
	margin: 50px auto 30px;
}

.product-top .view {
	overflow: hidden;
}
.product-top h2 {
	font-size: 28px !important;
	color: #333 !important;
	text-align: center;
	line-height: 2;
}
.content {
	width: 90%;
	margin: 20px auto;
}
.content h3 {
	font-size: 16px;
	font-weight: bold;
	background: var(--primary-color);
	line-height: 2.5;
	color: #fff;
	padding: 0 15px;
}

.content p {
	font-size: 14px;
	line-height: 2;
}

.content p img {
	margin: 15px;
}
.content table {
	border: 1px solid #cfcfcf;
	width: 96%;
	margin: 0 auto;
	border-collapse: collapse;
}

.content td {
	border: 1px solid #cfcfcf !important;
}

.content td span {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.content tbody > tr:first-child td {
	border: 1px solid #a39999 !important;
}

.content tbody > tr:first-child td p {
	text-align: center !important;
}
thead td {
	background: #cfcfcf;
	text-align: center;
	border: 1px solid #cfcfcf;
}

thead th {
	background: #e8e5e5;
	text-align: center;
	border: 1px solid #a29a99;
	line-height: 3;
	color: #333;
	font-weight: normal;
}

.content td:first-child {
	white-space: nowrap;
}

.content td {
	text-align: center;
	line-height: 40px;
}
.content .imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content .imgs .img-item {
	margin: 0 !important;
	width: 19%;
	margin-bottom: 10px !important;
}
.imgs img {
	border: 1px solid #cfcfcf;
}

.imgs h4 {
	font-size: 16px;
	text-align: center;
	line-height: 2;
}

.widget {
	margin-bottom: 30px;
	padding-bottom: 35px;
}
.widget .widget-title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	border-bottom: 1px solid rgb(222, 222, 222);
}
.widget .widget-title {
	line-height: 1;
	padding-bottom: 0;
	font-family: 'DM Sans';
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin: 0 0 30px;
	padding-left: 15px;
	text-transform: uppercase;
	border: none !important;
	border-left: 3px solid var(--primary-color) !important;
}
.sidebar .nav {
	float: none !important;
	margin-left: 0;
}
.sidebar ul.service-menu li {
	width: 100%;
}
.sidebar ul.service-menu li a {
	display: block;
	background-color: #f4f4f4;
	padding: 15px 20px;
	border: 0;
	margin-bottom: 8px;
	position: relative;
	transition: 400ms;
	text-transform: capitalize;
}
.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
}
.sidebar ul.service-menu li a.btn-more {
	background: #25282b;
	color: #fff;
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
	.content .imgs .img-item {
		width: 49%;
	}
}
