.iqitfake{ display: none;} @charset "UTF-8"; /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #ffffff; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1380px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #2e2323; } 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 { background: #ffffff; border-bottom: none 1px #e3e3e3; box-shadow: 4px 0px 0px 1px #776f99; } #mobile-header #mobile-header-sticky { background: #ffffff; } #mobile-header .mobile-main-bar { padding-top: 0.625rem; padding-bottom: 0.625rem; } #mobile-header .m-nav-btn { color: #2e2323; } #mobile-header .m-nav-btn:hover { color: #3744e4; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: #ffffff; } html { font-size: 16px; } @media (max-width: 767px) { html { font-size: 16px; } } body { line-height: 1.5rem; } body { font-family: 'Montserrat', sans-serif; } .h1, .h2, .block-title, .page-title, .modal-title, .step-title { font-family: 'Cabin', 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: #f8f8f8; color: #2e2323; 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: #695c52; color: #ffffff; } .btn-secondary:not(:disabled):not(.disabled):active { background: #695c52; color: #ffffff; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #f8f8f8; color: #2e2323; border: none 1px #e3e3e3; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #695c52; color: #ffffff; border: none 1px #e3e3e3; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #179c35; color: #ffffff; border: solid 1px #16822f; } .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: #1ac942; color: #f6f6f6; } .btn-primary:not(:disabled):not(.disabled):active { background: #1ac942; color: #f6f6f6; } #wrapper .breadcrumb { background: #ffffff; font-size: 0.9375rem; font-style: normal; font-weight: normal; text-transform: none; color: #2e2323; box-shadow: 0px 0px 0px 0px; } #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: #474747!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(71, 71, 71, 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: #695c52; color: #ffffff; border: none 1px; } .product-price { color: #ed404b; } .iqit-review-star { color: #e0d041; } .product-flags .product-flag { font-size: 0.75rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #ff4c4c; color: #ffffff; } .product-flags .new { background: #2571e3; color: #ffffff; } .product-flags .online-only, .product-flags .pack { background: #e0e0e0; color: #000000; } .product-flags .out_of_stock { background: #495057; color: #fff7f7; } .discount { background: #ff4c4c; color: #ffffff; } .product-available { background: #67a675; color: #ffffff; } .product-unavailable { background: #495057; color: #fff7f7; } .product-unavailable-allow-oosp { background: #17459e; color: #0dd138; } .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: #2e2323; color: #ffffff; } #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: #1a7aba; background: #ffffff; border-bottom: none 1px; padding-top: 0.625rem; padding-bottom: 0.625rem; font-size: 0.625rem; display: none !important; } #header .header-nav a { color: #1a7aba; } #header .header-nav a:hover { color: #333333; } #header .header-nav .social-links._topbar { font-size: 0.875rem; } .header-top { color: #3d2815; } .header-top a:not(.btn):not(.nav-link) { color: #7176e3; } .header-top a:not(.btn):not(.nav-link):hover { color: #2955da; } .header-top .form-search-control { border: solid 1px #e3e3e3; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.25rem; display: block; } .header-top .header-cart-default a.cart-toogle { background: #ffffff; color: rgba(2, 93, 234, 0.9); padding: 0.5625rem 0.5625rem; } .header-top .header-cart-default a.cart-toogle:hover { color: rgba(2, 93, 234, 0.9); } .header-top a.header-cart-btn:not(:hover) { color: rgba(2, 93, 234, 0.9); } .stuck-header .header-top { padding-top: 0.625rem; padding-bottom: 0.625rem; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #ffffff; } .cart-products-count-btn { background: #ad0700; color: #ffffff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 100%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #ffffff; border-top: none 3px #521919; border-right: none 3px #38b82c; border-bottom: solid 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: 3.625rem; max-width: 14.6875rem; color: #2e2323; padding-left: 0.625rem; padding-right: 0.625rem; border-left: solid 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.3125rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 3.625rem !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: #e40f0f; } .cbp-horizontal .cbp-tab-title { font-size: 1.125rem; 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.125rem; max-height: 1.125rem; } .cbp-horizontal .cbp-submenu-aindicator { display: none; } @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.9375rem; padding-right: 0.9375rem; } } #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; } .iqitmegamenu-submenu-container { padding: 0; } /*** VERTICAL MENU ***/ .cbp-vertical-on-top #cbp-hrmenu1-ul { background: #fefefe; border: none 1px #000000; box-shadow: 0px 0px 13px 0px rgba(36, 18, 18, 0.35); } #content-wrapper #cbp-hrmenu1 { background: #fefefe; border: none 1px #000000; box-shadow: 0px 0px 13px 0px rgba(36, 18, 18, 0.35); } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1.125rem; font-style: normal; font-weight: normal; text-transform: none; color: #000000; background: #ffffff; line-height: 2.1875rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #f7f7f7; background: rgba(216, 30, 30, 0.87); } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-size: 1.375rem; font-style: normal; font-weight: normal; text-transform: none; padding-top: 0.9375rem; padding-bottom: 0.9375rem; border-top: solid 2px 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.875rem; max-height: 1.875rem; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #ffffff; color: #000000; } #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: #f7f7f7; background: rgba(216, 30, 30, 0.87); } .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.0625rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #f8f8f8; border: solid 1px #000000; } .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: #e45d5d !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-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #2e2323 !important; border-bottom: solid 3px #c2bc29; padding-bottom: 8px; font-size: 1.1875rem; 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: 2.3125rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab:not(:last-child) { border-bottom: dotted 1px #706767; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__arrow { padding-top: 0.6875rem; padding-bottom: 0.6875rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__link { color: #442e2e !important; padding-top: 0.6875rem; padding-bottom: 0.6875rem; font-size: 0.8125rem; font-style: normal; font-weight: normal; text-transform: none; } .col-mobile-menu-push #iqitmegamenu-mobile { border: solid 1px #000000; } .col-mobile-menu-push #_mobile_iqitmegamenu-mobile { box-shadow: 9px 0px 30px 0px rgba(0, 0, 0, 0.24); } .mobile-menu__submenu { background: #ffffff; } .mobile-menu__tab { border-bottom: solid 1px rgba(0, 0, 0, 0.18); min-height: 2.1875rem; } .mobile-menu__link { color: #000000 !important; padding-top: 0.625rem; padding-bottom: 0.625rem; font-size: 0.9375rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__arrow { padding-top: 0.625rem; padding-bottom: 0.625rem; color: #706767; font-size: 0.9375rem; } .mobile-menu__tab-icon { font-size: 0.9375rem; } .mobile-menu__tab-icon--img { max-height: 0.9375rem; } .mobile-menu__legend { font-size: 0.75rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background-color: #595050; } .mobile-menu__header-wrapper { color: #000000; background-color: rgba(255, 255, 255, 0.08); border-bottom: solid 1px #000000; display: none; } .mobile-menu__title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__column-title { font-size: 1.4375rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff !important; } .mobile-menu__column { font-size: 1.125rem; font-style: normal; font-weight: normal; text-transform: none; color: #e5e5e5; margin-bottom: 3.125rem; } .mobile-menu__column-categories:not(:last-child) { margin-bottom: 3.125rem; } .mobile-menu__column-title { margin-bottom: 0.75rem; } .mobile-menu__links-list-li { padding-top: 0.5rem; padding-bottom: 0.5rem; } .mobile-menu__close, .mobile-menu__back-btn { color: #000000; } .mobile-menu__footer { border-top: solid 1px #000000; color: #000000; background-color: rgba(255, 255, 255, 0.08); display: none; } /*** 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: -0.3125rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 0.3125rem; } .swiper-container-wrapper { margin: -0.3125rem; } .swiper-container-wrapper .products.swiper-container { padding: 0.3125rem; } .swiper-container-wrapper .product-carousel { padding: 0.3125rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 0.3125rem; } .product-miniature { border: none 1px; outline: 1px solid transparent; } .product-miniature .thumbnail-container { overflow: hidden; } .product-miniature .thumbnail-container .product-thumbnail-first { -webkit-transition: transform 0.4s ease; -moz-transition: transform 0.4s ease; transition: transform 0.4s ease; backface-visibility: hidden; } .product-miniature .thumbnail-container .product-thumbnail-second { position: absolute; left: 0; right: 0; -webkit-transition: transform 0.4s ease; -moz-transition: transform 0.4s ease; transition: transform 0.4s ease; backface-visibility: hidden; } .product-miniature .thumbnail-container:hover .product-thumbnail-second, .product-miniature .thumbnail-container:hover .product-thumbnail-first { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } .product-miniature .thumbnail-container:hover picture:last-child .product-thumbnail-first { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .product-miniature-grid { padding: 0.3125rem; } .product-miniature-grid .product-title { font-size: 0.9375rem; font-style: normal; font-weight: normal; text-transform: none; } .product-miniature-grid .product-price { font-size: 1rem; 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: #f7f7f7; outline: solid 1px #f2f2f2; box-shadow: 10px 10px 25px 5px 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-category-name { display: none !important; } .products-grid .product-miniature .product-reference { 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.03125rem 0.0625rem; background: rgba(85, 176, 90, 0.97); color: #ffffff; border: none 1px; } .btn-product-list:hover { background: #0f7415; color: #ffffff; } .products-grid .product-miniature-default { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-miniature-default .product-description { -webkit-box-flex: auto; -ms-flex: auto; flex: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-add-cart { margin: auto auto 0 auto; } .product-carousel { height: 100%; } .products.swiper-container .swiper-slide { height: auto; } .products-grid .product-miniature-layout-1 { 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: 0.625rem; } .products-grid .product-miniature-layout-2 .product-add-cart { display: none !important; } .products-grid .product-miniature-layout-2 .products-variants { padding-top: 0rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.625rem; } .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(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: 992px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(5, 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(4, 1fr); } } @media (min-width: 1200px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(5, 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(4, 1fr); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1.5625rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px rgba(68, 70, 81, 0.16); } .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 .product-cover .expander { color: #000000; background: rgba(0, 0, 0, 0); } #product .product-cover .expander:hover { opacity: 0.6 !important; } .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; } .product-tabs .nav-tabs { justify-content: center; } @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; } } #wrapper { background: #ffffff; border-top: none 1px; border-bottom: none 1px; color: #2e2323; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 0rem; padding-bottom: 0rem; } #content-wrapper .page-title { color: #2e2323; font-size: 1.4375rem; font-style: normal; font-weight: normal; text-transform: none; border-bottom: none 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #2e2323; } #content-wrapper .section-title { color: #2e2323; font-size: 0.9375rem; font-style: normal; font-weight: normal; 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 .section-title a:link, #content-wrapper .section-title a:visited { color: #2e2323; } #content-wrapper .section-title span { margin-right: 0.5rem; } #content-wrapper .section-title:after { content: ""; display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-bottom: none 1px #e3e3e3; } .nav-tabs .nav-link { color: #2e2323; font-size: 1.25rem; 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: #2e2323; border-bottom: solid 3px #1a7aba; } .iqit-accordion .title { font-size: 0.9375rem; font-style: normal; font-weight: normal; 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: 1.375rem; 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 { padding: 0.625rem; border: none 1px; } #footer, #checkout-footer { background: #ffffff; } #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: 0.375rem; } #footer .block-title, #checkout-footer .block-title { color: #2e2323; font-size: 1rem; 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: -1.5px; display: block; width: 30px; height: 1px; border-bottom: solid 3px #80675b; left: 0; right: 0; } #footer-container-first { border-top: solid 1px; padding-top: 1.25rem; padding-bottom: 1.25rem; background: #ffffff; color: #ffffff; } #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; 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: 0.3125rem; padding-bottom: 0.3125rem; } .footer-style-inline .block-title { display: none !important; } @media (max-width: 767px) { #footer .block-toggle { width: 100%; flex-basis: initial; } #footer .block-toggle > .block-title { cursor: pointer; } #footer .block-toggle > .block-title span::after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; margin-left: 10px; } #footer .block-toggle > .block-content { display: none; } #footer .block-toggle._toggled > .block-content { display: block; } #footer .block-toggle._toggled .block-title span::after { content: ""; } #footer .footer-style-inline .block-title { display: block !important; max-width: 100%; } #footer .footer-style-inline .block-content { display: block; width: 100%; margin-top: 1rem; } } #maintenance-page { background: #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; } /* Reducere spatiu vertical recenzie */ #spr .review_container.spr_product_page_reviews { min-height: unset !important; padding: 10px 15px !important; margin: 8px 0 8px 0 !important; } /* Randul cu stele + titlu */ #spr .review_container .row.mb-2.mt-2 { margin-top: 0 !important; margin-bottom: 0 !important; } /* Continutul textului recenziei */ #spr .review_container .review-content-wrapper { padding: 6px 0 !important; margin: 0 !important; } /* Footer autor + vot */ #spr .review_container .review-footer { padding: 6px 0 0 0 !important; margin: 0 !important; } #spr .review_container .row.mb-2.mt-2 > div:nth-child(1) { display: contents !important; } #spr .review_container i.progress-stars.star_custom_size ~ i.progress-stars.star_custom_size { margin-left: 2px !important; } }/* ========================================================================== REPARARE FORMA SI ALINIERE BUTON RECENZII (Ca in imaginea dorita) ========================================================================== */ /* 1. Aliniem containerul principal la stanga */ #spr .spr_product_page_explain, #spr .spr_product_page_explain .d-md-flex { display: flex !important; justify-content: flex-start !important; /* Fortam alinierea la stanga */ align-items: center !important; width: 100% !important; flex-wrap: wrap !important; } /* 2. Oprim containerele invizibile sa intinda butonul */ #spr .spr_product_page_explain .flex-fill, #spr .spr_product_page_explain .p-2 { flex: 0 0 auto !important; width: auto !important; padding-left: 0 !important; /* Tragem butonul la marginea din stanga */ } /* 3. Forma exacta a butonului din poza ta */ #spr .spr_product_page_explain a.btn { width: auto !important; /* Anuleaza intinderea de 100% (col-xs-12) */ min-width: 220px !important; /* Latimea ideala din poza ta */ padding: 12px 20px !important; /* Face butonul suficient de inalt/vizibil */ white-space: nowrap !important; /* Impiedica ruperea textului pe 2 randuri */ display: flex !important; justify-content: center !important; align-items: center !important; font-size: 14px !important; font-weight: 600 !important; margin-bottom: 15px !important; } /* 4. Spatiu corect intre iconita cu stea si text */ #spr .spr_product_page_explain a.btn i { margin-right: 8px !important; } /* ========================================================= BUTOANE UTILIZATOR NEAUTENTIFICAT (LOGIN & GO BACK) ========================================================= */ /* 1. Containerul butoanelor - Spațiere și aliniere */ body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center { display: flex !important; justify-content: center !important; gap: 15px !important; /* Creează distanța perfectă între butoane */ width: 100%; margin-top: 15px !important; } /* 2. Stilul general pentru ambele butoane */ body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center .btn { margin: 0 !important; /* Eliminăm marginile vechi care le lipeau */ text-transform: uppercase !important; font-weight: 600 !important; letter-spacing: 0.5px !important; padding: 12px 25px !important; font-family: inherit !important; border-radius: 4px !important; display: flex !important; justify-content: center !important; align-items: center !important; } /* 3. Butonul din stânga: GO BACK TO PRODUCT (Gri) */ body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center .btn:first-child { background-color: #6c757d !important; border-color: #6c757d !important; color: #ffffff !important; } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center .btn:first-child:hover { background-color: #5a6268 !important; border-color: #545b62 !important; } /* 4. Butonul din dreapta: LOGIN (Galben) */ body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center .btn:last-child { background-color: #ffcc00 !important; border-color: #ffcc00 !important; color: #333333 !important; /* Text închis pentru vizibilitate pe galben */ } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center .btn:last-child:hover { background-color: #e6b800 !important; border-color: #e6b800 !important; color: #000000 !important; } /* Colorăm iconița din butonul de Login dacă există */ body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center .btn:last-child i { color: #333333 !important; margin-right: 5px; } /* 5. Adaptare pentru Mobil (Stivuire cu spațiu) */ @media (max-width: 768px) { body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center { flex-direction: column !important; /* Le pune unul sub altul */ } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-center .btn { width: 100% !important; /* Forțează butoanele să ocupe tot ecranul */ } } /* ========================================================= STILIZARE TAB RECENZII (DOAR PE PAGINA DE PRODUS) ========================================================= */ /* 1. Spațiere generală body#product #spr { padding: 10px 0 20px 0 !important; } */ /* 2. REPARARE LINIE ÎNTRERUPTĂ ȘI ALINIERE TEXT/STELE */ body#product #spr .spr_product_page_top_block { display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100% !important; border-bottom: 1px solid #e0e0e0 !important; padding-bottom: 15px !important; margin-bottom: 25px !important; flex-wrap: wrap !important; /* Permite elementelor să cadă pe rândul următor dacă ecranul e prea mic */ } /* Soluția ta cu display: contents pentru o aliniere perfectă */ body#product #spr .spr_product_page_top_block .review-info, body#product #spr .spr_product_page_top_block .rating-container { display: contents !important; } /* 3. BUTONUL "REVIEW THE PRODUCT" (Galben) */ body#product #spr .spr_product_page_explain .btn, body#product #spr .spr_product_page_explain .btn.text-white { background-color: #ffcc00 !important; border-color: #ffcc00 !important; color: #333333 !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; padding: 12px 25px !important; border-radius: 4px !important; font-size: 14px !important; box-shadow: none !important; text-shadow: none !important; } body#product #spr .spr_product_page_explain .btn:hover, body#product #spr .spr_product_page_explain .btn.text-white:hover { background-color: #e6b800 !important; border-color: #e6b800 !important; color: #000000 !important; } /* Pictograma steluță din interiorul butonului */ body#product #spr .spr_product_page_explain .btn i { color: #333333 !important; } /* 4. MESAJUL "There are no reviews..." (Gri neutru) */ body#product #spr .alert.alert-info { background-color: #f8f9fa !important; border: 1px solid #e9ecef !important; color: #495057 !important; border-radius: 6px !important; padding: 15px 20px !important; text-align: center !important; font-size: 15px !important; box-shadow: none !important; background-image: none !important; } /* ========================================================= PAGINA DE RECENZII - STILURI GENERALE (Se aplică pe toate ecranele) ========================================================= */ /* --- 1. Aspect modern de "Card" --- */ body#module-gsnippetsreviews-addReviewProductPage #spr { background-color: #ffffff !important; border: 1px solid #e0e0e0 !important; border-radius: 8px !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important; padding: 10px !important; margin: 10px auto !important; box-sizing: border-box; max-width: 900px !important; overflow: hidden !important; } /* --- 2. Personalizare culori butoane --- */ /* --- Butonul de "SUBMIT MY REVIEW" (Galben asortat cu stelele) --- */ body#module-gsnippetsreviews-addReviewProductPage #spr #submit_review { background-color: #ffcc00 !important; /* Galbenul stelelor */ border-color: #ffcc00 !important; color: #333333 !important; padding: 1rem 1.5rem/* Text gri închis/negru pentru a fi lizibil pe galben */ } body#module-gsnippetsreviews-addReviewProductPage #spr #submit_review:hover { background-color: #e6b800 !important; /* Un galben puțin mai închis când pui mouse-ul pe el */ border-color: #e6b800 !important; color: #000000 !important; } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-left .btn { background-color: #6c757d !important; border-color: #6c757d !important; color: #ffffff !important; } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-left .btn:hover { background-color: #5a6268 !important; border-color: #545b62 !important; } /* --- 3. Setări generale Stele (Orizontal și Mărime) --- */ body#module-gsnippetsreviews-addReviewProductPage #spr .star_custom_size { font-size: 35px !important; } body#module-gsnippetsreviews-addReviewProductPage #spr div.stars-criteria { display: flex !important; flex-direction: row-reverse !important; justify-content: center !important; width: 100%; } body#module-gsnippetsreviews-addReviewProductPage #spr div.stars-criteria label { display: inline-block !important; width: auto !important; float: none !important; margin: 0 2px !important; } /* ========================================================= DESKTOP & TABLETE MARI (Peste 769px) ========================================================= */ @media (min-width: 769px) { /* Centrarea și lățimea câmpurilor de text (Doar pe Desktop) */ body#module-gsnippetsreviews-addReviewProductPage #spr .form-group { display: flex !important; flex-direction: column !important; align-items: center !important; width: 100%; } body#module-gsnippetsreviews-addReviewProductPage #spr label { text-align: center !important; width: 100% !important; display: block !important; margin-bottom: 8px !important; } body#module-gsnippetsreviews-addReviewProductPage #spr .form-control { margin-left: auto !important; margin-right: auto !important; display: block !important; width: 80% !important; /* Arată mai bine pe desktop să nu fie 100% lungime */ } } /* Ecrane foarte mari (Pentru Titlul h3) */ @media (min-width: 1200px) { body#module-gsnippetsreviews-addReviewProductPage .h3, body#module-gsnippetsreviews-addReviewProductPage h3 { font-size: 1.5rem !important; text-align: center !important; } } /* ========================================================= MOBIL (Sub 768px) ========================================================= */ @media (max-width: 768px) { /* Ajustări Card pentru ecran mic */ body#module-gsnippetsreviews-addReviewProductPage #spr { padding: 20px 15px !important; margin: 15px auto !important; width: 95% !important; } /* Aliniere Imagine și Titlu */ body#module-gsnippetsreviews-addReviewProductPage #spr .spr_product_review_form { display: flex !important; flex-direction: column; align-items: center; width: 100%; } body#module-gsnippetsreviews-addReviewProductPage #spr .spr_product_review_form > * { margin-right: 0 !important; margin-left: 0 !important; width: 100%; } body#module-gsnippetsreviews-addReviewProductPage #spr .spr_product_review_form img { max-width: 100% !important; height: auto !important; margin: 0 auto 15px auto !important; display: block; } body#module-gsnippetsreviews-addReviewProductPage #spr .control-label.bold { text-align: center !important; margin-bottom: 10px !important; width: 100% !important; font-size: 1.5rem !important; display: block; } /* Stele pe mobil */ body#module-gsnippetsreviews-addReviewProductPage #spr .star_custom_size { font-size: 34px !important; } body#module-gsnippetsreviews-addReviewProductPage #spr div.stars-criteria { align-items: center; gap: 5px; margin-bottom: 25px !important; } body#module-gsnippetsreviews-addReviewProductPage #spr div.stars-criteria label { cursor: pointer; } /* --- REPARARE CÂMPURI TEXT PENTRU MOBIL (Lățime 100%) --- */ body#module-gsnippetsreviews-addReviewProductPage #spr .form-group { display: block !important; /* Elimină flex-ul de pe desktop care le strângea */ width: 100% !important; margin-bottom: 20px !important; } body#module-gsnippetsreviews-addReviewProductPage #spr label { display: block; margin-bottom: 5px; text-align: center; } body#module-gsnippetsreviews-addReviewProductPage #spr .form-control, body#module-gsnippetsreviews-addReviewProductPage #spr input[type="text"], body#module-gsnippetsreviews-addReviewProductPage #spr textarea { display: block !important; width: 100% !important; /* Forțează să ocupe tot spațiul cardului */ max-width: 100% !important; box-sizing: border-box !important; margin: 0 0 20px 0 !important; padding: 10px !important; border: 1px solid #d1d1d1 !important; border-radius: 4px !important; } /* Reordonare Butoane */ body#module-gsnippetsreviews-addReviewProductPage #spr form { display: flex !important; flex-direction: column !important; width: 100%; } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-left, body#module-gsnippetsreviews-addReviewProductPage #spr .pull-right { float: none !important; width: 100% !important; display: flex !important; } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-right { order: 1 !important; margin-bottom: 10px !important; margin-top: 10px !important; } body#module-gsnippetsreviews-addReviewProductPage #spr .pull-left { order: 2 !important; margin-bottom: 10px !important; } body#module-gsnippetsreviews-addReviewProductPage #spr .btn { width: 100% !important; display: block !important; margin: 0 !important; padding: 15px 10px !important; box-sizing: border-box !important; font-size: 16px !important; text-align: center !important; white-space: normal !important; } } /* ========================================================= CORECTĂRI FINALE: HEADER SUPRAPUS ȘI FONT BUTOANE ========================================================= */ /* 1. Unificarea stilului textului pentru ambele butoane */ body#module-gsnippetsreviews-addReviewProductPage #spr .btn { text-transform: uppercase !important; /* Forțează literele mari pe ambele butoane */ font-weight: 600 !important; /* Îngroașă textul pentru a fi la fel de vizibil ca cel gri */ letter-spacing: 0.5px !important; /* O spațiere fină și elegantă între litere */ font-family: inherit !important; /* Le obligă să preia fontul temei tale (Montserrat) */ } /* 2. Împingem cardul în jos sub 1290px (pentru laptopuri mici și tablete) */ @media (max-width: 1290px) { body#module-gsnippetsreviews-addReviewProductPage #spr { margin-top: 140px !important; /* Împinge cardul de sub header-ul lipicios */ } } /* 3. Ne asigurăm că și pe telefoane (sub 768px) cardul nu stă sub meniu */ @media (max-width: 768px) { body#module-gsnippetsreviews-addReviewProductPage #spr { margin-top: 60px !important; /* Ajustează numărul (110) dacă header-ul e mai gros sau mai subțire pe telefon */ } } /* ========================================================= AȘEZARE RECENZII INDIVIDUALE (Ca in imaginea de referinta) ========================================================= */ #spr .review_container { display: flex; flex-direction: column; width: 100%; margin-bottom: 20px; } /* Rândul 1: Stele, Titlu, Verificat */ #spr .review_container > .d-flex:nth-child(1) { display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100% !important; border-bottom: none !important; } #spr .review_container > .d-flex:nth-child(1) > div:nth-child(1) { flex: 1 !important; text-align: left !important; padding: 0 !important; } #spr .review_container > .d-flex:nth-child(1) > div:nth-child(2) { flex: 2 !important; text-align: center !important; padding: 0 !important; } #spr .review_container > .d-flex:nth-child(1) > div:nth-child(3) { flex: 1 !important; text-align: right !important; padding: 0 !important; } #spr .review_title { font-weight: 700 !important; font-size: 16px !important; color: #444 !important; } /* Rândul 2: Textul */ #spr .review_container > .d-flex:nth-child(2) { display: block !important; width: 100% !important; margin: 15px 0 !important; } #spr .review_container > .d-flex:nth-child(2) > div:first-child { display: none !important; /* ascunde div-ul gol care strica asezarea */ } #spr .review_container > .d-flex:nth-child(2) > div:last-child { padding: 0 !important; width: 100% !important; } #spr .review_text { text-align: left !important; font-size: 14px !important; color: #666 !important; line-height: 1.6 !important; margin: 0 !important; } /* Rândul 3: Autor & Vot */ #spr .review_container > .d-flex:nth-child(3) { display: flex !important; justify-content: flex-end !important; width: 100% !important; } #spr .review_container > .d-flex:nth-child(3) > div { display: flex !important; align-items: center !important; justify-content: flex-end !important; gap: 15px !important; padding: 0 !important; width: 100% !important; } #spr .review_customer { color: #888 !important; font-style: italic !important; font-size: 13px !important; } /* Adaptare usoara pe mobil a listei de recenzii */ @media (max-width: 768px) { #spr .review_container > .d-flex:nth-child(1) { flex-direction: column !important; align-items: flex-start !important; gap: 8px; } #spr .review_container > .d-flex:nth-child(1) > div:nth-child(2) { text-align: left !important; } } /* _____STOP________*/ /* 1. Resetăm stilul containerului părinte */ .regular-price { text-decoration: none !important; position: relative; display: inline-block; } /* 2. Scriem "PRP " fără tăiere */ .regular-price::before { content: " PRP"; text-decoration: none !important; /* Asigurăm că nu preia tăierea */ margin-right: 5px; } /* 3. Desenăm linia DOAR pe partea de preț (fără PRP) */ .regular-price { /* Folosim un fundal tip gradient pentru a desena linia exact unde vrem */ background-image: linear-gradient(currentColor, currentColor); background-position: 100% 50%; /* Reglează linia pe verticală */ background-repeat: no-repeat; background-size: calc(100% - 40px) 1px; /* Scade din lățimea totală spațiul ocupat de "PRP" */ color: #666; /* Culoarea textului și a liniei */ } @media (min-width: 992px) { /* Forteaza afisarea oricarei liste din filtrele din stanga */ #left-column #search_filters .facet ul, #left-column #search_filters .facet .collapse, #left-column #search_filters .facet .dropdown-menu { display: block !important; position: static !important; transform: none !important; opacity: 1 !important; visibility: visible !important; height: auto !important; box-shadow: none !important; border: none !important; padding-top: 15px !important; } /* Blocheaza click-ul pe titlu pentru a nu le inchide accidental */ #left-column #search_filters .facet-title { pointer-events: none !important; border: none !important; background: transparent !important; padding: 0 !important; font-weight: 600 !important; } /* Ascunde orice iconita de +, minus sau sageata */ #left-column #search_filters .facet-title i, #left-column #search_filters .facet-title .drop-icon, #left-column #search_filters .facet-title::after { display: none !important; } } .elementor-image img[src*="banner-desktop.webp"] { display: block !important; width: 100% !important; height: auto !important; opacity: 1 !important; visibility: visible !important; } /* 2. REPARARE VARIANTE PRODUS SI PRET (Aici era eroarea) */ :root { --border-color: #e3e3e3; --success-color: #21c15b; --footer-bg: #dbdbdb; --border-light: hsla(0, 0%, 63%, 0.25); } /* AICI LIPSEA ACEASTA ACOLADA SI BLOCA TOT */ .iqitproductvariants__product:hover::before, .iqitproductvariants__product--current::before { content: ""; border: solid #212529 1px; box-shadow: 5px 5px 5px #695c52; } .iqitproductvariants__product::before { border: solid #695c52 1px; } .iqitproductvariants__product-col { margin-right: 1rem; } /* 3. STILIZARE BUTOANE VARIANTE (Lungime, Culoare) */ .product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span { color: #fff !important; border: 2px solid #2e2323 !important; background: #212529 !important; border-radius: 5px !important; font-size: large !important; display: inline-block !important; padding: 5px 10px !important; } /* 4. REPARARE AFISARE STEAGURI PRODUS (Resigilat) */ .product-flags .discount { display: none !important; } .product-flags .product-flag-resigilat-circular { display: flex !important; background-color: #333 !important; color: #fff !important; padding: 7px 14px !important; font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase !important; position: absolute !important; bottom: 0 !important; right: 0 !important; z-index: 10 !important; } /* 5. ALTE REPARATII DESIGN */ .pagination .page-list li.current a { color: #ffffff; background: black; font-size: larger; } #footer-container-first { padding: 1.1rem; background: linear-gradient(135deg, #ff1d25 0%, #380c87 50%, #00BFFF 100%); margin-top: 1.5rem; margin-bottom : 1.5rem; } .btn-primary { background: #179c35 !important; color: #ffffff !important; border-radius: 9px !important; text-transform: uppercase !important; } /* 6. RESPONSIVE MOBIL */ @media (max-width: 767px) { .logo.img-fluid { max-width: 100%; } #wrapper .breadcrumb { font-size: 0.875rem; } .product-add-to-cart .add-to-cart { font-size: .8rem; } #main-product-wrapper .product-add-to-cart { box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);} #back-to-top.-back-to-top-visible { display: none;} } /* Containerul principal al grilei - flexbox pentru aliniere și împachetare */ .grila-categorii { display: flex; flex-wrap: wrap; gap: 20px; /* Distanța dintre elemente pe orizontală și verticală */ justify-content: center; /* Centrează grila */ padding: 20px 0; } /* Stilul general al fiecărui item (casetei) de categorie */ .item-categorie { text-align: center; /* Centrează imaginea și textul în casetă */ } /* Stilul imaginii (iconiței) */ .item-categorie img { max-width: 64px; /* Limitează lățimea iconiței */ height: auto; /* Păstrează proporțiile */ margin-bottom: 10px; /* Distanța până la text */ display: block; /* Necesar pentru centrare automată */ margin-left: auto; margin-right: auto; } /* Stilul textului din link (numele categoriei) */ .item-categorie a { text-decoration: none; /* Șterge sublinierea */ color: #333; /* Culoarea textului */ font-weight: 500; /* Text puțin mai îngroșat */ display: block; /* Face tot linkul (imag+text) clickable */ } /* --- REGLAJE RESPONSIVE --- */ /* PE MOBIL (până la 767px) - 2 pe rând */ @media (max-width: 767px) { .item-categorie { width: calc(50% - 10px); /* Lățime pentru 2 coloane, ținând cont de gap */ } } /* PE DESKTOP (peste 768px inclusiv) - 3 pe rând */ @media (min-width: 768px) { .item-categorie { width: calc(33.333% - 13.333px); /* Lățime pentru 3 coloane, ținând cont de gaps */ } }