/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* tools */
.baronneueblack {
	font-family: BaronNeueBlack!important;
}
.ls-maximalisme, .ls-maximalisme span {
    letter-spacing: 20px!important;
}
@media (max-width: 576px) {
.ls-maximalisme, .ls-maximalisme span {
    letter-spacing: 20px!important;
}
}
.grecaptcha-badge {
    opacity: 0;
}
.overflow-hidden,
.overflow-hidden .elementor-image { 
	overflow: hidden;
}
.img-100, .img-100 img {
    width: 100%!important;
}
.title_icon i {
	padding-right: 0.7rem;
}
.title_bk_bg {
    width: fit-content;
	color: #ffffff;
	padding: 0.5rem 1rem;
	background: #292929;
}
.nostyle-txt {
	font-size: inherit;
	font-weight: inherit;
    line-height: inherit;
	letter-spacing: inherit;
	margin: 0;
    display: inline;
}
.nostyle-txt:before,
.nostyle-txt:after {
    content: " ";
    display: inline;
}
.title_bk_bg h1, .title_bk_bg h2, .title_bk_bg h3, .title_bk_bg h4, .title_bk_bg h5, .title_bk_bg h6 {
	color: #ffffff;
}
.grecaptcha-badge {
	z-index: 3;
}
@media (min-width: 768px) {
#index .elementor-column-gap-narrow .elementor-element-populated {
    padding: 10px;
}
}

/* global */
.alert-danger i {
    margin-right: 5px;
}
#iqitpopup .iqitpopup-close {
    top: 0;
}
#iqitpopup .iqit-close-checkbox {
    display: none;
}
#iqitpopup .iqitpopup-newsletter-form {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
}
#iqitpopup .iqitpopup-newsletter-form .newsletter-input {
    font-size: 1.5rem;
	width: 65%;
	max-width: 100%;
    height: 60px;
	padding-left: 2rem;
	margin-top: 10px;
	margin-right: 0!important;
	border-radius: 60px;
}
#iqitpopup .iqitpopup-newsletter-form .button-medium {
	font-size: 1rem;
	width: 20%;
	height: 60px;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	margin-top: 10px;
	margin-left: -50px;
}
@media (max-width: 767px) {
#iqitpopup .iqitpopup-newsletter-form .newsletter-input {
    font-size: 2rem;
	height: 80px;
}
#iqitpopup .iqitpopup-newsletter-form .button-medium {
	font-size: 1.5rem;
	height: 80px;
	margin-left: -80px;
}
}
.mt--050 {
    margin-top: -0.5rem !important;
}
.pt-075 {
    padding-top: 0.75rem !important;
}
.col-md-20,
.col-md-70,
.col-md-80 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
.col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-md-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.col-md-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.offset-md-20 {
    margin-left: 20%;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: 0.5px;
	color: #212529;
}
#content-wrapper .page-title {
	font-family: BaronNeueBlack;
	font-size: 3rem;
	font-weight: 400;
	color: #212529;
	text-transform: lowercase;
	margin-bottom: 0.3rem;
}

#module-iqitcompare-comparator #content-wrapper .page-title {
    margin-top: 1.5rem;
}
#module-iqitcompare-comparator .btn-product-list {
    background: #13a8dd;
}
#module-iqitcompare-comparator .btn-product-list:hover {
    background: #333333;
	color: #ffffff;
}
#search_widget .autocomplete-suggestions .autocomplete-suggestion .col-shop,
#search-widget-mobile .autocomplete-suggestions .autocomplete-suggestion .col-shop,
.autocomplete-suggestion .product-price {
    display: none;
}
#wrapper {
    padding-bottom: 3rem;
}
#header {
    border-top: 0;
    border-bottom: solid 1px #ffffff;
}
#checkout-header {
    padding-top: 0.75rem;
	margin-bottom: 3rem;
	border-top: 0;
    border-bottom: solid 1px #eeeeee;
}
#wrapper .bg_breadcrumb .container {
    max-width: 100%;
}
@media (min-width: 1400px) {
#wrapper .breadcrumb {
	padding-left: 2rem;
	padding-right: 1rem;
}
}
#wrapper .breadcrumb li:after {
	content: "";
    display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	opacity: 0.6;
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
}
#wrapper .breadcrumb li:last-child::after {
    width: 0px;
	height: 0px;
	background-image: none;
}
.alert-info {
    border-radius: 2px;
}
@media (min-width: 992px) {
.min-200 {
	min-width: 200px;
}
}
.btn {
    padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 2px;
}
@media (max-width: 576px) {
.btn {
    padding-left: 1.5rem;
	padding-right: 1.5rem;
}
}
.btn-primary {
	border-radius: 50px;
}
.btn-grey {
    color: #333333;
    background-color: #eeeeee;
    border: 2px solid #eeeeee;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey:not(:disabled):not(.disabled):active {
    color: #333333;
    background-color: #dedede;
    border: 2px solid #dedede;
}
.btn-grey-alt {
    color: #333333;
    background-color: #ffffff;
    border: 2px solid #333333;
}
.btn-grey-alt:hover,
.btn-grey-alt:focus,
.btn-grey-alt:active,
.btn-grey-alt:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #333333;
    border: 2px solid #333333;
}
.btn-color {
    color: #ffffff;
    background-color: #13a8dd;
    border-color: #13a8dd;
}
.btn-color:hover,
.btn-color:focus,
.btn-color:active,
.btn-color:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #0896c9;
    border-color: #0896c9;
}
.btn-border-color {
    color: #13a8dd;
	font-weight: 500;
    background-color: #ffffff;
    border: 2px solid #13a8dd;
}
.btn-border-color:hover,
.btn-border-color:focus,
.btn-border-color:active,
.btn-border-color:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #13a8dd;
	border: 2px solid #13a8dd;
}
.btn i {
    margin-right: 6px!important;
}
.btn-sm {
    padding-left: 1rem;
	padding-right: 1rem;
}
.btn-round {
	border-radius: 100px;
}
.btn-bg-w {
	color: #888888;
	background: #ffffff;
}
.btn-bg-w:hover {
	color: #666666;
	background: #cccccc;
}
.btn-bg-lg {
	color: #666666;
	background: #cccccc;
}
.btn-bg-lg:hover {
	color: #888888;
	background: #ffffff;
}
.btn-bg-t {
	color: #ffffff;
	border: 2px solid #ffffff;
	background: transparent;
}
.btn-bg-t:hover {
	color: #444444;
	border: 2px solid #ffffff;
	background: #ffffff;
}
.btn-bg-catseo a {
	font-size: 1rem!important;
	color: #333333;
	font-weight: 600;
	padding: 0.4rem 1.4rem;
	border: 2px solid #333333;
	background: transparent;
}
.btn-bg-catseo a:hover {
	color: #ffffff!important;
	border: 2px solid #333333;
	background: #333333;
}
.btn-primary:not(.btn-iconic) i,
.btn-secondary:not(.btn-iconic) i {
    font-size: 0.85rem;
}
.btn.add-to-cart i.bag-icon {
    display: none;
}
.btn-quote {
	margin-bottom: -3.325rem;
}
.qtystep-locked .js-cart-line-product-quantity {
  pointer-events: none !important;
  caret-color: transparent;
  user-select: none;
}
.qtystep-locked .bootstrap-touchspin-up,
.qtystep-locked .bootstrap-touchspin-down,
.qtystep-locked .js-increase-product-quantity,
.qtystep-locked .js-decrease-product-quantity {
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.qtystep-locked .input-group.bootstrap-touchspin {
  position: relative;
}
.qtystep-locked .input-group.bootstrap-touchspin::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: auto;
  background: transparent;
  cursor: not-allowed;
}
.qtystep-locked .btn:hover,
.qtystep-locked .btn:focus,
.qtystep-locked .js-cart-line-product-quantity:focus {
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
}
@media (max-width: 576px) {
#cart .cart-grid-body .btn.btn-grey,
.btn-quote .btn {
	padding-left: 1rem;
    padding-right: 1rem;
}
}
.autocomplete-suggestions {
    max-height: 360px;
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
	margin-top: 1px;
	margin-right: 3px;
	border-radius: 15px
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 26px;
}
.badge {
    font-weight: 600;
}
.price-countdown {
    background: #ffffff;
    color: #222222;
	font-weight: 600;
    padding: 0.2rem 0.1rem;
    margin-top: 1rem;
	margin-bottom: 0.2rem;
}
.price-countdown-title {
    font-weight: 800;
	border-right: 1px solid #222222;
}
.elementor-brands img {
    border-radius: 4px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 4rem!important;
	letter-spacing: 2px;
}
@media (max-width: 767px) {
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 3.25rem!important;
	letter-spacing: 1px;
}
}
#cms .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 3rem!important;
	letter-spacing: 0.5px;
	padding-top: 0!important;
    padding-bottom: 0!important;
}
#cms .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 2rem!important;
	letter-spacing: 0.5px;
	padding-top: 0!important;
    padding-bottom: 0!important;
}
.social-links>li {
    padding: 0 0.125em 0 0;
}
.social-links>li img {
    margin-top: -4px;
}
.ns-box i {
	margin-right: 3px;
}
#iqitcompare-floating {
    top: 50%;
	bottom: unset;
    z-index: 99;
    right: 0px;
	padding: 0;
}
#iqitcompare-floating a {
	padding: 20px 10px;
}

/* header */
.header-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 1600px) {
.header-top {
    padding-left: 1rem;
    padding-right: 1rem;
}
}
.header-top #desktop_logo {
    display: inline-flex;
}
.header-top #desktop_logo img {
    max-width: 90px;
	height: auto;
	margin-top: -6px;
}
.header-top #desktop_title {
    display: inline-flex;
	width: 134px;
	vertical-align: middle;
}
.header-top #desktop_title h1, 
.header-top #desktop_title span {
	color: #13a8dd;
    font-size: 0.925rem;
	font-weight: 700;
    line-height: 1.2;
	text-align: justify;
	letter-spacing: 0.2px;
	padding-left: 6px;
	margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
