/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-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);
}
.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%;
  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;
}
.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 */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 48%;
}
.tmcategorylist .customNavigation, .testimonial-block-part .customNavigation {
	top: 54%;
}
.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.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;
}
#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 41%;
}
.special-products:hover .customNavigation, .products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, #tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation  {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
/* .lastest_block .customNavigation {
	top: -70px;
	bottom: auto;
	right: 20px;
} */

.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;
}
.tmcategorylist .customNavigation i.prev, 
.testimonial-block-part .customNavigation i.prev, 
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev,
.btn.prev.accessories_prev {
	left: -20px;
}
.tmcategorylist .customNavigation i.next, 
.testimonial-block-part .customNavigation i.next, 
#tminstagramblock .btn.next.instagram_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;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}
.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 {
  color: #fff;
}
.customNavigation i.prev:hover::before {
  color: #fff;
}
#tmleftbanner img,
#tmleftbanner1 img {
  max-width: 100%;
}
#tmleftbanner1 li,
#tmleftbanner li {
  overflow: hidden;
  position: relative;
  float: left;
}
#tmleftbanner li a,
#tmleftbanner1 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.crosssell-products .customNavigation,
.productscategory-products .customNavigation {
  right: 0;
  top: 17px;
}
.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) {
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_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) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}

@media (max-width: 991px) {
  #tmleftbanner li img,
  #tmleftbanner1 li a {
    width: auto;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
  #main .images-container .js-qv-mask {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next, 
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 30%;
  }
  .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) {
}
/* 18-01-2025 */

/* Home */
#_desktop_producteur {
  float: right;
  padding: 7px 0;
}

#_desktop_producteur a.vendor-link {
  line-height: 24px;
  display: block;
  color: #7e7e7e;
}

.header-top-main.bg_main .container {
  text-align: center;
}
.products-section-title {
  text-transform: none !important;
}

.seller-miniature .thumbnail-container {
  position: relative;
  padding: 0;
}

.seller-miniature a.thumbnail.seller-thumbnail {
  margin: 0;
}

.seller-miniature a.thumbnail.seller-thumbnail img {
  width: 100% !important;
}

.seller-miniature .seller-description {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000038;
  padding: 5px;
  border: none;
  box-shadow: 0 -3px 3px 0 #00000054;
}

.home-top-sellers .home-top-sellers-footer {
  margin-bottom: 30px;
}

.home-top-sellers .home-top-sellers-footer .read_more {
  color: #128C7E;
}

.seller-miniature .seller-description  * {
  color: #FFF !important;
  margin: 0;
}

h2.follow-title {
  text-transform: none;
  color: #253d4e;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 auto 15px;
  padding: 0 0 15px 0;
  text-align: center;
  width: 100%;
  background-color: transparent;
  position: relative;
  font-size: 23px;
  font-weight: 600;
}

#tmcategorytabs .product-description .product-brand {
  min-height: 19px;
  display: inline-block;
}

#tmcategorytabs .product-description .product_list_shop_by {
  text-align: left;
}

#tmcategorytabs .tmcategorytabs-footer {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.wps-blog-slider {
  display: none;
}

.ets_block_latest.page_home {
  margin-top: 70px;
  padding: 0;
}

.ets_block_latest.page_home .block_content {
  margin-left: -15px;
  margin-right: -15px;
}

.ets_block_latest.page_home .products-section-title {
  margin-bottom: 15px;
}

.ets_block_latest.page_home .blog_description {
  min-height: 96px;
}

.ets_blog_ltr_mode a:hover,
.ets-blog-wrapper-detail a:hover,
.ets-blog-like-span:hover,
.blog-main-page a:hover,
.ets_button_backtolist:hover,
.ets-block-comment-report:hover {
  color: #3bb77e;
}

