#woostify-quick-view-panel .variation-selector.hidden:not(.quickview-support) {
display: block;
}
.composite_form .composite_component .variations_form a.reset_variations {
opacity: 0;
visibility: hidden !important;
}
.composite_form .composite_component .variations_form a.reset_variations.opacity {
opacity: 1;
visibility: visible !important;
}
.woostify-variation-swatches {
padding: 5px;
display: flex;
flex-wrap: wrap; }
.woostify-variation-swatches.variation-circle .swatch {
border-radius: 50px;
}
.woostify-variation-swatches.variation-squares .swatch {
border-radius: 3px;
}
#woostify-quick-view-panel .woostify-variation-swatches:not(.quickview-support) {
display: none;
}
.woostify-variation-swatches .swatch {
transition: all 0.3s;
border-color: #ccc;
margin-bottom: 10px;
margin-right: 15px;
}
.woostify-variation-swatches .swatch:last-of-type {
margin-right: 0;
}
.woostify-variation-swatches .swatch.selected {
border-color: #555;
opacity: 1;
} .swatch-list {
margin-top: 5px;
text-align: center;
}
.swatch-list.variation-squares .swatch {
border-radius: 3px;
}
.swatch-list.variation-circle .swatch {
border-radius: 50px;
}
.swatch-list .swatch {
min-width: 26px;
min-height: 26px;
margin: 5px;
}
.swatch-list .swatch:before {
position: absolute;
content: '';
}
.swatch-list .swatch.selected:before {
border-color: #555;
} .swatch {
cursor: pointer;
border: 1px solid #ccc;
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
user-select: none;
}
.swatch.swatch-color.selected:before {
transform: rotate(45deg);
content: '';
width: 6px;
height: 10px;
border: solid #eee;
border-width: 0 2px 2px 0;
}
.swatch.swatch-label {
background-color: #f1f1f1;
padding: 0 10px;
}
.swatch.swatch-label.selected {
color: #555;
}
.swatch.swatch-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.variation-squares .swatch.swatch-image img {
border-radius: 3px;
}
.variation-circle .swatch.swatch-image img {
border-radius: 50px;
}
.swatch.disabled, .swatch.unavailable {
pointer-events: none;
opacity: 0.9;
border-color: firebrick;
overflow: hidden;
}
.swatch.disabled:before, .swatch.unavailable:before, .swatch.disabled:after, .swatch.unavailable:after {
content: '';
position: absolute;
width: 1px;
height: 150%;
background-color: firebrick;
}
.swatch.disabled:before, .swatch.unavailable:before {
transform: rotate(-45deg);
}
.swatch.disabled:after, .swatch.unavailable:after {
transform: rotate(45deg);
}
.swatch.disabled .swatch-tooltip, .swatch.unavailable .swatch-tooltip {
display: none;
}
.swatch .swatch-tooltip {
position: absolute;
top: -40px;
padding: 5px 10px;
opacity: 0;
visibility: hidden;
z-index: 2;
border-radius: 4px;
line-height: 1.3;
font-size: 0.8em;
white-space: nowrap;
transform: translateY(10px);
transition-duration: 0.3s;
}
.swatch .swatch-tooltip:hover {
display: none;
}
.swatch .swatch-tooltip:before {
content: '';
width: 0;
height: 0;
position: absolute;
left: 50%;
bottom: -5px;
transform: translateX(-50%);
border-style: solid;
border-width: 5px 5px 0 5px;
}
.swatch:hover .swatch-tooltip {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}.woostify-header-template-builder.has-sticky {
position: relative;
z-index: 40;
}
.woostify-header-template-builder.has-sticky.sticky-on-all-device .woostify-header-template-builder-inner.active {
position: fixed;
left: 0;
right: 0;
top: 0;
}
.logged-in.admin-bar .woostify-header-template-builder.has-sticky.sticky-on-all-device .woostify-header-template-builder-inner.active {
top: 46px;
}
@media (min-width: 601px) {
.logged-in.admin-bar .woostify-header-template-builder.has-sticky.sticky-on-all-device .woostify-header-template-builder-inner.active {
top: 46px;
}
}
@media (min-width: 783px) {
.logged-in.admin-bar .woostify-header-template-builder.has-sticky.sticky-on-all-device .woostify-header-template-builder-inner.active {
top: 32px;
}
}
@media (min-width: 992px) {
.woostify-header-template-builder.has-sticky.sticky-on-desktop .woostify-header-template-builder-inner.active {
position: fixed;
left: 0;
right: 0;
top: 0;
}
.logged-in.admin-bar .woostify-header-template-builder.has-sticky.sticky-on-desktop .woostify-header-template-builder-inner.active {
top: 32px;
}
}
@media (max-width: 991px) {
.woostify-header-template-builder.has-sticky.sticky-on-mobile .woostify-header-template-builder-inner.active {
position: fixed;
left: 0;
right: 0;
top: 0;
}
.logged-in.admin-bar .woostify-header-template-builder.has-sticky.sticky-on-mobile .woostify-header-template-builder-inner.active {
top: 46px;
}
}
@media (max-width: 991px) and (min-width: 601px) {
.logged-in.admin-bar .woostify-header-template-builder.has-sticky.sticky-on-mobile .woostify-header-template-builder-inner.active {
top: 46px;
}
}
@media (max-width: 991px) and (min-width: 783px) {
.logged-in.admin-bar .woostify-header-template-builder.has-sticky.sticky-on-mobile .woostify-header-template-builder-inner.active {
top: 32px;
}
}
.woostify-header-template-builder.has-shrink .woostify-header-template-builder-inner.active .elementor-section-wrap img {
max-height: 40px;
width: auto;
}
.woostify-header-template-builder.has-shrink .woostify-header-template-builder-inner.active .elementor-element-populated {
max-height: 60px;
}
@media (min-width: 992px) {
.woostify-header-template-builder.has-shrink .woostify-header-template-builder-inner.active .main-navigation .primary-navigation > .menu-item > a {
padding-top: 7px;
padding-bottom: 7px;
}
}
.woostify-header-template-builder.has-shrink .woostify-header-template-builder-inner.active .mega-menu-wrapper .elementor-element-populated {
max-height: none;
}
.woostify-header-template-builder .woostify-header-template-builder-inner {
background-color: #fff;
} .woostify-d-flex {
display: flex;
}
.woostify-align-center {
align-items: center;
}
.woostify-cart-icon-widget .shop-cart-count.hide-zero-val.hide {
display: none;
} .site-search {
position: relative;
}
.site-search .ajax-search-results {
position: absolute;
z-index: 20;
left: 0;
right: 0;
top: 100%;
background-color: #fff;
border-radius: 0 0 4px 4px;
box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.168627);
} .woostify-sticky-yes.elementor-section {
z-index: 99;
}
.elementor-edit-mode .woostify-sticky-yes.elementor-section {
z-index: 1;
}
#elementor-preview-iframe .woostify-sticky-yes.elementor-section {
top: 0 !important;
}
.woostify-site-logo-header .custom-logo {
transition: 0.3s all;
}
.woostify-sticky--active {
box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.12);
background-color: #fff;
transition: top 0.1s linear;
}
.woostify-header-transparent-yes {
background-color: transparent;
position: absolute;
left: 0;
right: 0;
z-index: 99;
}
#elementor-preview #view .woostify-header-tranparent-yes {
position: relative;
}
.single-hf_builder .entry-title, .single-hf_builder .entry-meta {
display: none;
} .w-product-filter .w-product-filter-content-wrap::-webkit-scrollbar {
width: 5px;
} .w-product-filter .w-product-filter-content-wrap::-webkit-scrollbar-track {
background: #f1f1f1;
} .w-product-filter .w-product-filter-content-wrap::-webkit-scrollbar-thumb {
background: #888;
} .w-product-filter .w-product-filter-content-wrap::-webkit-scrollbar-thumb:hover {
background: #555;
}