/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  display: flex !important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow-x: clip;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.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;
  display: flex;
  height: auto;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.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 */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 57%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.products .customNavigation {
	top: 35%;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, 
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}
.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.testimonial-block-part .customNavigation i.prev, 
.special-products .customNavigation i.prev,
.btn.prev.accessories_prev {
	left: -20px;
} 
.testimonial-block-part .customNavigation i.next, 
.special-products .customNavigation i.next,
.btn.next.accessories_next  {
  right: -20px;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .testimonial-block-part .customNavigation i.prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: -15px;
  }
  .testimonial-block-part .customNavigation i.next,
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .testimonial-block-part .customNavigation i.prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 5px;
  }
  .testimonial-block-part .customNavigation i.next,
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 5px;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 13px;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
	
	#header .header-top .header_logo img.logo 
	{
		width:160px !important;
	}

	.elementor-nav a, .elementor-nav a:hover {
		padding:2px !important;
		line-height:30px;
	}

}


.newsletter_title {
	font-size:40px !important;
}


.elementor-image {
	/*border:1px solid #efefef !important;*/
}

#header .elementor-image {
	border:0px solid #efefef !important;
}

#imglogo {border:0 !important;}


/* Catalogue produit */
.products .product-miniature {
	border:1px solid #efefef !important;
	padding:20px !important;
}


.products .product-detail {
	display:none;
}

.quick-view {
	display:none;
}

.product-brand {
	display:none;
}

.add-to-cart {
	width:100%;
	background-color:#000000;
	font-family: 'Jost', serif;
	font-size:13px;
	font-weight:300;
}

#products .product-description, .products .product-description, .product-accessories .product-description {
	text-align:center !important;
}

#products .product-title a, .products .product-title a, .product-accessories .product-title a {
	text-align:center !important;
}



.product-price-and-shipping {
	text-align:center !important;
}

#products .product-description, .products .product-description, .product-accessories .product-description {
	float:none !important;
}


.btn {
	border-radius:0px !important;
}


.sub-menu {
	background-color:#efefef;
}


/* Option sûre et universelle */
html, body {
  /overflow-x: hidden;
}

.elementor-nav a, .elementor-nav a:hover {
	/*z-index:5;*/
}

.elementor-button.elementor-size-md {
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 4px;
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg
 {
	 height:35px !important;
	 width:35px !important;
 }
 
 .blockreassurance_product .item-product {
 width:35px !important;
  }
 
.product .btn.btn-primary.add-to-cart, .product_list.grid .btn.btn-primary.add-to-cart {
	width:100%;
}

.fmm_sticker_base_span {
	top:25px !important;
  }
  
.product-flags .out_of_stock {
    padding: 4px 8px 4px 6px;
    background-color: #efefef;
	color:#666666;
}  
  
  
.social-sharing {
	display:none !important;
}
  
.add-to-cart-button {
	display:none;
}


.input-radio:checked + span, .input-radio:hover + span {
	border:0;
	background: #ffffff;
	text-decoration:underline;
	color:#000000;
}

.radio-label {
	min-width:0;
	padding:0;
	font-size:13px;
	border:0px;
}


input.input-radio[disabled] + .radio-label {
  color: #ccc !important;
}

.groupLi input.input-radio:disabled + .radio-label {
  color: #ccc !important;
}

.groupUl .radio-label.ps-stock-zero { color: #ccc !important; }

/* Taille en rupture : grise + curseur interdit */
.groupUl .radio-label[style*="color:#ccc;"] {
  cursor: not-allowed;
}
.groupUl input.input-radio:disabled + .radio-label {
  cursor: not-allowed;
  color: #ccc !important;
}

.ce-product-variants__option
{
border-style:none !important;
border-width:0 !important;
border-bottom:1px solid #efefef !important;
background-color:#ffffff !important;
color:#000000 !important;
}


body#checkout #cart-summary-product-list img {
width:80px !important;
height:80px !important;
}


.sub-menu {
	z-index:10000;
}


.estimateddelivery h4:before, .ed_orderbefore:before {
	display:none;
}

/* Quand l'input radio est coché, le span associé change de style */
.ce-product-variants__radio:checked + .ce-product-variants__option {
  background-color: #111;   /* exemple : fond noir */
  color: green !important;   /* texte blanc */
  border: 2px solid #111;   /* contour si besoin */
  font-weight:bold;
  border-bottom:1px solid #000000 !important;
}



#social-link svg {
  height:30px !important;
}