.header-top #desktop_logo img {
    max-width: 100px;
}
.header-top #desktop_title {
	width: 144px;
}
.header-top #desktop_title h1, 
.header-top #desktop_title span {
    font-size: 1rem;
	padding-left: 6px;
}
}
@media (min-width: 1600px) {
.header-top #desktop_logo img {
    max-width: 115px;
}
.header-top #desktop_title {
	width: 176px;
}
.header-top #desktop_title h1, 
.header-top #desktop_title span {
    font-size: 1.2125rem;
	padding-left: 10px;
}
}
#header .col-header-menu {
    padding: 0;
}
#header .col-search {
    width: 210px;
}
@media (min-width: 1200px) {
#header .col-search {
	width: 225px;
}
}
@media (min-width: 1600px) {
#header .col-search {
    width: unset;
	min-width: 260px;
}
}
#header .form-search-control {
    border-radius: 50px;
	background: #f6f6f6;
	border-color: #f6f6f6;
}
#header .form-search-control::placeholder {
	color: #777777;
}
.search-widget .search-btn {
    left: 0;
	right: unset;
}
.search-widget .form-search-control {
    padding-left: 3rem;
    padding-right: 1rem;
}
#iqitmegamenu-horizontal {
	margin-bottom: -0.5rem;
	background: transparent;
}
@media (min-width: 1600px) {
#iqitmegamenu-horizontal {
	margin-bottom: -1.25rem;
}
}
.cbp-horizontal .cbp-tab-title {
	font-size: 0.8rem;
}
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), 
.cbp-horizontal > ul > li > .cbp-main-link {
	padding-left: 0.175rem;
    padding-right: 0.175rem;
}
@media (min-width: 1100px) {
.cbp-horizontal .cbp-tab-title {
	font-size: 0.95rem;
}
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), 
.cbp-horizontal > ul > li > .cbp-main-link {
	padding-left: 0.3rem;
    padding-right: 0.3rem;
}
}
@media (min-width: 1300px) {
.cbp-horizontal .cbp-tab-title {
	font-size: 1.125rem;
}
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), 
.cbp-horizontal > ul > li > .cbp-main-link {
	padding-left: 0.4rem;
    padding-right: 0.4rem;
}
}
@media (min-width: 1600px) {
.cbp-horizontal .cbp-tab-title {
    font-size: 1.175rem;
	letter-spacing: 0.25px;
}
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), 
.cbp-horizontal > ul > li > .cbp-main-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
}
@media (min-width: 1800px) {
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), 
.cbp-horizontal > ul > li > .cbp-main-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
@media (max-width: 1200px) {
.header-top .col-header-right {
    padding-left: 10px;
}
}
.header-top .col-header-right .col-submenu {
    display: flex;
	margin-top: -1rem;
	margin-bottom: 0.875rem;
	font-size: 0.825rem;
}
@media (min-width: 1200px) {
.header-top .col-header-right .col-submenu {
	font-size: 0.875rem;
}
}
@media (min-width: 1600px) {
.header-top .col-header-right .col-submenu {
	font-size: 0.9125rem;
}
}
.header-top .col-header-right .col-submenu .submenu_infos {
    display: flex;
}
.header-top .col-header-right .col-submenu .submenu_infos .dropdown-menu {
    min-width: 125px;
	text-align: right;
	left: 3px !important;
}
.header-top .col-header-right .col-submenu .dropdown-menu .dropdown-item.last {
    border-bottom: 0;
}
.header-top .col-header-right .col-submenu a {
    padding-left: 0.5rem;
}
@media (min-width: 1600px) {
.header-top .col-header-right .col-submenu a {
    padding-left: 1rem;
}
}
.header-top .col-header-right .col-submenu a img {
    margin-top: -4px;
}
.header-top .col-header-right .col-submenu a:hover {
    text-decoration: underline;
}
.header-top .col-header-right .col-submenu a.tel {
	font-weight: 600;
	padding-left: 0;
}
.header-top .col-header-right .col-submenu a.tel:hover {
	text-decoration: none;
}
.header-top .col-header-right .col-submenu a.tel img {
	margin-right: -4px;
}
@media (min-width: 1200px) {
.header-top .col-header-right .col-submenu a.tel img {
	margin-right: -1px;
}
}
@media (min-width: 1600px) {
.header-top .col-header-right .col-submenu a.tel {
	padding-right: 0.25rem;
}
.header-top .col-header-right .col-submenu a.mail {
	margin-right: 1px;
}
}
#header-user-btn {
    margin: 0.5rem 0 0 0;
}
#header .header-btn-w {
    padding: 0 0.3rem;
}
#header .col-submenu.header-btn-w {
    padding: 0;
}
#header .header-btn-w .header-user-btn img,
#header .header-btn-w .header-cart-btn img {
    max-width: 25px;
}
@media (min-width: 1200px) {
#header .header-btn-w .header-user-btn img,
#header .header-btn-w .header-cart-btn img {
    max-width: 28px;
}
#header .header-btn-w,
#header .col-submenu.header-btn-w {
    padding: 0 0.4rem;
}
}
@media (min-width: 1600px) {
#header .header-btn-w .header-user-btn img,
#header .header-btn-w .header-cart-btn img {
    max-width: 30px;
}
#header .header-btn-w,
#header .col-submenu.header-btn-w {
    padding: 0 0.5rem;
}
}
#header-user-btn .dropdown-menu-right {
    margin-top: 8px;
}
#header-user-btn .dropdown-menu-right .dropdown-item.d-material-icons {
    display: inline-flex;
}
#header-user-btn .dropdown-menu-right .dropdown-item .material-icons {
    font-size: 17px;
    text-align: left;
    width: 1.25em;
}
#ps-shoppingcart-wrapper {
    margin: 0.5rem 0 0 -0.5rem;
}
#mobile-header {
    border-bottom: 0;
}
#mobile-header .mobile-main-bar {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}
#mobile-header .m-nav-btn {
    color: #292929;
}
#mobile-header .col-mobile-btn-search {
    margin-left: -3px;
}
#mobile-header .col-mobile-btn-account {
    margin-right: -7.5px;
}
#mobile-header .m-nav-btn > span.cart-products-count {
    display: block!important;
	top: -3px;
	right: 5px;
}
#mobile-header .m-nav-btn > span.cart-products-count.d-none {
    display: none!important;
}

/* menu */
.cbp-hrmenu .cbp-hrsub-inner {
    padding: 30px 30px 15px;
	border-top: 1px solid #e5e5e5;
	background: #f6f6f6;
	box-shadow: none;
}
.cbp-hrmenu .cbp-menu-column {
    margin-top: 5px;
}
.cbp-hrmenu .menu_row {
    padding-bottom: 10px;
}
.cbp-horizontal > ul > li > a span.cbp-tab-title {
    padding-bottom: 6px;
	border-bottom: 5px solid transparent;
}
.cbp-horizontal > ul > li > a span.cbp-tab-title i {
    display: none;
}
.cbp-horizontal > ul > li:hover > a span.cbp-tab-title {
    border-bottom: 5px solid #13a8dd;
}
.cbp-horizontal > ul > li#cbp-hrmenu-tab-8:hover > a span.cbp-tab-title {
    border-bottom: 5px solid #ff741f;
}
.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {
    font-size: 1.125rem!important;
}
.cbp-hrmenu .cbp-hrsub {
    font-size: 1.125rem!important;
}
.cbp-hrmenu .cbp-hrsub-inner a:hover {
    text-decoration: underline;
}
.cbp-hrmenu .cbp-hrsub-inner a.cbp-category-title:hover {
    text-decoration: none;
}
.cbp-category-link-w.info {
	display: flex;
}
.cbp-category-link-w.info a.icon {
	position: absolute;
	font-size: 1rem;
	top: 2px;
	right: 10px;
}

.cbp-hrmenu #cbp-hrmenu-tab-8 .cbp-hrsub-inner {
    padding-top: 50px;
}
#cbp-hrmenu-tab-8 .cbp-menu-column-inner {
    display: flex;
    flex-direction: column;
}
#cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-1 {
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
    max-width: 3%;
}
#cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-1.menu-element-id-2 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
#cbp-hrmenu-tab-8 .menu-element-id-8 .cbp-menu-column-inner::before {
    content: "CONCEPTION";
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: -25px;
}
#cbp-hrmenu-tab-8 .menu-element-id-5 .cbp-menu-column-inner::before {
    content: "ANIMATION";
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: -25px;
}
#cbp-hrmenu-tab-8 .menu-element-id-10 .cbp-menu-column-inner::before {
    content: "RENOVATION";
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: -25px;
}

@media (min-width: 1400px) {
.cbp-category-link-w.info a.icon {
	right: 15px;
}
}
@media (min-width: 1600px) {
.cbp-category-link-w.info a.icon {
	right: 20px;
}
}
.cbp-category-link-w.info a.icon i {
	color: #222222;
}
.iqitmegamenu-submenu-container .col-1 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}
.iqitmegamenu-submenu-container .col-2 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}
.iqitmegamenu-submenu-container .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.iqitmegamenu-submenu-container .col-3.menu-element-id-4 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
@media (min-width: 1400px) {
.iqitmegamenu-submenu-container .col-1 {
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
}
.iqitmegamenu-submenu-container .col-2 {
    -ms-flex: 0 0 10.5%;
    flex: 0 0 10.5%;
    max-width: 10.5%;
}
.iqitmegamenu-submenu-container .col-3 {
    -ms-flex: 0 0 26.5%;
    flex: 0 0 26.5%;
    max-width: 26.5%;
}
.iqitmegamenu-submenu-container .col-3.menu-element-id-4 {
    -ms-flex: 0 0 26.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
}
}
@media (min-width: 1600px) {
.iqitmegamenu-submenu-container .col-1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
}
.iqitmegamenu-submenu-container .col-3.menu-element-id-4 {
    -ms-flex: 0 0 26.5%;
    flex: 0 0 26.5%;
    max-width: 26.5%;
}
}
.cbp-hrmenu-tab-4 .iqitmegamenu-submenu-container .col-2.menu-element-id-6,
.cbp-hrmenu-tab-4 .iqitmegamenu-submenu-container .col-2.menu-element-id-7,
.cbp-hrmenu-tab-4 .iqitmegamenu-submenu-container .col-2.menu-element-id-8,
.cbp-hrmenu-tab-4 .iqitmegamenu-submenu-container .col-2.menu-element-id-9,
.cbp-hrmenu-tab-4 .iqitmegamenu-submenu-container .col-2.menu-element-id-10,
.cbp-hrmenu-tab-3 .iqitmegamenu-submenu-container .col-2.menu-element-id-3,
.cbp-hrmenu-tab-3 .iqitmegamenu-submenu-container .col-2.menu-element-id-5,
.cbp-hrmenu-tab-5 .iqitmegamenu-submenu-container .col-2.menu-element-id-4,
.cbp-hrmenu-tab-5 .iqitmegamenu-submenu-container .col-2.menu-element-id-5,
.cbp-hrmenu-tab-5 .iqitmegamenu-submenu-container .col-2.menu-element-id-6,
.cbp-hrmenu-tab-2 .iqitmegamenu-submenu-container .col-2.menu-element-id-3,
.cbp-hrmenu-tab-2 .iqitmegamenu-submenu-container .col-2.menu-element-id-7,
.cbp-hrmenu-tab-6 .iqitmegamenu-submenu-container .col-2.menu-element-id-9,
.cbp-hrmenu-tab-6 .iqitmegamenu-submenu-container .col-2.menu-element-id-10,
.cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-2.menu-element-id-3,
.cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-2.menu-element-id-4,
.cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-2.menu-element-id-5,
.cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-2.menu-element-id-6,
.cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-2.menu-element-id-7,
.cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-2.menu-element-id-10,
.cbp-hrmenu-tab-8 .iqitmegamenu-submenu-container .col-2.menu-element-id-8 {
    padding: 0 7.5px;
}
.cbp-hrmenu-tab-7 .iqitmegamenu-submenu-container .col-6.menu-element-id-3 {
    padding: 0 0;
	margin-top: 0;
	margin-left: -15px;
}
.cbp-hrmenu .cbp-manufacturers li {
    opacity: 0.6;
	margin-top: -10px;
	margin-bottom: -10px;
}
.cbp-hrmenu .cbp-manufacturers li:hover {
    opacity: 0.8;
}
.cbp-hrmenu img.cbp-banner-image {
    max-height: 275px;
	width: auto;
}
.cbp-hrmenu ul.cbp-links.icon img {
    margin-left: -7px;
    margin-right: 5px;
}
.cbp-hrmenu .cbp-links li a {
    padding-left: 0px;
	line-height: 1.5;
}
.cbp-hrmenu ul.cbp-valinks li {
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
	padding-bottom: 8px
}
.cbp-hrmenu ul.cbp-valinks li a {
    padding-left: 0;
}
.cbp-hrmenu ul.cbp-valinks li a:before {
    display: none;
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
	width: 360px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile .btn {
    font-size: 1.75rem;
	padding: 0.5rem 1rem;
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile .mobile-menu__back-btn.btn {
	margin-top: 0.6rem;
}
.col-mobile-menu-push .mobile-menu__footer {
    display: none;
}
.col-mobile-menu-push .mobile-menu__footer i {
    padding-right: 3px;
}
.mobile-menu__tab {
	min-height: 3.75rem;
}
.mobile-menu__link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.mobile-menu__arrow {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.mobile-menu__submenu--panel {
    line-height: 1.35;
}
.col-mobile-menu-push #iqitmegamenu-mobile ul > li {
    text-transform: uppercase;
	font-weight: 600;
}
.col-mobile-menu-push #iqitmegamenu-mobile ul > li .mm-expand {
    width: 4.5rem;
	height: 2em;
    line-height: 2em;
    font-size: 1.5em;
}
.col-mobile-menu-push #iqitmegamenu-mobile ul > li > ul > li {
	text-transform: none;
	font-weight: 400;
	color: #666666 !important;
}
.col-mobile-menu-push #iqitmegamenu-mobile ul > li > ul > li a {
    color: #666666 !important;
	padding-top: 1rem;
    padding-bottom: 1rem;
	padding-left: 0.75em;
}
.col-mobile-menu-push #iqitmegamenu-mobile ul > li > ul > li .mm-expand {
    width: 4.5rem;
	height: 1.5em;
    line-height: 1.5em;
    font-size: 1.325em;
	padding-right: 1px;
}

