@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: rgba(253, 249, 243, 1);
    position: relative;
    min-height: 100vh;
    padding-bottom: 0 !important;
}
#wrapper{margin-bottom:20px}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    text-transform: none;
}
.th-new-products .hb-header {
  padding-right: 85px;
}
.header_navfull .dropdown-menu .ps_categorytree .left-block__title a:hover,
.category-tree__item__header .category-tree__item__link:hover,
#header .user-info #userMenuButton:hover,
#top-menu li a:hover,
#top-menu li:hover>a,
#top-menu li.current>a,
.footer .footer__block__toggle i,
#footer ul li a:hover,
#footer .footer__block__title,
.sl-header-inner .marketplace-link:hover,
.sl-footer a:hover,
.custom_color{
  background: linear-gradient(90deg, #DFAC36 0%, #D59D37 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dropdown i.expand-more{
    background: url("../img/arrow_down.svg") no-repeat center;
    font-size: 0;
    width: 20px;
    height: 20px;
    line-height: normal;
}
.el-custom-gradient-btn a,
.custom-gradient-btn,
.custom-border-btn,
.custom-btn{
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    padding: 8px 10px;
    outline: none;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
}
.el-custom-gradient-btn-border a{
	padding: 1px !important;
}
.el-custom-gradient-btn-border a .elementor-button-content-wrapper{
	display: block;
	padding: 12px 25px;
	background: #fff;
	border-radius: 8px;
}
.el-custom-gradient-btn-border a:hover .elementor-button-content-wrapper {
  background: none;
}
.custom-border-btn{
  background: #fff;
}
.custom-btn:hover{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.custom-border-btn:hover{
  background: #000;
  color: #fff;
}
.el-custom-gradient-btn a{
	padding: 13px 26px;
    color: #000;
}
.el-custom-gradient-btn a,
.custom-gradient-btn {
  background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
  border-color: #F5E072;
  background-repeat: no-repeat;
}
.el-custom-gradient-btn a:hover,
.custom-gradient-btn:hover {
  background: linear-gradient(-90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
}
form .form-group{
    margin-bottom: 20px;
}
form .form-control{
    border: 1px solid rgba(217, 217, 217, 0.5) !important;
    background: #fff;
    border-radius: 10px !important;
    padding: 10px;
    outline: none !important;
    box-shadow: none !important;
}
form .form-control:active,
form .form-control:visited,
form .form-control:focus{
    background: rgba(238, 238, 238, 0.59);
}
form select.form-control{
    background: #fff url("../../img/select.svg") no-repeat calc(100% - 10px) center !important
}
form .form-control[name="password_confirm"]:focus, 
form .form-control[name="password"]:focus, 
form .form-control[name="password_confirm"], 
form .form-control[name="password"]{
    width: 100%;
    z-index: 0;
}
.buyer-password-wrap .buyer-pwd-toggle,
form .form-control[name="password_confirm"] + .input-group-append,
form .form-control[name="password"] + .input-group-append{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.buyer-password-wrap .buyer-pwd-toggle span,
form .form-control[name="password_confirm"] + .input-group-append button,
form .form-control[name="password"] + .input-group-append button{
    font-size: 0;
    background: url('../../img/ion_eye-on-outline.svg') no-repeat center / 17px;
    padding: 0;
    border: none;
    min-width: 50px;
    min-height: 16px;
    height: 100%;
}
.buyer-password-wrap .buyer-pwd-toggle span,
form .form-control[name="password_confirm"] + .input-group-append button i,
form .form-control[name="password"] + .input-group-append button i{
    font-size: 0;
}
.buyer-password-wrap .buyer-input[type="text"] + .buyer-pwd-toggle span,
form label[for="password_confirm"] + .input-group .form-control[type="text"] + .input-group-append button,
form label[for="password"] + .input-group .form-control[type="text"] + .input-group-append button{
    background: url('../../img/ion_eye-off-outline.svg') no-repeat center;
}
form label {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}
form .custom-checkbox input[type="checkbox"] {

}
form .custom-checkbox label {
    margin: 0 0 0 5px;
    font-weight: 500;
}
form .custom-checkbox label a{
    text-decoration: none;
    border-bottom: 1px solid #EFCD6F;
}
.custom-radiobox .custom-radiobox-row {
    gap: 30px;
    margin-top: 10px;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.custom-checkbox input[type="checkbox"] + label,
.custom-checkbox input[type="radio"] + label{
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    font-weight: normal;
}
.custom-checkbox input[type="checkbox"] + label:after,
.custom-checkbox input[type="checkbox"] + label:before,
.custom-checkbox input[type="radio"] + label:after,
.custom-checkbox input[type="radio"] + label:before{
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid rgba(217, 217, 217, 1);
    position: absolute;
    left: 0;
    top: 0;
}
.custom-checkbox input[type="checkbox"]:checked + label:after,
.custom-checkbox input[type="checkbox"]:checked + label:before,
.custom-checkbox input[type="radio"]:checked + label:after,
.custom-checkbox input[type="radio"]:checked + label:before{
    border-color: #000;
}
.custom-checkbox input[type="checkbox"]:checked + label:after,
.custom-checkbox input[type="radio"]:checked + label:after{
    height: 12px;
    width: 12px;
    left: 4px;
    top: 4px;
    background: #000;
}
#content-wrapper {
  padding-bottom: 0;
}
#content-wrapper .page-footer{
	margin: 0;
}
#header .header_bottom_right span,
#header .header_bottom_right a,
#header .form-select{
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 16px;
	line-height: normal;
}
#header .form-select{
	padding: 0 20px 0 0;
	border: none;
	background: url(../img/select.svg) no-repeat right center / 14px;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
}
.video_cover{
	position: relative;
	border-radius: 15px;
	/*height: 420px;*/
}
.video_cover .site_video{
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}
.video_button{
	position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  z-index: 999;
  width: 64px;
  height: 64px;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.is-playing .video_button{
	opacity: 0;
}
.video_cover:hover .video_button{
	opacity: 1;
}

/* Style Header */
#header {
	width: 100%;
	transition: transform 0.3s ease;
	background: white;
	z-index: 1000;
	padding: 0 0 20px;
	position: initial;
}

#header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	padding: 0;
}
#header .header-top {
  background: linear-gradient(90deg, #D59D37 0%, #DFAC36 100%);
  padding: 10px 0;
}
#header .header-top .footer__block {
  width: auto;
}
#header .header-top .footer__block .footer__block__toggle,
#header .header-top .footer__block .footer__block__title{
  display:none !important;
}
#header .header-top .footer__block .footer__block__content{
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 15px;
}
#header .header-top ul li a{
  color: #fff;
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  text-transform: none;
}
#header .header-top .header-top__right ul li a{
  font-weight: 800;
}
#header .header-bottom .weshop_logo a {
  max-height: max-content;
  max-width: 135px;
  margin: 0 0 0 -9px;
}
#header .we_search {
  margin-right: 30px;
}
#header #search_widget form {
  position: relative;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 30px;
  width: 500px;
  max-width: 100%;
  padding: 10px;
}
#header #search_widget form i.search {
  background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#header #search_widget form i.search:hover {
  background: linear-gradient(-90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
}
#header #search_widget form input {
  padding: 6px 45px 6px 10px;
  background: none;
  border-radius: 0;
  font-size: 14px;
  line-height: normal;
  color: rgb(0, 0, 0);
  height: auto;
}
#header #search_widget .search-widgets__dropdown {
  max-width: 100%;
  top: 0;
  width: 100%;
  left: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 50px;
}
#header #search_widget .search-widgets__dropdown .search-result,
#header #search_widget .search-widgets__dropdown .search-result__name {
  margin: 0;
}
#header .search__container {
  width: 100%;
  max-width: calc(100% - 65px);
}
#header .search__offcanvas #search_widget {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
#header .search__offcanvas .offcanvas-header {
  padding: .375rem 15px;
  gap: 15px;
}
#header .search__offcanvas .offcanvas-header .btn-close {
  margin: 0;
  background: url(../img/we-close.svg) no-repeat center;
  font-size: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  outline: none !important;
  box-shadow: none !important;
}
#header .blockcart .header-block__icon {
  width: auto;
  height: auto;
}
#header .header-block__badge {
  background: rgb(216, 0, 39);
  color: #fff;
  font-size: 10px !important;
  width: 18px;
  height: 18px;
  margin: -10px 0 0 -10px;
  line-height: 19px !important;
}
#header .search__mobile .header-block__icon {
  width: 30px;
  height: 30px;
  background: url(../img/search.svg) no-repeat center;
  font-size: 0;
}
#header .search__mobile .header-block__action-btn {
  padding: 0;
}
#header .header-bottom {
  border: none;
}
#header.is-fixed .header-bottom {
  border: none;
  margin: 0 !important;
}
.header_navfull .dropdown {
  margin-right: 15px;
}
.select-title {
  background: rgb(58, 58, 58);
  border-radius: 35px;
  color: #fff;
  border: none;
  padding: 10px 25px;
  outline: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-decoration: none;
}
.select-title svg{
  opacity: 1;
}
#header .main-menu {
  order: initial;
}
#header .main-menu #top-menu {
  justify-content: space-between;
}
.header_navfull .dropdown-menu .ps_categorytree .left-block__title a,
.category-tree__item__header .category-tree__item__link,
#top-menu li a {
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.user-info .header-block__action-btn:after,
#top-menu li a:after,
#top-menu li a svg{
  display:none;
}
#top-menu li a.dropdown-toggle svg{
  display:block;
}
#top-menu li:hover>a svg path,
#top-menu li.current>a svg path,
#top-menu li a:hover svg path{
  fill: #D59D37;
}
.language-selector img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  font-size: 0;
}
.language-selector .dropdown-menu {
  padding: 6px 12px;
}
.language-selector .dropdown-menu li{
  padding: 4px 0;
}
.language-selector .dropdown-menu li a{
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}
#header .user-info #userMenuButton{
	padding: 0;
}
#header .user-info #userMenuButton:hover svg path{
	fill: #DFAC36;
}
@media (max-width: 1199px) {
	#header .we_search {
	  margin-right: 0;
	}
	#header #search_widget form {
	  width: 340px;
	}
	.header_navfull .dropdown {
	  margin-right: 10px;
	}
	#top-menu li a {
	  font-size: 14px;
	  padding: 8px 7px;
	  gap: 3px;
	}
	.select-title {
	  padding: 8px 15px;
	  gap: 10px;
	  font-size: 14px;
	}
}
@media (max-width: 991px) {
	#header {
	 padding: 0 0 7px;
	}
	#header .header_bottom_right .menuicon a{
		padding: 0;
	}
	#header .header_bottom_right .menuicon a .header-block__icon {
	  font-family: Material Icons,Arial,sans-serif;
	  font-size: 28px;
	  margin: 0;
	}
	.user-info .custom-btn {
	  border: none;
	  background: none;
	  padding: 0;
	}
	#header #search_widget form {
		width: 240px;
	}
	#header .header_navfull .dropdown,
	#header .header_navfull .main-menu{
		display:none !important;
	}
	#header .header-bottom {
		margin: 0 !important;
	}
}
@media (max-width: 767px) {
	.header-top .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-top-desktop {
		justify-content: center !important;
	}
	#header .header-top .footer__block .footer__block__content {
	  gap: .5rem;
	}
	#header #search_widget form {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.header_bottom_right {
	  gap: 10px !important;
	}
	#header .header-bottom .weshop_logo a {
	  max-width: 110px;
	}
}

