.card-view>.img-container>img {
	height: 100%;
	width: 100%;
}

.part-number>h4 {
	color: rgb(0, 134, 72);
}

.datasheet {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
}

.part-info {
	margin: 5% 2%;
}

.cta-button {
	background-color: rgb(0, 198, 107);
	color: black;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.single-view-container {
	padding: 3%;
}

.img-col {
	position: relative;
}

.img-col::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 50%;
	background-color: #ccc;
	transform: translateY(-50%);
}

.title-col {
	position: relative;
}

.title-col::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: .5px;
	height: 50%;
	background-color: #ccc;
	transform: translateY(-50%);
}

.icon-col {
	border-left: 1px solid #ccc;
}

.description-col {
	border-left: 1px solid #ccc;
}

.list-item {
	margin-bottom: 16px;
}

.salescatalogCard {
	width: 100%;
	border: 1px solid #00000030;
	padding: 5%;
	margin-top: 15px;
}

.fa-file-pdf-o {
	font-size: 25px;
	color: black
}

/* 36432 css changes start */
.pdp-url {
	font-size: 16px;
	line-height: 22px;
	font-family: "ApercuAvnetBold", Arial, sans-serif;
	white-space: nowrap;
}

.part-number {
	width: 100% !important;
}

.card-subtitle {
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: ApercuAvnetBold;
	color: #1E252B;
	font-size: 13px;
	line-height: 17px;
}

.product-sub-name {
	font-style: italic;
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, sans-serif;
	color: #1E252B;
}

.card-text {
	padding-top: 10px !important;
	overflow: hidden;
	display: -webkit-box;
	font-size: 13px !important;
	line-height: 17px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.img-container {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 186px;
	padding-top: 10px;
	height: 180px;
	text-align: center;
}

.prod-description {
	min-height: 60px;
	max-height: 60px;
}

.part-info-detail {
	flex: 1;
}

/* 36432 css changes end */