/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.footer-top,
.footer-center { display: none; }

p { color: #000; }

#home_hero .liquid_box { border-radius: 0; }
#home_hero .liquid_box .image_description {
    top: 80px;
    left: 40px;
    right: auto;
    padding: 40px 35px 20px;
    background: rgba(255,255,255,0.7);
    width: 420px;
    border-radius: 20px;
}
#home_hero .liquid_box h3 {
    font-size: 40px;
    letter-spacing: normal;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

#content-wrapper .image_description p a {
    font-weight: 600;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    padding: 15px 60px;
    border-radius: 54px;
   margin: 20px 0 0;
}
#content-wrapper .image_description p a:hover {
    font-weight: 600;
    background: rgba(0,0,0,0);
    color: #000;
}

#home-img-amb .liquid_box h3 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: normal;
    color: #fff;
    font-weight: 700;
}
#content-wrapper #home-img-amb .image_description p a {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
#content-wrapper #home-img-amb .image_description p a:hover {
    background: rgba(255,255,255,0);
    color: #fff;
}

#home-img-prod .liquid_box h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 40px;
}
#home-img-prod p {
    font-size: 21px;
    max-width: 30%;
    line-height: 1.2;
}

#content-wrapper .title_block {
    font-size: 40px;
    text-transform: none;
    padding-bottom: 30px;
    font-weight: 300;
}

.product_list_default .functional-buttons { display: none; }
.product_list_default .thumbnail-container:hover { box-shadow: none; }
.product_list_default .thumbnail-container .product-meta {
    padding: 18px 18px 0;
    margin-top: 0;
}
.thumbnail-container .product-title a {
    font-size: 16px;
    font-weight: 600;
}
.thumbnail-container .product-price-and-shipping { margin: 10px 0 0px; }

.leo-megamenu .navbar-nav > li.active > a { color: #000; }
.leo-megamenu .navbar-nav > li.active:hover > a,
.leo-megamenu .navbar-nav > li.active:focus > a { color: #fa9090; }

#header .bottomnav p { margin: 0; }

#category .ajax_block_product { width: 25% !important; }
@media (max-width: 767px){
   #category .ajax_block_product { width: 50% !important; }
}


#product-availability,
.product-actions .product-add-to-cart .control-label,
.product-cover .layer,
.product-prices .tax-shipping-delivery-label,
#thumb-gallery  { display: none !important;  }
.product-detail-name { text-transform: none; }
.product-price {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.description-short { margin-top: 20px; }
.product-variants { border-top: none; }
.product-add-to-cart { margin-top: 40px; }
.blockreassurance_product .item-product { margin-right: 15px; }
.blockreassurance_product {
    display: flex;
    flex-direction: column;
}
.blockreassurance_product > div { display: flex; }

@media (min-width: 768px){
   .col-form_id-form_15874367062488778,
   #prod-details .images { padding-left: 60px; }
   .product-detail-name { margin-top: 30px; }
   .blockreassurance_product > div { padding-right: 40px; }
   #product .blockreassurance_product { flex-direction: row; }
}


#product .proven-data .slick-list {
    background: #C6B6A7;
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px 0px;
}
#product .proven-data .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    background: #c4c4c4;
    border-radius: 50%;
}
#product .proven-data .slick-dots li button:before,
.prod-quote .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    background: #c4c4c4;
    border-radius: 50%;
}
#product .proven-data .slick-dots li.slick-active button:before,
.prod-quote .slick-dots li.slick-active button:before { background: #000; }
#product .proven-data .slick-dots,
.prod-quote .slick-dots { bottom: -40px; }
#product .proven-data .title {
    font-size: 38px;
    font-weight: 600;
}
#product .proven-data .descript {
    max-width: 75%;
    margin: 0 auto;
}

.photos-group img,
#prod-details .images img { border-radius: 20px; }