/* banner header */
#iqithtmlandbanners-block-3 {
    color: #ffffff;
	padding: 0.375rem 1rem;
	background: #13a8dd;
}
#iqithtmlandbanners-block-4 {
    color: #ffffff;
	padding: 0.125rem 1rem;
	background: #13a8dd;
}
#iqithtmlandbanners-block-3 h5,
#iqithtmlandbanners-block-4 h5 {
    display: none;
}
#iqithtmlandbanners-block-3 p,
#iqithtmlandbanners-block-4 p {
    font-size: 1rem;
	letter-spacing: -0.25px;
	text-align: center;
	margin: 0 auto;
	padding: 0.5rem 1rem;
}
#iqithtmlandbanners-block-3 p a,
#iqithtmlandbanners-block-4 p a {
    color: #ffffff;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-left: 3px;
	padding: 2px 8px;
	white-space: nowrap;
}
#iqithtmlandbanners-block-3 p a:hover ,
#iqithtmlandbanners-block-4 p a:hover {
	color: #13a8dd;
	background: #ffffff;
}
#iqithtmlandbanners-block-4 .swiper-slide {
    display: table;
    width: 100%;
	height: 36px;
    text-align: center;
}
@media (max-width: 767px) {
#iqithtmlandbanners-block-4 .swiper-slide {
    height: 46px;
}	
}
#iqithtmlandbanners-block-4 p {
	display: table-cell;
    vertical-align: middle;
}

/* home */
#index #wrapper {
    padding-bottom: 0;
}
#index #wrapper .container {
    max-width: 1860px;
}
#index #spr .container {
    max-width: 1470px;
}
#index rs-loader.spinner0 {
	box-shadow: none;
	border-radius: 20px;
	background-image: url("../img/logo_pe.svg");
}
#index .swiper-button-next, 
#index .swiper-button-prev {
    padding: 0;
}
@media (max-width: 767px) {
.swiper-button-prev,
.swiper-button-next {
	display: none;
}
.swiper-container-wrapper .product-carousel {
    padding-left: 0;
}
}
.home_colleftbanner,
.home_colrightbanner {
	display: flex;
    flex-direction: column;
    height: 100%;
}
.home_colleftbanner .swiper-slide-inner img,
.home_slidermobile .swiper-slide-inner img {
    width: 100%!important;
}
.home_colrightbanner > div,
.home_colrightbanner > div > div {
	display: flex;
    flex-direction: column;
    height: 100%;
}
.bannerright_bottom {
	margin-top: auto;
}
}
.swiper-slide-inner {
  position: relative;
}
@keyframes homefadeInUp {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.swiper-overlay {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
}
@media (max-width: 767px) {
.swiper-overlay {
  bottom: calc(45% - 25px);
}
}
.swiper-overlay .cta-button {
  padding: 12px 26px;
  background-color: #13a8dd;
  color: #fff!important;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  border: 0;
  border-radius: 50px;
  opacity: 0;
  transition: background 0.3s ease;
}
.swiper-slide-active .swiper-overlay .cta-button {
  animation: homefadeInUp 0.6s ease-out forwards;
  animation-delay: 0.2s;
}
.swiper-overlay .cta-button:hover {
  border: 0;
  border-color: #333;
  background-color: #333;
}

/* bloc slider services */
.title-services {
	font-family: BaronNeueBlack;
	font-size: 3rem;
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
	margin-bottom: 0.3rem;
}
.title-services img {
	width: 100px;
	margin-right: 7px;
}
@media (min-width: 1024px) {
  .elementor > .slider_services,
  .elementor > .slider_liste {
    display: inline-block;
    vertical-align: top;
  }
  .elementor > .slider_services,
  .elementor > .slider_liste,
  .slider_services .elementor-column {
    height: 580px; 
  }
  .elementor > .slider_services {
    width: 70%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .slider_services .elementor-container,
  .slider_services .elementor-column {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .elementor > .slider_liste {
    width: 30%;
    float: left;
    padding: 30px 30px;
    background: #eee;
    background-position: 50% 100%;
    background-size: min(320px, 100%) auto;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.3s;
  }
  .elementor > .slider_services,
  .elementor > .slider_liste {
    margin: 0 !important;
  }
  .elementor > .slider_liste { clear: none !important; }
}
@media (min-width: 1200px) {
  .elementor > .slider_services,
  .elementor > .slider_liste,
  .slider_services .elementor-column {
    height: 640px; 
  }
}
@media (max-width: 1023px) {
  .title-services {
	font-size: 2rem;
  }
  .title-services img {
	width: 80px;
	margin-right: 0;
  }
  .elementor > .slider_services,
  .elementor > .slider_liste {
    width: 100%;
    display: block;
    padding: 0;
  }
  .elementor > .slider_services,
  .slider_services .elementor-column {
    height: 400px;
  }
  .slider_services .elementor-container,
  .slider_services .elementor-column {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .elementor > .slider_liste {
    padding: 30px 30px 40px;
    background: #eee;
    background-position: 50% 100%;
    background-size: min(250px, 100%) auto;
    background-repeat: no-repeat;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
@media (max-width: 767px) {
  .title-services {
	font-size: 1.75rem;
  }
  .title-services img {
	width: 65px;
  } 
}
.slider_liste a.is-active {
  color: #13a8dd!important;
  font-weight: 700;
}
.slider_services .elementor-column-wrap {
  position: relative;
}
.slider_services .elementor-column-wrap::before {
  content: "";
  position: absolute;
  display: block; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00000000 30%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.slider_services .elementor-column-wrap > .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}
.slider_services_content {
    margin-top: 0px;
    color: #fff;
}
@media (min-width: 1024px) {
.slider_services_content {
    padding: 15px 60px 40px 60px;
  }
  .slider_services_content.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .slider_services_content {
    padding: 15px 30px 40px 30px;
  }  
  .slider_services_content.desktop {
    display: none;
  }
}
.slider_services_content a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #13a8dd!important;
}
.slider_services_title_content {
    font-size: 2rem;
    color: #13a8dd;
}

.content_video_text_services {
    margin-top: 0px;
}
@media (min-width: 1024px) {
.content_video_text_services .left-col .elementor-element-populated {
    margin-left: -70px;
}
.content_video_text_services .left-col .elementor-column-wrap {
    width: calc( 100% + 70px );
}
}
.content_video_text_services .txt_experience .elementor-element-populated {
    padding: 75px 75px 75px 160px;
}
.content_video_text_services .drawing_construction .elementor-element-populated { 
    margin-bottom: 0px;
    margin-left: 20px;
    transition: 0.3s;
}
.content_video_text_services iframe,
.content_video_text_services .elementor-widget-video .elementor-custom-embed-image-overlay,
.content_video_text_services .txt_experience {
    border-radius: 5px;
}
.content_video_text_services .space_construction .elementor-spacer-inner {
    height: 250px!important;
}
@media (min-width: 1200px) {
  .content_video_text_services .txt_experience .elementor-element-populated {
    padding: 60px 75px 60px 200px;
  }
  .content_video_text_services .space_construction .elementor-spacer-inner {
    height: 320px!important;
  }
}
@media (min-width: 1600px) {
  .content_video_text_services .txt_experience .elementor-element-populated {
    padding: 75px 75px 75px 200px;
  }
  .content_video_text_services .space_construction .elementor-spacer-inner {
    height: 360px!important;
  }
}
@media (max-width: 1023px) {
  .elementor > .content_video_text_services .elementor-column {
    width: 100%;
    display: block;
    padding: 0;
  }
  .content_video_text_services iframe,
  .content_video_text_services .elementor-widget-video .elementor-custom-embed-image-overlay {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .content_video_text_services .txt_experience {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .content_video_text_services .txt_experience .elementor-element-populated {
    padding: 40px 40px;
  }
  .drawing_construction { display: none!important; }
}

/* list product */
#category #wrapper > .container,
#manufacturer #wrapper > .container,
#module-pm_advancedsearch-searchresults #wrapper > .container {
    max-width: 100%;
}
@media (min-width: 1470px) {
#category #wrapper > .container,
#manufacturer #wrapper > .container,
#module-pm_advancedsearch-searchresults #wrapper > .container {
    padding-left: 40px;
	padding-right: 40px;
}
}
#category #header,
#module-pm_advancedsearch-searchresults #header {
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
#category #wrapper .breadcrumb,
#module-pm_advancedsearch-searchresults #wrapper .breadcrumb {
	padding-top: 0.75rem;
	padding-left: 2.5rem;
}
}
#category #wrapper .breadcrumb,
#module-pm_advancedsearch-searchresults #wrapper .breadcrumb,
#category #wrapper .breadcrumb a,
#module-pm_advancedsearch-searchresults #wrapper .breadcrumb a {
    color: #ffffff;
}
#category #wrapper .empty .breadcrumb,
#module-pm_advancedsearch-searchresults #wrapper .empty .breadcrumb,
#category #wrapper .empty .breadcrumb a,
#module-pm_advancedsearch-searchresults #wrapper .empty .breadcrumb a {
    color: #8f8f8f;
}
#category #wrapper .breadcrumb li:after,
#module-pm_advancedsearch-searchresults #wrapper .breadcrumb li:after {
	background-image: url("../img/arrow_w.svg");
}
#category #wrapper .empty .breadcrumb li:after,
#module-pm_advancedsearch-searchresults #wrapper .empty .breadcrumb li:after {
	background-image: url("../img/arrow.svg");
}
.login-form-btob {
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.login-form-btob #content-wrapper .page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    text-transform: none;
    margin-bottom: 0.3rem;
}
.login-form-btob .forgot-password {
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-bottom: 0;
}
.block-category {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	padding: 0;
	margin-top: -1.525rem;
	margin-bottom: 2rem;
	background-color: #c1c1c1;
}
.block-category.empty {
	margin-bottom: 0;
	background-color: #ffffff;
}
.bg-category {
	padding-top: 0;
    padding-bottom: 2.25rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-category-simple {
	padding-top: 0;
    padding-bottom: 2rem;
}
.block-category.empty .bg-category-simple {
    padding-bottom: 0;
}
.block-category_title {
    padding: 0;
	margin-bottom: 1.75rem;
}
.block-category_title .page-title {
    font-family: BaronNeueBlack;
	font-size: 3.5rem;
	color: #212529;
    font-weight: 400;
    text-transform: lowercase;
    border-bottom: 0;
    margin: 0 1rem;
	padding-bottom: 1rem;
}
.block-category_title.home-btob {
    padding: 1.5rem 0 0.5rem;
}
.btn-cat {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 0.225rem 1rem;
	margin-top: 0.25rem;
	border: 2px solid #ffffff;
	border-radius: 100px;
	background: transparent;
}
.btn-cat:hover {
	color: #333333;
	text-shadow: none;
	border: 2px solid #ffffff;
	background: #ffffff;
}
.block-category-seo {
	overflow: hidden;
    max-height: 360px;
    width: 100%;
    position: relative;
}
.block-category-seo:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
}
.block-category-seo.showmore {
    max-height: none;
}
.block-category-seo.showmore:after {
    display: none;
}
.block-category #category-description_short {
	overflow: hidden;
    max-height: 68px;
    width: 100%;
    position: relative;
	margin-top: -10px;
}
@media (min-width: 768px) {
.btn-cat {
	margin-top: 0;
	margin-left: 0.75rem;
}
.block-category #category-description_short {
	display: flex;
	margin-top: -18px;
}
.block-category #category-description_short.mobile {
    max-height: unset;
}
}
.block-category #category-description_short.more_mh {
    max-height: 150px;
}
.block-category #category-description_short.showmore {
    max-height: none;
}
.block-category #category-description_short:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #c1c1c1 100%);
}
.block-category #category-description_short.mobile:after {
    height: 0px;
    background: none;
}
.block-category #category-description_short.showmore:after {
    height: 0px;
}
.block-category .btn_more-less {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: -12.5%;
}
@media (min-width: 768px) {
.block-category .btn_more-less.mobile {
	display: none;
}	
}
.block-category #category-description {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.block-category #category-description a.link,
.block-category #category-description_txt a.link {
	color: #ffffff;
	text-decoration: underline;
}
.block-category #category-description a.link:hover,
.block-category #category-description_txt a.link:hover {
	text-decoration: none;
}
.block-category #category-description {
	margin: 0 0 1rem;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	color: #ffffff;
	z-index: 1;
}
.block-category #category-description_txt {
	margin-top: -15px;
	padding: 0 15px 15px;
	color: #ffffff;
}
@media (max-width: 767px) {
.block-category .btn_more-less {
	margin-left: 0;
}
.block-category #category-description_txt {
	margin-top: -10px;
	padding-left: 0;
	padding-right: 0;
}
}
@media (min-width: 768px) {
.block-category_title {
	margin-bottom: 0;
}
.block-category #category-description {
	font-size: 1.075rem;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.block-category #category-description .more_margin {
	padding-top: 20px;
	padding-bottom: 30px;
}
.block-category #category-description .more_more_margin {
	padding-top: 40px;
	padding-bottom: 60px;
}
}
.block-category #category-description ul,
.block-category #category-description_txt ul {
	list-style: disc;
	padding: 1rem 0 1rem 0.5rem;
}
@media (min-width: 768px) {
.block-category #category-description ul,
.block-category #category-description_txt ul {
	margin-top: 0;
	padding: 0 0 0.75rem 0.5rem;
}
}
.block-category #category-description ul li,
.block-category #category-description_txt ul li {
    padding: 0.325rem 0 0 0.1rem;
	margin-left: 0.75rem;
}
.block-category #category-description ul li span,
.block-category #category-description_txt ul li span {
    padding: 0 0.5rem 0 0;
}
.category-description_btob {
	margin-top: -20px;
	padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
.category-description_btob {
	margin-top: 0;
	padding-bottom: 0.5rem;
}
}
.category-description_btob ul {
    margin-top: -5px;
    padding: 0 0 0.5rem 0.5rem;
}
.category-description_btob ul li span {
    padding: 0 0.5rem 0 0;
}
.js-content-wrapper #products {
    margin-bottom: 2rem;
}
.pagination {
    margin-top: 2.5rem;
}
.pagination-wrapper-bottom {
    border-top: 0;
}
.products-selection {
    position: relative;
	z-index: 55;
	margin: 0 0 1.5rem;
    padding: 0;
    border-top: 0;
	border-bottom: 0;
}
@media (max-width: 767px) {
#js-product-list-top.products-selection {
    display: none;
}	
}
.products-selection .info-list-view {
    margin-top: -50px;
	margin-bottom: 15px;
}
#manufacturer .products-selection .info-list-view,
#new-products .products-selection .info-list-view,
#prices-drop .products-selection .info-list-view {
    display: none;
}
@media (max-width: 991px) {
.products-selection .info-list-view {
    display: none;
}
}
.products-selection .info-list-view p {
    font-size: 0.8rem;
	font-style: italic;
	text-align: right;
}
.products-selection .info-list-view p span {
	color: #ffffff;
	font-style: normal;
	font-weight: 600;
	margin-right: 2px;
	padding: 1px 4px;
	border-radius: 1px;
	background: #13a8dd;
}
.products-selection .view-switcher {
    font-size: 20px;
	margin-top: -2rem;
	margin-bottom: 0.5rem;
}
.products-selection .view-switcher a {
    display: inline-block;
	margin-right: 1px;
}
.sticky_filters {
	position: -webkit-sticky;
    position: sticky;
    z-index: 50;
    top: 0px;
    transition: top 300ms ease 0s;
	background: #ffffff;
}
.products-selection .filter-button {
    display: none;
}