.ets-block-comment-reply:hover,
.ets_title_block:hover,
.read_more:hover,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]+.btn.btn-default:hover,
.comment-content .post_title span a:hover,
.list_category_item .sub_category li a:hover,
.ets_block_categories .active>a:hover,
.ets-blog-comment-info .post-author .ets_title_block:hover,
.blog-managament-information .help-block a:hover,
#form_blog a.ets_button_backtolist:hover {
  color: #3bb77e;
}

.ets_mp_shop_main_detail .block-seller-banner .seller-banner {
  position: relative;
}

.ets_mp_shop_main_detail .block-seller-banner .seller-banner img {
  filter: brightness(0.6);
}

.ets_mp_shop_main_detail .block-seller-banner .seller-banner img.qr-code {
  position: absolute;
  filter: none;
  width: 100px;
  height: auto;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.ets_mp_shop_main_detail .block-seller-banner .seller-banner img.qr-code + a  {
  position: absolute;
  right: 25px;
  bottom: 0px;
  color: #FFF;
  padding: 3px 10px;
  z-index: 1;
}

.ets_mp_shop_main_detail .block-seller-banner .seller-banner img.qr-code + a:hover {
  color: #3bb77e;
}

.ets_mp_shop_main_detail #js-product-list-header .block-seller {
  padding: 30px;
}

.ets_mp_shop_main_detail #js-product-list-header .block-seller .seller-cover {
  margin: -85px 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.ets_mp_shop_main_detail #js-product-list-header .block-seller .seller-cover .col {
  display: flex;
  align-items: end;
}

.ets_mp_shop_main_detail #js-product-list-header .block-seller .seller-cover .col.gap-15 {
  gap: 15px
}

.ets_mp_shop_main_detail #js-product-list-header .block-seller .seller-cover .col img {
  margin-right: 30px;
  border-radius: 4px;
  border: 2px solid #FFF;
  background-color: #FFF;
}

.ets_mp_shop_main_detail #js-product-list-header .block-seller .seller-cover .col .seller-social {
  margin-bottom: 15px;
}

.ets_mp_shop_main_detail .block-seller .seller-cover {
  width: 100%;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner {
  width: 100%
}

.ets_mp_shop_main_detail .block-seller .seller-social a {
  background: transparent !important;
  border: 1px solid #3bb77e;
  border-radius: 50%;
  color: #3bb77e !important;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .product_review_shop {
  display: none;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 30px;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title a {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-right: 6px;
  padding: 10px 25px;
  line-height: 20px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 4px;
  display: inline-block;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title a.tab.active {
  background-color: #128C7E;
  color: #FFF;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title a:not(.tab):hover {
  background-color: #128C7E;
  color: #FFF !important;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title .ets_mp_map {
  position: relative;
  right: auto;
  top: auto;
  font-size: 18px;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title .ets_mp_map a {
  color: #253d4e;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title .ets_mp_map a:hover {
  color: #3bb77e;
}

.ets_mp_shop_main_detail .block-seller .block-seller-inner .tabs .tabs-title a.no-hover:hover {
  color: #253d4e;
}

.ets_mp_shop_main_detail .block-seller .block-title {
  margin-top: 15px;
}

.ets_mp_shop_main_detail .block-seller .block-title h1 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 900;
}

#products .products {
  margin: 0 -10px;
}

#products .products .product {
  flex: 0 0 25%;
  max-width: 25%;
}

#products .products .product .thumbnail-container a.thumbnail.product-thumbnail {
  display: block;
}


.page-product .product-additional-info .mp_shop_seller_detail .product.product_review_shop,
.page-product .product-additional-info .social-sharing,
.page-product .viewed-products  {
  display: none;
}

.page-product .productscategory-products {
  margin-top: 70px;
}

.page-product .productscategory-products .product_list .product-description .product-brand {
  min-height: 19px;
  display: inline-block;
}