#prod-details { margin-top: 70px; }
#prod-details .images .block { display: none; }
.product-id-1 #prod-details .images .img-1 { display: block; }
.product-id-2 #prod-details .images .img-2 { display: block; }
.product-id-3 #prod-details .images .img-3 { display: block; }
.product-id-4 #prod-details .images .img-4 { display: block; }

#product #content-wrapper .title_block { margin-top: 50px; }
#prod-details .nav-tabs li:first-child a { padding-left: 0; }
#prod-details .nav-tabs .nav-link { border: none; }
#prod-details .nav-item .nav-link { color: #c4c4c4; }
#prod-details .nav-item .nav-link.active,
#prod-details .nav-item .nav-separtor.active { color: #000; }

.prod-quote { margin: 40px 0 20px; }
.prod-quote .item {
    background: #C6B6A7;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}
.prod-quote .item .title {
    font-weight: 600;
    margin: 0 0 10px;
}
.prod-quote .item blockquote {
    font-style: italic;
    margin: 0 0 40px;
}
.prod-quote .item .quote-prod {
    font-weight: 600;
    margin: 20px 0 0;
}


.cms-id-6 .brcenter,
.cms-id-6 .page-header { display: none; }
.cms-id-6 #main { margin-top: 0; }
.cms-id-6 .page-content.page-cms { padding: 0; }


/***** Programme ambassadeur *****/

.cms-id-6 #wrapper .container {
    padding-left: 0;
    padding-right: 0;
	width: 100%;
}

#cms #ambassadeur h2 {
    font-size: 36px;
    margin: 0 0 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.6;
}
#cms #ambassadeur p {
	font-size: 16px;
	line-height: 1.4;
	color: #222222;
	margin: 0 0 20px;
}
#cms #ambassadeur p:last-child { margin: 0; }

#ambassadeur .slick-dots li button {
	width: 16px;
	height: 16px;
}
#ambassadeur .slick-dots li button:before {
    content: "";
    background-color: transparent;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
	border-radius: 100%;
	opacity: 1;
}
#ambassadeur .slick-dots .slick-active button:before { background-color: #fff; }

#cms #content #ambassadeur .block,
#ambassadeur #hero  {
	padding-top: 0;
	padding-bottom: 0;
}
#ambassadeur #hero .block {
	padding-top: 0;
	position: relative;
	height: 630px;
	overflow: hidden;
}
#ambassadeur #hero img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
#ambassadeur #hero .image_description {
    width: 480px;
    position: absolute;
    z-index: 9;
    padding: 50px 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    background: rgba(255,255,255,0.7);
    border-radius: 20px;
}
#cms #ambassadeur #hero h1 {
    font-size: 38px;
    line-height: 1.1;
    color: #222222;
    margin: 0 0 20px;
    text-align: left;
    font-weight: 300;
}
#cms #ambassadeur #hero h1 strong { font-weight: 600; }
#cms #ambassadeur #hero p {
	font-size: 20px;
	line-height: 1.3;
	color: #222222;
	margin: 0;
}
#ambassadeur a.btn-full,
#content-wrapper #why .image_description p a.btn-full{
    color: #000;
    background: #fff;
	border: #fff solid 1px;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 50px;
}
#ambassadeur a.btn-full:hover,
#content-wrapper #why .image_description p a.btn-full:hover {
    color: #fff;
    background: #000;
	border: #000 solid 1px;
}
#cms #ambassadeur #hero .btn-full { margin-top: 35px; }

#ambassadeur > div.ApRow:not(#hero) { padding: 30px 20px; }

#ambassadeur .intro {
	max-width: 835px;
	text-align: center;
	margin: 20px auto 0;
}
#cms #ambassadeur .intro p {
	font-size: 18px;
	margin: 0;
}
#cms #ambassadeur .intro p a {
    font-weight: 600;
    background: none;
    border: 1px solid #000;
    color: #000;
    text-transform: none;
    font-size: 16px;
    padding: 15px 60px;
    border-radius: 54px;
	margin-top: 30px;
	display: inline-block;
}
#cms #ambassadeur .intro p a:hover {
    background: #000;
    color: #fff;
}