#left-column.order-first {
    -ms-flex-order: -1;
    order: -1;
}
#left-column .block-categories {
    display: none;
}
#search_filters .dropdown-menu-facet, #search_filters_brands .dropdown-menu-facet, #search_filters_suppliers .dropdown-menu-facet {
    width: 100%;
}
@media (min-width: 768px) {
#left-column #facets_search_wrapper,
#left-column #PM_ASBlockOutput_1 {
	position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 10px;
    transition: top 300ms ease 0s;
}
#left-column .block-facets {
    margin-top: 3.5rem;
	margin-right: 0;
}
}
@media (min-width: 1200px) {
#left-column .block-facets {
    margin-right: 1.5rem;
}
}
@media (min-width: 1600px) {
#left-column .block-facets {
    margin-right: 3rem;
}
}
#active-search-filters {
    margin-top: 0;
	padding: 0.5rem 0;
}
@media (min-width: 768px) {
#manufacturer #active-search-filters,
#prices-drop #active-search-filters,
#new-products #active-search-filters {
    margin-top: -2rem;
	margin-bottom: -1.25rem;
	margin-left: -25.5%;
}
}
#search_filters .facet > .facet-type-checkbox, 
#search_filters .facet .facet-type-radio, 
#search_filters .facet .faceted-slider {
    position: relative!important;
    transform: translate3d(0px, 0, 0px)!important;
	padding-top: 0.5rem;
	border: 0;
	display: none;
}
#search_filters .facet > .facet-type-checkbox.show, 
#search_filters .facet .facet-type-radio.show,
#search_filters .facet .faceted-slider {
	display: block;
}
#search_filters p.facet-title-dropdown {
    cursor: pointer;
	font-size: 1.075rem;
	font-weight: 800;
	letter-spacing: .5px;
	color: #333;
	padding: 1rem 1rem 1rem 1.5rem;
	margin-bottom: 0.5rem;
	border: 0;
	border-radius: 60px;
	border: solid 2px #eeeeee;
	background: #ffffff;
}
#search_filter_toggler {
    max-width: fit-content;
}
@media (min-width: 768px) {
#search_filters p.facet-title-dropdown {
    padding: 0.75rem 1rem 0.75rem 1.25rem;
}
}
#search_filters p.facet-title-dropdown:hover {
	background: #eeeeee;
}
.facet-dropdown .drop-icon {
    top: 2px;
	right: 6px;
}
@media (min-width: 768px) {
.facet-dropdown .drop-icon {
    top: 4px;
	right: 6px;
}
}
#search_filters .facet:first-child, #search_filters_brands .facet:first-child, #search_filters_suppliers .facet:first-child,
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    padding: 0;
	padding-bottom: 1rem;
}
#left-column .block-facets .facet-type-radio .custom-radio {
    border-radius: 0;
}
#left-column .block-facets .facet-type-radio li:first-child {
    display: none!important;
}
#js-product-list .products-list {
    margin-top: -0.25rem;
}
.product-miniature.list {
    margin-top: -5px;
	border: none;
	border-bottom: solid 1px #eeeeee;
}
.product-miniature-list-row {
    margin: 0;
    padding: 0 0 0.25rem;
}
.product-miniature-default.list .product-thumbnail img {
	max-width: 60px;
	margin-top: -1rem;
}
img.brand_logo_miniature_list {
    position: absolute;
	z-index: 1;
	max-width: 45px;
	top: -6px;
    left: 10px;
	opacity: 0.5;
}
.product-miniature-list.list .product-title {
	margin-top: 2px;
	margin-bottom: 3px;
}
.product-miniature-list.list .product-price-and-shipping {
	margin-bottom: 0.5rem;
}
.product-miniature-list.list .product-add-cart {
    margin-top: -10px;
}
.product-miniature-list.list .product-price {
    font-size: 1.1rem;
	font-weight: 700;
}
.products-grid .product-miniature.list .products-variants {
    margin-top: 10px;
}
.product-miniature-default.list .variant-links .color {
    width: 1.5rem;
    height: 1.5rem;
	margin-right: 5px;
}
.list .product-miniature-grid:hover .product-functional-buttons-bottom {
    transform: translate(-50%, 35%);
}
.btn-product-list {
    margin-top: 0;
	background: #13a8dd;
    color: #ffffff;
    border-radius: 30px;
}
.btn-product-list:hover {
    background: #0d87b3;
    color: #ffffff;
}
#quickview-modal.modal.fade.quickview {
    display: table!important;
    margin: auto;
}
#quickview-modal.modal.fade.quickview .modal-dialog {
    display: table-cell;
    vertical-align: middle;
}
#quickview-modal.modal.fade.quickview .modal-content {
    max-width: 1024px;
    min-height: 350px;
    margin: auto;
}
#quickview-modal.modal.fade.quickview .modal-body {
	min-height: unset;
}
.product-miniature-grid .product-availability {
    display: none!important;
}
.product-flags .instock {
    background: #67a675;
    color: #ffffff;
	padding: 0.25rem 0.4375rem;
}
#index .product-miniature-grid .product-functional-buttons-links {
    display: none;
}
.product-miniature-grid .product-functional-buttons img {
    display: block;
}
.product-miniature-grid .product-functional-buttons-top {
    position: absolute;
	bottom: auto;
    top: 0.25rem;
    right: -0.75rem;
    left: auto;
    min-width: auto;
    padding: 0;
    transform: translate(0, 0);
	opacity: 0;
	background: transparent;
}
@media (min-width: 768px) {
.product-miniature-grid:hover .product-functional-buttons-top {
    transform: translate(-50%, 0%);
    opacity: 1;
}
}
.product-miniature-grid .product-functional-buttons form {
    display: inline-block;
}
.product-miniature-grid .product-functional-buttons button:disabled {
    display: none;
}
.product-miniature-grid .product-functional-buttons .quick-add {
    display: inline-block;
    padding: 0.4rem 0.3rem;
	color: #333333;
	border: 0;
	background: #ffffff;
}
.product-miniature-grid .product-functional-buttons .quick-add:hover {
    opacity: 0.6;
}
.product-miniature-grid .product-functional-buttons .quick-add i {
    font-size: 1.15rem;
}
.product-miniature-grid .product-title {
	letter-spacing: 0;
}
@media (min-width: 992px) {
#manufacturer .product-miniature-grid .product-title,
.category-products .product-miniature-grid .product-title,
.same-brand .product-miniature-grid .product-title {
    max-width: 150px;
}
.product-miniature-grid .product-title {
    max-width: 160px;
}
}
@media (min-width: 1200px) {
#manufacturer .product-miniature-grid .product-title,
.category-products .product-miniature-grid .product-title,
.same-brand .product-miniature-grid .product-title {
    max-width: 160px;
}
.product-miniature-grid .product-title {
    max-width: 180px;
}
}
@media (min-width: 1600px) {
#manufacturer .product-miniature-grid .product-title,
.category-products .product-miniature-grid .product-title,
.same-brand .product-miniature-grid .product-title {
    max-width: 170px;
}
.product-miniature-grid .product-title {
    max-width: 200px;
}
}
.brand_logo_miniature {
	position: absolute;
	right: 2px;
	z-index: 1;
}
.brand_logo_miniature img {
    max-width: 75px;
	margin-top: -30px;
	margin-right: 3px;
	opacity: 0.5;
}
@media (max-width: 767px) {
.brand_logo_miniature img {
    max-width: 50px;
	margin-top: -50px;
}
}
.product-features-miniature {
    margin: -0.175rem 0 0.25rem;
}
.product-features-miniature ul {
    margin: 0;
}
.product-features-miniature ul li {
    display: inline;
	margin: 0;
	padding: 0;
}
.product-features-miniature ul li:after {
    content: "/";
    display: inline;
    width: 4px;
    margin-left: 2px;
}
.product-features-miniature ul li:last-child::after {
    content: "";
	display: none;
}
.products-grid .product-miniature-layout-1 .products-variants, 
.products-grid .product-miniature-layout-1 .product-price-and-shipping, 
.products-grid .product-miniature-layout-3 .products-variants, 
.products-grid .product-miniature-layout-3 .product-price-and-shipping {
    padding-top: 0.5rem;
}
.product-miniature-grid .product-price {
    font-weight: 700;
}
/* module pm_advancedsearch */
.PM_ASSelections {
    background-color: unset;
    border: 0;
}
.PM_ASBlockOutputVertical .PM_ASSelections {
    margin-bottom: 1rem;
	padding-left: 0.1rem;
}
#PM_ASBlock_1.card,
#PM_ASBlock_2.card,
#PM_ASBlock_3.card {
	margin-top: 2rem;
	border: 0;
}
#manufacturer #PM_ASBlock_1.card,
#manufacturer #PM_ASBlock_2.card,
#manufacturer #PM_ASBlock_3.card {
	padding-top: 1.85rem;
}
#PM_ASBlock_1 .card-block,
#PM_ASBlock_2 .card-block,
#PM_ASBlock_3 .card-block {
	padding: 1.25rem 1.25rem 1.25rem 0;
}
#PM_ASBlock_1 #PM_ASCriterionsGroup_1_14 {
	display: none;
}
#PM_ASBlock_1 #PM_ASCriterionsGroup_1_14.brand-selected {
	display: block;
}
@media (max-width: 991px) {
#PM_ASBlock_1 .card-block,
#PM_ASBlock_2 .card-block,
#PM_ASBlock_3 .card-block  {
	padding: 1.25rem 0;
}
}
#PM_ASBlock_1 .card-header,
#PM_ASBlock_2 .card-header,
#PM_ASBlock_3 .card-header {
	border: 0;
}
#PM_ASBlock_1 .card-header,
#PM_ASBlock_2 .card-header, 
#PM_ASBlock_3 .card-header {
    background: #eee;
}
.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle::after, .PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle::after {
    font-size: 20px;
	right: 6px;
}
@media (min-width: 768px) {
#PM_ASBlock_1 .card-header,
#PM_ASBlock_2 .card-header,
#PM_ASBlock_3 .card-header {
	margin-top: 1.5rem;
	border-radius: 50px;
}
}
@media (min-width: 992px) {
#PM_ASBlock_1 .card-header,
#PM_ASBlock_2 .card-header,
#PM_ASBlock_3 .card-header {
	display: none;
}
}
@media (max-width: 767px) {
.PM_ASMobileMode #PM_ASBlock_1.card,
.PM_ASMobileMode #PM_ASBlock_2.card,
.PM_ASMobileMode #PM_ASBlock_3.card {
	margin-top: -2rem;
	margin-bottom: 2.5rem;
}
#PM_ASBlock_1 .card-header,
#PM_ASBlock_2 .card-header,
#PM_ASBlock_3 .card-header {
    line-height: 24px;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
}
#PM_ASBlock_1 .card-block,
#PM_ASBlock_2 .card-block,
#PM_ASBlock_3 .card-block {
	padding: 1.75rem 0 0;
	margin-bottom: -2rem
}
.PM_ASBlockOutputVertical .PM_ASSelections {
	padding-left: 1rem;
}
}
#PM_ASBlock_1 .PM_ASResetSearch,
#PM_ASBlock_2 .PM_ASResetSearch,
#PM_ASBlock_3 .PM_ASResetSearch {
	display: none!important;
}
.PM_ASBlockOutputVertical .PM_ASSelections .active-filter-title {
    margin: -0.3rem 0 0.4rem;
}
.PM_ASBlockOutputVertical .PM_ASSelections a.PM_ASSelectionsRemoveLink {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.PM_ASCriterionsGroupOuter {
	max-height: 300px;
    overflow-x: auto;
}
.PM_ASCriterionsOutput p.facet-title-dropdown {
    display: block;
	cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .5px;
    color: #333;
    padding: 1rem 1rem 0.9rem 1.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-radius: 60px;
    border: solid 2px #eee;
    background: #fff;
}
#manufacturer .PM_ASCriterionsOutput #PM_ASCriterions_2_13 p.facet-title-dropdown {
    border: solid 2px #333333;
}
.PM_ASCriterionsGroupTitle .drop-icon {
    float: right;
	top: 4px;
	right: 6px;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul {
	position: relative!important;
    transform: translate3d(0,0,0)!important;
    padding: 0.5rem 1rem;
    border: 0;
	display: none;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul.show {
    display: block;
	opacity: 1;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul.show li {
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
}
.PM_ASBlockOutputVertical .slider {
	position: relative!important;
    transform: translate3d(0,0,0)!important;	
	margin-top: 1rem;
	padding-right: 0.5rem;
}
.PM_ASBlockOutputVertical .slider.show {
    display: block;
	opacity: 1;
    transform: scale(1,1);
    visibility: visible;
	border: 0;
}
.PM_ASCritRange {
    max-width: 92%;
}

/* product */
#product-modal {
    background: #ffffff;
}
#product-modal .modal-header {
    border: 0;
	padding: 0 1rem;
}
#product-modal .modal-header span.modal-title {
    opacity: 0;
}
#product-modal .modal-header .close {
    font-size: 1rem;
	font-weight: 400;
	opacity: 0.8;
	margin: 0;
}
#product-modal .modal-header .close:hover {
	opacity: 1;
}
#product-modal .modal-header .close span.close_txt {
    font-size: 0.875rem;
}
#product-modal .modal-header .close span.close_x {
    font-size: 1.25rem;
	padding-left: 10px;
}
#product-modal .modal-dialog {
    max-width: 1270px;
}
#wrapper .breadcrumb #iqitproductsnav {
    font-size: 1rem;
}
#wrapper .breadcrumb #iqitproductsnav a {
    padding-right: 0.5rem;
}
@media (max-width: 767px) {
.product-info-row {
    margin-bottom: 2rem;
}
}
#content-wrapper .product_header_container .page-title {
	font-family: 'Roboto', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: none;
	padding-top: 0.425rem;
	margin-bottom: 0.7rem;
}
.product_header_container {
    padding-bottom: 0;
	border-bottom: 0;
}
#product .product-brand-name {
    font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}
