/* Override CSS for the module display */

#hpprtb {
	margin-bottom: 100px;
}

#hpprtb .product-description {
	background: white;
	height: 70px;
}

#hpprtb .tabs {
	margin-top: 2rem;
	background: white;
	padding: 0px;
}

#hpprtb .right-link {
	float: right;
	padding-right: 20px;
}

/* ocean css */

#hpprtb .presentation-product {
	display: flex;
	justify-content: center;
	border: none;
}

#hpprtb .nav-link {
	border: 0;
	color: grey;
	font-weight: 600;
	font-size : 12px;
}

#hpprtb .nav-link.active {
	border: 0 0 3px 0;
	border-bottom: 3px solid #c4df9b;
	color: #137b51;
}

@media (min-width: 992px) {
	#hpprtb .nav-link {
		border: 0;
		color: grey;
		font-weight: 600;
		font-size : 24px;
	}
  }