#ambassadeur #tests {
	background: #FFF1E3 !important;
	margin-top: 40px;
}

#ambassadeur #why { text-align: center; }
#ambassadeur .images {
    max-width: 900px;
    margin: 60px auto 0;
    float: none;
    display: inline-flex;
}
#ambassadeur .images .block {
	width: 50%;
	margin: 0 20px;
	position: relative;
	overflow: hidden;
}
#ambassadeur .images .block img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
#ambassadeur .images .block .image_description {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 120px 20px 70px;
}
#ambassadeur .images .block .image_description:before {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	opacity: 1;
}
#cms #ambassadeur .images .block .image_description h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	padding: 0;
	top: -30px;
}
#cms #ambassadeur .images .block .image_description p {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	opacity: 1;
}

.amb-timeline {
	max-width: 1240px;
    margin: 0 auto;
    float: none;
}

/*Timeline*/

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .steps {
  position: relative;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-top,
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot { opacity: 0.5; }

.ps-timeline-sec .steps ul.ps-timeline {
  margin: 320px 0;
  padding: 0;
  border-top: 2px solid #F8D9BA;
  list-style: none;
}
.ps-timeline-sec .steps ul.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .steps ul.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #F8D9BA;
  border: 4px solid #F8D9BA;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 20px;
	font-weight: 700;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #F8D9BA;
  width: 2px;
  height: 50px;
  background: #F8D9BA;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #F8D9BA;
  width: 8px;
  height: 8px;
  background: #F8D9BA;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #F8D9BA;
  width: 2px;
  height: 50px;
  background: #F8D9BA;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #F8D9BA;
  width: 8px;
  height: 8px;
  background: #F8D9BA;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  left:35%;
  width: 30%;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 35%;
  margin-left:30%;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .steps ul.ps-timeline li p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.ps-timeline-sec .steps ul.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
}
.ps-timeline-sec .steps ul.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}

.titleStep{
font-weight: bold;
}

@media (max-width: 991px) {
	.ps-timeline-sec .steps ul.ps-timeline { margin: 420px 0; }
}

@media screen and (max-width: 767px) {
	
	.ps-timeline-sec .steps ul.ps-timeline {
		margin: 0 0 0 20px;
		border-left: 2px solid #F8D9BA;
		border-top: none;
		padding: 120px 0 0;
		float: left;
	}
	.ps-timeline-sec .steps ul.ps-timeline li {
		padding: 0 0 120px 0;
		width: 100%;
	}
	.ps-timeline-sec .steps ul.ps-timeline li:last-child { padding: 0 0 20px; }
	.ps-timeline-sec .steps ul.ps-timeline li span { left: 0; }
	.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:before,
	.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:after,
	.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:before,
	.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:after { content: none; }
	.ps-timeline-sec .steps ul.ps-timeline li .img-handler-top,
	.ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot {
		bottom: auto;
		width: 70px;
		margin: 0 0 0 42px;
		left: 0;
		top: -100px;
	}
	.ps-timeline-sec .steps ul.ps-timeline li p {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		line-height: 1.1em;
	}
	.ps-timeline-sec .steps ul.ps-timeline li .ps-bot,
	.ps-timeline-sec .steps ul.ps-timeline li .ps-top {
		width: 90%;
		float: right;
		right: auto;
		top: -12px;
		line-height: 18px;
		position: relative;
		margin: 0;
		padding: 0;
	}
}

body:not(#index) .page-footer {
    margin-top: 0;
    margin-bottom: 0;
}
#main .page-content {
    margin-bottom: 0;
}
.page-content.page-cms {
    text-align: left;
}



/*fin de timeline*/

