.iqitfake{} /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #fafafa; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1500px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #484848; } a:hover:not(.nav-link):not(.btn) { color: #5d8eb3; } .pagination .page-list li:hover { border-color: #5d8eb3; } .pagination .page-list li.current { border-color: #5d8eb3; } .pagination .page-list li.current a { color: #5d8eb3; } #mobile-header { background: #fff; border-bottom: none 1px #d9d9d9; } #mobile-header #mobile-header-sticky { background: #fff; } #mobile-header .mobile-main-bar { padding-top: 2.5rem; padding-bottom: 2.5rem; } #mobile-header .m-nav-btn { color: #484848; } #mobile-header .m-nav-btn:hover { color: #2972a7; } #mobile-header .mobile-buttons-bar { background: #fff; } #mobile-header .m-nav-btn { padding-top: 0.5714285714rem; padding-bottom: 0.5714285714rem; border: solid 1px rgba(21, 21, 21, 0.11); border-left: none; } #mobile-header .m-nav-btn:hover { background: #f5f5f5; } #mobile-header .col-mobile-btn:last-child .m-nav-btn { border-right: none; } html { font-size: 14px; } @media (max-width: 767px) { html { font-size: 12px; } } body { line-height: 1.4rem; } body { font-family: 'Montserrat', sans-serif; } #blockcart-content { background: #fff; color: #484848; border: none 1px #f5e70f; box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15); } #blockcart-content a:not(.btn) { color: #484848; } #blockcart-content a:not(.btn):hover { color: #484848; } #blockcart-content .cart-products > li, #blockcart-content .cart-subtotals { border-color: rgba(0, 0, 0, 0.16); } #blockcart-content .cart-products::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.16); } /*** 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: #fff; color: #000; border: solid 1px rgba(0, 0, 0, 0.11); } .btn-secondary:hover, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:hover, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:hover, .group-span-filestyle .btn-default:hover, .btn-secondary:focus, .btn-secondary.disabled:focus, .btn-secondary:disabled:focus, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:focus, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:focus, .group-span-filestyle .btn-default:focus, .btn-secondary :active, .btn-secondary.disabled :active, .btn-secondary:disabled :active, .bootstrap-touchspin .group-span-filestyle .btn-touchspin :active, .group-span-filestyle .bootstrap-touchspin .btn-touchspin :active, .group-span-filestyle .btn-default :active { background: #f2f2f2; color: #000; } .btn-secondary:not(:disabled):not(.disabled):active { background: #fbe30a; color: #000; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #fff; color: #000; border: solid 1px #e3e3e3; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #f2f2f2; color: #000; border: solid 1px #e3e3e3; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #00a651; color: #fff; border: none 1px; } .btn-primary:hover, .btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary:focus, .btn-primary.disabled:focus, .btn-primary:disabled:focus, .btn-primary :active, .btn-primary.disabled :active, .btn-primary:disabled :active { background: #fbe30a; color: #000; } .btn-primary:not(:disabled):not(.disabled):active { background: #fbe30a; color: #000; } #wrapper .breadcrumb { background: #f0f0f0; padding-top: 0.8571428571rem; padding-bottom: 0.8571428571rem; margin-top: -2.8571428571rem; margin-bottom: 2.8571428571rem; font-size: 0.7857142857rem; font-style: normal; font-weight: normal; text-transform: none; color: #858585; } #wrapper .breadcrumb li:after { color: #858585; } #wrapper .breadcrumb a { color: #858585; } /*** Text fields ***/ .form-control { background-color: #fff; color: #484848; border: solid 1px #e3e3e3; } .custom-select2, .custom-select2 option { background-color: #fff; } .custom-select2:after { color: #484848; } .bootstrap-touchspin .btn-touchspin { background-color: #fff; color: #484848; border: solid 1px #e3e3e3; } .bootstrap-touchspin .btn-touchspin:hover { color: #484848; } .form-control::-webkit-input-placeholder { color: #484848; } .form-control::-moz-placeholder { color: #484848; } .form-control:-ms-input-placeholder { color: #484848; } .form-control:-moz-placeholder { color: #484848; } .form-control:focus { color: #484848; border-color: #9e9e9e; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #1d1d1d; } .custom-radio input[type=radio]:checked + span { background-color: #1d1d1d; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #fff; color: #1d1d1d; border-color: #e3e3e3; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #fff; border: solid 1px rgba(0, 0, 0, 0.27); box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.1); } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #484848!important; border-bottom: solid 1px rgba(0, 0, 0, 0.27); } .dropdown-menu .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:hover { background: rgba(72, 72, 72, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: #333; color: #fff; } .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: #333; } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #333; } /*** Modals ***/ .modal-backdrop { background: rgba(255, 255, 255, 0.8); } .modal-content { background: #fff; border: solid 2px #e0e0e0; box-shadow: 7px 3px 30px 0px rgba(0, 0, 0, 0.16); } .js-quickview-np-btn { background: #fff; } /*** Notifications ***/ .ns-box { background: #00a651; color: #fff; border: none 1px; box-shadow: 7px 3px 30px 0px rgba(0, 0, 0, 0.16); } .product-price { color: #034ea2; } .iqit-review-star { color: #e0d041; } .product-flags .product-flag { font-size: 0.9285714286rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #034ea2; color: #fff; } .product-flags .new { background: #e9e9e9; color: #000; } .product-flags .online-only, .product-flags .pack { background: #e0e0e0; color: #000; } .discount { background: #034ea2; color: #fff; } .product-available { background: #67a675; color: #fff; } .product-unavailable { background: #a17738; color: #fff7f7; } .alert-success { background: #d4edda; color: #155724; border-color: #d4edda; } .alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) { color: #155724; text-decoration: underline; } .alert-info { background: #cce5ff; color: #004085; border-color: #cce5ff; } .alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) { color: #004085; text-decoration: underline; } .alert-warning { background: #fff3cd; color: #856404; border-color: #fff3cd; } .alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) { color: #856404; text-decoration: underline; } .alert-danger { background: #f8d7da; color: #721c24; border-color: #f8d7da; } .alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) { color: #721c24; text-decoration: underline; } #iqitcompare-floating { background: #fff; border-top: none 1px; border-left: none 1px; border-right: none 1px; box-shadow: 1px 1px 1px 1px #000; } #iqitcompare-floating a { color: #000; } #page-preloader { background: #fff; } #back-to-top { background: #034ea2; color: #fff; } #back-to-top:hover { background: #034ea2; color: #fff; } #header, #checkout-header { background: #fff; border-top: none 1px; border-bottom: none 1px; box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.18); } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #fff; border-bottom: none 1px; box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.18); } #header .header-nav { color: #484848; background: #fafafa; border-bottom: none 1px; font-size: 0.8571428571rem; } #header .header-nav a { color: #484848; } #header .header-nav a:hover { color: #2972a7; } #header .header-nav .social-links._topbar { font-size: 1.0714285714rem; } .header-top { padding-top: 2.1428571429rem; padding-bottom: 2.1428571429rem; color: #484848; } .header-top a:not(.btn):not(.nav-link) { color: #484848; } .header-top a:not(.btn):not(.nav-link):hover { color: #5d8eb3; } .header-top .form-search-control { background: #fff; border: solid 3px #e6e6e6; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.4285714286rem; display: block; } .header-top .header-cart-default a.cart-toogle { color: #5d8eb3; padding: 0.0714285714rem 0.0714285714rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #5d8eb3; } .header-top .header-cart-default .cart-toogle > .icon { font-size: 2.8rem; display: inline-block; vertical-align: middle; } .header-top .header-cart-default .cart-toogle > .info-wrapper { text-align: left; display: inline-block; vertical-align: middle; } .header-top .header-cart-default .cart-toogle > .info-wrapper > .cart-toggle-details, .header-top .header-cart-default .cart-toogle > .info-wrapper > .title { display: block; } .header-top .header-cart-default .cart-toogle > .info-wrapper > .title { opacity: 0.8; } .header-top .header-cart-default .cart-toogle > .info-wrapper > .cart-toggle-details { font-weight: bold; } .header-top .header-cart-default .cart-toogle > .info-wrapper .cart-separator { display: none; } .header-top a.header-cart-btn:not(:hover) { color: #5d8eb3; } .stuck-header .header-top { padding-top: 0.4285714286rem; padding-bottom: 0.4285714286rem; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #fff; } .cart-products-count-btn { background: #2183e6; color: #fff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 70%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #034ea2; border-top: solid 1px #e6e6e6; border-right: none 1px #e6e6e6; border-bottom: none 1px rgba(255, 255, 255, 0.4); border-left: none 1px #cc0f8c; margin: 0 -500%; padding: 0 500%; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 2.8571428571rem; max-width: 14.2857142857rem; color: #fff; padding-left: 1.7142857143rem; padding-right: 1.7142857143rem; border-left: solid 1px #e6e6e6; } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #fff; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -0.8571428571rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 2.8571428571rem !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: #ececeb; color: #004494; } .cbp-horizontal .cbp-tab-title { font-size: 1.0714285714rem; font-style: normal; font-weight: normal; text-transform: none; line-height: 1em; } .cbp-horizontal .cbp-legend { background: #ca5058; color: #fff; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1.4285714286rem; max-height: 1.4285714286rem; } .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.9285714286rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 1.4285714286rem; padding-right: 1.4285714286rem; } } #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; } .container-iqitmegamenu, .iqit-megamenu-container, .cbp-hrsub-narrow, #desktop-header-container.container { position: static !important; } .cbp-hrmenu .cbp-hrsub-inner { padding-left: 0; padding-right: 0; } .cbp-vertical-on-top #cbp-hrmenu1-ul { /*** VERTICAL MENU ***/ background: #fff; border: solid 1px #e3e3e3; box-shadow: 6px 0px 30px 0px rgba(0, 0, 0, 0.15); } #content-wrapper #cbp-hrmenu1 { background: #fff; border: solid 1px #e3e3e3; box-shadow: 6px 0px 30px 0px rgba(0, 0, 0, 0.15); } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1.1428571429rem; font-style: normal; font-weight: bold; text-transform: none; color: #fff; background: #5d8eb3; line-height: 3.5714285714rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #484848; background: #f0f0f0; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-style: normal; font-weight: normal; text-transform: none; padding-top: 0.5714285714rem; padding-bottom: 0.5714285714rem; 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.7142857143rem; max-height: 1.7142857143rem; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #f8f8f8; color: #333; } #cbp-hrmenu1 .cbp-legend { background: #ca5058; color: #fff; } #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: #484848; background: #f0f0f0; } .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: #fff; border: solid 1px #e3e3e3; 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: #484848 !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #2972a7 !important; } .cbp-hrmenu .tabs-links { background: #f7f7f7; } .cbp-hrmenu .cbp-tabs-names li a { color: #777 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #fff; color: #777 !important; } .cbp-hrmenu .cbp-links li a:before { display: none; } .cbp-hrmenu .cbp-links li a { padding-left: 0; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #484848 !important; border-bottom: none 1px rgba(0, 0, 0, 0.12); font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #2972a7 !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #fff; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #484848; } #iqitmegamenu-mobile { background: #fff; color: #484848; } #iqitmegamenu-mobile a, #iqitmegamenu-mobile a:link, #iqitmegamenu-mobile a:visited, #iqitmegamenu-mobile a:hover { color: #484848; } #iqitmegamenu-mobile li > ul { background: #f0f0f0; } #iqitmegamenu-mobile li > ul > li > ul { background: #dedede; } #iqitmegamenu-mobile > li > a { border-bottom: solid 1px #e0e0e0; } .col-mobile-menu-push #_mobile_iqitmegamenu-mobile { border: solid 1px #c9c9c9; box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.24); } /*** PS_FacatedSearch ***/ /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: #fff; color: #000; } .swiper-pagination-bullet { background: #333; } /*** Product miniature ***/ .products.row { margin: -0.3571428571rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 0.3571428571rem; } .swiper-container-wrapper { margin: -0.3571428571rem; } .swiper-container-wrapper .products.swiper-container { padding: 0.3571428571rem; } .swiper-container-wrapper .product-carousel { padding: 0.3571428571rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 0.3571428571rem; } .product-miniature { border: solid 1px #f0f0f0; outline: 2px solid transparent; background: #fff; } .product-miniature-grid { padding: 0.1428571429rem; } .product-miniature-grid .product-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .product-miniature-grid .product-price { font-size: 1.1428571429rem; font-style: normal; font-weight: bold; text-transform: none; } @media (hover: hover) { .product-miniature:hover { outline: solid 2px rgba(161, 161, 161, 0.25); } } .product-miniature-grid .product-functional-buttons { background: #fff; } .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 .flag-discount-value { display: none !important; } .btn-product-list { padding: 0.5rem 1rem; background: #00a651; color: #fff; border: none 1px #c8c8c8; } .btn-product-list:hover { background: #fbe30a; color: #000; border-color: #034ea2; } .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.7142857143rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.7142857143rem; } .products-grid .product-miniature-layout-3 .product-description { background: #fff; } .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(1, 1fr); } @media (min-width: 768px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 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(1, 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(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); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1.8571428571rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px rgba(0, 0, 0, 0.05); } .images-container .swiper-button-arrow, #product .product-cover .expander > span, #product-modal .modal-body .swiper-button-arrow { color: #484848; background: rgba(0, 0, 0, 0); } .images-container .swiper-button-arrow:hover, #product .product-cover .expander > span:hover, #product-modal .modal-body .swiper-button-arrow:hover { opacity: 0.6 !important; } .product-cover .expander { width: 100%; height: 100%; padding: 0; bottom: 0; right: 0; } .product-cover .expander > span { position: absolute; bottom: 1rem; right: 1rem; padding: 0.6rem; } #product .product-cover .expander > span { color: #484848; background: rgba(0, 0, 0, 0); transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1), color 0.2s cubic-bezier(0.7, 0, 0.3, 1); } #product .product-cover .expander > span:hover { opacity: 0.6 !important; } #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 screen and (max-width: 768px) { .col-left-product-cover, .col-left-product-thumbs { flex: 0 0 100%; max-width: 100%; } .col-left-product-thumbs { order: 2; margin-top: 2rem; } } #wrapper { background: #fafafa; border-top: none 1px; border-bottom: none 1px; padding-top: 2.8571428571rem; padding-bottom: 2.8571428571rem; color: #484848; box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3); } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 2.8571428571rem; padding-bottom: 2.8571428571rem; } #content-wrapper .page-title { color: #1d1d1d; font-size: 2.2857142857rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; position: relative; -js-display: flex; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #1d1d1d; } #content-wrapper .page-title span { margin-right: 0.5rem; } #content-wrapper .page-title:after { content: ""; display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-bottom: none 5px #2183e6; } #content-wrapper .section-title { color: #333; font-size: 1.2857142857rem; 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: #333; } #content-wrapper .section-title:after { content: ""; position: absolute; bottom: -1.5px; display: block; width: 30px; height: 1px; border-bottom: solid 3px #5d8eb3; left: 0; right: 0; } .nav-tabs .nav-link { color: #000; font-size: 1.1428571429rem; 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: #000; border-bottom: solid 3px #5d8eb3; } .iqit-accordion .title { font-style: normal; font-weight: normal; text-transform: none; } .iqit-accordion .nav-link { border-bottom: solid 3px #5d8eb3; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #000; border-bottom: solid 3px #5d8eb3; } #wrapper .block-title { color: #000; font-size: 1rem; 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%; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #000; } #wrapper .block-title span { margin-right: 0.5rem; } #wrapper .block-title:after { content: ""; display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-bottom: none 1px #e3e3e3; } #left-column .block, #right-column .block { background: #fff; padding: 1.0714285714rem; border: solid 1px #f0f0f0; } #footer, #checkout-footer { background: #00a651; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: none 1px #000; background: rgba(0, 0, 0, 0.08); } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #fff; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #fff; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #fff; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #fff; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #fff; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #fff; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #fff; } #footer .social-links._footer, #checkout-footer .social-links._footer { font-size: 1.8571428571rem; } #footer .social-links._footer a:not(:hover), #checkout-footer .social-links._footer a:not(:hover) { color: #fff !important; } #footer .block-title, #checkout-footer .block-title { color: #fff; font-size: 1rem; 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, #checkout-footer .block-title a:link, #footer .block-title a:visited, #checkout-footer .block-title a:visited { color: #fff; } #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: none 3px #f5e70f; } #footer-container-first { border-top: none 1px rgba(161, 161, 161, 0.25); padding-top: 2.1428571429rem; padding-bottom: 2.1428571429rem; background: #87adc9; color: #fff; } #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 rgba(161, 161, 161, 0.25); padding-top: 4.2857142857rem; padding-bottom: 3.2857142857rem; color: #fff; } #footer-container-main a, #checkout-footer a { color: #fff; } #footer-container-main a:hover, #checkout-footer a:hover { color: #ffd304; } #footer-copyrights { border-top: none 1px rgba(161, 161, 161, 0.25); background: #fafafa; padding-top: 2.1428571429rem; padding-bottom: 2.1428571429rem; } .footer-style-inline .block-title { display: none !important; } html, body { height: auto; min-height: 100%; } #maintenance-page { background: #e3e3e3; color: #333; } #maintenance-page a, #maintenance-page a:link { color: #333; } /* add background colors in variouse boxes - start */ .product-info-row{ background: #fff; margin: 0; padding: 2rem 1rem; margin-bottom: 3rem; border: 1px solid #f0f0f0 } #left-column { padding-right: 0; } body#checkout section.checkout-step, .cart-grid-right .cart-summary { background: #fff; } .cart-items{ background: #fff; border: 1px solid #f0f0f0 } .cart-item{ padding: 1rem } .products-selection{ background: #fff; padding-left: 1rem; padding-right: 1rem; border: 1px solid #f0f0f0 } .cbp-hrmenu .cbp-links li a { margin-left: 10px;} .product-tabs .nav-link { padding: 1rem; border-top: 1px solid transparent; border-left: 1px solid transparent; border-right: 1px solid transparent; } .product-tabs .nav-link.active{ background: #fff; border-top: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; } .product-tabs .nav-tabs{ margin: 0; } .product-tabs .tab-content{ background: #fff; padding: 1.5rem; border: 1px solid #f0f0f0; border-top: none; } /* add background colors in variouse boxes - end */ /* start custom css zen net*/ .header-custom-html{ text-align: center; } #index #wrapper { padding-top: 0; } .product-manufacturer img { max-width: 100px; } /*#iqitmegamenu-horizontal, .mobile-buttons-bar { background: #034ea2!important; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF034EA2', endColorstr='#FF1180C4'); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMzRlYTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTgwYzQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=)!important; background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(25%, #034ea2),color-stop(100%, #1180c4))!important; background-image: -moz-linear-gradient(left, #034ea2 25%,#1180c4 100%)!important; background-image: -webkit-linear-gradient(left, #034ea2 25%,#1180c4 100%)!important; background-image: linear-gradient(to right, #034ea2 25%,#1180c4 100%)!important; width: 100vw; margin: 0 0 0 calc(-50vw + 50%); padding: 0; }*/ #iqitmegamenu-horizontal, .mobile-buttons-bar { background-image: linear-gradient(#154194,#0080c9); font-family: Montserrat,Source-sans,sans-serif; } .cbp-hrmenu > ul > li { float: none!important; } #mobile-header-sticky.stuck-down .mobile-buttons-bar { background: #fff!important; } #mobile-header #header-compare-btn .header-btn { color: #fff!important; } #mobile-header .stuck-down #header-compare-btn .header-btn { color: #484848!important; } #mobile-header .stuck-down .m-nav-btn { color: #484848; } #header #mobile-header .header-btn-w { padding: 0; } .card-header { background-color: #034ea2; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF034EA2', endColorstr='#FF1180C4'); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMzRlYTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTgwYzQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(25%, #034ea2),color-stop(100%, #1180c4)); background-image: -moz-linear-gradient(left, #034ea2 25%,#1180c4 100%); background-image: -webkit-linear-gradient(left, #034ea2 25%,#1180c4 100%); background-image: linear-gradient(to right, #034ea2 25%,#1180c4 100%); } .card-header span { color: #fff; font-size: 16px; } /*Etichete eficienta*/ .eu-tyre-label { font-family: "Open Sans",sans-serif; font-weight: 600; font-size: 16px; opacity: 0.5; } .opacitate {opacity: 1;} .eu-tyre-label-noise-db {display: none;} .displaydb {display: initial;} .eu-tyre-label-background { background-image: url('/img/bannere/bg.png'); width: 250px; height: 367px; background-size: contain; background-repeat: no-repeat; position: relative; display: block; } div.eu-tyre-label-arrow { /*visibility: hidden;*/ display: inline-block; vertical-align: top; position: relative; padding-left: 57px; padding-top: 102px; } span.eu-tyre-label-arrow-text { position: absolute; bottom: 3px; right: 2px; color: white; } div.eu-tyre-label-arrow img { width: 40px; } div.eu-tyre-label-fuel-arrow { /*width: 40px;*/ padding-left: 96px; padding-top: 102px; } div.eu-tyre-label-noise-text{ position: absolute; } div.eu-tyre-label-noise-text { display: block; position: absolute; bottom: 60px; right: 38px; color: white; } div.eu-tyre-label-fuel-arrow.class-b { padding-top: 121px; } div.eu-tyre-label-fuel-arrow.class-c { padding-top: 139px; } div.eu-tyre-label-fuel-arrow.class-d { padding-top: 158px; } div.eu-tyre-label-fuel-arrow.class-e { padding-top: 176px; } div.eu-tyre-label-fuel-arrow.class-f { padding-top: 194px; } div.eu-tyre-label-fuel-arrow.class-g { padding-top: 213px; } div.eu-tyre-label-rain-arrow.class-b { padding-top: 121px; } div.eu-tyre-label-rain-arrow.class-c { padding-top: 139px; } div.eu-tyre-label-rain-arrow.class-d { padding-top: 158px; } div.eu-tyre-label-rain-arrow.class-e { padding-top: 176px; } div.eu-tyre-label-rain-arrow.class-f { padding-top: 194px; } div.eu-tyre-label-rain-arrow.class-g { padding-top: 212px; } img.eu-tyre-label-noise-marker { width: 30px; position: absolute; left: -65px; top: -13px; } /* end etichete eficienta */ .product-sidebar { left: -20px; } .PM_ASCriterionStepEnable select { background-image: none; } .vara-anv { color: #ffd630; font-size: 20px; } .iarna-anv { color: #3ca6e4; font-size: 20px; } #ws-widget-eab404 { padding: 1.25rem; } /*.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle { display: none; }*/ .active_filters { padding: 10px 20px; } .car-search, #js-active-search-filters { margin-bottom: 1rem; } .products-selection { margin: 0 0 1rem; } .product-miniature-list-row { padding: .7rem .7rem; } .product-miniature-list .product-price-and-shipping { margin-bottom: 0.5rem; } .select-title .select-title-name { max-width: 150px; } #left-column { padding-right: 15px; } @media (max-width: 767.98px) { #left-column { margin-top: 0; margin-bottom: 2rem; } } .stuck-header #desktop-header-container .col-header-right span.title {display: none;} img.logo {height: 71px;} .header-custom-html img {height: 51px;} img.logo, .header-custom-html img {transition: all 200ms;} .stuck-header img.logo, .stuck-down img.logo { height: 35px; } .stuck-header .header-custom-html img, .stuck-down .header-custom-html img { height: 29px; } .stuck-header { top: 7px!important; } .header-top a.header-cart-btn:not(:hover) { color: #484848; } .hidden-nr-comparatie { display: none; } #header .header-nav { padding: 0; height: 0; border-bottom: solid 1px #fff; } @media (max-width: 575.98px) { #header #mobile-header .header-btn-w .header-btn>.icon { font-size: 1.5rem; } } #header #mobile-header .header-btn-w .header-btn { padding-top: 0.57143rem; padding-bottom: 0.57143rem; border: solid 1px rgba(21, 21, 21, 0.11); border-left: none; } .cbp-hrmenu-tab:after { content: ""; display: block; position: relative; width: 100%; height: 5px; bottom: 0; z-index: 2; } .cbp-hrmenu-tab:hover:after { content: ""; display: block; position: relative; width: 100%; height: 0; bottom: 0; z-index: 2; } .cbp-hropen:hover:after { content: ""; display: block; position: relative; width: 100%; height: 5px; bottom: 0; z-index: 2; } .cbp-hropen:hover:after { background-image: url(https://bandt.ro/img/svg/euromaster-frise-menu.svg); background-repeat: repeat-y; background-size: contain; } ul.tabs-vld > li.active:after { content: ""; display: block; position: relative; width: 100%; height: 5px; bottom: -7px; z-index: 2; background-image: url(https://bandt.ro/img/svg/euromaster-frise-menu.svg); background-repeat: repeat-y; background-size: contain; } .cbp-hrsub:after { content: ""; display: block; position: relative; width: 100%; height: 8px; bottom: 0; z-index: 2; background-image: url(https://bandt.ro/img/svg/euromaster-frise-menu.svg); background-repeat: repeat-y; /*background-size: contain;*/ } #cbp-hrmenu-tab-7:hover:after, #cbp-hrmenu-tab-8:hover:after { background-image: none; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { border-left: none; } .cbp-hrmenu > ul > li { border-left: solid 1px #e6e6e6; } .cbp-hrmenu > ul > li > a, .cbp-hrmenu > ul > li > span.cbp-main-link { padding-top: 5px!important; } #header:before { content: ''; position: fixed; left: 0; top: 0; width: 100%; height: 7px; background-image: url(https://bandt.ro/img/svg/euromaster-header-mobile.svg); background-repeat: no-repeat; background-position: top; background-size: cover; z-index: 99999; } #back-to-top.-back-to-top-visible { z-index: 99999; } #back-to-top { cursor: pointer; width: 3rem; height: 3rem; bottom: 0.5rem; right: 0.5rem; } .card-body { padding: 0; } #stores .page-stores .store-item-footer div:first-child { flex: 100%; } /*.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default { background: #034ea2; }*/ .cbp-hrmenu > ul > li:first-child { border-left: none; } .cbp-hrmenu .cbp-links li { padding: 10px; } .cbp-hrmenu .cbp-links li:before { content: "\f105"; display: inline; font-family: "FontAwesome"; position: absolute; left: 0px; -webkit-transition: left 0.3s ease, right 0.3s ease; -moz-transition: left 0.3s ease, right 0.3s ease; -o-transition: left 0.3s ease, right 0.3s ease; transition: left 0.3s ease, right 0.3s ease; } #mobile-header .header-user-btn>i { font-size: 2rem; } /* tabela preturi */ .pricing-table { margin-top: 0px; } .pricing-table { margin-top: 30px; margin-bottom: 30px; } .pricing-table .pricing-table-item { border-bottom: 0px; } .pricing-table .item-header { background-color: #333; color: #ffffff; text-align: center; line-height: 50px; text-transform: none; } h2, .header-two { font-size: 19px; line-height: 1.3; text-transform: uppercase; } .pricing-table .item-cta-block { background-color: #D3D3D3; padding: 25px; text-align: center; position: relative; } .pricing-table .block-price { color: #000000; font-size: 35px; } .pricing-table .block-sub-text { font-size: 15px; color: #000000; line-height: 26px; margin-bottom: 10px; } .item-cta-block .blue-button { display: inline-block; } .blue-button { background-color: #004494; color: #ffffff!important; border: 1px solid #004494; font-weight: 700; padding: 12px 20px; box-shadow: 0 3px 0 0 rgba(24, 24, 25, 0.1); -webkit-transition: all .25s; transition: all .25s; margin-bottom: 6px; } .blue-button:hover { background-color: #fff; color: #004494!important; -webkit-transition: all .25s; transition: all .25s; } .pricing-table .item-details-block { background-color: #f7f7f7; padding: 38px 30px; border: 1px solid #ccc; } .pricing-table .plus-header { text-align: center; font-size: 18px; } .separator { background-color: #004494; height: 3px; width: 100px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; } /*.pricing-table .item-details-block { min-height: 525px; }*/ .pricing-table .item-details-block ul { list-style: none; margin: 0; padding: 0; } .pricing-table .item-details-block ul li { line-height: 2; text-align: center; margin-bottom: 10px; } .separator-type, .title-type, .intro-type, .content-type .intro-type p { position: relative; } .optional-price {padding-top: 5px;} .pricing-table .item-header { margin: 0; } .pricing-container { padding-top: 15px; padding-bottom: 15px; } /*#PM_ASBlockOutput_1 { position: -webkit-sticky; position: sticky; top: 120px; } @media (max-width: 991.98px){ #PM_ASBlockOutput_1 { position: -webkit-sticky; position: sticky; top: 90px; } }*/ .card { background: #f0f0f0; } /*tooltip-uri*/ .inf-zen { cursor: help; -webkit-transform: translateZ(0); /* webkit flicker fix */ -webkit-font-smoothing: antialiased; /* webkit text rendering fix */ } .tooltip p {font-size: 15px;} .inf-zen .tooltip { background: #006FA4; bottom: 100%; color: #fff; display: block; /*left: -25px;*/ margin-bottom: 15px; opacity: 0; padding: 20px; pointer-events: none; position: absolute; width: 100%; max-width: 350px; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); } /* asta daca vreau sa nu am gap ca sa nu dispara cand misc mouse */ .inf-zen .tooltip:before { bottom: -20px; content: " "; display: block; height: 20px; left: 0; position: absolute; width: 100%; } .inf-zen .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #1496bb 10px; bottom: -10px; content: " "; height: 0; left: 50%; margin-left: -13px; position: absolute; width: 0; } .tool-zen:hover .tooltip { opacity: 1; pointer-events: auto; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } /* IE can just show/hide with no transition */ .lte8 .inf-zen .tooltip { display: none; } .lte8 .tool-zen:hover .tooltip { display: block; } .inf-zen i {color: #006FA4; font-size: 18px; margin-left: 15px;} .tooltip img { width: 100%; height: 100%; object-fit: cover; margin-top: 20px; } .tool-zen {display: inline-block;} /* end tooltip-uri*/ .elementor .eticheta img { display: inline-block; } #iqitcookielaw a { color: #fff; text-decoration: underline; } #iqitcookielaw a:hover { color: #034ea2; } #order-confirmation #registration-form { padding: 20px; } .cart-grid-right .cart-summary { padding: 20px; } .cart-summary-line.cart-total { padding: 20px 0; } .cart-summary-products { padding: 20px 0; } #map{ height: 400px; width: 600px; } #content-hook_payment_return a {text-decoration: underline; } .aplic-camioane { font-size: 10px; font-weight: 700;} .product-miniature-layout-2 .inf-zen i { color: #006FA4; font-size: 13px; margin-left: 5px; } .product-miniature-layout-2 .caracteristici p { margin-bottom: .5rem; } @media (max-width: 767px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 1; display: flex; justify-content: center;} } @media (min-width: 768px) and (max-width: 800px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.54;} } @media (min-width: 801px) and (max-width: 900px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.56;} } @media (min-width: 901px) and (max-width: 1000px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.62;} } @media (min-width: 1001px) and (max-width: 1100px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.7;} } @media (min-width: 1101px) and (max-width: 1200px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.76;} } @media (min-width: 1201px) and (max-width: 1300px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.82;} } @media (min-width: 1301px) and (max-width: 1400px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.9;} } @media (min-width: 1401px) and (max-width: 1500px) { .block-iqithtmlandbanners-html .block-content .eu-tyre-label { zoom: 0.96;} } /*@media (min-width: 701px) { .elementor #manuale-block iframe { max-width: 880px; width: 880px; } }*/ .PM_ASCriterionsGroupName {font-size: 14px;} .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle { border-bottom: none!important; padding-bottom: 0!important; margin-top: 0!important; } .PM_ASBlockOutputVertical .PM_ASCriterionsGroup { margin-bottom: 0.5rem!important; } .PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .PM_ASBlockTitle:after, .PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .PM_ASearchTitle:after { content: none!important; } #iFrame1 {height: 1200px;} @keyframes slideInFromLeft { 0% { transform: translateX(-100%); } 100% { transform: translateX(0); } } .elementor-element-f51lj6g .em-arrow-block { width: 600px!important; } .em-arrow-block { position: relative; width: 515px; left: -1px; height: auto; z-index: 10; } .em-arrow-block_inner { display: block; position: relative; z-index: 100; -webkit-animation: 0.75s ease-out 0s 1 slideInFromLeft; animation: 0.75s ease-out 0s 1 slideInFromLeft; } .em-arrow-block-body { background-color: #0354A6; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODljZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzNTRhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089cf),color-stop(100%, #0354a6)); background-image: -moz-linear-gradient(top, #0089cf 0%,#0354a6 100%); background-image: -webkit-linear-gradient(top, #0089cf 0%,#0354a6 100%); background-image: linear-gradient(to bottom, #0089cf 0%,#0354a6 100%); color: #fff; margin: 0; padding: 4em 4em 4.2em 4em; text-align: center; } .em-typo-six-subtitle { font-size: 2.6em; font-weight: 300; color: inherit; } .em-typo-six-title { font-size: 1.2rem; font-weight: 700; text-transform: uppercase; color: inherit; text-align: left; } .em-arrow-block-body-text-content { position: relative; left: 0; padding: 0 0 1em 0.6em; margin: 0; vertical-align: middle; line-height: 1.2; background--webkit-transition: left 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940); background--o-transition: left 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940); background-transition: left 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940); background-image: url(/img/arrow-underline.svg); background-repeat: no-repeat; background-position: 0 100%; text-align: left; } @media screen and (max-width: 767px) { .em-arrow-block { width: 100%!important; } .em-typo-six-subtitle { font-size: 2em; } .elementor-element.elementor-element-d3kf6vl { background-image: none!important; } } .cms-id-6 .breadcrumb, .cms-id-7 .breadcrumb, .cms-id-8 .breadcrumb, .cms-id-9 .breadcrumb, .cms-id-10 .breadcrumb, .cms-id-11 .breadcrumb, .cms-id-12 .breadcrumb { margin-bottom: 0!important; } .cms-id-6 .page-header, .cms-id-7 .page-header, .cms-id-8 .page-header, .cms-id-9 .page-header, .cms-id-10 .page-header, .cms-id-11 .page-header, .cms-id-12 .page-header { display: none;} /*STYLES FOR FLOATING BUTTON (UPDATED)*/ #book-me { position: fixed; top: 50%; right: 0; transform: rotate(90deg) translateX(50%); transform-origin: 100% 0; z-index: 99; } #book-me a { background: #034ea2; color: white; display: inline-block; font-size: 14px; font-weight: bold; text-transform: uppercase; font-family: montserrat; padding: 10px 30px; cursor: pointer; } @media screen and (max-width: 960px) { #book-me { bottom: 0.5rem; left: 0.5rem; top: auto; transform: none; } #book-me a { padding: 10px 30px; } } #mobile-header-sticky.stuck-down, #mobile-header-sticky.stuck-up.visible-stuck-up { top: 7px; } #mobile-header-sticky.stuck-down .col-mobile-btn span { display: none; } .elementor-element.elementor-element-fvuk5fd { margin-bottom: 10px!important; } .products-list .caracteristici {font-size: 11px;} .vedere-lista { font-size: 20px; margin: 0 10px; } .products-list .product-functional-buttons { display: inline-block; margin: 0 10px 5px; } .products-list .eticheta { display: inline-block; } .sub-patru { background-color: #fbf9de; } .minim-patru { background-color: #e4fbe4; } .product-miniature-grid .product-availability { display: none; } .products-list .inf-zen { display: none; } .text-shadow { text-shadow: 0px 0px 20px #000; } .group-4 #wrapper .breadcrumb { margin-bottom: 0!important; } #product.group-4 #wrapper .breadcrumb { display: none; } .group-4 #inner-wrapper:before { content:"Esti autentificat in cont B2B"; width: 100%; text-align: center; display: block; position: relative; font-size: 20px; margin: 20px; } #index.group-4 #inner-wrapper:before { content:"Esti autentificat in cont B2B"; padding: 20px; margin: 0!important; } .PM_ASShowCriterionsGroupHidden { margin-top: 1rem; } .calculator-anv {display:none;}