.iqitfake{ display: none;} /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: rgba(0, 0, 0, 0); } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1270; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #777777; } a:hover:not(.nav-link):not(.btn) { color: #333333; } .pagination .page-list li:hover { border-color: #333333; } .pagination .page-list li.current { border-color: #333333; } .pagination .page-list li.current a { color: #333333; } #mobile-header { border-bottom: solid 1px #e3e3e3; } #mobile-header .mobile-main-bar { padding-top: 1.25rem; padding-bottom: 1.25rem; } #mobile-header .m-nav-btn { color: #777777; } #mobile-header .m-nav-btn:hover { color: #333333; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: #c9c9c9; } html { font-size: 16px; } @media (max-width: 767px) { html { font-size: 14px; } } body { line-height: 1.4rem; } body { font-family: roboto, sans-serif; } .h1, .h2, .block-title, .page-title, .modal-title, .step-title { font-family: 'roboto', 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; } /*** Secondary button ***/ .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default { background: #f8f8f8; color: #333333; border: none 1px #f0f0f0; } .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: #dedede; color: #2e2e2e; } .btn-secondary:not(:disabled):not(.disabled):active { background: #dedede; color: #2e2e2e; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #f8f8f8; color: #333333; border: solid 1px #e3e3e3; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #dedede; color: #2e2e2e; border: solid 1px #e3e3e3; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #000000; color: #ffffff; 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: #333333; color: #ffffff; } .btn-primary:not(:disabled):not(.disabled):active { background: #333333; color: #ffffff; } #wrapper .breadcrumb { padding-top: 0.625rem; padding-bottom: 0.625rem; margin-top: -1.5625rem; margin-bottom: 1.5625rem; font-size: 0.75rem; font-style: normal; font-weight: normal; text-transform: none; color: #8f8f8f; } #wrapper .breadcrumb li:after { color: #8f8f8f; } #wrapper .breadcrumb a { color: #8f8f8f; } /*** Text fields ***/ .form-control { background-color: #ffffff; color: #777777; border: solid 1px #e3e3e3; } .custom-select2, .custom-select2 option { background-color: #ffffff; } .custom-select2:after { color: #777777; } .bootstrap-touchspin .btn-touchspin { background-color: #ffffff; color: #777777; border: solid 1px #e3e3e3; } .bootstrap-touchspin .btn-touchspin:hover { color: #777777; } .form-control::-webkit-input-placeholder { color: #777777; } .form-control::-moz-placeholder { color: #777777; } .form-control:-ms-input-placeholder { color: #777777; } .form-control:-moz-placeholder { color: #777777; } .form-control:focus { color: #777777; border-color: #8a8a8a; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #000000; } .custom-radio input[type=radio]:checked + span { background-color: #000000; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #ffffff; color: #000000; border-color: #e3e3e3; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #ffffff; border: solid 1px #e3e3e3; } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #474747!important; border-bottom: solid 1px #e3e3e3; } .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:hover { background: rgba(71, 71, 71, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: #333333; color: #ffffff; } .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: #333333; } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #333333; } /*** Modals ***/ .modal-backdrop { background: rgba(194, 194, 194, 0.7); } .modal-content { background: #ffffff; border: none 1px; box-shadow: 1px 1px 13px 1px; } .js-quickview-np-btn { background: #ffffff; } /*** Notifications ***/ .ns-box { background: #ca5058; color: #ffffff; border: none 1px; } .product-price { color: #000000; } .iqit-review-star { color: #e0d041; } .product-flags .product-flag { font-size: 0.6875rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #ff111b; color: #ffffff; } .product-flags .new { background: #969696; color: #ffffff; } .product-flags .online-only, .product-flags .pack { background: #e0e0e0; color: #000000; } .product-flags .out_of_stock { background: #f6f6f6; color: #9b9b9b; } .discount { background: #ff111b; color: #ffffff; } .product-available { background: #ff111b; color: #ffffff; } .product-unavailable { background: #f6f6f6; color: #9b9b9b; } .product-unavailable-allow-oosp { background: #ff111b; color: #ffffff; } .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: none 1px #a53737; border-left: none 1px #a53737; border-right: none 1px #a53737; box-shadow: 0px 4px 19px 6px rgba(92, 81, 81, 0.16); } #iqitcompare-floating a { color: #242424; } #page-preloader { background: #ffffff; } #back-to-top { background: #000000; color: #ffffff; } #back-to-top:hover { background: #333333; color: #ffffff; } #header, #checkout-header { background: #1c1c1b; border-top: none 1px; border-bottom: none 1px; } #header .container, #checkout-header .container { max-width: 100%; } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #1c1c1b; border-bottom: none 1px; } #header .header-nav { color: #ffffff; background: red; border-bottom: none 1px; padding-top: 0.3125rem; padding-bottom: 0.3125rem; font-size: 0.625rem; } #header .header-nav a { color: #ffffff; } #header .header-nav a:hover { color: #ffffff; } #header .header-nav .social-links._topbar { font-size: 0.75rem; } .header-top { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #ffffff; } .header-top a:not(.btn):not(.nav-link) { color: #777777; } .header-top a:not(.btn):not(.nav-link):hover { color: #333333; } .header-top .form-search-control { color: #414141; border: solid 1px #000000; } .header-top input.form-search-control::-webkit-input-placeholder { color: #414141; } .header-top input.form-search-control:-moz-placeholder { color: #414141; } .header-top input.form-search-control:-ms-input-placeholder { color: #414141; } .header-top input.form-search-control:-moz-placeholder { color: #414141; } .header-top .search-btn { color: #414141; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.25rem; display: block; } .header-top .header-btn-w .header-btn .title { display: none !important; } .header-top .header-cart-default a.cart-toogle { background: #000000; color: #ffffff; padding: 0.5625rem 0.5625rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #ffffff; } .header-top a.header-cart-btn:not(:hover) { color: #ffffff; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #000000; } .header-top { transition: padding 0.3s ease; } .cart-products-count-btn { background: #1bd33f; color: #ffffff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 50%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #1c1c1b; border-top: none 3px #521919; border-right: none 3px #38b82c; border-bottom: none 3px #457deb; border-left: none 3px #a6cc0f; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 2.8125rem; max-width: 62.5rem; color: #ffffff; padding-left: 1.5625rem; padding-right: 1.5625rem; border-left: none 2px rgba(87, 87, 87, 0.57); } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #ffffff; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -0.90625rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 2.8125rem !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: red; } .cbp-horizontal .cbp-tab-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; line-height: 1em; } .cbp-horizontal .cbp-legend { background: #ca5058; color: #ffffff; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1rem; max-height: 1rem; } .cbp-horizontal > ul { text-align: center; } .cbp-horizontal > ul > li { float: none; text-align: left; } @media (max-width: 1300px) { .cbp-horizontal .cbp-tab-title { font-size: 0.9375rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 0.75rem; padding-right: 0.75rem; } } #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; } .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.125rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background: #000000; line-height: 2.8125rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #ffffff; background: #000000; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; padding-top: 0.5rem; padding-bottom: 0.5rem; border-top: solid 1px rgba(227, 227, 227, 0.35); } #cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon, #cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon { font-size: 1.5rem; max-height: 1.5rem; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #f8f8f8; color: #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: #ffffff; border: none 1px #37a625; box-shadow: 0px 15px 25px 0px rgba(74, 63, 63, 0.15); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #333333 !important; } .cbp-hrmenu .tabs-links { background: #f7f7f7; } .cbp-hrmenu .cbp-tabs-names li a { color: #777777 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #ffffff; color: #777777 !important; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #333333 !important; border-bottom: none 3px #c2bc29; font-size: 0.875rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #000000; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: !important; } #iqitmegamenu-mobile { background: #000000; } #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__link { color: !important; font-size: 1rem; 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: 0px 0px 0px 0px; } .mobile-menu__submenu { background: #000000; } .mobile-menu__tab { border-bottom: none 1px; } .mobile-menu__link { color: !important; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__arrow { display: none; } .mobile-menu__legend { font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__header-wrapper { border-bottom: none 1px; } .mobile-menu__title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__column-title { font-style: normal; font-weight: normal; text-transform: none; color: !important; } .mobile-menu__column { font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__footer { border-top: none 1px; display: none; } /*** PS_FacatedSearch ***/ /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: #333333; color: #ffffff; } .swiper-pagination-bullet { background: #333333; } /*** Product miniature ***/ .products.row { margin: -0.9375rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 0.9375rem; } .swiper-container-wrapper { margin: -0.9375rem; } .swiper-container-wrapper .products.swiper-container { padding: 0.9375rem; } .swiper-container-wrapper .product-carousel { padding: 0.9375rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 0.9375rem; } .product-miniature { border: solid 1px #d3d3d3; outline: 1px none transparent; } .product-miniature-grid { padding: 0.9375rem; } .product-miniature-grid .product-title { font-size: 0.9375rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .product-miniature-grid .product-price { font-size: 0.875rem; font-style: normal; font-weight: bold; text-transform: none; } .product-miniature-grid .product-title { overflow: hidden; height: 2.0625rem; } @media (hover: hover) { .product-miniature:hover { border-color: #dedede; outline: none 1px; } } .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: 0rem 0rem; background: #ffffff; color: #000000; border: none 1px; } .btn-product-list:hover { background: #e2e2e2; color: #000000; } .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.9375rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.9375rem; } .products-grid .product-miniature-layout-3 .product-description { background: #2b2e34; } .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-rows: 1fr; grid-auto-rows: 0; display: grid; overflow-y: hidden; } .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } @media (min-width: 768px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 992px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1200px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(5, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1.125rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: solid 1px #f0f0f0; } .images-container .swiper-button-arrow, #product .product-cover .expander > span, #product-modal .modal-body .swiper-button-arrow { color: #ffffff; background: #333333; } .images-container .swiper-button-arrow:hover, #product .product-cover .expander > span:hover, #product-modal .modal-body .swiper-button-arrow:hover { opacity: 0.6 !important; } #product .product-cover .expander { color: #ffffff; background: #333333; } #product .product-cover .expander:hover { opacity: 0.6 !important; } #product .product-cover .expander { display: none; } #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 #header { display: none !important; } #checkout #footer, #checkout #iqitcompare-floating-wrapper { display: none !important; } #wrapper { background: #f9fafb; border-top: none 1px; border-bottom: none 1px; padding-top: 1.5625rem; padding-bottom: 1.5625rem; color: #000000; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 0rem; padding-bottom: 0rem; } #content-wrapper .page-title { color: #000000; font-size: 1.125rem; font-style: normal; font-weight: normal; text-transform: uppercase; margin-bottom: 0.8em; padding-bottom: 0.6em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #000000; } #content-wrapper .page-title:after { content: ""; position: absolute; bottom: -0.5px; display: block; width: 40px; height: 1px; border-bottom: none 1px #e3e3e3; left: 0; right: 0; } #content-wrapper .section-title { color: #000000; font-size: 1rem; 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: #000000; } .nav-tabs .nav-link { color: #000000; font-size: 1.375rem; font-style: normal; font-weight: normal; text-transform: none; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #000000; border-bottom: solid 1px #ff101b; } .iqit-accordion .title { font-style: normal; font-weight: normal; text-transform: none; } .iqit-accordion .nav-link { border-bottom: solid 1px #ff101b; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #000000; border-bottom: solid 1px #ff101b; } #wrapper .block-title { color: #333333; font-size: 0.875rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #333333; } #left-column .block, #right-column .block { border: none 1px; } #footer, #checkout-footer { background: rgba(0, 0, 0, 0); } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: solid 1px #e3e3e3; background: #ffffff; } #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: #bd4e0f; } #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.1875rem; } #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: #ffffff; font-size: 1.75rem; 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%; } #footer .block-title a:link, #footer .block-title a:visited, #checkout-footer .block-title a:link, #checkout-footer .block-title a:visited { color: #ffffff; } #footer .block-title span, #checkout-footer .block-title span { margin-right: 0.5rem; } #footer .block-title:after, #checkout-footer .block-title:after { content: ""; display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-bottom: solid 1px #e3e3e3; } #footer-container-first { border-top: none 1px; padding-top: 1.875rem; padding-bottom: 1.875rem; background: #212121; 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: none 1px; padding-top: 12.5rem; padding-bottom: 11.5rem; color: #ffffff; } #footer-container-main a, #checkout-footer a { color: #ffffff; } #footer-container-main a:hover, #checkout-footer a:hover { color: #ffffff; } #footer-copyrights { border-top: none 1px; background: #000000; padding-top: 0.9375rem; padding-bottom: 0.9375rem; } #maintenance-page { background: #000000; color: #ffffff; } #maintenance-page a, #maintenance-page a:link { color: #ffffff; } @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'; } /*----Blog----*/ #js-post-list-top .col-md-8.col-sm-8.col-lg-6 { display: flex; justify-content: flex-end; } .ybc-blog-thumbnail-list.carousel { display: none; } #ybc_blog_page .ybc_heading a { color: #f0c000; } .dialog-widget-content.dialog-lightbox-widget-content.elementor-aspect-ratio-169 { top: 0px !important; left: 0px !important; } .blog_description table p { margin-block-end: 0; margin-block-start: 0; } .blog_description table { border-collapse: collapse; width: 100%; margin-bottom: 25px; } .blog_description table thead { background-color: #FFD204; border: 1px solid black; } .blog_description table thead th { color: #000000; font-weight: bold; padding: 10px; text-align: left; border: 1px solid black; } .blog_description table tbody td { padding: 5px; border: 1px solid #c1c1c1; } .blog_description ul, .blog_description ol { padding-bottom: 20px; } #ybc_blog_page h2.ybc_heading { font-size: 32px; padding-top: 15px; padding-bottom: 5px; } #ybc_blog_page h3.ybc_heading { font-size: 26px; padding-top: 15px; padding-bottom: 5px; } @media (min-width: 992px) { #ybc_blog_page .col-lg-4 { flex: 0 0 33.33333%; max-width: 100%; } } #left-column .ybc_blog_sidebar .block, #right-column .ybc_blog_sidebar .block { box-shadow: initial; -webkit-box-shadow: initial; -moz-box-shadow: initial; -o-box-shadow: initial; -ms-box-shadow: initial; border: solid 1px #e8e8e8; border-radius: 5px; } @media (max-width: 767px) { .ybc-blog-wrapper-detail { padding: 0px; } } #ybc-blog-related-products .content_price span.bp-percent-display { background-color: #fcd205; color: #000; } /*--Blog-Simple--*/ #module-ph_simpleblog-single .simpleblog__post__content a { color: #007aff; text-decoration: underline; font-weight: 600; } /*--Tabla--*/ /* Responsive para dispositivos móviles */ @media (max-width: 767px) { #module-ph_simpleblog-single .simpleblog__post table { font-size: 14px; display: block; overflow-x: auto; white-space: nowrap; } #module-ph_simpleblog-single .simpleblog__post table th, #module-ph_simpleblog-single .simpleblog__post table td { padding: 6px 4px; min-width: 100px; white-space: nowrap; text-align: left; } /* Estilo para la barra de scroll en móviles */ #module-ph_simpleblog-single .simpleblog__post table::-webkit-scrollbar { height: 6px; } #module-ph_simpleblog-single .simpleblog__post table::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 3px; } #module-ph_simpleblog-single .simpleblog__post table::-webkit-scrollbar-thumb { background: #888; border-radius: 3px; } } /*--Tabla--*/ #module-ph_simpleblog-single .btn { font-size: 14px; line-height: 1.2; } #module-ph_simpleblog-single .products-grid .product-miniature-layout-1 .product-description { padding: 5px; } @media (max-width: 767px) { #module-ph_simpleblog-single .container { max-width: 100%; } } #module-ph_simpleblog-list .img-fluid.photo.mb-3 { width: 100%; } /*----Blog----*/ /*---Flechas Carrusel---*/ .elementor-swiper-button.elementor-swiper-button-next, .elementor-swiper-button.elementor-swiper-button-prev { background: #00000080; padding: 10px; border-radius: 40px; } /*---Flechas Carrusel---*/ #cms header.page-header { display: none; } .elementor-element-jnqylow .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated { padding: 0px !important; } /*----marquee----*/ .elementor-element-4dde3b98 .elementor-column-gap-default > .elementor-row > .elementor-element-587a0e62 > .elementor-element-populated { padding: 0px; } @media (min-width: 768px) { .elementor-element-4dde3b98 .elementor-column-gap-default .elementor-element-587a0e62 .elementor-element-populated { padding: 0px; } } .marquee { width: 100%; overflow: hidden; padding: 20px 0; position: relative; background: #FF0F1B; } .marquee-content { display: inline-flex; align-items: center; white-space: nowrap; animation: marquee-scroll 40s linear infinite; gap: 0px; } .marquee-content:hover { animation-play-state: paused; } .mar-item { display: inline-block; } .marquee .marquee-content .mar-item .mar-link, .marquee .marquee-content .mar-item .mar-link:link, .marquee .marquee-content .mar-item .mar-link:visited { display: inline-block; font-size: 15px; text-transform: uppercase; color: #fff; font-weight: 900; padding: 0 30px; text-decoration: none; transition: color 0.3s ease; } .marquee .marquee-content .mar-item .mar-link:hover { color: #000; font-weight: 600; } .mar-sep { color: #fff; font-weight: 900; font-size: 18px; opacity: 1; user-select: none; } /* Una sola animación: mueve exactamente -50% = 1 set completo */ @keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } @media (min-width: 1025px) { .marquee-content { animation-duration: 45s; } } @media (min-width: 768px) and (max-width: 1024px) { .marquee-content { animation-duration: 35s; } } @media (max-width: 767px) { .marquee-content { animation-duration: 30s; } } .marquee::before, .marquee::after { content: ''; position: absolute; top: 0; width: 50px; height: 100%; z-index: 1; pointer-events: none; } .marquee::before { left: 0; background: linear-gradient(to right, #E62428, transparent); } .marquee::after { right: 0; background: linear-gradient(to left, #E62428, transparent); } /*----marquee----*/ /*---Ficha de producto Creative---*/ @media (max-width: 767px) { .elementor-6170101 .elementor-element.elementor-element-4655e667 > .elementor-widget-container > .elementor-heading-title { font-size: 18px; } } #product span.badge.badge-success.product-available.mt-2 { display: none; } #product span.badge.badge-danger.product-unavailable.mt-2 { display: none; } #loyalty_product br.clear { display: none; } .whatsapp-productpage-outer { margin: 10px 0 0px 0; } #loyalty_cart, #loyalty_product { margin-top: 10px; } .mt-2, .my-2 { margin-top: 0rem !important; } .product-additional-info { border-top: 1px solid rgba(160, 160, 160, .25); padding-top: 0rem; } li#product-details-tab-nav { display: none; } .elementor-6170101 .elementor-element.elementor-element-76f494c6 > .elementor-widget-container { margin: 0px 0px 0px 0px !important; padding: 0px 0px 0px 0px !important; } .product-tabs { margin-bottom: 1rem; margin-top: 1rem; } #productos-relacionados .elementor-widget-container { padding: 0em; } .elementor-6170101 .elementor-element.elementor-element-4655e667>.elementor-widget-container>.elementor-heading-title { margin-bottom: 20px; } .product-reference.text-muted { display: none; } .whatsapp-productpage-outer .btnwhatsapp { width: 100%; display: block; } .btnwhatsapp { border-radius: 0px; box-shadow: none; } #loyalty_product br:first-child { display: none; } /*---Ficha de producto---*/ /*--Carrusel de productos--*/ /* Posicionar el contenedor del countdown */ .price-countdown-wrapper { position: absolute; bottom: 125px; /* Ajusta según necesites */ left: 50%; transform: translateX(-50%); width: calc(100% - 20px); z-index: 10; } #index .price-countdown-wrapper { bottom: 50%; } @media (max-width: 767px) { #index .price-countdown-wrapper { bottom: 115px; } } #col-product-info .price-countdown-wrapper { display:none; } .price-countdown { display: block; background: #282828; color: #fff; padding: .4rem .6rem; margin-top: 0; text-align: left; } /* Asegurar que el contenedor padre tenga position relative */ .product-miniature-default, .product-miniature { position: relative; } .products-grid .product-miniature-layout-1 .product-description { padding: 0rem; } .product-miniature-grid { padding: 8px; } .btn-product-list { width: 100%; } .products-grid .product-add-cart { margin: 0; } .product-description .product-title a:link, .product-description .product-title a:visited { color: #292929; } .product-description-short{ display:none !important; } div.product-category-name.text-muted{ display:none !important; } div.product-brand.text-muted{ display:none !important; } i.fa.fa-shopping-bag.fa-fw.bag-icon { display: none; } .discount { background: #ff111b !important; } /*--Carrusel de productos--*/ /*---Pagina de categorias*/ .category-description, .category-image { margin-bottom: 0rem !important; } #content-wrapper .page-title { margin-bottom: 0em !important; padding-bottom: 0em !important; } #category .col-auto .showing { font-size: 14px; } #category .products-sort-nb-dropdown .select-title { font-size: 14px; line-height: 1.5; } #category .products-sort-nb-dropdown .dropdown-menu .dropdown-item { font-size: 14px; } #category .products-sort-nb-dropdown .select-title .fa { font-size: 14px; } #wrapper .breadcrumb { padding-top: 0px; padding-bottom: 0rem; margin-top: 0px; margin-bottom: 10px; } #content-wrapper .page-title { font-weight: 500; } /*---categorias contenedores---*/ @media (min-width: 992px) { .col-lg-10 { flex: 0 0 80%; max-width: 80%; } } @media (min-width: 992px) { .col-lg-2 { flex: 0 0 20%; max-width: 20%; } } /*---categorias contenedores---*/ /*---Pagina de categorias*/ img.logo.img-fluid { max-width: 148px; } #footer-copyrights .copyright-txt>p:last-child { margin: 0; text-align: center; } .cbp-hrmenu .cbp-tabs-names li a, .cbp-hrmenu .cbp-tabs-names li a{ background: #000000; color: #ffffff !important; font-size: 20px; font-family: 'roboto'; font-line:20px; font-weight: bold; } .cbp-hrmenu .tabs-links { background: #000000; } .product-manufacturer img { max-width: 120px; } .header-top .header-btn-w .header-btn > .icon { font-size: 2.6rem; display: block; } .header-top .search-btn { color: #fff; background: red; } .cms-id-6 .breadcrumb { display: none !important; } .cms-id-6 .page-header{ display: none !important; } .header-banner { margin-bottom: -2rem !important; } .header-banner img{ text-align: center; } .cms-id-6 #wrapper { padding-top: 0px !important; } .cms-id-4 .breadcrumb { display: none !important; } .cms-id-4 .page-header{ display: none !important; } .brand-infos { display: none; } .cms-id-4 #wrapper { padding-top: 0px !important; } .ms-grid .brand { padding-top: 25px; padding-bottom: 25px; text-align: center; } .header-top a:not(.btn):not(.nav-link) { color: #fff; text-transform: uppercase; font-size: 18px; /* line-height: 20px; */ } .cart-products-count-btn { background: #ff0000; color: #ffffff; } .rte-content ul { list-style-type: disc; padding: 0.6rem 0.6rem 0.6rem 2rem; text-transform: inherit; font-family: roboto; font-weight: 500; } .swiper-wrapper { position: relative; width: 100%; height: 100%; text-align: center; z-index: 1; display: -ms-flexbox; display: flex; transition-property: transform; box-sizing: content-box; } #iqithtmlandbanners-block-8 { display: none; } @media (max-width: 767px){ button.add-to-cart{ width: 100% !important; height: 100% !important; margin-left: 0px !important; font-size: 12px; } button.add-to-cart > i { display: none; } .addToCartButtonNumber { width: 40% !important; } .badge { font-size: 70% !important; } #iqithtmlandbanners-block-3 { display: none; } #iqithtmlandbanners-block-8 { display: block; } #iqithtmlandbanners-block-5 { display: none; } #iqithtmlandbanners-block-4 { display: none; } #iqithtmlandbanners-block-1 { flex-basis: auto; } .product-variants>.product-variants-item .custom-select2 { display: inline-block; min-width: 20rem; max-width: 20rem; } #category .input-group { display: contents !important; } #category .product-miniature-default .product-add-cart .input-qty { max-width: 100%; min-width: 15%; text-align: center; padding: 0 .2em; -moz-appearance: textfield; } } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: #000 !important; } .hidebtn { display: none !important; } #iqitmegamenu-mobile{ min-height: 100%; clear: both; font-size: 1.2rem; display: block; text-align: left !important; list-style: none; padding-left: 0; margin-bottom: 0; margin-top: 0; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; font-size: 1.2rem; } #iqitmegamenu-mobile li { position: relative; display: list-item; text-align: -webkit-match-parent; .mm-expand{ display: none; } } #iqitmegamenu-mobile a { display: block; padding: .5em 1.5em .5em .5em; color: #ffffff; } #iqitmegamenu-mobile a:hover { opacity: .6; } #category{ .product-combination-only-unavailable{ display: none; } } /* Estilo de boton */ .ver-mas-btn { display: inline-block; padding: 15px 30px; background-color: black; color: white; text-decoration: none; font-size: 18px; font-weight: bold; border: none; /* Eliminar el borde por defecto */ border-radius: 5px; cursor: pointer; /* Cambia el cursor al pasar sobre el botón */ transition: background-color 0.3s ease; } .ver-mas-btn:hover { background-color: red; } /* Estilo de boton */ /* Estilo del menu */ .cbp-hrmenu .cbp-tab-title { display: inline-flex; } .cbp-hrmenu .cbp-tabs-names li a, .cbp-hrmenu .cbp-tabs-names li a { background: #000000; font-size: 16px; font-weight: 600; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #000 !important; font-size: 16px; font-weight: 500; text-transform: uppercase; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: rgb(96, 94, 92) !important; } /* Estilo del menu */ /* menu centrado */ nav#cbp-hrmenu { display: flex !important; } /* menu centrado */ .material-icons{ display:none; } #adveg-grecaptcha-legal { font-size: 80%; padding: 15px 0; clear: both; text-align: center; display: none; } /*Estilos para ets reviews*/ .ets_rv_average_rating { border: none; } .ets_rv_statistics { display: flex; flex-direction: column; align-items: center; } .ets_rv_statistic_rating { display: none; } .ets_rv_modal_review { display: flex; align-items: center; } button.btn.btn-question.ets-rv-btn-question-big.ets-rv-post-product-question.background2.bg_hover3.bd_hover3 { display: flex; align-items: center; } .ets-rv-product-comments-additional-info { display: flex; align-items: baseline; } .ets_rv_review_filter { border-bottom: none; } .ets_rv_wrap_content .alert-info { margin-bottom: 0; } .ets_rv_reviews { background: #fff0; box-shadow: none; } .ets_rv_wrap { color: black; } .ets-rv-product-comments-additional-info { display: none !important; } button.btn.btn-question.ets-rv-btn-question-big.ets-rv-post-product-question.background2.bg_hover3.bd_hover3 { display: flex; align-items: center; margin-left: 5px; } /*Fin de estilos ets reviews*/ #product .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #000; color: #fff; border: none 1px; width: 25vw; } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 28px; font-style: normal; font-weight: unset; text-transform: none; } @media (min-width: 768px) { #product .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; background-color: #f9f9f9; padding: 30px; } .product-tabs { margin-bottom: 3rem; margin-top: 3rem; margin-right: 50%; } .product-variants>.product-variants-item .custom-select2 { display: inline-block; min-width: 30rem; max-width: 20rem; } } #content-wrapper .section-title { color: #333; font-size: 28px; font-style: normal; font-weight: 700; text-transform: none; border-bottom: solid 1px #e3e3e3; margin-bottom: .8em; padding-bottom: .5em; text-align: center; } .bag-icon{ display:none; } .btn.btn-primary.add-to-cart{ padding:10px !important; } div.product-reference.text-muted{ display:none !important; } #category .ap5-pack-page .ap5-add-to-cart-container .product-add-to-cart .product-quantity { display: flex; } .elementor-2170101 .elementor-element.elementor-element-7cbb9eb7 .elementor-nav--dropdown a:not(#e), .elementor-2170101 .elementor-element.elementor-element-7cbb9eb7 .elementor-menu-toggle { color: #000; text-transform: uppercase; } .images-container { margin-bottom: 1.5rem; position: sticky; top: 0; } li.menu-item.menu-item-type-category.menu-item-category-38{ display:none !important; } li.menu-item.menu-item-type-category.menu-item-category-43{ display:none !important; } li.menu-item.menu-item-type-category.menu-item-category-54{ display:none !important; } .menu-item-category-2 .menu-item-category-39 { display: none !important; } .menu-item-category-2 .menu-item-category-56 { display: none !important; } .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #000 !important; } .ap5-pack-page .ap5-add-to-cart-container .product-add-to-cart .product-quantity { display: flex !important; } select.form-control:not([size]):not([multiple]) { background-image: none !important; } .form-control { -webkit-appearance: auto !important; } .product-miniature-grid .input-group-add-cart { position: relative !important; display: flex !important; flex-wrap: nowrap !important; align-items: baseline !important; flex-direction: row !important; align-content: center !important; justify-content: center !important; } .fa-pencil{ display: none !important; } #left-column .block, #right-column .block::first-letter { border: 1px solid transparent; /* o 'none' si no quieres borde */ text-transform: uppercase !important; } @media (min-width: 1257px){ #left-column .block, #right-column .block::first-letter { top: 20px; position: sticky; } } .form-control { -webkit-appearance: unset !important; } .btnwhatsapp { width: 100% !important; } #product .btn-secondary { background: #333; color: #fff; border: none 1px #f0f0f0; } .rte-content ul { list-style-type: disc; padding: 0.6rem 0.6rem 0.6rem 2rem; text-transform: inherit; font-family: Arial, Helvetica, sans-serif !important; font-weight: 500; } .product-description .rte-content { -webkit-backface-visibility: hidden; backface-visibility: hidden; font-family: Arial, Helvetica, sans-serif !important; } .wpwl-control { -webkit-appearance: none !important; /* Para Safari y Chrome */ -moz-appearance: none !important; /* Para Firefox */ appearance: none !important; } .elementor-field { background-image: none !important; } @media (max-width: 767px){ body#checkout .additional-information { margin-left: 0 !important; margin-top: 0 !important; } .card-body { flex: 1 1 auto; padding: 10px !important; } #checkout .cp-visible { overflow: visible !important; display: none; } } #checkout .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #000; color: #fff; border: none 1px; width: 100% !important; } @media(min-width: 1257px){ #category #wrapper #inner-wrapper .container{ width: 100% !important; } } .ap5-pack-page .ap5-add-to-cart-container .product-add-to-cart .product-quantity { display: flex !important; } .btn-product-list { padding: 0.4285714286rem 0.8571428571rem; background: #000 !important; padding: 10px !important; font-size: 12px; font-weight: 600; color: #fff !important; border: 1px solid #000; } @media (min-width: 1257px){ #index .product-miniature { justify-content: space-between !important; flex-direction: column !important; } } @media (max-width: 767px){ #index .product-miniature { justify-content: space-between !important; flex-direction: column !important; } } .product-miniature-default .price-countdown { font-size: .8rem; margin-top: .4rem; margin-bottom: 40% !important; white-space: nowrap; } .elementor-2170101 .elementor-element.elementor-element-31705236:not(.elementor-search--skin-topbar) .elementor-search__container { background-color: #212121!important; border-width: 0px 0px 0px 0px; border-radius: 8px!important; } .elementor-2170101 .elementor-element.elementor-element-31705236:not(.elementor-search--skin-topbar) .elementor-search__products { width: 100% !important; } .products-grid .product-miniature-default { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; background: white; border-radius: 12px; } /* Reservar espacio para el selector de combinaciones */ .product-miniature .variantsProductWrapper { min-height: 45px !important; display: block !important; } /* Cuando no existan variantes mantener el espacio */ .product-miniature .variants-product { min-height: 45px !important; } /* Alinear correctamente el botón */ .product-miniature .product-add-cart { margin-top: auto !important; } .product-miniature .product-description { display: flex !important; flex-direction: column !important; height: 100% !important; } i.material-icons.shopping-cart{ display: none !important; } button.add-to-cart{ width:100% !important; display:block !important; } .products-selection { margin: 1rem 0; padding: .8rem 0; border-top: none; border-bottom: none; } #main-page-content{ display: none !important; }