.iqitfake{} /*** Style mixins ***/ /*** Variables mixins and functions ***/ .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1270px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #3b3b3b; } a:hover:not(.nav-link):not(.btn) { color: #b89d18; } .pagination .page-list li:hover { border-color: #b89d18; } .pagination .page-list li.current { border-color: #b89d18; } .pagination .page-list li.current a { color: #b89d18; } #mobile-header { background: #fff; border-bottom: solid 1px #e3e3e3; } #mobile-header #mobile-header-sticky { background: #fff; } #mobile-header .mobile-main-bar { padding-top: 1.25rem; padding-bottom: 1.25rem; } #mobile-header .m-nav-btn { color: #777; } #mobile-header .m-nav-btn:hover { color: #333; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: #c9c9c9; } html { font-size: 16px; } @media (max-width: 767px) { html { font-size: 14px; } } body { line-height: 1rem; } body { font-family: 'Roboto', sans-serif; } #blockcart-content { background: #fff; color: #2f2f2f; border: none 1px; box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15); } #blockcart-content a:not(.btn) { color: #2f2f2f; } #blockcart-content a:not(.btn):hover { color: #2f2f2f; } /*** Secondary button ***/ .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default { background: #f8f8f8; color: #333; border: none 1px #f0f0f0; } .btn-secondary:hover, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:hover, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:hover, .group-span-filestyle .btn-default:hover, .btn-secondary:focus, .btn-secondary.disabled:focus, .btn-secondary:disabled:focus, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:focus, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:focus, .group-span-filestyle .btn-default:focus, .btn-secondary :active, .btn-secondary.disabled :active, .btn-secondary:disabled :active, .bootstrap-touchspin .group-span-filestyle .btn-touchspin :active, .group-span-filestyle .bootstrap-touchspin .btn-touchspin :active, .group-span-filestyle .btn-default :active { background: #dedede; color: #2e2e2e; } .btn-secondary:not(:disabled):not(.disabled):active { background: #b89d18; color: #fff; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #f8f8f8; color: #333; border: solid 1px #e3e3e3; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #dedede; color: #2e2e2e; border: solid 1px #e3e3e3; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #b89d18; color: #fff; border: none 1px; } .btn-primary:hover, .btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary:focus, .btn-primary.disabled:focus, .btn-primary:disabled:focus, .btn-primary :active, .btn-primary.disabled :active, .btn-primary:disabled :active { background: #b89d18; color: #fff; } .btn-primary:not(:disabled):not(.disabled):active { background: #b89d18; color: #fff; } #wrapper .breadcrumb { padding-top: 0.625rem; padding-bottom: 0.625rem; margin-top: -0.9375rem; margin-bottom: 0.9375rem; font-size: 0.75rem; font-style: normal; font-weight: normal; text-transform: none; color: #2f2f2f; } #wrapper .breadcrumb li:after { color: #2f2f2f; } #wrapper .breadcrumb a { color: #2f2f2f; } /*** Text fields ***/ .form-control { background-color: #fff; color: #2f2f2f; border: solid 1px #e3e3e3; } .custom-select2, .custom-select2 option { background-color: #fff; } .custom-select2:after { color: #2f2f2f; } .bootstrap-touchspin .btn-touchspin { background-color: #fff; color: #2f2f2f; border: solid 1px #e3e3e3; } .bootstrap-touchspin .btn-touchspin:hover { color: #2f2f2f; } .form-control::-webkit-input-placeholder { color: #2f2f2f; } .form-control::-moz-placeholder { color: #2f2f2f; } .form-control:-ms-input-placeholder { color: #2f2f2f; } .form-control:-moz-placeholder { color: #2f2f2f; } .form-control:focus { color: #2f2f2f; border-color: #8a8a8a; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #2f2f2f; } .custom-radio input[type=radio]:checked + span { background-color: #2f2f2f; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #fff; color: #2f2f2f; border-color: #e3e3e3; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #fff; border: solid 1px #e3e3e3; } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #2f2f2f!important; border-bottom: solid 1px #e3e3e3; } .dropdown-menu .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:hover { background: rgba(47, 47, 47, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: #2f2f2f; color: #fff; } .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before, .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before { border-top-color: #2f2f2f; } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #2f2f2f; } /*** Modals ***/ .modal-backdrop { background: rgba(194, 194, 194, 0.7); } .modal-content { background: #fff; border: none 1px; } .js-quickview-np-btn { background: #fff; } /*** Notifications ***/ .ns-box { background: #b89d18; color: #fff; border: none 1px; } .product-price { color: #b89d18; } .iqit-review-star { color: #b89d18; } .product-flags .product-flag { font-size: 0.6875rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #ead1db; color: #3b3b3b; } .product-flags .new { background: #969696; color: #fff; } .product-flags .online-only, .product-flags .pack { background: #e0e0e0; color: #000; } .discount { background: #ead1db; color: #3b3b3b; } .product-available { background: #67a675; color: #fff; } .product-unavailable { background: #a218b8; color: #fff7f7; } .product-unavailable-allow-oosp { background: #b89d18; color: #fff; } .alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-warning { background: #b15050; border-color: #b15050; } .alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } #iqitcompare-floating { background: #fff; border-top: none 1px #a53737; border-left: none 1px #a53737; border-right: none 1px #a53737; box-shadow: 0px 4px 19px 6px rgba(92, 81, 81, 0.16); } #iqitcompare-floating a { color: #242424; } #page-preloader { background: #fff; } #back-to-top { background: #b89d18; color: #fff; } #back-to-top:hover { background: #ead1db; color: #fff; } ::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { background: #b89d18; } ::-webkit-scrollbar-track { background: #fff; } body { scrollbar-face-color: #b89d18; scrollbar-track-color: #fff; } #header, #checkout-header { background: rgba(255, 255, 255, 0); border-top: none 1px; border-bottom: none 1px; } .sticky-desktop-wrapper #desktop-header.stuck-header { background: rgba(255, 255, 255, 0); border-bottom: none 1px; } #header .header-nav { color: #2f2f2f; background: rgba(255, 255, 255, 0); border-bottom: none 1px; padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 0.625rem; } #header .header-nav a { color: #2f2f2f; } #header .header-nav a:hover { color: #b89d18; } #header .header-nav .social-links._topbar { font-size: 1.25rem; } #header .header-nav .social-links._topbar a:hover { color: #b89d18 !important; } .header-top { padding-top: 1.0625rem; padding-bottom: 1.0625rem; color: rgba(102, 102, 102, 0.85); } .header-top a:not(.btn):not(.nav-link) { color: #3b3b3b; } .header-top a:not(.btn):not(.nav-link):hover { color: #b89d18; } .header-top .form-search-control { background: #b89d18; color: #3b3b3b; border: solid 1px #e3e3e3; } .header-top input.form-search-control::-webkit-input-placeholder { color: #3b3b3b; } .header-top input.form-search-control:-moz-placeholder { color: #3b3b3b; } .header-top input.form-search-control:-ms-input-placeholder { color: #3b3b3b; } .header-top input.form-search-control:-moz-placeholder { color: #3b3b3b; } .header-top .search-btn { color: #3b3b3b; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.25rem; display: block; } .header-top .header-btn-w .header-btn .title { display: none !important; } .header-top .header-cart-default a.cart-toogle { background: #000; color: #3b3b3b; padding: 0.5625rem 0.5625rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #3b3b3b; } .header-top a.header-cart-btn:not(:hover) { color: #3b3b3b; } .stuck-header .header-top { padding-top: 0.9375rem; padding-bottom: 0.9375rem; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #b89d18; } .header-top { transition: padding 0.3s ease; } .cart-products-count-btn { background: #b89d18; color: #fff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 50%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: rgba(255, 255, 255, 0); border-top: none 1px #3b3b3b; border-right: none 1px rgba(221, 221, 221, 0); border-bottom: none 1px #3b3b3b; border-left: none 3px #a6cc0f; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 2.5rem; max-width: 12.5rem; color: #3b3b3b; padding-left: 0.625rem; padding-right: 0.625rem; border-left: none 1px rgba(87, 87, 87, 0.57); } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #3b3b3b; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -0.75rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 2.5rem !important; } .cbp-vertical-on-top .cbp-vertical-title-text { display: none !important; } .cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover { color: #b89d18; } .cbp-horizontal .cbp-tab-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; line-height: 1em; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1.25rem; max-height: 1.25rem; } .cbp-horizontal > ul { text-align: center; } .cbp-horizontal > ul > li { float: none; text-align: left; } .cbp-horizontal .cbp-submenu-aindicator { display: none; } @media (max-width: 1300px) { .cbp-horizontal .cbp-tab-title { font-size: 1rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 0.625rem; padding-right: 0.625rem; } } #cbp-hrmenu .cbp-hrsub { transform: translateY(-10px); } #cbp-hrmenu .cbp-hropen .cbp-hrsub { transform: translateY(0px); } #cbp-hrmenu .cbp-hrsub, #cbp-hrmenu .cbp-hrsub-level2, #cbp-hrmenu .cbp-hrsub-wrapper { transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; } .iqitmegamenu-submenu-container { padding: 0; } .cbp-vertical-on-top #cbp-hrmenu1-ul { /*** VERTICAL MENU ***/ background: #fff; border: solid 1px #e3e3e3; } #content-wrapper #cbp-hrmenu1 { background: #fff; border: solid 1px #e3e3e3; } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1.125rem; font-style: normal; font-weight: normal; text-transform: none; color: #fff; background: #000; line-height: 3.125rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #fff; background: #000; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-style: normal; font-weight: normal; text-transform: none; padding-top: 0.5rem; padding-bottom: 0.5rem; border-top: solid 1px rgba(227, 227, 227, 0.35); } #cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon, #cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon { font-size: 1.5rem; max-height: 1.5rem; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #f8f8f8; color: #333; } #cbp-hrmenu1 .cbp-legend { background: #ca5058; color: #fff; } #cbp-hrmenu1 .cbp-hrsub, #cbp-hrmenu1 > ul, #cbp-hrmenu1 .cbp-hrsub-level2, #cbp-hrmenu1 .cbp-hrsub-wrapper { transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; } .cbp-vert-expanded #cbp-hrmenu1 .cbp-vertical-title { color: #fff; background: #000; } .cbp-not-on-top #cbp-hrmenu1-ul { position: relative; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper { top: 0; margin-top: 0px !important; min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-hrsub { min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-show { -js-display: flex; display: flex; flex-wrap: wrap; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-inner { width: 100%; } /*** SUBMENU ***/ .cbp-hrmenu .cbp-hrsub { font-size: 0.875rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #fff; border: solid 1px #ddd; box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: rgba(17, 17, 17, 0.85) !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #b89d18 !important; } .cbp-hrmenu .tabs-links { background: #f7f7f7; } .cbp-hrmenu .cbp-tabs-names li a { color: #777 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #fff; color: #777 !important; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: rgba(17, 17, 17, 0.85) !important; border-bottom: none 3px #c2bc29; font-size: 0.875rem; font-style: normal; font-weight: normal; text-transform: uppercase; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #b84fc9 !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #fff; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: rgba(28, 28, 28, 0.91); } #iqitmegamenu-mobile { background: #fff; color: rgba(28, 28, 28, 0.91); } #iqitmegamenu-mobile a, #iqitmegamenu-mobile a:link, #iqitmegamenu-mobile a:visited, #iqitmegamenu-mobile a:hover { color: rgba(28, 28, 28, 0.91); } #iqitmegamenu-mobile li > ul { background: #fff; } #iqitmegamenu-mobile li > ul > li > ul { background: #fff; } #iqitmegamenu-mobile > li > a { border-bottom: solid 1px rgba(102, 102, 102, 0.85); } .col-mobile-menu-push #_mobile_iqitmegamenu-mobile { border: solid 1px rgba(102, 102, 102, 0.85); box-shadow: 1px 1px 20px 0px rgba(102, 102, 102, 0.85); } /*** PS_FacatedSearch ***/ /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: #333; color: #fff; } .swiper-pagination-bullet { background: #333; } /*** Product miniature ***/ .products.row { margin: -0.625rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 0.625rem; } .swiper-container-wrapper { margin: -0.625rem; } .swiper-container-wrapper .products.swiper-container { padding: 0.625rem; } .swiper-container-wrapper .product-carousel { padding: 0.625rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 0.625rem; } .product-miniature { border: none 1px; outline: 1px none transparent; } .product-miniature .thumbnail-container .product-thumbnail-second { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transition: opacity 0.3s ease; backface-visibility: hidden; } .product-miniature .thumbnail-container:hover .product-thumbnail-second { opacity: 1; } .product-miniature-grid .product-title { font-size: 0.875rem; font-style: normal; font-weight: normal; text-transform: none; } .product-miniature-grid .product-price { font-size: 0.875rem; font-style: normal; font-weight: normal; text-transform: none; } @media (hover: hover) { .product-miniature:hover { outline: none 1px; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); } } .product-miniature-grid .product-functional-buttons { display: none; } .product-miniature-grid .product-functional-buttons a:link, .product-miniature-grid .product-functional-buttons a:visited, .product-miniature-grid .product-functional-buttons a:hover { color: !important; } .products-grid .product-miniature .product-category-name { display: none !important; } .products-grid .product-miniature .product-reference { display: none !important; } .products-grid .product-miniature .product-brand { display: none !important; } .products-grid .product-miniature .product-description-short { display: none !important; } .products-grid .product-miniature .flag-discount-value { display: none !important; } .btn-product-list { padding: 0.46875rem 0.9375rem; background: #fff; color: #b89d18; border: solid 1px #b89d18; } .btn-product-list:hover { background: #b89d18; color: #fff; } .products-grid .product-miniature-layout-1 { text-align: center; } .products-grid .product-miniature-layout-1 .input-group-add-cart { justify-content: center; } .products-grid .product-miniature-layout-1 .product-description { padding: 0.625rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.625rem; } .products-grid .product-miniature-layout-3 .product-description { background: rgba(40, 44, 51, 0.93); } .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-rows: 1fr; grid-auto-rows: 0; display: grid; overflow-y: hidden; } .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } @media (min-width: 768px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 992px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1200px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(5, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px; } .images-container .swiper-button-arrow, #product .product-cover .expander > span, #product-modal .modal-body .swiper-button-arrow { color: #fff; background: #b89d18; } .images-container .swiper-button-arrow:hover, #product .product-cover .expander > span:hover, #product-modal .modal-body .swiper-button-arrow:hover { opacity: 0.6 !important; } #product .product-cover .expander { color: #fff; background: #b89d18; } #product .product-cover .expander:hover { opacity: 0.6 !important; } .product-variants > .product-variants-item { display: inline-block; margin-right: 1rem; vertical-align: top; } #main #main-product-wrapper { transition: opacity 0.3s ease; } #main.-combinations-loading { position: relative; } #main.-combinations-loading #product-preloader { display: block; position: absolute; z-index: 10; top: -10px; } #main.-combinations-loading #main-product-wrapper { opacity: 0.3; } #wrapper { border-top: none 1px; border-bottom: none 1px; padding-top: 0.9375rem; padding-bottom: 0.9375rem; color: #3b3b3b; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 1.25rem; padding-bottom: 1.25rem; } #content-wrapper .page-title { color: #2f2f2f; font-size: 1.5625rem; font-style: normal; font-weight: normal; text-transform: none; border-bottom: solid 1px #b89d18; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #2f2f2f; } #content-wrapper .section-title { color: #333; font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .section-title a:link, #content-wrapper .section-title a:visited { color: #333; } .nav-tabs .nav-link { color: #333; font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #333; border-bottom: solid 1px #b89d18; } .iqit-accordion .title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .iqit-accordion .title a:link:not(.nav-link):not(.btn), .iqit-accordion .title a:visited:not(.nav-link):not(.btn) { color: #3a3a3a; } .iqit-accordion .nav-link { border-bottom: solid 1px #b89d18; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #333; border-bottom: solid 1px #b89d18; } #wrapper .block-title { color: #333; font-size: 0.875rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #333; } #left-column .block, #right-column .block { border: none 1px; } #footer, #checkout-footer { background: #b89d18; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: solid 1px #e3e3e3; background: #fff; } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #777; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #777; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #b84fc9; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #777; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #777; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #777; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #777; } #footer .social-links._footer, #checkout-footer .social-links._footer { font-size: 1.5rem; } #footer .social-links._footer a:not(:hover), #checkout-footer .social-links._footer a:not(:hover) { color: #fff !important; } #footer .social-links._footer a:hover, #checkout-footer .social-links._footer a:hover { color: #b84fc9 !important; } #footer .block-title, #checkout-footer .block-title { color: #fff; font-size: 0.75rem; font-style: normal; font-weight: normal; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #footer .block-title a:link, #checkout-footer .block-title a:link, #footer .block-title a:visited, #checkout-footer .block-title a:visited { color: #fff; } #footer .block-title:after, #checkout-footer .block-title:after { content: ""; position: absolute; bottom: -1.5px; display: block; width: 30px; height: 1px; border-bottom: solid 3px rgba(255, 255, 255, 0.1); left: 0; right: 0; } #footer-container-first { border-top: none 1px; padding-top: 1.875rem; padding-bottom: 1.875rem; background: #212121; color: #fff; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: normal; text-transform: none; } #footer-container-main, #checkout-footer { border-top: none 1px; padding-top: 2.5rem; padding-bottom: 1.5rem; color: #fff; } #footer-container-main a, #checkout-footer a { color: #fff; } #footer-container-main a:hover, #checkout-footer a:hover { color: #ead1db; } #footer-copyrights { border-top: none 1px; background: #ead1db; padding-top: 0.9375rem; padding-bottom: 0.9375rem; } @media (max-width: 767px) { #footer .block-toggle { width: 100%; flex-basis: initial; } #footer .block-toggle > .block-title { cursor: pointer; } #footer .block-toggle > .block-title span::after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f107"; margin-left: 10px; } #footer .block-toggle > .block-content { opacity: 0; visibility: hidden; height: 0; } #footer .block-toggle._toggled > .block-content { opacity: 1; visibility: visible; height: auto; } #footer .block-toggle._toggled .block-title span::after { content: "\f106"; } #footer .footer-style-inline .block-title { display: block !important; max-width: 100%; } #footer .footer-style-inline .block-content { display: block; width: 100%; margin-top: 1rem; } } #maintenance-page { background: #e3e3e3; color: #333; } #maintenance-page a, #maintenance-page a:link { color: #333; } .maintenance-page-newsletter .maintenance-page-newsletter-btn { background: #000; color: #fff; } .maintenance-page-newsletter .maintenance-page-newsletter-btn:hover { background: #333; color: #fff; } .maintenance-page-newsletter input[type=email] { border: solid 1px #333; background: #e3e3e3; color: #333; } .maintenance-page-newsletter input[type=email]::-webkit-input-placeholder { color: #333; } .maintenance-page-newsletter input[type=email]::-moz-placeholder { color: #333; } .maintenance-page-newsletter input[type=email]:-ms-input-placeholder { color: #333; } .maintenance-page-newsletter input[type=email] :-moz-placeholder { color: #333; } @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(iconfont/MaterialIcons-Regular.woff) format('woff'), url(iconfont/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; } /*************************************************************** * 1) BASE TYPOGRAPHIE ET FONTS ***************************************************************/ /* Roboto Light pour tout le texte */ body, p, span, li, a, label, .text, .description, .product-description { font-weight: 300 !important; /* Assure que Roboto Light est bien appliqué */ } /*Espacement liste caractéristique dans Description courte Fiche Produit*/ #product-description-short ul li { line-height: 1.5; font-size: 1.1em; } /* Appliquer line-height: 1.5 à tous les dans .product-description (mobile et desktop) */ .product-description ul li { line-height: 1.5; } /* Sur mobile uniquement (écran ≤ 768px), appliquer font-size: 1.1em à .product-description */ @media screen and (max-width: 768px) { .product-description { font-size: 1.1em; } } /*************************************************************** * 2) (OPTION) AFFICHAGE VENTE CROISÉE (DÉSACTIVÉ) ***************************************************************/ /* Pour activer le cross-selling, décommentez la règle ci-dessous #ps_crossselling { display: block !important; opacity: 1 !important; visibility: visible !important; height: auto !important; max-height: none !important; } */ /*************************************************************** * 3) AFFICHAGE 3 PRODUITS PAR LIGNE (NOUVEAUTÉ) ***************************************************************/ /* À partir de 1200px, 3 produits par ligne */ @media (min-width: 1200px) { .js-product-miniature-wrapper { width: 33.333% !important; /* 3 produits par ligne */ } } /*************************************************************** * 4) FIL D’ARIANE : 0.6em SUR DESKTOP, INVISIBLE SUR MOBILE ***************************************************************/ /* Masque le fil d'Ariane sur mobile */ @media screen and (max-width: 768px) { .breadcrumb { display: none !important; } } /* Style du fil d’Ariane sur desktop */ #wrapper .breadcrumb { padding-top: .625rem; padding-bottom: .625rem; margin-top: -.9375rem; margin-bottom: .9375rem; font-size: 0.9em; /* Décision validée */ font-style: normal; font-weight: 300; text-transform: none; color: #acacac; } /*************************************************************** * 5) DESCRIPTION COURTE (TOGGLE) SUR PAGE CATÉGORIE ***************************************************************/ .category-text { position: relative; max-width: 800px; /* Ajuste selon ton design */ } .full-text { display: none; } .toggle-text { display: inline-block; margin-top: 5px; color: #b89d18; text-decoration: underline; cursor: pointer; font-weight: bold; } .toggle-text:hover { color: #b84fc9; } /*************************************************************** * 6) FICHE PRODUIT - MINIATURES SUR MOBILE ***************************************************************/ /* Cache les miniatures sous l'image principale sur mobile */ @media (max-width: 768px) { #product-images-thumbs { display: none !important; } .product-images-large { overflow: hidden; } } /*************************************************************** * 7) TAILLE PRIX PRODUIT (DESKTOP + MOBILE) ***************************************************************/ /* Taille par défaut (desktop) */ .current-price .product-price { font-size: 1.7em !important; font-weight: 400 !important; } /* Taille sur mobile */ @media (max-width: 768px) { .current-price .product-price { font-size: 2em !important; font-weight: bold !important; } } /*************************************************************** * 8) ESPACEMENT & MESSAGES PAYPAL ***************************************************************/ /* Message PayPal dans le panier */ #ps_checkout-paypal-pay-later-message-cart { margin-top: 10px !important; display: block !important; } .message__container:first-child { margin-top: 10px !important; } .message__container + * { margin-top: 10px !important; } /* Espace message 4 échéances PayPal sur fiche produit */ .current-price { display: block; margin-bottom: 10px; } .paypal-pay-later-message { margin-top: 10px; } @media (max-width: 768px) { .current-price { margin-bottom: 15px; } .paypal-pay-later-message { display: none !important; } } /*************************************************************** * 9) PRIX PRODUIT EN CATÉGORIE ***************************************************************/ /* Couleur et poids par défaut */ .product-price { font-weight: 400 !important; color: #B89D18 !important; } /* Sur mobile */ @media screen and (max-width: 768px) { .product-price { font-size: 1.3em !important; font-weight: 500 !important; } } /*************************************************************** * 10) PASTILLE TAILLE PRODUIT ***************************************************************/ .product-size-label { position: absolute; bottom: 15px; right: 25px; background: #b89d18; color: #fff; padding: 0.4em 0.9em; font-size: 0.9rem; font-weight: normal; border-radius: 12px; z-index: 10; } /* Ajustement sur mobile */ @media (max-width: 768px) { .product-size-label { font-size: 0.8rem; padding: 0.3em 0.7em; bottom: 10px; right: 15px; } } /*************************************************************** * 11) AMÉLIORATION FICHES PRODUITS SUR MOBILE (HOME/CATÉGORIES) ***************************************************************/ /* Uniquement écrans < 767px */ @media (max-width: 767px) { /* Agrandir titre */ .product-description .product-title a { font-size: 1.5em; font-weight: bold; } /* Agrandir prix */ .product-description .product-price { font-size: 1.8em; color: #000; } /* Masquer ajout au panier */ .product-description .product-add-cart { display: none; } } /*************************************************************** * 12) LOGO SUR MOBILE ***************************************************************/ /* Conteneur du logo */ .col-mobile-logo { text-align: center; padding: 0 .625rem; } /* Logo fluide */ .col-mobile-logo .logo.img-fluid { max-width: calc(100% - 1.25rem); height: auto; } /* Sur écrans plus petits */ @media (max-width: 768px) { .col-mobile-logo .logo.img-fluid { max-width: calc(100% - 1rem); } } @media (max-width: 480px) { .col-mobile-logo .logo.img-fluid { max-width: calc(100% - 0.5rem); } } /*************************************************************** * 13) BLOC BANNIÈRE LIVRAISON (IQIT BLOCK) ***************************************************************/ #iqithtmlandbanners-block-4 .rte-content p { font-size: 1.5em; text-align: center; } /*************************************************************** * 14) NEWSLETTER ***************************************************************/ /* Conteneur principal */ .newsletter-container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 30px auto; max-width: 600px; padding: 15px; box-sizing: border-box; background: #f8f8f8; border-radius: 10px; } /* Input email */ .input-wrapper { flex: 1; margin-right: 10px; } .elementor-newsletter-input { width: 100%; padding: 12px; font-size: 14px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; } /* Bouton */ .elementor-newsletter-btn { padding: 12px 20px; font-size: 16px; background-color: #007bff; color: #fff; border: none; border-radius: 5px; cursor: pointer; transition: background 0.3s ease-in-out; } .elementor-newsletter-btn:hover { background-color: #0056b3; } /* Case à cocher RGPD */ .gdpr-container { display: flex; align-items: center; font-size: 12px; color: #333; margin-top: 10px; } .gdpr-container input[type="checkbox"] { margin-right: 5px; } /* Responsiveness */ @media (max-width: 768px) { .newsletter-container { flex-direction: column; align-items: stretch; } .input-wrapper { margin-right: 0; margin-bottom: 10px; } .elementor-newsletter-btn { width: 100%; } } /*************************************************************** * 15) PRIX GRID CATÉGORIE ***************************************************************/ .product-miniature-grid .product-price { font-size: 1rem; font-style: normal; font-weight: 500; text-transform: none; } /*************************************************************** * 16) INSTAGRAM ***************************************************************/ .elementor-instagram .il-photo__img { width: 250px; height: 250px; object-fit: cover; } /*************************************************************** * 17) DISPONIBILITÉ PRODUIT ***************************************************************/ body#category .product-miniature-grid .product-availability { transform: translate(-50%, -25%); top: 50%; } .product-unavailable-allow-oosp { background: #dc3545; color: #111111; } #product-availability .badge { font-size: 85%; } /*************************************************************** * 18) SPANS .DELIVERY-INFORMATION DANS DIVERSES PAGES ***************************************************************/ body#product span.delivery-information, body#checkout span.delivery-information, body#cart span.delivery-information { color: #B89D18 !important; padding-top: 20px; display: block; font-size: 0.9em; font-weight: bold; } /*************************************************************** * 19) BANNIÈRE RESPONSIVE ***************************************************************/ @media screen and (min-width:600px) and (max-width: 992px) { .cover-section figure.elementor-iqit-banner-img { height: 400px !important; } } @media screen and (max-width: 576px){ .elementor-iqit-banner-title, .elementor-iqit-banner-description { background-color: transparent !important; } } /*************************************************************** * 20) COLISSIMO FRONT WIDGET ***************************************************************/ .colissimo-front-widget-17 .modal-content { opacity: 1; transform: scale(1); } .colissimo-front-widget-17 .modal-content .modal-header { flex-direction: row-reverse; } .colissimo-front-widget-17 .modal-content .modal-header button { padding: 1rem; margin: -1rem -1rem -1rem auto; } /*************************************************************** * 21) GM-CAT-SECOND-DESC ***************************************************************/ .gm-cat-second-desc h2 { font-size: 80%; } .gm-cat-second-desc h3 { font-size: 80%; } .gm-cat-second-desc p { font-size: 80%; } /*************************************************************** * 22) LIENS MANAGER BLOCK ***************************************************************/ .block-iqitlinksmanager-6 { position: relative; left: 63%; pointer-events: none; } /*************************************************************** * 23) ADD-TO-CART BEFORE ICON ***************************************************************/ button.btn.btn-product-list.add-to-cart::before { display: none; } /*************************************************************** * 24) BOOTSTRAP-TOUCHSPIN ***************************************************************/ .bootstrap-touchspin .input-group-btn-vertical i { top: 0px; } @media (max-width: 600px) { .bootstrap-touchspin { display: none; } } /*************************************************************** * 25) TARTEAUCITRON PERSONALIZE ***************************************************************/ #tarteaucitronPersonalize { background: #b89d19; color: #FFFFFF; } /*************************************************************** * 26) HEADER STICKY ***************************************************************/ .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #ead1db; color: white; /* Couleur police (était "blue") */ } .container iqit-megamenu-container { font-family: 'Philosopher', sans-serif; } /*************************************************************** * 27) DÉSACTIVATION MENTION DATE DE LIVRAISON EN CHECKOUT ***************************************************************/ body#checkout span.delivery-information { display: none; } /*************************************************************** * 28) MODULE BLOG : TITRES & DATE ***************************************************************/ .simpleblog-posts h2, .simpleblog-posts .post-additional-info { margin: 0 !important; padding: 0 !important; border: none !important; box-shadow: none !important; } .simpleblog-posts h2::before, .simpleblog-posts h2::after, .simpleblog-posts .post-additional-info::before, .simpleblog-posts .post-additional-info::after { content: none !important; display: none !important; } .post-additional-info .post-date i.fa-calendar { display: none; } .post-additional-info .post-date time { color: #3a3a3a; } /*************************************************************** * 29) DÉSACTIVATION MENTION TTC ***************************************************************/ .product-prices .tax-shipping-delivery-label { display: none !important; } /*************************************************************** * 30) MODULE IQITFREEDELIVERYCOUNT ***************************************************************/ .alert.alert-info.iqitfreedeliverycount { background-color: transparent; border: none; font-size: 14px; } .iqitfreedeliverycount-title strong { font-weight: normal; } .ifdc-remaining-price { font-weight: bold; } @media (max-width: 768px) { .alert.alert-info.iqitfreedeliverycount { font-size: 12px; } } /*************************************************************** * 31) PAGE COMMANDE (FORM, BOUTONS, ETC.) ***************************************************************/ /* Boutons */ .btn-primary { color: #fff; padding: 12px 20px; font-size: 16px; border-radius: 8px; border: none; transition: background-color 0.3s ease; } /* Champs de formulaire */ .form-control { padding: 10px; border: 2px solid #ddd; border-radius: 5px; font-size: 16px; width: 100%; box-sizing: border-box; color: #333; } /* Espacement entre sections */ .form-group { margin-bottom: 20px; } /* Colonnes */ .col-md-6 { padding: 10px; } /* Titres de section */ h1, h2, h3 { font-family: 'Roboto', sans-serif; color: #333; margin-bottom: 15px; } /* Résumé de commande */ .cart-summary { background-color: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 20px; border: 1px solid #e1e1e1; } /* Marges éléments de commande */ .order-summary { padding: 20px; background-color: #f1f1f1; border-radius: 8px; } .order-summary h3 { font-size: 18px; margin-bottom: 10px; } /* Radio et checkbox */ input[type="radio"], input[type="checkbox"] { accent-color: #5a9f7b; color: #333; } /* Responsive du bouton .btn-primary */ @media (max-width: 768px) { .btn-primary { width: 100%; padding: 15px; } .form-control { font-size: 14px; } } /*************************************************************** * 32) LIVRAISON OFFERTE (IQITFREEDELIVERYCOUNT) - DUPLICATION ? ***************************************************************/ /* (Les règles sont déjà plus haut, si besoin d’un second style identique, on les fusionne) */ /*************************************************************** * 33) AJOUT MENTION "LIVRAISON RAPIDE" (RESTE COMMENTÉ) ***************************************************************/ /* .current-price::after { content: " Livraison en 3 - 4 jours ouvrés"; display: block; margin-top: 10px; font-size: 14px; font-family: Roboto, Arial, sans-serif; color: #333; background-image: url('https://www.ventdeboheme.com/img/cms/Pictos/tuk-tuk-fast-delivery-picto-2024.png'); background-size: 60px 48px; background-repeat: no-repeat; padding-left: 70px; line-height: 50px; min-height: 60px; } */ /*************************************************************** * 34) BLOC NEWSLETTER (VARIANTE) ***************************************************************/ /* Réécriture (déjà géré plus haut) s’il y a des différences, les fusionner si besoin. */ /*************************************************************** * 35) ESPACEMENT TABS (PRODUCT TABS) ***************************************************************/ .tabs.product-tabs { margin-top: 0.94em; /* 15px */ margin-bottom: 0.94em; } /*************************************************************** * 36) MENU MOBILE ***************************************************************/ .mobile-menu { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #fff; z-index: 1000; display: flex; flex-direction: column; align-items: center; padding: 20px; overflow-y: auto; box-sizing: border-box; } /*************************************************************** 36 bis) Desactivation du Compte à rebourd PROMO ***************************************************************/ .price-countdown-wrapper { display: none !important; } /********************************************** ADVANCED SEARCH 4 – MOTEURS 6 & 10 Version propre – minimal – stable **********************************************/ /* ============================================ SOCLE – garantit affichage ============================================ */ #PM_ASBlockOutput_6 .card-block, #PM_ASBlockOutput_10 .card-block{ display:block !important; height:auto !important; overflow:visible !important; visibility:visible !important; } /* ============================================ CARD PRINCIPALE ============================================ */ #PM_ASBlockOutput_6 .card-block, #PM_ASBlockOutput_10 .card-block{ background:#ffffff; /*border:1px solid #e5e5e5; border-radius:12px;*/ padding:40px; /*margin:1.5em 0;*/ } /* ============================================ TITRES DES GROUPES ============================================ */ #PM_ASBlockOutput_6 .PM_ASCriterionsGroupName, #PM_ASBlockOutput_10 .PM_ASCriterionsGroupName{ display:block; font-family:'Philosopher', serif; font-weight:700; font-size:15px; margin-bottom:12px; color:#2b2b2b; } /* ============================================ STRUCTURE DES GROUPES ============================================ */ #PM_ASBlockOutput_6 .PM_ASCriterionsGroupList, #PM_ASBlockOutput_10 .PM_ASCriterionsGroupList{ display:flex; flex-wrap:wrap; /*gap:30px 40px;*/ gap:16px 20px; } #PM_ASBlockOutput_6 .PM_ASCriterionsGroup, #PM_ASBlockOutput_10 .PM_ASCriterionsGroup{ flex:1 1 220px; /*max-width:25%;*/ max-width:20%; padding:0; } /* ============================================ LISTES CRITÈRES (spacing natif) ============================================ */ #PM_ASBlockOutput_6 .PM_ASCriterionGroupCheckbox, #PM_ASBlockOutput_10 .PM_ASCriterionGroupCheckbox{ list-style:none; padding:0; margin:0; } #PM_ASBlockOutput_6 .PM_ASCriterionGroupCheckbox > li, #PM_ASBlockOutput_10 .PM_ASCriterionGroupCheckbox > li{ margin-bottom:6px; } /* ============================================ CHECKBOX & RADIO ============================================ */ #PM_ASBlockOutput_6 input.PM_ASCriterionCheckbox, #PM_ASBlockOutput_10 input.PM_ASCriterionCheckbox{ accent-color:#b08a2a; } /* ============================================ LABEL ============================================ */ #PM_ASBlockOutput_6 .PM_ASLabelLink, #PM_ASBlockOutput_10 .PM_ASLabelLink{ font-size:13px; color:#2b2b2b; text-decoration:none; } #PM_ASBlockOutput_6 .PM_ASLabelLink:hover, #PM_ASBlockOutput_10 .PM_ASLabelLink:hover{ text-decoration:none; } /* ============================================ ETAT SELECTIONNÉ ============================================ */ #PM_ASBlockOutput_6 .PM_ASLabelCheckboxSelected, #PM_ASBlockOutput_10 .PM_ASLabelCheckboxSelected{ font-weight:600; } /* ============================================ SLIDER PRIX ============================================ */ #PM_ASBlockOutput_6 .PM_ASCritRange, #PM_ASBlockOutput_10 .PM_ASCritRange{ margin-top:10px; height:6px; border-radius:999px; background:#efefef; border:0; } #PM_ASBlockOutput_6 .PM_ASCritRange .ui-slider-range, #PM_ASBlockOutput_10 .PM_ASCritRange .ui-slider-range{ background:#b08a2a; border-radius:999px; } #PM_ASBlockOutput_6 .PM_ASCritRange .ui-slider-handle, #PM_ASBlockOutput_10 .PM_ASCritRange .ui-slider-handle{ width:16px; height:16px; top:-6px; border-radius:50%; border:2px solid #b08a2a; background:#fff; } #PM_ASBlockOutput_6 .PM_ASCritRangeValue, #PM_ASBlockOutput_10 .PM_ASCritRangeValue{ font-size:13px; margin-top:8px; } /* ============================================ FILTRES ACTIFS (fond blanc, doré VDB) ============================================ */ #PM_ASBlockOutput_6 .PM_ASSelections, #PM_ASBlockOutput_10 .PM_ASSelections{ background:#ffffff !important; border:1px solid #e5e5e5; border-radius:12px; padding:18px 22px; margin-top:20px; } #PM_ASBlockOutput_6 .active-filter-title, #PM_ASBlockOutput_10 .active-filter-title{ font-family:'Philosopher', serif; font-weight:500; color:#b08a2a; margin-bottom:14px; } #PM_ASBlockOutput_6 .PM_ASSelectionsRemoveLink, #PM_ASBlockOutput_10 .PM_ASSelectionsRemoveLink{ color:#b08a2a; border-bottom:1px solid #b08a2a; text-decoration:none; } #PM_ASBlockOutput_6 .PM_ASSelectionsRemoveLink:hover, #PM_ASBlockOutput_10 .PM_ASSelectionsRemoveLink:hover{ opacity:0.8; } /* ========================================= 1) AS4 MOBILE : masquer le bandeau "Filtres" ========================================= */ @media (max-width: 575.98px) { #PM_ASBlockOutput_10.PM_ASMobileMode .card-header.hidden-sm-up { display: none !important; } /* sécurité : si le :after (icône) persiste ailleurs */ #PM_ASBlockOutput_10.PM_ASMobileMode .PM_ASearchTitle:after { display: none !important; content: none !important; } } /* ========================================= 2) ELEMENTOR : ré-afficher la description cachée sur mobile (le HTML contient "elementor-hidden-phone") ========================================= */ @media (max-width: 767.98px) { /* on force l’affichage du texte Elementor de catégorie */ #category .elementor-hidden-phone { display: block !important; visibility: visible !important; height: auto !important; opacity: 1 !important; } } /* ========================================= AS4 : aligner proprement radio/checkbox + texte ========================================= */ #PM_ASBlockOutput_10 .radio, #PM_ASBlockOutput_10 .checkbox, #PM_ASBlockOutput_6 .radio, #PM_ASBlockOutput_6 .checkbox { display: flex !important; align-items: center !important; gap: 8px; line-height: 1.2; } /* l’input ne bouge pas */ #PM_ASBlockOutput_10 input.PM_ASCriterionCheckbox, #PM_ASBlockOutput_6 input.PM_ASCriterionCheckbox { margin: 0 !important; flex: 0 0 auto; } /* le label ne rajoute pas de décalage */ #PM_ASBlockOutput_10 label.PM_ASLabelCheckbox, #PM_ASBlockOutput_6 label.PM_ASLabelCheckbox { margin: 0 !important; padding: 0 !important; flex: 1 1 auto; } /* le lien texte doit rester sur la même ligne et cliquer "large" */ #PM_ASBlockOutput_10 .PM_ASLabelLink, #PM_ASBlockOutput_6 .PM_ASLabelLink { display: inline-block; line-height: 1.2; }