/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  /* display: none; */
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
#featureProduct .customNavigation,
.product-accessories .customNavigation,
.productscategory-products .customNavigation,
#newProduct .customNavigation,
#bestseller .customNavigation,
.special-products .customNavigation{
	position: absolute;
	width: 100%;
	top: 39%;
}

.customNavigation {
  display: none;
  position:relative;
  z-index: 959;
  width: 100%;
  direction: ltr !important;
  text-align:center;
  clear:both;
}
.customNavigation a {
  position:relative;
  font-size: 18px;
  font-weight:bold;
  line-height: 32px;
  padding: 0;
  background: #fff;
  color: #c7c7c7 !important;
  border: 1px solid #c7c7c7;
  height: 32px;
  width: 32px;
  cursor: pointer;
  overflow: hidden;
}
#featureProduct .customNavigation a.prev,
.special-products .customNavigation a.prev,
#bestseller .customNavigation a.prev,
#newProduct .customNavigation a.prev {
	left: -10px;
	position: absolute;
	background-size: 20px;
}
.product-accessories .customNavigation a.prev,
.productscategory-products .customNavigation a.prev{
  left: -15px;
  position: absolute;
  background-size: 20px;
}
#featureProduct .customNavigation a.next,
.special-products .customNavigation a.next,
#bestseller .customNavigation a.next,
#newProduct .customNavigation a.next {
	right: -10px;
	position: absolute;
	background-size: 20px;
}
.product-accessories .customNavigation a.next,
.productscategory-products .customNavigation a.next{
    right: -15px;
  position: absolute;
  background-size: 20px;
}
.customNavigation a.prev {
	background: transparent url("../img/megnor/left_arrow.svg")no-repeat center;
	background-size: auto;
	height: 32px;
	width: 32px;
	display: inline-block;
	position: relative;
	border: none;
}
.customNavigation a.prev:hover {
	background: transparent url("../img/megnor/left_arrow-hover.svg")no-repeat center;
	background-size: 20px;
}
.customNavigation a.next {
  background: transparent url("../img/megnor/right_arrow.svg")no-repeat center;
  height: 32px;
  width: 32px;
  display: inline-block;
  position: relative;
  border: none;
}
.customNavigation a.next:hover {
	background: transparent url("../img/megnor/right_arrow-hover.svg")no-repeat center;
	background-size: 20px;
}
.customNavigation a:hover{
	border-color: #000;
}
.customNavigation a:hover:before{ color: #000; }

/*.customNavigation a.prev {
  left: 47%;
}
.customNavigation a.next {
  right: 47%;
}*/
@media (max-width: 1300px) {
}
@media (max-width: 991px) {
	.customNavigation a.prev {
		left: 0px;
	}
	.customNavigation a.next {
		right: 0px;
	}
	#main .images-container .js-qv-mask { margin:0px; }
}
@media (max-width: 479px) {
}
.additional_slider .customNavigation .btn.next:before{ padding-left: 3px;}
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}
#featureProduct .customNavigation, .product-accessories .customNavigation, .productscategory-products .customNavigation, #newProduct .customNavigation, #bestseller .customNavigation, .special-products .customNavigation {
  top: 35%;
}

/******* Subbanner *******/
#tmsubbanner {
    float: left;
    margin: 30px 0;
}
#tmsubbanner li {
    float: left;
	width: 50%;
}
#tmsubbanner li a{
   display: block;
}
#tmsubbanner li img{ width: 100%; }
#tmsubbanner li:first-child,
#tmsubbanner li:last-child {
    padding-right: 10px;
}

/******* Block logos soutenir *******/
#block-soutenir {
  text-align: center;
}
#title-soutenir {
  color: #fff;
  margin-bottom: 40px;
}
#logos-soutenir a {
  margin-right: 40px;
}
#logos-soutenir img {
  max-height: 100px;
}
@media (max-width: 479px) {
  #logos-soutenir a {
    margin-right: 0;
    display: block;
  }
}

/******* Footer *******/
#footerlogo {
  margin-right: 40px;
}

/******* Grey background image trick (TEMP) *******/
.products img,
.product-images img,
.product-cover img
{
    /* filter: brightness(95%); */
}

