.vertical-30per-absolute-center {
	position: absolute;
  	top: 30%;
	-webkit-transform: translateY(-30%);
  	-moz-transform: translateY(-30%);
  	-ms-transform: translateY(-30%);
  	-o-transform: translateY(-30%);
}

.product-card-expanded {
	position: relative;
	height: 340px;
	margin-bottom: 80px;
	border-bottom: solid 1px #999;
}

.product-card-expanded .product-description {
	position: absolute;
	top: 14%;
	color: #000;
}

.product-card-expanded .presentation_new {  
  position: absolute;
  left: calc(30% + 40px);
  right: calc(30% + 40px);
  top: 0;
  margin: 0 auto;
  padding-bottom: 10px;
  max-width: 230px;
  text-align: center;
}

.product-card-expanded .presentation_new .img {
  width: calc(100% + 40px*4);
  margin-left: -80px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 150px;
}

.item-list-description {
	padding-bottom:60px;
}

.product-card-expanded .details {
	position: absolute;
    top: 28%;
    font-weight: 300;
	color: #000;
	right: -116px;
}

.highlight-title{
  display:none;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1.2em;
  color: #d1222c;
}

header p {
    text-transform: initial;
    text-align:  justify;
}

.main-section:nth-child(odd) .description_new ul {
	color: #222;
	opacity: 1;
	width: 30%;
}

.carousel-item:not(.tiny-carousel-item) .presentation_new {
	position: absolute;
	display: block;
	left: calc(30% + 40px);
	right: calc(30% + 40px);
	top: 0;
	margin: 0 auto;
	padding-bottom: 20px;
	max-width: 230px;
	text-align: center;
	color: #000;
}

.carousel-item:not(.tiny-carousel-item) .presentation_new .img {
	width: calc(100% + 40px*4);
	margin-left: -80px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 250px;
}

.carousel-item:not(.tiny-carousel-item) .details{
	position: absolute;
	top: 23%;
	right: -116px;

}

@media (max-width: 1000px){
	
	.item-list-description {
		padding-bottom:0px;
	}
	
	.details {
		margin-top: 0px;
	}
	
	.product-card-expanded .presentation_new {
		left: 0;
		right: 0;
		margin-right: 0;
		margin-left: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.product-card-expanded .product-description {
		top: 4%;
	}
	
}

@media (max-width: 632px){
	
	.carousel-item:not(.tiny-carousel-item) .presentation .img {
		margin-right: 25px;
		margin-left: auto;
		width: 80%;
	}
	
	.carousel-item:not(.tiny-carousel-item) .presentation {
		height: 80%;
		margin-right: 10px;
	}
	
	.carousel-item:not(.tiny-carousel-item) .presentation .title {
		margin-right: 25px;
	}
	
}

@media (max-width: 434px){
	
	.item-list-description {
		font-size: 0.90em;
	}
	
	.details {
		font-size: 0.90em;
	}
	
	.product-card-expanded .presentation_new {
		max-width: 150px;
	}
	
}