#ambassadeur #ambassadors {
	background: #FFF1E3 !important;
	margin-top: 40px;
}
#ambassadeur #ambassadors h2 { margin: 0 0 50px; }
#ambassadeur #ambassadors .amb-item {
	display: flex;
	max-width: 1240px;
    margin: 30px auto;
    float: none;
	text-align: left;
}
#ambassadeur #ambassadors .amb-item-even { flex-direction: row-reverse; }
#ambassadeur #ambassadors .amb-item .block { width: 50%; }
#ambassadeur #ambassadors .amb-item .block_content { padding: 10px 30px; }
#ambassadeur #ambassadors .amb-item .text .block_content { padding: 80px 60px; }
#ambassadeur #ambassadors .amb-item .slick-slide {
	text-align: center;
	min-height: 0 !important;
}
#ambassadeur #ambassadors .amb-item .text h3 {
	font-weight: 300;
	font-size: 32px;
	line-height: 1.3;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 25px;
}
#ambassadeur #ambassadors .amb-item .text p {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
}
#ambassadeur #ambassadors .slick-dots li button:before { background-color: #fff; }
#ambassadeur #ambassadors .slick-dots .slick-active button:before {
	background-color: #FFB491;
	border-color: #FFB491;
}
#ambassadeur #ambassadors .slick-dotted.slick-slider { padding-bottom: 30px; }
#cms #ambassadeur #ambassadors .large {
    font-size: 36px;
    margin: 60px 0;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

#ambassadeur #team {
	background: #FFF1E3 !important;
	display: flex;
}
#ambassadeur #team .block.ApImage {
    margin-bottom: 0;
    height: 100%;
}
#ambassadeur #team .block.ApImage img {
    height: 100% !important;
    object-fit: cover;
}
#ambassadeur #team > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#ambassadeur #team .block.ApHtml .block_content {
    max-width: 520px;
    padding: 0 40px;
}
#ambassadeur #team .team {
    background: #fff;
    padding: 40px;
}
#ambassadeur #team .team .small {
	font-size: 0.95em;
	font-weight: 600;
}
#ambassadeur #team .team:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f10d";
    font-size: 60px;
    color: #000;
    margin: 0 0 40px;
    display: block;
}
@media (max-width: 767px) {
	#ambassadeur #team { flex-direction: column; }
	#ambassadeur #team .block.ApHtml .block_content { margin-top: 30px; }
}

#ambassadeur #team .team-list {
	display: none;
	max-width: 1240px;
    margin: 30px auto;
    float: none;
	text-align: left;
}
#ambassadeur #team .team-list .slick-track { display: flex; }
#ambassadeur #team .team-list .slick-slide {
	height: auto;
	width: 40vw;
}
#ambassadeur #team .team-list .slick-slide .block_content {
    background: #fff;
    padding: 35px 30px;
	height: 100%;
}
#ambassadeur #team .team-list .meta {
	display: flex;
	margin: 0 0 20px;
}
#ambassadeur #team .team-list .meta img {
    width: 64px;
    border-radius: 100%;
    margin: 0;
    height: 64px;
}
#ambassadeur #team .team-list .meta div { padding-left: 20px; }

#ambassadeur #questions {
	background: #F3F6F8 !important;
	margin-top: 40px;
	text-align: center;
}
#ambassadeur .questions-list {
    max-width: 820px;
    background: #fff;
    margin: 30px auto;
    float: none;
    display: inline-block;
    padding: 20px;
	text-align: left;
}
#ambassadeur .questions-list .question-item a {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
}
#ambassadeur .questions-list .question-item a.collapsed,
#ambassadeur .questions-list .question-item a.collapsed:focus { color: #212121; }
#ambassadeur .questions-list .question-item a.collapsed:hover { color: #eb7025; }
#ambassadeur .questions-list .question-item a:not(.collapsed),
#ambassadeur .questions-list .question-item a:not(.collapsed):focus,
#ambassadeur .questions-list .question-item a:not(.collapsed):hover { color: #eb7025; }
#ambassadeur .questions-list .question-item a i {
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
	font-style: normal;
}
#ambassadeur .questions-list .question-item a i:after {
	content: "\f054";
    display: inline-block;
	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#ambassadeur .questions-list .question-item a:not(.collapsed) i:after { transform: rotate(90deg); }