.page-product .productscategory-products .product_list .owl-controls.clickable {
  float: left;
  width: 100%;
}
.page-product #product-comments-list-footer,
.page-product #product-comments-list,
.page-product .product-page .product-additional-info {
  float: left;
  clear: both;
}

.page-product #product-comments-list {
  width: 100%;
}

.page-product #product-comments-list .product-comment-list-item {
  display: flex;
  clear: both
}

.page-product #product-comments-list .product-comment-list-item .comment-infos {
  order: 2;
}

.page-product #product-comments-list-footer {
  width: 100%;
}

.page-product #product-comments-list-footer .post-product-comment {
  line-height: 1;
}

.page-product #product-comments-list-header {
  float: left;
  clear: both;
}

body.tax-display-enabled .ets-mp-page-content-seller .alert {
  width: 100%;
  height: auto;
}

body.tax-display-enabled .ets-mp-page-content-seller #submitApplication {
  display: none
}

body.tax-display-enabled .ets-mp-page-content-seller #seller-register-form {
  display: block !important;
}

.ets_mp_content_left li.ets_mp_item.active a, .ets_mp_content_left li.ets_mp_item:hover a {
  background: #128C7E;
}

#header .header-top .header_logo {
  padding: 17px 0;
}

#header .header_logo a {
  display: inline-block;
}

#header .logo,
.footer .logo {
  width: 200px
}

.hidden-md-down.cart-shoptext {
  display: none;
}

ul.ets_mp_list_seller li.seller-miniature .thumbnail.seller-thumbnail {
  margin-bottom: 0;
}

ul.ets_mp_list_seller li.seller-miniature .thumbnail.seller-thumbnail {
  height: 100%;
}

ul.ets_mp_list_seller li.seller-miniature .thumbnail.seller-thumbnail img {
  height: 100%;
  width: auto !important;
  max-width: none;
}

#left-column .block,
#right-column .block {
  box-shadow: none;
  padding: 0;
}

.btn-comment {
  background-color: #f0f0f0;
  color: #253d4e;
  box-shadow: none;
}

.btn-comment:hover {
  background-color: #128C7E;
  color: #FFF;
}

.tmcategorylist .tmcategorylist-footer {
  clear: both;
  float: left;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.btn {
  text-transform: none !important;
}

.btn-success {
  color: #fff;
  background-color: #128C7E;
  border-color: #128C7E;
}
#spe_res {
  float: left;
  width: 100%;
  position: relative;
}

#spe_res #tmcategorylist-carousel .owl-controls.clickable{
  float: left;
  clear: both;
  width: 100%;
  display: none !important;
}
.brands .customNavigation,
#spe_res .customNavigation {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  height: 38px;
}

.tmcategory-container #spe_res  .categoryblock .block_content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tmcategory-container #spe_res .categoryblock .block_content .categorylist .cate-heading {
  margin: O;
}

.brands #brand-carousel .brand-image {
  display: block;
  width: 100%;
  height: 100%;
}

.brands #brand-carousel .brand-image a {
  padding: 10px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands #brand-carousel .brand-image a img{
  max-width: 150px;
  width: auto;
  max-height: 100%;
}

/* Admin */

label.px-0.control-label {
  min-height: 48px;
}

#ets_mp_product_form .row {
  clear: both;
  float: left;
  width: 100%;
}

.ets_mp_content_left .panel {
  float: left;
  width: 100%;
}

.form-group.row {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#seller-form .step > .row.form-group {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#seller-form .step>.row.form-group .form-group {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}

#vacation-form .form-group.row {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#vacation-form .form-group.row .form-group {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}

.section-item.ets_mp-section-commissions {
  clear: both;
  float: left;
  width: 100%;
}
body#checkout .custom-checkbox span {
  top: 0;
}
/* end Admin */

.footer .block_content li {
  padding: 0;
}

body#product .product-page .product-information .product-manufacturer {
  display: none;
}

body#product .product-tabcontent .tab-pane .product-manufacturer a {
  display: block;
  max-width: 200px;
  margin-bottom: 30px;
}