#product .sketchfab-embed-wrapper {
	height: 350px;
	margin-top: -1rem;
}
@media (min-width: 768px) {
#product .sketchfab-embed-wrapper {
    max-width: 940px;
	height: 650px;
	margin-top: 0;
}
#content-wrapper .product_header_container .page-title {
	margin-top: 4px;
}
#main-product-wrapper .product-lmage-large.full-cover {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
#product .product-cover .expander > span {
    display: none;
}
.product-manufacturer-next img {
    max-width: 100px;
	margin-top: -25px;
}
.product-information .rte-content.product-description p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#product-details-wrapper.product-details-section {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    border-bottom: 1px solid rgb(160 160 160);
	padding: 1rem 0;
	margin-bottom: 0;
}
.product-features>dl.data-sheet dt.name.icon {
	padding: 1.125rem 0 1rem;
}
.product-features>dl.data-sheet dd.value.icon {
	padding: 0.575rem 0;
}
.product-features>dl.data-sheet dd.value.icon img {
	margin-left: -0.25rem;
	margin-right: 0;
}
.product-features>dl.data-sheet dd.value a.js-extra-html-added {
	position: absolute;
	font-size: 0.825rem;
	margin-top: -2px;
	margin-left: 5px;
}
#product-details-wrapper.product-details-section .product-reference {
	display: none;
}
.product-pack {
    margin: 2rem 0 1rem;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 0.925rem;
	top: 6px;
	left: 4px;
	font-weight: 700;
}
.product-variants {
    margin-bottom: 1.5rem;
}
.product-variants > .product-variants-item {
    width: 100%;
	border-bottom: 0px solid rgba(160, 160, 160, 0.25);
}
.product-variants .input-color, .product-variants .color {
    border-radius: 15px;
}
.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
    border: 3px solid #333333;
}
.product_p_price_container #product-availability {
    letter-spacing: 0.5px;
}
.product_p_price_container #product-availability.badge,
.product_header_container #product-availability.badge {
    background: #13a8dd!important;
}
.product_p_price_container #product-availability.badge-warning,
.product_header_container #product-availability.badge-warning {
    color: #ffffff;
    background-color: #dd9500;
}
.product_p_price_container {
    border-top: 0;
	padding-top: 0;
}
.product-variants, section.product-discounts, div.product-add-to-cart {
    display: block;
}
.product-add-to-cart .col-add-qty {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.product-quantity .qty {
    width: 100%;
    height: 100%;
}
.product-add-to-cart .col-add-btn {
    -ms-flex: 1;
    flex: 1;
	max-width: 75%;
	padding-left: 1rem;
}
.product-add-to-cart .col-add-btn {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}
.product-add-to-cart .add-to-cart {
    width: 100%;
	font-size: 16px;
    font-weight: 500;
	border-radius: 50px;
	background: #13a8dd;
}
.product-add-to-cart .add-to-cart:hover {
	background: #0d87b3;
}
.quickview .quickview-info {
    padding-bottom: 2rem;
	max-height: 600px;
}
@media (min-height: 1000px) {
.quickview .quickview-info {
    max-height: 800px;
}
}
@media (max-height: 600px) {
.quickview .quickview-info {
    max-height: 400px;
}
}
#quickview-modal-product-content .add-to-cart {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
	min-height: 50px;
	border-radius: 50px;
	background: #13a8dd;
}
#quickview-modal-product-content .commander .add-to-cart {
	font-size: 12px;
    letter-spacing: 0.5px;
	min-height: 42px;
	padding: 0;
	width: 100%;
	border-radius: 0;
}
#quickview-modal-product-content .add-to-cart:hover {
	background: #0d87b3;
}
#quickview-modal-product-content .add-to-cart:before {
	display: none;
}
#quickview-modal-product-content img.d_c_img, 
#quickview-modal-product-content div.d_c_img {
    max-width: 50px;
    max-height: 50px;
}
#quickview-modal-product-content .table_d_c td.td_price, 
#quickview-modal-product-content .table_d_c td.commander, 
#quickview-modal-product-content .table_d_c td.td_stock {
    width: 150px;
    padding: 5px 10px;
}
#quickview-modal-product-content .table_d_c p {
    font-weight: 500;
}
#quickview-modal-product-content .table_d_c td.td_price {
    text-transform: capitalize;
}
#quickview-modal-product-content span.colorsquare {
    top: unset;
	bottom: -6px;
	margin: auto;
	border-radius: 30px;
}
#quickview-modal-product-content span.colorname {
    font-size: 0.8rem;
	font-style: italic;
    color: #555;
	display: block;
}
.product-add-to-cart .col-add-compare {
    display: none;
}
.price-ecotax {  
	padding-top: 0.25rem;
}
.price-ecotax i {  
	margin-right: 0.125rem;
}
#col-product-info.quotation {
    position: unset;
}
.product-delay-total {
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	padding-left: 1.125rem;
}
.product-delay-total .delivery-information {
    font-size: 0.975rem;
    font-weight: 400;
}
.product-delay-total .delivery-information strong {
    font-weight: 500;
}
.product-delay-total .delivery-information img {
	margin-left: -1px;
	margin-right: 2px;
}
.product-quotation-form {
	margin-top: -1.5rem;
}
.product-quotation-form .btn-primary {
	width: 100%;
	padding: 12px 28px;
}
.product-quotation-form .textarea-adresse {
	min-height: 75px;
}
.blockcart-content .product-attributes.text-muted,
.cart-item .product-line-info-secondary,
.cart-summary-product .product-line-info-secondary {
    color: #333333!important;
    opacity: 1;
}
.tax-shipping-delivery-label .delivery-information {  
	font-size: 0.975rem;
	font-weight: 500;
	margin-top: 1rem;
}
.block-promo .promo-name .label {
	padding: 1px 5px;
	color: #fff;
	border-radius: 2px;
	background: #13a8dd;
}
.block-promo .promo-name .pull-right {
	font-weight: 600;
}
#cart .tax-shipping-delivery-label .delivery-information,
#checkout .tax-shipping-delivery-label .delivery-information {
	font-size: 0.875rem;
	font-weight: 400;
	color: #777777;
	margin-top: 0.125rem;
}
#checkout .tax-shipping-delivery-label .delivery-information {  
	font-size: 0.825rem;
	font-weight: 400;
	margin-top: 0.125rem;
}
#cart .tax-shipping-delivery-label .delivery-information,
#checkout .tax-shipping-delivery-label .delivery-information {  
	display: block;
}
.tax-shipping-delivery-label .delivery-information img {
	margin-left: -1px;
	margin-right: 2px;
}
.tax-shipping-delivery-label .delivery-information i {  
    font-size: 1.125rem;
	margin-left: 1px;
	margin-right: 4px;
}
.product-additional-info {
    border-top: 0;
}