/* Style Footer */
#footer {
  background: rgb(51, 51, 51);
  padding: 25px 0 20px;
}
.footer__before {
  background: rgb(255, 255, 255);
  padding: 30px 0;
  margin: -25px 0 50px;
}
.blockreassurance{
	padding: 0;
}
.blockreassurance .rce_icon,
.blockreassurance .rce_icon img{ 
  height: auto;
  max-height: 70px;
  max-width: 70px;
  margin: 0;
}
.blockreassurance .rce_desc {
  text-align: left;
  font-size: 14px;
  line-height: normal;
}
.blockreassurance .block-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 16px;
  padding: 0;
  height: auto;
  max-width: 100%;
  display: block;
}
#footer .footer__main{
  background: none;
  padding: 0;
}
#footer .footer__main__top {
  margin-bottom: 60px;
}
#footer .footer__block__title {
  background-image: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: normal;
	margin: 12px 0 20px;
}
#footer ul{
  margin: 0;
  padding: 0;
}
#footer .footer__block .footer_logo,
#footer ul li,
#footer ul li a{
	color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  padding: 0;
}
#footer ul li{
  padding: 5px 0;
}
#footer .footer__block{
	width: 20%;
  margin: 0;
}
#footer .footer__block .footer_logo {
  
}
#footer .footer__block .logo {
  margin: 0 0 15px -8px;
}
#footer .footer_main_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
}
#footer .footer_main_bottom .fb_center li a,
#footer .footer_main_bottom {
  font-size: 12px;
  line-height: normal;
  color: #fff;
  outline: none;
  text-decoration: none;
}
#footer .footer_main_bottom .fb_center ul{
  margin: 0 -3px;
}
#footer .footer_main_bottom .fb_center li{
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 3px;
}
#footer .footer_main_bottom .fb_center li a{
  
}
#footer .footer_main_bottom .fb_center li:after{
  content: "";
  height: 12px;
  background: #fff;
  width: 1px;
}
#footer .footer_main_bottom .fb_center li:last-child:after{
  display: none;
}
.block-social a {
  background: rgba(255, 255, 255, 0.16);
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #footer .footer__main__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__before {
    padding: 5px 0 25px;
    margin: -25px 0 30px;
  }
  #footer .footer__main__top {
    margin-bottom: 0;
  }
	#footer .footer__block {
	  width: 100%;
	  margin-bottom: 15px;
	}
	#footer .footer__block__title {
	  margin: 0;
	}
	.footer_bottom_cover {
	  justify-content: center !important;
	  gap: 10px !important;
	}
}

