#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;
}.elementor-editor-active .elementor-element .shop_table,.elementor-editor-preview .elementor-element .shop_table,.elementor-widget-woostify-thankyou-order-details .woocommerce-table--order-details{width:100%;margin:0}.woobuilder-active.search:not(.woobuilder-search-page) .site-content{margin:3.5em 0}.elementor-widget-woostify-cart-form .woocommerce-cart-form,.elementor-widget-woostify-product-price .price,.elementor-widget-woostify-product-rating .woocommerce-product-rating,.elementor-widget-woostify-product-title .product_title{margin-bottom:0}.elementor-widget-woostify-product-description .woocommerce-product-details__short-description{padding:0}.elementor-widget-woostify-product-add-to-cart .variations-label-block .variations .label,.elementor-widget-woostify-product-add-to-cart .variations-label-block .variations label,.woostify-my-account-widget #add_payment_method.active{display:block}.elementor-widget-woostify-product-add-to-cart .quantity{height:auto;width:auto;max-width:100%;min-width:170px;min-height:50px}.elementor-widget-woostify-product-add-to-cart .quantity .qty{padding-left:0;padding-right:0;text-align:center}.elementor-widget-woostify-product-add-to-cart .single_add_to_cart_button.button{min-height:50px;height:auto;max-width:100%}.elementor-widget-woostify-product-meta .product_meta,.woostify-checkout-form.woocommerce-checkout{margin-top:0}.elementor-widget-woostify-product-data-tabs .woocommerce-tabs{padding-top:0;padding-bottom:0}.elementor-widget-woostify-product-data-tabs .woocommerce-tabs .woocommerce-Tabs-panel{max-width:100%}.elementor-widget-woostify-product-data-tabs .woocommerce-tabs #commentform input[type=submit]{height:auto;min-height:50px}@media (max-width:719px){.elementor-widget-woostify-product-data-tabs .woocommerce-tabs .tabs li{width:auto}}@media (max-width:600px){.elementor-widget-woostify-product-data-tabs .woostify-product-data-tabs.with-heading-block .woocommerce-tabs .tabs li{display:block}}.elementor-widget .related,.elementor-widget .up-sells{border-top:0}.elementor-editor-active .elementor-widget-woostify-checkout-form .shipping_address,.elementor-editor-preview .elementor-widget-woostify-checkout-form .shipping_address,.elementor-widget-woostify-cart-overview .cart_totals>h2,.elementor-widget-woostify-checkout-form .woocommerce-billing-fields>h3,.elementor-widget-woostify-my-account .my-account-tab-content-item:not(.active),.elementor-widget-woostify-my-account .woostify-view-more-order .woostify-loading-status,.elementor-widget-woostify-product-additional-information>.elementor-widget-container>h2,.elementor-widget-woostify-product-additional-information>h2,.elementor-widget-woostify-product-related .related.products>h2,.elementor-widget-woostify-product-upsell .up-sells.products>h2,.woostify-my-account-widget #add_payment_method,.woostify-my-account-widget .hidden{display:none}.elementor-widget-woostify-product-additional-information .shop_attributes,.elementor-widget-woostify-thankyou-order-overview .woocommerce-order-overview{margin:0}.elementor-widget-woostify-my-account{min-height:1px}.elementor-widget-woostify-my-account fieldset{border:1px solid #ccc;margin-bottom:20px}.elementor-widget-woostify-my-account .woocommerce-address-fields__field-wrapper select{height:50px;line-height:50px;width:100%;padding:0 15px}.elementor-widget-woostify-my-account .woostify-my-account-widget.head-inline .account-menu-item{display:inline-flex}.elementor-widget-woostify-my-account .position-bottom{display:flex;flex-direction:column-reverse}.elementor-widget-woostify-my-account .woostify-my-account-tab-head,.woostify-my-account-widget .woocommerce-PaymentMethods .woocommerce-PaymentMethod{margin-bottom:15px}.elementor-widget-woostify-my-account .account-menu-item-icon{margin-right:5px}.elementor-widget-woostify-my-account .has-icon-right .account-menu-item-icon{margin-right:0;margin-left:5px}.elementor-widget-woostify-my-account .woostify-view-more-order{text-align:center;position:relative}.elementor-widget-woostify-my-account .woostify-view-more-order .woostify-loading-status:before{content:"";z-index:2;position:absolute;border:1px solid #ddd;border-top-color:#222;border-radius:50%;height:20px;width:20px;top:calc(50% - 10px);left:calc(50% - 10px);transform:translateY(-50%) translateX(-50%);animation:.35s linear infinite circle-loading}@media (min-width:767px){.elementor-widget-woostify-cart-form .woocommerce-cart-form .woocommerce-cart-form__contents .product-price,.elementor-widget-woostify-cart-form .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal{min-width:auto;white-space:nowrap}.elementor-widget-woostify-cart-form .woocommerce-cart-form .woocommerce-cart-form__contents .product-name{min-width:100px}}.elementor-widget-woostify-cart-form .product-quantity .quantity{background-color:transparent}.elementor-widget-woostify-cart-form .woocommerce-cart-form__contents.show-heading thead{display:table-header-group}.elementor-widget-woostify-cart-form .woocommerce-cart-form__contents .cart_item td,.has-multi-step-checkout .elementor-widget-woostify-checkout-overview .shop_table.woocommerce-checkout-review-order-table .order-total{border-bottom:0}.elementor-widget-woostify-cart-form .woocommerce-cart-form__contents .coupon.no-backround-image{background-image:none;padding-left:0;justify-content:center}.elementor-widget-woostify-cart-form .woocommerce-cart-form__contents [name=update_cart]:disabled{opacity:1}.elementor-widget-woostify-cart-form [name=update_cart]:disabled{-webkit-filter:none;filter:none}.elementor-widget-woostify-cart-overview .shop_table,.woostify-product-form-review .comment-form input:not([type=submit]),.woostify-product-form-review .comment-form textarea{width:100%}.elementor-widget-woostify-cart-overview .cart_totals td,.elementor-widget-woostify-cart-overview .cart_totals th{padding-left:0;padding-right:0}.elementor-editor-active .elementor-widget-woostify-checkout-form .select2-container--default,.elementor-editor-preview .elementor-widget-woostify-checkout-form .select2-container--default{min-width:100%}.elementor-editor-active .elementor-widget-woostify-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered,.elementor-editor-preview .elementor-widget-woostify-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1;height:auto}.elementor-editor-active .elementor-widget-woostify-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow,.elementor-editor-preview .elementor-widget-woostify-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:auto;min-height:50px;top:50%}.elementor-editor-active .elementor-widget-woostify-checkout-form .select2-container .select2-selection--single,.elementor-editor-preview .elementor-widget-woostify-checkout-form .select2-container .select2-selection--single{padding-top:11px;padding-bottom:11px;height:auto}.elementor-widget-woostify-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1;height:auto}.elementor-widget-woostify-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:auto;min-height:50px}.elementor-widget-woostify-checkout-form .select2-container .select2-selection--single{padding-top:11px;padding-bottom:11px;height:auto}.elementor-widget-woostify-checkout-form .form-row .input-text{transition-duration:.2s;height:auto;padding-top:7px;padding-bottom:7px}.elementor-widget-woostify-checkout-overview .woocommerce-checkout-review-order-table thead .product-total,.elementor-widget-woostify-checkout-overview .woocommerce-checkout-review-order-table tr td:last-child{text-align:right}.has-multi-step-checkout .elementor-widget-woostify-checkout-overview .shop_table.woocommerce-checkout-review-order-table .order-total td,.has-multi-step-checkout .elementor-widget-woostify-checkout-overview .shop_table.woocommerce-checkout-review-order-table .order-total th{padding:15px 0}.elementor-widget-woostify-checkout-payment ul{list-style:none}.elementor-widget-woostify-checkout-payment #place_order{height:auto;padding-top:11px;padding-bottom:11px}@media (min-width:992px){.elementor-widget-woostify-my-account .position-left .woostify-my-account-tab-head,.elementor-widget-woostify-my-account .position-right .woostify-my-account-tab-head{min-width:200px}.elementor-widget-woostify-my-account .position-left .woostify-my-account-tab-content,.elementor-widget-woostify-my-account .position-right .woostify-my-account-tab-content{flex-grow:1}.elementor-widget-woostify-my-account .position-left{display:flex;flex-direction:row}.elementor-widget-woostify-my-account .position-right{display:flex;flex-direction:row-reverse}.elementor-widget-woostify-my-account .account-menu-item{margin:0 10px}.has-multi-step-checkout .elementor-widget-woostify-checkout-form .multi-step-checkout-wrapper{width:100%;padding-right:0;margin-bottom:0}.elementor-widget-woostify-checkout-form #customer_details{float:none;width:100%;padding-right:0}.elementor-widget-woostify-checkout-payment #order_review{float:none;width:100%}}.elementor-widget-woostify-thankyou-order-details .woocommerce-table--order-details td,.elementor-widget-woostify-thankyou-order-details .woocommerce-table--order-details th{border:0}.elementor-widget-woostify-thankyou-order-details .woocommerce-table--order-details tr{border-bottom:1px solid #ddd}.elementor-widget-woostify-thankyou-order-overview .flex-direction-column{flex-direction:column}.elementor-widget-woostify-thankyou-order-overview .flex-direction-column.woocommerce-thankyou-order-details li+li{border-top:1px dashed #e8e8e8;border-left:0}.elementor-widget-woostify-thankyou-order-overview .flex-direction-row{flex-direction:row}.checkout-with-order-failed{min-height:300px;display:flex;align-items:center;flex-direction:column;justify-content:center}.woostify-product-form-review .comment-form>p{width:100%;margin-bottom:0}.woostify-product-form-review .comment-form input[type=checkbox]{width:auto}.woostify-product-form-review .commentlist{list-style:none;padding:0;margin:0}.woostify-product-form-review .comment_container{display:flex;justify-content:flex-start}.woostify-product-form-review .comment_container .avatar{border-radius:50%;margin-right:30px;min-width:60px;width:60px;height:60px}.woostify-product-form-review .comment_container .comment-text{flex-grow:1;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.woostify-product-form-review .comment_container .meta{margin-bottom:0;display:inline-block;vertical-align:text-top}.woostify-product-form-review .comment_container .description{flex:0 0 100%;margin-top:15px}.woostify-product-form-review #comments{border-top:0;padding-top:0;margin-top:0}.woostify-my-account-widget .wc-stripe-card-icons-container{display:flex}.woostify-my-account-widget .woocommerce-PaymentMethods .wc-stripe-card-icons-container .wc-stripe-card-icon{max-width:20%;padding:0 15px}.woostify-my-account-widget .woocommerce-PaymentMethods img{max-width:220px}