@font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-RegularItalic.ttf') format('truetype'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-BoldItalic.ttf') format('truetype'); font-weight: 700; font-style: italic; } @font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-Light.ttf') format('truetype'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-LightItalic.ttf') format('truetype'); font-weight: 200; font-style: italic; } @font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-SemiBold.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Eina01'; src: url('../fonts/Eina01-SemiboldItalic.ttf') format('truetype'); font-weight: 500; font-style: italic; } .iqitfake{ display: none;} /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #f0ebe2; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 95%; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #717135; } a:hover:not(.nav-link):not(.btn) { color: #dbb47d; } .pagination .page-list li:hover { border-color: #dbb47d; } .pagination .page-list li.current { border-color: #dbb47d; } .pagination .page-list li.current a { color: #dbb47d; } #mobile-header { border-bottom: none 1px #e3e3e3; } #mobile-header .mobile-main-bar { padding-top: 1.25rem; padding-bottom: 1.25rem; } #mobile-header .m-nav-btn { color: #717135; } #mobile-header .m-nav-btn:hover { color: #717135; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: #dbb47d; } html { font-size: 12px; } @media (max-width: 767px) { html { font-size: 12px; } } body { line-height: 1.6rem; } body { font-family: "Eina01", sans-serif; } #blockcart-content { background: #fdf9ef; 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: #57523e; color: #f0ebe2; border: solid 1px rgba(255, 255, 255, 0.1); } .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: #717135; color: #ffffff; } .btn-secondary:not(:disabled):not(.disabled):active { background: #717135; color: #ffffff; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #57523e; color: #f0ebe2; border: solid 1px rgba(255, 255, 255, 0.2); } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #717135; color: #ffffff; border: solid 1px rgba(255, 255, 255, 0.2); } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #717135; color: #ffffff; border: none 1px #d479bb; } .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: #57523e; color: #ffffff; } .btn-primary:not(:disabled):not(.disabled):active { background: #57523e; color: #ffffff; } #wrapper .breadcrumb { background: #57523e; padding-top: 0.6666666667rem; padding-bottom: 0.6666666667rem; margin-top: -3.3333333333rem; margin-bottom: 3.3333333333rem; font-size: 0.9166666667rem; font-style: normal; font-weight: normal; text-transform: none; color: #f0ebe2; } #wrapper .breadcrumb li:after { color: #f0ebe2; } #wrapper .breadcrumb a { color: #f0ebe2; } /*** Text fields ***/ .form-control { background-color: #57523e; color: #ffffff; border: solid 1px rgba(255, 255, 255, 0.2); } .custom-select2, .custom-select2 option { background-color: #57523e; } .custom-select2:after { color: #ffffff; } .bootstrap-touchspin .btn-touchspin { background-color: #57523e; color: #ffffff; border: solid 1px rgba(255, 255, 255, 0.2); } .bootstrap-touchspin .btn-touchspin:hover { color: #ffffff; background: #7b7656; } .form-control::-webkit-input-placeholder { color: #ffffff; } .form-control::-moz-placeholder { color: #ffffff; } .form-control:-ms-input-placeholder { color: #ffffff; } .form-control:-moz-placeholder { color: #ffffff; } .form-control:focus { color: #ffffff; background: #7b7656; border-color: rgba(153, 153, 153, 0.17); } .custom-select2:focus-within { background: #7b7656; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #d479bb; } .custom-radio input[type=radio]:checked + span { background-color: #d479bb; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: rgba(255, 255, 255, 0.2); color: #d479bb; border-color: rgba(255, 255, 255, 0.2); } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #ffe0f7; border: solid 1px #d479bb; } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #474747!important; border-bottom: solid 1px #d479bb; } .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: #d479bb!important; color: #ffffff!important; } .tooltip { --bs-tooltip-bg: #d479bb; --bs-tooltip-color: #ffffff; } /*** Modals ***/ .modal-backdrop { background: rgba(77, 55, 71, 0.86); } .modal-content { background: #ffffff; border: solid 1px #d479bb; box-shadow: 0px 0px 70px 0px rgba(28, 28, 28, 0.31); } .js-quickview-np-btn { background: #ffffff; } /*** Notifications ***/ .ns-box { background: #d479bb; color: #ffffff; border: none 1px; } .product-price { color: #57523e; } .iqit-review-star { color: #e0d041; } .product-flags .product-flag { font-size: 0.9166666667rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #d479bb; color: #ffffff; } .product-flags .new { background: #dedede; color: #000000; } .product-flags .online-only, .product-flags .pack { background: #e0e0e0; color: #000000; } .product-flags .out_of_stock { background: #a17738; color: #fff7f7; } .discount { background: #d479bb; color: #ffffff; } .product-available { background: #7eba8c; color: #ffffff; } .product-unavailable { background: #a17738; color: #fff7f7; } .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: #c24ea2; border-top: none 1px; border-left: none 1px; border-right: none 1px; } #iqitcompare-floating a { color: #ffffff; } #page-preloader { background: #717135; } #back-to-top { background: #dbb47d; color: #f0ebe2; } #back-to-top:hover { background: #f0ebe2; color: #717135; } #header, #checkout-header { background: #f0ebe2; border-right: solid 1px rgba(240, 240, 240, 0.12); box-shadow: 10px 0px 30px 0px rgba(32, 50, 13, 0.12); } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #f0ebe2; border-bottom: none 1px #e3e3e3; box-shadow: 10px 0px 30px 0px rgba(32, 50, 13, 0.12); } #header .header-nav { color: #ffffff; border-bottom: solid 1px rgba(255, 255, 255, 0.23); padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; font-size: 0.8333333333rem; display: none !important; } #header .header-nav a { color: #ffffff; } #header .header-nav a:hover { color: #e8e8e8; } #header .header-nav .social-links._topbar { font-size: 1rem; } #header .header-nav .social-links._topbar a:not(:hover) { color: #ffffff !important; } .header-top { padding-top: 2.0833333333rem; padding-bottom: 2.0833333333rem; color: #717135; } .header-top a:not(.btn):not(.nav-link) { color: #717135; } .header-top a:not(.btn):not(.nav-link):hover { color: #dbb47d; } .header-top .form-search-control { background: rgba(255, 255, 255, 0.8); color: #717135; border: none 1px #e3e3e3; } .header-top input.form-search-control::-webkit-input-placeholder { color: #717135; } .header-top input.form-search-control:-moz-placeholder { color: #717135; } .header-top input.form-search-control:-ms-input-placeholder { color: #717135; } .header-top input.form-search-control:-moz-placeholder { color: #717135; } .header-top .search-btn { color: #717135; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.0833333333rem; display: block; } .header-top .header-cart-default a.cart-toogle { background: #dbb47d; color: #717135; padding: 0.6666666667rem 0.6666666667rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #717135; } .header-top a.header-cart-btn:not(:hover) { color: #717135; } .stuck-header .header-top { padding-top: 0.4166666667rem; padding-bottom: 0.4166666667rem; } .cart-products-count-btn { background: #d06e6a; color: #ffffff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 50%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: rgba(0, 0, 0, 0); border-top: none 1px #e3e3e3; border-right: none 3px #38b82c; border-bottom: solid 3px #e3e3e3; 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: 3.75rem; max-width: 16.6666666667rem; color: #000000; padding-left: 1.6666666667rem; padding-right: 1.6666666667rem; border-left: none 1px #575757; } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #000000; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -1.2083333333rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 3.75rem !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: #f4f2f2; color: #777777; } .cbp-horizontal .cbp-tab-title { font-size: 1.0833333333rem; font-style: normal; font-weight: normal; text-transform: uppercase; line-height: 1em; } .cbp-horizontal .cbp-legend { background: #ca5058; color: #ffffff; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1.8333333333rem; max-height: 1.8333333333rem; } .cbp-horizontal > ul { text-align: center; } .cbp-horizontal > ul > li { float: none; text-align: left; } .cbp-horizontal .cbp-submenu-aindicator { display: none; } @media (max-width: 1300px) { .cbp-horizontal .cbp-tab-title { font-size: 1rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 0.6666666667rem; padding-right: 0.6666666667rem; } } #cbp-hrmenu .cbp-hrsub { transform: translateY(15px); } #cbp-hrmenu .cbp-hropen .cbp-hrsub { transform: translateY(0px); } #cbp-hrmenu .cbp-hrsub, #cbp-hrmenu .cbp-hrsub-level2, #cbp-hrmenu .cbp-hrsub-wrapper { transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; } .iqitmegamenu-submenu-container { padding: 0; } /*** VERTICAL MENU ***/ .cbp-vertical-on-top #cbp-hrmenu1-ul { background: #ffffff; border: none 1px #e3e3e3; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16); } #content-wrapper #cbp-hrmenu1 { background: #ffffff; border: none 1px #e3e3e3; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16); } #cbp-hrmenu1 .cbp-vertical-title { font-size: 2.6666666667rem; font-style: normal; font-weight: normal; text-transform: none; color: #717135; background: rgba(0, 0, 0, 0); line-height: 4.1666666667rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #dbb47d; background: #ffffff; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: uppercase; padding-top: 0.3333333333rem; padding-bottom: 0.3333333333rem; border-top: solid 1px rgba(240, 240, 240, 0.12); } #cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon, #cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon { font-size: 2rem; max-height: 2rem; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { color: #717135; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #ffffff; color: #dbb47d; } #cbp-hrmenu1 .cbp-legend { background: #ca5058; color: #717135; } #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: #dbb47d; background: #ffffff; } .cbp-not-on-top #cbp-hrmenu1-ul { position: relative; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper { top: 0; margin-top: 0px !important; min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-hrsub { min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-show { -js-display: flex; display: flex; flex-wrap: wrap; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-inner { width: 100%; } /*** SUBMENU ***/ .cbp-hrmenu .cbp-hrsub { font-size: 1.1666666667rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #ffffff; border: solid 1px #e3e3e3; box-shadow: 0px 4px 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: #000000 !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #c24ea2 !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: #c24ea2 !important; border-bottom: none 3px #c2bc29; font-size: 1.25rem; font-style: normal; font-weight: bold; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #c24ea2; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #ffffff !important; } #iqitmegamenu-mobile { background: #c24ea2; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab { min-height: 4.5rem; } #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.3333333333rem; padding-bottom: 1.3333333333rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__link { color: #595050 !important; padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; font-size: 1.5rem; 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 6px 30px 0px rgba(0, 0, 0, 0.15); } .mobile-menu__submenu { background: #c24ea2; } .mobile-menu__tab { border-bottom: solid 5px rgba(244, 244, 244, 0.1); min-height: 5.1666666667rem; } .mobile-menu__link { color: #ffffff !important; padding-top: 1.6666666667rem; padding-bottom: 1.6666666667rem; font-size: 1.8333333333rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__arrow { padding-top: 1.6666666667rem; padding-bottom: 1.6666666667rem; color: #ffffff; font-size: 1.8333333333rem; } .mobile-menu__tab-icon { font-size: 1.8333333333rem; } .mobile-menu__tab-icon--img { max-height: 1.8333333333rem; } .mobile-menu__legend { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background-color: #595050; } .mobile-menu__header-wrapper { color: #ffffff; background-color: rgba(244, 244, 244, 0.1); border-bottom: solid 1px rgba(244, 244, 244, 0.1); } .mobile-menu__title { font-size: 1.8333333333rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__column-title { font-size: 1.6666666667rem; font-style: normal; font-weight: normal; text-transform: none; color: #595050 !important; } .mobile-menu__column { font-size: 1.3333333333rem; font-style: normal; font-weight: normal; text-transform: none; color: #595050; margin-bottom: 3.3333333333rem; } .mobile-menu__column-categories:not(:last-child) { margin-bottom: 3.3333333333rem; } .mobile-menu__links-list-li { padding-top: 0.5rem; padding-bottom: 0.5rem; } .mobile-menu__close, .mobile-menu__back-btn { color: #ffffff; } .mobile-menu__footer { border-top: solid 1px rgba(244, 244, 244, 0.1); color: #ffffff; background-color: rgba(244, 244, 244, 0.1); } /*** PS_FacatedSearch ***/ /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: #ffffff; color: #000000; } .swiper-pagination-bullet { background: #333333; } /*** Product miniature ***/ .products.row { margin: 0rem; } .products.row > .col, .products.row > [class*=col-] { padding: 0rem; } .swiper-container-wrapper { margin: 0rem; } .swiper-container-wrapper .products.swiper-container { padding: 0rem; } .swiper-container-wrapper .product-carousel { padding: 0rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 0rem; } .product-miniature { border: none 1px #962a2a; 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 { padding: 0.0833333333rem; } .product-miniature-grid .product-title { font-size: 1.6666666667rem; font-style: normal; font-weight: bold; text-transform: none; } .product-miniature-grid .product-price { font-size: 1.5rem; font-style: normal; font-weight: bold; text-transform: none; } @media (hover: hover) { .product-miniature:hover { outline: none 1px #d479bb; background: #dbb47d; color: #717135; } .product-miniature:hover a:link:not(.nav-link):not(.btn), .product-miniature:hover a:visited:not(.nav-link):not(.btn) { color: #717135; } .product-miniature:hover .product-price { color: #717135; } .product-miniature:hover .iqit-review-star { color: rgba(255, 255, 255, 0.31); } } .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: #ffffff !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: #dbb47d; } .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-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 .flag-discount-value { display: none !important; } .btn-product-list { padding: 1.0416666667rem 2.0833333333rem; background: #dbb47d; color: #717135; border: none 1px #000000; } .btn-product-list:hover { background: #f5f1eb; color: #ffffff; border-color: #d06e6a; } .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-3 .product-description { background: rgba(247, 247, 247, 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.8333333333rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px #e3e3e3; } .images-container .swiper-button-arrow, #product .product-cover .expander > span, #product-modal .modal-body .swiper-button-arrow { color: #333333; 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 .product-cover .expander { color: #333333; background: rgba(0, 0, 0, 0); } #product .product-cover .expander:hover { opacity: 0.6 !important; } .product-tabs .nav-tabs { justify-content: center; } #wrapper { background: #f0ebe2; border-top: none 1px; border-bottom: none 1px; padding-top: 3.3333333333rem; padding-bottom: 3.3333333333rem; color: #717135; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 4.1666666667rem; padding-bottom: 4.1666666667rem; } #content-wrapper .page-title { color: #717135; font-size: 2.3333333333rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #717135; } #content-wrapper .page-title:after { content: ""; position: absolute; bottom: -2.5px; display: block; width: 40px; height: 1px; border-bottom: solid 5px #dbb47d; left: 0; right: 0; } #content-wrapper .section-title { color: #717135; text-align: center; font-size: 1.6666666667rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #content-wrapper .section-title a:link, #content-wrapper .section-title a:visited { color: #717135; } #content-wrapper .section-title:after { content: ""; position: absolute; bottom: -2.5px; display: block; width: 30px; height: 1px; border-bottom: solid 5px #dbb47d; left: 0; right: 0; margin: auto; } .nav-tabs .nav-link { color: #717135; font-size: 1.5rem; 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: #717135; border-bottom: solid 3px #dbb47d; } .iqit-accordion .title { font-style: normal; font-weight: normal; text-transform: none; } .iqit-accordion .nav-link { border-bottom: solid 3px #dbb47d; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #717135; border-bottom: solid 3px #dbb47d; } #wrapper .block-title { color: #717135; font-size: 1.1666666667rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #717135; } #wrapper .block-title:after { content: ""; position: absolute; bottom: -1.5px; display: block; width: 30px; height: 1px; border-bottom: solid 3px #dbb47d; left: 0; right: 0; } #left-column .block, #right-column .block { padding: 1.25rem; border: solid 1px rgba(89, 89, 89, 0.17); } #footer, #checkout-footer { background: #57523e; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: solid 1px rgba(240, 240, 240, 0.12); background: #57523e; } #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: #dbb47d; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #ffffff; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #ffffff; } #footer .social-links._footer, #checkout-footer .social-links._footer { font-size: 1.6666666667rem; } #footer .social-links._footer a:not(:hover), #checkout-footer .social-links._footer a:not(:hover) { color: #ffffff !important; } #footer .social-links._footer a:hover, #checkout-footer .social-links._footer a:hover { color: #dbb47d !important; } #footer .block-title, #checkout-footer .block-title { color: #ffffff; font-size: 1.3333333333rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #footer .block-title a:link, #footer .block-title a:visited, #checkout-footer .block-title a:link, #checkout-footer .block-title a:visited { color: #ffffff; } #footer .block-title:after, #checkout-footer .block-title:after { content: ""; position: absolute; bottom: -1.5px; display: block; width: 30px; height: 1px; border-bottom: solid 3px #dbb47d; left: 0; right: 0; } #footer-container-first { border-top: none 1px rgba(240, 240, 240, 0.12); padding-top: 2.5rem; padding-bottom: 2.5rem; color: #ffffff; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: bold; text-transform: none; } #footer-container-main, #checkout-footer { border-top: solid 1px rgba(240, 240, 240, 0.12); padding-top: 2.5rem; padding-bottom: 1.5rem; color: #ffffff; } #footer-container-main a, #checkout-footer a { color: #ffffff; } #footer-container-main a:hover, #checkout-footer a:hover { color: #dbb47d; } #footer-copyrights { border-top: solid 1px rgba(240, 240, 240, 0.12); padding-top: 1.6666666667rem; padding-bottom: 1.6666666667rem; } #maintenance-page { background: #e3e3e3; color: #333333; } #maintenance-page a, #maintenance-page a:link { color: #333333; } .maintenance-page-newsletter .maintenance-page-newsletter-btn { background: #000000; color: #ffffff; } .maintenance-page-newsletter .maintenance-page-newsletter-btn:hover { background: #333333; color: #ffffff; } .maintenance-page-newsletter input[type=email] { border: solid 1px #333333; background: #e3e3e3; color: #333333; } .maintenance-page-newsletter input[type=email]::-webkit-input-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email]::-moz-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email]:-ms-input-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email] :-moz-placeholder { color: #333333; }#index #wrapper{padding-top: 0; } @media (min-width: 992px){ #header.desktop-header-style-w-7 #search_widget { margin-top: 3rem; } } @media (min-width: 992px){ .fullwidthbanner-container{ padding-left: 280px !important; } } #index #inner-wrapper{ max-width: 100%; padding: 0px; } #desktop_logo img.logo { padding: 4%; } #footer-copyrights { color: white; } .copyright-txt a { color: #cccc60 !important; } .store_map .table-striped { display: none; } .product-miniature-grid .product-title { font-weight: 500; } #blockcart-content .btn-secondary { color: #000000; } #desktop-header video { border-radius: 15px; } .cart-toggle-details { display: none; } .product-miniature-grid { padding-bottom: 0; } .gm-style { font-family: inherit; } .gm-style-iw b { font-weight: 700; font-size: 1.5rem; } .lista-productos .btn-product-list { color: #4c4c24; } .header-top .elementor-icon { line-height: 0; } .wave-container { height: 40vh; background-color: #20B2AA; position: relative; } .hero-section:before { content: ""; width: 100%; height: 168px; position: absolute; bottom: -0.3%; left: 0; background-size: auto; background-repeat: repeat no-repeat; background-position: 37vw bottom; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 80' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 59L50 55C100 51 200 44 300 30C400 15 500 -6 600 1C700 8 800 44 900 59C1000 73 1100 66 1150 62L1200 59V80H1150C1100 80 1000 80 900 80C800 80 700 80 600 80C500 80 400 80 300 80C200 80 100 80 50 80H0V59Z' fill='%23f0ebe2'/></svg>"); z-index: 1; } .search-widget input { border-radius: 50px !important; } #header.desktop-header-style-w-6 .col-header-left { margin: 0; } @media (min-width: 992px) { #header.desktop-header-style-w-6 .header-custom-html { margin-bottom: 1rem; } } #desktop-header span.title { display: none !important; } span.cart-products-count-btn { display: none !important; } .elementor-social-icons-wrapper { line-height: 0; } .cbp-hrmenu > ul > li#cbp-hrmenu-tab-59 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-60 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-61 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-62 > a { background-color: #ddc7b3; font-weight: 700; text-align: center; border-radius: 10px; margin: 5% 0; padding: 4% 0; } .product-thumbnail-first { border-radius: 1.6rem !important; } .btn { border-radius: 10px; } @media (min-width: 992px) { #header.desktop-header-style-w-6 .col-header-center { margin-bottom: 0; } } .product-miniature .product-description-short, .product-miniature .product-short-description { white-space: pre-line; font-size: 1.1rem; margin-bottom: 2rem; line-height: 1.9rem; } .product-miniature:hover { background-color: #f5f1eb; } .etiqueta_landing { position: absolute; z-index: 1; margin-left: auto; margin-right: auto; left: 0; right: 0; text-align: center; margin-top: -15%; } .products-grid .product-description { text-align: left; } .product-miniature-grid .product-add-cart { display: none; } .products-grid .product-miniature-layout-1 .product-description-short { padding-bottom: 0; margin-bottom: 0; } .logos-compromiso .elementor-widget-wrap { display: flex; flex-direction: row; gap: 50px; } .cms-id-10 .hero_landings::before { content: ''; background: linear-gradient(90deg, rgba(170, 107, 78, 1) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; z-index: 1; width: 100%; height: 100%; } .cms-id-11 .hero_landings::before { content: ''; background: linear-gradient(90deg,rgba(111, 108, 60, 1) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; z-index: 1; width: 100%; height: 100%; } .cms-id-12 .hero_landings::before { content: ''; background: linear-gradient(90deg,rgba(198, 146, 94, 1) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; z-index: 1; width: 100%; height: 100%; } .cms-id-10 .logos-compromiso img { filter: invert(43%) sepia(43%) saturate(535%) hue-rotate(334deg) brightness(97%) contrast(85%); } .cms-id-11 .logos-compromiso img { filter: invert(40%) sepia(24%) saturate(689%) hue-rotate(19deg) brightness(95%) contrast(91%); } .cms-id-12 .logos-compromiso img { filter: invert(68%) sepia(26%) saturate(677%) hue-rotate(349deg) brightness(85%) contrast(93%); } .cms-id-10 #inner-wrapper, .cms-id-11 #inner-wrapper, .cms-id-12 #inner-wrapper { max-width: 100%; padding: 0; } .cms-id-10 section#content, .cms-id-11 section#content, .cms-id-12 section#content { margin: 0 !important; } .cms-id-10 section#wrapper, .cms-id-11 section#wrapper, .cms-id-12 section#wrapper { padding: 0; } .cms-id-10 header.page-header, .cms-id-11 header.page-header, .cms-id-12 header.page-header { display: none; } .cms-id-10 nav.breadcrumb, .cms-id-11 nav.breadcrumb, .cms-id-12 nav.breadcrumb { display: none !important; } @media (max-width: 768px) { .logos-landings .elementor-row { display: flex; flex-wrap: nowrap; } .etiqueta_landing img { max-width: 30% !important; } .logos-compromiso .elementor-widget { width: 14%; } .logos-compromiso .elementor-widget-wrap { flex-wrap: wrap; } } .product-grid-menu .img-fluid { border-radius: 10px; } /* PRUEBA PARA PRODUCTOS MENÚ */ /* Contenedor principal con bordes redondeados */ .menu-banner-custom { position: relative; border-radius: 20px; /* Ajusta según el redondeado deseado */ overflow: hidden; width: 100%; display: block; } .menu-banner-custom img { width: 100%; height: auto; display: block; } /* El degradado negro en la parte inferior */ .menu-banner-custom::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; /* Altura del degradado */ background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%); z-index: 1; } /* Posicionamiento del texto */ .banner-overlay-text { position: absolute; bottom: 20px; left: 20px; right: 20px; z-index: 2; color: #ffffff; font-family: inherit; /* Usará la fuente de tu tienda */ } .banner-title { font-weight: 700; font-size: 18px; margin: 0 0 5px 0; line-height: 1.2; color: #fff !important; } .banner-price { font-weight: 700; font-size: 16px; margin: 0; color: #fff !important; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-inner { height: fit-content; border-radius: 0 20px 20px 0; padding: 1% 3%; } article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature { padding: 5%; }