.product-tabs {
    margin-top: 0;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
.product-tabs {
    margin-top: 1rem;
	margin-bottom: 3rem;
}
}
.product-tabs .product-description {
    margin-top: 2rem;
}
.product-actions #spr {
    margin-top: -1rem;
}
.product-screw-section {
	display: block;
	margin-top: -0.25rem;
	padding-bottom: 1.25rem;
}
.product-screw-section p {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	padding: 0.75rem 1rem;
	margin-bottom: 0;
	background: #e5e5e5;
}
.product-screw-section table {
	background: #f5f5f5;
	margin-bottom: 1.5rem;
}
.product-screw-section table td {
	padding: 0.35rem 1.5rem;
}
.product-screw-section.cart {
	margin-top: 0;
	padding-bottom: 0;
}
.product-screw-section.cart table {
	margin-bottom: 0;
	border: 1px solid rgba(160,160,160,0.25);
}
.product-screw-section.cart p {
	text-align: center;
	padding: 0.75rem 1rem;
	margin-bottom: 0;
	border: 1px solid rgba(160,160,160,0.25);
	border-bottom: 0;
	background: #ffffff;
}
@media (min-width: 768px) {
.product-screw-section.cart p {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
}
.product-screw-section.cart table td.screw-type {
	padding-left: 3rem;
}
.product-screw-section.cart table td.screw-type {
	padding-left: 2rem;
}
.product-screw-section.cart table td.screw-type a {
	padding-left: 0.5rem;
}
.product-screw-section.cart table td.screw-type a img {
	margin-top: -3px;
}
.product-screw-section.cart table td.screw-value {
	text-align: center;
	padding-left: 4rem;
}
.product-screw-section.cart table td.screw-value span {
	font-weight: 600;
}
.product-cart-info-tab {
	display: block;
	margin-top: -1px;
	padding-bottom: 0;
}
.product-cart-info-tab p {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	padding: 0.75rem 1rem;
	margin-bottom: 0;
	border: 1px solid rgba(160,160,160,0.25);
	background: #ffffff;
}
@media (min-width: 768px) {
.product-cart-info-tab p {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
}
.product-cart-info-tab table {
	background: #f5f5f5;
	border: 1px solid rgba(160,160,160,0.25);
	border-top: none;
}
.product-cart-info-tab table td {
	padding: 0.35rem 1.5rem;
}
.product-cart-info-tab table td.name img {
    margin-top: -2px;
	margin-right: 0.75rem;
}
.product-cart-info-tab table td.name .color {
    width: 1rem;
    height: 1rem;
    outline: 0;
    cursor: unset;
    background-size: contain;
    text-align: left;
    line-height: 1rem;
	margin-bottom: -2px;
    margin-right: 0.75rem;
}
.product-cart-info-tab table td.name .color.white {
    outline: 1px solid rgba(160,160,160,0.25);
}
.product-cart-info-tab table td.name .color:hover {
    border: none;
}
.product-cart-info-tab table td.name {
	padding-left: 2rem;
}
.product-cart-info-tab table td.value {
	text-align: center;
	padding-left: 4rem;
}
.product-cart-info-tab table td.value span {
	font-weight: 600;
	padding-right: 0.125rem;
}
#product .swiper-container {
    z-index: 0;
}
#product .col-product-info-desc {
    padding-top: 0;
}
@media (min-width: 768px) {
#product .col-product-info-desc {
    padding-top: 3rem;
}
#product .col-product-info-desc .product-description {
    padding: 15px;
}
#product .col-product-info-desc .product-extracontent-section {
    padding: 15px;
}
}
#product .col-product-info-desc .product-description h3 {
    margin-bottom: 1rem;
}
#product .col-product-info-desc .product-description iframe {
    max-width: 100%;
	border: 0;
}
#product .category-products {
    margin-top: 2rem;
}
#product .same-brand {
    padding-top: 1rem;
	margin-bottom: 5rem;
}
#product .product-accessories .section-title,
#product .category-products .section-title,
#product .same-brand .section-title {
    font-size: 2.175rem;
	line-height: 1.2;
	text-align: center;
	font-weight: 800;
	padding-top: 1.5rem;
	margin-bottom: 0;
}
#product .same-brand .section-title h2 {
    display: none;
}

/* microanimation btn cart */
.add-to-cart.disabled,
.add-to-cart:disabled,
.add-to-cart.disabled:hover,
.add-to-cart:disabled:hover {
    color: #fff;
    background-color: #ccc!important;
    border-color: #ccc!important;
}
.product-quantity .add-to-cart:disabled {
    opacity: 1;
}

.microanimation {
	--background: #13a8dd;
	--text: #fff;
	--cart: #fff;
	--tick: var(--background);
	position: relative;
	border: none;
	background: none;
	padding: 12px 28px;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	min-width: 144px;
	color: var(--text);
	background: var(--background);
	transform: scale(var(--scale, 1));
	transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
}
.microanimation:hover, 
.microanimation:focus, 
.microanimation :active, 
.microanimation.disabled:hover, 
.microanimation.disabled:focus, 
.microanimation.disabled :active, 
.microanimation:disabled:hover, 
.microanimation:disabled:focus, 
.microanimation:disabled :active {
    background: #0d87b3!important;
}
.microanimation:active {
	--scale: 0.95;
}
.microanimation span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: block;
	position: relative;
	padding-left: 0;
	margin-left: 6px;
	line-height: 28px;
	transform: translateY(var(--span-y, 0));
	transition: transform 0.5s ease;
}
@media (max-width: 576px) {
.microanimation span {
	margin-left: 14px;
}
}
.microanimation span:before, .microanimation span:after {
	content: "";
	width: var(--w, 2px);
	height: var(--h, 14px);
	border-radius: 1px;
	position: absolute;
	left: var(--l, 18px);
	top: var(--t, 6px);
	background: #ffffff;
	transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
	transition: transform 0.5s ease 0.05s;
}
.microanimation span:after {
	--w: 14px;
	--h: 2px;
	--l: 12px;
	--t: 12px;
}
.microanimation .cart {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0 0 -18px;
	transform-origin: 12px 23px;
	transform: translateX(-200px) rotate(-18deg);
}
@media (max-width: 767px) {
.microanimation .cart {
	transform: translateX(-300px) rotate(-18deg);
}
}
.microanimation .cart:before, .microanimation .cart:after {
	content: "";
	position: absolute;
}
.microanimation .cart:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px var(--cart);
	bottom: 0;
	left: 9px;
	filter: drop-shadow(11px 0 0 var(--cart));
}
.microanimation .cart:after {
	width: 16px;
	height: 9px;
	background: var(--cart);
	left: 9px;
	bottom: 7px;
	transform-origin: 50% 100%;
	transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
	transition: transform 0.6s ease var(--fill-d);
}
.microanimation .cart svg {
	z-index: 1;
	width: 36px;
	height: 26px;
	display: block;
	position: relative;
	fill: none;
	stroke: var(--cart);
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#quickview-modal-product-content .microanimation .cart svg,
#quickview-modal-product-content .microanimation .cart:before, 
#quickview-modal-product-content .microanimation .cart:after,
#quickview-modal-product-content .microanimation span:before, 
#quickview-modal-product-content .microanimation span:after {
	display: none;
}
.microanimation .cart svg polyline:last-child {
	stroke: #0d87b3;
	stroke-dasharray: 10px;
	stroke-dashoffset: var(--offset, 10px);
	transition: stroke-dashoffset 0.4s ease var(--offset-d);
}
.microanimation.loading {
	--scale: 0.95;
	--span-y: -40px; 
	--icon-r: 180deg;
	--fill: 1;
	--fill-d: 0.5s;
	--offset: 0;
	--offset-d: 0.8s;
}
.microanimation.loading .cart {
  -webkit-animation: cart 2s linear forwards 0.2s;
          animation: cart 2s linear forwards 0.2s;
}

@-webkit-keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(70px) rotate(-18deg);
  }
  100% {
    transform: translateX(140px) rotate(-18deg);
  }
}

@keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(70px) rotate(-18deg);
  }
  100% {
    transform: translateX(140px) rotate(-18deg);
  }
}