.product-description .product-brand {
  display: block;
  min-height: 19px;
}

#category .product_list .product_item .product_list_shop_by {
  font-size: 14px;
}
#stores #stores-table {
  border: none;
}

#stores #stores-table thead,
#stores #stores-table tbody td.num,
#stores #stores-table tbody td.address {
  display: none;
}
#stores #stores-table tbody {
  display: flex;
  margin: 0 -15px;
}

#stores #stores-table tbody tr {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
#stores #stores-table tbody td.name {
  display: block;
  border: none;
  padding: 0;
}
#stores #stores-table tbody td.name img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
#stores #stores-table tbody td.name a {
  display: block;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

#stores #stores-table tbody td.name .address {
  text-align: center;
}

/* titre engagement  qualité*/
.engagement{
  color:#fff !important;
}

/* cacher certaines fonctionnalité aux producteurs*/
.ets_mp_item .mp-seller-attributesicons{
  display:none !important;
  }

.ets_mp_item .mp-seller-withdrawicons{
    display:none !important;
}

.ets_mp_product_tab li.ets_mp_tab.active:after {
  border-color: #128C7E;;
}

#ets_mp_product_form .alert.alert-success {
  clear: both;
  background-color: #128C7E;
  border-left: solid 3px #128C7E;
  color: #FFF;
}

.col-md-12.pb-1 {
  padding-bottom: 16px;
}

.ets_blog_filter_form {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  padding: 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 11px 0 #ddd;
}

.ets_blog_filter_form > div {
  padding: 0 15px;
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.ets_blog_filter_form>div label {
  margin-bottom: 0;
  margin-right: 10px;
}

.ets_blog_filter_form>div input,
.ets_blog_filter_form>div select {
    background: transparent;
    font-size: 14px;
    padding-right: 30px;
    border: 1px solid #ddd;
    padding-top: 0;
    height: 37px;
    padding-bottom: 0;
    min-width: 170px;
}

.ets_blog_filter_form .btn {
  min-width: 170px;
}

#_desktop_language_selector {
  display: none;
}

* {
  text-transform: none !important;
}

#seller-description-part2 {
  display: none;
}

/**
 * Styles personnalisés pour les formulaires du module fourmiz_blog
 * Inspiré du design moderne fourni par l'utilisateur
 * Version finale avec toutes les corrections
 */

/* Conteneur principal du formulaire */
.fourmiz-blog-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Open Sans', Arial, sans-serif;
}

/* Style des groupes de formulaire */
.fourmiz-blog-form .form-group {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}

/* Style des libellés */
.fourmiz-blog-form label {
  display: block;
  width: 200px;
  text-align: left;
  padding-top: 8px;
  color: #333;
  font-weight: 500;
}

