.iqitfake{ display: none;} @charset "UTF-8"; /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #ffffff; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1700px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #403f3a; } #mobile-header { background: #ffffff; border-bottom: none 2px #000000; } #mobile-header #mobile-header-sticky { background: #ffffff; } #mobile-header .mobile-main-bar { padding-top: 0.8823529412rem; padding-bottom: 0.8823529412rem; } #mobile-header .m-nav-btn { color: #0d0d0d; } #mobile-header .m-nav-btn:hover { color: #0d0d0d; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: #c9c9c9; } @media (max-width: 9999px) { #desktop-header { display: none; } #mobile-header { display: block; } } html { font-size: 17px; } @media (max-width: 767px) { html { font-size: 14px; } } body { line-height: 1.6rem; } body { font-family: 'Jost', sans-serif; } .h1, .h2, .block-title, .page-title, .modal-title, .step-title { font-family: 'Jost', sans-serif; } #blockcart-content { background: #ffffff; color: #0d0d0d; border: solid 1px #dedede; } #blockcart-content a:not(.btn) { color: #0d0d0d; } #blockcart-content a:not(.btn):hover { color: #0d0d0d; } #blockcart-content .cart-products > li, #blockcart-content .cart-subtotals { border-color: #dedede; } #blockcart-content .cart-products::-webkit-scrollbar-thumb { background-color: #dedede; } /*** 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: #fcfcfc; color: #403f3a; border: solid 1px #fcfcfc; } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary :active, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled :active, .btn-secondary:disabled:hover, .btn-secondary:disabled:focus, .btn-secondary:disabled :active, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:hover, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:focus, .bootstrap-touchspin .group-span-filestyle .btn-touchspin :active, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:hover, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:focus, .group-span-filestyle .bootstrap-touchspin .btn-touchspin :active, .group-span-filestyle .btn-default:hover, .group-span-filestyle .btn-default:focus, .group-span-filestyle .btn-default :active { background: #fcfcfc; color: #0d0d0d; border-color: #0d0d0d; } .btn-secondary:not(:disabled):not(.disabled):active { background: #fcfcfc; color: #0d0d0d; border-color: #0d0d0d; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #fcfcfc; color: #403f3a; border: solid 1px #f0f0f0; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #fcfcfc; color: #0d0d0d; border: solid 1px #f0f0f0; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #ffd837; color: #403f3a; border: solid 2px #ffd837; } .btn-primary:hover, .btn-primary:focus, .btn-primary :active, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled :active, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled :active { background: #0d0d0d; color: #fafafa; border-color: #0d0d0d; } .btn-primary:not(:disabled):not(.disabled):active { background: #0d0d0d; color: #fafafa; border-color: #0d0d0d; } #wrapper .breadcrumb { padding-top: 0.5882352941rem; padding-bottom: 0.5882352941rem; padding-left: 0.2941176471rem; padding-right: 0.2941176471rem; font-size: 0.7058823529rem; letter-spacing: 0.0294117647rem; font-style: normal; font-weight: normal; text-transform: none; color: #403f3a; } #wrapper .breadcrumb li:after { color: #403f3a; } #wrapper .breadcrumb a { color: #403f3a; } /*** Text fields ***/ .form-control { background-color: rgba(255, 255, 255, 0.95); color: #4d5950; border: solid 1px #f0f0f0; } .custom-select2, .custom-select2 option { background-color: rgba(255, 255, 255, 0.95); } .custom-select2:after { color: #4d5950; } .bootstrap-touchspin .btn-touchspin { background-color: rgba(255, 255, 255, 0.95); color: #4d5950; border: solid 1px #f0f0f0; } .bootstrap-touchspin .btn-touchspin:hover { color: #4d5950; background: #f5f5f5; } .form-control::-webkit-input-placeholder { color: #4d5950; } .form-control::-moz-placeholder { color: #4d5950; } .form-control:-ms-input-placeholder { color: #4d5950; } .form-control:-moz-placeholder { color: #4d5950; } .form-control:focus { color: #4d5950; background: #f5f5f5; border-color: #0d0d0d; } .custom-select2:focus-within { background: #f5f5f5; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #0d0d0d; } .custom-radio input[type=radio]:checked + span { background-color: #0d0d0d; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #f5f5f5; color: #0d0d0d; border-color: #0d0d0d; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #0d0d0d; border: solid 1px #ffffff; } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: white!important; border-bottom: solid 1px #ffffff; } .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:hover { background: rgba(255, 255, 255, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: #ffd837; color: #0d0d0d; } .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: #ffd837; } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #ffd837; } /*** Modals ***/ .modal-backdrop { background: rgba(255, 216, 55, 0.96); } .modal-content { background: #ffffff; border: solid 2px #ffd837; } .js-quickview-np-btn { background: #ffffff; } /*** Notifications ***/ .ns-box { background: #ffffff; color: #403f3a; border: solid 1px #403f3a; } .product-price { color: #0d0d0d; } .iqit-review-star { color: #ffce26; } .product-flags .product-flag { font-size: 0.7058823529rem; letter-spacing: 0.1176470588rem; font-style: normal; font-weight: normal; text-transform: uppercase; } .product-flags .discount, .product-flags .on-sale { background: #b22204; color: #ffffff; } .product-flags .new { background: #ffd837; color: #0d0d0d; } .product-flags .online-only, .product-flags .pack { background: #f1f1f1; color: #b22204; } .product-flags .out_of_stock { background: #403f3a; color: #ffeb90; } .discount { background: #b22204; color: #ffffff; } .product-available { background: #ffeb90; color: #403f3a; } .product-unavailable { background: #403f3a; color: #ffeb90; } .product-unavailable-allow-oosp { background: #ffffff; color: #b22204; } .alert-success { background: #fdf1c4; color: #403f3a; border-color: #fdf1c4; } .alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) { color: #403f3a; text-decoration: underline; } .alert-info { background: #f2f2f2; color: #403f3a; border-color: #f2f2f2; } .alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) { color: #403f3a; text-decoration: underline; } .alert-warning { background: #f2f2f2; color: #b22204; border-color: #f2f2f2; } .alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) { color: #b22204; text-decoration: underline; } .alert-danger { background: #b22204; color: #f2f2f2; border-color: #b22204; } .alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) { color: #f2f2f2; text-decoration: underline; } #iqitcompare-floating { background: #ffeb90; border-top: solid 1px #0d0d0d; border-left: solid 1px #0d0d0d; border-right: solid 1px #0d0d0d; } #iqitcompare-floating a { color: #0d0d0d; } #page-preloader { background: #ffffff; } #back-to-top { background: #ffffff; color: #403f3a; } #back-to-top:hover { background: #ebebeb; color: #0d0d0d; } #header, #checkout-header { background: #ffffff; border-top: none 1px; border-bottom: none 2px #000000; } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #ffffff; border-bottom: none 2px #000000; } #header .header-nav { color: #c9c9c9; background: #000000; border-bottom: solid 1px #cfcfcf; font-size: 0.7058823529rem; display: none !important; } #header .header-nav a { color: #c9c9c9; } #header .header-nav a:hover { color: #ffffff; } #header .header-nav .social-links._topbar { font-size: 0.8235294118rem; } .header-top { padding-top: 0.5882352941rem; padding-bottom: 0.5882352941rem; color: #0d0d0d; } .header-top a:not(.btn):not(.nav-link) { color: #0d0d0d; } .header-top a:not(.btn):not(.nav-link):hover { color: #ffce26; } .header-top .form-search-control { background: #ffffff; color: #0d0d0d; border: solid 6px #ffd837; } .header-top input.form-search-control::-webkit-input-placeholder { color: #0d0d0d; } .header-top input.form-search-control:-moz-placeholder { color: #0d0d0d; } .header-top input.form-search-control:-ms-input-placeholder { color: #0d0d0d; } .header-top input.form-search-control:-moz-placeholder { color: #0d0d0d; } .header-top .search-btn { color: #0d0d0d; } .header-top .header-btn-w .header-btn > .icon { font-size: 0.8823529412rem; display: block; } .header-top .header-btn-w .header-btn .title { display: none !important; } .header-top .header-cart-default a.cart-toogle { background: #000000; color: #0d0d0d; padding: 0.5294117647rem 0.5294117647rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #0d0d0d; } .header-top a.header-cart-btn:not(:hover) { color: #0d0d0d; } .stuck-header .header-top { padding-top: 0.2941176471rem; padding-bottom: 0.2941176471rem; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #ffffff; } .header-top { transition: padding 0.3s ease; } .cart-products-count-btn { background: #ffe270; color: #0d0d0d; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 40%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #ffffff; border-top: none 3px #f9f9f9; border-right: none 3px #38b82c; border-bottom: none 1px #232625; 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: 2.3529411765rem; max-width: 14.7058823529rem; color: #403f3a; padding-left: 1.7647058824rem; padding-right: 1.7647058824rem; border-left: none 4px rgba(251, 251, 251, 0.99); } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #403f3a; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -0.7058823529rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 2.3529411765rem !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 { background: #fafafa; color: #0d0d0d; } .cbp-horizontal .cbp-tab-title { font-size: 0.9411764706rem; letter-spacing: 0.0294117647rem; font-style: normal; font-weight: normal; text-transform: uppercase; line-height: 1em; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 0.7058823529rem; max-height: 0.7058823529rem; } .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: 0.7647058824rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 1.7647058824rem; padding-right: 1.7647058824rem; } } #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; } .container-iqitmegamenu, .iqit-megamenu-container, .cbp-hrsub-narrow, #desktop-header-container.container { position: static !important; } .cbp-hrmenu .cbp-hrsub-inner { padding-left: 0; padding-right: 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.0588235294rem; font-style: normal; font-weight: normal; text-transform: none; color: #0d0d0d; background: #ffffff; line-height: 0.5882352941rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #403f3a; background: #ffffff; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-size: 1.1764705882rem; letter-spacing: 0.0588235294rem; font-style: normal; font-weight: normal; text-transform: uppercase; padding-top: 0.7058823529rem; padding-bottom: 0.7058823529rem; border-top: none 7px rgba(250, 28, 255, 0.35); } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { color: #403f3a; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #ffffff; color: #0d0d0d; } #cbp-hrmenu1 .cbp-legend { background: #fdf1c4; color: #0d0d0d; } #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: #403f3a; background: #ffffff; } .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: 1.0588235294rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #ffffff; border: none 5px rgba(255, 255, 255, 0); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: #403f3a !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #0d0d0d !important; } .cbp-hrmenu .tabs-links { background: #fdf1c4; } .cbp-hrmenu .cbp-tabs-names li a { color: #403f3a !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: rgba(250, 250, 250, 0.93); color: #0d0d0d !important; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #403f3a !important; border-bottom: none 1px; font-size: 0.9411764706rem; letter-spacing: 0.0588235294rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #0d0d0d !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #ffd837; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #0d0d0d !important; } #iqitmegamenu-mobile { background: #ffd837; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab { min-height: 3.0588235294rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab:not(:last-child) { border-bottom: none 1px; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__arrow { padding-top: 0.9411764706rem; padding-bottom: 0.9411764706rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__link { color: #595050 !important; padding-top: 0.9411764706rem; padding-bottom: 0.9411764706rem; font-size: 1.0588235294rem; font-style: normal; font-weight: normal; text-transform: none; } .col-mobile-menu-push #iqitmegamenu-mobile { border: none 1px; } .mobile-menu__submenu { background: #ffd837; } .mobile-menu__tab { border-bottom: none 1px; min-height: 2.3529411765rem; } .mobile-menu__link { color: #0d0d0d !important; padding-top: 0.5882352941rem; padding-bottom: 0.5882352941rem; font-size: 1.1764705882rem; letter-spacing: 0.0588235294rem; font-style: normal; font-weight: normal; text-transform: uppercase; } .mobile-menu__arrow { padding-top: 0.5882352941rem; padding-bottom: 0.5882352941rem; color: #0d0d0d; font-size: 1.1764705882rem; } .mobile-menu__tab-icon { font-size: 1.1764705882rem; } .mobile-menu__tab-icon--img { max-height: 1.1764705882rem; } .mobile-menu__legend { font-size: 0.7058823529rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background-color: #0d0d0d; } .mobile-menu__header-wrapper { color: #0d0d0d; background-color: #ffd837; border-bottom: none 1px #ffffff; } .mobile-menu__title { font-size: 1.1764705882rem; letter-spacing: 0.0294117647rem; font-style: normal; font-weight: normal; text-transform: uppercase; } .mobile-menu__column-title { font-size: 1.1764705882rem; font-style: normal; font-weight: normal; text-transform: none; color: !important; } .mobile-menu__column { font-size: 1.1764705882rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__close, .mobile-menu__back-btn { color: #0d0d0d; } .mobile-menu__footer { border-top: none 1px #ffffff; color: #0d0d0d; background-color: #ffd837; display: none; } /*** PS_FacatedSearch ***/ #search_filters .noUi-connect { background: #403f3a; } /*** Carousels ***/ .swiper-pagination-product { display: none !important; } /*** Product miniature ***/ .products.row { margin: -1.7647058824rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 1.7647058824rem; } .swiper-container-wrapper { margin: -1.7647058824rem; } .swiper-container-wrapper .products.swiper-container { padding: 1.7647058824rem; } .swiper-container-wrapper .product-carousel { padding: 1.7647058824rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 1.7647058824rem; } .product-miniature { border: none 1px; outline: 1px solid transparent; } .product-miniature-grid .product-title { font-size: 0.8823529412rem; letter-spacing: 0.1176470588rem; font-style: normal; font-weight: normal; text-transform: uppercase; } .product-miniature-grid .product-price { font-size: 0.8823529412rem; letter-spacing: 0.0588235294rem; font-style: italic; font-weight: normal; text-transform: uppercase; } @media (hover: hover) { .product-miniature:hover { border-color: #403f3a; outline: solid 1px #f0f0f0; color: #403f3a; } .product-miniature:hover a:link:not(.nav-link):not(.btn), .product-miniature:hover a:visited:not(.nav-link):not(.btn) { color: #403f3a; } .product-miniature:hover .product-price { color: #403f3a; } } .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 .products-variants { 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.2941176471rem 0.5882352941rem; color: #403f3a; border: none 1px; } .btn-product-list:hover { color: #403f3a; } .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: 1.7647058824rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 1.7647058824rem; } .products-grid .product-miniature-layout-3 .product-description { background: #ffffff; } .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(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: 992px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(6, 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(5, 1fr); } } @media (min-width: 1200px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(6, 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(5, 1fr); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1.0588235294rem; font-style: normal; font-weight: normal; text-transform: none; } #product .images-container .product-cover { border: none 1px; } .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:hover { opacity: 0.6 !important; } .product-variants > .product-variants-item { display: inline-block; margin-right: 1rem; vertical-align: top; } .product-tabs .nav-tabs { justify-content: center; } #wrapper { border-top: none 1px; border-bottom: none 1px; color: #403f3a; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 0rem; padding-bottom: 0rem; } #content-wrapper .page-title { font-size: 1.2352941176rem; letter-spacing: 0.1764705882rem; font-style: normal; font-weight: normal; text-transform: none; border-bottom: none 1px; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .section-title { font-style: normal; font-weight: normal; text-transform: none; border-bottom: none 1px; margin-bottom: 0.8em; padding-bottom: 0.5em; } .nav-tabs .nav-link { font-style: normal; font-weight: normal; text-transform: none; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-bottom: none 1px; } .iqit-accordion .title { font-style: normal; font-weight: normal; text-transform: none; } .iqit-accordion .nav-link { border-bottom: none 1px; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { border-bottom: none 1px; } #wrapper .block-title { font-style: normal; font-weight: normal; text-transform: none; border-bottom: none 1px; margin-bottom: 0.8em; padding-bottom: 0.5em; } #left-column .block, #right-column .block { border: none 1px; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: none 1px; } #footer .block-title, #checkout-footer .block-title { font-style: normal; font-weight: normal; text-transform: none; border-bottom: none 1px; margin-bottom: 0.8em; padding-bottom: 0.5em; } #footer-container-first { border-top: none 1px; } #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; } #footer-copyrights { border-top: none 1px; } @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; } } .elementor-displayBelowHeader .menu-horizonta-sticky{ max-height:50px!important; } .footer-accesos { max-height:60px!important; } .js-mailalert{ background-color: #ededed; padding: 10px; border-radius: 5px; margin-bottom: 10px; } /*.price-countdown { display:none; }*/ .por-producto { padding-top: 20px; text-align: center; max-width: 750px; width: 100%; padding-left: 0px; margin: 0 auto; } .por-producto li { text-align: center; display: inline-block; margin-bottom: 5px; margin-left: 5px; } .por-producto li a { background-color: #000000; padding: 6px 12px; text-align: center; text-transform: uppercase; color: #ffffff; font-weight: bold; display: block; } /*iconos movil*/ .footer-accesos { z-index: 910; position: fixed !important; bottom:0; } #main-product-wrapper .product-add-to-cart { bottom:60px; } /*logo distafarma*/ .logo-distafarma { display:none; } #elementor-editor-wrapper .logo-distafarma { display:block !important; } /*descripción del producto*/ #product .product-description { font-size:13px !important; text-align:left; } .product-description h3, .product-description font { font-size:13px !important; } /*opacidad de la tabs*/ .nav-tabs .nav-link { opacity: .8; } .nav-tabs .nav-link.active{ font-weight: bold; } /*flechas de cantidad*/ .bootstrap-touchspin .input-group-btn-vertical i { font-size: 1.5rem; left: 1px; } /* buscador*/ #search_block_top { width: 70%; max-width: 100%; margin: 0 auto; float:none !important; } #search_block_top .btn.button-search { background: #009baa; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } #search_block_top.has-categories-dropdown #search_query_top{ border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .has-categories-dropdown .nice-select { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } /* fin buscador*/ /* logo whatapp móvil*/ @media (max-width: 767px){ #product .whatsapp-badge { top: 210px; z-index: 900; } #main-product-wrapper .product-add-to-cart { z-index:910; } } #iqit-threesixty img{ pointer-events: none; user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } @media (max-width: 575px){ #product-modal .modal-dialog{ min-height: 100%; } #product-modal .modal-content { min-height: 100%; position: absolute; left: 0; right: 0; } } @media (max-width: 700px){ #facets_search_center #search_filters .facet { width: 33%; } } @media (max-width: 530px){ #facets_search_center #search_filters .facet { width: 50%; } } @media (max-width: 362px){ #facets_search_center #search_filters .facet { width: 100%; } }