.flexslider {
  max-height: 70vh;
}
.flexslider .flex-direction-nav a {
  color: #fff;
}
.flexslider .flex-direction-nav a.flex-next:hover {
  right:0;
}
.flexslider .flex-direction-nav a.flex-prev:hover {
  left:0;
}
.flexslider .flex-control-nav {
  width: auto;
}


.copyright {
  display: none;
}

.promotions {
  background-color: var(--sand);
  padding: 10px 0 40px;
  margin-top: 60px;
}
.promotions .products .product_list li.product_item article {
  border-color: var(--sand);
}
.promotions .products-section-title {
  color: var(--orange);
}

@media (max-width: 768px) {
  #tmcmsblock {
    display: none;
  }
  .promotions {
    padding: 1px 0 40px;
    margin-top: 0;
  }
}


#_mobile_logo a img.logo {
  display: none;
}
#_mobile_logo a {
  display: inline-block;
  height: 50px;
  width: 180px;
  background: transparent url("../img/logos/logo-Le-Biomonde-2022.png") no-repeat center center;
  background-size: contain;
}
.footer .title .material-icons {
  color: #fff;
}
.footer .title:not(.collapsed) .material-icons.closed {
  display: none;
}
.footer .title.collapsed .material-icons.open {
  display: none;
}
.link-comment {
  text-decoration: none;
}
.page-cart .breadcrumb {
  display: none !important;
}
#product .product-quantity .st-compare-button.btn-product.btn i.fa-area-chart,
.quickview .st-compare-button.btn-product.btn i.fa-area-chart {
	margin: 1px 0 0 -3px;
}
.fa-area-chart::before {
  font-size: 21px;
}
.attachment {
  border-top: 1px #eee solid;
  margin-bottom: 12px;
  padding-top: 13px;
}
.attachment a {
  text-decoration: none;
}
.attachment a:hover {
  text-decoration: underline;
}
.attachment i.fa {
  margin-right: 10px;
}

.block-rss > h1 {
	margin: 30px 0;
}
.block-rss > div {
	display: flex;
	gap: 30px;
	margin: 0;
}
.block-rss article {
  position: relative;
  background-color: var(--sand);
  padding: 20px 20px 70px;
  border-radius: 20px;
  color: var(--green-dark);
  width: 33.33%;
}
@media (max-width: 768px) {
  .block-rss > div {
  	flex-wrap: wrap;
  }
  .block-rss article {
    width: 100%;
  }
}
.block-rss article h2 {
  color: var(--green-dark);
}
.block-rss article img {
  border-radius: 8px;
}
.block-rss article .btn {
  position: absolute;
  bottom: 20px;
  margin: 0;
  width: calc(100% - 40px);
}
.block-rss a {
  text-decoration: none;
}
.block-rss a:hover p.btn {
  background-color: var(--orange);
  border-color: var(--orange);
}
.voir-tous a.btn {
  margin: 30px auto;
}

.page-my-account #content .links a#returns-link {
  display:none;
}

.cart-summary-totals {
  border-top: 1px #ddd dashed;
}
.checkout.cart-detailed-actions.card-block {
  padding-top: 0;
}
#js-checkout-summary hr {
  display: none;
}
#js-checkout-summary .cart-summary-totals {
  border-top: none;
}
.product-miniature .product-detail + h3 {
  display: none;
}
.st-wishlist-bt-content .fa.fa-heart::before {
  font-size: 19px;
}

.seo {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 1em 0 1.5em;
  text-align: justify;
}
.seo h1 {
  margin-bottom: .5em;
}
.seo .extrait:after {
  content: ' [...]';
}
.seo.open .extrait:after {
  content: '';
}
.seo #liresuite {
  display: block;
  cursor: pointer;
  color: var(--green);
  position: absolute;
  bottom: 0;
  left:0;
}
.seo #liresuite:hover {
  text-decoration: underline;
}
.seo h1, .seo p, .seo span.suite, .seo.open #liresuite {
  display: none;
}
.seo h1.first, .seo p.first,
.seo.open h1, .seo.open p {
  display: block;
}
.seo.open span.suite{
  display: inline;
}