#ambassadeur .questions-list .item > div:not(.question-item) { margin: 0 0 20px; }
#ambassadeur .questions-list p { padding: 0 20px; }

#trustbeauty_ambassador_thread {
    max-width: 1240px;
    margin: 0 auto;
	padding: 0 30px;
}

#ambassadeur #ambassadors .amb-item .text {
	display: flex;
	align-items: center;
	justify-content: center;
}
#ambassadeur #ambassadors .amb-item .text .block_content {
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	#ambassadeur .images .block .image_description:before,
	#cms #ambassadeur .images .block .image_description p { opacity: 0; }
	#cms #ambassadeur .images .block .image_description h3 { top: 10px; }
	#ambassadeur .images .block .image_description:hover:before,
	#cms #ambassadeur .images .block .image_description:hover p { opacity: 1; }
	#cms #ambassadeur .images .block .image_description:hover h3 { top: -30px; }
}

@media (max-width: 991px) {
	#ambassadeur #ambassadors .amb-item .text .block_content { padding: 20px; }
}

@media (max-width: 767px) {
	#ambassadeur #team .team-list .slick-slide { width: 85vw; }
	#ambassadeur #hero .block { height: 400px; }
	#ambassadeur #hero .block:after {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		z-index: 1;
		content: "";
		top: 0;
		left: 0;
	}
	#ambassadeur #hero .image_description {
		width: 75%;
		padding: 30px;
		top: auto;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	#cms #ambassadeur #hero h1 {
		font-size: 30px;
		color: #000;
		margin: 0 0 15px;
	}
	#cms #ambassadeur #hero p {
		font-size: 16px;
		line-height: 1.3;
		color: #000;
	}
	#cms #ambassadeur #hero .btn-full {
		margin-top: 25px;
	}
	#ambassadeur #hero img { height: 100% !important; }
	#ambassadeur > div.ApRow:not(#hero) { padding: 20px; }
	#cms #ambassadeur h2 {
		font-size: 25px;
		margin: 0 0 30px;
	}
	#ambassadeur .images {
		margin: 30px auto 0;
		flex-direction: column;
	}
	#ambassadeur .images .block {
		width: 100%;
		margin: 10px 0;
	}
	#ambassadeur #ambassadors .amb-item { flex-direction: column; }
	#ambassadeur #ambassadors .amb-item .block { width: 100%; }
	#ambassadeur #ambassadors .amb-item .text .block_content { padding: 0 0 20px; }
	#ambassadeur #ambassadors .amb-item .text h3 {
		font-size: 20px;
		padding: 0 0 15px;
	}
	#ambassadeur #ambassadors .amb-item .block_content { padding: 10px 0; }
	#cms #ambassadeur #ambassadors .large {
		font-size: 25px;
		margin: 30px 0;
	}
}

#product .featured-products h2 {
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 40px;
    text-transform: none;
    padding-bottom: 30px;
    font-weight: 300;
}

#product .products {
    margin-right: -15px;
    margin-left: -15px;
}
#product .product {
width: 50%;
padding-right: 15px;
    padding-left: 15px;
float: left;
}
@media (min-width: 576px) {
#product .product { width: 50%; }
}
@media (min-width: 992px) {
#product .product { width: 25%; }
}

#product .products > div:nth-child(n+4),
.thumbnail-container .functional-buttons,
.thumbnail-container .leo_cart_quantity,
.thumbnail-container .highlighted-informations,
.thumbnail-container .product-description-short { display: none !important; }

#product .products .product-description {
display: flex;
flex-direction: column;
text-align: center;
}
#product .products .product-title {
    order: 1;
    padding: 0;
}
#product .products .product-price-and-shipping { order: 2; }
#product .products .trustbeautyreviews-products-listreviews {
    order: 3;
    padding: 0;
}