/* customer - cart - checkout - order-confirmation */
.form-group:has([for="field-id_gender"]) {
	display: none;
}
.js-customer-form .form-control-comment {
	display: none;
}
.js-customer-form .col-md-2.form-control-comment,
.js-address-form .col-md-2.form-control-comment {
	display: none;
}
.cart-detailed-actions .btn-primary {
    background: #13a8dd;
}
.cart-detailed-actions .btn-primary:hover {
    background: #333333;
}
@media (max-width: 767px) {
body#checkout img.logo {
    width: 100px!important;
}
}
#cart .ps_checkout.payment-method-logo-block,
#cart #ps_checkout-payment-method-logo-block-container,
#product #ps_checkout-payment-method-logo-block-container {
	display: none;
}
body#checkout .payment-options {
    padding-top: 1rem;
}
body#checkout .additional-information {
    margin: 0 0 1rem 2.5rem;
    max-width: 750px;
}
body#checkout .custom-radio {
    margin-right: 1rem;
}
body#checkout section.checkout-step .payment-options #payment-option-2-container span {
    display: inline-block!important;
}
body#checkout section.checkout-step .payment-options .payment-option {
    min-height: 30px;
}
body#checkout section.checkout-step .payment-options .payment-option.ps_checkout-payment-option {
    min-height: 40px;
}
#ps_checkout-hosted-fields-form .ps_checkout-info-wrapper {
    display: table-cell !important;
}
.my-account-page-content-wrapper .my-account-side-links .material-icons {
    font-size: 16px;
}
.alert-warning.quote_unlogged {
    display: none;
}
@media (min-width: 1200px) {
#history .table th, #history .table td {
    padding: 0.75rem 1.75rem;
	width: 15%;
}
}
#history .fa-file-pdf {
    font-size: 1.5rem;
}
.ps-shoppingcart.side-cart #blockcart-content {
    padding-bottom: 40px;
}
.ps-shoppingcart .cart-products-count-btn {
    min-width: 14px;
    height: 14px;
    top: 0px;
    right: -2px;
}
#mobile-header .ps-shoppingcart.side-cart #blockcart-content {
    padding-bottom: 60px;
}
#blockcart-content {
    width: 360px;
}
#blockcart-content .cart-title hr {
    border-top: 1px solid #ffffff;
}
#blockcart-content .modal-title {
	font-family: BaronNeueBlack;
	font-size: 1.875rem;
	font-weight: 400;
	color: #333333;
	text-transform: lowercase;
}
.loyalty-block-checkout .alert-loyalty {
	background-color: #ffffff;
}
#blockcart-content .iqitfreedeliverycount {
	margin: -0.75rem 0 1.5rem;
	border-radius: 30px;
	background-color: #ffffff;
	border: 2px solid #eeeeee;
}
#blockcart-content .iqitfreedeliverycount-title {
	display: block;
}
#blockcart-content .iqitfreedeliverycount-title p {
	font-size: 0.775rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #333333;
	padding: 0.2rem 0 0;
	margin-bottom: 0;
}
#blockcart-content .iqitfreedeliverycount-title i {
	padding-right: 0.25rem;
}
#blockcart-content .iqitfreedeliverycount-title img {
	max-width: 25px;
	height: auto;
	margin-top: -2px;
	margin-left: 0;
	margin-right: 0.5rem;
}
#checkout .cart-grid-right .iqitfreedeliverycount {
	display: none;
}
#checkout .delivery-option img {
    max-width: 50px;
}
.cart-grid-right .iqitfreedeliverycount {
	margin: 1rem 0 0.5rem;
	border-radius: 30px;
	padding: 0.25rem!important;
	background-color: #ffffff;
	border: 2px solid #eeeeee;
}
.cart-grid-right .iqitfreedeliverycount-title {
	display: block;
}
.cart-summary .iqitfreedeliverycount-title p {
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #333333;
	padding: 0.2rem 0;
	margin-bottom: 0;
}
.cart-summary .iqitfreedeliverycount-title i {
	padding-right: 0.325rem;
}
.cart-summary .iqitfreedeliverycount-title img {
	max-width: 30px;
	height: auto;
	margin-top: -1px;
	margin-left: 0;
	margin-right: 0.625rem;
}
.cart-summary-ecotax {
	height: 2rem;
	margin-top: -1.25rem;
	padding-right: 1.25rem;
}
#cart .cart-summary-ecotax {
	margin-bottom: 0;
}
#checkout .cart-summary-ecotax {
	margin-bottom: 1rem;
}
.cart-summary-ecotax .value {
    float: right;
}
#blockcart-content .cart-subtotals .reinsurance,
#cart .cart-grid-right .reinsurance,
#checkout .cart-grid-right .reinsurance {
    text-align: center;
	padding-top: 0;
	padding-bottom: 0.5rem;
}
#blockcart-content .cart-subtotals .reinsurance p {
    font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.25px;
	color: #666666;
	padding: 0 0.75rem;
}
#blockcart-content .cart-subtotals .reinsurance img {
    max-width: 32px;
}
#cart .cart-grid-right .reinsurance p,
#checkout .cart-grid-right .reinsurance p {
    font-size: 0.85rem;
	font-weight: 500;
	line-height: 1;
	color: #777777;
	padding: 0 1.75rem;
}
#cart .cart-grid-right .reinsurance img,
#checkout .cart-grid-right .reinsurance img {
    max-width: 36px;
}
#blockcart-content .btn-primary {
    background: #13a8dd;
}
#blockcart-content .btn-primary:hover {
    background: #333333;
}
#blockcart-content .btn-secondary {
    border-radius: 50px;
}
.cart-items {
    margin-bottom: 2.5rem;
}
#cart .cart-container {
	margin-bottom: 2.5rem;
}
#cart #content-wrapper .page-title {
	margin-top: 1.25rem;
	margin-bottom: 0;
}
@media (min-width: 768px) {
#cart #content-wrapper .page-title {
    border-bottom: 0;
}
}
#checkout #content-wrapper .page-title {
    border-bottom: 0;
	margin-top: 1.25rem;
	margin-bottom: 0;
	display: none;
}
#checkout .payment-option label img[src*="systempay"] {
    margin-left: 6px;
	margin-right: 0;
    float: right;
}
#checkout .payment-option .paypal-mark {
    padding: 0;
	margin-left: 4px;
	margin-right: 0;
	border: none;
}
#checkout .payment-option .paypal-mark img {
    height: 18px;
}
#checkout #footer {
    margin-top: 1rem;
}
#order-confirmation #content-wrapper .page-title {
    font-size: 2rem;
}
#order-confirmation #content-wrapper .page-title i {
    padding-right: 3px;
}
#order-detail .box #order-products a {
	text-decoration: none;
}
#order-detail .box a {
    font-weight: 600;
	text-decoration: underline;
}
#order-detail .box a:hover {
	text-decoration: none;
}
#authentication .info_login {
	margin: 0.5rem 0 3rem;
}
#checkout .info_login {
	margin: 1.25rem 0 2rem;
}
#authentication .info_login h3,
#checkout .info_login h3 {
	margin-bottom: 1.25rem;
}
#authentication .info_login ul,
#checkout .info_login ul {
	list-style: disc;
	margin-left: 1.5rem;
}
#authentication .info_login li,
#checkout .info_login li {
	padding-bottom: 1rem;
}
#authentication .info_login a,
#checkout .info_login a {
	text-decoration: underline;
}
#authentication .info_login a:hover,
#checkout .info_login a:hover {
	text-decoration: none;
}

/* brand */
#module-pm_advancedsearch-searchresults #content-wrapper-brand {
	position: relative;
	padding-bottom: 1rem;
}
#manufacturer .content-brand-img,
#module-pm_advancedsearch-searchresults .content-brand-img {
    margin-top: -50px;
	float: right;
}
#manufacturer .brand-img,
#module-pm_advancedsearch-searchresults .brand-img {
	display: flex;
}
#manufacturer .brand-img img.brand,
#module-pm_advancedsearch-searchresults .brand-img img.brand {
    max-width: 100px;
	height: fit-content;
}
#manufacturer .brand-img img.ifsc,
#module-pm_advancedsearch-searchresults .brand-img img.ifsc {
    margin-top: 20px;
	max-width: 65px;
	height: fit-content;
}
@media (min-width: 768px) {
#manufacturer .brand-img img.brand,
#module-pm_advancedsearch-searchresults .brand-img img.brand {
    max-width: 125px;
}
#manufacturer .brand-img img.ifsc,
#module-pm_advancedsearch-searchresults .brand-img img.ifsc {
    max-width: 85px;
}
}
#manufacturer-range {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 5px;
}
#module-pm_advancedsearch-searchresults #manufacturer-range {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
}
#manufacturer-range .btn-brands-more.btnrangedetails {
    display: inline-flex;
}
#manufacturer-range .btn-brands-more.btnrangedetails span {
    padding-left: 6px;
}
@media (max-width: 767px) {
#manufacturer-range {
	margin-bottom: 10px;
}
#manufacturer-range .btn-brands-more.btnrangedetails {
	display: inline-block;
}
#manufacturer-range .btn-brands-more.btnrangedetails span {
    padding-left: 3px;
}
}
#manufacturer-range .btn-brands-more.btnrangedetails span.btnrangedetails_more {
    display: inline-block;
}
#manufacturer-range .btn-brands-more.btnrangedetails span.btnrangedetails_more.hide {
    display: none;
}
#manufacturer-range .btn-brands-more.btnrangedetails span.btnrangedetails_less {
    display: none;
}
#manufacturer-range .btn-brands-more.btnrangedetails span.btnrangedetails_less.show {
    display: inline-block;
}
#manufacturer-range .btn-brands-more {
	margin-top: 0;
	margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.5rem 1.5rem;
    border: 2px solid #333333;
    border-radius: 100px;
    background: transparent;
}
@media (min-width: 1400px) {
#manufacturer-range .btn-brands-more {
	min-width: 245px;
}
}
#manufacturer-range .btn-brands-more:hover,
#manufacturer-range .btn-brands-more:active,
#manufacturer-range .btn-brands-more:focus {
	color: #ffffff;
	border: 2px solid #333333;
    background: #333333;
}
#manufacturer .products-selection {
    margin: 2.25rem 0 1rem;
}
#manufacturer .elementor {
	margin-top: -2.5rem;
	margin-bottom: 2rem;
}
#module-pm_advancedsearch-searchresults .elementor {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
#module-pm_advancedsearch-searchresults .brandrangedetails,
#manufacturer .brandrangedetails {
	visibility: hidden;
    opacity: 0;
    height: 0;
}
#manufacturer .brandrangedetails.show {
	visibility: visible;
	opacity: 1;
    height: 100%;
	padding-top: 30px;
	margin-bottom: -30px
}
#module-pm_advancedsearch-searchresults .brandrangedetails.show {
	visibility: visible;
	opacity: 1;
    height: 100%;
	padding-top: 0px;
	margin-bottom: -10px
}
#content-wrapper-brand .page-title {
    font-family: BaronNeueBlack;
	font-weight: 400;
    font-size: 3rem;
    text-transform: lowercase;
    margin-bottom: 0.5rem;
	padding-bottom: 0.5em;
}
#content-wrapper-list-product .page-title {
    font-family: BaronNeueBlack;
	font-weight: 400;
    font-size: 3rem;
    text-transform: lowercase;
    margin-bottom: 2rem;
	padding-bottom: 0.5em;
}
#manufacturer-description {
	margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
#manufacturer-description {
	margin-bottom: 0.75rem;
}	
}
#manufacturer-description p,
#manufacturer-description ul {
	font-size: 1.1rem;
}
#manufacturer-description a {
	color: #13a8dd;
	text-decoration: underline;
}
#manufacturer-description a:hover {
	text-decoration: none;
}

/* contact */
:has(.ets-cfu-form) .ui-datepicker select.ui-datepicker-month, 
:has(.ets-cfu-form) .ui-datepicker select.ui-datepicker-year {
    background-image: none;
}
#wpcfu-f3-o1 .ets-cfu-form[data-id="3"] h3,
#wpcfu-f4-o1 .ets-cfu-form[data-id="4"] h3 {
	display: none;
}
#wpcfu-f1-o1 .ets_cfu_input_submit,
#wpcfu-f3-o1 .ets_cfu_input_submit,
#wpcfu-f4-o1 .ets_cfu_input_submit {
    text-align: right;
}
#contact #main .page-content {
    margin-top: 3rem;
	margin-bottom: 2rem;
}
#contact .contact-form .btn-primary,
#wpcfu-f1-o1 .btn-devis,
#wpcfu-f3-o1 .btn-devis,
#wpcfu-f4-o1 .btn-devis {
    text-transform: uppercase;
    font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.6px;
	padding: 0.825rem 3.25rem;
}
.contact-page-info {
    padding-right: 2rem;
}
@media (max-width: 767px) {
.contact-page-info {
    border-bottom: 0;
}
#contact .contact-form .btn-primary {
    width: 100%;
}
}
.contact-form .form-control-label {
    text-align: right;
}
.contact-rich .part .icon i {
    font-size: 1.25rem;
}
.ms-alphabetical .ms-letter-selector {
    padding-top: 0.75rem;
}

/* cms */
#cms #content-wrapper .hidden-cmstitle {
	display: none;
}
#cms #content-wrapper .page-title {
	font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;
}
#cms #content-wrapper img.border-round {
    border-radius: 4px;
}
#cms #content-wrapper h2 {
    font-size: 2rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
