Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/assets/css/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/assets/css/kitify-base.css |
:root { --kitify-primary-color: #c36; --kitify-secondary-color: #211E1C; --kitify-body-color: #494949; --kitify-border-color: #ebebeb; --kitify-three-color: #979797; --kitify-pagination-border-color: transparent; --kitify-pagination-padding: 10px 17px; --kitify-pagination-link-color: inherit; --kitify-pagination-link-bg-color: transparent; --kitify-pagination-link-hover-color: #fff; --kitify-pagination-link-hover-bg-color: #c36; --kitify-pagination-item-width: 40px; --kitify-pagination-item-height: 40px; --kitify-pagination-item-spacing: 5px; --kitify-vheader-width: 300px; --kitify-adminbar-height: 0px; --kitify-header-height: 0px; --kitify-content-zoom-lv: 1; } .kitify { --kitify-carousel-padding-left: 0; --kitify-carousel-padding-right: 0; --kitify-banner-image-height: 100%; --kitify-carousel-item-top-space: 0px; --kitify-carousel-item-right-space: 0px; --kitify-carousel-item-bottom-space: 0px; --kitify-carousel-item-left-space: 0px; --kitify-carousel-dot-item-space: 5px; --kitify-gcol-top-space: 0; --kitify-gcol-right-space: 10px; --kitify-gcol-bottom-space: 0; --kitify-gcol-left-space: 10px; } @media (min-width: 782px) { .admin-bar { --kitify-adminbar-height: 32px; } } body:not(.elementor-editor-active) .elementor-location-header .elementor-sticky.elementor-sticky__spacer.kitify--transparency-yes { display: none; } .elementor-edit-area { z-index: 1; } .elementor-location-header { position: relative; z-index: 99; } .kitify-logo .kitify-logo-light { display: none; } .elementor-location-header .kitify--transparency-yes .kitify-logo .kitify-logo-light { display: inherit; } .elementor-location-header .kitify--transparency-yes .kitify-logo .kitify-logo-default { display: none; } .elementor-location-header .kitify--transparency-yes.elementor-sticky--effects .kitify-logo .kitify-logo-default { display: inherit; } .elementor-location-header .kitify--transparency-yes.elementor-sticky--effects .kitify-logo .kitify-logo-light { display: none; } .kitify--transparency-yes.elementor-section.elementor-sticky:not(.elementor-sticky--effects) { background: transparent !important; } .elementor-container, .elementor-top-section.e-con{ --kitify-section-width: 1140px; } .kitify--linear-effect .swiper-wrapper { transition-timing-function: linear !important; -webkit-transition-timing-function: linear !important; } .kitify-carousel.kitify-carousel--simple .swiper-wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .kitify-carousel.kitify-equal-cols .swiper-wrapper { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .kitify-carousel-equalheight .swiper-slide { height: auto; } .col-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: calc( -1 * var(--kitify-gcol-left-space)); margin-right: calc( -1 * var(--kitify-gcol-left-space)); } .col-row.disable-cols-gap div[class*=col-desk] { padding-left: 0; padding-right: 0; } .col-row.disable-rows-gap div[class*=col-desk] { padding-top: 0; padding-bottom: 0; } .kitify-disable-cols-style[class*="col-"] { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .kitify-icon { display: inline-block; line-height: 1; text-align: center; } .kitify-icon svg { display: block; width: 1em; height: 1em; fill: currentColor; } .kitify select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; } .kitify .kitify-edit-template-link { position: absolute; bottom: 5px; right: 5px; display: inline-block; padding: 5px; background-color: var(--kitify-primary-color); color: #fff; border-radius: 3px; font-size: 14px; line-height: 1; text-align: center; } .kitify .kitify-edit-template-link i { width: 1em; height: 1em; } .kitify .kitify-edit-template-link:hover { background-color: var(--kitify-secondary-color); color: #fff; } .kitify .swiper-pagination-bullet { width: 8px; height: 8px; } .kitify .swiper-pagination-bullet:hover, .kitify .swiper-pagination-bullet-active { -webkit-transform: scale(1.1); transform: scale(1.1); } .kitify-carousel { position: relative; } /*.kitify-carousel-inner {*/ /* overflow: hidden*/ /*}*/ .kitify-carousel .swiper-container { margin-left: calc(-1 * var(--kitify-carousel-item-left-space)); margin-right: calc(-1 * var(--kitify-carousel-item-right-space)); } .kitify-carousel .swiper-container-vertical { padding-top: var(--kitify-carousel-padding-left); padding-bottom: var(--kitify-carousel-padding-right); } .kitify-carousel .swiper-container-horizontal { padding-left: var(--kitify-carousel-padding-left); padding-right: var(--kitify-carousel-padding-right); } .kitify-carousel__dots .swiper-pagination-bullet { margin: calc(var(--kitify-carousel-dot-item-space) / 2); } .kitify-dots--vertical-yes .kitify-carousel__dots { width: auto !important; } .kitify-dots-h-align-right .kitify-carousel__dots { right: 0; } .kitify-dots-h-align-left .kitify-carousel__dots { left: 0; } .kitify-dots-h-align-center .kitify-carousel__dots { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .kitify-dots-v-align-top .kitify-carousel__dots { top: 0; } .kitify-dots-v-align-bottom .kitify-carousel__dots { bottom: 0; } .kitify-dots-v-align-middle .kitify-carousel__dots { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .kitify-dots-h-align-center.kitify-dots-v-align-middle .kitify-carousel__dots { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .kitify-dots--vertical-yes .kitify-carousel__dots .swiper-pagination-bullet { display: block; left: 0 !important; } .kitify-dots-text-right .kitify-carousel__dots { text-align: right; } .kitify-dots-text-center .kitify-carousel__dots { text-align: center; } .kitify-dots-text-left .kitify-carousel__dots { text-align: left; } .kitify-carousel.kitify-equal-cols .kitify-carousel__item { height: auto; } .kitify-carousel.kitify-equal-cols .kitify-banner, .kitify-carousel.kitify-equal-cols .kitify-banner__img, .kitify-carousel.kitify-equal-cols .kitify-carousel__item-inner { height: 100%; } .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; white-space: nowrap; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { position: relative; -webkit-transition: all 0.2s; transition: all 0.2s; vertical-align: middle; } .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; } .swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: inherit; } .kitify-carousel .swiper-container-cube .swiper-cube-shadow { background: none; -webkit-filter: none; filter: none; opacity: 0.3; } .kitify-carousel .swiper-container-cube .swiper-cube-shadow:before { content: ""; background: #000; position: absolute; inset: 0; -webkit-filter: blur(50px); filter: blur(50px); } .kitify-arrow { position: absolute; top: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; z-index: 2; -webkit-transition: all 0.2s; transition: all 0.2s; background-color: #fff; color: var(--kitify-secondary-color); width: 40px; height: 40px; line-height: 50px; font-size: 16px; border: 0; text-align: center; } .kitify-arrow:hover { background-color: var(--kitify-primary-color); color: #fff; } .kitify-arrow.next-arrow { right: 0; } .kitify-arrow.prev-arrow { left: 0; } .kitify-arrow.swiper-button-disabled { pointer-events: none; opacity: 0; visibility: hidden; } .kitify-carousel .swiper-container-vertical { height: 100vh; } .kitify-carousel .swiper-container-vertical .kitify-carousel__item-inner { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .swiper-container-vertical .kitify-carousel__item-inner .kitify-carousel__item-link { overflow: hidden; } .swiper-container-vertical .kitify-carousel__item-inner .kitify-carousel__item-img { height: 100%; } .elementor-button-content-wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .elementor-btn-align-icon-top .elementor-button-content-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .elementor-btn-align-icon-bottom .elementor-button-content-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .kitify .elementor-button { background-color: var(--kitify-primary-color); color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .kitify .elementor-button:hover { background-color: var(--kitify-secondary-color); color: #fff; } .kitify-pagination { text-align: center; margin-top: 2rem; } .kitify-pagination:not(.active-loadmore) .kitify-pagination_ajax_loadmore { display: none; } .kitify-pagination.active-loadmore ul.page-numbers { display: none; } .kitify-pagination .kitify-pagination_ajax_loadmore a { border: 1px solid var(--kitify-pagination-border-color); background-color: var(--kitify-pagination-link-bg-color); color: var(--kitify-pagination-link-color); text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; padding: var(--kitify-pagination-padding); } .kitify-pagination .kitify-pagination_ajax_loadmore a:hover { background-color: var(--kitify-pagination-link-hover-bg-color); border-color: var(--kitify-pagination-link-hover-bg-color); color: var(--kitify-pagination-link-hover-color); } .kitify-pagination .kitify-ajax-loading-outer { display: none; } .kitify-pagination ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: calc(-1 * var(--kitify-pagination-item-spacing)); margin-right: calc(-1 * var(--kitify-pagination-item-spacing)); padding: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .kitify-pagination ul li { display: inline-block; padding: 0; } .kitify-pagination ul .page-numbers { background-color: var(--kitify-pagination-link-bg-color); color: var(--kitify-pagination-link-color); border: 1px solid var(--kitify-pagination-border-color); padding: var(--kitify-pagination-padding); width: var(--kitify-pagination-item-width); height: var(--kitify-pagination-item-height); margin: 0 var(--kitify-pagination-item-spacing) var(--kitify-pagination-item-spacing); border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 0.3s; transition: all 0.3s; } .kitify-pagination ul .page-numbers.current, .kitify-pagination ul .page-numbers:hover { background-color: var(--kitify-pagination-link-hover-bg-color); border-color: var(--kitify-pagination-link-hover-bg-color); color: var(--kitify-pagination-link-hover-color); } .kitify-pagination.doing-ajax .kitify-ajax-loading-outer { display: block; } .kitify-pagination.doing-ajax .kitify-pagination_ajax_loadmore, .kitify-pagination.doing-ajax ul.page-numbers { display: none; } .kitify-pagination.nothingtoshow.active-loadmore { display: none; } .kitify-loader { display: inline-block; } .kitify-loader.spinner1 { width: 40px; height: 40px; margin: 5px; display: block; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); -webkit-animation: kitify-rotateplane 1.2s infinite ease-in-out; animation: kitify-rotateplane 1.2s infinite ease-in-out; border-radius: 3px; } .kitify-loader.spinner2 { width: 40px; height: 40px; margin: 5px; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius: 100%; -webkit-animation: kitify-scaleout 1s infinite ease-in-out; animation: kitify-scaleout 1s infinite ease-in-out; } .kitify-loader.spinner3 { width: 70px; text-align: center; } .kitify-loader.spinner3 [class*=bounce] { width: 18px; height: 18px; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius: 100%; display: inline-block; -webkit-animation: kitify-bouncedelay 1.4s infinite ease-in-out; animation: kitify-bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .kitify-loader.spinner3 .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .kitify-loader.spinner3 .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } .kitify-loader.spinner4 { margin: 5px; width: 40px; height: 40px; text-align: center; -webkit-animation: kitify-rotate 2s infinite linear; animation: kitify-rotate 2s infinite linear; } .kitify-loader.spinner4 [class*=dot] { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; border-radius: 100%; -webkit-animation: kitify-bounce 2s infinite ease-in-out; animation: kitify-bounce 2s infinite ease-in-out; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); } .kitify-loader.spinner4 .dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1s; animation-delay: -1s; } .kitify-loader.spinner5 { margin: 5px; width: 40px; height: 40px; } .kitify-loader.spinner5 div { width: 33%; height: 33%; float: left; -webkit-animation: kitify-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: kitify-cubeGridScaleDelay 1.3s infinite ease-in-out; } .kitify-loader.spinner5 div:first-child, .kitify-loader.spinner5 div:nth-child(5), .kitify-loader.spinner5 div:nth-child(9) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .kitify-loader.spinner5 div:nth-child(2), .kitify-loader.spinner5 div:nth-child(6) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .kitify-loader.spinner5 div:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .kitify-loader.spinner5 div:nth-child(4), .kitify-loader.spinner5 div:nth-child(8) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .kitify-loader.spinner5 div:nth-child(7) { -webkit-animation-delay: 0s; animation-delay: 0s; } .kitify-loader.spinner1, .kitify-loader.spinner2, .kitify-loader.spinner3 [class*=bounce], .kitify-loader.spinner4 [class*=dot], .kitify-loader.spinner5 div { background-color: var(--kitify-primary-color); } .hidden { display: none !important; } .kitify-equal-height-enable, .kitify-equal-height-enable .elementor-widget-container { height: 100%; } .kitify-global-links { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; } .kitify__badge { background-color: var(--kitify-primary-color); font-size: 0.625em; color: #fff; font-weight: 500; padding: 0.8em 1.2em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .kitify_position_top_left { top: 0; left: 0; } .kitify_position_top_center { top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .kitify_position_top_right { top: 0; right: 0; } .kitify_position_center_left { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; } .kitify_position_center_right { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 0; } .kitify_position_bottom_left { bottom: 0; left: 0; } .kitify_position_bottom_center { bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .kitify_position_bottom_right { bottom: 0; right: 0; } .kitify-blocks-icon { display: inline-block; line-height: 0; text-align: center; } .kitify-blocks-icon svg { width: 1em; height: auto; } .kitify-logo { display: -webkit-box; display: -ms-flexbox; display: flex; } .kitify-logo__link { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .kitify-logo-display-block .kitify-logo__link { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .kitify-post-terms .term-item { -webkit-transition: all 0.3s; transition: all 0.3s; display: inline-block; } .wp-block-column ul { padding-left: 1em; } p + .wp-block-columns { margin-top: 2em; } .elementor-kitify-post-content p { margin-bottom: 1.2rem; } .elementor-kitify-post-content blockquote.wp-block-quote.is-style-large { background-color: #45c784; color: #fff; padding: 2rem; font-size: 16px; font-weight: 600; width: 600px; margin-left: auto; margin-right: auto; max-width: 100%; margin-top: 2rem; margin-bottom: 2rem; } .elementor-kitify-post-content blockquote.wp-block-quote.is-style-large p { margin: 0; font: inherit; } .elementor .kitify-post-featured-image img { height: auto; max-height: none; vertical-align: middle; width: 100%; -o-object-fit: cover; object-fit: cover; } .kitify-post-title { margin: 0; } .kitify-text-list ul { margin: 0; list-style: none; } .kitify-text-list ul li { display: flex; align-items: center; } .kitify-text-list ul li span{ width: 50%; } .kitify__header-wishlist > a { display: flex; align-items: center; gap: 8px; } .kitify__header-wishlist .header-counter { position: absolute; top: -8px; left: 11px; text-align: center; font-size: 12px; font-weight: 500; color: #ffffff; background-color: var(--site-accent-color); border-radius: 100%; min-width: 20px; height: 20px; line-height: 20px; padding: 0 6px; } .kitify__header-wishlist .kitify-blocks-icon { font-size: 18px; } .kitify__header-wishlist-box { position: relative; } .kitify-search-box { width: 100%; border: solid 1px var(--site-border-color); z-index: 1000; } .kitify-search-box .kitify-search-box--form { max-width: 655px; --nova-search__height: 60px; } .kitify-search-box .kitify-search-box__form { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; max-width: 100%; height: 100%; } .kitify-search-box .kitify-search-box__form .kitify-search-box__field, .kitify-search-box .kitify-search-box__form .kitify-search-box__icon, .kitify-search-box .kitify-search-box__form .kitify-search-box__categories-label, .kitify-search-box .kitify-search-box__form .kitify-search-box__divider { opacity: 1; } .kitify-search-box .kitify-search-box__form.categories--open .kitify-search-box__container { -webkit-box-shadow: none; box-shadow: none; } .kitify-search-box .kitify-search-box__form.categories--open .kitify-search-box__field, .kitify-search-box .kitify-search-box__form.categories--open .kitify-search-box__icon, .kitify-search-box .kitify-search-box__form.categories--open .kitify-search-box__categories-label, .kitify-search-box .kitify-search-box__form.categories--open .kitify-search-box__divider { opacity: 0; } .kitify-search-box .kitify-search-box__form.kitify-search-box__form--focused .kitify-type--input-text { border-color: var(--site-border-color); -webkit-box-shadow: 0px 4px 8px 0px var(--nova-input__box-shadow); box-shadow: 0px 4px 8px 0px var(--nova-input__box-shadow); } .kitify-search-box .kitify-search-box__form.searching .close-search-results::before { position: absolute; top: 11px; right: 5px; opacity: 1; width: 15px; border-radius: 50%; border: 2px solid; border-top-color: transparent; -webkit-animation: kitifySpin infinite 1s linear; animation: kitifySpin infinite 1s linear; -webkit-transition: none; transition: none; } .kitify-search-box .kitify-search-box__form.searching .close-search-results svg { display: none; } .kitify-search-box .kitify-search-box__form.searched .kitify-search-box__results { opacity: 1; visibility: visible; pointer-events: initial; } .kitify-search-box .kitify-search-box__form.searching .close-search-results, .kitify-search-box .kitify-search-box__form.actived .close-search-results { opacity: 1; visibility: visible; pointer-events: initial; } .kitify-search-box .kitify-search-box__container { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; padding-left: 0; } .kitify-search-box .kitify-search-box__container .kitify-search-box__field { width: 100%; height: auto; -webkit-box-shadow: none; box-shadow: none; outline: none; border: none; padding: 0; -webkit-transition: 0s; transition: 0s; background-color: transparent; } .kitify-search-box .kitify-search-box__container .kitify-search-box__field:hover { -webkit-box-shadow: none; box-shadow: none; } .kitify-search-box .kitify-search-box__container .kitify-search-box__field:focus { -webkit-box-shadow: none; box-shadow: none; } .kitify-search-box .kitify-search-box__field { font-size: 16px; font-size: 1rem; margin: 0 0 0 22px; } .kitify-search-box .kitify-search-box__icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 22px; } .kitify-search-box .kitify-search-box__icon span { color: var(--site-border-color); } .kitify-search-box .kitify-search-box__icon .kitify-svg-icon { font-size: 20px; font-size: 1.25rem; } .kitify-search-box .kitify-search-box__icon + .kitify-search-box__field { margin-left: 10px; } .kitify-search-box .kitify-search-box__button { background-color: transparent; color: var(--site-heading-color); font-size: 20px; padding: 0 24px; } .kitify-search-box .kitify-search-box__divider { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 20px; } .kitify-search-box .kitify-search-box__divider::before { display: block; content: ''; width: 1px; height: 50%; background-color: var(--site-border-color); } .kitify-search-box .kitify-search-box--large .kitify-search-box__divider { margin-left: 24px; margin-right: 4px; } .kitify-search-box .kitify-search-box--small .kitify-search-box__divider { margin-left: 16px; margin-right: 9px; } .kitify-search-box .kitify-search-box--inside { padding: 0; } .kitify-search-box .kitify-search-box--inside .kitify-search-box__form { position: relative; } .kitify-search-box .kitify-search-box--inside .kitify-search-box__container { position: static; -webkit-box-shadow: none; box-shadow: none; } .kitify-search-box .kitify-search-box--inside .kitify-search-box__icon { margin-left: 14px; } .kitify-search-box .kitify-search-box--inside .kitify-search-box__button { margin: 6px 6px 6px 0; padding-left: 17px; padding-right: 17px; min-width: auto; } .kitify-search-box .kitify-search-box--inside .kitify-search-box__button.kitify-button--subtle { border: none; } .kitify-search-box .kitify-search-box--inside .kitify-search-box__button.kitify-button--text { min-width: auto; margin-right: 0; color: var(--site-border-color); } .kitify-search-box .kitify-search-box--inside .kitify-search-box__trending--outside { border-top: none; } .kitify-search-box .kitify-search-box--inside .kitify-type--input-text { padding: 0; } .kitify-shape--circle .kitify-search-box .kitify-search-box--inside .kitify-search-box__container { border-radius: 30px; } .kitify-search-box .kitify-search-box--inside .kitify-button--smooth { margin-top: 0; margin-bottom: 0; } .kitify-search-box .kitify-search-box--inside .kitify-button--subtle { border: none; } .kitify-search-box .kitify-search-box__trending--outside { position: absolute; top: 100%; left: 0; right: 0; text-align: left; opacity: 0; visibility: hidden; padding: 21px 23px 10px; background-color: #ffffff; pointer-events: none; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05); border-radius: 0 0 3px 3px; border-top: 1px solid var(--site-border-color); color: var(--site-heading-color); } .kitify-search-box .kitify-search-box__trending--outside .kitify-search-box__trending-label { font-size: 16px; font-size: 1rem; font-weight: 500; color: inherit; display: block; margin: 0 0 12px; } .kitify-search-box .kitify-search-box__trending--outside ul { list-style: none; margin: 0; padding: 0; } .kitify-search-box .kitify-search-box__trending--outside li { padding: 4px 0; margin: 0; } .kitify-search-box .kitify-search-box__trending--outside li a { width: 100%; display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: inherit; font-weight: 400; font-size: 16px; font-size: 1rem; } .kitify-search-box .kitify-shape--circle .kitify-search-box__trending--outside { border-radius: 2px; } .kitify-search-box .kitify-shape--round .kitify-search-box__trending--outside { border-radius: 2px; } .kitify-search-box .kitify-search-box__trending--open { opacity: 1; visibility: visible; pointer-events: initial; z-index: 101; } .kitify-search-box .kitify-search-box__trending--inside { margin-left: 16px; margin-right: -15px; overflow: hidden; } .kitify-search-box .kitify-search-box__trending--inside .kitify-search-box__trending-label { display: none; } .kitify-search-box .kitify-search-box__trending--inside ul { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; list-style: none; margin: 0; padding: 8px 0; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-y: hidden; overflow-x: auto; scroll-behavior: smooth; } .kitify-search-box .kitify-search-box__trending--inside ul::-webkit-scrollbar { display: none; } .kitify-search-box .kitify-search-box__trending--inside li { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; margin-left: 8px; } .kitify-search-box .kitify-search-box__trending--inside li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; font-size: 1rem; white-space: nowrap; background-color: #fff; height: 100%; padding-left: 11px; padding-right: 11px; } .kitify-search-box .kitify-search-box__field--trending-inside { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 240px; } .kitify-search-box .kitify-search--button-no-spacing .kitify-search-box__container { border-top-right-radius: 0; border-bottom-right-radius: 0; } .kitify-search-box .kitify-search--button-no-spacing .kitify-search-box__button { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .kitify-search-box .kitify-search-box__categories-label { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; padding-right: 27px; margin-left: 24px; } .kitify-search-box .kitify-search-box__categories-label span { display: inline-block; font-size: 16px; font-size: 1rem; font-weight: 500; line-height: 1; color: var(--site-heading-color); white-space: nowrap; } .kitify-search-box .kitify-search-box__categories-label span.kitify-svg-icon { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .kitify-search-box .kitify-search-box__categories-label span.kitify-svg-icon svg { vertical-align: 0; } .kitify-search-box .kitify-search-box__categories { position: absolute; top: 0; left: 0; right: 0; text-align: left; opacity: 0; visibility: hidden; background-color: #ffffff; pointer-events: none; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05); transform: translateY(35px); border-radius: 3px; } .kitify-search-box .kitify-search-box__categories.kitify-search-box__categories--open { visibility: visible; opacity: 1; -webkit-transform: none; transform: none; pointer-events: initial; z-index: 9999; } .kitify-search-box .kitify-search-box__categories-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 24px; line-height: calc( var(--nova-search__height) - 1px); border-bottom: 1px solid var(--site-border-color); font-size: 16px; font-size: 1rem; color: var(--site-heading-color); font-weight: 500; } .kitify-search-box .kitify-search-box__categories-title span { margin: 0; } .kitify-search-box .kitify-search-box__categories-title span.kitify-svg-icon { cursor: pointer; font-size: 18px; font-size: 1.125rem; } .kitify-search-box .kitify-search-box__categories-container { max-height: 270px; padding: 17px 23px 5px; margin: 0; list-style: none; overflow-y: auto; scroll-behavior: smooth; scrollbar-color: var(--site-border-color); scrollbar-width: thin; } .kitify-search-box .kitify-search-box__categories-container::-webkit-scrollbar { width: 2px; } .kitify-search-box .kitify-search-box__categories-container::-webkit-scrollbar-track { background-color: var(--site-border-color); } .kitify-search-box .kitify-search-box__categories-container::-webkit-scrollbar-thumb { background-color: var(--site-heading-color); } .kitify-search-box .kitify-search-box__categories-container li { margin-bottom: 13px; } .kitify-search-box .kitify-search-box__categories-container li a { display: inline-block; font-size: 16px; font-size: 1rem; font-weight: 400; -webkit-transition: 0s; transition: 0s; } .kitify-search-box .kitify-search-box__categories-container li a::after { display: block; content: ''; width: 0; height: 1px; background-color: var(--site-heading-color); -webkit-transition: 0s; transition: 0s; } .kitify-search-box .kitify-search-box__categories-container li a.active::after, .kitify-search-box .kitify-search-box__categories-container li a:hover::after { width: 100%; } .kitify-search-box .kitify-search-box__form.searching .close-search-results::before, .kitify-search-box .search-modal__form.searching .close-search-results::before { position: absolute; top: 17px; right: 0px; opacity: 1; width: 15px; border-radius: 50%; border: 2px solid; border-top-color: transparent; -webkit-animation: kitifySpin infinite 1s linear; animation: kitifySpin infinite 1s linear; -webkit-transition: none; transition: none; } .kitify-search-box .kitify-search-box__form.searching .close-search-results svg, .kitify-search-box .search-modal__form.searching .close-search-results svg { display: none; } .kitify-search-box .kitify-search-box__form.searched .kitify-search-box__results, .kitify-search-box .search-modal__form.searched .kitify-search-box__results { opacity: 1; visibility: visible; pointer-events: initial; } .kitify-search-box .kitify-search-box__form.searching .close-search-results, .kitify-search-box .kitify-search-box__form.actived .close-search-results, .kitify-search-box .search-modal__form.searching .close-search-results, .kitify-search-box .search-modal__form.actived .close-search-results { opacity: 1; visibility: visible; pointer-events: initial; } .kitify-search-box .search-modal__form.searching .modal__button-close, .kitify-search-box .search-modal__form.searched .modal__button-close, .kitify-search-box .search-modal__form.actived .modal__button-close { display: none; } .kitify-search-box .search-modal__form.searching .close-search-results::before { top: -8px; } .kitify-search-box .search-modal__form .kitify-search-box__results { top: 70px; } .kitify-search-box .kitify-search-box__results { position: absolute; top: 0; left: 0; right: 0; text-align: left; opacity: 0; visibility: hidden; background-color: #ffffff; pointer-events: none; -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); -webkit-transform: translateY(var(--nova-search__height)); transform: translateY(var(--nova-search__height)); -webkit-transition: opacity 0.3s, -webkit-transform 0.7s; transition: opacity 0.3s, -webkit-transform 0.7s; transition: transform 0.7s, opacity 0.3s; transition: transform 0.7s, opacity 0.3s, -webkit-transform 0.7s; border-radius: 0 0 2px 2px; z-index: 200; } .kitify-search-box .kitify-search-box__results .search-list { overflow-y: auto; scroll-behavior: smooth; scrollbar-color: var(--site-border-color); scrollbar-width: thin; max-height: calc( ( 100px * 4 ) + 20px); padding-top: 20px; padding-bottom: 20px; } .kitify-search-box .kitify-search-box__results .search-list::-webkit-scrollbar { width: 2px; } .kitify-search-box .kitify-search-box__results .search-list::-webkit-scrollbar-track { background-color: var(--site-border-color); } .kitify-search-box .kitify-search-box__results .search-list::-webkit-scrollbar-thumb { background-color: var(--site-heading-color); } .kitify-search-box .kitify-search-box__results .search-list .list-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 20px; padding: 0 22px; } .kitify-search-box .kitify-search-box__results .search-list .list-item:first-child { margin-top: 0; } .kitify-search-box .kitify-search-box__results .search-list .list-item.view-more .button-normal { line-height: 35px; } .kitify-search-box .kitify-search-box__results .search-list .list-item img { max-width: 80px; margin-right: 30px; } .kitify-search-box .kitify-search-box__results .search-list .list-item .title-item { display: block; font-size: 14px; font-size: 0.875rem; font-weight: 400; margin-top: 7px; } .kitify-search-box .kitify-search-box__results .search-list .list-item .title-item:hover { -webkit-box-shadow: inset 0 -1px var(--site-heading-color); box-shadow: inset 0 -1px var(--site-heading-color); } .kitify-search-box .kitify-search-box__results .search-list .list-item .star-rating { float: none; margin-top: 3px; } .kitify-search-box .kitify-search-box__results .search-list .list-item .price-item { font-weight: 500; font-size: 16px; font-size: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 10px; } .kitify-search-box .kitify-search-box__results .search-list .list-item .price-item .woocs_price_code { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .kitify-search-box .kitify-search-box__results .search-list .list-item .price-item .sale { display: none; } .kitify-search-box .kitify-search-box__results .search-list .list-item del { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; font-size: 13.48px; font-size: 0.8425rem; font-weight: 500; color: var(--site-border-color); margin-top: 3px; } .kitify-search-box .kitify-search-box__results .search-list .list-item ins { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; background-color: transparent; color: #ff311c; margin-right: 6px; } .kitify-search-box .kitify-search-box__results .search-list .search-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .kitify-search-box .kitify-search-box__results .result-list-not-found { padding: 20px; } .kitify-search-box .kitify-search-box__results .result-list-not-found .list-item { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .kitify-search-box .kitify-search-box--icon { --nova-size__medium: 44px; max-width: 284px; min-width: 284px; } .kitify-search-box .kitify-search-box--icon .kitify-search-box__form { position: relative; width: 100%; padding: 0; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; cursor: pointer; } .kitify-search-box .kitify-search-box--icon .kitify-search-box__form.kitify-search-box__form--focused .kitify-search-box__container { -webkit-box-shadow: none; box-shadow: none; padding: 0; } .kitify-search-box .kitify-search-box--icon .kitify-search-box__form .kitify-search-box__container { position: relative; z-index: 2; width: 0; overflow: hidden; opacity: 0; -webkit-box-shadow: none; box-shadow: none; padding: 0; border: 2px solid transparent; border-radius: var(--nova-border__radius); background-color: #fff; -webkit-transition: width 0.3s, opacity 0.3s; transition: width 0.3s, opacity 0.3s; } .kitify-search-box .kitify-search-box--icon .kitify-search-box__field { width: 100%; padding-left: 2px; padding-right: 14px; -webkit-transition: 0.5s linear; transition: 0.5s linear; margin: 0; } .kitify-search-box .kitify-search-box--icon .kitify-search-box__button { margin: 0; } .kitify-search-box .kitify-search-box--icon .kitify-search-box__icon { position: absolute; height: 100%; opacity: 1; padding-left: 14px; padding-right: 14px; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; z-index: 9; } .kitify-search-box .kitify-search-box--icon .kitify-search-box__icon span { color: inherit; } .kitify-search-box .kitify-search-box--icon.kitify-search-box--icon-open { width: 100%; } .kitify-search-box .kitify-search-box--icon.kitify-search-box--icon-open .kitify-search-box__form { width: 100%; } .kitify-search-box .kitify-search-box--icon.kitify-search-box--icon-open .kitify-search-box__form.kitify-search-box__form--focused .kitify-search-box__container { border-color: var(--site-heading-color); } .kitify-search-box .kitify-search-box--icon.kitify-search-box--icon-open .kitify-search-box__form .kitify-search-box__container { overflow: visible; opacity: 1; width: 100%; border-color: #fff; } .kitify-search-box .kitify-search-box--icon.kitify-search-box--icon-open .kitify-search-box__icon { opacity: 0; z-index: 1; } .kitify-search-box .kitify-search-box--icon.kitify-search-box--icon-open .kitify-search-box__trending--outside { top: calc( 100% + 2px); } .kitify-search-box .header-mobile-contents .kitify-search-box--form, .kitify-search-box .header-mobile-contents .kitify-skin--raised.kitify-search-box--form { --nova-search__height: 48px; --nova-size__header-item: 48px; max-width: 100%; } .kitify-search-box .header-mobile-contents .kitify-search-box__form { height: var(--nova-search__height); padding-left: 0; } .kitify-search-box .header-mobile-contents div.kitify-type--input-text { padding-top: 0; padding-bottom: 0; } .kitify-search-box .header-mobile-contents .kitify-button--display-text { min-width: auto; } .kitify-search-box .header-mobile-contents .kitify-search--button-no-spacing { margin-left: 0; } .kitify-search-box .header-mobile-contents .kitify-search-box:not(.kitify-search--button-no-spacing) .kitify-search-box__button { margin-left: 8px; } .kitify-search-box .header-mobile-contents .kitify-search-box--inside .kitify-search-box__field { margin-left: 10px; } .kitify-search-box .header-mobile-contents .kitify-search-box--inside .kitify-search-box__field:first-child { margin-left: 16px; } .kitify-search-box .header-mobile-contents .kitify-search-box--inside .kitify-search-box__container { padding-right: 0; } .kitify-search-box .header-mobile-contents .kitify-search-box__form.searching .close-search-results:before { top: 17px; } .kitify-search-box .header-mobile-contents .kitify-search-box__results .search-list .list-item { padding: 0 10px; } .kitify-search-box .header-mobile-contents .kitify-search-box__results .search-list .list-item:first-child { margin-top: 20px; } .kitify-search-box .header-mobile-contents .kitify-search-box__results .search-list .list-item img { max-width: 60px; margin-right: 20px; } .kitify-search-box .header-mobile-contents .kitify-search-box .close-search-results { right: 0 !important; } .kitify-search-box .header-mobile-search { color: inherit; } .kitify-search-box .header-mobile-search a { font-size: 24px; font-size: 1.5rem; color: inherit; } .kitify-search-box .header-mobile-search .kitify-button--icon { display: inline-block; text-align: center; outline: none; } .kitify-search-box .header-mobile-search .kitify-button--icon span { color: inherit; } .kitify-search-box .header-mobile-search .kitify-button--icon.kitify-button--medium { padding: 0; font-size: 24px; font-size: 1.5rem; } .kitify-search-box .header-mobile-search .kitify-button--icon.kitify-button--base, .kitify-search-box .header-mobile-search .kitify-button--icon.kitify-button--raised { min-width: var(--nova-size__header-item); } .kitify-search-box .header-mobile-search .kitify-button--icon.kitify-button--base span, .kitify-search-box .header-mobile-search .kitify-button--icon.kitify-button--raised span { color: inherit; } .kitify-search-box .kitify-skin--base.kitify-search-box--form { --nova-input__border-width: 0; } .header-contents .kitify-search-box .kitify-skin--raised.kitify-search-box--form { --nova-size__header-item: 60px; } .kitify-search-box .kitify-skin--smooth .kitify-search-box--inside .kitify-search-box__button { margin-top: 0; margin-bottom: 0; } .kitify-search-box .kitify-skin--subtle.kitify-search-box--outside .kitify-search-box__button, .kitify-search-box .kitify-skin--text.kitify-search-box--outside .kitify-search-box__button { border-width: var(--nova-input__border-width); border-style: solid; border-color: #dadfe3; } .kitify-search-box .kitify-skin--subtle.kitify-search-box--outside .kitify-search-box__button .kitify-button__icon, .kitify-search-box .kitify-skin--text.kitify-search-box--outside .kitify-search-box__button .kitify-button__icon { line-height: 47px; } .kitify-search-box .kitify-search-box--simple .kitify-type--input-text { padding-top: 0; padding-bottom: 0; border: none; } .kitify-search-box .close-search-results { font-size: 18px; font-size: 1.125rem; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; pointer-events: none; position: relative; } .kitify-search-box .close-search-results::before { content: ""; display: inline-block; width: 0; height: 15px; opacity: 0; -webkit-transition: width .2s; transition: width .2s; } .kitify-search-box .kitify-search-box__categories + .close-search-results { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .kitify-search-box .kitify-search-box__categories + .close-search-results::before { top: -8px; } .kitify-nova-menu__mobile-trigger.kitify-burger-menu a { display: flex; align-items: center; gap: var(--hm-trigger-gap, 10px); } @-webkit-keyframes kitifySpin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes kitifySpin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes kitifyFade { 0% { opacity: 0; } to { opacity: 1; } } @keyframes kitifyFade { 0% { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes kitifyZoomIn { 0% { opacity: 0; -webkit-transform: scale(0.75); transform: scale(0.75); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes kitifyZoomIn { 0% { opacity: 0; -webkit-transform: scale(0.75); transform: scale(0.75); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes kitifyZoomOut { 0% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes kitifyZoomOut { 0% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes kitifyMoveUp { 0% { opacity: 0; -webkit-transform: translateY(25px); transform: translateY(25px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes kitifyMoveUp { 0% { opacity: 0; -webkit-transform: translateY(25px); transform: translateY(25px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes kitifyMoveUpBig { 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes kitifyMoveUpBig { 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes kitifyMoveDown { 0% { opacity: 0; -webkit-transform: translateY(-25px); transform: translateY(-25px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes kitifyMoveDown { 0% { opacity: 0; -webkit-transform: translateY(-25px); transform: translateY(-25px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes kitifyMoveDownBig { 0% { opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes kitifyMoveDownBig { 0% { opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes kitifyMoveLeft { 0% { opacity: 0; -webkit-transform: translateX(25px); transform: translateX(25px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes kitifyMoveLeft { 0% { opacity: 0; -webkit-transform: translateX(25px); transform: translateX(25px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes kitifyMoveLeftBig { 0% { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes kitifyMoveLeftBig { 0% { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes kitifyMoveRight { 0% { opacity: 0; -webkit-transform: translateX(-25px); transform: translateX(-25px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes kitifyMoveRight { 0% { opacity: 0; -webkit-transform: translateX(-25px); transform: translateX(-25px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes kitifyMoveRightBig { 0% { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes kitifyMoveRightBig { 0% { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px); } to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes kitifyFallPerspective { 0% { opacity: 0; -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg); transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg); } to { opacity: 1; -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg); transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg); } } @keyframes kitifyFallPerspective { 0% { opacity: 0; -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg); transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg); } to { opacity: 1; -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg); transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg); } } @-webkit-keyframes kitifyFlipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes kitifyFlipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes kitifyFlipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes kitifyFlipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes edit-button-pulse { 0% { -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6); box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6); } 30% { -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0); box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0); } to { -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0); box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0); } } @keyframes edit-button-pulse { 0% { -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6); box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6); } 30% { -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0); box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0); } to { -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0); box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0); } } @-webkit-keyframes kitify-spinner { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes kitify-spinner { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes la-rotateplane { 0% { -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); transform: perspective(120px) rotateX(0deg) rotateY(0deg); } 50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); } to { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } @keyframes la-rotateplane { 0% { -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); transform: perspective(120px) rotateX(0deg) rotateY(0deg); } 50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); } to { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } @-webkit-keyframes la-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } to { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } @keyframes la-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } to { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } @-webkit-keyframes la-bouncedelay { 0%, 80%, to { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes la-bouncedelay { 0%, 80%, to { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes la-rotate { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes la-rotate { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes la-bounce { 0%, to { -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes la-bounce { 0%, to { -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes la-cubeGridScaleDelay { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 35% { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); } 70% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes la-cubeGridScaleDelay { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 35% { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); } 70% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } span.kitify-btn-more-icon { -webkit-transition: margin .3s, font .3s, -webkit-transform .3s; transition: margin .3s, font .3s, -webkit-transform .3s; transition: margin .3s, transform .3s, font .3s; transition: margin .3s, transform .3s, font .3s, -webkit-transform .3s; } .kitify-btn-more-icon i { vertical-align: middle; } .swiper-container .animated.no-effect-class { opacity: 0; -webkit-transition: none; transition: none; } .slide-no-animation .swiper-container .animated { opacity: 1; -webkit-transition: none; transition: none; -webkit-animation: none; animation: none; } .swiper-container.swiper-container-vertical .animated, .swiper-container.swiper-container-thumbs .animated { opacity: 1; -webkit-transition: none; transition: none; -webkit-animation: none; animation: none; } .kitify-slidecontent-animation1 .kitify-carousel .kitify-slide-content > div { -webkit-transition-delay: 0ms; transition-delay: 0ms; opacity: 0; -webkit-transition: all .4s; transition: all .4s; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); } .kitify-slidecontent-animation1 .kitify-carousel .swiper-slide-visible .kitify-slide-content > div { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .kitify-slidecontent-animation1 .kitify-carousel .kitify-slide-content > div:nth-child(1) { -webkit-transition-delay: 150ms; transition-delay: 150ms; } .kitify-slidecontent-animation1 .kitify-carousel .kitify-slide-content > div:nth-child(2) { -webkit-transition-delay: 250ms; transition-delay: 250ms; } .kitify-slidecontent-animation1 .kitify-carousel .kitify-slide-content > div:nth-child(3) { -webkit-transition-delay: 350ms; transition-delay: 350ms; } .kitify-slidecontent-animation1 .kitify-carousel .kitify-slide-content > div:nth-child(4) { -webkit-transition-delay: 450ms; transition-delay: 450ms; } .kitify-slidecontent-animation1 .kitify-carousel .kitify-slide-content > div:nth-child(5) { -webkit-transition-delay: 550ms; transition-delay: 550ms; } .kitify-btn-more-icon svg { width: 1em; height: 1em; display: inline-block; vertical-align: middle; } .elementor-widget .elementor-counter .elementor-counter-title { text-align: inherit; } .kitify-css-loader { height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; } .kitify-css-loader:after { content: ''; width: 30px; height: 30px; border-radius: 50%; border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; -webkit-box-shadow: 2px 2px 1px var(--kitify-primary-color); box-shadow: 2px 2px 1px var(--kitify-primary-color); -webkit-animation: kitify-load-spin 690ms infinite linear; animation: kitify-load-spin 690ms infinite linear; display: block; margin: auto; } @-webkit-keyframes kitify-load-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes kitify-load-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } } @keyframes fadeOutDown { 0% { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } } @keyframes kitifyFade { 0% { opacity: 0 } to { opacity: 1 } } @keyframes kitifyZoomIn { 0% { opacity: 0; transform: scale(0.75) } to { opacity: 1; transform: scale(1) } } @keyframes kitifyZoomOut { 0% { opacity: 0; transform: scale(1.1) } to { opacity: 1; transform: scale(1) } } @keyframes kitifyMoveUp { 0% { opacity: 0; transform: translateY(25px) } to { opacity: 1; transform: translateY(0) } } @keyframes kitifyMoveUpBig { 0% { opacity: 0; transform: translateY(100px) } to { opacity: 1; transform: translateY(0) } } @keyframes kitifyMoveDown { 0% { opacity: 0; transform: translateY(-25px) } to { opacity: 1; transform: translateY(0) } } @keyframes kitifyMoveDownBig { 0% { opacity: 0; transform: translateY(-100px) } to { opacity: 1; transform: translateY(0) } } @keyframes kitifyMoveLeft { 0% { opacity: 0; transform: translateX(25px) } to { opacity: 1; transform: translateX(0) } } @keyframes kitifyMoveLeftBig { 0% { opacity: 0; transform: translateX(100px) } to { opacity: 1; transform: translateX(0) } } @keyframes kitifyMoveRight { 0% { opacity: 0; transform: translateX(-25px) } to { opacity: 1; transform: translateX(0) } } @keyframes kitifyMoveRightBig { 0% { opacity: 0; transform: translateX(-100px) } to { opacity: 1; transform: translateX(0) } } @keyframes kitifyFallPerspective { 0% { opacity: 0; transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg) } to { opacity: 1; transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg) } } @keyframes kitifyFlipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0 } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1 } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg) } to { transform: perspective(400px) } } @keyframes kitifyFlipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0 } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1 } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg) } to { transform: perspective(400px) } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } .kitify--is_stuck { z-index: 2; } .kitify--is-vheader div#elementor-add-new-section { margin-top: 0; } .kitify-tabs__edit-cover { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; padding: 5px 10px; right: 15px; top: 15px; border-radius: 3px; background-color: var(--kitify-primary-color); z-index: 99; cursor: pointer; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6); box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6); -webkit-animation: edit-button-pulse 5s infinite; animation: edit-button-pulse 5s infinite; } .kitify-tabs__edit-cover i { font-size: 14px; color: #fff; margin-right: 5px; } .kitify-tabs__edit-cover span { font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; font-size: 13px; color: #fff; } .kitify-tabs__edit-cover:hover { background-color: var(--kitify-primary-color); -webkit-animation: none; animation: none; } .kitify-tabs-no-template-message { text-align: center; padding: 10px; } .kitify-tabs-new-template-link { color: var(--kitify-primary-color); text-decoration: underline; } .kitify-masonry-wrapper { margin-left: calc( -1 * var(--kitify-gcol-left-space)); margin-right: calc( -1 * var(--kitify-gcol-left-space)); } .kitify-masonry-wrapper .col-row { margin: 0; } .kitify-masonry_filter { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .kitify-masonry_filter-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .kitify-masonry_filter-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; margin: 10px; } .kitify-masonry_filter-item.active, .kitify-masonry_filter-item:hover { color: var(--kitify-primary-color); } .figure__object_fit { position: relative; overflow: hidden; width: 100%; } .figure__object_fit img { width: 100%; -o-object-fit: cover; object-fit: cover; } .kitify.active-object-fit li.product .figure__object_fit img, .active-object-fit .figure__object_fit img { position: absolute; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; margin: 0; } @media (min-width: 767px) { .elementor-column.column_full_right > .elementor-widget-wrap { width: calc((100vw - var(--kitify-section-width)) / 2 + 100%); min-width: calc((100vw - var(--kitify-section-width)) / 2 + 100%); max-width: calc((100vw - var(--kitify-section-width)) / 2 + 100%) } .e-con .elementor-widget.widget_full_right, .e-container.widget_full_right, .e-con.widget_full_right, .e-container > .elementor-widget.widget_full_right, .elementor-column .elementor-widget.widget_full_right { width: calc((100vw - var(--kitify-section-width)) / 2 + 100% - var(--scrollbar-width-o)); min-width: calc((100vw - var(--kitify-section-width)) / 2 + 100% - var(--scrollbar-width-o)) } .e-container > .elementor-widget.widget_full_right, .elementor-widget.widget_full_right { max-width: calc((100vw - var(--kitify-section-width)) / 2 + 100% - var(--scrollbar-width-o)) !important } .elementor-column.elementor-col-35 { width: 35% } } .swiper-pagination-bullet-active-main:first-child ~ .swiper-pagination-bullet, .swiper-pagination-bullet-active-main:first-child { left: 0 !important; } .wpcf7-form-control-wrap { display: block; } .elementor-location-header.elementor-edit-mode.elementor-edit-area-active ~ main.site-main { min-height: 50vh; } .elementor-editor-active .kitify-site-wrapper > .elementor-location-header:not(.elementor-edit-area-active) { pointer-events: none; } .elementor-editor-active .kitify-site-wrapper > .elementor-location-header:not(.elementor-edit-area-active) .elementor-sticky.elementor-sticky__spacer.kitify--transparency-yes { display: none; } .btn-icon svg, .kitify-arrow svg { width: 1em; height: auto; vertical-align: middle; } .elementor-button .btn-icon { line-height: 0; } .kitify-icon-inner { display: inline-block; line-height: 1; vertical-align: middle; -webkit-transition: all .3s; transition: all .3s; } .kitify-icon-inner svg { height: 1em; width: 1em; vertical-align: middle; display: block; } .kitify--show-btn-hover-yes .kitify-carousel__item .elementor-button { opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); transform: translateY(20px); } .kitify--show-btn-hover-yes .kitify-carousel__item:hover .elementor-button { opacity: 1; visibility: inherit; -webkit-transform: translateY(0); transform: translateY(0); } .kitify-carousel--simple .kitify-carousel__content { -webkit-transition: all .2s; transition: all .2s; } .kitify--enable-zoom-hover .kitify-carousel--simple .kitify-carousel__content { position: relative; } .kitify--enable-zoom-hover .kitify-carousel--simple .kitify-carousel__content > * { z-index: 1; position: relative; } .kitify--enable-zoom-hover .kitify-carousel--simple .kitify-carousel__content:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: inherit; -webkit-transition: all .2s; transition: all .2s; border: inherit; -webkit-box-shadow: inherit; box-shadow: inherit; border-radius: inherit; } .kitify--enable-zoom-hover .kitify-carousel--simple .kitify-carousel__item:hover .kitify-carousel__content:before { -webkit-transform: scale(var(--kitify-content-zoom-lv)); transform: scale(var(--kitify-content-zoom-lv)); } .kitify-sticky-column { -ms-flex-item-align: start; align-self: flex-start; } .kitify-sticky-column.is-affixed.elementor-element.elementor-column > .elementor-element-populated { margin-top: 0; margin-bottom: 0; } body:not(.elementor-editor-active) .kitify--disable-relative-section-yes > div, body:not(.elementor-editor-active) .kitify-disable-relative-yes, body:not(.elementor-editor-active) .kitify-disable-relative-yes .elementor-element-populated, body:not(.elementor-editor-active) .kitify-disable-relative-yes .elementor-kitify-nova-menu, body:not(.elementor-editor-active) .kitify-disable-relative-yes .elementor-widget-container, body:not(.elementor-editor-active) .kitify-disable-relative-yes .elementor-widget-wrap { position: static !important; } .kitify-media-content, .kitify-media-overlay, .kitify-image-overlay, .kitify-media-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .kitify-media-background { background-color: rgba(0, 0, 0, 0.2); background-size: cover; } .e-container--column.e-container.elementor-sticky.elementor-sticky--active:not(.elementor-top-section) { padding: 0; } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header { position: absolute; left: 0; top: 0; width: 100%; } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects):not(.ignore-docs-style-yes) { background-color: var(--kitify-doc-headerts-bg-color) !important; -webkit-box-shadow: none; box-shadow: none; } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .main-color:not(.ignore-docs-style-yes) .kitify-blocks-icon, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .main-color:not(.ignore-docs-style-yes) .kitify-hamburger-panel__toggle-icon, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .main-color:not(.ignore-docs-style-yes) .kitify-hamburger-panel__toggle-label { color: inherit; } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .main-color:not(.ignore-docs-style-yes) { color: var(--kitify-doc-headerts-link-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .main-color:not(.ignore-docs-style-yes):hover { color: var(--kitify-doc-headerts-link-hover-color, var(--kitify-primary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-icon:not(.ignore-docs-style-yes) { color: var(--kitify-doc-headerts-link-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-icon:hover:not(.ignore-docs-style-yes) { color: var(--kitify-doc-headerts-link-hover-color, var(--kitify-primary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects):not(.ignore-docs-style-yes) .elementor-kitify-search .kitify-search__field, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects):not(.ignore-docs-style-yes) .elementor-widget-text-editor { color: var(--kitify-doc-headerts-text-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects):not(.ignore-docs-style-yes) .elementor-heading-title { color: var(--kitify-doc-headerts-text-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-widget-divider:not(.ignore-docs-style-yes) { --divider-color: var(--kitify-doc-headerts-text-color, var(--kitify-secondary-color)) ; } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-widget-icon-list:not(.ignore-docs-style-yes) .elementor-icon-list-item { color: var(--kitify-doc-headerts-link-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-nova-mobile-menu .kitify-nova-menu__mobile-trigger a, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-nova-cart svg, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-nova-cart i, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-nova-cart .header-cart-box .cart-text .count-text, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-search svg, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-header-wishlist__icon svg, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-search i, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-search .kitify-search__popup-trigger-container .kitify-search__trigger-label, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-search .kitify-search__popup-trigger #js_header_search_modal i, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-menu-account svg, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-widget-icon-list:not(.ignore-docs-style-yes) .elementor-icon-list-icon i, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-kitify-menu-account i { color: var(--kitify-doc-headerts-text-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-widget-icon-list:not(.ignore-docs-style-yes) .elementor-icon-list-icon svg, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-widget-icon-list:not(.ignore-docs-style-yes) .elementor-icon-list-text, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-social-icon:not(.ignore-docs-style-yes) i, .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-social-icon:not(.ignore-docs-style-yes) svg { color: var(--kitify-doc-headerts-text-color, var(--kitify-secondary-color)) !important; fill: var(--kitify-doc-headerts-text-color, var(--kitify-secondary-color)) !important; } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-widget-icon-list:not(.ignore-docs-style-yes) .elementor-icon-list-item:hover { color: var(--kitify-doc-headerts-link-hover-color, var(--kitify-primary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-nav-wrap:not(.kitify-mobile-menu-active) .current-menu-item > .menu-item-link.menu-item-link-depth-0:not(.ignore-docs-style-yes) { color: var(--kitify-doc-headerts-link-hover-color, var(--kitify-primary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-nav-wrap:not(.kitify-mobile-menu-active) .menu-item-link.menu-item-link-depth-0:not(.ignore-docs-style-yes) { color: var(--kitify-doc-headerts-link-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-nova-menu .main-navigation .nav-menu > li > a { color: var(--kitify-doc-headerts-link-color, var(--kitify-secondary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-nova-menu .main-navigation .nav-menu > li > a:hover { color: var(--kitify-doc-headerts-link-hover-color, var(--kitify-primary-color)); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-nav-wrap:not(.kitify-mobile-menu-active) .menu-item-link.menu-item-link-depth-0:not(.ignore-docs-style-yes):hover { color: var(--kitify-doc-headerts-link-hover-color, var(--kitify-primary-color)); } .kitify-doc-enable-header-transparency.kitify-doc-swap-logo .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-logo-default { display: none; } .kitify-doc-enable-header-transparency.kitify-doc-swap-logo .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .kitify-logo-light { display: inherit; } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-button:not(.ignore-docs-style-yes) { color: var(--kitify-doc-headerts-button-color, var(--kitify-secondary-color)); border-color: var(--kitify-doc-headerts-button-border-color, var(--kitify-secondary-color)); background-color: var(--kitify-doc-headerts-button-bgcolor, transparent); } .kitify-doc-enable-header-transparency .kitify-site-wrapper > .elementor-location-header > .elementor-top-section:not(.elementor-sticky--effects) .elementor-button:not(.ignore-docs-style-yes):hover { border-color: var(--kitify-doc-headerts-button-hover-border-color, var(--kitify-doc-headerts-link-hover-color)); color: var(--kitify-doc-headerts-button-hover-color, var(--kitify-doc-headerts-link-hover-color)); background-color: var(--kitify-doc-headerts-button-hover-bgcolor, transparent); } .kitify-section-title { display: inline-block; position: relative; margin: 0; } .kitify-section-title .title-count{ position: absolute; right: -28px; width: 26px; height: 26px; line-height: 26px; border-radius: 50%; text-align: center; font-family: var(--site-main-font); font-size: 14px; font-weight: 500; color: #FFF; background-color: var(--site-accent-color); } .kitify-svg-icon { display: inline-block; line-height: 1; } .kitify-svg-icon svg { vertical-align: -.125em; width: 1em; height: 1em; fill: currentColor; display: inline-block; } .kitify-nova-menu__mobile-trigger { display: none; } .kitify-nova-menu__mobile-trigger .kitify-nova-menu__mobile-trigger-icon { font-size: 1.3125rem; } .kitify-nova-menu.kitify-nova-menu--style-default .main-navigation > ul > li > a:after, .kitify-nova-menu.kitify-nova-menu--style-default .main-navigation > ul > li > a:before { display: none; } .kitify-nova-menu.kitify-nova-menu--style-bottom-line .main-navigation > ul > li > a:before { top: auto; bottom: 0; } .kitify-nova-menu .main-navigation { display: flex; } .kitify-nova-menu .main-navigation .nav-menu { position: static; } .kitify-nova-menu .main-navigation > ul > li > a { display: flex; align-items: center; } .kitify-nova-menu .main-navigation ul > li > a:hover { color: var(--site-link-hover-color); } .kitify-nova-menu .main-navigation .sub-menu li a:before { display: none; } .kitify-nova-menu.kitify-active--mbmenu .kitify-nova-menu__mobile-trigger { display: flex; align-items: center; justify-content: center; } .kitify-nova-menu.kitify-active--mbmenu .kitify-nova-menu__mobile-trigger a, .kitify-nova-menu.kitify-active--mbmenu .kitify-nova-menu__mobile-trigger .kitify-blocks-icon { line-height: 0; } .kitify-nova-menu.kitify-active--mbmenu .main-navigation { display: none; } .mega-menu .elementor-icon-list-items{ visibility: hidden; pointer-events:visible !important; } .nav-menu ul.mega-menu ul .elementor-icon-list-items li{ padding: 0; } .nav-menu > li:hover .mega-menu .elementor-icon-list-items{ visibility: visible; } .mega-menu .kitify-nav-arrow { display: none; } .main-navigation > ul > li > ul > li .kitify-nav-arrow { position: relative; top: -1px; transform: rotate(-90deg); } .kitify-menu-account__box { position: relative; padding: 15px; line-height: 0; } .kitify-menu-account__box a { display: inline-block; line-height: 0; } .kitify-menu-account__box .kitify-menu-account__icon { font-size: 1.125rem; } .kitify-menu-account__box .sub-menu { position: absolute; opacity: 0; background: #fff; top: 100%; left: -80px; min-width: 12.5rem; margin: 0; padding: 1.25rem; -webkit-transform: translate(0, 20px); transform: translate(0, 20px); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; transition: transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05); z-index: 1000; pointer-events: none; } .kitify-menu-account__box .sub-menu li { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0.3125rem 0.3125rem; margin: 0; } .kitify-menu-account__box .sub-menu li a { display: block; font-size: 0.875rem; line-height: 1; padding: 0.3125rem 0; } .kitify-menu-account__box:hover .sub-menu { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); pointer-events: initial; } .kitify-nova-cart { padding: 16px; } .kitify-nova-cart .header-cart-box { position: relative; line-height: 0; } .kitify-nova-cart .header-cart-box .count-badge { position: absolute; top: 0px; right: -6px; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; text-align: center; font-size: 0.75rem; font-weight: 500; color: #FFF; background-color: var(--site-accent-color); } @media screen and (min-width: 1550px) { .kitify-nova-cart.kitify-nova-cart-label-on .header-cart-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .kitify-nova-cart.kitify-nova-cart-label-on .header-cart-box .cart-text { margin-left: 8px; } .kitify-nova-cart.kitify-nova-cart-label-on .header-cart-box .cart-text .count-badge { display: inline; background-color: transparent !important; color: var(--site-heading-color); margin-left: 2px; } .kitify-nova-cart.kitify-nova-cart-label-on .header-cart-box .cart-text .count-badge:before { content: "("; } .kitify-nova-cart.kitify-nova-cart-label-on .header-cart-box .cart-text .count-badge:after { content: ")"; } .kitify-nova-cart.kitify-nova-cart-label-on .header-cart-box .cart-text .count-text { display: block; font-size: 14px; color: #999999; } .kitify-nova-cart.kitify-nova-cart-label-on .header-cart-box .count-badge { position: static; } } @charset "UTF-8"; .kitify-toggle-sidebar.kitify-active-sidebar-toggle { position: relative; } .kitify-toggle-sidebar.kitify-active-sidebar-toggle .kitify-toggle-sidebar__container { position: relative; position: fixed; top: 0; bottom: 0; left: 0; background: #fff; padding: 60px 30px 30px 30px !important; max-width: none; overflow-y: visible; width: 400px; z-index: 99999; transition: -webkit-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease; -webkit-transform: translate3d(-400px, 0, 0); transform: translate3d(-400px, 0, 0); } .kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn__wrap { position: fixed; top: 0; left: 0; width: 400px; background-color: #fff; padding: 0.9375rem; z-index: 1; } @media print, screen and (max-width: 39.99875em) { .kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn__wrap { width: 100%; } } .kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 40px; height: 40px; margin-left: auto; -webkit-transition: all 0.2s; transition: all 0.2s; border: var(--site-border-color) solid 1px; background-color: #fff; text-align: center; border-radius: 50%; } @media print, screen and (max-width: 39.99875em) { .kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn { margin-right: 0.9375rem; } } .kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn:before { font-family: "iNova" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; vertical-align: -.125em; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; font-size: 1.125rem; color: var(--site-heading-color); line-height: 38px; } .kitify-toggle-sidebar__overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1112; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: opacity 0.5s ease, visibility 0.5s ease; transition: opacity 0.5s ease, visibility 0.5s ease; } .kitify-toggle-sidebar__inner { height: 98%; } .kitify-toggle-sidebar__toggle { display: none; position: absolute; top: 40%; right: -40px; width: 40px; height: 40px; -webkit-transition: all 0.2s; transition: all 0.2s; border: #ccc solid 1px; border-left-width: 0; background-color: #fff; text-align: center; } .kitify-toggle-sidebar__toggle:before { font-family: "iNova" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; vertical-align: -.125em; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; font-size: 1.5rem; color: var(--site-heading-color); line-height: 38px; } .kitify-toggle-sidebar.kitify-active-sidebar-toggle .kitify-toggle-sidebar__toggle { display: block; } .kitify-toggle-sidebar.opened .kitify-toggle-sidebar__overlay { opacity: 1; visibility: visible; } .kitify-toggle-sidebar.opened .kitify-toggle-sidebar__container { -webkit-transform: none; transform: none; } @media print, screen and (max-width: 39.99875em) { .kitify-toggle-sidebar.opened .kitify-toggle-sidebar__container { width: 100%; } } .kitify-toggle-sidebar.ps--active-y { padding-top: 1.875rem; } body.toogle-opened #wpadminbar { z-index: 0; } body.toogle-opened .elementor-location-header { z-index: 1; } .nova-overlay-global.opened { opacity: 0.3; visibility: visible; }