/* Style des champs de saisie */
.fourmiz-blog-form input[type="text"],
.fourmiz-blog-form input[type="date"],
.fourmiz-blog-form input[type="file"],
.fourmiz-blog-form textarea,
.fourmiz-blog-form select {
  flex: 1;
  min-width: 300px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

/* Style des champs de texte */
.fourmiz-blog-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* Style des indications sous les champs */
.fourmiz-blog-form .form-text {
  width: 100%;
  margin-left: 200px;
  margin-top: 5px;
  color: #777;
  font-size: 13px;
}

/* Style des boutons */
.fourmiz-blog-form .btn-primary {
  background-color: #1b9e77;
  border-color: #1b9e77;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.fourmiz-blog-form .btn-primary:hover {
  background-color: #168f6b;
  border-color: #168f6b;
}

.fourmiz-blog-form .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.fourmiz-blog-form .btn-secondary:hover {
  background-color: #5a6268;
  border-color: #5a6268;
}

/* Style des boutons d'action */
.fourmiz-blog-form .form-actions {
  margin-top: 30px;
  margin-left: 200px;
}

/* Style des boutons radio et cases à cocher */
.fourmiz-blog-form .radio-group,
.fourmiz-blog-form .checkbox-group {
  display: flex;
  flex: 1;
  min-width: 300px;
  gap: 20px;
}

.fourmiz-blog-form .radio-item,
.fourmiz-blog-form .checkbox-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.fourmiz-blog-form .radio-item input[type="radio"],
.fourmiz-blog-form .checkbox-item input[type="checkbox"] {
  margin-right: 5px;
}

/* Correction pour les ellipses autour des boutons radio */
.fourmiz-blog-form .radio-group label {
  width: auto;
  padding-top: 0;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.fourmiz-blog-form .custom-radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.fourmiz-blog-form .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.fourmiz-blog-form input[type="radio"] {
  margin-right: 5px;
  outline: none !important;
}

.fourmiz-blog-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  box-shadow: none !important;
  outline: none !important;
}

.fourmiz-blog-form .custom-radio:hover input ~ .checkmark {
  border-color: #ccc;
}

.fourmiz-blog-form .custom-radio input:checked ~ .checkmark {
  border-color: #1b9e77;
  width: 18px;
  height: 18px;
  margin-top: -5px;
}

.fourmiz-blog-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.fourmiz-blog-form .custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.fourmiz-blog-form .custom-radio .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1b9e77;
}

/* Correction pour le double cercle vert dans les boutons radio */
.fourmiz-blog-form .custom-radio input:checked + span.custom-radio {
  display: none !important;
}

.fourmiz-blog-form .custom-radio input {
  opacity: 0 !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
}

.fourmiz-blog-form .radio-group input[type="radio"]:checked {
  background: none !important;
}

.fourmiz-blog-form .radio-group input[type="radio"]:checked::before {
  display: none !important;
}

/* Style pour les mentions "Optionnel" */
.fourmiz-blog-form .optional {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-left: 10px;
}

/* Style pour les images actuelles */
.fourmiz-blog-form .current-image {
  margin-left: 200px;
  margin-bottom: 10px;
}

.fourmiz-blog-form .current-image img {
  max-width: 300px;
  border: 1px solid #ddd;
  padding: 5px;
  background: #f9f9f9;
}

.fourmiz-blog-form .current-image p {
  margin-top: 5px;
  font-size: 13px;
  color: #777;
}

/* Style pour les messages d'alerte */
.fourmiz-blog-form .alert {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 4px;
}

.fourmiz-blog-form .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.fourmiz-blog-form .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

/* Style pour les badges */
.fourmiz-blog-form .badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
}

.fourmiz-blog-form .badge-success {
  background-color: #1b9e77;
  color: white;
}

.fourmiz-blog-form .badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.fourmiz-blog-form .badge-info {
  background-color: #17a2b8;
  color: white;
}

.fourmiz-blog-form .badge-secondary {
  background-color: #6c757d;
  color: white;
}

/* Responsive design */
@media (max-width: 768px) {
  .fourmiz-blog-form label {
      width: 100%;
      margin-bottom: 5px;
  }
  
  .fourmiz-blog-form .form-text,
  .fourmiz-blog-form .form-actions,
  .fourmiz-blog-form .current-image {
      margin-left: 0;
  }
  
  .fourmiz-blog-form input[type="text"],
  .fourmiz-blog-form input[type="date"],
  .fourmiz-blog-form input[type="file"],
  .fourmiz-blog-form textarea,
  .fourmiz-blog-form select,
  .fourmiz-blog-form .radio-group,
  .fourmiz-blog-form .checkbox-group {
      width: 100%;
      min-width: auto;
  }
}

.product-prices .tax-shipping-delivery-label {
  vertical-align: initial;
}

/* menu */
#search_block_top {
  margin: 39px 0;
}

.header-top .head-wishlist,
.header-top .head-compare {
  margin-top: 53px;
}