#module-target_supplier-publicprofile{
	padding-top: 0 !important;
}
#module-target_supplier-publicprofile #wrapper,
#manufacturer #wrapper {
  position: relative;
}
#module-target_supplier-publicprofile .breadcrumb__wrapper,
#manufacturer.page-manufacturer .breadcrumb__wrapper {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background: none;
  margin: 0;
}
#module-target_supplier-publicprofile .breadcrumb__wrapper .breadcrumb,
#manufacturer.page-manufacturer .breadcrumb__wrapper .breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb__wrapper .breadcrumb span,
.breadcrumb__wrapper .breadcrumb a{
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: normal;
  color: #000;
}
.breadcrumb__wrapper .breadcrumb span + svg path,
.breadcrumb__wrapper .breadcrumb a + svg path{
  fill: #000;
}
#module-target_supplier-publicprofile .breadcrumb__wrapper .breadcrumb span + svg path,
#manufacturer.page-manufacturer .breadcrumb__wrapper .breadcrumb a + svg path{
  fill: #fff;
}
#manufacturer  .breadcrumb__wrapper .breadcrumb span,
#manufacturer .breadcrumb__wrapper .breadcrumb a,
#module-target_supplier-publicprofile .breadcrumb__wrapper .breadcrumb span,
#module-target_supplier-publicprofile .breadcrumb__wrapper .breadcrumb a{
  color: #fff;
}
.breadcrumb__wrapper .breadcrumb .breadcrumb-item:last-child svg,
.breadcrumb__wrapper .breadcrumb .breadcrumb-item:before{
  display: none;
}
.breadcrumb__wrapper .breadcrumb .breadcrumb-item{
  padding: 0;
}
.breadcrumb__wrapper .breadcrumb .breadcrumb-item svg{
  margin: -3px 5px 0 3px;
}
.wrapper_manufacturer .banner_manufacturer img {
  width: 100%;
  height: 432px;
  object-fit: cover;
  object-position: center;
}
.wrapper_manufacturer .infos_manufacturer {
  background: #fff;
  padding: 25px 0 100px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.wrapper_manufacturer .infos_manufacturer .infos_manufacturer_cover {
  gap: 120px;
}
.wrapper_manufacturer .infos_manufacturer .manu_logo {
  background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  min-width: 190px;
  min-height: 190px;
  padding: 2px;
  margin: -75px 0 0 0;
}
.wrapper_manufacturer .infos_manufacturer .manu_logo_cover {
  width: 186px;
  height: 186px;
  min-width: 186px;
  min-height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.wrapper_manufacturer .infos_manufacturer .manu_logo_cover img{
  max-width: 110px;
  max-height: 110px;
  object-fit: contain;
  object-position: center;
}
.wrapper_manufacturer .infos_manufacturer .page-title-section {
  font-size: 28px;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  margin: 0 0 12px 0 !important;
  color: #000;
}
.wrapper_manufacturer .infos_manufacturer .manu_desc,
.wrapper_manufacturer .infos_manufacturer .manu_desc p{
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: rgb(124, 124, 124);
}
.wrapper_manufacturer .infos_manufacturer .manu_desc p:last-child{
  margin: 0;
}
.wrapper_manufacturer .infos_manufacturer_right .infos_link {
  min-width: 148px;
  text-align: center;
  padding: 13px 10px;
  color: #000;
  gap: 10px;
  font-family: "Montserrat Alternates", sans-serif;
  white-space: nowrap;
}
.wrapper_manufacturer .infos_manufacturer_right .infos_link svg {
  min-width: 16px;
}
.wrapper_manufacturer .infos_manufacturer_right .infos_link:hover {
  color: #000;
}
.wrapper_manufacturer .infos_manufacturer_right .custom-border-btn:hover,
.wrapper_manufacturer .infos_manufacturer_right .custom-btn {
  color: #fff;
}
.wrapper_manufacturer .infos_manufacturer_right .custom-border-btn:hover svg path{
  fill: #fff;
}
.wrapper_manufacturer .infos_manufacturer_right .custom-btn:hover svg path{
  fill: #000;
}
.wrapper_manufacturer .supplier-tabs{
  margin-top: -53px;
  margin-bottom: 80px;
}
.wrapper_manufacturer .supplier-tabs .nav-tabs .nav-link {
  font-size: 18px;
  line-height: normal;
  padding: 10px 50px 20px;
  margin: 0;
  color: #000;
  font-weight: 400;
  background: none;
  border-radius: 0;
  border: none;
}
.wrapper_manufacturer .supplier-tabs .nav-tabs .nav-link.active {
  border-bottom: #000 2px solid;
  font-weight: 700;
}
.wrapper_manufacturer .about-presentation {
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 15px;
  padding: 20px;
}
.wrapper_manufacturer .about-presentation .title{
  display: inline-block;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Montserrat Alternates", sans-serif;
}
.wrapper_manufacturer .about-presentation .about-infos .infos-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper_manufacturer .about-presentation .about-infos .infos-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper_manufacturer .about-presentation .about-infos .infos-item .lab_desc,
.wrapper_manufacturer .about-presentation .about-infos .infos-item .lab_desc a{
  font-weight: 600;
  color: #000;
}
.layout-full-width .products-selection .select-title, 
.layout-left-column .products-selection .select-title {
	background: none;
	border: none;
	padding: 0 !important;
	color: #000;
}
.layout-full-width .products-selection .select-title + .dropdown-menu, 
.layout-left-column .products-selection .select-title + .dropdown-menu{
	left: auto !important;
	right: 0 !important;
}
.filter-other .products-sort-order .dropdown-menu a.sort_price,
.filter-price .products-sort-order .dropdown-menu a:not(.sort_price) {
  display: none;
}
.wrapper_manufacturer .content_brands{
	position: relative;
	z-index: 1;
}
.wrapper_manufacturer .content_brands .brands-filter-wrap {
  margin: -49px 0 50px;
}
.wrapper_manufacturer .content_brands .row {
  margin-right: -10px;
  margin-left: -10px;
}
.wrapper_manufacturer .brand{
	background: none;
	padding: 30px 10px;
}
.wrapper_manufacturer .brand .brand_cover{
	background: #fff;
	border: 1px solid rgba(217, 217, 217, 0.7);
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	padding: 15px;
}
.wrapper_manufacturer .brand .brand_cover .pass-export {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.wrapper_manufacturer .brand .brand_cover .brand__img {
  margin: -15px -15px 0;
  height: 230px;
  border-radius: 10px 10px 0 0;
}
.wrapper_manufacturer .brand .brand_cover .brand_logo {
  margin: -45px 0 15px;
  position: relative;
}
.wrapper_manufacturer .brand .brand_cover .brand_logo_cover {
  width: 90px;
  height: 90px;
  padding: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: rgb(255, 255, 255);
}
.wrapper_manufacturer .brand .brand_cover .brand__img img,
.wrapper_manufacturer .brand .brand_cover .brand_logo_cover img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.wrapper_manufacturer .brand .brand_cover .pass-export::before {
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(31, 175, 56);
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.wrapper_manufacturer .brand .brand_cover .brand__infos .name{
  margin: 0 0 10px;
}
.wrapper_manufacturer .brand .brand_cover .brand__infos .name,
.wrapper_manufacturer .brand .brand_cover .brand__infos .name a{
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  font-family: "Montserrat Alternates", sans-serif;
  color: #000;
}
.wrapper_manufacturer .brand .brand_cover .brand__infos .brand_country li,
.wrapper_manufacturer .brand .brand_cover .brand__infos .brand_cat li,
.wrapper_manufacturer .brand .brand_cover .brand__infos .brand_cat a {
  color: rgb(124, 124, 124);
  font-size: 14px;
  display: inline-block;
}
.wrapper_manufacturer .brand .brand_cover .brand__infos .brand_country li,
.wrapper_manufacturer .brand .brand_cover .brand__infos .brand_cat a {
  background: rgba(217, 217, 217, 0.3);
  padding: 8px 10px;
  border-radius: 10px;
}
.wrapper_manufacturer .brand .brand_cover .brand__products a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 0;
}
.wrapper_manufacturer .brand .brand_cover .brand_profil .custom-border-btn {
  border-radius: 35px;
  color: #000;
  font-size: 14px;
  padding: 6px 15px;
  font-weight: 400;
}
.wrapper_manufacturer .brand .brand_cover .brand_profil .custom-border-btn:hover {
  color: #fff;
}
.header_navfull .dropdown-menu {
  padding: 15px;
}
.header_navfull .dropdown-menu .ps_categorytree{
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_cover {
    gap: 30px;
  }
  .wrapper_manufacturer .infos_manufacturer_right .infos_link {
    min-width: 120px;
    padding: 13px 10px;
    font-size: 14px;
    white-space: nowrap;
  }
  .wrapper_manufacturer .infos_manufacturer .manu_logo {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    margin: -60px 0 0 0;
  }
  .wrapper_manufacturer .infos_manufacturer .manu_logo_cover {
    width: 146px;
    height: 146px;
    min-width: 146px;
    min-height: 146px;
  }
}
@media (max-width: 991px) {
  .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_cover {
    flex-wrap: wrap !important;
  }
  .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_right,
  .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_left{
    width: 100%;
  }
  .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_right{
    padding-left: 165px;
    flex-wrap: wrap !important;
  }
  #module-target_supplier-publicprofile .breadcrumb__wrapper, #manufacturer.page-manufacturer .breadcrumb__wrapper {
	  top: 15px;
	}
  .wrapper_manufacturer .banner_manufacturer img {
	  height: 320px;
	}
}
@media (max-width: 767px) {
  .wrapper_manufacturer .banner_manufacturer img {
	  height: 240px;
}
}
@media (max-width: 576px) {
  .wrapper_manufacturer .infos_manufacturer .manu_logo {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
  .wrapper_manufacturer .infos_manufacturer .manu_logo_cover {
    width: 116px;
    height: 116px;
    min-width: 116px;
    min-height: 116px;
  }
  .wrapper_manufacturer .infos_manufacturer .manu_logo_cover img {
    max-width: 85px;
    max-height: 85px;
  }
   .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_right {
    padding-left: 135px;
  }
}
@media (max-width: 480px) {
  .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_left{
    flex-wrap: wrap;
  }
  .wrapper_manufacturer .infos_manufacturer .infos_manufacturer_right{
    padding-left: 0;
  }
  .wrapper_manufacturer .supplier-tabs .nav-tabs .nav-link {
    padding: 10px 20px 20px;
  }
}
/* product-miniature */
.product-miniature .card,
.product-miniature .product-miniature__infos__top,
.product-miniature .product-miniature__infos__bottom{
  transition: .25s ease-out;
  background: none;
}
.product-miniature .product-miniature__image-container {
  border: 1px solid rgb(217, 217, 217);
  padding: 0;
  background: #fff;
  border-radius: 15px;
}
.product-miniature .product-miniature__infos .product-miniature__infos__top .product-miniature__title {
  min-height: 44px;
}
.product-miniature .product-miniature__infos .product-miniature__infos__top .product_name {
  font-size: 18px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  color: #000;
}
.product-miniature .product-miniature__infos .product-miniature__infos__top .product_tag a{
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgba(124, 124, 124, 1);
  text-decoration: underline;
}
.product-miniature .product_min_commande {
  font-size: 14px;
  line-height: normal;
}
.product-miniature .product-miniature__price {
  font-weight: 700;
}
.products article .wishlist-button-add i,
.product-miniature .product-miniature__quickview,
.product-miniature .product-list-reviews{
  display: none !important;
}
.products article .wishlist-button-add{
	background: #fff url(../img/heart.svg) no-repeat center / 15px;
	border: 1px solid rgb(217, 217, 217);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	min-width: 35px;
	min-height: 35px;
	box-shadow: none;
	top: 10px;
	right: 10px;
}
.pagination-container .pagination .page-item {
  position: initial;
  transform: none;
}
.pagination-container .pagination .page-item .page-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: none;
}
#category .pagination-container .pagination .page-item .page-link {
  border-radius: 0;
  height: 38px;
}		
#category .pagination-container .pagination .page-item .page-link.next,
#category .pagination-container .pagination .page-item .page-link.previous {
  width: auto;
  background: #fff;
  height: auto;
  border-radius: 5px;
  padding: 8px 16px;
border: 1px solid var(--linear, #DFAC36);
}		
.pagination-container .pagination .page-item .page-link.next,
.pagination-container .pagination .page-item .page-link.previous {
  border: 1px solid rgb(217, 217, 217);
}
.pagination-container .pagination .page-item .page-link.next:hover,
.pagination-container .pagination .page-item .page-link.previous:hover,
.pagination-container .pagination .page-item.active .page-link,
.pagination-container .pagination .page-item:hover .page-link {
  background: #000;
  color: #fff;
}
#category .pagination-container .pagination .page-item.active .page-link,
#category .pagination-container .pagination .page-item:hover .page-link,
#category .pagination-container .pagination .page-item .page-link.next:hover,
#category .pagination-container .pagination .page-item .page-link.previous:hover{
  background: var(--linear, linear-gradient(90deg, #DFAC36 0%, #D59D37 100%));
  color: #000
}
.pagination-container .pagination .page-item .page-link.next:hover svg path,
.pagination-container .pagination .page-item .page-link.previous:hover svg path{
  fill: #fff;
}
#category .pagination-container .pagination .page-item .page-link.next:hover svg path,
#category .pagination-container .pagination .page-item .page-link.previous:hover svg path{
  fill: #000;
}

.hb-header {
  margin-bottom: 32px;
}
.whb_section_bg,
.home_supplier {
  padding: 80px 0;
  background: rgba(252, 246, 228, 1);
}
.home_supplier .hb-header {
  margin-bottom: 35px;
}
.hb-title {
  font-size: 24px;
  line-height: normal;
  margin: 0 0 10px;
}
.hb-subtitle {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: normal;
}
.home_supplier .hb-card-supp {
  padding-bottom: 30px;
}
.home_supplier .hb-card {
  border: 1px solid rgba(217, 217, 217, 0.5);
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.home_supplier .hb-cover {
  position: relative;
  height: 270px;
  background: linear-gradient(135deg, #2c3e50 0%, #3d5a73 100%);
  background-size: cover;
  background-position: center;
}
.home_supplier .hb-logo-wrap {
  position: absolute;
  bottom: -36px;
  right: 15px;
  z-index: 2;
  width: 75px;
  height: 75px;
  padding: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 50%;
  left: auto;
}
.home_supplier .hb-logo-wrap .hb-logo {
  max-width: 100%;
  max-height: 100%;
}
.home_supplier .hb-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  min-width: 35px;
  background: rgb(58, 58, 58);
  transition: background .15s,color .15s;
  position: initial;
}
.home_supplier .hb-card:hover .hb-arrow {
  background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%)
}
.home_supplier .hb-info {
  padding: 40px 15px 15px;
}
.home_supplier .hb-name {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  font-family: "Montserrat Alternates", sans-serif;
}
.home_supplier .hb-tagline {
  font-size: 14px;
  color: #000;
}
.home_supplier .hb-name,
.home_supplier .hb-tagline {
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.th-countries .row {
  margin: 0 -10px;
}
.th-countries .row .ws-item{
  padding: 10px;
}
.ws-item-cover {
	border-radius: 15px;
	height: 380px;
	width: 100%;
	transition: .25s ease-out;
	overflow: hidden;
}
.ws-item-cover .th-country-card{
  border-radius: 15px;
  transform: none;
  box-shadow: none;
}
.ws-item-cover:hover {
	filter: drop-shadow(0 4px 8px rgba(0,0,0,.1));
}
.ws-item-cover .ws-item-img{
	overflow: hidden;
	transition: .25s ease-out;
	border-radius: 15px;
}
.ws-item-cover .ws-item-img img {
	object-fit: cover;
	object-position: center;
	transition: .25s ease-out;
}
.ws-item-cover:hover .ws-item-img img {
	transform: scale(1.1);
}
.ws-item-cover .ws-item-img:before{
	content : "";
	position : absolute;
	inset : 0 0 0 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.64) 100%);
}
.ws-item-cover .ws-item-texte {
	inset: auto 0 0 0;
	padding: 15px 20px 30px;
	color: #fff;
}
.ws-item-cover .ws-item-texte .ws-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 6px;
	font-family: "Montserrat Alternates", sans-serif;
}
.ws-item-cover .ws-item-texte .ws-nb-product {
	color: #fff;
	font-size: 14px;
	line-height: normal;
}
.hwe-section,					
.home-sign {
  padding: 75px 0;
}
.white-bg,
.home-sign {
  background: #fff;
}
.home-sign .home-sign-cover {
  max-width: 1186px;
  margin: auto;
  padding: 70px 15px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.home-sign .home-sign-cover::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.home-sign .home-sign-cover .hb-header {
  margin-bottom: 30px;
}
.home-sign .home-sign-cover .sign,
.home-sign .home-sign-cover .hb-header {
  position: relative;
}
.home-sign .home-sign-cover .hb-title {
	color: #fff;
}
.home-sign .home-sign-cover .hb-subtitle {
  color: #fff;
  margin: 20px auto 0;
  max-width: 625px;
}
.home-sign .home-sign-cover .custom-gradient-btn {
  display: inline-block;
  border-radius: 30px;
  border: none;
  padding: 10px;
  color: #000;
  font-weight: 500;
  min-width: 300px;
  text-align: center;
}

.we-slider4 .container {
  position: relative;
}
#product .we-slider4 .row,
.th-category-block .th-cat-row .row,
.th-category-block .th-cat-row .row,
.we-slider.slick-slider{
  margin: 0 -10px;
  position: initial;
}
#product .we-slider4 .row .slick-track,
.we-slider.slick-slider .slick-track{
  margin: 0;
}
#product .we-slider4 .row .product-miniature,
.th-category-block .th-cat-row .ws-item,
.we-slider.slick-slider .slick-slide {
  padding: 0 10px;
  margin: 0;
  height: auto;
}
.slick-slider .slick-arrow {
  background: rgb(217, 217, 217) url(../img/arrow-line.svg) no-repeat center;
  border: none;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 12px;
}
.slick-slider .slick-arrow:hover {
  background: rgb(0, 0, 0) url(../img/arrow-line-white.svg) no-repeat center;
}
.slick-slider .slick-arrow.slick-prev {
  right: 57px;
  transform: rotate(180deg);
}
.home-top .row {
  margin: 0;
}
.home-top .home-top-left{
  padding: 0 10px 0 0;
}
.home-top .home-top-right {
  padding: 0 0 0 10px;
}
#home-slider .carousel-control {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  width: 35px;
  height: 35px;
  transform: none;
  background: #fff;
  opacity: 1;
}
#home-slider .carousel-control-prev{
  right: 65px;
  transform: rotate(180deg);
}
#home-slider .carousel-control:hover {
  background: #000;
}
#home-slider .carousel-control:hover path{
  fill: #fff;
}
#home-slider .carousel-content,
.home-top .custom_box_cover{
  border-radius: 20px;
  position: relative;
  height: 519px;
  margin: 0;
}
.home-top .custom_box_cover img{
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel .carousel-caption .caption-description,
.carousel .carousel-caption .caption-description p{
	color:#fff;
}
.home-top .custom_box_cover .custom-texte {
  position: absolute;
  inset: auto 20px 80px 20px;
  padding: 0;
  max-width: 80%;
  transform: none;
}
.home-top .custom_box_cover .custom-texte .title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.home-top .custom_box_cover .custom-texte .custom-texte-link {
  margin-top: 35px;
}
.home-top .custom_box_cover .custom-texte .custom-texte-link a{
  padding: 15px 20px;
  font-weight: 500;
  border: none;
  font-size: 16px;
  color: #000;
  border-radius: 15px;
  display: inline-block;
}
.home-top .carousel-item .custom_box_cover .custom-texte .custom-texte-link a{
  background: rgba(58, 58, 58, 1);
}
.home-top .carousel-item .custom_box_cover .custom-texte .custom-texte-link a span{
  background-image: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
}
.home-top .carousel-item .custom_box_cover .custom-texte .custom-texte-link a:hover span{
  background-image: linear-gradient(-90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
}
.custom-text__content .custom-text-item{
	padding-bottom: 15px;
	padding-top: 15px;
}
.custom-text__content .title {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px !important;
  font-family: "Montserrat Alternates", sans-serif;
}
.custom-text__content .texte {
  font-size: 14px;
  color: #000;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.th-category-block{
	
}
.th-category-block .th-cat-row {
  gap: 20px;
}
.th-category-block .th-cat-row .products {
  width: 100%;
  max-width: 75%;
}
.th-category-block .th-cat-row .products .product-miniature {
  margin: 0;
  width: calc(100% / 3);
  padding: 0 10px;
}
.th-category-block .th-cat-row .th-cat-media {
  width: 25%;
  min-width: 25%;
  border-radius: 20px;
  overflow: hidden;
}
.th-category-block .th-cat-row .th-cat-media .th-catlink{
  padding: 40px 20px 20px;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-title{
	margin-bottom: 10px;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-title,
.th-category-block .th-cat-row .th-cat-media .th-cat-title a{
  color: #fff;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-desc {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-link {
  transition: .25s ease-out;
  overflow: hidden;
  color: #fff;
  line-height: normal;
  outline: none;
  text-decoration: none;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-small{
  background: #fff;
  color: #000;
  padding: 8px 40px 9px 20px;
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-out;
  border-radius: 30px;
  margin-right: -40px;
  line-height: normal;
}
.th-category-block .th-cat-row .th-cat-media:hover .th-cat-small{
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-icon{
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  min-width: 33px;
  position: relative;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-image {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.th-category-block .th-cat-row .th-cat-media .th-cat-image img {
  max-width: 90%;
  max-height: 300px;
}
.th-custom-links .th-cat-row .th-cat-media {
  width: calc(100% / 3);
  min-width: calc(100% / 3);
}
.th-category-block .th-cat-row .th-cat-media .th-cat-infos {
  position: relative;
  z-index: 1;
}
.th-custom-links .th-cat-row .products {
  max-width: calc(2*calc(100%/3));
}
.th-custom-links .ws-item-cover {
  height: 495px;
}
.th-custom-links .ws-link a {
  display: inline-block;
  border: none;
  color: #000;
  border-radius: 35px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
}
.th-custom-links .ws-item-cover .ws-item-texte .ws-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.th-custom-links .th-cat-row .th-cat-media .th-cat-link {
  font-size: 14px;
  background: #fff;
  color: #000;
  padding: 11px 23px 10px;
  border-radius: 35px;
}
.th-custom-links .th-cat-row .th-cat-media .th-cat-link:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 991px) {
	.hwe-section, .home-sign {
	  padding: 55px 0;
	}
	#home-slider .carousel-content, .home-top .custom_box_cover {
	  height: 380px;
	}
	.th-category-block .th-cat-row .th-cat-media .th-catlink {
	  padding: 20px;
	}
	.th-category-block .th-cat-row {
	  gap: 20px;
	}
	.th-category-block .th-cat-row .products,
	.th-category-block .th-cat-row .th-cat-media {
	  width: 100%;
	  min-width: 100%;
	}
	.th-category-block .th-cat-row .products{
		margin: 0;
		gap: 20px;
	}
	.th-category-block .th-cat-row .products .product-miniature {
	  width: calc(calc(100% / 3) - calc(40px/3));
	  padding: 0;
	}
	.th-custom-links .th-cat-row .ws-item{
	  padding: 0;
	  margin: 0;
	  width: calc(50% - 10px);
	}
	.home-top .home-top-left {
	  padding: 0 0 20px;
	}
	.home-top .home-top-right {
	  padding: 0;
	}
	.home-top .custom_box_cover .custom-texte .custom-texte-link {
	  margin-top: 20px;
	}
	.home-top .custom_box_cover .custom-texte {
	  inset: auto 20px 20px 20px;
	  max-width: 100%;
	}
	.th-custom-links .ws-item-cover {
	  height: 420px;
	}
	.ws-item-cover .ws-item-texte {
	  padding: 15px 15px 20px;
	}
}
@media (max-width: 767px) {
	.hwe-section, .home-sign {
		padding: 40px 0;
	}
	.th-category-block .th-cat-row .products .product-miniature {
	  width: calc(50% - 10px);
	}
	.th-custom-links .ws-item-cover {
		height: 380px;
	}
	.th-custom-links .ws-item-cover .ws-item-texte .ws-title {
	  font-size: 18px;
	}
	.home-sign .home-sign-cover {
	  padding: 50px 15px;
	}
}
@media (max-width: 480px) {
	.th-custom-links .th-cat-row .ws-item,
	.th-category-block .th-cat-row .products .product-miniature {
	  width: 100%;
	}
}


/* Landing fournisseur */
#cms.elementor-page .page-header {
  display: none;
}
.testimonials-slider {
  box-shadow: -23.7px 23.7px 23.7px 0px rgba(255, 255, 255, 0.084) inset;
  box-shadow: 23.7px -23.7px 23.7px 0px rgba(194, 194, 194, 0.084) inset;
  backdrop-filter: blur(33.65399932861328px);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px 16px;
  max-width: 100% !important;
}
.testimonials-slider .swiper-slide{
	height: auto;
}
.testimonials-slider .swiper-slide .elementor-testimonial-wrapper{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.testimonials-slider .swiper-slide .elementor-testimonial-wrapper .elementor-testimonial-content{
	width: 100%;
}
.rich-text .h3, .rich-text h3,
.elementor-widget-heading .elementor-heading-title {
  margin: 0;
}
.elementor-widget-heading .elementor-heading-title {
  font-size: inherit;
}
.list-three-per-line .elementor-widget-wrap{
    
}
.list-three-per-line .elementor-widget-wrap .elementor-widget-image-box {
    width: 33.33%;
	margin: 0;
	padding: 12px 8px;
}
.list-three-per-line .elementor-widget-wrap .elementor-widget-image-box .elementor-widget-container{
	height: 100%;
}
.list-three-per-line .elementor-widget-wrap .elementor-widget-image-box .elementor-widget-container .elementor-image-box-img {
  height: 50px;
}
.list-three-per-line .elementor-widget-wrap .elementor-widget-image-box .elementor-widget-container .elementor-image-box-img img{
  max-height: 100%;
}
.list-four-per-line .elementor-widget-wrap .elementor-widget-image-box {
    width: 25%;
}
.how-is-work .elementor-widget-wrap .elementor-widget-image-box .elementor-widget-container{
	position: relative;
}
.how-is-work .elementor-widget-wrap .elementor-widget-image-box .elementor-widget-container:before{
	content: "";
    background: url(../img/hiw-border.svg) no-repeat;
	position: absolute;
	left: calc(50% + 45px);
	width: calc(100% - 90px);
	height: 29px;
	background-size: 100%;
	z-index: 1;
	top: 35px;
}
.how-is-work .elementor-widget-wrap .elementor-widget-image-box:nth-child(2) .elementor-widget-container:before{
	transform: rotate(180deg);
	top: 70px;
}
.how-is-work .elementor-widget-wrap .elementor-widget-image-box:last-child .elementor-widget-container:before{
	display: none;
}
.how-is-work .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-description {
  padding: 0 10px;
}
.la-custom-links{
	
}
.box-texte-icon .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  text-align: left;
  align-items: center;
}
.box-texte-icon .elementor-widget-image-box .elementor-image-box-img {
    min-width: 45px;
    width: 45px !important;
    margin: 0 15px 0 0 !important;
}
.box-texte-icon .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    font-size: 16px;
    line-height: normal;
	font-weight: normal;
}
.testimonials_clients .elementor-widget-container .swiper-slide {
  height: auto;
}
.testimonials_clients .elementor-widget-container .elementor-testimonial-wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 20px !important;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.testimonials_clients .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-content .title {
  display: block;
  font-weight: 700;
  margin: 0 0 11px;
}
.testimonials_clients .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-meta{
	position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(217, 217, 217, 0.3);
  padding-top: 20px;
  width: 100%;
}
.testimonials_clients .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-meta::after {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../img/quote.svg) no-repeat center;
  display: block;
}
.testimonials_clients .elementor-swiper-button {
  width: 48px;
  height: 48px;
  background: rgb(252, 246, 228);
  border-radius: 50%;
  top: calc(100% - 48px);
  transform: none;
  left: calc(50% - 35px);
  right: auto;
}
.testimonials_clients .elementor-swiper-button:hover {
  background: linear-gradient(90deg, #D59D37 0%, #DFAC36 36.06%, #EFCD6F 67.79%, #F5E072 100%);
}
.testimonials_clients .elementor-swiper-button span{
  background: url(../img/arrow-left.svg) no-repeat center;
  position: initial;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.testimonials_clients .elementor-swiper-button.elementor-swiper-button-next{
  left: calc(50% + 35px);
}
.testimonials_clients .elementor-swiper-button.elementor-swiper-button-next span{
  background-image: url(../img/arrow-right.svg);
}
.la-custom-links .elementor-row {
  gap: 20px;
}
.la-custom-links .elementor-row .elementor-element {
  width: auto;
  padding: 0;
}
.la-custom-links .elementor-row .elementor-element .elementor-column-wrap {
  padding: 0;
}
@media (max-width: 991px) {
	.list-three-per-line .elementor-widget-wrap .elementor-widget-image-box,
	.list-four-per-line .elementor-widget-wrap .elementor-widget-image-box {
		width: 50%;
	}
	.how-is-work .elementor-widget-wrap .elementor-widget-image-box:nth-child(2) .elementor-widget-container::before{
		display: none;
	}
	.how-is-work .elementor-widget-wrap .elementor-widget-image-box:nth-child(3) .elementor-widget-container::before{
		transform: rotate(180deg);
		top: 70px;
	}
}
@media (max-width: 767px) {
	.testimonials_clients .elementor-widget-container .swiper-slide{
		padding: 0;
	}
}
@media (max-width: 576px) {
	.list-three-per-line .elementor-widget-wrap .elementor-widget-image-box,
	.list-four-per-line .elementor-widget-wrap .elementor-widget-image-box {
		width: 100%;
	}
	.list-three-per-line .elementor-widget-wrap .elementor-widget-image-box{
		padding-left: 0;
		padding-right: 0;
	}
	.how-is-work .elementor-widget-wrap .elementor-widget-image-box .elementor-widget-container::before{
		display: none;
	}
}


/* Listings Brands - Suppliers */
.banner_brands {
  
}
.banner_brands_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner_brands_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner_brands .banner_brands_cover {
  padding: 130px 0 170px;
  z-index: 1;
}
#manufacturer .banner_brands_cover .breadcrumb__wrapper {
  position: initial;
}
#manufacturer .banner_brands_cover .breadcrumb__wrapper .container{
  padding: 0;
}
#manufacturer .banner_brands_cover .breadcrumb__wrapper .breadcrumb{
  justify-content: center;
}
.banner_brands .page-title-section {
  color: #fff;
  font-size: 36px;
  margin: 5px 0 0 0 !important;
  line-height: normal;
}
@media (max-width: 991px) {
	.wrapper_manufacturer .brand {
		padding: 20px 10px;
	}
}
@media (max-width: 767px) {
	.wrapper_manufacturer .brand {
		padding: 10px;
	}
}


#password #content-wrapper .page-header,
#registration #content-wrapper .page-header,
#authentication #content-wrapper .page-header {
  margin-bottom: 0;
  text-align: center;
}
#password #content-wrapper .page-header h1,
#registration #content-wrapper .page-header h1,
#authentication #content-wrapper .page-header h1{
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
#password .breadcrumb__wrapper,
#registration .breadcrumb__wrapper,
#authentication .breadcrumb__wrapper{
	display: none;
}
#password .wrapper .container,
#registration .wrapper .container,
#authentication .wrapper .container{
	max-width: 830px;
}
#password .wrapper .wrapper__content,
#registration .wrapper .wrapper__content,
#authentication .wrapper .wrapper__content{
	padding: 50px;
	background: #fff;
	border-radius: 25px;
	width: 100%;
	max-width: 830px;
	margin: 80px auto;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.password-field button.btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
  background: url('../img/ion_eye-on-outline.svg') no-repeat center / 17px;
  padding: 0;
  border: none;
  min-width: 50px;
  min-height: 16px;
  height: 100%;
  background-color: transparent !important;
}
.password-field button.btn[aria-expanded="true"] {
  background: url('../img/ion_eye-off-outline.svg') no-repeat center
}
.password-field button.btn i{
  display: none;
}
.login__forgot-password a {
  color: #7C7C7C;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline !important;
}
#customer-form section {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
#customer-form section .mb-3{
  width: calc(100%);
}
#customer-form section .field-password-policy,
#customer-form section .field_birthday,
#customer-form section .field_email,
#customer-form section .field_lastname,
#customer-form section .field_firstname{
  width: calc(50% - 10px);
}
#customer-form section .form-text {
  display: none;
}
#customer-form .form-footer .form-control-submit {
  width: 100%;
  background: #000;
}
#customer-form .form-footer .form-control-submit:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
@media (max-width: 767px) {
	#registration .wrapper .wrapper__content,
	#authentication .wrapper .wrapper__content {
	  padding-left: 30px 20px;
	}
}

