.iqitfake{ display: none;} @charset "UTF-8"; /*** Style mixins ***/ /*** Variables mixins and functions ***/ .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1400px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #909394; } a:hover:not(.nav-link):not(.btn) { color: #eb661b; } .pagination .page-list li:hover { border-color: #eb661b; } .pagination .page-list li.current { border-color: #eb661b; } .pagination .page-list li.current a { color: #eb661b; } #mobile-header { background: #ffffff; border-bottom: none 1px #e3e3e3; box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15); } #mobile-header #mobile-header-sticky { background: #ffffff; } #mobile-header .mobile-main-bar { padding-top: 0.3333333333rem; padding-bottom: 0.3333333333rem; } #mobile-header .m-nav-btn { color: #767676; } #mobile-header .m-nav-btn:hover { color: rgba(255, 102, 0, 0.57); } #mobile-header .mobile-buttons-bar { background: #c9c9c9; } html { font-size: 15px; } @media (max-width: 767px) { html { font-size: 14px; } } body { line-height: 1.7rem; } body { font-family: 'Rubik', sans-serif; } .h1, .h2, .block-title, .page-title, .modal-title, .step-title { font-family: 'Rubik', sans-serif; } #blockcart-content { background: #ffffff; border: none 1px #565656; box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.11); } /*** 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 { border: none 1px #ff6600; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { border: solid 1px rgba(0, 0, 0, 0.15); } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { border: solid 1px rgba(0, 0, 0, 0.15); } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { border: none 1px #fcb6b6; } #wrapper .breadcrumb { background: #f5f5f3; padding-top: 1rem; padding-bottom: 1rem; margin-top: -2.6666666667rem; margin-bottom: 2.6666666667rem; font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; color: #909394; } #wrapper .breadcrumb li:after { color: #909394; } #wrapper .breadcrumb a { color: #909394; } /*** Text fields ***/ .form-control { background-color: #ffffff; color: #909394; border: solid 1px rgba(0, 0, 0, 0.15); } .custom-select2, .custom-select2 option { background-color: #ffffff; } .custom-select2:after { color: #909394; } .bootstrap-touchspin .btn-touchspin { background-color: #ffffff; color: #909394; border: solid 1px rgba(0, 0, 0, 0.15); } .bootstrap-touchspin .btn-touchspin:hover { color: #909394; background: #ffffff; } .form-control::-webkit-input-placeholder { color: #909394; } .form-control::-moz-placeholder { color: #909394; } .form-control:-ms-input-placeholder { color: #909394; } .form-control:-moz-placeholder { color: #909394; } .form-control:focus { color: #909394; background: #ffffff; border-color: rgba(0, 0, 0, 0); box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.15); } .custom-select2:focus-within { background: #ffffff; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #eb661b; } .custom-radio input[type=radio]:checked + span { background-color: #eb661b; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #ffffff; color: #eb661b; border-color: #eb661b; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #ffffff; border: none 1px #ff6600; box-shadow: 6px 0px 30px 0px rgba(0, 0, 0, 0.15); } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #909394!important; border-bottom: none 1px #ff6600; } .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:hover { background: rgba(144, 147, 148, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: #eb661b!important; color: white!important; } .tooltip { --bs-tooltip-bg: #eb661b; --bs-tooltip-color: #ffffff; } /*** Modals ***/ .modal-backdrop { background: rgba(118, 118, 118, 0.29); } .modal-content { background: #ffffff; border: none 1px; box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16); } .js-quickview-np-btn { background: #ffffff; } /*** Notifications ***/ .ns-box { background: #9dbb34; color: #ffffff; border: none 1px; } .product-price { color: #9dbb34; } .iqit-review-star { color: #9dbb34; } .product-flags .product-flag { font-size: 0.5333333333rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #9dbb34; color: #ffffff; } .product-flags .new { background: rgba(255, 102, 0, 0.6); color: #ffffff; } .product-flags .online-only, .product-flags .pack { background: #f5f5f3; color: #909394; } .product-flags .out_of_stock { background: #909394; color: #ffffff; } .discount { background: #9dbb34; color: #ffffff; } .product-available { background: #9dbb34; color: #ffffff; } .product-unavailable { background: #909394; color: #ffffff; } .product-unavailable-allow-oosp { background: #015157; color: #ffffff; } .alert-success { background: #ffffff; color: #9ac00a; border-color: #ffffff; } .alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) { color: #9ac00a; text-decoration: underline; } .alert-info { background: #ffffff; color: #9ac00a; border-color: #ffffff; } .alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) { color: #9ac00a; text-decoration: underline; } .alert-warning { background: #ffffff; color: #a50615; border-color: #ffffff; } .alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) { color: #a50615; text-decoration: underline; } .alert-danger { background: #ffffff; color: #a50615; border-color: #ffffff; } .alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) { color: #a50615; text-decoration: underline; } #iqitcompare-floating { background: #ffffff; border-top: none 1px; border-left: none 1px; border-right: none 1px; } #page-preloader { background: #ffffff; } #back-to-top { background: rgba(255, 255, 255, 0.62); color: #eb661b; } #back-to-top:hover { background: #eb661b; color: #ffffff; } #header, #checkout-header { background: rgba(255, 255, 255, 0.02); border-top: none 4px; border-bottom: none 1px #e3e3e3; box-shadow: 0px -2px 67px 0px rgba(61, 57, 57, 0.1); } .sticky-desktop-wrapper #desktop-header.stuck-header { background: rgba(255, 255, 255, 0.02); border-bottom: none 1px #e3e3e3; box-shadow: 0px -2px 67px 0px rgba(61, 57, 57, 0.1); } #header .header-nav { background: #f5f5f3; border-bottom: none 1px #cfcfcf; font-size: 0.8rem; } #header .header-nav a { color: #333333; } #header .header-nav a:hover { color: #eb661b; } #header .header-nav .social-links._topbar { font-size: 0.4rem; } #header .header-nav .social-links._topbar a:not(:hover) { color: #ffffff !important; } .header-top { padding-top: 0.0666666667rem; padding-bottom: 0.0666666667rem; color: #909394; } .header-top a:not(.btn):not(.nav-link) { color: #eb661b; } .header-top a:not(.btn):not(.nav-link):hover { color: #f59d49; } .header-top .form-search-control { color: #909394; border: solid 1px rgba(144, 147, 148, 0.43); } .header-top input.form-search-control::-webkit-input-placeholder { color: #909394; } .header-top input.form-search-control:-moz-placeholder { color: #909394; } .header-top input.form-search-control:-ms-input-placeholder { color: #909394; } .header-top input.form-search-control:-moz-placeholder { color: #909394; } .header-top .search-btn { color: #909394; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.3333333333rem; display: block; } .header-top .header-cart-default a.cart-toogle { background: #000000; color: #eb661b; padding: 0.6rem 0.6rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #eb661b; } .header-top a.header-cart-btn:not(:hover) { color: #eb661b; } .stuck-header .header-top { padding-top: 0.3333333333rem; padding-bottom: 0.3333333333rem; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #eb661b; } .cart-products-count-btn { background: #9bc04e; color: #fefefe; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 70%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #ffffff; border-top: solid 1px #efefef; border-right: none 1px #0c0c0c; border-bottom: solid 2px #efefef; border-left: none 3px #a6cc0f; margin: 0 -500%; padding: 0 500%; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 3.3333333333rem; color: #333333; border-left: solid 1px #efefef; } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #333333; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -1.1333333333rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 3.3333333333rem !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: #eb661b; } .cbp-horizontal .cbp-tab-title { font-size: 0.9333333333rem; font-style: normal; font-weight: bold; text-transform: uppercase; line-height: 1em; } .cbp-horizontal .cbp-legend { background: #eb661b; color: #ffffff; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1.4666666667rem; max-height: 1.4666666667rem; } .cbp-horizontal > ul { text-align: center; } .cbp-horizontal > ul > li { float: none; text-align: left; } .cbp-horizontal .cbp-submenu-aindicator { display: none; } .container-iqitmegamenu, .iqit-megamenu-container, .cbp-hrsub-narrow, #desktop-header-container.container { position: static !important; } .iqitmegamenu-submenu-container { width: auto !important; max-width: 100% !important; padding: 0; } /*** VERTICAL MENU ***/ .cbp-vertical-on-top #cbp-hrmenu1-ul { background: #ffffff; border: solid 1px #e3e3e3; } #content-wrapper #cbp-hrmenu1 { background: #ffffff; border: solid 1px #e3e3e3; } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1.2rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background: #000000; line-height: 3.3333333333rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #ffffff; background: #000000; } #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.5333333333rem; padding-bottom: 0.5333333333rem; 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.6rem; max-height: 1.6rem; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #f8f8f8; color: #333333; } #cbp-hrmenu1 .cbp-legend { background: #ca5058; color: #ffffff; } #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: #ffffff; background: #000000; } .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.8666666667rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #ffffff; border: none 1px #37a625; box-shadow: 0px 4px 25px 0px rgba(221, 221, 221, 0.42); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: #909394 !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #eb661b !important; } .cbp-hrmenu .tabs-links { background: #ffffff; } .cbp-hrmenu .cbp-tabs-names li a { color: #909394 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #f7f7f7; color: #eb661b !important; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #eb661b !important; border-bottom: solid 1px #efefef; padding-bottom: 8px; font-size: 0.9333333333rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #fd7f00 !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #ffffff; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #767676 !important; } #iqitmegamenu-mobile { background: #ffffff; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab { min-height: 2.9333333333rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab:not(:last-child) { border-bottom: solid 1px #f4f4f4; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__arrow { padding-top: 1.0666666667rem; padding-bottom: 1.0666666667rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__link { color: #767676 !important; padding-top: 1.0666666667rem; padding-bottom: 1.0666666667rem; font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; } .col-mobile-menu-push #iqitmegamenu-mobile { border: none 1px #50a943; } .col-mobile-menu-push #_mobile_iqitmegamenu-mobile { box-shadow: 7px 0px 30px 0px rgba(0, 0, 0, 0.52); } .mobile-menu__submenu { background: #ffffff; } .mobile-menu__tab { border-bottom: solid 1px #f4f4f4; min-height: 2.9333333333rem; } .mobile-menu__link { color: #767676 !important; padding-top: 1.0666666667rem; padding-bottom: 1.0666666667rem; font-size: 0.9333333333rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__arrow { padding-top: 1.0666666667rem; padding-bottom: 1.0666666667rem; color: #767676; font-size: 0.8rem; } .mobile-menu__tab-icon { font-size: 0.9333333333rem; } .mobile-menu__tab-icon--img { max-height: 0.9333333333rem; } .mobile-menu__legend { font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background-color: #595050; } .mobile-menu__header-wrapper { color: #767676; background-color: #f4f4f4; border-bottom: none 4px; } .mobile-menu__title { font-size: 1.0666666667rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__column-title { font-size: 1.3333333333rem; font-style: normal; font-weight: normal; text-transform: none; color: #595050 !important; } .mobile-menu__column { font-size: 1.0666666667rem; font-style: normal; font-weight: normal; text-transform: none; color: #595050; margin-bottom: 2.6666666667rem; } .mobile-menu__column-categories:not(:last-child) { margin-bottom: 2.6666666667rem; } .mobile-menu__links-list-li { padding-top: 0.4rem; padding-bottom: 0.4rem; } .mobile-menu__close, .mobile-menu__back-btn { color: #767676; } .mobile-menu__footer { border-top: none 4px; color: #767676; background-color: #f4f4f4; display: none; } /*** PS_FacatedSearch ***/ #search_filters .noUi-connect { background: #eb661b; } /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: #f9f5f5; color: #eb661b; } .swiper-pagination-bullet { background: #333333; } .swiper-pagination-product { display: none !important; } /*** Product miniature ***/ .products.row { margin: -0.8rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 0.8rem; } .swiper-container-wrapper { margin: -0.8rem; } .swiper-container-wrapper .products.swiper-container { padding: 0.8rem; } .swiper-container-wrapper .product-carousel { padding: 0.8rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 0.8rem; } .product-miniature { border: solid 1px #ededed; outline: 1px solid transparent; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15); background: rgba(255, 255, 255, 0.16); color: #333333; } .product-miniature a:link:not(.nav-link):not(.btn), .product-miniature a:visited:not(.nav-link):not(.btn) { color: #333333; } .product-miniature .product-price { color: #eb661b; } .product-miniature .iqit-review-star { color: #9bc04e; } .product-miniature-grid { padding: 1rem; } .product-miniature-grid .product-title { font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; } .product-miniature-grid .product-price { font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; } @media (hover: hover) { .product-miniature:hover { border-color: rgba(0, 0, 0, 0); outline: solid 1px #efefef; background: rgba(255, 255, 255, 0.02); color: #333333; } .product-miniature:hover a:link:not(.nav-link):not(.btn), .product-miniature:hover a:visited:not(.nav-link):not(.btn) { color: #333333; } .product-miniature:hover .product-price { color: #eb661b; } .product-miniature:hover .iqit-review-star { color: #aed658; } } .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: #eb661b !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 .product-add-cart { display: none !important; } .products-grid .product-miniature .flag-discount-value { display: none !important; } .product-miniature .input-qty, .product-miniature .input-group-add-cart .bootstrap-touchspin { display: none !important; } .btn-product-list { padding: 0.2666666667rem 0.5333333333rem; background: rgba(0, 0, 0, 0); color: #eb661b; border: solid 1px #eb661b; } .btn-product-list:hover { background: #eb661b; color: #ffffff; } .products-grid .product-miniature-default { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-miniature-default .product-description { -webkit-box-flex: auto; -ms-flex: auto; flex: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-add-cart { margin: auto auto 0 auto; } .product-carousel { height: 100%; } .products.swiper-container .swiper-slide { height: auto; } .products-grid .product-miniature-layout-1 .product-description { padding: 0.2rem; } .products-grid .product-miniature-layout-2 .product-add-cart { display: none !important; } .products-grid .product-miniature-layout-2 .products-variants { padding-top: 0rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.2rem; } .products-grid .product-miniature-layout-3 .product-description { background: rgba(40, 44, 51, 0.93); } .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-rows: 1fr; grid-auto-rows: 0; display: grid; overflow-y: hidden; } .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } @media (min-width: 768px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 992px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1200px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1.5333333333rem; 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: #ffffff; background: #eb661b; } .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-cover .expander { width: 100%; height: 100%; padding: 0; bottom: 0; right: 0; } .product-cover .expander > span { position: absolute; bottom: 1rem; right: 1rem; padding: 0.6rem; } #product .product-cover .expander > span { color: #ffffff; background: #eb661b; transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1), color 0.2s cubic-bezier(0.7, 0, 0.3, 1); } #product .product-cover .expander > span:hover { opacity: 0.6 !important; } #product-modal .easyzoom-modal > a { cursor: default; } .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 { background: #ffffff; border-top: none 1px; border-bottom: none 1px; padding-top: 2.6666666667rem; padding-bottom: 2.6666666667rem; color: #909394; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 0rem; padding-bottom: 0rem; } #content-wrapper .page-title { color: #333333; text-align: center; font-size: 2.6666666667rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #333333; } #content-wrapper .page-title:after { content: ""; position: absolute; bottom: -0.5px; display: block; width: 40px; height: 1px; border-bottom: none 1px #ff6600; left: 0; right: 0; margin: auto; } #content-wrapper .section-title { color: #333333; font-size: 1.9333333333rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #content-wrapper .section-title a:link, #content-wrapper .section-title a:visited { color: #333333; } #content-wrapper .section-title:after { content: ""; position: absolute; bottom: -0.5px; display: block; width: 30px; height: 1px; border-bottom: none 1px #ff6600; left: 0; right: 0; } .nav-tabs .nav-link { color: #333333; font-size: 1.4rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #333333; border-bottom: solid 1px #eb661b; } .iqit-accordion .title { font-style: normal; font-weight: normal; text-transform: none; } .iqit-accordion .nav-link { border-bottom: solid 1px #eb661b; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #333333; border-bottom: solid 1px #eb661b; } #wrapper .block-title { font-size: 1.2rem; font-style: normal; font-weight: normal; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #wrapper .block-title:after { content: ""; position: absolute; bottom: -0.5px; display: block; width: 30px; height: 1px; border-bottom: none 1px #eb661b; left: 0; right: 0; } #left-column .block, #right-column .block { border: none 1px; } #footer, #checkout-footer { background: #f5f5f3; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: none 1px #ffffff; background: rgba(255, 255, 255, 0.29); } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #ffffff; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #ffffff; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #ffffff; } #footer .social-links._footer, #checkout-footer .social-links._footer { font-size: 1.0666666667rem; } #footer .social-links._footer a:not(:hover), #checkout-footer .social-links._footer a:not(:hover) { color: #ffffff !important; } #footer .block-title, #checkout-footer .block-title { color: #333333; font-size: 1.2rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #footer .block-title a:link, #footer .block-title a:visited, #checkout-footer .block-title a:link, #checkout-footer .block-title a:visited { color: #333333; } #footer .block-title:after, #checkout-footer .block-title:after { content: ""; position: absolute; bottom: -0.5px; display: block; width: 30px; height: 1px; border-bottom: none 1px #ff6600; left: 0; right: 0; } #footer-container-first { border-top: none 1px #fc1478; padding-top: 0.6666666667rem; padding-bottom: 0.6666666667rem; background: #eb661b; color: #ffffff; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: bold; text-transform: none; } #footer-container-main, #checkout-footer { border-top: solid 1px rgba(255, 255, 255, 0.25); padding-top: 3.3333333333rem; padding-bottom: 2.3333333333rem; color: #909394; } #footer-container-main a, #checkout-footer a { color: #909394; } #footer-container-main a:hover, #checkout-footer a:hover { color: #eb661b; } #footer-copyrights { border-top: none 1px; background: #040404; padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; } @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: ""; margin-left: 10px; } #footer .block-toggle > .block-content { display: none; } #footer .block-toggle._toggled > .block-content { display: block; } #footer .block-toggle._toggled .block-title span::after { content: ""; } #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: #efefef; color: #333333; } #maintenance-page a, #maintenance-page a:link { color: #333333; } .maintenance-page-newsletter .maintenance-page-newsletter-btn { background: #000000; color: #ffffff; } .maintenance-page-newsletter .maintenance-page-newsletter-btn:hover { background: #333333; color: #ffffff; } .maintenance-page-newsletter input[type=email] { border: solid 1px #333333; background: rgba(51, 51, 51, 0); color: #333333; } .maintenance-page-newsletter input[type=email]::-webkit-input-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email]::-moz-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email]:-ms-input-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email] :-moz-placeholder { color: #333333; } @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'; } @media (min-width: 468px) { .no-ordi { display: none; } } .product-additional-info .skeepers_product__stars { display:none !important; } .cart-voucher-area .text-muted { line-height:2em; } .background-label-top .label-categorie-top { position:absolute; width:100%; text-align:center; background:#C02025; padding:7px; color:#fff; font-weight:400; margin-bottom:10px; font-size:11px; right:0; top:230px; text-transform: uppercase; letter-spacing: 0.6px; border-radius:0px 0px 10px 10px; } .product-miniature-small .background-label-top .label-categorie-top { position: inherit; text-align:left; background:#fff; padding:0px; color:#333; font-weight:400; margin-bottom:0px; font-size:9px; text-transform: uppercase; letter-spacing: 0.6px; border-radius:0px; } @media only screen and (max-width: 480px) { .background-label-top .label-categorie-top { padding:5px; font-size:8px; top:132px; letter-spacing: 0px; } } .encadrelabel { border:2px solid #F5F5F3; padding:12px; border-radius:15px; } @media only screen and (max-width: 480px) { .product-tabs { margin-bottom: 0; margin-top: 0; } } #product .elementor-displayReassurance { display:none; } .icons.elementor-widget-banner:hover { transform: scale(1.15); } .icons.elementor-widget-banner { transition: all 0.3s ease-in-out; } .icons.elementor-widget-banner .elementor-iqit-banner-img { max-width: 90px !important; margin-left:auto; margin-right:auto; } .cms-id-74 .group-span-filestyle .btn-default, .cms-id-74 .form-group { background:#fff; color:#eb661b; } .av_category_stars { width:auto; justify-content:left; } .tawk-message-preview-chat-bubble { color: #909394 !important; font: 300 'Rubik' !important; } .elementor-editor-active .elementor-column { min-height:auto; } /*--- PART : FICHES PRODUITS*/ #product #inner-wrapper { padding-top:3em; } #modal-product-thumbs { padding-top:1em; padding-bottom:1em; } .products-grid .product-miniature-default { background:#fff; } /*images*/ #product-modal .product-cover-modal, .product-cover img, .product-images-large { border-radius:20px; } #product-images-thumbs .img-fluid, #modal-product-thumbs .swiper-wrapper img { border-radius: 8px; } .product-cover .img-fluid { width: fit-content; max-width: none; height: 400px; align-content: center; } .product-cover img { max-height:400px; margin-left:auto !important; margin-right:auto !important; } @media only screen and (min-width: 800px) { .col-md-7.col-product-info { flex: 0 0 55%; max-width:55%; padding-left:25px; } .col-md-5.col-product-image { flex: 0 0 45%; max-width:45%; } } #product-images-thumbs { margin-top:1em; } /*produits associés*/ .product-accessories.block.block-section { background: #F5F5F3; padding: 5em; border-radius: 20px; } .product-accessories.block.block-section { margin-top:8em; margin-bottom:-2em; } @media only screen and (max-width: 480px) { .product-accessories.block.block-section { padding: 3em 2em !important; } } /*prix*/ .alma-pp-container { padding-top:5px; } .alma-payment-plans-container { display: -webkit-inline-box; border-radius:10px; border:none; } .alma-payment-plans-eligibility-line:before { content:'Ou payez avec'; font-size:0.9rem; } ._TSkFv { padding:0px; } .alma-payment-plans-eligibility-line svg { margin-right:5px; } ._17c_S { gap:5px; } .alma-payment-plans-payment-info { display:none; } ._2Kqjn { padding:5px 2px; } .alma-payment-plans-eligibility-line svg { padding-left:5px; } .badge-discount { font-size:100%; border-radius:5px; padding:4px; } .discount.discount-percentage.mr-1 { font-size:14px; border-radius:5px; padding:4px; } .product_p_price_container .product-discount .regular-price { text-decoration: none; font-size:1em !important; } .product_p_price_container .product-discount .regular-price:before { content:'au lieu de '; font-size:0.9em; } .product-prices .badge { vertical-align: text-bottom; } #add-to-cart-or-refresh > div.product_p_price_container > div > div:nth-child(3) > div { border-top: 1px solid rgba(160,160,160,0.25); margin-top:10px; padding-top:25px; } /*fin prix*/ /*stock*/ .delivery_information_class > span { font-style: italic; font-size:0.9rem; } .product_p_price_container { padding-top:20px !important; margin-top:5px; } .product_p_price_container #product-availability { vertical-align:baseline; } @media only screen and (min-width: 800px) { .delivery_information_class { margin-left:10px; display:inline; } } .product_header_container { padding-bottom:5px !important; } .form-control-label { padding-top:5px; } .product-availability-on-checkout { font-size:10px; color: #9DBB34; } #product-availability, .product-miniature-list-row .product-available, #product-availability, .product-miniature-list-row .product-unavailable { font-size:1em; margin-bottom:15px; color: #fff; padding: 5px; border-radius: 4px; font-weight: 500; } .crossselling-products-modal .thumbnail-container .product-availability.d-block, .crossselling-products-modal .product-functional-buttons-links { display:none !important; } .product-price-on-product-page { font-size:20px; } /*fin stock*/ /*banner fiche produit*/ .label-bf { color: #fff; padding: 4px; font-weight:500; border-radius: 4px; font-size: 12px; background-color:#333; } .bannerbf img, .bannerbf-mobile img { max-height: 100% !important; width: 100% !important; border-radius: 15px !important; margin-top:20px; margin-bottom:20px; } @media only screen and (max-width: 480px) { .bannerbf img { display:none; } } @media only screen and (min-width: 480px) { .bannerbf-mobile { display:none; } } .product-additional-info, .product_header_container, .nav-tabs, .products-selection { border: 0px !important; } .product-additional-info { margin-top:-15px; } /*fin banner fiche produit*/ /*-------------------- DEBUT AFFICHAGE TAILLES DISPONIBLES ET COULEURS*/ .clearfix.product-variants-item ul li .radio-label{ border-radius: 8px; min-width: 3rem; } .clearfix.product-variants-item ul .attribute-not-in-stock .radio-label { background-color: #e6e6e6; } .product-variants>.product-variants-item .color { border-radius: 8px; } /*-------------------- FIN AFFICHAGE TAILLES DISPONIBLES ET COULEURS*/ /*-------------------- GUIDE DES TAILLES */ .table-sizegudie{ display: table; border-radius: 8px; overflow: hidden; } .table-sizegudie td, .table-sizegudie th, .table-sizegudie tr{ border: none; } .js-iqitsizecharts-modal .mensurations{ display: flex; } .js-iqitsizecharts-modal .mensurations .image{ width: 50%; } @media (max-width: 650px){ .js-iqitsizecharts-modal img{ width: 80%; } .js-iqitsizecharts-modal .mensurations{ display: block; } } /*-------------------- FIN GUIDE DES TAILLES */ /*MISE EN PAGE TABS*/ .nav-tabs .nav-link.active { background: rgb(235,102,27); background: -moz-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: -webkit-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb661b",endColorstr="#f59d49",GradientType=1); border-radius: 20px; border-radius: 0px 20px 0px 0px; color: #fff !important; border-bottom:none; } .nav-tabs .nav-link { font-size:15px !important; font-weight:500; text-transform: initial; padding:1em 2em 1em 2em; } a.nav-link.active.show { transition: none; } .nav-tabs { border-radius: 10px 10px 0px 0px; background: #F5F5F3; margin:0px; } .nav-item { margin:0px !important; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border:none; } /*FIN MISE EN PAGE TABS*/ /*-------------------- MISE EN PAGE INTERIEUR DES ONGLETS */ .tabs.product-tabs img { border-radius: 20px !important; } .img-fluid.manufacturer-logo { border-radius: 0px !important; } #product-infos-tabs-content { padding-left:20px; padding-top:20px; } #product .tabs.product-tabs h2 { color: #333; margin-bottom: 20px; margin-top: 20px; } #product .tabs.product-tabs h3 { color: #eb661b; margin-bottom: 15px; margin-top:10px; font-weight:500; } #product #content-wrapper .section-title:before, #product #content-wrapper .section-title:after { content: ""; display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-bottom: solid 1px #eb661b; } .pet_native_horizontal ul { list-style: initial; padding-left: revert; margin-bottom: revert; } #ap5-pack-description-block ul { list-style: initial; padding-left: revert; margin-bottom: revert; } /*MOBILE - MISE EN PAGE INTERIEUR DES ONGLETS*/ @media (max-width: 576px) { .tabs.product-tabs img, #product-infos-accordion-mobile-0 img, .pet_native_horizontal img { width: 100%; border-radius: 20px; } .scrollbar-table img { width: auto !important; height:400px; } #product .tabs.product-tabs h2, #product-infos-accordion-mobile-0 h2, .pet_native_horizontal h2 { color: #333; font-size: 30p; margin-bottom: 20px; margin-top: 20px; } #product .tabs.product-tabs h3, #product-infos-accordion-mobile-0 h3, .pet_native_horizontal h3 { color: #eb661b; font-size:1rem; margin-bottom: 10px; } #product-infos-accordion-mobile-0 a, .pet_native_horizontal a, .rte-content.product-description a { color: #01ADBB; text-decoration: underline; } .iqit-accordion .nav-tabs .nav-link { background:none; } } /*FIN MOBILE*/ /*Onglet aide au choix*/ .table-aideauchoix img { border-radius: 0px !important; } /*Fin onglet aide au choix*/ /*-------------------- FIN MISE INTERIEUR EN PAGE DES ONGLETS */ /*-------------------- WISHLIST ET APERCU RAPIDE*/ .product-miniature-grid .product-functional-buttons { background: none; z-index:1; transition:none; } .btn-iqitwishlist-add.js-iqitwishlist-add, .js-quick-view-iqit, .btn-iqitwishlist-add, .js-iqitwishlist-add { padding:12px !important; margin-right:5px; margin-bottom:20px; } /*-------------------- FIN WISHLIST ET APERCU RAPIDE*/ /*-------------------- MISE EN PAGE MOBILE BOUTON*/ .col.col-12.col-sm-auto.col-add-btn { flex: 0 0 auto; width: auto; } .col.col-12.col-sm-auto.col-add-qty { flex: 0 0 auto; width: auto; max-width:19%; } .col.col-sm-auto.col-add-wishlist, { flex: 0 0 auto; width: auto; max-width:12%; } .product-add-to-cart .btn-iqitwishlist-add.js-iqitwishlist-add { padding:9px !important; margin-bottom:20px; border:none !important; border-radius:30px; } /*special produits*/ .product-id-9391 .empty-product-details { display:none; } .product-id-5400 #product-availability, .product-id-5401 #product-availability, .product-id-3202 #product-availability, .product-id-5400 .delivery_information_class, .product-id-5401 .delivery_information_class, .product-id-3202 .delivery_information_class { display:none; } #iqithtmlandbanners-block-4 .block-title { display:none; } /*fin special produits*/ /*-------------------- TABLEAUX RESPONSIVE*/ .table-produits { border-collapse: collapse; overflow: hidden; border-radius: 8px; margin-bottom: 30px; margin-top: 15px; } .table-produits th{ padding: 10px; } .table-produits thead{ background-color: #333; color: white; } .table-produits td{ padding:10px 15px 10px 15px; } tbody tr:nth-child(odd){ background: #F5F5F3; } .dimensions-infos span{ display: none; } .table-responsive td{ min-width: 250px; } .table-reprise tr{ background: #FFFFFF!important; vertical-align: top; } table.table-reprise.table-responsive img { border-radius: 0%!important; } table.table-reprise.table-responsive td { padding: 10px; } .table-reprise{ margin-top: 2em; margin-bottom: 2em; width: min-content; overflow-x: visible; } @media (max-width: 500px){ .table-responsive td{ display: block; } .table-produits td{ min-width: 120px; width: auto !important; } table.table-reprise.table-responsive img { width: 30% !important; } table.table-aideauchoix img { width: auto !important; height: revert-layer !important; } } .scrollbar-table{ overflow-x: auto; } /*-------------------- FIN TABLEAUX RESPONSIVE*/ /*---VIGNETTES PRODUITS */ /*---images - LARGE GRID*/ .product-thumbnail-second { display:none !important; } .products-grid .product-miniature { padding:0px; border-radius:15px; } @media only screen and (min-width: 480px) { .products-grid .product-miniature-grid .product-availability { padding-left:15px; } .products-grid.products.row > [class*="col-"] { padding:1.4em; } .products-grid .product-miniature .product-description { padding-left:20px !important; padding-bottom:10px; } .products-grid .product-miniature-default .product-thumbnail img { border-radius: 10px 10px 0px 0px; max-height:250px; height:250px; width:auto !important; object-fit: cover; -webkit-mask-size: cover; margin-bottom:0.6em; } } @media only screen and (max-width: 480px) { .products-grid .product-miniature-grid .product-availability { padding-left:7px; } .products-grid .product-miniature .product-description { padding-left:10px !important; padding-bottom:3px; } .products-grid .product-miniature-default .product-thumbnail img { border-radius: 10px 10px 0px 0px; max-height:150px; height:150px; width:auto !important; object-fit: cover; -webkit-mask-size: cover; } } /*---images - LIST*/ .products-list .product-miniature-default .product-thumbnail img { display: block; border-radius: 10px 0px 0px 10px; max-height: 250px; height: 250px; width: auto !important; object-fit: cover; -webkit-mask-size: cover; } .product-miniature-list-row { margin: 0; padding: 0; } .products-list .col-description, .products-list .col-buy { padding: 30px !important; } .products-list .medium-gutters>[class*="col-"] { padding-left: 0; } .products-list .product-price { font-weight:500; font-size: 18px; } .btn.btn-product-list.add-to-cart { margin-bottom:15px; padding:10px 20px 10px 20px; } /* small grid*/ .list-small-gutters .thumbnail-container { height: auto; } .product-miniature-small .product-title, .product-miniature .product-title { font-weight: 500 !important; } .list-small-gutters { padding: 5px; } /*étoile avis vérifiés */ .av_category_stars .ratingText { font-weight: 300; font-size:12px } .netreviews_font_stars div .nr-star:before { font-size:15px; } .av_category_stars .netreviews_review_rate_and_stars { width:80px; } .product-miniature .skeepers_product__stars .stars__rating { display:none; } .product-miniature .skeepers_product__stars { margin:0px !important; } /*prix vignette discount */ .js-product-miniature-wrapper .discount { font-size:12.5px !important; background: #fff; color: #eb661b; border:1px solid; } @media only screen and (max-width: 480px) { .js-product-miniature-wrapper .discount { font-size:10px !important; background: #fff; color: #eb661b; border:1px solid; } } /*---label prix pour les promos avec le module*/ .prodListDisplay, .groupincText { position:relative; padding:0px; margin:0px; } .groupincText img { padding-left:0px; margin:0px; } .prodListDisplay p { padding:0px; margin:0px; } .product-actions .groupincText { font-size:14px; } .product-actions .groupincText img { position:relative; padding-bottom:0px; margin-bottom:0px; } .tax-shipping-delivery-label img { max-height:2rem; width: auto; margin:10px; } .tax-shipping-delivery-label .col-xs-12 { padding:0px; } .product-actions .groupincText { margin-top:10px; } /*--- label prix module promos dans modal*/ .slick-track .product-price-and-shipping img, .row .product-price-and-shipping img { max-height:1.2rem; width: auto; margin-bottom: 5px; margin-top: 5px; } /*--- label prix module code promo*/ .product-miniature .label { background: rgb(235,102,27); background: -moz-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: -webkit-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb661b",endColorstr="#f59d49",GradientType=1); color: #fff; padding: 3px; padding-left: 7px; padding-right: 7px; border-radius: 5px; font-size: 12px; font-weight:500; line-height:2.8em; } .label-fiche-produit { background: rgb(235,102,27); background: -moz-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: -webkit-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb661b",endColorstr="#f59d49",GradientType=1); color: #fff; padding: 3px; padding-left: 7px; padding-right: 7px; border-radius: 5px; font-size: 15px; font-weight:500; } .products-grid .product-miniature-default .product-description img { max-height:1.6rem; width: auto; margin-top:0.5em; margin-bottom:0.3em; display:block; } @media (max-width: 430px) { .products-grid .product-miniature-default .product-description img { max-height:1rem; width: auto; } } .products-grid .product-miniature-default .product-description { margin-top:0.3em; } .crossselling-products-modal .label-vignette-produit { font-size: 9px; } .label-vignette-produit-fiche { color: #fff; padding: 4px; border-radius: 4px; background: linear-gradient(90deg, rgba(2,80,86,1) 0%, rgba(1,173,187,1) 100%); font-size: 13px; } .products-grid .product-miniature-default .iqitreviews-simple, .products-grid .product-miniature-default .product-reference, .products-grid .product-miniature-default .product-brand { margin-top: 0.7rem; } .products-grid .product-miniature-default .product-title { margin-bottom:0.5em; } .product-miniature { border-radius: 8px; } /*---apparence vignette*/ .product-miniature { box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); border:none; transition: all 0.3s ease-in-out; line-height:1.2; } .product-miniature:hover { transform: scale(1.03); } .product-miniature a:link:not(.nav-link):not(.btn) { color:#333 !important; } .product-miniature-default .variant-links .color { width: 0.8rem; height: 0.8rem; border-radius:30px; border:none; } .product-miniature-default .variant-links { opacity: 0; transition: opacity 0.5s ease; } .product-miniature-default:hover .variant-links { opacity: 1; } .av_category_stars { margin-bottom:0.3em; margin-top:0em } /*LABEL STOCK VIGNETTE*/ .product-miniature-grid .product-availability { position: unset; transform: none !important; transition: none !important; opacity:1 !important; z-index:1; } .product-availability .badge { text-align:left; } .product-miniature-grid .product-availability:hover { opacity:1 !important; z-index:1; } .products-grid .product-miniature-default .product-available { display: inherit !important; background:none; color: #9DBB34; font-size:12px; font-weight:400; } .product-available .fa-check { font-size:8px; border:solid 1.5px; border-radius:30px; padding:2px; } @media (max-width: 576px) { .products-grid .product-miniature-default .product-available, li.product-flag.discount, li.product-flag.new, li.product-flag.pack { font-size:9px !important; } .product-available .fa-check { font-size:5px; border:solid 0.8px; } } .products-grid .product-miniature-default .product-unavailable { display: none; } .products-grid .product-miniature-default .product-unavailable-allow-oosp { display: none; } /*FIN LABEL STOCK VIGNETTE*/ /*LABEL DESTOCKAGE TOP ET SELECTIONS*/ @media only screen and (max-width: 800px) { .selectionsoaring, .bestsellers, .destockage, .ideecadeau { font-size: 9px !important; } } @media only screen and (min-width: 800px) { .selectionsoaring, .bestsellers, .destockage, .ideecadeau { font-size: 12px !important; } } .selectionsoaring, .ideecadeau { background-color: #F59D49 !important; background-size: cover; border-radius: 5px; font-weight:500 !important; padding:7px !important; font-family: 'Rubik'; margin-left: -7px; color:#fff; } .bestsellers { background-color: #F8CCA2 !important; background-size: cover; border-radius: 5px; font-weight:500 !important; padding:7px !important; font-family: 'Rubik'; margin-left: -7px; color:#fff; } .destockage { background-color: #551F3D !important; background-size: cover; border-radius: 5px; font-weight:500 !important; padding:7px !important; font-family: 'Rubik'; margin-left: -7px; color:#fff; } /*---LABEL PROMOS ET NEW */ @media only screen and (max-width: 800px) { .product-flag.discount, li.product-flag.discount, li.product-flag.new, li.product-flag.pack { margin-left:-5px !important; } } .product-flag.discount { background-color: #015157; background-size: cover; border-radius: 5px; margin-left:-10px; font-weight:500; } li.product-flag.discount, li.product-flag.new, li.product-flag.pack { text-align: center; font-size: 12px; font-family: 'Rubik'; padding: 7px; margin-left:-7px; font-weight:500 !important; } .product-flags { margin-top:15px !important; } .product-flag.discount { display:none; } .product-flag.discount:before { content:'Promo '; } .product-flag.new { background-size: cover; border-radius: 4px; background-color: #cee0e0; } .product-cover .on-sale, .product-cover .discount, .product-cover .online-only, .product-flag.online-only, .product-flag.on-sale { display:none; } /*------------------ FIN VIGNETTES PRODUITS*/ /*------------------ FIN FICHES PRODUITS*/ /*---BLOG*/ .simpleblog__listing__post__wrapper__content__headline.post-title a { color: #333 !important; } .simpleblog__postInfo ul{ justify-content: center; } .simpleblog__listing__post__wrapper__footer { display: none; } .simpleblog__listing__post__wrapper:hover { border-color: rgba(0, 0, 0, 0); outline: 0px; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); background: rgba(255, 255, 255, 0.02); transform: scale(1.02); } .cardblog .mb-3 { border-radius: 10px; padding-right:8px; } .simpleblog__listing__post__wrapper { box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); } .simpleblog__listing__post__wrapper__content.card-block { padding:20px; font-size:13px; } .simpleblog__listing__post__wrapper { display:flex; outline: 1px solid transparent !IMPORTANT; transition: transform .35s,border-color 0s linear .35s; border-radius:10px !important; } .img-fluid.photo.mb-3 { min-width:250px; margin-bottom: 0rem !important; } .simpleblog__listing__post__wrapper__content__readmore span { border-bottom: solid 2px #eb661b; text-decoration: none !important; } .g-recaptcha { padding:20px; } .simpleblog__listing__post__wrapper__content__readmore { color: #333 !important; font-weight:500; font-size:12px; opacity:1; } .d-inline { display: inherit !important; } .simpleblog__listing__post__wrapper__content__headline.post-title { font-weight:500 !important; } .simpleblog-posts-column { padding: 0.8rem !important; } @media (min-width: 768px) { .related-blog-posts .simpleblog__listing__post { flex: 0 0 50%; max-width: 50%; } } /*MISE EN PAGE blog mobile*/ @media only screen and (max-width: 480px) { .simpleblog-posts-column.col-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .simpleblog__listing__post__wrapper { display: block !important; } .cardblog .mb-3 { padding-right : 0px !important; } } /*Affichage prix dynamique*/ .dynamic-price-blog .col-12.col-md-12.col-lg-12.col-xl-12 { padding: initial; } .dynamic-price-blog .thumbnail-container.col-3 { display: none; } .dynamic-price-blog .product-title { display: none; } .dynamic-price-blog .label-categorie-top { display: none; } .dynamic-price-blog .av_category_stars { display: none; } .dynamic-price-blog article.product-miniature.product-miniature-small.js-product-miniature { box-shadow: 0px 0px 0px 0px #000000; } .dynamic-price-blog .product-miniature:hover { transform: scale(1); } .dynamic-price-blog .product-miniature { outline: solid 0px #efefef; } .elementor-widget-google_maps iframe{ border-radius: 20px; } .elementor-widget-google_maps .elementor-widget-container{ border-radius: 20px; } /*----- FIN BLOG */ /*ARROW / SWIPER */ .swiper-button-prev, .swiper-button-next, .swiper-button-arrow{ opacity: 1; background: rgb(235,102,27) !important; background: -moz-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%) !important; background: -webkit-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%) !important; background: linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb661b",endColorstr="#f59d49",GradientType=1) !important; box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%); border-radius:10px; color:#fff !important; } .swiper-button-prev:after, .swiper-button-next:after { font-size: 16px !important; } #product .product-cover .expander > span { background-color:#fff; box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%); border-radius:10px; color:#eb661b; } /*FOOTER*/ .sectionicons { z-index:1; } /*---HEADER */ /*----------------- TOP NAV */ #header .header-nav a { font-weight: 400; font-size:14px; } #header .header-nav .right-nav>div:after, #header .header-nav .left-nav>div:after { width: 1px !important; height: 4em; color:#fff; opacity:1; margin-left: 1.5rem; margin-right: 1.5rem; } /*----------------- FIN TOP NAV */ .header-top .form-search-control { border-radius:10px !important; font-size:14px; } /*---MENU */ .cbp-hrmenu .cbp-hrsub { padding:0em 5em 0em 5em !important; } .cbp-hrmenu .cbp-hrsub-inner { padding: 20px 50px 20px 50px; } .cbp-horizontal .cbp-tab-title { font-weight: 500; text-transform:initial; line-height: 1em; font-size:16px; } .cbp-hrmenu .cbp-hrsub-tabs-names li { position: relative; border-bottom: 1px solid #F5F5F3; } .nav-link { padding-left:1.5rem; padding-right:1.5rem; } #cbp-hrmenu-tab-72 .cbp-tab-title { color:#fff !important; } .cbp-hrmenu-tab.cbp-hrmenu-tab-72 { background-image: url("/img/cms/2023photossoaringshop/Pages CMS/iconos/backgroundmenu-V3.png"); background-size:contain; background-repeat: no-repeat; background-position:bottom-right; } .cbp-hrmenu-tab.cbp-hrmenu-tab-72 .nav-link { padding-left:30px; padding-right:60px; } .cbp-horizontal > ul > li > a { border-left:none !important; } .cbp-hrsub-inner, .cbp-menu-column-inner .img-fluid, .cbp-hrmenu .cbp-hrsub-inner { border-radius: 10px !important; } #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-89.js-mobile-menu__tab > a { background: #000; padding:10px; margin:0px; border-radius:0px 10px 10px 0px; color:#fff !important; font-weight:500; } #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-82.js-mobile-menu__tab > a, #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-83.js-mobile-menu__tab > a, #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-85.mobile-menu__tab--has-submenu.js-mobile-menu__tab--has-submenu.js-mobile-menu__tab > a, #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-86.js-mobile-menu__tab > a, #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-87.js-mobile-menu__tab > a > span { font-weight:500; color:#333 !important; } #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-89.js-mobile-menu__tab, #iqitmegamenu-mobile > div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24 > ul > li.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-81.mobile-menu__tab--has-submenu.js-mobile-menu__tab--has-submenu.js-mobile-menu__tab { border:0px !important; } /*---FIN MENU */ @media only screen and (min-width: 991px) { .dropdown-menu { margin-top: 1em; } } .cbp-hrsub-inner { border-radius: 0px 0px 10px 0px !important; } /*----------------- header cart*/ #sticky-cart-wrapper { display:none; } .header-btn.header-user-btn:before { content:"Mon compte"; color:#909394; font-size:14px; } #header .header-btn-w .header-btn .title { display:none; } #header .btn.btn-primary.btn-block.btn-lg.mb-2 { display:none; } #header .btn.btn-secondary.btn-block:hover { background-color:#9bc04e; } .btn.btn-primary.btn-lg.btn-block:hover { background-color:#9bc04e; } /*-------------------- FIN header cart*/ /*-------------------- header mobile*/ #mobile-header .dropdown-mobile { padding: 0rem; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; } #mobile-header .mobile-main-bar { padding-bottom:0; } #mobile-header .m-nav-btn:hover { color:#eb661b; } #mobile-header .m-nav-btn>i { font-size: 1.1rem; color:#333; } #mobile-header .m-nav-btn .fa-bars { color:#eb661b; } @media only screen and (max-width: 480px) { img.logo.img-fluid { max-width: 100px !important; } } .logo.img-fluid { max-width: 150px !important; padding:10px; } #mobile-header .m-nav-btn>span { display:none !important; } /*-------------------- fin header mobile*/ /*-------------------- menu mobile*/ .mobile-menu__tab-icon--img { max-height:1.5rem; } .mobile-menu__banner-image { border-radius:10px; margin-bottom:10px; } .mobile-menu__column-title { font-size:15px; padding-bottom:5px; color:#eb661b !important; font-weight:500; } .mobile-menu__tab--id-74 .mobile-menu__column--id-3 a, .mobile-menu__tab--id-75 .mobile-menu__column--id-3 a, .mobile-menu__tab--id-76 .mobile-menu__column--id-3 a, .mobile-menu__tab--id-78 .mobile-menu__column--id-3 a, .mobile-menu__tab--id-77 .mobile-menu__column--id-8 a, .mobile-menu__tab--id-79 .mobile-menu__column--id-3 a, .mobile-menu__tab--id-80 .mobile-menu__column--id-5 a { font-weight:500; line-height:2em; color:#fff !important; } .mobile-menu__tab--id-74 .mobile-menu__column--id-3, .mobile-menu__tab--id-75 .mobile-menu__column--id-3, .mobile-menu__tab--id-76 .mobile-menu__column--id-3, .mobile-menu__tab--id-78 .mobile-menu__column--id-3, .mobile-menu__tab--id-77 .mobile-menu__column--id-8, .mobile-menu__tab--id-79 .mobile-menu__column--id-3, .mobile-menu__tab--id-80 .mobile-menu__column--id-5 { background:#C1D9D9; border-radius:20Px; padding:15px 15px 5px 15px; margin-bottom:30px !important; } .mobile-menu__tab--id-74 .mobile-menu__column--id-8 > div > a, .mobile-menu__tab--id-75 .mobile-menu__column--id-8 > div > a, .mobile-menu__tab--id-76 .mobile-menu__column--id-4 > div > a, .mobile-menu__tab--id-77 .mobile-menu__column--id-4 > div > a, .mobile-menu__tab--id-76 .mobile-menu__column--id-6 span, .mobile-menu__tab--id-78 .mobile-menu__column--id-6 > div > a, .mobile-menu__tab--id-81 .mobile-menu__column--id-4 span, .mobile-menu__tab--id-80 .mobile-menu__column--id-5 span { color: #015157 !important; } .mobile-menu__link { font-size:15px; } .mobile-menu__column { font-size:14px; color:#909394; } .mobile-menu__back-btn, .mobile-menu__close { font-size:15px; } .cbp-category-link-w.mobile-menu__column-categories, .mobile-menu__tab--id-76 .mobile-menu__column.mobile-menu__column--id-6, .mobile-menu__tab--id-81 .mobile-menu__column--id-4 { border-top: solid 1.2px #efefef; margin-top: 15px; padding-top:15px; } .mobile-menu__column-categories:not(:last-child), .mobile-menu__column{ margin-bottom:15px; } .mobile-menu__tab--id-76 .mobile-menu__column.mobile-menu__column--id-6 > p, .mobile-menu__tab--id-81 .mobile-menu__column.mobile-menu__column--id-4 > p { line-height:2em } .mobile-menu__tab.mobile-menu__tab--id-116 > a, .mobile-menu__tab.mobile-menu__tab--id-115 > a, .mobile-menu__tab.mobile-menu__tab--id-114 > a, .mobile-menu__tab.mobile-menu__tab--id-118 > a, .mobile-menu__tab.mobile-menu__tab--id-119 > a, .mobile-menu__tab.mobile-menu__tab--id-123 > a { color: #333 !important; font-weight:500; } /*-------------------- fin menu mobile*/ /*-------------------- MOBILE - display top nav left & center*/ @media only screen and (max-width: 779px) { .header-nav { display:none; } } .left-nav { display: none !important; } .center-nav { display: none !important; } /*-------------------- FIN MOBILE - display top nav left & center*/ /*--- FIN PART 1 : HEADER */ /*---PART 2 : GLOBAL*/ #products .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 50%; } @media only screen and (min-width: 468px) { .elementor-column-wrap { max-width: 1400px !important; } #content > div > div.elementor-section.elementor-element.elementor-top-section.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div { max-width: 1370px !important; } } @media only screen and (min-width: 468px) and (max-width: 1450px) { #content > div > div.elementor-section.elementor-element.elementor-top-section.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div, #content > div.simpleblog__post.blog-mb.cardblog > div.simpleblog__post__content.card-block.pb-1 > div > div.elementor-section.elementor-element.elementor-top-section.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div { padding-left:15px !important; padding-right:15px !important; } #content > div > div.elementor-section.elementor-element.elementor-top-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default, #content .elementor-section.elementor-element.elementor-top-section.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default { padding-left:50px; padding-right:50px; } #category #inner-wrapper, #new-products #products, .row.sitemap, #authentication #main, #my-account #main, #cart #main, #checkout #main, #module-giftcard-choicegiftcard #main, #module-ph_simpleblog-single #main, #module-ph_simpleblog-category #main, #addresses #main, #history #main, #discount #main, #module-iqitwishlist-view #main, #module-tfprimemembershippro-primelist #main, #module-iqitsearch-searchiqit #main, #contact #main, #manufacturer #main, #product #inner-wrapper, #manufacturer-description, #best-sales #inner-wrapper, #pagenotfound #inner-wrapper, .my-account-page-content-wrapper, #order-confirmation #inner-wrapper { padding-left:50px; padding-right:50px; } } @media only screen and (min-width: 1400px) { #footer-container-main { padding-top:7em; padding-left:20px !important; padding-right:20px !important; } } #manufacturer-description, .category-description { padding-top:3em; } #manufacturer-description h2, .category-description h2 { color:#333; margin-bottom:20px !important; margin-top:30px !important; } #blockcart-content .media-left img, #js-checkout-summary .cart-images { max-width:30px !important; } .my-account-page-content-wrapper, .gift, .modal-content, .card, .form-control, #checkout section.checkout-step, body#checkout, body#checkout section.checkout-step .address-item, body#checkout section.checkout-step .delivery-option, body#checkout #order-summary-content, .table.table-striped.table-bordered.table-labeled.table-responsive.hidden-sm-down, .dropdown-menu { border-radius:10px !important; } .my-account-page-content-wrapper .fa, .my-account-page-content-wrapper .material-icons, .block-links ul>li a:before { color:#eb661b; } .my-account-page-content-wrapper #order-slips-link { display:none; } #module-iqitemailsubscriptionconf-subscription .alert-success, #module-ps_emailsubscription-verification { background: #ffffff; color: #909394; line-height: 1.9em; font-size: 1.5em; text-align: center; } #back-to-top { left:3rem; border-radius:20px; font-size:16px; width: 2em; height: 2em; } .contact-rich .part .icon i { font-size: 1rem; color:#eb661b; } #footer .block-toggle>.block-content { opacity:1; visibility:visible !important; height:auto; display: block; } .basdepagelinkblanc a:link:not(.nav-link):not(.btn), .basdepagelinkblanc a:visited:not(.nav-link):not(.btn) { color : #fff !important; } .elementor-widget-heading .elementor-heading-title { line-height:1.2; } .cbp-hrsub-tabs-names.cbp-tabs-names { padding:0px; line-height:1.2rem; } #iqithtmlandbanners-block-2 { margin-top:120px !important; } .no-border-radius .elementor-button-link.elementor-button.btn.elementor-size-small.btn-primary.btn-block { border-radius:0px !important; } .grecaptcha-badge { display: none !important; } .product-quantity .qty .input-group { height:auto; } #blockcart-content.blockcart-content .img-fluid { max-width:6rem !IMPORTANT; } .bootstrap-touchspin .btn-touchspin { border: solid 0px; background-color:none; padding-left: 1px; } .bootstrap-touchspin .input-group-btn-vertical { padding-left: 1px; } .fa.fa-angle-up.touchspin-up, .fa.fa-angle-down.touchspin-down { color:#909394 !important; font-family: FontAwesome; } #desktop-header-container { padding-left:30px; padding-right:30px; } /*---Titles */ h2, .section-title { content:""; border-left: 5px solid; border-image: linear-gradient(to bottom, #eb661b, #f59d49) 1 100%; padding-bottom:0px !important; padding-left: 20px !important; border-radius:2px !important; font-weight:500 !important; } .modal-title { font-weight:500 !important; color: #eb661b; } .block-title { font-size: 16px !important; font-weight: 500 !important; color: #eb661b !important; } .product-accessories .section-title:before , .product-accessories .section-title:after { display:none !important; } .elementor-widget-heading.elementor-element .elementor-widget-container { border-image: linear-gradient(to bottom, #eb661b, #f59d49) 1 100%; border-radius:2px !important; } h5, .h5 { font-size:15px; font-weight:400; } h4, .h4 { font-size:15px !important; font-weight:400 !important; text-transform: uppercase !important; color:#333 !important; } .step-title.js-step-title.h3 { color:#333; font-size:15px; } #content-wrapper .page-title { padding-top:20px; padding-bottom:0px; } /*---Fin titles */ /*---Boutons */ .btn-info { border:none; border-radius:10px; font-weight: 500; color:#eb661b !important; background:#fff !important; box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%) !important; } .btn, .form-control, .blockcart-content, .modal, .cookiesplus-btn { border-radius:10px; } .btn-primary, .btn.btn-product-list.add-to-cart, #cookiesplus-modal .cookiesplus-accept, .btn.btn-secondary, .bttn-white { color:#fff !important; border:none; font-weight: 500; background: rgb(235,102,27); background: -moz-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: -webkit-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb661b",endColorstr="#f59d49",GradientType=1); transition: all 0.3s ease-in-out; border-radius:10px !important; } .btn-primary:hover, .btn.btn-product-list.add-to-cart:hover, .btn-secondary:hover, .btn.btn-secondary:hover, .bttn-white:hover { transform: scale(1.03); } .btn-lg { padding:0.7em 1.2em; } .cart-content-btn .btn-secondary, .product-add-to-cart .btn-iqitwishlist-add.js-iqitwishlist-add { color:#eb661b !important; border:solid 1px #eb661b; font-weight: 500; background: #fff; transition: all 0.3s ease-in-out; } .ps-shoppingcart .cart-products-count-btn { font-family:'Rubik'; font-weight:300; font-size:10px; } .cart-content-btn .btn-secondary:hover { background: -moz-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: -webkit-linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); background: linear-gradient(144deg, rgba(235,102,27,1) 0%, rgba(245,157,73,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb661b",endColorstr="#f59d49",GradientType=1); border:none; color:#fff !important; } /*---Fin boutons */ /*--POP UP*/ #iqitpopup { background-size: contain; } #iqitpopup .iqitpopup-newsletter-form .newsletter-input { padding: 20px 30px 20px 20px; } #iqitpopup .iqitpopup-newsletter-form { padding-top: 30px !important; } #iqitpopup .iqitpopup-newsletter-form .form-control { border-color:#fff; } .showed-iqitpopup, .iqitpopup-newsletter-form { border-radius:10px; } #iqitpopup .iqit-close-checkbox { padding: 0px 10px 0px 10px !important; } #iqitpopup .iqitpopup-close { background: #F5F5F3; } #iqitpopup .iqit-close-popup { background: #333; } /*mobile pop up*/ @media only screen and (max-width: 480px) { .modal { top: 30px; left: 3%; width: 94%; height: 100%; } } /*--FIN POP UP*/ /*COOKIES*/ @media (max-width: 768px) { .cookiesplus-info span, .cookiesplus-policy, .cookiesplus-btn { font-size:10px !important; } } #cookiesplus-modal-container .material-icons { font-size:12px; } #cookiesplus-modal { border: 0px; border-radius:10px 10px 0px 0px; } div#cookiesplus-modal, #cookiesplus-modal > div, #cookiesplus-modal p { background-color: #040404 !important; } #cookiesplus-modal-container { z-index: 2147483614; } #iqitpopup { z-index: 2147483647 !important; } /*FIN COOKIES*/ /*-------------------- BREADCRUMP*/ .breadcrumb { text-align: center; } .breadcrumb li:first-child:before { content: "Vous êtes ici : " ; font-weight:500; color: #eb661b; text-align: center; padding-right:5px; } .breadcrumb li:last-child a { font-weight:500; } /*-------------------- FIN BREADCRUMP*/ /*--- FIN PART 2 : GLOBAL*/ /*---PART 4 : ELEMENTOR*/ /*brand carousel*/ .elementor-brands-carousel .swiper-wrapper { display: flex; justify-content: center; align-items: center; } /*testimonial*/ .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img { border-radius:10px; } /*fin testimonial*/ /*--- PART 5 : PAGES CATEGORIES */ .small-gutters>.col, .small-gutters>[class*="col-"] { padding-top: 1em; } /*-------------------- LISTE SOUS CATEGORIES*/ .product-list-subcategories .col-6.col-md-4.col-lg-3 { display: list-item; list-style: "|"; } .product-list-subcategories .subcategory-name { padding: 5px; display:block; } .subcategory-name a { font-color: #fff !important; } .subcategory-image { display:none; } .pagination .page-list li.current, .pagination .page-list li { border-radius:5px; } /*-------------------- FIN LISTE SOUS CATEGORIES*/ /*-------------------- FILTRES*/ #search_filters .text-uppercase.h6.hidden-sm-down { display:none; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { border-radius:4px; } /*-------------------- FIN FILTRES*/ /*------------------ apercu rapide*/ #quickview-modal #product-description-short { color:#909394; } #quickview-modal .delivery-information { display:none; } #quickview-modal .groupincText img{ max-height:1.2rem; width: auto; padding-bottom:0px; margin-bottom:0px; } #quickview-modal .groupincText { position:relative; left:-15px; top:5px; } /*------------------ FIN apercu rapide*/ /*--- FIN PART 3 : PAGES CATEGORIES */ /*--- PART 4 : SERVICE PRO*/ .page-cms-15 #login-form-professionnal { display:none; } #authentication .alert { position: relative; padding: 0px; margin-bottom: 1rem; border: 0px; border-radius: 0; } /*-------------------- SERVICE PRO page de co*/ .no-account { visibility:hidden; } .page-authentication #content { border: none; padding: 1rem; margin: 0px 0px 100px 0px; } #authentication hr { display:none; } #authentication #lpsproaccount:before { content: 'Vous êtes nouveau client'; font-size:1.2rem; font-weight:500; color: #333 !important; text-align: center !IMPORTANT; line-height: 70px; padding-left:20px; } #authentication #login-form:before { content: 'Vous êtes dejà client'; font-size:1.2rem; font-weight:500; color: #333 !important; text-align: center !IMPORTANT; line-height: 70px; } #authentication #lpsproaccount .lpsproaccount-title { text-align:left; } @media only screen and (min-width: 400px) { #authentication #login-form { border-right-width: initial; border-right-style: solid; border-right-color:#efefef; } #authentication .login-form { width: 50%; display: inline-block; vertical-align: top; float: left; } #authentication #lpsproaccount { width: 50%; display: inline-block; vertical-align: top; } .elementor-displayWrapperBottomInContainer { clear:left; } } #lpsproaccount .col-sx-12.col-md-6 { width: 100%; display: inline-block; vertical-align: top; float:left; margin-top: 20px; } /*-------------------- FIN SERVICE PRO page de co*/ /*-------------------- MODAL COMPTE PRO*/ @media (min-width: 480px) { #lpsproaccount .lpsproaccount-title { padding-bottom:20px; padding-left:20px !important; } #lpsproaccount .lpsproaccount-button { padding-left:20px !important; } .modal-content #lpsproaccount:before { padding-left:20px !important; } } .modal-content #lpsproaccount:before { content: 'Vous êtes nouveau client?'; font-size:1.2rem; font-weight:500; color: #333 !important; text-align: center !IMPORTANT; } /*-------------------- FIN MODAL COMPTE PRO*/ /*--- FIN PART 4 : SERVICE PRO*/ /*--- PART 8 : TUNEL DE COMMANDES */ /*-------------------- LABEL EN STOCK FOURNISSEUR*/ .cart-item .product-line-info-secondary { margin-top:5px; } .checkout-product-available { color:#9bc04e; font-size:0.85rem; font-weight: bolder; } .checkout-product-unavailable { color: #01adbb !important; font-size:0.85rem; font-weight: bolder; } /*-------------------- FIN LABEL EN STOCK FOURNISSEUR*/ /*-------------------- ajustements cadeaux dans panier */ .block-promo .promo-highlighted, .cart-summary-line .code { margin-top:2em; color:#333 !important; } #js-checkout-summary .collapse:not(.show) { display:block; } .darique-ch { display:none; } .cart_gift_separator { border-top-color: #efefef !important; } .darique-gifts { padding-top:1rem; } .darique-gifts .media-left { margin-right: 1rem !important; } #cart-summary-product-list .cart-summary-product { border:none !important; } .gift_cart_container { display:none; } .card-block .h1, .card-block .separator { display:none; } .card-block, .dariqueWrapper.row { padding:5px; margin:0px } .dariqueRuleContainer .page-heading { font-size: 1.25em; color:#333; font-weight:500; } .dariqueRuleContainer .page-heading:after { content:"> Pour chaque commande, nous vous offrons les stickers Soaring ! Dès 500€ d'achat, choisissez en plus un cadeau qui vous plait."; font-size: 14px; color:#767676; font-weight:400; text-transform:none; padding-left:10px; } .arrow_right, .arrow_left { border: 10px solid transparent !important; } .arrow_left { border-right-color: #eb661b !important; } .arrow_right { border-left-color: #eb661b !important; } /*-------------------- FIN ajustements cadeaux dans panier */ /*-------------------- CGV*/ #conditions-to-approve { padding: 20PX; background: #eb661b35; border-radius:10px; margin-top : 20px; } /*-------------------- FIN CGV*/ /*--- FIN PART 8 : TUNEL DE COMMANDES */ /*--- PART 6 : COMPTES PREMIUM */ @media (min-width: 576px) { #tfmain .col-sm-4 { flex: 0 0 40%; max-width: 40%; margin-left:2%; margin-right:2%; } #tfmain .page-content { margin-left:15%; margin-right:10%; } } #tfmain .col-md-3, #module-tfprimemembershippro-myprime .col-md-3, #tfmain .col-md-9, #module-tfprimemembershippro-myprime .col-md-9 { max-width:100%; color: #333; text-align:center; } #tfmain .btn, #module-tfprimemembershippro-myprime .btn { float:none !important; margin-top:25px; margin-bottom:25px; } #tfmain hr{ display:none; } #module-tfprimemembershippro-myprime hr { display:none; } #tfmain .price-box { box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); border-radius:20px; transition: all 0.3s ease-in-out; } #tfmain .price-box:hover { box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); transform: scale(1.03); } .lnr.lnr-rocket img { width: 100%; height: auto; } #tfmain .price-box .price-header { padding:0px; } #tfmain .price-header .upper { display:none; } #tfmain .presta-desc { padding:20px; height:auto; } #tfmain.presta-desc:hover { color:#909394 !important; } #tfmain .price-box .price-header:before { background-color: #fff; } #tfmain .price-box .price-rate { padding:20px; color:#333; } #tfmain .price-box .price-rate .rate { font-size:51px; font-weight: 500; } #tfmain .page-header, #module-tfprimemembershippro-myprime .page-header { border: 0px !important; background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0px 0px !important; } #tfmain .price-list { max-height: 250px; min-height: 160px; } #tfmain .material-icons { font-size: 10px; line-height:auto; } #tfmain .price-box .price-header { background:#fff; color: #909394; } #tfmain .price-box .price-header:hover, #tfmain .price-box:hover .price-header { color: #909394; } #tfmain a:hover:not(.nav-link):not(.btn){ color: #FFF !important; } .bttn-default, .bttn-white { padding: 0px; text-transform: initial; letter-spacing: 0px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border: none; } #tfmain .price-box .price-footer .bttn-white:before { display:none; } /*PAGE CARTE CADEAU*/ #pagecartecadeau #sectionimages{ margin-top: 3em; margin-bottom: 3em; text-align: center; } #pagecartecadeau #sectionimages img{ margin: 10px; border-radius: 20px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); } #pagecartecadeau #sectiontexte{ margin: 3em; padding: 40px; border-radius: 20px 20px 20px 20px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); } #pagecartecadeau #sectiontexte table{ margin: 3em; } #pagecartecadeau #sectiontexte table tr{ background-color: #fff; } #pagecartecadeau #sectiontexte table td{ padding-right: 13px; font-weight: 500; } #pagecartecadeau #sectiontexte li { padding-left: 10px; font-weight: normal; } #content-wrapper #commandez{ margin-left: 2em; margin-top: 3em; } /*formulaire*/ #formgiftcard { margin: 3em; } #choicegiftcard section .step-title { text-transform: none; border: none; } #choicegiftcard .jcarousel li:hover { border: none; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); } #formgiftcard step-number { color: #eb661b; } #formgiftcard .input { color: #909394; height: 50px; font-family: 'Rubik light'; border-radius: 10px; background-color: #fff; } #formgiftcard select { color: #909394; border: solid 1px #909394; border-radius: 10px; height: 40px !important; min-width: 80px; padding-left: 10px; border-color: #dedede; } #choicegiftcard .jcarousel li.selected { border: 2px solid #eb661b; border-radius: 10px; } #choicegiftcard .jcarousel li { margin: 10px; } #choicegiftcard .jcarousel img{ border-radius: 5px; } #choicegiftcard .gctabs { visibility: hidden; } #choicegiftcard section { padding: 2rem; border: none; border-radius: 20px; margin-top: 1em; } #choicegiftcard .jcarousel-wrapper { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #choicegiftcard .jcarousel li.selected span.check { visibility: hidden; } #choicegiftcard .ta-gc-submit button { height: auto; font-size: initial; font-weight: 500; line-height: normal; text-transform: none; padding-top: 0.625rem; } #choicegiftcard select, #choicegiftcard .form-control-select { background-image: none; } /*responsive*/ @media (max-width: 480px) { #pagecartecadeau #sectiontexte table td { padding-right: 0em; display: block; } #pagecartecadeau #sectiontexte { margin: 1em; padding: 30px; } #pagecartecadeau #sectionimages img { width: 90%; height: auto; } #pagecartecadeau #sectiontexte table { margin: 0px; } #content-wrapper #commandez { margin: 1em; } #choicegiftcard section { padding: 20px 10px 10px 20px; } #recepmode-mail-additional-information { margin: 0px; } #formgiftcard { margin: 2em; } #choicegiftcard section .step-edit { display:none ; } #choicegiftcard section.js-current-step .gc-section-content { max-height: 800px; padding-bottom:20px; } } /*pop-up panier*/ .fancybox-outer, .fancybox-inner { border-radius: 10px; } .fancybox-inner .gcsm-header { background: #FFF; padding: 15px; } .fancybox-inner .gcsm-header h4 { font-weight: 500 !important; color: #eb661b; text-align: left; } .gcsm-cart-summary .btn { height: initial; font-size: initial; font-weight: 500; line-height: initial; text-transform: initial; padding-top: initial; margin-bottom: 10px; padding: 0.7em 1.2em; } /*--- PART : ERREUR 404*/ #pagenotfound { text-align:center !important; } #pagenotfound .input-group { width: 50%; margin-left: auto; margin-right: auto; margin-top: 3em !important; } #pagenotfound .btn-primary a { color:#fff !important; } #pagenotfound #main .page-content { margin-bottom: 3rem; } /*FIN*/