.iqitfake{} /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #f4f4f4; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1300px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #202020; } a:hover:not(.nav-link):not(.btn) { color: #808080; } .pagination .page-list li:hover { border-color: #808080; } .pagination .page-list li.current { border-color: #808080; } .pagination .page-list li.current a { color: #808080; } #mobile-header { background: white; border-bottom: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } #mobile-header #mobile-header-sticky { background: white; } #mobile-header .m-nav-btn { color: #202020; } #mobile-header .m-nav-btn:hover { color: #404040; } #mobile-header .mobile-buttons-bar { background: rgba(0, 0, 0, 0); } #mobile-header .m-nav-btn { padding-top: 0.33333rem; padding-bottom: 0.33333rem; border: solid 1px #cfcfcf; border-left: none; } #mobile-header .m-nav-btn:hover { background: rgba(199, 199, 199, 0); } #mobile-header .col-mobile-btn:last-child .m-nav-btn { border-right: none; } @media (max-width: 9999px) { #desktop-header { display: none; } #mobile-header { display: block; } } html { font-size: 15px; } @media (max-width: 767px) { html { font-size: 15px; } } body { line-height: 1.5rem; } body { font-family: 'Open Sans', sans-serif; } .h1, .h2, .block-title, .page-title, .modal-title, .step-title { font-family: 'Open Sans', sans-serif; } #blockcart-content { background: rgba(0, 0, 0, 0); color: #202020; border: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } #blockcart-content a:not(.btn) { color: #202020; } #blockcart-content a:not(.btn):hover { color: #202020; } #blockcart-content .cart-products > li, #blockcart-content .cart-subtotals { border-color: #cfcfcf; } #blockcart-content .cart-products::-webkit-scrollbar-thumb { background-color: #cfcfcf; } /*** Secondary button ***/ .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled { background: #e82139; color: white; border: solid 1px #cfcfcf; } .btn-secondary:hover, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover, .btn-secondary:focus, .btn-secondary.disabled:focus, .btn-secondary:disabled:focus, .btn-secondary :active, .btn-secondary.disabled :active, .btn-secondary:disabled :active { background: #e82139; color: white; border-color: #cfcfcf; } .btn-secondary:not(:disabled):not(.disabled):active { background: #e82139; color: white; border-color: #cfcfcf; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #e82139; color: white; border: solid 1px #cfcfcf; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #e82139; color: white; border: solid 1px #cfcfcf; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #e82139; color: white; border: solid 1px #cfcfcf; } .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: #e82139; color: white; border-color: #cfcfcf; } .btn-primary:not(:disabled):not(.disabled):active { background: #e82139; color: white; border-color: #cfcfcf; } #wrapper .breadcrumb { padding-top: 0.66667rem; padding-bottom: 0.66667rem; margin-top: -2rem; margin-bottom: 2rem; font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; } #wrapper .breadcrumb li:after { color: #808080; } #wrapper .breadcrumb a { color: #808080; } /*** Text fields ***/ .form-control { background-color: rgba(0, 0, 0, 0); color: #202020; border: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } .custom-select2, .custom-select2 option { background-color: rgba(0, 0, 0, 0); } .custom-select2:after { color: #202020; } .bootstrap-touchspin .btn-touchspin { background-color: rgba(0, 0, 0, 0); color: #202020; border: solid 1px #cfcfcf; } .bootstrap-touchspin .btn-touchspin:hover { color: #202020; } .form-control::-webkit-input-placeholder { color: #202020; } .form-control::-moz-placeholder { color: #202020; } .form-control:-ms-input-placeholder { color: #202020; } .form-control:-moz-placeholder { color: #202020; } .form-control:focus { color: #202020; border-color: #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #e82139; } .custom-radio input[type=radio]:checked + span { background-color: #e82139; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #fff; color: #e82139; border-color: #cfcfcf; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #f4f4f4; border: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #202020!important; border-bottom: solid 1px #cfcfcf; } .dropdown-menu .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:hover { background: rgba(32, 32, 32, .05); } /*** Tooltips ***/ .tooltip-inner { background: #202020; color: white; } .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: #202020; } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #202020; } /*** Modals ***/ .modal-backdrop { background: rgba(194, 194, 194, 0.5); } .modal-content { background: #f2f2f2; border: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } .js-quickview-np-btn { background: #f2f2f2; } /*** Notifications ***/ .ns-box { background: white; color: #202020; border: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } .product-price { color: #e82139; } .iqit-review-star { color: #202020; } .product-flags .product-flag { font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #e82139; color: white; } .product-flags .new { background: #8bc150; color: white; } .product-flags .online-only, .product-flags .pack { background: #e82139; color: white; } .discount { background: #e82139; color: white; } .product-available { background: #4a90e2; color: white; } .product-unavailable { background: #e82139; color: white; } .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; } #page-preloader { background: #f4f4f4; } #page-preloader .loader-wrapper { font-size: 30px; } #page-preloader .loader-1 { border-color: rgba(32, 32, 32, .2); border-top-color: #202020; } #page-preloader .loader-2 { background: rgba(32, 32, 32, .3); } #page-preloader .loader-2:after, #page-preloader .loader-2:before { background: rgba(32, 32, 32, .3); } @keyframes loader-2 { 50% { background: #202020; } } #back-to-top { background: #202020; color: #fff; } #back-to-top:hover { background: #202020; color: #e82139; } ::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { background: #202020; } ::-webkit-scrollbar-track { background: #f4f4f4; } body { scrollbar-face-color: #202020; scrollbar-track-color: #f4f4f4; } #header { background: #202020; border-top: none 1px; border-bottom: none 1px; } #header .container { max-width: 100%; } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #202020; border-bottom: none 1px; } #header .header-nav { color: #808080; background: #f4f4f4; border-bottom: solid 1px #cfcfcf; padding-top: 0.8rem; padding-bottom: 0.8rem; font-size: 0.8rem; } #header .header-nav a { color: #808080; } #header .header-nav a:hover { color: #202020; } #header .header-nav .social-links._topbar { font-size: 0.8rem; } #header .header-nav .social-links._topbar a:hover { color: #202020 !important; } .header-top { color: #181818; } .header-top a:not(.btn):not(.nav-link) { color: #181818; } .header-top a:not(.btn):not(.nav-link):hover { color: #505050; } .header-top .form-search-control { border: solid 1px #cfcfcf; } .header-top .header-btn-w .header-btn > .icon { font-size: 2rem; display: block; } .header-top .header-cart-default a.cart-toogle { background: #000; color: #fff; padding: 0.6rem 0.6rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #fff; } .header-top a.header-cart-btn:not(:hover) { color: #fff; } .stuck-header .header-top { padding-top: 1.33333rem; padding-bottom: 1.33333rem; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: white; } .cart-products-count-btn { background: #d31b1b; color: #fff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 80%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #181818; border-top: none 3px #521919; border-right: none 3px #38b82c; border-bottom: none 3px #457deb; border-left: none 3px #a6cc0f; margin: 0 -500%; padding: 0 500%; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 3.33333rem; max-width: 13.33333rem; color: #fff; border-left: solid 1px #575757; } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #fff; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -1.13333rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 3.33333rem !important; } .cbp-vertical-on-top .cbp-vertical-title-text { display: none !important; } .cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover { background: #f8f8f8; color: #333; } .cbp-horizontal .cbp-tab-title { font-size: 0.93333rem; 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: 2rem; max-height: 2rem; } .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.93333rem; } } #cbp-hrmenu .cbp-hrsub { transform: translateY(15px); } #cbp-hrmenu .cbp-hropen .cbp-hrsub { transform: translateY(0px); } #cbp-hrmenu .cbp-hrsub, #cbp-hrmenu .cbp-hrsub-level2, #cbp-hrmenu .cbp-hrsub-wrapper { transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; } .iqitmegamenu-submenu-container { padding: 0; } .cbp-vertical-on-top #cbp-hrmenu1-ul { /*** VERTICAL MENU ***/ background: rgba(0, 0, 0, 0); border: none 1px #cfcfcf; } #content-wrapper #cbp-hrmenu1 { background: rgba(0, 0, 0, 0); border: none 1px #cfcfcf; } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1.33333rem; font-style: normal; font-weight: normal; text-transform: none; color: white; background: white; line-height: 3.33333rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: white; background: rgba(0, 0, 0, 0); } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; border-top: none 1px #cfcfcf; } #cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon, #cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon { font-size: 1.33333rem; max-height: 1.33333rem; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { color: #181818; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { color: #181818; } #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: white; background: rgba(0, 0, 0, 0); } /*** 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: rgba(0, 0, 0, 0); border: none 1px #37a625; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: #181818 !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #181818 !important; } .cbp-hrmenu .tabs-links { background: rgba(0, 0, 0, 0); } .cbp-hrmenu .cbp-tabs-names li a { color: #181818 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: rgba(0, 0, 0, 0); color: #404040 !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: #181818 !important; border-bottom: none 3px #c2bc29; font-size: 0.93333rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #181818 !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #202020; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: white; } #iqitmegamenu-mobile { background: #202020; color: white; } #iqitmegamenu-mobile a, #iqitmegamenu-mobile a:link, #iqitmegamenu-mobile a:visited, #iqitmegamenu-mobile a:hover { color: white; } #iqitmegamenu-mobile li > ul { background: #353535; } #iqitmegamenu-mobile li > ul > li > ul { background: #606060; } #iqitmegamenu-mobile > li > a { border-bottom: solid 1px #cfcfcf; } .col-mobile-menu-push #_mobile_iqitmegamenu-mobile { border: solid 1px #cfcfcf; box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.25); } /*** PS_FacatedSearch ***/ /*** Carousels ***/ .slick-arrow { background: #202020; color: #e82139; } ul.slick-dots li button:before, ul.slick-dots li.slick-active button:before { color: #202020; } /*** Product miniature ***/ .products.row { margin: -1.33333rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 1.33333rem; } .slick-products-carousel { margin: -1.33333rem; } .slick-products-carousel .slick-list { padding: 1.33333rem; } .slick-products-carousel .product-carousel { padding: 1.33333rem; } .slick-products-carousel.slick-arrows-above .slick-next, .slick-products-carousel.slick-arrows-above .slick-prev { margin: 1.33333rem; } .product-miniature { border: solid 1px #cfcfcf; outline: 1px solid transparent; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); background: #f4f4f4; color: #202020; } .product-miniature a:link:not(.nav-link):not(.btn), .product-miniature a:visited:not(.nav-link):not(.btn) { color: #202020; } .product-miniature .product-price { color: #e82139; } .product-miniature .iqit-review-star { color: #202020; } .product-miniature .thumbnail-container .product-thumbnail-second { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transition: opacity 0.3s ease; backface-visibility: hidden; } .product-miniature .thumbnail-container:hover .product-thumbnail-second { opacity: 1; } .product-miniature-grid { padding: 0.66667rem; } .product-miniature-grid .product-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .product-miniature-grid .product-price { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .product-miniature:hover { border-color: #cfcfcf; outline: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } .product-miniature-grid .product-functional-buttons { background: rgba(0, 0, 0, 0); display: none; } .product-miniature-grid .product-functional-buttons a:link, .product-miniature-grid .product-functional-buttons a:visited, .product-miniature-grid .product-functional-buttons a:hover { color: #202020 !important; } .products-grid .product-miniature .product-reference { display: none !important; } .products-grid .product-miniature .product-brand { display: none !important; } .products-grid .product-miniature .input-qty { display: none !important; } .products-grid .product-miniature .products-variants { display: none !important; } .btn-product-list { padding: 0.33333rem 0.66667rem; background: #e82139; color: #fff; border: solid 1px #cfcfcf; } .btn-product-list:hover { background: #e82139; color: #202020; border-color: #cfcfcf; } .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; } .products-grid .slick-slide > div:only-child, .products-grid .slick-slide > div > .product-carousel { height: 100%; } .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.66667rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.66667rem; } .products-grid .product-miniature-layout-3 .product-description { background: #202020; } .product_header_container .product-price { font-size: 1.33333rem; letter-spacing: 0.06667rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px #cfcfcf; } .images-container .slick-arrow, #product .product-cover .expander > span, #product-modal .modal-body .slick-arrow { color: #202020; background: rgba(0, 0, 0, 0); } .images-container .slick-arrow:hover, #product .product-cover .expander > span:hover, #product-modal .modal-body .slick-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: #202020; background: rgba(0, 0, 0, 0); transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1), color 0.2s cubic-bezier(0.7, 0, 0.3, 1); } #product .product-cover .expander > span:hover { opacity: 0.6 !important; } .product-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; } .col-product-info, .quickview-info { text-align: center; } .product-variants-item > ul { display: inline-block; } .product-variants-item .custom-select2 { margin: 0 auto; } .product-add-to-cart .row.product-quantity { justify-content: center; } #wrapper { background: #f4f4f4; border-top: none 1px; border-bottom: none 1px; padding-top: 2rem; padding-bottom: 2rem; color: #202020; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 1.33333rem; padding-bottom: 1.33333rem; } #content-wrapper .page-title { color: #202020; text-align: center; font-size: 2rem; letter-spacing: 0.06667rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #cfcfcf; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #202020; } #content-wrapper .section-title { color: #202020; text-align: center; font-size: 1.2rem; letter-spacing: 0.06667rem; 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: #202020; } #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: solid 1px #cfcfcf; } #content-wrapper .section-title span { margin-left: 0.5rem; } #content-wrapper .section-title:before { content: ""; display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-bottom: solid 1px #cfcfcf; } .nav-tabs .nav-link { color: #202020; font-size: 1.2rem; letter-spacing: 0.06667rem; 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: #202020; border-bottom: solid 3px #ca5058; } .iqit-accordion .nav-link { border-bottom: solid 3px #ca5058; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #202020; border-bottom: solid 3px #ca5058; } #wrapper .block-title { color: #202020; text-align: center; font-size: 0.93333rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #202020; } #wrapper .block-title:after { content: ""; position: absolute; bottom: -0.5px; display: block; width: 30px; height: 1px; border-bottom: solid 1px #cfcfcf; left: 0; right: 0; margin: auto; } #left-column .block, #right-column .block { border: none 1px; } #footer { background: #181818; } #footer .ps-emailsubscription-block .newsletter-input-group { border: solid 1px #cfcfcf; background: #fff; } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #181818; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #181818; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #181818; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #181818; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #181818; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #181818; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #181818; } #footer .social-links._footer { font-size: 1.33333rem; } #footer .social-links._footer a:not(:hover) { color: #fff !important; } #footer .block-title { color: white; text-align: left; font-size: 1.66667rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #footer .block-title a:link, #footer .block-title a:visited { color: white; } #footer .block-title:after { content: ""; position: absolute; bottom: -0.5px; display: block; width: 30px; height: 1px; border-bottom: solid 1px #cfcfcf; left: 0; right: 0; } #footer-container-first { border-top: none 1px; padding-top: 2rem; padding-bottom: 2rem; background: #252525; color: #fff; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: bold; text-transform: none; } #footer-container-main { border-top: none 1px; padding-top: 2rem; padding-bottom: 1rem; color: white; } #footer-container-main a { color: white; } #footer-container-main a:hover { color: white; } #footer-copyrights { border-top: solid 1px #cfcfcf; background: #202020; padding-top: 1.33333rem; padding-bottom: 1.33333rem; } #maintenance-page { background: #f4f4f4; color: #202020; } #maintenance-page a, #maintenance-page a:link { color: #202020; } @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(iconfont/MaterialIcons-Regular.woff) format('woff'), url(iconfont/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; } /* ------------------------- Mobile -------------------*/ #mobile-header .row-mobile-buttons { margin-right: 0; margin-left: 0; } /*-------------------------- CART --------------------------*/ #blockcart-content { padding: 1rem; text-align: left; min-width: 340px; max-width: 290px; } .ps-shoppingcart.dropdown .show #blockcart-content { text-align: center; margin: 10px 20px; } .ps-shoppingcart.dropdown #blockcart-content { transform-origin: top; animation-fill-mode: forwards; -webkit-transform: scaleY(0); opacity: 0; visibility: hidden; transition: all 0.2s cubic-bezier(.7,0,.3,1); right: 0; min-width: 290px; z-index: 1000; position: absolute; } /*-------------------------- /CART --------------------------*/ /*-------------------------- LOGO --------------------------*/ #mobile-header .col-mobile-logo { padding: 0; } div#mobile-header div.container{ padding: 0; } #mobile-logo { display:none; } @media (max-width: 768px) { img.logo { height: 100% !important; width: 100% !important; background-size: cover; background-repeat: no-repeat; } #mobile-logo { display:block; } #desktop-logo{ display:none; } } /*-------------------------- /LOGO --------------------------*/ /*-------------------------- TOP --------------------------*/ @media (max-width: 768px) { .block-iqitlinksmanager-3{ display:none; } } /*-------------------------- /TOP --------------------------*/ /*-------------------------- FORM SHADOW --------------------------*/ #quantity_wanted { background-color: rgba(0,0,0,0); color: #202020; border: solid 1px #cfcfcf; box-shadow: -2px 1px 2px 0 rgba(0,0,0,.25) !important; } .input-group-btn-vertical { width: auto; display: block; box-shadow: -1px 1px 2px 0 rgba(0,0,0,.25); } /*-------------------------- /FORM SHADOW --------------------------*/ /*-------------------------- BLOCO 2 PAGINA PRINCIPAL --------------------------*/ @media (min-width: 1024px) { .elementor-column.elementor-element.elementor-element-31eegy5.elementor-col-25.elementor-top-column { margin-right: 17px; } .elementor-column.elementor-element.elementor-element-o8hvrs4.elementor-col-25.elementor-top-column{ margin-right: 17px; } .elementor-column.elementor-element.elementor-element-wdp57j3.elementor-col-25.elementor-top-column{ margin-right: 17px; } .elementor-column.elementor-element.elementor-element-h6kwmui.elementor-col-25.elementor-top-column{ margin-right: 17px; } } .elementor-element.elementor-element-jfiesgh .elementor-image-box-title { margin-bottom: 0px !important; position: absolute; bottom: 0; left: 0; display: block; height: 39px; line-height: 39px; border-top: 1px solid #cfcfcf; text-align: center; width: 100%; font-weight: bold; color: #181818; text-decoration: none; } .elementor-element-jfiesgh { height: 250px; width: 215px; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; transition: box-shadow 0.2s ease-in-out; } .elementor-element-jfiesgh:hover { box-shadow: 2px 3px 5px rgba(0,0,0,0.25); } .elementor-element-jfiesgh img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .elementor-element.elementor-element-jfiesgh.elementor-position-top .elementor-image-box-img { margin-bottom: 0px !important; height: 210px; width: 100%; position: relative; } .elementor-element.elementor-element-wkiayvk .elementor-image-box-title { margin-bottom: 0px !important; position: absolute; bottom: 0; left: 0; display: block; height: 39px; line-height: 39px; border-top: 1px solid #cfcfcf; text-align: center; width: 100%; font-weight: bold; color: #181818; text-decoration: none; } .elementor-element-wkiayvk { height: 250px; width: 215px; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; transition: box-shadow 0.2s ease-in-out; } .elementor-element-wkiayvk:hover { box-shadow: 2px 3px 5px rgba(0,0,0,0.25); } .elementor-element-wkiayvk img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .elementor-element.elementor-element-wkiayvk.elementor-position-top .elementor-image-box-img { margin-bottom: 0px !important; height: 210px; width: 100%; position: relative; } .elementor-element.elementor-element-2q4kruq .elementor-image-box-title { margin-bottom: 0px !important; position: absolute; bottom: 0; left: 0; display: block; height: 39px; line-height: 39px; border-top: 1px solid #cfcfcf; text-align: center; width: 100%; font-weight: bold; color: #181818; text-decoration: none; } .elementor-element-2q4kruq { height: 250px; width: 215px; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; transition: box-shadow 0.2s ease-in-out; } .elementor-element-2q4kruq:hover { box-shadow: 2px 3px 5px rgba(0,0,0,0.25); } .elementor-element-2q4kruq img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .elementor-element.elementor-element-2q4kruq.elementor-position-top .elementor-image-box-img { margin-bottom: 0px !important; height: 210px; width: 100%; position: relative; } .elementor-element.elementor-element-5mr0ek5 .elementor-image-box-title { margin-bottom: 0px !important; position: absolute; bottom: 0; left: 0; display: block; height: 39px; line-height: 39px; border-top: 1px solid #cfcfcf; text-align: center; width: 100%; font-weight: bold; color: #181818; text-decoration: none; } .elementor-element-5mr0ek5 { height: 250px; width: 215px; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; transition: box-shadow 0.2s ease-in-out; } .elementor-element-5mr0ek5:hover { box-shadow: 2px 3px 5px rgba(0,0,0,0.25); } .elementor-element-5mr0ek5 img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .elementor-element.elementor-element-5mr0ek5.elementor-position-top .elementor-image-box-img { margin-bottom: 0px !important; height: 210px; width: 100%; position: relative; } @media (max-width: 1023px) { .elementor-element-jfiesgh { height: 250px; width: 100%; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; } .elementor-element-5mr0ek5 { height: 250px; width: 100%; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; } .elementor-element-wkiayvk { height: 250px; width: 100%; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; } .elementor-element-2q4kruq { height: 250px; width: 100%; float: left; margin-left: 0px; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); position: relative; } } /* .elementor-image-box-title a:hover { color: #202020 !important; } */ /*-------------------------- /BLOCO 2 PAGINA PRINCIPAL --------------------------*/ .elementor-widget-prestashop-widget-RevolutionSlider { box-shadow: 0 1px 2px 0 rgba(0,0,0,.25) !important; } .tp-tab:hover, .tp-tab.selected { background: rgba(255, 255, 255, 1); border-bottom: 2px solid #e82139; } .tp-tab { opacity: 1; padding: 0px 5px; box-sizing: border-box; font-family: "Open Sans", sans-serif; border-left: 1px solid #cfcfcf; text-align: center !important; } .tp-tab-title { vertical-align: middle; line-height: 3; text-overflow: ellipsis; white-space: nowrap; text-align: center !important; } .header-top { z-index: 1; clear: both; min-width: 100%; background: #ffffff; height: 55px; border-bottom: 1px solid #cfcfcf; box-shadow: 0 -2px 8px rgba(0,0,0,.25); padding:0; } #cbp-hrmenu1 .cbp-vertical-title { color: transparent !important; background: transparent !important; display: none !important; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: transparent !important; background: transparent !important; display: none !important; } /*-------------------------- MEGAMENU VERTICAL BUTTONS --------------------------*/ #cbp-hrmenu-tab-3 > a { margin:auto; color:white !important; background: #e82139; border-color: #e82139; width: 190px; height: 40px; line-height: 40px; font-weight: normal; display: block; padding: 0; border: 1px solid #cfcfcf; border-top: 1px solid #cfcfcf !important; border-radius: 3px; text-align: center; vertical-align: middle; margin-bottom: 10px; } #cbp-hrmenu-tab-4 > a { margin:auto; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; line-height: 40px; font-weight: normal; display: block; padding: 0; border: 1px solid #cfcfcf; border-top: 1px solid #cfcfcf !important; border-radius: 3px; text-align: center; vertical-align: middle; margin-bottom: 10px; } #cbp-hrmenu-tab-4 > a:hover { margin:auto; color:white !important; background: #181818; border-color: #e82139; width: 190px; height: 40px; line-height: 40px; font-weight: normal; display: block; padding: 0; border: 1px solid #cfcfcf; border-top: 1px solid #cfcfcf !important; border-radius: 3px; text-align: center; vertical-align: middle; margin-bottom: 10px; } /*-------------------------- /// MEGAMENU VERTICAL BUTTONS ///--------------------------*/ #blockcart-content { background: white; color: #181818; border: solid 1px #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } /*-------------------------- MEGAMENU VERTICAL TABS --------------------------*/ #cbp-hrmenu-tab-5 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-5 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-6 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-6 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-7 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-7 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-8 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-8 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-9 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-9 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-10 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-10 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-11 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-11 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-12 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-12 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-13 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-13 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-14 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-14 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-15 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-15 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-16 > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } #cbp-hrmenu-tab-16 > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } /*-------------------------- /// MEGAMENU VERTICAL TABS /// --------------------------*/ .slick-dots-inside .slick-dots { bottom: 215px; left: 400px; } @media (max-width: 1100px) { .slick-dots-inside .slick-dots { bottom: 200px; left: 320px; } } @media (max-width: 1000px) { .slick-dots-inside .slick-dots { bottom: 170px; left: 280px; } } @media (max-width: 900px) { .slick-dots-inside .slick-dots { bottom: 170px; left: 250px; } } @media (max-width: 800px) { .slick-dots-inside .slick-dots { bottom: 150px; left: 200px; } } @media (max-width: 768px) { .slick-dots-inside .slick-dots { bottom: 0px; left: 0px; } } .page-product-box { display:none; } .vidvault_vidwrap { width: 880px; background: #FFFFFF; box-shadow: 0px 1px 2px 0px rgba(0,0,0,.25); margin: 30px auto; padding: 20px; min-height: 472px; } .slick-slide-image { padding: 10px; background-color: white; } .elementor-element.elementor-element-lc8tcvt .elementor-image-carousel-wrapper .elementor-image-carousel .slick-slide-image { border-radius: 1px; border: 1px solid #cfcfcf; box-shadow: -1.5px 1px 2px 0px rgba(0,0,0,.25); } .fa .fa-map-marker{ display:none !important; } .products-grid .product-miniature-layout-1 { text-align: center; background-color: white !important; } .product-miniature { border: solid 1px #cfcfcf; outline: 1px solid transparent; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); background: white !important; color: #181818; } .medium-gutters > .col, .medium-gutters > [class*="col-"] { padding-right: .7rem; padding-left: .7rem; text-align: center; vertical-align: middle; margin: auto; } @media (min-width: 1200px) { .col-mobile-btn-account { display: none; } .col-mobile-btn-menu { display:none; } } .block-categories > .block-title { display:none; } .block-links ul > li a::before { content: ""; } .block-categories ul > li > a { float:none !important; margin-left: 50px; margin-right: 5px; /* margin-bottom: 10px */ margin-bottom: 20px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: auto; /* height: 40px */ font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; /* white-space: nowrap; */ } .block-categories ul > li > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; /* margin-bottom: 10px; */ margin-bottom: 20px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: auto; /* height: 40px; */ font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; /* white-space: nowrap; */ } .category-sub-menu ul > li > a { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; white-space: nowrap; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .category-sub-menu ul > li > a:hover { float:none !important; margin-left: 50px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; white-space: nowrap; width: 190px; height: 40px; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .block-categories .collapse-icons { position: absolute; top: 10px; padding: 0; cursor: pointer; margin: auto; right: 35px; font-size: 12px; } @media (max-width: 1100px) { .block-categories ul > li > a { float:none !important; margin-left: 30px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .block-categories ul > li > a:hover { float:none !important; margin-left: 30px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .category-sub-menu ul > li > a { float:none !important; margin-left: 30px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; white-space: nowrap; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .category-sub-menu ul > li > a:hover { float:none !important; margin-left: 30px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; white-space: nowrap; width: 190px; height: 40px; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .block-categories .collapse-icons { position: absolute; top: 10px; padding: 0; cursor: pointer; margin: auto; right: 0px; font-size: 12px; } } /* @media (max-width: 1000px) { .block-categories ul > li > a { float:none !important; margin-left: 20px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .block-categories ul > li > a:hover { float:none !important; margin-left: 20px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; font-size: 15px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .category-sub-menu ul > li > a { float:none !important; margin-left: 20px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 190px; height: 40px; white-space: nowrap; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .category-sub-menu ul > li > a:hover { float:none !important; margin-left: 20px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; white-space: nowrap; width: 190px; height: 40px; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .block-categories .collapse-icons { position: absolute; top: 10px; padding: 0; cursor: pointer; margin: auto; right: -20px; font-size: 12px; } } @media (max-width: 900px) { .block-categories ul > li > a { float:none !important; margin-left: 10px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 170px; height: 40px; font-size: 14px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .block-categories ul > li > a:hover { float:none !important; margin-left: 10px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 170px; height: 40px; font-size: 14px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .category-sub-menu ul > li > a { float:none !important; margin-left: 10px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 170px; height: 40px; white-space: nowrap; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .category-sub-menu ul > li > a:hover { float:none !important; margin-left: 10px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; white-space: nowrap; width: 170px; height: 40px; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .block-categories .collapse-icons { position: absolute; top: 10px; padding: 0; cursor: pointer; margin: auto; right: -30px; font-size: 12px; } } @media (max-width: 800px) { .block-categories ul > li > a { float:none !important; margin-left: 0px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 100%; height: 40px; font-size: 12px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .block-categories ul > li > a:hover { float:none !important; margin-left: 0px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; width: 100%; height: 40px; font-size: 12px; font-weight: 700 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; white-space: nowrap; } .category-sub-menu ul > li > a { float:none !important; margin-left: 0px; margin-right: 5px; margin-bottom: 10px; color:#181818 !important; background: transparent; border-color: #e82139; width: 100%; height: 40px; white-space: nowrap; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } .category-sub-menu ul > li > a:hover { float:none !important; margin-left: 0px; margin-right: 5px; margin-bottom: 10px; color:#e82139 !important; background: transparent; border-color: #e82139; white-space: nowrap; width: 100%; height: 40px; font-size: 12px; font-weight: 400 !important; display: block; padding: 8px 0 7px 10px !important; border-bottom:1px solid #cfcfcf !important; border-radius: 3px; text-align: left; vertical-align: middle; } } */ @media (max-width: 1024px) { .block-categories { display: none; } } @media (max-width: 800px) { p > iframe { width: 100%; } } @media (max-width: 1029px) { .elementor-element.elementor-element-i1g571x { display:none; } } @media (max-width: 1029px){ .elementor-element.elementor-element-upccxat { width: 100% !important; } } .product-variants .color, .product-variants .input-color { width: 2rem; height: 2rem; line-height: 2rem; border: 1px solid #606060 !important; border-radius: 25px !important; } .tooltip .bs-tooltip-top { border-bottom: 1px solid red !important; } .color, .custom-checkbox input[type=checkbox]+span.color, .radio-label { width: 1.5rem; height: 1.5rem; display: inline-block; outline: 0px solid hsla(0,0%,63%,.25); cursor: pointer; background-size: contain; text-align: center; line-height: 1.8rem; margin-right: 2px; } #back-to-top { z-index:9; } @media (max-width: 768px) { .slick-dots-inside .slick-dots { bottom: -30px !important; left: 0 !important; } } @media (max-width: 768px) { ul.slick-dots { bottom: -30px !important; } } /*-------------------------- Sub-categorias imagens --------------------------*/ .product-list-subcategories .subcategory-image { margin-bottom: .3rem; border: 0px solid hsla(0,0%,63%,.25); } .subcategory-image img { border: 1px solid #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } .subcategory-image > a:hover > img { border-bottom: 3px solid #e82139; margin-bottom: -3px; } .product-list-subcategories .col-6.col-md-4.col-lg-3 { padding-bottom: 30px; margin-bottom: 40px; border-bottom: 1px solid #cfcfcf; } .product-list-subcategories .col-6.col-md-4.col-lg-2 { padding-bottom: 30px; margin-bottom: 40px; border-bottom: 1px solid #cfcfcf; } /*-------------------------- Sub-categorias imagens --------------------------*/ /*-------------------------- MARCAS --------------------------*/ .ms-grid .col-6.col-md-4.col-lg-3 { padding-bottom: 30px; margin-bottom: 40px; border-bottom: 1px solid #cfcfcf; } .brand-img img { border: 1px solid #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); background-color: #fff; } .brand-img > a:hover > img { border-bottom: 3px solid #e82139; margin-bottom: -2px; } .brand .brand-img{ margin-bottom: 20px; border: 0px solid hsla(0,0%,63%,.25); } .brand__img { width: 162px !important; height: 162px !important; } /*-------------------------- MARCAS --------------------------*/ /*-------------------------- PRODUCT PAGE IMAGE --------------------------*/ #product-images-large .slick-slide img { border: 1px solid #cfcfcf; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); } #product-modal .product-cover-modal { width: auto; margin: 0 auto; max-height: calc(90vh - 0px) !important; } /*-------------------------- /// PRODUCT PAGE IMAGE /// --------------------------*/ .alert-warning { display: none; } @media (max-width: 1023px) { .elementor-row { -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media (max-width: 1023px) { #cbp-hrmenu1-ul { display:none; } } @media (max-width: 1199px) { #cbp-hrmenu1-ul { display:none; } } @media (max-width: 1023px) and (min-width: 768px) { .elementor-column.elementor-md-100 { width: 100% !important; } } @media (max-width: 1199px) { #left-column { display:none; } } .radio-label{ border: 0 !important; } .input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span { padding: 0 4px; border: 0 !important; line-height: calc(1.5rem - 4px); } /*-------------------------- /// Advanced Search /// --------------------------*/ .PM_ASCriterionGroupImage a img { width: 160px; height: 160px; border: 1px solid #cfcfcf; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); background-color: white; } .PM_ASCriterionGroupImage .PM_ASCriterionLink, .PM_ASCriterionGroupColor .PM_ASCriterionLink { margin: 20px!important; } .PM_ASCriterionGroupImage .PM_ASCriterionLinkSelected, .PM_ASCriterionGroupColor .PM_ASCriterionLinkSelected { border-bottom: 3px solid #e82139 !important; margin-bottom: 17px !important; } .PM_ASCriterionsGroupTitle h4 { text-align: center; margin: 2%; } #PM_ASCriterionGroupImage_1_6 a:hover:not(.nav-link):not(.btn) { color: #808080; border-bottom: 3px solid #e82139; margin-bottom: 17px !important; } .pm-brand-title { font-weight: 700; margin: -3px; } .PM_ASCriterionsOutput { text-align: center; } .PM_ASBlockOutputHorizontal { clear: both; margin-top: 20px; } #facets_search_center { padding: 0 !important; margin-bottom: 1rem; background: hsla(0,0%,80%,.15); display: none; } /*-------------------------- /// Advanced Search /// --------------------------*/ /*-------------------------- /// Product Videos /// --------------------------*/ .iqitvideo { margin: 20px; } /*-------------------------- /// Product Videos /// --------------------------*/ /*-------------------------- /// Page CMS Videos /// --------------------------*/ /*.page-cms iframe { width: 840px; height: 472px; margin-left: auto; margin-right: auto; display: block; text-align: center; }*/ /*-------------------------- /// Page CMS Videos /// --------------------------*/ /*-------------------------- /// Breadcrumb /// --------------------------*/ #wrapper .breadcrumb { padding-top: 0; padding-bottom: .66667rem; margin-top: 0; margin-bottom: 0; font-size: .8rem; font-style: normal; font-weight: 400; text-transform: none; } /*-------------------------- /// Breadcrumb /// --------------------------*/ #manufacturer-short-description { display:none; } .social-sharing { display: none; } .product-price { font-size: 1.2em !important; } .psgdpr_consent_message a { color: #e82139 !important; } /* ----------------- Descrição Produto --------------*/ .row { margin-right: 0; margin-left: 0; } /* ---------------- Cookie Law --------------------*/ #iqitcookielaw { left: 0; } /* ---------------- Footer --------------------*/ #footer { margin-top: 50px; } .xtop{ display: none; } .xbottom{ display: none; } .awp_header{ display: none; } .awp_content{ border-width: 0 0px; } .awp_image_sel { border: 1px solid #cfcfcf; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); width: 200px !important; height: 160px !important; } .awp_cell_cont { float: left; margin: 0 6px 10px 0; width: 200px !important; } .awp_content { display: block; background: #fff; border: 0px solid #cfcfcf; box-shadow: 0 1px 2px 0 rgba(0,0,0,.25); border-width: 0 0; padding: 10px 10px 5px 10px; overflow: hidden; width: 100%; }