/* Category */

body#product,
body#category{
	background: #fff;
}
body#product .footer__before,
body#category .footer__before {
  background: #FDF9F3;
}
#content-wrapper #js-product-list-header,
body#category .breadcrumb__wrapper {
  display: none;
}
#product .product-tabs-container p:last-child{
	margin-bottom: 0;
}
#product .product-tabs-container,
#category .page-not-found,
.category-header{
	margin-bottom: 60px;
}
.category-header .block-category{
  padding: 60px 0;
  background: #FCF6E4;
}
.block-category .page-title-section {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px !important;
}
.block-category #category-description {
  color: #7C7C7C;
  line-height: normal;
}
.category-header .breadcrumb__wrapper .breadcrumb{
  justify-content: center;
}
.category-header .breadcrumb__wrapper .breadcrumb a,
.category-header .breadcrumb__wrapper .breadcrumb a span{
  color: #7C7C7C;
  font-size: 14px;
}
.category-header .breadcrumb__wrapper .breadcrumb span{
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.category-header .breadcrumb__wrapper .breadcrumb span + svg path,
.category-header .breadcrumb__wrapper .breadcrumb a + svg path{
  fill: #7C7C7C;
}
body#category .category-header .breadcrumb__wrapper{
  display: block;
  background: none;
  margin: 0;
}
.category-header .block-subcategories{
  padding: 60px 0
}
.block-subcategories #subcategories {
  margin: 0 -10px;
}
.block-subcategories .subcategory__wrapper {
  width: 20%;
  padding: 10px;
  margin: 0;
}
.block-subcategories .subcategory__wrapper .subcategory {
  height: 300px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
  overflow: hidden;
  padding: 0;
  border: none;
}
.block-subcategories .subcategory__wrapper .subcategory__image img {
  object-fit: cover;
  object-position: center;
}
.block-subcategories .subcategory__wrapper .subcategory__name {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  bottom: 20px;
  left: 15px;
  right: 15px;
  z-index: 1;
  margin: 0;
  text-align: left;
}
.products-selections-filters .total-products {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.search-filters .search-filters-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(217, 217, 217, 0.50);
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.layout-left-column #left-column {
  padding-right: 15px;
}
.layout-left-column #left-column .left-block{
	border: none;
}
.search-filters .facet{
  border-color: rgba(217, 217, 217, 0.50);
  margin-bottom: 20px;
}
.search-filters .facet .search-filters-subtitle {
  padding: 0 !important;
}
.search-filters .facet .accordion-body li {
  margin-bottom: 15px;
}
.search-filters .facet .search-filters-subtitle .accordion-button, .search-filters .facet .search-filters-subtitle {
  padding: 0 !important;
  font-size: 18px;
  line-height: normal;
  font-weight: 600 !important;
  color: #000;
  box-shadow: none !important;
}
.search-filters .facet .search-filters-subtitle .accordion-button {
  padding: 0 0 20px !important;
}
.search-filters .search-filters-label {
  margin: 0;
}
.search-filters .search-filters-label .form-check {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.search-filters .search-filters-label .form-check .form-check-input {
  min-width: 20px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  margin: 0;
}
.search-filters .search-filters-label .form-check .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.search-filters .search-filters-label .form-check .form-check-label {
  width: 100%;
}
.search-filters .search-filters-label .form-check .form-check-label .search-filters-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search-filters .search-filters-label .form-check .form-check-label .search-filters-link .magnitude {
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.30);
}
.search-filters .search-filters-subtitle .accordion-button:after{
	background: url('../img/filter-select-icon.svg');
	width: 24px;
	height: 24px;
}
.search-filters .search-filters-subtitle .accordion-button:not(.collapsed)::after{
	transform: rotate(180deg);
}
#search_filter_toggler {
  border: none;
  padding: 0;
  color: #000;
  font-weight: normal;
  background: none;
}
.hide-filters{
	cursor: pointer;
}
.hide-filters:hover,
#search_filter_toggler:hover {
  color: #D59D37;
}
.hide-filters:hover path,
#search_filter_toggler:hover path{
  fill: #D59D37;
}
#category .category-header + .container > .row {
  justify-content: flex-end;
  flex-wrap: nowrap;
  overflow: hidden;
}
#left-column, #content-wrapper {
	transition: all 0.4s ease-in-out;
}
#left-column {
	transition: transform 0.3s ease-in-out;
	opacity: 1;
	visibility: visible;
}
.filters-hidden #left-column {
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	flex: 0;
	max-width: 0;
	padding: 0;
}
.filters-hidden #content-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
}
.hide-filters .text-show { display: none !important; }
.filters-hidden .hide-filters .text-hide { display: none !important; }
.filters-hidden .hide-filters .text-show { display: inline-block !important; }
.filters-hidden .hide-filters svg {
	transform: rotate(180deg);
	transition: transform 0.3s;
}
.filters-hidden .product-miniature.col-xl-4 {
  width: 25%;
}
.filters-hidden .product-miniature..col-xs-6 {
  width: calc(100%/3);
}
.layout-full-width .products-selection, .layout-left-column .products-selection {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
	.block-subcategories .subcategory__wrapper .subcategory {
	  height: 240px;
	}
	.category-header .block-category {
	  padding: 50px 0;
	}
	.category-header .block-subcategories {
	  padding: 40px 0 45px;
	}
}
@media (max-width: 991px) {
	.block-subcategories .subcategory__wrapper {
	  width: calc(100%/3);
	}
	.category-header .block-category {
	  padding: 40px 0;
	}
	.category-header .block-subcategories {
	  padding: 35px 0 40px;
	}
}
@media (max-width: 767px) {
	.block-subcategories .subcategory__wrapper .subcategory {
	  height: 220px;
	}
	.category-header .block-category {
	  padding: 20px 0;
	}
	.category-header .block-subcategories {
	  padding: 25px 0 30px;
	}
}
@media (max-width: 576px) {
	.block-subcategories .subcategory__wrapper {
	  width: calc(100%/2);
	}
}