#_desktop_cart {
  margin-top: 46px;
}


#left-column .block-categories {
  display: none;
}

#category #js-product-list-header {
  display: none;
}

#module-abonnementmarketplace-subscribe #breadcrumb_wrapper .breadcrumb {
  display: none;
}

.ets_item_img {
  aspect-ratio: 1 / .8;
  background: transparent;
  display: flex;
  align-items: center;
  background-color: transparent;
}

.ets_mp_tabs a.tab_link.active {
  color: #128C7E;
}

.ets_mp_tabs a.tab_link.active:before {
  background: #128C7E;
}

a.tab_link.active+span.ets_mp_block-categories_arrow:before {
  border-top-color: #128C7E;
}

ul.ets_mp_sort_by_dropdown_ul li:hover,
ul.ets_mp_sort_by_dropdown_ul li.selected {
  background-color: #128C7E;
}

.ets_mp_list_seller+.paggination .links>b {
  background: #128C7E;
  border-color: #128C7E;
}

#ets_blog_page .ets-blog-list li {
  float: none;
}

[id^="module-abonnementmarketplace-"] #left-column {
  display: none;
}

[id^="module-abonnementmarketplace-"] #content-wrapper  {
  width: 100%;
  padding: 0;
}

.page-my-account #content .links #abonnement-marketplace-link{
  display: none !important;
} 

.page-my-account #content .links #ets_mp_registration-link{
  display: none !important;
}

.page-my-account #content .links a[href="https://fourmiz.ch/fr/module/fourmiz_blog/createpost"] {
    display: none !important;
}

.product-tabcontent .tabs .nav-tabs .nav-item a[href="#sizechartcmsblock"],
.product-tabcontent .tabs .tab-content #sizechartcmsblock {
  display: none;
}


#category.layout-both-columns #content-wrapper {
  padding-left: 40px;
}

body#module-stfeature-mywishlist #left-column {
  display: none;
}

body#module-stfeature-mywishlist #content-wrapper {
  padding: 0;
  width: 100%;
}

.ets_mp_content_left a.link_contact_back {
  color: #128C7E;
  border: none;
  border-radius: 0;
}

body#registration #customer-form .form-control-label {
  line-height: 45px;
  margin: 0;
}

body#registration #customer-form .form-control-valign .radio-inline:not(:last-child) {
  margin-right: 20px;
}

body#registration #customer-form .form-control-valign .radio-inline .custom-radio {
  margin: 0;
}

.ets_mp_form_related_product{display: none !important;}

li.ets_mp_tab[data-tab="Options"] {
    display: none !important;
}

#module-ets_marketplace-products #content-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

#module-ets_marketplace-products #content-wrapper .row .ets_mp_content_left.col-lg-3 {
  flex: 0 0 25%;
  float: none;
}

#module-ets_marketplace-products #content-wrapper .row .ets_mp_content_left.col-lg-9 {
  flex: 0 0 75%;
  float: none;
  padding-bottom: 15px;
}

#module-ets_marketplace-products #content-wrapper .panel,
#module-ets_marketplace-products #content-wrapper .table-responsive {
  height: 100%;
}

#products .products .product_list.list article.product_item .center-block {
  float: left;
}

label {
  margin: 0;
  line-height: 36px;
}
.form-control-valign {
  padding-top: 0;
}
.form-control {
  padding: 5px 12px;
}

ul#tabOrder,
ul.myTab_order {
  display: inline-flex;
}

.st-wishlist-button.added i {
  color: #3bb77e;
}

.st-wishlist-button.added i::before {
  content: "\f004"; /* unicode fa-heart */
  font-family: "FontAwesome";
  color: #3bb77e;
}

.st-wishlist-button.added .st-wishlist-bt-content span {
  background-color: #3bb77e; /* rempli */
  border: none;
}

.block-seller-banner .block-seller-group{display: none !important;}