#items-page-son li.active a{
	background-color: #b89a59;
	color: #fff;
}
#items-page-son li a {
	color: #000;
	border-radius: 0;
}
.tab-content-items-page-son 
table tr td{
	padding-right: 5%;
	color: #170718;
}
.tab-content-items-page-son 
table tr td h1{
	color: #000;
	font-family: Montserrat-Bold;
	font-size: 36px;
	margin-top: 10px;
}
.tab-content-items-page-son 
table tr td h2 strong,
.tab-content-items-page-son 
table tr td h2 strong span{
	color: #000;
	font-family: Montserrat-Bold;
	font-size: 24px;
}
.tab-content-items-page-son
table tr td ul li,
.tab-content-items-page-son 
table tr td p{
	color: #000;
	font-family: Montserrat-Light;
	font-size: 16px;
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: left;
}
#items-page-son > li + li {
	margin-top: 0;
	border-left: 2px solid #b89a59;
	border-right: 2px solid #b89a59;
	border-top: 2px solid #b89a59;
}
#items-page-son li:first-child {
	border-top: 2px solid #b89a59;
	border-left: 2px solid #b89a59;
	border-right: 2px solid #b89a59;
}
#items-page-son li:last-child {
	border-bottom: 2px solid #b89a59;
}
.tab-content-items-page-son strong {
	display: block;
	margin-top: 1%;
	font-family: Montserrat-Bold, sans-serif;
}
.tab-content-items-page-son ul {
	list-style: outside;
	margin-left: 2em;
	margin-top: 2%;
}
.tab-content-items-page-son ul li{
	margin-bottom: 2%;
}

.tab-content-items-page-son table, .tab-content-items-page-son table tbody,
.tab-content-items-page-son table th, .tab-content-items-page-son table td {
	display: block;
	width: 100%!important;
	height: auto!important;
	padding-left: 0!important;
}

@media only screen and (max-width: 575.98px) {
	#items-page-son {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-bottom: 5%;
	}
	#items-page-son li {
		flex: 0 0 auto;
		border-radius: 0;
		border-bottom: 2px solid #b89a59;
		margin: 0;
	}
	#items-page-son li.active {
		background: #b89a59;
	}
	#items-page-son li:last-child {
		border-left: 2px solid #b89a59;
		border-right: 2px solid #b89a59;
	}
	#items-page-son li:first-child {
		border-right: 0;
	}
	.nav-pills li.active a:after {
		content: none;
	}
	#items-page-son > li + li {
		border-left: 0;
	}
	#items-page-son li:first-child {
		border-right: 2px solid #b89a59;
	}
	#items-page-son li:last-child {
		border-left: 0;
	}
}

@media only screen and (min-width: 768px) { 
	.tab-content-items-page-son table, .tab-content-items-page-son table tbody {
		display: block;
		width: 100%!important;
		height: auto!important;
	}

	.tab-content-items-page-son table th, .tab-content-items-page-son table td {
		width: 50%!important;
		padding-left: 0!important;
		display: table-cell;
	}
	.tab-content-items-page-son .tab-pane.active {
		padding-top: 30px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.nav-pills li.active a:after {
		content: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.tab-content-items-page-son .tab-pane.active {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.tab-content-items-page-son .tab-pane.active {
		padding-top: 0;
	}
}