/* Produit */
body#product .breadcrumb__wrapper {
  background: #FCF6E4;
  margin-bottom: 10px;
}
body#product .breadcrumb__wrapper .breadcrumb {
  padding: 20px 0;
}
body#product .js-product-container{
	
}
.page-product .product__images {
  display: flex;
  flex-direction: row-reverse;
}
.page-product .product__images .thumbnails__container{
  margin: 0 30px 0 0;
  width: 110px;
  min-width: 110px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.page-product .product__images .carousel {
	width: 100%;
	height: 660px;
	flex: 1;
	min-width: 0;
	border-radius: 15px;
}
.page-product .prd-seller {
  background: rgb(252, 246, 228);
  padding: 6px 8px;
  border-radius: 5px;
  font-size: 14px;
}
.page-product .product__name {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.page-product .product__current-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.page-product .product__current-price .prd-per-litre {
  font-weight: normal;
  font-size: 18px;
}
.page-product .prd-supplier-pass {
  font-size: 18px;
  line-height: normal;
}
.prd-supplier a {
  color: rgb(124, 124, 124);
  font-weight: 500;
  text-decoration: underline;
}
.prd-supplier a:hover {
  color: #000;
  text-decoration: none;
}
.product__actions .form-label,
.page-product .prd-label{
	color: rgba(124, 124, 124, 1);
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}
.prd-tags-infos li {
  color: rgb(124, 124, 124);
  font-size: 16px;
  line-height: normal;
}
.prd-tags-infos li .prd-inf-value{
  color: #000;
  font-weight: 500;
}
.prd-tags-infos li .prd-inf-value + svg{
  margin-left: 5px;
}
#product .we-slider4 .row .slick-track::after, 
#product .we-slider4 .row .slick-track::before,
.prd-tags-infos li:last-child svg{
  display: none;
}
.page-product .prd-quantity .prd-list li{
	border: 1px solid rgb(217 217 217);
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	color: rgb(124, 124, 124);
	text-align: center;
}
.page-product .prd-quantity .prd-list li:hover,
.page-product .prd-quantity .prd-list li.selected{
	border-color: #000;
}
.page-product .prd-quantity .prd-list li .qty-price {
  display: block;
  font-weight: 600;
  color: #000;
}
.page-product .product-add-to-cart .wishlist-button-add,
.page-product .product-add-to-cart .product-actions__quantity {
  /*display: none;*/
}
.page-product .product-add-to-cart .product-actions__button{
	gap: 15px;
}
.page-product .product-add-to-cart .product-actions__button .custom-btn {
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-product .product-add-to-cart .product-actions__button .custom-border-btn {
  color: #000;
}
.page-product .product-add-to-cart .product-actions__button .custom-border-btn:hover {
  color: #fff;
}
.page-product .prd-supplier-box {
  border: 1px solid rgb(217, 217, 217);
  background: rgb(252, 246, 228);
  padding: 15px;
  border-radius: 10px;
}
.page-product .prd-supplier-box .supplier-infos {
	min-width:50%;
}
.page-product .prd-supplier-box .supplier-title {
  color: rgb(124, 124, 124);
  font-size: 14px;
  line-height: normal;
}
.page-product .prd-supplier-box .supplier-logo {
  width: 115px;
  min-width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgb(217, 217, 217);
}
.page-product .thumbnails__container::-webkit-scrollbar {
    display: none;
}
.page-product .thumbnails__list.row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}
.page-product .thumbnails__list .thumbnail {
    width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 12px 0 !important;
	padding: 0;
	cursor: pointer;
	border-radius: 10px;
}
.page-product .thumbnail img {
    border: 1px solid #d9d9d9;
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
	border-radius: 10px;
}
.page-product .thumbnails__container .thumbnail:hover img,
.page-product .thumbnails__container .thumbnail.active img {
    border-color: #DFAC36;
}
.page-product .carousel .carousel-inner {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 15px;
}
.page-product .carousel .product__images__modal-opener {
  box-shadow: none;
  height: 45px;
  min-width: 45px;
  width: 45px;
  border: 1px solid #d9d9d9;
}
#productTabs {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  margin: 0 0 15px;
}
#productTabs .nav-link {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 20px 30px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid transparent;
}
#productTabs .nav-link:hover,
#productTabs .nav-link.active {
  font-weight: 700;
  border-color: #000;
  color: #000;
}
.product-tabs-container .accordion-flush > .accordion-item {
  opacity: 1;
}
.product-footer section{
	padding: 60px 0;
	margin: 0 !important;
}
.product-footer section:nth-child(2n+1){
	background: rgba(252, 246, 228, 1);
}
.product-footer section .section-title{
	font-size: 24px;
	line-height: normal;
	margin: 0 0 30px;
	padding-right: 85px;
}
#product .we-slider4{
	position: relative;
}
#product .we-slider4 .row .slick-list{
	padding: 0;
}
.page-product .product__infos .accordion-button {
  font-size: 16px;
  font-weight: 600;
}
#product-images.carousel .carousel-control-prev {
  left: 0;
}
#product-images.carousel .carousel-control-next {
  right: 0;
}
#product-images.carousel .carousel-control-prev,
#product-images.carousel .carousel-control-next {
  height: 3rem;
  width: 3rem;
}
@media (max-width: 767px) {
    .page-product .js-images-container {
        flex-direction: column;
    }
    .page-product .thumbnails__container {
        width: 100%;
        max-height: none;
        overflow-x: auto;
    }
    .page-product .thumbnails__list.row {
        flex-direction: row;
    }
    .page-product .thumbnails__list .thumbnail {
        width: 80px !important;
    }
	.page-product .product__images .thumbnails__container {
	  margin: 20px 0 0;
	  width: 100%;
	}
	.page-product .thumbnails__list.row {
		gap: 10px;
	}
	.page-product .thumbnails__list.row li{
		margin: 0 !important;
		height: 80px;
	}
	.page-product .thumbnails__list.row li img{
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media (max-width: 480px) {
    .page-product .product-add-to-cart .product-actions__button {
		flex-direction: column;
	}
}

/* ── Prix masqué — connexion requise ──────────────────────── */
.price-login-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--bs-primary, #D59D37);
  text-decoration: none;
  padding: 6px 12px;
  border: 1.5px solid currentColor;
  border-radius: 20px;
  transition: opacity .15s;
}
.price-login-link:hover { opacity: .75; color: inherit; }
.price-login-link .material-icons { font-size: 15px; }

/* ── Encart connexion requise (page produit) ───────────────── */
.alert-login {
  background: #FFF8E7;
  border: 1.5px solid #D59D37;
  color: #7a5800;
  border-radius: 8px;
}
.alert-login a {
  color: #7a5800;
  font-weight: 600;
  text-decoration: underline;
}
.alert-login a:hover { opacity: .8; }
.alert-login .material-icons { color: #D59D37; }

/* ─── Bloc logistique carton (page produit) ──────────────────────────────── */
.product-carton-info { border-top: 1px solid #eee; padding-top: .75rem; margin-top: .5rem; }
.carton-info-row { display: flex; justify-content: space-between; font-size: .875rem; padding: 2px 0; }
.carton-info-label { color: #666; }
.carton-info-value { font-weight: 600; }
.carton-info-min { color: #D59D37; }

#my-account button, #my-account .btn-primary{color: #FFF; background : #000;}
#my-account button:hover,  #my-account .btn-primary:hover{color: #000; background : #FFF;}
