.iqitfake{ display: none;} /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #ffffff; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1380px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #333333; } a:hover:not(.nav-link):not(.btn) { color: #ff4e00; } .pagination .page-list li:hover { border-color: #ff4e00; } .pagination .page-list li.current { border-color: #ff4e00; } .pagination .page-list li.current a { color: #ff4e00; } #mobile-header { background: #ffffff; border-bottom: none 1px #e3e3e3; } #mobile-header #mobile-header-sticky { background: #ffffff; } #mobile-header .mobile-main-bar { padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; } #mobile-header .m-nav-btn { color: #2e2323; } #mobile-header .m-nav-btn:hover { color: #695c52; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: #ffffff; } html { font-size: 15px; } @media (max-width: 767px) { html { font-size: 14px; } } body { line-height: 1.5rem; } body { font-family: 'Fira Sans', sans-serif; } #blockcart-content { background: #ffffff; color: #000000; border: none 1px; box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15); } #blockcart-content a:not(.btn) { color: #000000; } #blockcart-content a:not(.btn):hover { color: #000000; } #blockcart-content .cart-products > li, #blockcart-content .cart-subtotals { border-color: #ededed; } #blockcart-content .cart-products::-webkit-scrollbar-thumb { background-color: #ededed; } /*** 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: #ff7336; color: #000000; border: none 1px #695c52; } .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: #ff7d44; color: #000000; } .btn-secondary:not(:disabled):not(.disabled):active { background: #ff7d44; color: #000000; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #ff7336; color: #000000; border: none 1px #e3e3e3; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #ff7d44; color: #000000; border: none 1px #e3e3e3; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #ff7336; color: #000000; border: none 1px; } .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: #ff7d44; color: #000000; } .btn-primary:not(:disabled):not(.disabled):active { background: #ff7d44; color: #000000; } #wrapper .breadcrumb { background: #ffffff; padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; margin-top: -2.6666666667rem; margin-bottom: 2.6666666667rem; font-size: 0.7333333333rem; font-style: normal; font-weight: normal; text-transform: none; color: #2e2323; } #wrapper .breadcrumb li:after { color: #2e2323; } #wrapper .breadcrumb a { color: #2e2323; } /*** Text fields ***/ .form-control { background-color: #f8f8f8; color: #000000; border: none 1px #e3e3e3; } .custom-select2, .custom-select2 option { background-color: #f8f8f8; } .custom-select2:after { color: #000000; } .bootstrap-touchspin .btn-touchspin { background-color: #f8f8f8; color: #000000; border: none 1px #e3e3e3; } .bootstrap-touchspin .btn-touchspin:hover { color: #000000; background: #f8f8f8; } .form-control::-webkit-input-placeholder { color: #000000; } .form-control::-moz-placeholder { color: #000000; } .form-control:-ms-input-placeholder { color: #000000; } .form-control:-moz-placeholder { color: #000000; } .form-control:focus { color: #000000; background: #f8f8f8; border-color: #8a8a8a; box-shadow: 0px 2px 0px 0px #2e2323; } .custom-select2:focus-within { background: #f8f8f8; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #2e2323; } .custom-radio input[type=radio]:checked + span { background-color: #2e2323; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #ffffff; color: #2e2323; border-color: #e0e0e0; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #ffffff; border: none 1px #e3e3e3; box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15); } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: black!important; border-bottom: none 1px #e3e3e3; } .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:hover { background: rgba(0, 0, 0, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: black!important; color: white!important; } .tooltip { --bs-tooltip-bg: #000000; --bs-tooltip-color: #ffffff; } /*** Modals ***/ .modal-backdrop { background: rgba(0, 0, 0, 0.67); } .modal-content { background: #ffffff; border: none 1px; box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2); } .js-quickview-np-btn { background: #ffffff; } /*** Notifications ***/ .ns-box { background: #ff7336; color: #ffffff; border: none 1px; } .product-price { color: #ff4e00; } .iqit-review-star { color: #e0d041; } .product-flags .product-flag { font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #ff7336; color: #000000; } .product-flags .new { background: #fafafa; color: #000000; } .product-flags .online-only, .product-flags .pack { background: #e0e0e0; color: #000000; } .product-flags .out_of_stock { background: #ff7336; color: #000000; } .discount { background: #ff7336; color: #000000; } .product-available { background: #ff7336; color: #000000; } .product-unavailable { background: #ff7336; color: #000000; } .product-unavailable-allow-oosp { background: #ff7336; color: #000000; } .alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } #iqitcompare-floating { background: #ffffff; border-top: solid 1px #2e2323; border-left: solid 1px #2e2323; border-right: solid 1px #2e2323; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03); } #iqitcompare-floating a { color: #2e2323; } #page-preloader { background: #ffffff; } #back-to-top { background: #ff4e00; color: #ffffff; display: none; } #back-to-top:hover { background: #695c52; color: #ffffff; } #header, #checkout-header { background: #ffffff; border-top: none 1px; border-bottom: solid 3px #f8f8f8; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #ffffff; border-bottom: solid 3px #f8f8f8; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); } #header .header-nav { color: #01287d; background: #ffffff; border-bottom: none 1px; padding-top: 0.5333333333rem; padding-bottom: 0.5333333333rem; font-size: 0.8rem; } #header .header-nav a { color: #01287d; } #header .header-nav a:hover { color: #333333; } #header .header-nav .social-links._topbar { font-size: 0.9333333333rem; } .header-top { padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; color: #3d2815; } .header-top a:not(.btn):not(.nav-link) { color: #3d2815; } .header-top a:not(.btn):not(.nav-link):hover { color: #01287d; } .header-top .form-search-control { border: none 1px #e3e3e3; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.4rem; display: block; } .header-top .header-cart-default a.cart-toogle { background: #ffffff; color: #01287d; padding: 0.6rem 0.6rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #01287d; } .header-top a.header-cart-btn:not(:hover) { color: #01287d; } .stuck-header .header-top { padding-top: 0.5333333333rem; padding-bottom: 0.5333333333rem; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #ffffff; } .header-top { transition: padding 0.3s ease; } .cart-products-count-btn { background: #ad0700; color: #ffffff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 50%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #ffffff; border-top: none 3px #521919; border-right: none 3px #38b82c; border-bottom: none 3px #457deb; 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: 4rem; max-width: 15.6666666667rem; color: #2e2323; padding-left: 1rem; padding-right: 1rem; border-left: none 2px rgba(232, 232, 232, 0.29); } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #2e2323; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -1.4666666667rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 4rem !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: #f8f8f8; color: #01287d; } .cbp-horizontal .cbp-tab-title { font-size: 1.0666666667rem; font-style: normal; font-weight: normal; text-transform: none; line-height: 1em; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1.3333333333rem; max-height: 1.3333333333rem; } .cbp-horizontal .cbp-submenu-aindicator { display: none; } @media (max-width: 1300px) { .cbp-horizontal .cbp-tab-title { font-size: 0.9333333333rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 1rem; padding-right: 1rem; } } .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.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: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #f8f8f8; border: none 1px #37a625; box-shadow: 0px 2000px 0px 2000px rgba(0, 0, 0, 0.67); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: #2e2323 !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #755050 !important; } .cbp-hrmenu .tabs-links { background: #f7f7f7; } .cbp-hrmenu .cbp-tabs-names li a { color: #2e2323 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #ffffff; color: #695c52 !important; } .cbp-hrmenu .cbp-links li a:before { display: none; } .cbp-hrmenu .cbp-links li a { padding-left: 0; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #2e2323 !important; border-bottom: none 3px #c2bc29; font-size: 1.0666666667rem; font-style: normal; font-weight: bold; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #695c52 !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #ffffff; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #000000 !important; } #iqitmegamenu-mobile { background: #ffffff; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab { min-height: 3.6rem; } #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: 1.0666666667rem; padding-bottom: 1.0666666667rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__link { color: #595050 !important; padding-top: 1.0666666667rem; padding-bottom: 1.0666666667rem; font-size: 1.2rem; font-style: normal; font-weight: normal; text-transform: none; } .col-mobile-menu-push #iqitmegamenu-mobile { border: none 1px; } .col-mobile-menu-push #_mobile_iqitmegamenu-mobile { box-shadow: 9px 0px 30px 0px rgba(0, 0, 0, 0.38); } .mobile-menu__submenu { background: #ffffff; } .mobile-menu__tab { border-bottom: solid 1px #ff4e00; min-height: 4.1333333333rem; } .mobile-menu__link { color: #000000 !important; padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; font-size: 1.4666666667rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__arrow { padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; color: #000000; font-size: 1.4666666667rem; } .mobile-menu__tab-icon { font-size: 1.4666666667rem; } .mobile-menu__tab-icon--img { max-height: 1.4666666667rem; } .mobile-menu__legend { font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; color: #000000; background-color: #cccccc; } .mobile-menu__header-wrapper { color: #000000; background-color: #eeeeee; border-bottom: none 1px; } .mobile-menu__title { font-size: 1.4666666667rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__column-title { font-size: 1.4666666667rem; font-style: normal; font-weight: normal; text-transform: none; color: #000000 !important; } .mobile-menu__column { font-size: 1.2rem; font-style: normal; font-weight: normal; text-transform: none; color: #000000; margin-bottom: 3.3333333333rem; } .mobile-menu__column-categories:not(:last-child) { margin-bottom: 3.3333333333rem; } .mobile-menu__column-title { margin-bottom: 0.8rem; } .mobile-menu__links-list-li { padding-top: 0.5333333333rem; padding-bottom: 0.5333333333rem; } .mobile-menu__close, .mobile-menu__back-btn { color: #000000; } .mobile-menu__footer { border-top: none 1px; color: #000000; background-color: #eeeeee; } /*** PS_FacatedSearch ***/ #search_filters .noUi-connect { background: #695c52; } /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: rgba(255, 255, 255, 0); color: rgba(0, 0, 0, 0.43); } .swiper-pagination-bullet { background: #000000; } .swiper-pagination-product { display: none !important; } /*** Product miniature ***/ .products.row { margin: -1rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 1rem; } .swiper-container-wrapper { margin: -1rem; } .swiper-container-wrapper .products.swiper-container { padding: 1rem; } .swiper-container-wrapper .product-carousel { padding: 1rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 1rem; } .product-miniature { border: none 1px; outline: 1px none transparent; } .product-miniature .thumbnail-container .product-thumbnail-second { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transition: opacity 0.3s ease; backface-visibility: hidden; } .product-miniature .thumbnail-container:hover .product-thumbnail-second { opacity: 1; } .product-miniature .thumbnail-container:hover .product-thumbnail-first { opacity: 0; } .product-miniature .thumbnail-container:hover picture:last-child .product-thumbnail-first { opacity: 1; } .product-miniature-grid .product-title { font-size: 1.0666666667rem; font-style: normal; font-weight: bold; text-transform: none; } .product-miniature-grid .product-price { font-size: 1.3333333333rem; font-style: normal; font-weight: bold; text-transform: none; } @media (hover: hover) { .product-miniature:hover { outline: none 1px #f2f2f2; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); } } .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; } .product-miniature-grid .product-functional-buttons a { display: block; border-radius: 50%; margin: 5px 0; padding: 8px; box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1); } .product-miniature-grid .product-functional-buttons i { font-size: 1rem; } .product-miniature-grid .product-functional-buttons a:link, .product-miniature-grid .product-functional-buttons a:visited, .product-miniature-grid .product-functional-buttons a:hover { background: #ffffff; } .product-miniature-grid .product-functional-buttons-bottom { bottom: auto; top: 0.7rem; right: 0rem; left: auto; min-width: auto; padding: 0; transform: translate(0, 0); } .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.5rem 1rem; background: black; color: #ffffff; border: none 1px; } .btn-product-list:hover { background: #ffffff; color: #000000; } .products-grid .product-miniature-layout-1 { text-align: center; } .products-grid .product-miniature-layout-1 .input-group-add-cart { justify-content: center; } .products-grid .product-miniature-layout-1 .product-description { padding: 1rem; } .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: 1rem; } .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.8666666667rem; 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: #000000; background: rgba(0, 0, 0, 0); } .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: #000000; background: rgba(0, 0, 0, 0); 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; } @media (max-width: 767px) { #main-product-wrapper .product-add-to-cart { background: #ffffff; position: fixed; bottom: 0; z-index: 99; width: 100%; left: 0; padding-left: 1rem; padding-right: 1rem; } #product #iqitcompare-floating { z-index: 0; } } @media (max-width: 576px) { .product-add-to-cart .col-add-qty { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .product-add-to-cart .col-add-btn { -ms-flex: 1; flex: 1; } .product-add-to-cart .col-add-wishlist, .product-add-to-cart .col-add-compare { max-width: 40px; } .product-add-to-cart .col-add-wishlist .btn, .product-add-to-cart .col-add-compare .btn { padding-left: 0; padding-right: 0; } } @media (max-width: 400px) { .product-add-to-cart .add-to-cart { padding-left: 0rem; padding-right: 0rem; } } #checkout #wrapper { background: #ededed; } #checkout .card, #checkout section.checkout-step { background: #ffffff; } #wrapper { background: #ffffff; border-top: none 1px; border-bottom: none 1px; padding-top: 2.6666666667rem; padding-bottom: 2.6666666667rem; color: #2e2323; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 0rem; padding-bottom: 0rem; } #content-wrapper .page-title { color: #ff4e00; font-size: 2.5333333333rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; position: relative; -js-display: flex; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #ff4e00; } #content-wrapper .page-title span { margin-right: 0.5rem; } #content-wrapper .page-title:after { content: ""; display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-bottom: none 1px #e3e3e3; } #content-wrapper .section-title { color: #2e2323; font-size: 1.3333333333rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: none 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .section-title a:link, #content-wrapper .section-title a:visited { color: #2e2323; } .nav-tabs .nav-link { color: #2e2323; font-size: 1.3333333333rem; font-style: normal; font-weight: bold; text-transform: none; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #2e2323; border-bottom: solid 3px #1a7aba; } .iqit-accordion .title { font-size: 0.9333333333rem; font-style: normal; font-weight: bold; text-transform: none; } .iqit-accordion .title a:link:not(.nav-link):not(.btn), .iqit-accordion .title a:visited:not(.nav-link):not(.btn) { color: #2e2323; } .iqit-accordion .nav-link { border-bottom: solid 3px #1a7aba; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #2e2323; border-bottom: solid 3px #1a7aba; } #wrapper .block-title { color: #555555; font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #555555; } #left-column .block, #right-column .block { border: none 1px; } #footer, #checkout-footer { background: #f8f8f8; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: none 1px #e3e3e3; background: #ffffff; } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #2e2323; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #2e2323; } #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: #2e2323; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #2e2323; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #2e2323; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #2e2323; } #footer .social-links._footer, #checkout-footer .social-links._footer { font-size: 1.0666666667rem; } #footer .block-title, #checkout-footer .block-title { color: #2e2323; font-size: 1.0666666667rem; font-style: normal; font-weight: normal; 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: #2e2323; } #footer .block-title:after, #checkout-footer .block-title:after { content: ""; position: absolute; bottom: -3px; display: block; width: 30px; height: 1px; border-bottom: none 6px #49b540; left: 0; right: 0; } #footer-container-first { border-top: none 1px; padding-top: 3.3333333333rem; padding-bottom: 3.3333333333rem; background: #f8f8f8; color: #2e2323; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: normal; text-transform: none; } #footer-container-main, #checkout-footer { border-top: none 1px; padding-top: 0.6666666667rem; padding-bottom: 0; color: #636363; } #footer-container-main a, #checkout-footer a { color: #636363; } #footer-container-main a:hover, #checkout-footer a:hover { color: #333333; } #footer-copyrights { border-top: none 1px; background: #f8f8f8; padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; } #maintenance-page { background: #ffffff; color: #555555; } #maintenance-page a, #maintenance-page a:link { color: #555555; } .maintenance-page-newsletter .maintenance-page-newsletter-btn { background: #2e2323; color: #ffffff; } .maintenance-page-newsletter .maintenance-page-newsletter-btn:hover { background: #333333; color: #ffffff; } .maintenance-page-newsletter input[type=email] { border: solid 1px #2e2323; background: #f5f5f5; color: #555555; } .maintenance-page-newsletter input[type=email]::-webkit-input-placeholder { color: #555555; } .maintenance-page-newsletter input[type=email]::-moz-placeholder { color: #555555; } .maintenance-page-newsletter input[type=email]:-ms-input-placeholder { color: #555555; } .maintenance-page-newsletter input[type=email] :-moz-placeholder { color: #555555; } /*MM AJUSTE FORMULARIO DEL POPUP 20260626 JR*/ .iqitpopup-newsletter-form .form-inline .inputNew { display: inline; } #iqitpopup .iqitpopup-content { padding:0px; } /*MM MENSAJE DE ENVIO GRATIS EN MINIATURA 20260330 JR*/ .product-flag.free-shipping { background: #ff4e00; color: #fff; } /*MM UNIDADES EN MINIATURA DE PRODUCTO 20260311*/ .product-miniature-stock{ font-size: 0.8rem; opacity:0.8; text-align:center; } /*MM CAMBIAR EL TEXTO DEL BOTON DESHABILITADO DEL PRODUCTO 20260310 JR*/ .product-add-to-cart .add-to-cart:disabled { color: #000; opacity: 0.65; } /*MM NEGRITA EN MENU SERVICIOS 20260303 JR*/ .cbp-hrmenu .cbp-hrmenu-tab-7 .cbp-hrsub .menu-element-id-3 .cbp-links.cbp-valinks.cbp-valinks-vertical a { font-weight:700; } .cbp-hrmenu .cbp-legend { background-color:#000000; } /*MM DIMENSIONES IMAGEN TRANSPORTISTA 20260302 JR*/ .carrier-hasLogo img { max-width:100px; width:70px; mix-blend-mode:multiply } /*MM OCULTAR TITULO CATEGORIA 20260226 JR*/ #js-product-list-header { display:none; } /*MM OCULTAR MOSTRAR CIERRE DE SESION 20260226 JR*/ .nologueado .block-iqitlinksmanager.block-iqitlinksmanager-3.block-links-inline.d-inline-block ul > li:last-child { display: none !important; } /*MM POSICION Y SCROLL CON EL POPUP DE PRESUPUESTAR PRODUCTO INDIVIDUAL 20260225 JR*/ /* Bloquear scroll en toda la página */ body.body-no-scroll { overflow: hidden; } /* Elevar el wrapper cuando el popup está activo */ body.body-no-scroll section#wrapper, body.body-no-scroll section#wrapper .row.product-info-row { position: relative; z-index: 200; } /*MM ESTILOS PAGINAS CMS 20260220 JA*/ .img_mamparas { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; } .img_mamparas img { width: 32%; margin: 0 0 20px 0; } .img_persianas { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; } .img_persianas img { width: 19%; margin: 0 0 20px 0; } .imagenes-almacen { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; } .imagenes-almacen img{ width: 24%; margin: 0 0 20px 0; } .page-cms .rte-content img.soy_all_width { width: 100%; height: auto; max-width: 100%; vertical-align: middle; border-style: none; } .page-cms .page-header h1 { text-transform: uppercase !important; font-size: 25px !important; } .page-cms .rte-content h3 { margin: 35px 0 25px 0; text-transform: uppercase !important; font-size: 20px !important; } .soy_ventajas { display: flex; flex-direction: row; flex-flow: wrap; } .soy_ventajas div { text-align: center; text-transform: uppercase; font-weight: 600; width: 25%; max-width: 100%; padding-bottom: 20px; } .soy_ventajas div img { width: 86px; height: 86px; object-fit: cover; margin-bottom: 15px; } /*MM CARRUSEL DE PRODUCTOS 20260218 JA*/ /*MM PARA EL CARRUSEL DE PRODUCTOS DE DESIGNERS 20260216 JR*/ .designs { position: relative; overflow: hidden; } .designs-track { display: flex; transition: transform 0.4s ease; } .design__img { flex: 0 0 100%; max-width: 100%; will-change: transform; justify-content: center; align-items: center; } .design__img img { width: 100%; object-fit: cover; display: block; } /* Flechas */ .carousel-arrow { position: absolute; top: 40%; transform: translateY(-50%); background: transparent; border: none; cursor: pointer; z-index: 10; padding: 0; user-select: none; width: 30px; height: 50px; } .carousel-arrow::before { content: ''; display: block; width: 22px; height: 22px; border-top: 5px solid #FF4E00; border-right: 5px solid #FF4E00; transition: border-color 0.2s; } .carousel-next::before { transform: rotate(45deg); margin-left: 5px; } .carousel-prev::before { transform: rotate(-135deg); margin-left: 10px; } .carousel-arrow:hover::before { border-color: #cc3d00; } .carousel-prev { left: 10px; } .carousel-next { right: 10px; } /*MM COLUMNAS EN PAGINA DE RESTAURACION 20260212 JR*/ .contenedorRestauracion { display: flex; flex-wrap: wrap; gap: 1rem; /* Puedes ajustar a lo que necesites */ } .columnaRestauracion { width: calc(50% - 0.5rem); /* Resta la mitad del gap */ box-sizing: border-box; } @media (max-width: 768px) { .columnaRestauracion { width: 100%; } } /*MM AJUSTAR ANCHO LINKS PAGINA DE CONTACTO 20260212 JR*/ .contact-rich .part .data { width: 80%; } /*MM OCULTAR CANTIDAD EN TABLA DE DETALLES DEL PRODUCTO 20260212 JR*/ #product-details-tab .product-quantities { display:none; } .product-infos-tabs a:focus, .product-infos-tabs a:hover { text-decoration: none !important; } /*MM ESTILO MENU DESPLEGABLE 20260212 JA*/ /*MM TABLA DE DATOS EN FICHA DE PRODUCTO 20260211 JR*/ /* Contenedor de las características */ .product-features > dl.data-sheet { display: flex; flex-wrap: wrap; gap: 0rem; /* Espacio entre bloques solo en desktop */ margin: 0; padding: 0; } /* Estilo del bloque dt + dd */ .product-features > dl.data-sheet dt.name, .product-features > dl.data-sheet dd.value { margin: 0; padding: 0.5rem 1rem; border: none; } /* Contenedor para cada pareja dt + dd */ .product-features > dl.data-sheet dt.name { font-weight: bold; background: #f9f9f9; border-bottom: 1px solid #ccc; } .product-features > dl.data-sheet dd.value { background: #fff; margin-right: 5px; } .product-features > dl.data-sheet dt.name::before, .product-features > dl.data-sheet dd.value::before { display: none; } /* Agrupación visual: cada pareja ocupa una tarjeta */ .product-features > dl.data-sheet dt.name { flex-basis: 100%; border: 1px solid #ccc; border-right: none; border-radius: 6px 0 0 6px; } .product-features > dl.data-sheet dd.value { flex-basis: 100%; border: 1px solid #ccc; border-left: none; border-radius: 0 6px 6px 0; } /* Distribuir bloques en columnas con media queries */ @media (min-width: 768px) { .product-features > dl.data-sheet dt.name, .product-features > dl.data-sheet dd.value { flex: 1 1 calc(25% - 1rem); /* 4 columnas con espacio */ max-width: calc(25% - 1rem); } } @media (max-width: 767px) { .product-features > dl.data-sheet dt.name, .product-features > dl.data-sheet dd.value { flex: 1 1 100%; max-width: 100%; } .product-features > dl.data-sheet { gap: 0; /* Sin espacio en móvil */ } /* Agrupación visual: cada pareja ocupa una tarjeta */ .product-features > dl.data-sheet dt.name { flex-basis: 100%; border: 1px solid #ccc; border-bottom: none; border-radius: 6px 6px 0 0; } .product-features > dl.data-sheet dd.value { flex-basis: 100%; border: 1px solid #ccc; border-top: none; border-radius: 0 0 6px 6px; margin-right:0; margin-bottom:5px; } } /*MM ESTILO PREGUNTAS FRECUENTES 20260210 JR*/ .soy_pregunta { cursor: pointer; position: relative; padding-right: 20px; } .soy_pregunta::after { content: '▼'; position: absolute; right: 0; transition: transform 0.3s; } .soy_bloque_pregunta .soy_respuesta[style*="display: block"] ~ .soy_pregunta::after { transform: rotate(180deg); } /*MM ESTILO RECUPERADO PARA DESIGNERS 20260210 JR*/ body#cms.cms-id-23 .contenedor { max-width: 1440px; margin: 0 auto; } body#cms.cms-id-23 .contenedor > h1 { color: #FF4E00; text-transform: uppercase; font-size: 20px; } body#cms.cms-id-23 .designers { display: flex; justify-content: space-between; margin-bottom: 19px; } body#cms.cms-id-23 .designs { display: flex; overflow: hidden; white-space: pre; position: relative; width: 682px; } body#cms.cms-id-23 .designs .design__link { display: flex; align-items: center; gap: 6px; position: absolute; bottom: 115px; left: 50%; transform: translateX(-50%); } body#cms.cms-id-23 .designs .design__link span.link__text { color: #FF4E00; } body#cms.cms-id-23 .designs .design__link a.link { display: none; } body#cms.cms-id-23 .designs .design__link a.link:not([href="#"]) { display: flex; } body#cms.cms-id-23 .designs .design__link a.link i { transform: rotate(45deg); } body#cms.cms-id-23 .designs .design__link a.link:focus { outline: none; } /*body#cms.cms-id-23 .designs img { width: 100%; }*/ body#cms.cms-id-23 .bio { text-align: center; position: relative; z-index: 1; max-width: 758px; } body#cms.cms-id-23 .bio img { width: 242px !important; border: 3px solid #FF4E00; } body#cms.cms-id-23 .bio .recuadro { width: 242px; height: 242px; background: #FF4E00; position: absolute; left: 0; right: 20px; top: 10px; margin: auto; z-index: -1; } body#cms.cms-id-23 .bio .recuadro.izq { left: 20px; right: 0; } body#cms.cms-id-23 .bio h2 { margin: 35px 0 42px; color: #FF4E00; text-transform: uppercase; font-size: 20px; } body#cms.cms-id-23 .bio p { font-size: 18px; } body#cms.cms-id-23 .bio a { text-decoration: none; } body#cms.cms-id-23 .mas { width: 42px; height: 42px; background: #FF4E00; font-size: 36px; line-height: 42px; margin: 0 auto; border-radius: 50px; } body#cms.cms-id-23 .mas a { color: #fff; font-size: 36px; line-height: 42px; margin: 0 auto; } body#cms.cms-id-23 .owl-dots { display: none; } body#cms.cms-id-23 .designs .owl-nav { position: absolute; width: 100%; display: flex; justify-content: space-between; top: 50%; padding: 0 20px; } body#cms.cms-id-23 .designs .owl-nav button { color: #FF4E00; } body#cms.cms-id-23 .designs .owl-nav button:focus, body#cms.cms-id-23 .designs .owl-nav button:focus-visible, body#cms.cms-id-23 .designs .owl-nav button span:focus-visible { outline: 0; } body#cms.cms-id-23 .designs .owl-nav button span { font-size: 100px; line-height: 0; } body#cms.cms-id-23 .occult { display: none !important; } @media screen and (max-width: 1450px) { body#cms.cms-id-23 .designers { flex-wrap: wrap-reverse; } body#cms.cms-id-23 .designers.izq { flex-wrap: wrap; } body#cms.cms-id-23 .designers .bio { margin: 0 auto; } } @media screen and (max-width: 768px) { body#cms.cms-id-23 .contenedor > h1 { padding: 20px; } body#cms.cms-id-23 .designers .bio { padding: 0 16px; } body#cms.cms-id-23 .bio h2 { font-size: 18px; margin: 33px 0 23px; } body#cms.cms-id-23 .bio p { font-size: 16px; } body#cms.cms-id-23 .designs .owl-nav { padding: 0 25px; } body#cms.cms-id-23 .designs .owl-nav button span { font-size: 60px; } } .page-cms-23 .soy_disenyadores_menu { width: var(--soyvw, 100vw); background-color: #f0f0f0; left: 0; position: relative; z-index: 10000; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; } .page-cms-23 .soy_disenyadores_menu.abierto { max-height: 800px; padding: 30px 0; display: block; } .page-cms-23 .soy_disenyadores_menu .soy_disenyadores_menu__col { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px 20px; max-width: 1440px; margin: 0 auto; padding: 0 20px; } body#cms.cms-id-23 #wrapper .container #content-wrapper #content.page-cms-23 .soy_disenyadores_menu .soy_disenyadores_menu__col li { list-style-type:none; margin-bottom:0; } .page-cms-23 .soy_disenyadores_menu .soy_disenyadores_menu__col li a { padding:7px 0; display:inline-block; color:#000; white-space:nowrap; font-family: "Monserrat", sans-serif; } .page-cms-23 .soy_disenyadores_menu .soy_disenyadores_menu__col li a:hover { color: #ff4e00; } .page-cms-23 .page-header h1 { cursor: pointer; user-select: none; } /**body#cms.cms-id-23 .page-header h1 { color: #e86431 !important; }*/ /*MM CSS FACETED SEARCH OFF-CANVAS 20260209 JR*/ /* Sidebar lateral emergente */ #faceted-sidebar { position: fixed; top: 0; right: -400px; /* Oculto inicialmente */ width: 400px; height: 100%; background: #fff; box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1); z-index: 9999; padding: 1.5rem; overflow-y: auto; transition: right 0.3s ease-in-out; } /* Mostrar sidebar cuando se activa */ #faceted-sidebar.open { right: 0; } /* Botón de cerrar */ #faceted-sidebar #close-filters { background: none; border: none; font-size: 1.1rem; cursor: pointer; display: block; margin-bottom: 1rem; } /* Ocultar el bloque original si existe */ #facets_search_center { display: none !important; } /* Mostrar aside.facet en 2 columnas en tablet y desktop */ #faceted-sidebar #search_filters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; } /* Revertir a 1 columna en móvil */ @media (max-width: 767px) { #faceted-sidebar { width: 80%; } /*#faceted-sidebar #search_filters { display: block; }*/ } #search_filters .facet:first-child { padding-top:1rem !important; } /*MM BANNER OFERTA EN DESCRIPCION DEL PRODUCTO 20260209 JR*/ .bannerOferta { text-align:center; color:#ffffff; background-color:#000000; padding:10px; font-size:1.5rem; } /*MM SEPARAR SECCION INFO PRODUCTO DE SELECTORES 20260209 JR*/ #add-to-cart-or-refresh { border-top:solid 1px #e7e7e7; margin-top:20px; } /*MM FLAG SOBRE LA IMAGEN FICHA PRODUCTO 20260206 JR*/ .product-cover:hover .product-flags { opacity: 1; visibility: visible; } /*MM FLAGS DESCUENTO JUNTO AL PRECIO 20260204 JR*/ .soy_discount-flag .product-flags { position:relative; top:0; left:0; } .soy_discount-flag , .soy_discount-flag ul.product-flags { display:flex; gap:10px; } .soy_discount-flag ul.product-flags li { background:#f0f0f0; height:26px; color: #ff4e00; font-size:14px; padding:5px 11px 3px; font-weight:700; } .soy_discount-flag .product-discount { font-size:26px; font-weight: 700; color:#b3b3b3; margin-top:.5rem; } /*MM FLECHAS SLIDER 20260203 JR*/ #rev_slider_1_1_wrapper .tp-leftarrow.custom.tparrows { left:30px !important; } #rev_slider_1_1_wrapper .tp-rightarrow.custom.tparrows { left: calc(100% - 70px) !important; } /*MM COLUMNA DE PRECIO STICKY 20260204 JR*/ body#product .col-product-info, body#product .col-product-image { position: relative; /* opcional, pero buena práctica */ } body#product .col-product-info #col-product-info, body#product .col-product-image .images-container { position: sticky; top: 200px; /* distancia desde la parte superior de la ventana */ } /*MM LISTADO DE CARACTERISTICAS DEL PRODUCTO 20260122 JR*/ .rte-content ul { list-style: none; margin: 0; padding-left: 1.5rem; /* espacio para el “marcador” */ } .rte-content ul li { position: relative; font-size:15px; line-height:30px; } .rte-content ul li::before { content: "•"; /* o "–", "✓", lo que quieras */ position: absolute; left: -1rem; top: 0em; font-size: 2em; color: #e86431; } .rte-content ul li li::before { content: "-"; /* o "–", "✓", lo que quieras */ position: absolute; left: -1rem; top: 0em; font-size: 2em; color: #ff4e00; } /*MM SECCION PRECIOS EN FICHA DE PRODUCTO 20260122 JR*/ body#product .col-product-info div.product-prices { display: flex; flex-direction: column; row-gap: 10px; } body#product .col-product-info div.product-prices .product-reference { font-size: 18px; color:#ffffff; background-color: #000000; padding: 5px 10px; align-self: flex-start; width: auto; } body#product .col-product-info div.product-prices div.seccionPrecio { display: flex; flex-direction: row; align-items: center; column-gap:20px; } body#product .col-product-info div.product-prices div.seccionPrecio .product-price { font-size:3rem; } body#product .col-product-info div.product-prices div.seccionPrecio .tax-shipping-delivery-label .delivery-information { font-size: 15px; color:#ffffff; background-color: #ff4e00; padding: 5px 10px; } /*MM ESTILOS BANNER RECOGIDA PRODUCTOS 20260119 JR*/ .banner-recogida { padding: 1rem 0; background: #efeee6; margin-top:10px; } .banner-recogida__container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } .banner-recogida__row { display: flex; flex-wrap: no-wrap; gap: 1rem; justify-content: space-between; } .banner-recogida__col { flex: 1 1 calc(25% - 1.5rem); /*min-width: 220px;*/ text-align: center; } .banner-recogida__item { display: flex; flex-direction: column; align-items: center; } .banner-recogida__text h3 { font-size: 1rem; margin: 0.25rem 0 0.25rem; } .banner-recogida__text p { font-size: 0.75rem; margin: 0; } @media (max-width: 768px) { .banner-recogida__col { flex: 1 1 25%; } } @media (max-width: 480px) { .banner-recogida__col { flex: 1 1 25%; } } /*MM ESTILO BOTON LEER MAS EN CATEGORIAS 20260119 JR*/ .btn-leer-mas { display: inline-block; background-color: #333; color: #fff; padding: 10px 20px; border: none; cursor: pointer; font-size: 14px; } .btn-leer-mas:hover { background-color: #555; } /*mostrar la descripcion en movil*/ @media (max-width: 575.98px) { .page-category .hidden-sm-down { display: block !important; } } /*MM ESTILOS PRECIO FICHA PRODUCTO 20260119 JR*/ .mensajePlazo { text-transform: uppercase; font-weight: 400; font-size: 15px; } /*MM REORDENAR COPYRIGHT EN EL FOOTER 20251113 JR*/ #footer-copyrights .block-social-links { order:1; } #footer-copyrights .copyright-txt { order:2; padding-top:10px; } /*anterior*/ @media (max-width: 1400px){ main { margin: 0px auto; } } .nav-tabs { border: none; } #footer .footer-style-3 .block-newsletter>h5{ display: block; font-size: 2rem; margin-bottom: 2rem; } #footer-container-main > .container{ border-top: 1px solid hsla(0,0%,63%,.25); padding-top: 80px } .block-iqitcontactpage hr { border-color: transparent; }