#cms #content-wrapper h3 {
    font-size: 1.25rem;
	padding-top: 1rem;
    padding-bottom: 0.5rem;
}
#cms #content-wrapper h4 {
    font-size: 1.125rem;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#cms #content-wrapper h5,
#cms #content-wrapper h6 {
    font-size: 1rem;
}
#cms #content-wrapper p {
    line-height: 1.4;
	margin-bottom: 1rem;
}
#cms #content-wrapper p i {
    padding-right: 0.35rem;
}
#cms #content-wrapper a {
    text-decoration: underline;
}
#cms #content-wrapper a:hover {
    text-decoration: none;
}

/* blog */
.simpleblogInfo {
    display: none;
}
.simpleblog__listing__post__wrapper {
    margin-bottom: 2.5rem;
}
.ph_cat_description p {
    font-size: 1.125rem;
	font-weight: 600;
}
.simpleblog__listing__post__wrapper__content__headline {
    font-size: 1.675rem;
	padding-top: 0.4rem;
	padding-bottom: 0;
	border-bottom: 0;
}
.simpleblog__listing__post__wrapper__content__readmore {
    display: inline-block;
	background: #cfcfcf;
    color: #ffffff!important;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 0.5rem 2rem;
	border-radius: 50px;
    border: 0;
}
.simpleblog__listing__post__wrapper__content__readmore:hover {
    color: #ffffff!important;
    background-color: #222222;
}
.simpleblog__listing__post__wrapper__content__readmore i {
    font-size: 0.85em;
}
.simpleblog__listing__post__wrapper__footer {
    border-top: 0;
}
.simpleblog__listing__pagination {
    margin-top: 0.5rem;
}
.simpleblog__share ul {
    display: inline-flex;
}
.simpleblog__share ul li.title {
    font-size: 0.8rem;
	margin: 1rem 1rem 1rem 0;
}
.btn-blog-social {
    box-shadow: none;
    padding: 0.5rem 0 !important;
    font-size: 1.5rem;
}
.simpleblog__listing__post__wrapper img {
    border-radius: 0px;
	margin-bottom: 1rem;
}
.simpleblog__post img.featured_image {
	width: 100%;
	margin-top: -0.625rem;
	margin-bottom: 1.5rem;
	border-radius: 0;
}
#module-ph_simpleblog-single #wrapper {
    padding-bottom: 0;
}
#module-ph_simpleblog-single #wrapper .page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
	font-weight: 700;
    text-transform: none;
    margin-bottom: 0;
}
#module-ph_simpleblog-single #wrapper .underline {
    text-decoration: underline;
}
#module-ph_simpleblog-single #wrapper a.link {
    color: #13a8dd!important;
    text-decoration: underline;
}
#module-ph_simpleblog-single #wrapper a.link:hover {
    text-decoration: none;
}
#module-ph_simpleblog-single #wrapper .simpleblog__post p {
    line-height: 1.3;
	margin-bottom: 2rem;
}
#module-ph_simpleblog-single #wrapper .simpleblog__post a {
    color: #000000;
	text-decoration: underline;
}
#module-ph_simpleblog-single #wrapper .simpleblog__post a:hover {
    color: #000000;
	text-decoration: none;
}
#module-ph_simpleblog-single #wrapper .simpleblog__post ul li {
    padding-bottom: 0.75rem;
}
#module-ph_simpleblog-single #wrapper .linked_articles a {
    display: inline-block;
	background: #cfcfcf;
    color: #ffffff;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 0.5rem 2rem;
	margin-top: -0.5rem;
	border-radius: 50px;
    border: 0;
}
#module-ph_simpleblog-single #wrapper .linked_articles a:hover {
    color: #ffffff;
    background-color: #222222;
}
#module-ph_simpleblog-single .js-content-wrapper #products h3 {
    font-size: 2.5rem;
}
#module-ph_simpleblog-single .js-content-wrapper #products {
    margin-top: 4rem;
	margin-bottom: 4rem;
}
#module-ph_simpleblog-single #footer {
    margin-top: -1.75rem;
}
#module-ph_simpleblog-single #prefooter {
    margin-top: 0;
}
#module-ph_simpleblog-single .elementor-blog-posts-grid.ph_simpleblog .simpleblog__listing__post__wrapper__content__footer__category,
#module-ph_simpleblog-single .elementor-blog-posts-grid.ph_simpleblog .simpleblog__listing__post__wrapper__footer,
#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer__block {
    display: none!important;
}
.simpleblog__listing__post__wrapper__content__footer__category,
.simpleblog__listing__post__wrapper__content__footer__category a {
    color: #777777!important;
}
.simpleblog__addComment.blog-mb {
    margin-bottom: 120px;
}

/* footer */
#footer .container {
    max-width: 1470px;
}
#prefooter {
    margin-top: 1.5rem;
}
#index #prefooter {
    margin-top: 0;
}
#prefooter._footer-customer-service {
    background-color: #13a8dd;
    padding: 10px 0px;
}
#prefooter .title_img_customer_service {
	text-align: center;
}
@media (min-width: 992px) {
#prefooter .title_img_customer_service {
	display: flex;
	text-align: left;
}
}
@media (max-width: 991px) {
#prefooter._footer-customer-service {
    padding: 20px 0px 50px;
}
}
#prefooter._footer-customer-service img.icon-btn {
	margin-top: -4px;
	margin-right: 8px;
	height: auto;
}
#prefooter._footer-customer-service .h3 {
	font-size: 2.25rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.35px;
	color: #ffffff;
	padding-top: 0;
	margin-bottom: 0;
}
#prefooter._footer-customer-service p {
	font-size: 1.25rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	color: #ffffff;
}
@media (min-width: 992px) {
#prefooter._footer-customer-service .h3 {
	padding-top: 2.125rem;
}
}
@media (min-width: 1200px) {
#prefooter._footer-customer-service p.img_customer_service {
	padding-right: 1rem;
	margin-left: -15px;
}
#prefooter._footer-customer-service .h3 {
	font-size: 2.25rem;
	letter-spacing: 4.5px;
}
#prefooter._footer-customer-service p {
	font-size: 1.25rem;
	letter-spacing: 2.25px;
}
}
#prefooter._footer-customer-service .btn-primary,
#prefooter._footer-customer-service .btn-primary:hover,
#prefooter._footer-customer-service .btn-primary:focus {
	font-size: 1.175rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #292929;
	padding: 1rem 1.5rem;
	border-radius: 30px;
	background: #ffffff;
}
#prefooter._footer-customer-service .btn-primary:not(:disabled):not(.disabled):active {
	color: #292929;
	background: #ffffff;
}
#prefooter._footer-customer-service p.img_customer_service {
	text-align: center;
}
#prefooter._footer-customer-service p.tel,
#prefooter._footer-customer-service p.mail {
	text-align: center;
}
@media (min-width: 1200px) {
#prefooter._footer-customer-service p.tel {
	text-align: left;
}
#prefooter._footer-customer-service .tel .btn-primary {
	font-size: 1.25rem;
	padding: 1rem 2.5rem;
}
#prefooter._footer-customer-service p.mail {
	text-align: right;
}
#prefooter._footer-customer-service .mail .btn-primary {
	font-size: 1.25rem;
	padding: 1rem 3.5rem;
}
}
@media (min-width: 1400px) {
#prefooter._footer-customer-service .tel .btn-primary {
	font-size: 1.25rem;
	padding: 1rem 3.5rem;
}
#prefooter._footer-customer-service .mail .btn-primary {
	font-size: 1.25rem;
	padding: 1rem 4rem;
}
}
@media (max-width: 991px) {
#prefooter._footer-customer-service p.img_customer_service {
	text-align: center;
}
#prefooter._footer-customer-service .h3,
#prefooter._footer-customer-service p {
	text-align: center;
}
#prefooter._footer-customer-service p.txt_tel_mail {
	margin-bottom: 1.5rem;
}
#prefooter._footer-customer-service p.tel {
	margin-bottom: 1rem;
}
#prefooter._footer-customer-service p.mail {
	margin-bottom: 0;
}
#prefooter._footer-customer-service .btn-primary {
	width: 275px;
}
}
@media (max-width: 767px) {
#prefooter._footer-customer-service .btn-primary {
	width: 245px;
}
}
#footer-container-main.footer-style-1 {
    padding-top: 6.5rem;
    padding-bottom: 5rem;
}
@media (min-width: 768px) {
#footer-container-main.footer-style-1 {
	padding-top: 5.5rem;
    padding-bottom: 4.5rem;
}
}
#footer .block-links ul > li {
    margin-bottom: 0.6rem;
}
#footer .block-iqitcontactpage .no-footer {
	display: none;
}
@media (min-width: 992px) {
#footer .content-logo-footer {
    margin-left: 5px;
}
#footer .block-iqitcontactpage .content-contact {
	max-width: 300px;
}
#footer .block-iqitlinksmanager {
	max-width: 380px;
	margin-left: 0;
	margin-right: 50px;
}
}
@media (min-width: 1200px) {
#footer .block-iqitlinksmanager {
	margin-right: 80px;
}
#footer .follow {
	padding-left: 0!important;
}
}
@media (max-width: 991px) {
#footer .content-logo-footer {
    text-align: center;
	margin-top: -1.5rem;
	margin-bottom: 2.5rem;
	width: 100%;
}
#footer .content-logo-footer img {
	max-width: 160px;
}
#footer .block-iqitcontactpage .content-contact {
	margin-bottom: 1rem;
}
}
#footer .social-mobile {
	margin-top: 3rem;
	margin-bottom: -4.5rem;
}
#footer .block-title, #checkout-footer .block-title {
    font-size: 1.575rem;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-bottom: 0.6rem;
}
#footer .block-links ul > li a {
    padding-left: 0px;
	color: #eeeeee;
}
#footer .block-links ul > li a:before {
    display: none;
}
#footer .copyright-txt {
	font-size: 0.85rem;
	color: #a3a3a3;
}
#footer .copyright-txt.bis {
	font-size: 1rem;
	color: #eeeeee;
}
#footer .copyright-txt.bis a {
	color: #eeeeee;
}
#footer span.copyright {
	padding-left: 2px;
	padding-right: 4px;
}
#footer span.rights {
	padding-left: 3px;
}
#footer span.cgv {
	padding-left: 5px;
	padding-right: 5px;
}
#footer span.legal {
	padding-left: 5px;
}
#footer .copyright-img img {
	max-width: 160px;
}
@media (max-width: 767px) {
#footer .block-toggle > .block-title {
    text-align: center;
	border-bottom: 0;
}
#footer .block-links ul,
#footer .social-links._footer {
    text-align: center;
}
}
@media (max-width: 576px) {
#footer .copyright-txt {
	padding-top: 0.25rem;
}
._footer-copyrights-1 .copyright-img {
    margin-top: 1rem;
	margin-bottom: 0.5rem;
}
}
#footer .ps-emailsubscription-block .input-subscription {
    background: #ffffff;
}
#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription::placeholder, 
#checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription::placeholder {
    color: #999999;
}
.ps-emailsubscription-block .btn-subscribe {
    background: #444444;
}
.ps-emailsubscription-block .btn-subscribe:hover {
    background: #000000;
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe {
    color: #ffffff;
	border-radius: 0;
	padding: 0 0.75rem;
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe img {
    margin-top: -3px;
}
#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module, #footer-container-main.footer-style-1 .ps-emailsubscription-block .ps-emailsubscription-conditions {
    color: #ccc!important;
    font-weight: 300;
}
#footer span.design {
	padding-left: 2px;
	padding-right: 1px;
}
#footer .icon-agence {
    height: 24px;
    width: 24px;
    margin: 0;
    opacity: 0.6;
}
#footer a .icon-agence:hover {
    opacity: 1;
}
#footer .copyright-img img {
	max-width: 160px;
}
#back-to-top {
    font-size: 1.375rem;
	bottom: 0;
}