:root{--woolentor-white:#ffffff;--woolentor-primary-color:#2563eb;--woolentor-primary-hover:#1d4ed8;--woolentor-success-color:#10b981;--woolentor-warning-color:#f59e0b;--woolentor-danger-color:#ef4444;--woolentor-gray-50:#f9fafb;--woolentor-gray-100:#f3f4f6;--woolentor-gray-200:#e5e7eb;--woolentor-gray-300:#d1d5db;--woolentor-gray-400:#9ca3af;--woolentor-gray-500:#6b7280;--woolentor-gray-600:#4b5563;--woolentor-gray-700:#374151;--woolentor-gray-800:#1f2937;--woolentor-gray-900:#111827;--woolentor-border-radius:12px;--woolentor-border-radius-sm:8px;--woolentor-shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--woolentor-shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--woolentor-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--woolentor-shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);--woolentor-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--woolentor-transition-fast:all 0.15s ease}.wp-embed-responsive .wp-block{outline:0}.woolentor-product-grid a{text-decoration:none!important}.woolentor-product-grid-modern{display:grid;gap:25px;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;transition:all 0.3s ease}.woolentor-product-grid-modern.woolentor-layout-grid{display:grid;grid-auto-rows:1fr}.woolentor-product-grid-modern.woolentor-layout-list{display:flex;flex-direction:column;gap:20px}.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-1{grid-template-columns:1fr;grid-auto-rows:1fr}.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-2{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-3{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr}.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-4{grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr}.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-5{grid-template-columns:repeat(5,1fr);grid-auto-rows:1fr}.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-6{grid-template-columns:repeat(6,1fr);grid-auto-rows:1fr}.woolentor-product-filters{background:var(--woolentor-white);border-radius:12px;padding:24px;margin-bottom:32px;box-shadow:var(--woolentor-shadow-sm)}.woolentor-filter-row{display:flex;align-items:center;justify-content:space-between}.woolentor-view-controls{display:flex;align-items:center;gap:16px}.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering{margin:0}.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering select.orderby{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;cursor:pointer;transition:all 0.3s ease}.woolentor-layout-switcher{display:flex;gap:4px;padding:4px;border-radius:8px;background:#e5e7eb}.woolentor-layout-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#fff0;border-radius:6px;cursor:pointer;transition:all 0.3s ease;color:#4b5563;padding:0}.woolentor-layout-btn:focus{background:#fff0;color:#4b5563}.woolentor-layout-btn.woolentor-active,.woolentor-layout-btn:hover{background:#2563eb;color:var(--woolentor-white)}.woolentor-layout-btn svg{width:18px;height:18px;stroke:currentColor}.woolentor-product-card{background:#fff;border-radius:var(--woolentor-border-radius);position:relative;transition:var(--woolentor-transition);border:1px solid var(--woolentor-gray-200)}.woolentor-product-item{transition:all 0.3s ease}.woolentor-grid-card .woolentor-list-view-content{display:none!important}.woolentor-list-card .woolentor-grid-view-content{display:none!important}.woolentor-grid-card .woolentor-grid-view-content{display:flex;flex-direction:column;width:100%;height:100%}.woolentor-list-card .woolentor-list-view-content{display:flex;flex-direction:row;width:100%;align-items:center}.woolentor-grid-card{display:flex;flex-direction:column;height:100%;box-shadow:0 2px 8px rgb(0 0 0 / .08);border-radius:16px;overflow:visible;transition:all 0.3s cubic-bezier(.4,0,.2,1);background:#fff;position:relative}.woolentor-list-card{display:flex;flex-direction:row;align-items:center;min-height:200px;padding:20px;box-shadow:var(--woolentor-shadow-sm)}.woolentor-card-hover-lift .woolentor-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgb(0 0 0 / .15)}.woolentor-card-hover-scale .woolentor-product-card:hover{transform:scale(1.02);box-shadow:0 12px 24px rgb(0 0 0 / .15)}.woolentor-card-hover-shadow .woolentor-product-card:hover{box-shadow:0 20px 40px rgb(0 0 0 / .2)}.woolentor-image-hover-zoom .woolentor-product-image img:hover,.woolentor-image-hover-zoom .woolentor-product-image .woolentor-product-img:hover{transform:scale(1.1)}.woolentor-image-hover-fade .woolentor-product-image:hover img,.woolentor-image-hover-fade .woolentor-product-image:hover .woolentor-product-img{opacity:.8}.woolentor-image-hover-grayscale .woolentor-product-image img,.woolentor-image-hover-grayscale .woolentor-product-image .woolentor-product-img{filter:grayscale(100%);transition:filter 0.3s ease}.woolentor-image-hover-grayscale .woolentor-product-image:hover img,.woolentor-image-hover-grayscale .woolentor-product-image:hover .woolentor-product-img{filter:grayscale(0%)}.woolentor-product-image{position:relative;overflow:hidden}.woolentor-product-secondary-img{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#fff;opacity:0;visibility:hidden;transition:opacity 0.5s ease,transform 2s cubic-bezier(0,0,.44,1.18)}.woolentor-product-card:hover .woolentor-product-secondary-img{opacity:1;visibility:visible;transform:scale(1.09)}.woolentor-grid-card .woolentor-product-image{flex-shrink:0;background:#f5f5f5;align-items:center;justify-content:center;border-radius:16px 16px 0 0}.woolentor-grid-card .woolentor-product-image img,.woolentor-grid-card .woolentor-product-image .woolentor-product-img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s cubic-bezier(.4,0,.2,1)}.woolentor-list-card .woolentor-product-image{flex-shrink:0;margin-right:20px;border-radius:var(--woolentor-border-radius-sm);overflow:hidden;box-shadow:var(--woolentor-shadow-sm);width:30%}.woolentor-list-card .woolentor-product-image img,.woolentor-list-card .woolentor-product-image .woolentor-product-img{width:100%;object-fit:cover;transition:var(--woolentor-transition)}.woolentor-badges{position:absolute;display:flex;flex-direction:column;gap:6px;z-index:10;left:15px;top:15px}.woolentor-badge-pos-top-left .woolentor-badges{top:12px;left:12px}.woolentor-badge-pos-top-right .woolentor-badges{top:12px;right:12px;left:auto}.woolentor-badge-pos-top-center .woolentor-badges{top:12px;left:50%;transform:translateX(-50%)}.woolentor-badge{padding:6px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;color:#fff;display:inline-block;line-height:1}.woolentor-sale-badge{background:#e74c3c}.woolentor-new-badge{background:#10b981}.woolentor-trending-badge{background:#f59e0b}.woolentor-badge-style-solid .woolentor-sale-badge{background:#e74c3c}.woolentor-badge-style-solid .woolentor-new-badge{background:#10b981}.woolentor-badge-style-solid .woolentor-trending-badge{background:#f59e0b}.woolentor-badge-style-gradient .woolentor-sale-badge{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);box-shadow:0 4px 8px rgb(238 90 36 / .3)}.woolentor-badge-style-gradient .woolentor-new-badge{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 8px rgb(16 185 129 / .3)}.woolentor-badge-style-gradient .woolentor-trending-badge{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 8px rgb(245 158 11 / .3)}.woolentor-badge-style-outline .woolentor-badge{background:rgb(255 255 255 / .9);border:2px solid;backdrop-filter:blur(8px)}.woolentor-badge-style-outline .woolentor-sale-badge{border-color:var(--woolentor-danger-color);color:var(--woolentor-danger-color)}.woolentor-badge-style-outline .woolentor-new-badge{border-color:var(--woolentor-success-color);color:var(--woolentor-success-color)}.woolentor-badge-style-outline .woolentor-trending-badge{border-color:var(--woolentor-warning-color);color:var(--woolentor-warning-color)}.woolentor-quick-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;visibility:hidden;transition:all 0.3s ease;transform:translateX(10px);z-index:15}.woolentor-grid-card:hover .woolentor-quick-actions,.woolentor-product-image:hover .woolentor-quick-actions{opacity:1;visibility:visible;transform:translateX(0)}.woolentor-quick-action{width:42px;height:42px;border-radius:50%;background:rgb(255 255 255 / .98);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;color:#333;box-shadow:0 2px 8px rgb(0 0 0 / .12);padding:0}.woolentor-quick-action a{color:#333;text-decoration:none}.woolentor-quick-action svg{margin:0}.woolentor-quick-action:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgb(0 0 0 / .2)}.woolentor-quick-action svg{width:18px;height:18px;stroke-width:2;color:#333;display:block}.woolentor-quick-actions .woolentor-wishlist-btn{width:42px;height:42px;border-radius:50%;background:rgb(255 255 255 / .98);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0 / .12);transition:all 0.3s cubic-bezier(.4,0,.2,1)}.woolentor-quick-actions .woolentor-wishlist-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgb(0 0 0 / .2)}.woolentor-quick-actions .woolentor-wishlist-btn .wishlist,.woolentor-quick-actions .woolentor-wishlist-btn .yith-wcwl-add-to-wishlist,.woolentor-quick-actions .woolentor-wishlist-btn .tinvwl_add_to_wishlist_button{display:contents}.woolentor-quick-actions .woolentor-wishlist-btn a{display:flex;align-items:center;justify-content:center;color:#333;text-decoration:none;width:100%;height:100%}.woolentor-quick-actions .woolentor-wishlist-btn .ht-product-action-tooltip,.woolentor-quick-actions .woolentor-wishlist-btn .wishsuite-tooltip,.woolentor-quick-actions .woolentor-wishlist-btn span:not(svg *){display:none!important}.woolentor-quick-actions .woolentor-wishlist-btn svg{width:18px;height:18px;display:block;color:currentColor;overflow:visible}.woolentor-quick-actions .woolentor-wishlist-btn .ajax-loading,.woolentor-quick-actions .woolentor-wishlist-btn .fa-spinner{display:none!important}.woolentor-style-modern .woolentor-quickview-btn,.woolentor-style-modern .woolentorquickview{color:#333}.woolentor-style-modern .woolentor-quickview-btn svg,.woolentor-style-modern .woolentorquickview svg{width:18px;height:18px;display:block!important;color:currentColor!important;stroke:currentColor!important;fill:none!important;visibility:visible!important;opacity:1!important;overflow:visible}.woolentor-style-modern .woolentor-quickview-btn svg path,.woolentor-style-modern .woolentor-quickview-btn svg circle,.woolentor-style-modern .woolentorquickview svg path,.woolentor-style-modern .woolentorquickview svg circle{stroke:currentColor!important;fill:none!important;stroke-width:2!important;visibility:visible!important;opacity:1!important}.woolentor-quick-action.woolentorquickview{color:#333}.woolentor-product-content{flex:1;display:flex;flex-direction:column}.woolentor-grid-card .woolentor-product-content{padding:20px;flex:1;display:flex;flex-direction:column;line-height:1;width:100%}.woolentor-list-card .woolentor-product-content{padding:0}.woolentor-content-header{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.woolentor-content-footer{display:flex;justify-content:space-between;align-items:center;margin:15px 0 0;padding-top:20px;border-top:1px solid #ddd;width:100%}.woolentor-product-title{font-size:18px;font-weight:600;line-height:1.4;margin:0 0 8px;color:var(--woolentor-gray-900)}.woolentor-product-categories{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 4px}.woolentor-product-category{font-size:12px;color:#999;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;font-weight:500;transition:color 0.2s ease}.woolentor-product-category:not(:first-child):before{content:'•';margin:0 6px;color:#ddd}.woolentor-product-category:hover{color:var(--woolentor-primary-color);text-decoration:none}.woolentor-grid-card .woolentor-product-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.woolentor-grid-card .woolentor-product-categories{margin:0 0 10px}.woolentor-product-title a{color:inherit;text-decoration:none;transition:var(--woolentor-transition-fast)}.woolentor-product-title a:hover{color:var(--woolentor-primary-color)}.woolentor-product-description{margin:0}.woolentor-product-description p{color:var(--woolentor-gray-600);font-size:14px;line-height:1.5;margin:0}.woolentor-product-features{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0}.woolentor-feature{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--woolentor-gray-600);padding:4px 8px;background:var(--woolentor-gray-50);border-radius:16px}.woolentor-feature svg{color:var(--woolentor-success-color);flex-shrink:0}.woolentor-layout-grid .woolentor-product-rating{margin-bottom:12px}.woolentor-product-rating{display:inline-flex!important;align-items:center;gap:4px;flex-direction:row!important}.woolentor-product-rating .star-rating{font-size:12px;color:#fbbf24;display:inline-block!important;line-height:1;order:1!important;margin:0}.woolentor-product-grid-modern .woolentor-review-count,.woolentor-grid-card .woolentor-review-count{font-size:12px;color:#9ca3af;font-weight:400;display:inline-block!important;line-height:1;position:relative;order:2!important}.woolentor-layout-list .woolentor-product-rating .review-rating{order:1!important}.woolentor-product-rating .rating-info{order:1;margin-left:10px}.woolentor-product-rating .rating-info .review-count{margin-left:0}.woolentor-product-price{font-size:20px;font-weight:700;color:var(--woolentor-primary-color);margin:8px 0}.woolentor-grid-card .woolentor-product-price{font-size:20px;align-items:center;font-weight:700;margin:0 0 20px;color:#1f2937;gap:8px}.woolentor-grid-card .woolentor-product-price del{font-size:16px;color:#9ca3af;font-weight:400;margin:0}.woolentor-grid-card .woolentor-product-price ins{text-decoration:none;color:#1f2937}.woolentor-discount-percentage{background:#fee2e2;color:#e74c3c;font-size:12px;font-weight:600;padding:2px 6px;border-radius:4px;margin-left:4px}.woolentor-product-price del{color:var(--woolentor-gray-400);font-weight:400;margin-right:8px;font-size:.9em}.woolentor-product-price ins{text-decoration:none}.woolentor-price-stock{display:flex;flex-direction:column;gap:8px;width:40%}.woolentor-price-stock .woolentor-product-price{margin:0}.woolentor-stock-status{font-size:13px;font-weight:500}.woolentor-in-stock{color:var(--woolentor-success-color);display:flex;align-items:center;gap:6px}.woolentor-out-of-stock{color:var(--woolentor-danger-color);display:flex;align-items:center;gap:6px}.woolentor-stock-dot{width:8px;height:8px;border-radius:50%;background:currentColor;display:inline-block;animation:pulse 2s infinite}.woolentor-out-of-stock .woolentor-stock-dot{animation:none;opacity:.6}.woolentor-low-stock{color:var(--woolentor-warning-color);font-weight:600}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.woolentor-quantity-selector{display:flex;align-items:center;border:1px solid var(--woolentor-gray-300);border-radius:var(--woolentor-border-radius-sm);overflow:hidden;width:fit-content}.woolentor-qty-btn{background:var(--woolentor-gray-50);border:none;width:32px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--woolentor-transition-fast);color:var(--woolentor-gray-600);font-size:16px;font-weight:600;padding:0}.woolentor-qty-btn:hover{background:var(--woolentor-gray-200);color:var(--woolentor-gray-800)}.woolentor-qty-input{border:none;width:50px;height:32px;text-align:center;font-size:14px;font-weight:500;background:#fff;outline:none;line-height:1;border-top-width:0!important;border-bottom-width:0!important}.woolentor-qty-input::-webkit-outer-spin-button,.woolentor-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woolentor-qty-input[type=number]{-moz-appearance:textfield}.woolentor-product-actions{display:flex;align-items:center;gap:12px}.woolentor-grid-card .woolentor-product-actions{margin-top:auto;flex-shrink:0;width:100%}.woolentor-cart-btn,.woolentor-product-actions .button,.woolentor-product-actions .add_to_cart_button{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;color:#ffffff!important;padding:12px 24px!important;border-radius:var(--woolentor-border-radius-sm)!important;text-decoration:none!important;text-align:center;font-size:14px!important;font-weight:600!important;transition:all 0.2s ease;cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;gap:5px}.woolentor-product-actions .add_to_cart_button:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%)!important;transform:translateY(-1px)!important}.woolentor-grid-card .woolentor-cart-btn,.woolentor-grid-card .woolentor-product-actions .button,.woolentor-grid-card .woolentor-product-actions .add_to_cart_button{width:100%;padding:12px 20px;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);transition:all 0.2s ease;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.woolentor-cart-btn svg{width:16px;height:16px}.woolentor-product-actions a.added_to_cart{display:none}.woolentor-grid-card .woolentor-cart-btn:hover,.woolentor-grid-card .woolentor-product-actions .button:hover,.woolentor-grid-card .woolentor-product-actions .add_to_cart_button:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-1px)}.woolentor-cart-btn:hover,.woolentor-product-actions .button:hover,.woolentor-product-actions .add_to_cart_button:hover{background:var(--woolentor-primary-hover);border-color:var(--woolentor-primary-hover);transform:translateY(-1px);box-shadow:var(--woolentor-shadow-md)}.woolentor-wishlist-btn{background:#fff;color:var(--woolentor-gray-600);border:0;width:44px;height:44px;border-radius:var(--woolentor-border-radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--woolentor-transition);flex-shrink:0}.woolentor-wishlist-btn:hover{color:var(--woolentor-danger-color);border-color:var(--woolentor-danger-color);background:rgb(239 68 68 / .1)}.woolentor-wishlist-btn.added{color:var(--woolentor-danger-color);border-color:var(--woolentor-danger-color);background:rgb(239 68 68 / .1)}.woolentor-wishlist-btn.loading{opacity:.6;pointer-events:none}.woolentor-out-of-stock{opacity:.7;position:relative}.woolentor-out-of-stock::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255 / .3);z-index:1;pointer-events:none}.woolentor-out-of-stock .woolentor-cart-btn,.woolentor-out-of-stock .add_to_cart_button{background:var(--woolentor-gray-400);border-color:var(--woolentor-gray-400);cursor:not-allowed;pointer-events:none}.woolentor-out-of-stock .woolentor-cart-btn:hover,.woolentor-out-of-stock .add_to_cart_button:hover{transform:none;box-shadow:none}.woolentor-ajax-load-more{text-align:center;margin-top:40px;padding:20px}.woolentor-load-more-btn{background:var(--woolentor-primary-color);color:#fff;border:1px solid var(--woolentor-primary-color);padding:12px 32px;border-radius:var(--woolentor-border-radius);font-size:14px;font-weight:600;cursor:pointer;transition:var(--woolentor-transition)}.woolentor-load-more-btn:hover:not(:disabled){background:var(--woolentor-primary-hover);border-color:var(--woolentor-primary-hover);transform:translateY(-2px);box-shadow:var(--woolentor-shadow-lg)}.woolentor-load-more-btn:disabled{background:var(--woolentor-gray-400);border-color:var(--woolentor-gray-400);cursor:not-allowed;transform:none}.woolentor-ajax-loader{margin:0;display:none;padding:0;background-color:transparent!important}.woolentor-ajax-loader .spinner{display:inline-block;width:40px;height:40px;border:2px solid var(--woolentor-gray-300);border-left-color:var(--woolentor-primary-color);border-radius:50%;animation:woolentorspin 1s linear infinite}@keyframes woolentorspin{to{transform:rotate(360deg)}}.woolentor-product-grid-modern .woolentor-loading{grid-column:1 / -1;text-align:center;padding:60px 20px;color:var(--woolentor-gray-500);font-size:16px}.woolentor-product-grid-modern .woolentor-no-products{grid-column:1 / -1;text-align:center;padding:60px 20px;color:var(--woolentor-gray-400);font-size:16px;font-style:italic}.woolentor-list-image-large .woolentor-list-card .woolentor-product-image img{width:280px;height:180px}.woolentor-list-image-medium .woolentor-list-card .woolentor-product-image img{width:220px;height:140px}.woolentor-list-image-small .woolentor-list-card .woolentor-product-image img{width:160px;height:100px}@media (max-width:1024px){.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-4,.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-5,.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-6{grid-template-columns:repeat(3,1fr)}.woolentor-list-card .woolentor-product-image img{width:220px;height:140px}}@media (max-width:768px){.woolentor-product-grid-modern{gap:20px}.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-3,.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-4,.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-5,.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-6{grid-template-columns:repeat(2,1fr)}.woolentor-grid-card .woolentor-product-content{padding:16px}.woolentor-product-title{font-size:16px}.woolentor-grid-card .woolentor-product-title{font-size:14px}.woolentor-grid-card .woolentor-product-categories{margin:3px 0 6px}.woolentor-product-category{font-size:11px;padding:1px 6px}.woolentor-product-price{font-size:18px}.woolentor-grid-card .woolentor-product-price{font-size:16px}.woolentor-list-card{flex-direction:column;min-height:auto;padding:16px}.woolentor-list-card .woolentor-product-image{margin-right:0;margin-bottom:16px;align-self:center;width:100%}.woolentor-content-footer{flex-direction:column;align-items:stretch;gap:12px}.woolentor-price-stock{order:2}.woolentor-product-actions{order:1}}@media (max-width:480px){.woolentor-product-grid-modern.woolentor-layout-grid{grid-template-columns:1fr!important;gap:15px}.woolentor-grid-card .woolentor-product-content{padding:14px}.woolentor-product-title{font-size:15px}.woolentor-grid-card .woolentor-product-title{font-size:13px;margin-bottom:8px}.woolentor-product-price{font-size:16px}.woolentor-grid-card .woolentor-product-price{font-size:15px}.woolentor-product-actions{gap:8px;margin-top:12px;flex-direction:column;align-items:flex-start}.woolentor-filter-row{flex-direction:column;gap:10px}.woolentor-cart-btn,.woolentor-product-actions .button,.woolentor-product-actions .add_to_cart_button{padding:10px 16px;font-size:13px;min-height:40px}.woolentor-wishlist-btn{width:40px;height:40px}.woolentor-list-card .woolentor-product-image img{width:160px;height:100px}.woolentor-quick-actions{right:8px}.woolentor-quick-action{width:36px;height:36px}}.woolentor-product-card:focus-within{outline:2px solid var(--woolentor-primary-color);outline-offset:2px}.woolentor-product-title a:focus,.woolentor-cart-btn:focus,.woolentor-wishlist-btn:focus,.woolentor-quick-action:focus{outline:2px solid var(--woolentor-primary-color);outline-offset:2px}.woolentor-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-contrast:high){.woolentor-product-card{border:2px solid}.woolentor-badge{border:2px solid}.woolentor-cart-btn,.woolentor-wishlist-btn{border-width:2px}}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.woolentor-stock-dot{animation:none}}.woolentor-pagination{margin-top:40px;display:flex;justify-content:center;align-items:center}.woolentor-pagination ul{list-style:none;margin:0;padding:0;display:flex;gap:8px;align-items:center}.woolentor-pagination ul li{margin:0;padding:0}.woolentor-pagination ul li a,.woolentor-pagination ul li span{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;border-radius:6px;transition:all 0.2s ease}.woolentor-pagination ul li a:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.woolentor-pagination ul li span.current,.woolentor-pagination ul li a.current{background:var(--woolentor-primary-color,#3858f6);border-color:var(--woolentor-primary-color,#3858f6);color:#fff}.woolentor-pagination ul li.prev a,.woolentor-pagination ul li.next a{font-weight:400}.woolentor-pagination ul li span.dots{border:none;background:#fff0;pointer-events:none}.woolentor-ajax-load-more{margin-top:40px;text-align:center}.woolentor-load-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;background:var(--woolentor-primary-color,#3858f6);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.woolentor-load-more-btn:hover{background:var(--woolentor-primary-hover,#2e47d1);transform:translateY(-1px);box-shadow:0 4px 12px rgb(56 88 246 / .25)}.woolentor-load-more-btn:disabled{opacity:.6;cursor:not-allowed}.woolentor-infinite-scroll{text-align:center;padding:20px}@media print{.woolentor-product-grid-modern.woolentor-layout-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.woolentor-product-grid-modern.woolentor-layout-list{gap:15px}.woolentor-product-card{break-inside:avoid;box-shadow:none;border:1px solid #000;background:#fff}.woolentor-grid-card{height:auto}.woolentor-product-actions,.woolentor-quick-actions,.woolentor-badges{display:none}.woolentor-product-price{color:#000!important}}@media (max-width:767px){.woolentor-list-card .woolentor-list-view-content{flex-direction:column}}svg.yith-wcwl-icon-svg{width:30px;height:30px}.yith-add-to-wishlist-button-block{display:flex;align-items:center;justify-content:center;position:relative;width:max-content;margin:7px auto}.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{margin-inline:0;gap:10px;align-items:flex-start;flex-direction:column}.yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button__wrapper{text-decoration:none}.yith-wcwl-add-to-wishlist-button{display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer;font-size:1rem}.yith-wcwl-add-to-wishlist-button svg,.yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon{width:30px;height:30px}.yith-wcwl-add-to-wishlist-button:is(button){flex-direction:row;gap:5px;padding:6px 10px;font-size:.9rem}.yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper{display:flex}.yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper:is(span){display:inline-flex}.yith-wcwl-add-to-wishlist-button:is(button) svg,.yith-wcwl-add-to-wishlist-button:is(button) img{width:22px;height:22px}.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style){background-color:var(--color-add-to-wishlist-background,#333333);color:var(--color-add-to-wishlist-text,#ffffff);border:2px solid var(--color-add-to-wishlist-border,#333333);border-radius:var(--rounded-corners-radius,16px)}.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover,#4f4f4f);color:var(--color-add-to-wishlist-text-hover,#ffffff);border:2px solid var(--color-add-to-wishlist-border-hover,#4f4f4f)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--loading{cursor:progress}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--custom-button{text-decoration:none}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--pillow{border-radius:100px;padding:7px 14px;font-size:.9rem}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{flex-direction:row;margin:auto;justify-content:center;gap:7px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist--with-counter{gap:4px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img{width:30px;color:currentColor;max-width:35px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button{flex-direction:column;color:var(--add-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button--added,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button--added:hover,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-add-to-wishlist__counter{color:var(--added-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:hover,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button .yith-wcwl-add-to-wishlist__counter{color:var(--add-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button){gap:5px;background:none;border:none}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button):hover{background:none;border:none}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon{width:30px;height:30px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) .yith-wcwl-add-to-wishlist__counter{line-height:1}.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--single) .yith-wcwl-add-to-wishlist__counter{font-weight:500}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor{display:flex;align-items:center;margin-inline:0;justify-content:flex-start;gap:10px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image{position:absolute;display:flex;margin:10px;z-index:20}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left{left:0;top:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-right{right:0;top:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--bottom-left{left:0;bottom:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--bottom-right{right:0;bottom:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--hover{opacity:0;transition:.2s}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--hover.yith-wcwl-add-to-wishlist-button--loading:not(.yith-wcwl-add-to-wishlist-button--first-loading){opacity:1}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist--dropdown-opened{opacity:1}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image .yith-wcwl-icon{width:30px;height:30px}.yith-wcwl-add-to-wishlist__feedback{text-align:center;padding:10px 17px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:hsl(0 0% 100% / .95);font-size:.8em;transition:opacity .5s ease-out;opacity:1;text-wrap:balance;animation:fade-in .3s,bounce .45s;width:max-content;max-width:90%;position:fixed;z-index:999}.yith-wcwl-add-to-wishlist__feedback.yith-wcwl-add-to-wishlist__feedback-on-product-image{position:absolute}.yith-wcwl-add-to-wishlist__feedback.yith-wcwl-fade-out{animation:fade-out .5s forwards}div[data-block-name="woocommerce/product-image"]:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,div[data-block-name="woocommerce/product-image"]:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,div[data-block-name="woocommerce/product-image"] :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover,div.wc-block-grid__product-image:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,div.wc-block-grid__product-image:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,div.wc-block-grid__product-image :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover,.woocommerce-loop-product__link [class*=image]:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,.woocommerce-loop-product__link [class*=image]:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,.woocommerce-loop-product__link [class*=image] :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover,.add-to-wishlist-before_image:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,.add-to-wishlist-before_image:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,.add-to-wishlist-before_image :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover{opacity:1}.yith-wcwl-feedback-messages-container{display:flex;flex-direction:column;align-items:center;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:fit-content;height:fit-content;z-index:999;transition:.3s;max-width:90%}.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback{position:relative;transform:unset;top:unset;left:unset;animation:fade-in .3s;width:300px;max-width:100%;justify-content:center}.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback.yith-wcwl-fade-out{animation:fade-out .5s forwards}.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback:not(:last-child){margin-bottom:10px}.woocommerce a.add_to_wishlist.button.alt:not(.yith-wcwl-theme-button-style){background-color:var(--color-add-to-wishlist-background,#333333);background:var(--color-add-to-wishlist-background,#333333);color:var(--color-add-to-wishlist-text,#ffffff);border-color:var(--color-add-to-wishlist-border,#333333);border-radius:var(--rounded-corners-radius,16px)}.woocommerce a.add_to_wishlist.button.alt:not(.yith-wcwl-theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover,#4f4f4f);background:var(--color-add-to-wishlist-background-hover,#4f4f4f);color:var(--color-add-to-wishlist-text-hover,#ffffff);border-color:var(--color-add-to-wishlist-border-hover,#4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background,rgb(51 51 51 / .9019607843));border-bottom-color:var(--tooltip-color-background,rgb(51 51 51 / .9019607843));border-top-color:var(--tooltip-color-background,rgb(51 51 51 / .9019607843));color:var(--tooltip-color-text,#ffffff)}.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{color:var(--add-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon{color:var(--added-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist-tooltip{background-color:var(--tooltip-color-background,rgb(51 51 51 / .9019607843));color:var(--tooltip-color-text,#ffffff);display:block;position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:10;width:250px;padding:5px 10px;border-radius:5px;margin-top:10px;max-width:max-content;text-align:center;font-size:12px;line-height:normal;text-wrap:balance;pointer-events:none;cursor:initial;opacity:0;animation:fade-in .3s .3s forwards,slide-down .3s .3s}.yith-wcwl-add-to-wishlist-tooltip--top{top:unset;bottom:100%;margin-block:0 10px}.yith-wcwl-add-to-wishlist-dropdown{position:absolute;left:0;margin-top:20px;z-index:99;top:100%;background:hsl(0 0% 100% / .95);padding:10px;border:1px solid #ddd;border-radius:10px;width:max-content;min-width:250px;max-width:350px;display:flex;flex-direction:column;align-items:flex-start;gap:0;animation:scale-up .3s;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left}.yith-wcwl-add-to-wishlist-dropdown--bottom-left{left:unset;right:0;-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}.yith-wcwl-add-to-wishlist-dropdown--top-left{left:unset;right:0;top:unset;bottom:100%;margin-block:0 20px;-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;-o-transform-origin:bottom right;transform-origin:bottom right}.yith-wcwl-add-to-wishlist-dropdown--top-right{top:unset;bottom:100%;margin-block:0 20px;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option,.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__view-more{background:none;border:none;margin:0;width:100%;border-radius:0;font-size:13px}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option{color:#222!important;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;padding:7px 20px 7px 0;display:flex;align-items:center;gap:7px;text-align:left;cursor:pointer;border-radius:0;outline:none}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option:not(:last-of-type){border-bottom:1px solid #eee}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option:hover{color:var(--wp--preset--color--primary,#007565)}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option:focus .yith-wcwl-add-to-wishlist-dropdown__option__text{text-decoration:underline}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option .yith-wcwl-add-to-wishlist-dropdown__option__text{color:#222!important;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option .yith-wcwl-icon{color:#222!important}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__view-more{color:var(--wp--preset--color--primary,#007565);padding:10px 0 10px 21px;text-align:left;outline:none}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__view-more:focus{text-decoration:underline}@keyframes scale-up{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes slide-down{0%{transform:translate(-50%,-5px) scale(.7)}100%{transform:translate(-50%,0) scale(1)}}a.yith-wcwl-add-to-wishlist-button-anchor-wrapper{text-decoration:none}.yith-wcwl-modal .lapilliUI-Paper__root{width:450px;border-radius:15px;box-shadow:rgb(24 53 62 / .1) 0 11px 15px -7px,rgb(24 53 62 / .07) 0 24px 38px 3px,rgb(24 53 62 / .06) 0 9px 46px 8px}.yith-wcwl-modal .lapilliUI-Backdrop__root{background-color:var(--modal-colors-overlay,rgb(0 0 0 / .3019607843))}.yith-wcwl-modal button.lapilliUI-Modal__close{color:rgb(0 0 0 / .5)}.yith-wcwl-modal button.lapilliUI-Modal__close:hover{color:rgb(0 0 0 / .5)}.yith-wcwl-modal .yith-wcwl-modal__title{display:flex;flex-direction:column;align-items:center;gap:25px;padding:50px 55px 0}.yith-wcwl-modal .yith-wcwl-modal__title .yith-wcwl-modal__icon{color:var(--modal-colors-icon,#007565);height:auto;max-height:90px}.yith-wcwl-modal .yith-wcwl-modal__title .yith-wcwl-modal__icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-modal .yith-wcwl-modal__title .yith-wcwl-modal__icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-modal div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-modal div.yith-wcwl-modal__actions{display:flex;flex-direction:column;align-items:unset;gap:10px;padding:20px 55px 50px}.yith-wcwl-modal div.yith-wcwl-modal__actions *{margin:unset}.yith-wcwl-modal .yith-wcwl-modal__primary-button{transition:.2s;background-color:var(--modal-colors-primary-button,#007565);color:var(--modal-colors-primary-button-text,#fff);border:none;width:100%;box-sizing:border-box}.yith-wcwl-modal .yith-wcwl-modal__primary-button--loading{opacity:.5;cursor:progress}.yith-wcwl-modal .yith-wcwl-modal__primary-button:hover{color:var(--modal-colors-primary-button-text-hover,#fff);background-color:var(--modal-colors-primary-button-hover,#007565)}.yith-wcwl-modal .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background-color:var(--modal-colors-secondary-button,#08a889);color:var(--modal-colors-secondary-button-text,#fff);border:none}.yith-wcwl-modal .yith-wcwl-modal__secondary-button:hover{background-color:var(--modal-colors-secondary-button-hover,#08a889);color:var(--modal-colors-secondary-button-text-hover,#fff)}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection{display:flex;width:100%;position:relative}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection::after{content:"";position:absolute;left:0;width:50%;height:3px;background:var(--modal-colors-primary-button,#007565);bottom:0;transition:.2s}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection.yith-wcwl-add-to-wishlist-modal__type_selection--create::after{left:50%}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option{background:none;text-decoration:none;flex:1;cursor:default;text-align:center;border:none;font-size:16px;font-weight:400;border-bottom:3px solid #fff0;padding:10px 0;color:#333;transition:.2s;position:relative;border-radius:0}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:before{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:3px;transition:.2s;background:#000;opacity:10%}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:hover:before{background:var(--modal-colors-primary-button,#007565);opacity:30%}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:not(.yith-wcwl-add-to-wishlist-modal__type_option--selected){color:#999;cursor:pointer}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:not(.yith-wcwl-add-to-wishlist-modal__type_option--selected):hover,.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:not(.yith-wcwl-add-to-wishlist-modal__type_option--selected):focus{color:#333}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option.yith-wcwl-add-to-wishlist-modal__type_option--selected{color:inherit}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__content{padding-bottom:0}.yith-wcwl-modal__wishlist-select__create-option.lapilliUI-Select__option{color:var(--modal-colors-primary-button,#007565)}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__content__desc{text-align:center}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__remove-wrapper{display:flex;justify-content:center;gap:.368em}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__remove-wrapper .yith-wcwl-move-to-another-wishlist-modal__remove{text-align:center;color:var(--modal-colors-primary-button,#007565);transition:.2s;cursor:pointer}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__remove-wrapper .yith-wcwl-move-to-another-wishlist-modal__remove:hover{color:var(--modal-colors-primary-button-hover,#007565)}@property --conic-gradient-loading-deg{syntax:"<angle>";inherits:false;initial-value:0deg}.yith-wcwl-feedback-modal.yith-wcwl-feedback-modal--no-animation .lapilliUI-Modal__paper,.yith-wcwl-feedback-modal.yith-wcwl-feedback-modal--no-animation .lapilliUI-Modal__backdrop{animation:none;position:absolute}.yith-wcwl-feedback-modal div.yith-wcwl-feedback-modal__message{text-wrap:balance;margin-block:20px}.yith-wcwl-feedback-modal:not(.yith-wcwl-feedback-modal--no-close) button.lapilliUI-Modal__close{border:3px solid #fff0;background:linear-gradient(white,white),conic-gradient(#d0d0d0 var(--conic-gradient-loading-deg),white 0deg);border-radius:100%;background-origin:border-box;background-clip:content-box,border-box;animation:conic-gradient-loading var(--feedback-duration,2.5s) linear forwards;outline:none;box-shadow:none}.yith-wcwl-feedback-modal .lapilliUI-ModalTitle__root,.yith-wcwl-feedback-modal .lapilliUI-ModalContent__root{text-align:center}.yith-wcwl-feedback-modal .yith-wcwl-feedback-modal__footer{display:flex;flex-direction:column;align-items:unset;gap:10px}.yith-wcwl-feedback-modal .yith-wcwl-feedback-modal__footer a{margin:0;text-align:center}.yith-wcwl-feedback-modal .yith-wcwl-feedback__product-name{display:block}@keyframes bounce{0%{transform:translate(-50%,-40%)}100%{transform:translate(-50%,-50%)}}@keyframes fade-in-out{0%{opacity:0}15%{opacity:1}85%{opacity:1}100%{opacity:0}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes conic-gradient-loading{0%{--conic-gradient-loading-deg:0deg}90%,100%{--conic-gradient-loading-deg:360deg}}.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top,#F8F8F8 1%,#E1E1E1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#F8F8F8),color-stop(100%,#E1E1E1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8",endColorstr="#E1E1E1",GradientType=0);-moz-box-shadow:0 1px 0 hsl(0 0% 100% / .75);-webkit-box-shadow:0 1px 0 hsl(0 0% 100% / .75);box-shadow:0 1px 0 hsl(0 0% 100% / .75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgb(0 0 0 / .2);-webkit-box-shadow:0 2px 6px rgb(0 0 0 / .2);box-shadow:0 2px 6px rgb(0 0 0 / .2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:#fff0}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:700;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888!important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888!important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:#fff0!important}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgb(0 0 0 / .25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgb(0 0 0 / .5);background:#fff;box-shadow:0 1px 2px rgb(0 0 0 / .2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgb(0 0 0 / .5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgb(0 0 0 / .5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color,#000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%,-95%);width:0;height:0;background:#fff0!important;border-left:5px solid #fff0!important;border-right:5px solid #fff0!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgb(0 0 0 / .3);-moz-box-shadow:0 0 15px rgb(0 0 0 / .3);box-shadow:0 0 15px rgb(0 0 0 / .3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background,#333333);background:var(--color-add-to-wishlist-background,#333333);color:var(--color-add-to-wishlist-text,#ffffff);border-color:var(--color-add-to-wishlist-border,#333333);border-radius:var(--rounded-corners-radius,16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover,#4f4f4f);background:var(--color-add-to-wishlist-background-hover,#4f4f4f);color:var(--color-add-to-wishlist-text-hover,#ffffff);border-color:var(--color-add-to-wishlist-border-hover,#4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background,#333333);border-bottom-color:var(--tooltip-color-background,#333333);border-top-color:var(--tooltip-color-background,#333333);color:var(--tooltip-color-text,#ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important;display:inline-flex!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgb(0 0 0 / .3);-moz-box-shadow:0 0 15px rgb(0 0 0 / .3);box-shadow:0 0 15px rgb(0 0 0 / .3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background,#333333);color:var(--color-add-to-cart-text,#ffffff);border-color:var(--color-add-to-cart-border,#333333);border-radius:var(--add-to-cart-rounded-corners-radius,16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover,#4f4f4f);color:var(--color-add-to-cart-text-hover,#ffffff);border-color:var(--color-add-to-cart-border-hover,#4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background,#333333);color:var(--color-button-style-1-text,#ffffff);border-color:var(--color-button-style-1-border,#333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover,#333333);color:var(--color-button-style-1-text-hover,#ffffff);border-color:var(--color-button-style-1-border-hover,#333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background,#333333);color:var(--color-button-style-2-text,#ffffff);border-color:var(--color-button-style-2-border,#333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover,#333333);color:var(--color-button-style-2-text-hover,#ffffff);border-color:var(--color-button-style-2-border-hover,#333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background,#ffffff);color:var(--color-wishlist-table-text,#6d6c6c);border-color:var(--color-wishlist-table-border,#cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background,#f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color,#ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover,#ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background,#39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover,#39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background,#45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover,#39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background,#ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover,#39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background,#fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover,#39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background,#00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover,#39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgb(0 0 0 / .4);box-shadow:0 0 1px hsl(0 0% 100% / .4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgb(0 0 0 / .3);-moz-box-shadow:0 0 15px rgb(0 0 0 / .3);box-shadow:0 0 15px rgb(0 0 0 / .3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:450px!important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgb(24 53 62 / .1) 0 11px 15px -7px,rgb(24 53 62 / .07) 0 24px 38px 3px,rgb(24 53 62 / .06) 0 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px!important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100%!important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon,#007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button,#007565);color:var(--modal-colors-primary-button-text,#fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover,#fff);background:var(--modal-colors-primary-button-hover,#007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button,#08a889);color:var(--modal-colors-secondary-button-text,#fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover,#08a889);color:var(--modal-colors-secondary-button-text-hover,#fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}.wp-embed-responsive .wp-block{outline:0}.woolentor_myaccount_page{overflow:hidden}.woolentor_myaccount_page .woocommerce-MyAccount-content .form-row{display:block}.woolentor-user-area{display:flex;align-items:center;margin-bottom:30px}.woolentor-user-image{margin-right:20px}.woolentor-user-image img{border-radius:100%!important}.woolentor-user-info span{display:block}.woolentor-username{font-size:20px}.woolentor-logout{font-size:14px}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none;border-top:1px solid #ddd}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid #ddd;padding:12px 0;line-height:1.5}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a{transition:0.4s}.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation{width:100%;float:none}.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul{border:none}.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li{display:inline-block;border-bottom:0;padding:12px 10px}.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-content,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-content{width:100%;float:none}.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content{float:right}.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation{float:left}.woolentor_block_my_account,.woolentor_block_my_account_navigation{overflow:hidden}.woolentor_block_my_account_navigation .woocommerce-MyAccount-navigation{width:100%!important;float:none!important}.woolentor_myaccount_menu_type_vertical ul li{display:inline-block;border:none!important}.woolentor_myaccount_menu_type_vertical ul{border-top:0!important}.woolentor_block_my_account_navigation .woolentor-user-area:not(:first-child){display:none}.woolentor-customer-logout a{display:inline-block}.woolentor_block_product_grid .ht-product-ratting i{font-family:'FontAwesome'}#wp-admin-bar-woolentor_template_builder>.ab-item{display:flex!important;align-items:center}#wp-admin-bar-woolentor_template_builder .ab-item img{width:16px;margin-right:3px}.wlb-marker-wrapper .wlb_image_pointer .wlb_pointer_box h4{margin:0 0 7px 0}.editor-styles-wrapper .ht-feature-content h4,.editor-styles-wrapper .ht-feature-content p{margin-top:0;margin-bottom:0}[class*="woolentor-"] i{font-style:normal}[class*="woolentor-"] *,[class*="woolentor-"] *::before,[class*="woolentor-"] *::after{box-sizing:border-box}.woolentor-text-align-left{text-align:left!important}.woolentor-text-align-right{text-align:right!important}.woolentor-text-align-center{text-align:center!important}[class*="woolentorblock-"] a,.block-editor__container[class*="woocommerce"]{text-decoration:none!important}body .wp-block-group.is-vertical{flex-direction:column}body .wp-block-group.is-layout-flex.is-content-justification-space-between{justify-content:space-between}[class*="woolentor"].alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw;padding:0 15px}[class*="woolentor"].alignwide{margin-left:-100px;margin-right:-100px;max-width:var(--wp--style--global--wide-size)!important;width:unset}[class*="woolentor"].alignfull .alignfull,[class*="woolentor"].alignfull .alignwide{width:100%;margin-left:auto;margin-right:auto}[class*="woolentor"].alignwide .alignfull,[class*="woolentor"].alignwide .alignwide{width:100%;margin-left:auto;margin-right:auto}.wp-block-column [class*="woolentor"].alignfull,.wp-block-column [class*="woolentor"].alignwide{margin-left:auto;margin-right:auto;width:100%}@media (max-width:1200px){[class*="woolentor"].alignfull{margin-left:-2.4em;margin-right:-2.4em}}@media (max-width:768px){[class*="woolentor"].alignfull{margin-left:-2.14em;margin-right:-2.14em}}@media (max-width:544px){[class*="woolentor"].alignfull{margin-left:-1em;margin-right:-1em}}[class*="woolentor"].alignwide{margin-left:-20px;margin-right:-20px}.wp-block-column [class*="woolentor"].alignfull,.wp-block-column [class*="woolentor"].alignwide{margin-left:auto;margin-right:auto;width:100%}.woolentor-product-image{position:relative}.woolentor-before-shop{display:block;overflow:hidden}.woolentor-archive-sale-badge-hide ul.products li.product span.onsale{display:none!important}.woolentor-archive-sale-badge-left ul.products li.product span.onsale{right:auto;left:0}.woolentor-archive-sale-badge-right ul.products li.product span.onsale{left:auto;right:0}[class*="woolentor-products-columns-"] ul.products::before,[class*="woolentor-products-columns-"] ul.products::after{display:none!important}[class*="woolentor-products-columns-"] ul.products{display:grid!important;column-gap:20px;list-style:none}.woocommerce [class*="woolentor-products-columns-"] ul.products::before{display:none!important}.edit-post-visual-editor [class*="woolentor-products-columns-"] img{width:100%}.woocommerce [class*="woolentor-products-columns-"] ul.products li.product,.woocommerce-page [class*="woolentor-products-columns-"] ul.products li.product{float:none;width:100%!important;margin-right:0!important}[class*="woolentor-products-columns-"] ul.products li.product.first{clear:none!important}.woolentor-products-columns-1 ul.products{grid-template-columns:repeat(1,1fr)!important}.woolentor-products-columns-2 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-products-columns-3 ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-products-columns-4 ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-products-columns-5 ul.products{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-products-columns-6 ul.products{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-products-columns-7 ul.products{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-products-columns-8 ul.products{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-products-columns-9 ul.products{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-products-columns-10 ul.products{grid-template-columns:repeat(10,minmax(0,1fr))!important}.woolentor-grid:not(.woolentor-grid-slider){display:grid;column-gap:20px}.woolentor-grid-slider{margin-right:-15px;margin-left:-15px}.woolentor-grid-slider .woolentor-grid-column{padding-left:15px;padding-right:15px}.woolentor-grid.product-slider .slick-list{margin-right:-7.5px;margin-left:-7.5px}.woolentor-grid.product-slider .slick-slide{padding-left:7.5px;padding-right:7.5px}.woolentor_block_product_grid .fa-star-half-alt:before{content:"\f089"}.woolentor-grid.woolentor-no-gutters,.woolentor-grid.wlno-gutters{column-gap:0;row-gap:0}.woocommerce.woolentor-grid::before{display:none!important}.woolentor-grid-columns-1 .woolentor-grid{grid-template-columns:repeat(1,1fr)!important}.woolentor-grid-columns-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-grid-columns-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-grid-columns-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-grid-columns-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-grid-columns-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-grid-columns-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-grid-columns-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-grid-columns-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-grid-columns-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0,1fr))!important}.woolentor-row .product-slider [class*="woolentor-col-"]{width:100%;padding-right:15px;padding-left:15px}.product-slider .slick-arrow{background:#fff0 none repeat scroll 0 0;border:2px solid #ddd;color:#ddd;font-size:20px;height:40px;left:-30px;line-height:inherit;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:99;transition:0.4s}.product-slider .slick-arrow.slick-next{right:-30px;left:auto}.product-slider .slick-arrow:hover{border-color:#333;color:#333}.product-slider .slick-dots{bottom:0;display:flex;left:50%;list-style:outside none none;margin:0;padding:0;position:absolute;transform:translateX(-50%)}.product-slider .slick-dots li{line-height:12px;margin:0 4px}.product-slider .slick-dots li button{background-color:#fff0;border:1px solid #4e4f4f;border-radius:50px;height:13px;padding:0;text-indent:-9999px;width:13px;line-height:13px}.product-slider .slick-dots li.slick-active button{background-color:#282828;border-color:#282828}[class*="woolentorblock-"] .ht-products .wishsuite-button.wishlist{line-height:35px}[class*="woolentorblock-"] .ht-products .wishsuite-button.wishlist span.wishsuite-btn-text{position:absolute;left:100%;top:50%;display:block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:10px;line-height:1;color:#f1f1f1;background-color:#282828;padding:5px 10px;border-radius:50px;white-space:nowrap;opacity:0;visibility:hidden;margin-left:-10px;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;z-index:99}[class*="woolentorblock-"] .ht-products .wishsuite-button.wishlist span.wishsuite-btn-text{margin-right:-10px;-webkit-transform:translateY(-65%);-ms-transform:translateY(-65%);transform:translateY(-65%)}.ht-product-inner .ht-product-categories.hide-category-before{padding-left:0!important}.ht-product-inner .ht-product-categories.hide-category-before::before{display:none!important}.woolentor-product-tab-area img{width:100%;height:auto}.woolentor_block_product_grid [class*="woolentor-"] i.fa-heart{font-family:"FontAwesome"}.woolentor_block_product_grid [class*="woolentor-"] i.far.fa-heart:before{content:"\f08a"}.woolentor-product-curvy .wl_single-product-item.wl_left-item .product-thumbnail{height:auto}[class*="woolentorblock-"] .woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all{top:-.5em}.woocommerce-page .woolentor_block_cart_table table.shop_table .variation dt{float:none}.woocommerce-page .woolentor_block_cart_table table.shop_table .variation dd{display:inline-block}.woocommerce:not(.woocommerce-js) .woolentor_block_cross_sell .products .star-rating,.woocommerce:not(.woocommerce-js) .woolentor_block_archive_default .products .star-rating{display:inline-block}.woolentor-content-align-center .wishsuite-button{justify-content:center}.woolentor-content-align-right .wishsuite-button{justify-content:flex-end}.woolentor-heading-right #payment div.payment_box::before{right:0;left:auto!important}.woocommerce-page.woocommerce-checkout form .woolentor_block_checkout_order_review #order_review{float:none;width:100%}.woocommerce-page.woocommerce-checkout form .woolentor_block_checkout_order_review #order_review_heading{float:none;width:auto}.woocommerce-page .woolentor_block_checkout_order_review table.shop_table{width:100%}.woolentor_block_recently_viewed_product .woolentor-recently-viewed-product{margin-bottom:0}.woolentor_block_recently_viewed_product .woolentor-recently-view-title{font-size:18px!important;line-height:1.2!important;margin-bottom:10px!important}.woolentor-advance-product-image-area .wl-thumbnails-image-area{display:flex;flex-flow:row wrap;position:relative}.woolentor-advance-product-image-area.wlpro-product-thumbnails .woolentor-thumbnails,.woolentor-advance-product-image-area.wlpro-product-thumbnails .woolentor-learg-img{width:100%}.woolentor-advance-product-image-area .product-slider .slick-arrow.slick-next{right:15px;left:auto}.woolentor-advance-product-image-area .ht-product-label{position:absolute;right:15px;top:15px;z-index:9}.thumbnails-tab-position-bottom.wlpro-product-thumbnails ul.woolentor-thumbanis-image,.thumbnails-tab-position-top.wlpro-product-thumbnails ul.woolentor-thumbanis-image{width:100%}.wlpro-product-thumbnails .woocommerce-product-gallery__image{width:100%}.wlpro-product-videothumbnails.woolentor-block-product-image-zoom{overflow:visible}.woolentor-block-product-image-zoom .wl-product-details-thumbs{margin-left:-5px;margin-right:-5px}.wl-nonequantity-txt.wl-addto-cart form.cart .wl-quantity-wrap .wl-quantity-cal{margin-left:0!important}.woocommerce .woolentor-product-addtocart .quantity .qty{width:auto}[class*="woolentorblock-"] .wl-single-product-navigation a{display:inline-flex;align-items:center;justify-content:center;transition:0.4s;margin-left:0}[class*="woolentorblock-"] .wl-single-product-navigation a+a{margin-left:12px}.woolentor_current_theme_oceanwp [class*="woolentor-products-columns-"] ul.products.grid{display:grid!important}.woolentor_current_theme_oceanwp [class*="woolentor-products-columns-"] ul.products.list{display:block!important}@media (min-width:992px) and (max-width:1200px){[class*="woolentor-products-columns-"] ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-products-columns-laptop-1 ul.products{grid-template-columns:repeat(1,1fr)!important}.woolentor-products-columns-laptop-2 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-products-columns-laptop-3 ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-products-columns-laptop-4 ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-products-columns-laptop-5 ul.products{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-products-columns-laptop-6 ul.products{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-products-columns-laptop-7 ul.products{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-products-columns-laptop-8 ul.products{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-products-columns-laptop-9 ul.products{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-products-columns-laptop-10 ul.products{grid-template-columns:repeat(10,minmax(0,1fr))!important}[class*="woolentor-products-columns-laptop-"] ul.products li.product.first{clear:none!important}[class*="woolentor-grid-columns-"] .woolentor-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-1 .woolentor-grid{grid-template-columns:repeat(1,1fr)!important}.woolentor-grid-columns-laptop-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-grid-columns-laptop-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0,1fr))!important}}@media (min-width:768px) and (max-width:991px){[class*="woolentor-products-columns-"] ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-products-columns-tablet-1 ul.products{grid-template-columns:repeat(1,1fr)!important}.woolentor-products-columns-tablet-2 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-products-columns-tablet-3 ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-products-columns-tablet-4 ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-products-columns-tablet-5 ul.products{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-products-columns-tablet-6 ul.products{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-products-columns-tablet-7 ul.products{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-products-columns-tablet-8 ul.products{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-products-columns-tablet-9 ul.products{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-products-columns-tablet-10 ul.products{grid-template-columns:repeat(10,minmax(0,1fr))!important}[class*="woolentor-products-columns-tablet-"] ul.products li.product.first{clear:none!important}[class*="woolentor-grid-columns-"] .woolentor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-1 .woolentor-grid{grid-template-columns:repeat(1,1fr)!important}.woolentor-grid-columns-tablet-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-grid-columns-tablet-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0,1fr))!important}}@media (max-width:767px){[class*="woolentor-products-columns-"] ul.products{grid-template-columns:repeat(1,1fr)!important}.woolentor-products-columns-mobile-1 ul.products{grid-template-columns:repeat(1,1fr)!important}.woolentor-products-columns-mobile-2 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-products-columns-mobile-3 ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-products-columns-mobile-4 ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-products-columns-mobile-5 ul.products{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-products-columns-mobile-6 ul.products{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-products-columns-mobile-7 ul.products{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-products-columns-mobile-8 ul.products{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-products-columns-mobile-9 ul.products{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-products-columns-mobile-10 ul.products{grid-template-columns:repeat(10,minmax(0,1fr))!important}[class*="woolentor-products-columns-mobile-"] ul.products li.product.first{clear:none!important}[class*="woolentor-grid-columns-"] .woolentor-grid{grid-template-columns:repeat(1,1fr)!important}.woolentor-grid-columns-mobile-1 .woolentor-grid{grid-template-columns:repeat(1,1fr)!important}.woolentor-grid-columns-mobile-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0,1fr))!important}.woolentor-grid-columns-mobile-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0,1fr))!important}}p.cr-comment-image-text{margin-bottom:.5em;font-size:.9em}p.cr-comment-video-text{margin-bottom:.5em;font-size:.9em}.iv-comment-image{float:left;margin-right:5px;margin-left:0;margin-bottom:5px;margin-top:0;border-radius:5px;overflow:hidden;border:1px solid #e4e1e3;filter:brightness(100%)}.iv-comment-image:hover,.cr-comment-video:hover{filter:brightness(95%)}.cr-comment-image-top{display:inline-block;margin-right:5px;vertical-align:top;max-height:150px;border-radius:5px;overflow:hidden;border:1px solid #e4e1e3;filter:brightness(100%);box-sizing:content-box;position:relative}.cr-comment-image-top:hover{filter:brightness(95%)}.cr-comment-video{float:left;margin-right:5px;margin-bottom:5px;position:relative;cursor:pointer;border-radius:5px;overflow:hidden;border:1px solid #e4e1e3;filter:brightness(100%)}.cr-comment-video video.cr-video-a{width:75px;height:75px;display:block;object-fit:cover}.cr-comment-video-modal.cr-comment-video video.cr-video-a{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;background-color:rgb(0 0 0 / .4)}.cr-comment-video .cr-comment-videoicon,.cr-comment-image-top .cr-comment-videoicon{position:absolute;top:50%;left:50%;width:32px;height:auto;margin-top:-16px;margin-left:-16px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon{position:absolute;top:50%;left:50%;width:26px;height:auto;margin-top:-13px;margin-left:-13px}.cr-comment-image-top img,.cr-comment-image-top video{width:150px;height:150px;box-shadow:none;padding:0;border-radius:0;object-fit:cover;cursor:pointer}#reviews div.iv-comment-image img,div.iv-comment-image img{box-shadow:none;width:75px;height:75px;max-width:75px;max-height:75px;object-fit:cover;padding:0;border-radius:0;display:block;position:relative}.cr-comment-images,.cr-comment-videos{margin-bottom:1em}.cr-all-reviews-shortcode .cr-comment-images,.cr-comment-videos{margin:0}.cr-all-reviews-shortcode .comment_container .avatar,.cr-ajax-reviews-list .comment_container .avatar{display:none}.cr-comment-videos .cr-comment-video .cr-comment-video-close{display:none}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close{display:block;background-color:#7A7A7A;color:#FFF;border:0 solid;border-radius:10px;position:absolute;top:0;right:0;padding:1px;line-height:0;cursor:pointer}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg{display:block;width:18px;height:18px}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg-p{fill:#fff}.cr-comment-videos .cr-comment-video .cr-video-cont{display:flex;position:relative;margin:auto}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont{padding:10px;max-width:100%;max-height:100%}.cr-comment-videos-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999;overflow:auto;background-color:rgb(0 0 0 / .4);display:flex;align-items:center;justify-content:center}.cr-comment-videos-modal .cr-comment-video,.cr-comment-videos-modal .iv-comment-image{display:none}.cr-comment-video.cr-comment-video-modal{width:80%;height:80%;float:none;margin:auto;z-index:1;display:flex;justify-content:center;cursor:auto;border-width:0;filter:brightness(100%)}.cr-recaptcha{margin-bottom:1.5em}#commentform.comment-form .cr-upload-local-images,.comment-form .cr-upload-local-images{width:100%;flex:none}#commentform.comment-form .cr-upload-local-images label,.comment-form .cr-upload-local-images label{display:block;transform:none;position:relative;left:auto;top:auto}#commentform.comment-form .cr-upload-local-images input,.comment-form .cr-upload-local-images input{display:block;width:100%}.ivole-meter{overflow:hidden;background:#f2f2f2;background:-webkit-linear-gradient(top,#eee,#f6f6f6);background:linear-gradient(to bottom,#eee,#f6f6f6);background-color:#f3f3f3;height:22px;border-radius:1px;box-shadow:inset 0 1px 2px rgb(0 0 0 / .4),inset 0 0 0 1px rgb(0 0 0 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ivole-meter .ivole-meter-bar{border-radius:1px;background:#fb0;background:-webkit-linear-gradient(top,#ffce00,#ffa700);background:linear-gradient(to bottom,#ffce00,#ffa700);background-color:#ffce00;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .25),inset 0 -1px 0 rgb(0 0 0 / .05);-webkit-transition:width .5s ease;transition:width .5s ease;float:left;font-size:0;height:100%;width:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ivole-meter .ivole-meter-bar:before{background-color:rgb(255 255 255 / .25);content:"";display:block;font-size:0;height:1px;margin:1px}.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell1{white-space:nowrap;width:auto}.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2{width:70%}.cr-all-reviews-shortcode .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2{min-width:100px}.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell3{text-align:right;white-space:nowrap;width:auto}#reviews .cr-summaryBox-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap,.cr-reviews-grid .cr-summaryBox-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;padding:2px;align-items:center}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-summaryBox-wrap{display:none}.cr-reviews-grid.cr-reviews-grid-new-review .cr-summaryBox-wrap,.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-empty{display:none}#reviews .cr-summaryBox-wrap{margin:0 0 1em 0;background-color:#F9F9F9}.cr-all-reviews-shortcode .cr-summaryBox-wrap,.cr-reviews-grid .cr-summaryBox-wrap{margin:0;background-color:#F9F9F9}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator{width:auto;height:40px}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator{flex:2 2 auto;display:flex;justify-content:center;align-items:center}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side{flex:1 1 auto}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int{width:2px;height:40px;background-color:#BCCCD4}.cr-reviews-grid .cr-summaryBox-wrap{margin:0 10px 20px 10px}.cr-summaryBox-wrap .ivole-summaryBox,.cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap{margin:0;width:49%;flex:0 0 49%;padding:10px;border-radius:4px;border:0 solid #e4e1e3;box-sizing:border-box}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox{width:35%;flex:1 0 35%}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap{width:auto;flex:0 0 auto}#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column}#reviews .cr-summaryBox-wrap .cr-average-rating,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,.cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating{font-size:36px;font-weight:700;line-height:50px;color:#0E252C}#reviews .cr-summaryBox-wrap .cr-total-rating-count,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count{font-size:14px;color:#0E252C;line-height:25px}.cr-all-reviews-shortcode .cr-review-form-wrap,.cr-reviews-grid .cr-review-form-wrap,.cr-qna-block .cr-qna-new-q-form{display:none}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,.cr-ajax-reviews-review-form .cr-review-form-wrap,.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap,.cr-qna-block.cr-qna-new-q-form-open .cr-qna-new-q-form{display:block}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav,.cr-qna-block .cr-review-form-nav{display:flex;justify-content:space-between;border-top:1px solid #E5E9EB;border-bottom:1px solid #E5E9EB;height:50px;box-sizing:border-box}.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-nav{margin:0 0 20px 0}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,.cr-qna-block .cr-review-form-nav .cr-nav-left,.cr-qna-block .cr-review-form-nav .cr-nav-right{display:flex;align-items:center}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-right{display:none}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,.cr-qna-block .cr-review-form-nav .cr-nav-left svg{margin:0 5px 0 0}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg{pointer-events:none}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,.cr-qna-block .cr-review-form-nav .cr-nav-left svg:hover,.cr-qna-block .cr-review-form-nav .cr-nav-right svg:hover{cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,.cr-qna-block .cr-review-form-nav .cr-nav-left span{font-size:16px;color:#0E252C}.cr-all-reviews-shortcode .cr-review-form-item,.cr-ajax-reviews-review-form .cr-review-form-item,.cr-reviews-grid .cr-review-form-item,.cr-qna-block .cr-review-form-item{display:flex;max-width:500px;margin:0 auto;padding:30px 0;border-bottom:1px solid #E5E9EB;position:relative;align-items:center}.cr-all-reviews-shortcode .cr-review-form-item img,.cr-ajax-reviews-review-form .cr-review-form-item img,.cr-reviews-grid .cr-review-form-item img,.cr-qna-block .cr-review-form-item img{display:block;height:60px;width:auto;margin:0 20px 0 0}.rtl .cr-all-reviews-shortcode .cr-review-form-item img,.rtl .cr-ajax-reviews-review-form .cr-review-form-item img,.rtl .cr-reviews-grid .cr-review-form-item img,.rtl .cr-qna-block .cr-review-form-item img{margin:0 0 0 20px}.cr-all-reviews-shortcode .cr-review-form-item span,.cr-ajax-reviews-review-form .cr-review-form-item span,.cr-reviews-grid .cr-review-form-item span,.cr-qna-block .cr-review-form-item span{display:block;font-size:22px;font-weight:500;color:#0E252C}.cr-all-reviews-shortcode .cr-review-form-rating,.cr-ajax-reviews-review-form .cr-review-form-rating,.cr-reviews-grid .cr-review-form-rating{max-width:500px;margin:0 auto;padding:30px 0 30px 0;position:relative}.cr-onsite-ratings .cr-review-form-rating,.cr-review-form-rating-overall .cr-review-form-rating{max-width:500px;margin:1em 0 1em 0;padding:0;position:relative}.cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating{margin:1em 0 1.5em 0}.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating,.cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating{margin-left:auto;margin-right:auto}.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label{font-size:12px;color:#4D5D64}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont,.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont{display:flex;position:relative;height:auto;padding:5px 0}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner{height:20px;padding:0 5px;line-height:0}.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner{height:30px;padding:0 5px}.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg{height:30px;width:33px}.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child,.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child{padding-left:0}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act{display:none}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover{cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr{font-size:14px;line-height:20px;height:20px;margin:0 0 0 10px}.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr{font-size:18px;line-height:30px;height:30px;margin:0 0 0 10px}.rtl .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr{margin:0 10px 0 0}.cr-review-form-rating-overall .cr-review-form-rating-label{font-size:18px}.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label,.cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label,.cr-reviews-grid .cr-review-form-rating-overall .cr-review-form-rating-label{font-size:16px}.cr-all-reviews-shortcode .cr-review-form-field-error,.cr-onsite-ratings .cr-review-form-field-error,.cr-review-form-rating-overall .cr-review-form-field-error,.cr-onsite-questions .cr-onsite-question .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-field-error,.cr-qna-block .cr-review-form-field-error{font-size:11px;color:#CE2B37;margin:5px 0 0 0;display:none}.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,.cr-reviews-grid .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont{background-color:#fae9eb}.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-onsite-questions .cr-onsite-question.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error{display:block}.cr-all-reviews-shortcode .cr-review-form-comment,.cr-ajax-reviews-review-form .cr-review-form-comment,.cr-reviews-grid .cr-review-form-comment,.cr-qna-block .cr-review-form-comment{max-width:500px;margin:0 auto;padding:0 0 20px 0;position:relative}.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-comment-txt,.cr-reviews-grid .cr-review-form-comment .cr-review-form-comment-txt,.cr-qna-block .cr-review-form-comment .cr-review-form-comment-txt{border:solid 1px #D8E2E7;background-color:#FFF;box-shadow:none;position:relative;padding:12px 16px;color:#0E252C;font-size:14px;width:100%;margin:0;box-sizing:border-box;border-radius:3px}.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt{border:#CE2B37 solid 2px}.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,.cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,.cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,.cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,.cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,.cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,.cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,.cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,.cr-qna-block .cr-review-form-lbl{position:absolute;top:-7px;z-index:1;left:16px;background-color:#FFF;padding:0 5px;font-size:12px;line-height:12px;height:12px;color:#4D5D64}.rtl .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,.rtl .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,.rtl .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,.rtl .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,.rtl .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,.rtl .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,.rtl .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,.rtl .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,.rtl .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,.rtl .cr-qna-block .cr-review-form-lbl{left:auto;right:16px}.cr-all-reviews-shortcode .cr-form-item-media,.cr-ajax-reviews-review-form .cr-form-item-media,.cr-reviews-grid .cr-form-item-media{max-width:500px;margin:0 auto;padding:0 0 20px 0}.cr-all-reviews-shortcode .cr-review-form-terms,.cr-ajax-reviews-review-form .cr-review-form-terms,.cr-reviews-grid .cr-review-form-terms,.cr-qna-block .cr-captcha-terms,.cr-qna-block .cr-review-form-terms{max-width:500px;margin:0 auto;padding:0 0 20px 0;line-height:1;display:block}.cr-all-reviews-shortcode .cr-review-form-terms label,.cr-ajax-reviews-review-form .cr-review-form-terms label,.cr-reviews-grid .cr-review-form-terms label,.cr-qna-block .cr-review-form-terms label{display:inline-block;font-size:14px;font-weight:400;margin:0}.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox{appearance:auto;width:auto;height:auto;border:none;display:inline-block;vertical-align:middle;margin:0 5px 0 0;accent-color:#4D5D64}.rtl .cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,.rtl .cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,.rtl .cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,.rtl .cr-qna-block .cr-review-form-terms .cr-review-form-checkbox{margin:0 0 0 5px}.cr-all-reviews-shortcode .cr-review-form-terms span,.cr-ajax-reviews-review-form .cr-review-form-terms span,.cr-reviews-grid .cr-review-form-terms span,.cr-qna-block .cr-review-form-terms span{display:inline;vertical-align:middle;color:#0E252C;line-height:1.3}.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox::after,.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox::after,.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox::after,.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox::after{border:none;content:normal}.cr-qna-block .cr-captcha-terms{font-size:12px;font-weight:400;vertical-align:middle;color:#0E252C}.cr-all-reviews-shortcode .cr-review-form-ne,.cr-ajax-reviews-review-form .cr-review-form-ne,.cr-reviews-grid .cr-review-form-ne,.cr-qna-block .cr-review-form-ne{max-width:500px;margin:0 auto;padding:0 0 20px 0;position:relative;display:flex;gap:10px}.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email,.cr-reviews-grid .cr-review-form-ne .cr-review-form-name,.cr-reviews-grid .cr-review-form-ne .cr-review-form-email,.cr-qna-block .cr-review-form-ne .cr-review-form-name,.cr-qna-block .cr-review-form-ne .cr-review-form-email{width:50%;position:relative}.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name input,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email input,.cr-reviews-grid .cr-review-form-ne .cr-review-form-name input,.cr-reviews-grid .cr-review-form-ne .cr-review-form-email input,.cr-qna-block .cr-review-form-ne .cr-review-form-name input,.cr-qna-block .cr-review-form-ne .cr-review-form-email input{width:100%}.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-txt,.cr-reviews-grid .cr-review-form-ne .cr-review-form-txt,.cr-qna-block .cr-review-form-ne .cr-review-form-txt{border:solid 1px #D8E2E7;background-color:#FFF;box-shadow:none;position:relative;padding:12px 16px;color:#0E252C;font-size:14px;margin:0;box-sizing:border-box;border-radius:3px}.cr-review-form-wrap .cr-onsite-question .cr-onsite-question-inp{border:solid 1px #D8E2E7;background-color:#FFF;box-shadow:none;padding:12px 16px;color:#0E252C;font-size:14px;width:50%;box-sizing:border-box}.cr-review-form-wrap .cr-onsite-question label{position:absolute;top:-7px;z-index:1;left:16px;background-color:#FFF;padding:0 5px;font-size:12px;line-height:12px;height:12px;color:#4D5D64;font-weight:400}.rtl .cr-review-form-wrap .cr-onsite-question label{left:auto;right:16px}.cr-review-form-wrap .cr-onsite-questions{max-width:500px;margin:0 auto}.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-txt,.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='text'],.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='number'],.cr-single-product-review .cr-review-form-textbox.cr-review-form-error,.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-txt,.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-txt{border:#CE2B37 solid 2px}.cr-all-reviews-shortcode .cr-review-form-captcha,.cr-ajax-reviews-review-form .cr-review-form-captcha,.cr-reviews-grid .cr-review-form-captcha{max-width:500px;margin:0 auto;padding:0 0 20px 0;display:flex;flex-direction:column;align-items:start}.cr-all-reviews-shortcode .cr-review-form-captcha .cr-recaptcha,.cr-ajax-reviews-review-form .cr-review-form-captcha .cr-recaptcha,.cr-reviews-grid .cr-review-form-captcha .cr-recaptcha{margin:0}.cr-all-reviews-shortcode .cr-review-form-buttons,.cr-ajax-reviews-review-form .cr-review-form-buttons,.cr-reviews-grid .cr-review-form-buttons,.cr-qna-block .cr-review-form-buttons{max-width:500px;margin:0 auto;padding:0 0 30px 0;position:relative;display:flex;gap:10px}.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-buttons{padding:0}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,.cr-qna-block .cr-review-form-buttons .cr-review-form-submit{display:flex;background-color:#31856C;color:#fff;border:0;height:40px;line-height:20px;font-size:15px;width:50%;padding:0 10px;margin:0;align-items:center;justify-content:center}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-submit{width:100%}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit:hover,.cr-qna-block .cr-review-form-buttons .cr-review-form-submit:hover{background-color:#276A56;text-decoration:none;cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-captcha,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question-inp,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-terms,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-captcha,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question-inp,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-terms,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-captcha,.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question,.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question-inp,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-terms,.cr-qna-block .cr-review-form-submitting.cr-qna-new-q-form,.cr-qna-block .cr-review-form-submitting.cr-qna-list-inl-answ{pointer-events:none}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit span,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit span,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit span{display:block}.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span{display:none}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit img,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit img,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit img,.cr-qna-block .cr-review-form-buttons .cr-review-form-submit img{display:none;height:10px}.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img{display:block}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel{display:flex;background-color:#fff;color:#0E252C;border:0;height:40px;line-height:20px;font-size:15px;width:50%;border:solid 1px #D8E2E7;padding:0 10px;margin:0;align-items:center;justify-content:center}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-cancel{display:none}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel:hover,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel:hover,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover,.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel:hover{border:solid 1px #4D5D64;text-decoration:none;cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-rating,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-comment,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-ne,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-captcha,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-buttons,.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-ratings,.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-question,.cr-all-reviews-shortcode .cr-review-form-res .cr-form-item-media,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-terms,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-rating,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-comment,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-ne,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-captcha,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-buttons,.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-ratings,.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-question,.cr-ajax-reviews-review-form .cr-review-form-res .cr-form-item-media,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-terms,.cr-reviews-grid .cr-review-form-res .cr-review-form-rating,.cr-reviews-grid .cr-review-form-res .cr-review-form-comment,.cr-reviews-grid .cr-review-form-res .cr-review-form-ne,.cr-reviews-grid .cr-review-form-res .cr-review-form-captcha,.cr-reviews-grid .cr-review-form-res .cr-review-form-buttons,.cr-reviews-grid .cr-review-form-res .cr-onsite-ratings,.cr-reviews-grid .cr-review-form-res .cr-onsite-question,.cr-reviews-grid .cr-review-form-res .cr-form-item-media,.cr-reviews-grid .cr-review-form-res .cr-review-form-terms,.cr-qna-block .cr-review-form-res .cr-review-form-comment,.cr-qna-block .cr-review-form-res .cr-review-form-ne,.cr-qna-block .cr-review-form-res .cr-review-form-buttons,.cr-qna-block .cr-review-form-res .cr-captcha-terms,.cr-qna-block .cr-review-form-res .cr-review-form-terms{display:none}.cr-all-reviews-shortcode .cr-review-form-result,.cr-ajax-reviews-review-form .cr-review-form-result,.cr-all-reviews-shortcode .cr-review-form-not-logged-in,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,.cr-reviews-grid .cr-review-form-result,.cr-reviews-grid .cr-review-form-not-logged-in,.cr-qna-block .cr-review-form-not-logged-in,.cr-qna-block .cr-review-form-result{max-width:500px;margin:0 auto;display:none;position:relative;padding:40px 0}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result,.cr-all-reviews-shortcode .cr-review-form-not-logged-in,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,.cr-reviews-grid .cr-review-form-res .cr-review-form-result,.cr-reviews-grid .cr-review-form-not-logged-in,.cr-qna-block .cr-review-form-res .cr-review-form-result,.cr-qna-block .cr-review-form-not-logged-in{display:flex;flex-direction:column;align-items:center}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result span,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result span,.cr-all-reviews-shortcode .cr-review-form-not-logged-in span,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in span,.cr-reviews-grid .cr-review-form-res .cr-review-form-result span,.cr-reviews-grid .cr-review-form-not-logged-in span,.cr-qna-block .cr-review-form-res .cr-review-form-result span,.cr-qna-block .cr-review-form-not-logged-in span{padding:0 0 20px 0}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue{display:flex;background-color:#31856C;color:#fff;border:0;height:40px;line-height:20px;font-size:15px;width:auto;text-decoration:none;align-items:center;justify-content:center}.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue{padding:10px 20px;min-width:100px;text-align:center}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover,.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue:hover,.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue:hover{background-color:#276A56;text-decoration:none;cursor:pointer}.ivole-summaryBox{max-width:100%;font-size:14px}div.ivole-summaryBox{margin-bottom:2rem}.cr-summaryBox-wrap .cr-histogramTable{margin-bottom:0;border-collapse:collapse;border:0;width:100%;max-width:320px;min-width:auto;margin:0 auto}.cr-histogramTable .ivole-histogramRow{border:0}.cr-histogramTable tr.ivole-histogramRow td{padding:.2rem .3rem;vertical-align:middle;border:0;background-color:#fff0}.cr-histogramTable tr.ivole-histogramRow:first-child td{padding-top:0}.cr-histogramTable tr.ivole-histogramRow:last-child td{padding-bottom:0}.cr-histogramTable tr.ivole-histogramRow td:first-child{padding-left:0}.cr-histogramTable tr.ivole-histogramRow td:last-child{padding-right:0}#reviews .cr-credits-div,.cr-all-reviews-shortcode .cr-credits-div,.cr-reviews-grid .cr-credits-div{font-size:10px;text-align:right;width:100%;padding:0 5px;margin:7px 0;line-height:16px;display:flex;align-items:center;justify-content:right;box-sizing:border-box}.cr-reviews-grid .cr-credits-div{margin-top:0;padding:0 10px}.cr-all-reviews-shortcode .cr-credits-div a,#reviews .cr-credits-div a,.cr-reviews-grid .cr-credits-div a{text-decoration:none}.cr-all-reviews-shortcode .cr-credits-div a img,#reviews .cr-credits-div a img,.cr-reviews-grid .cr-credits-div a img{display:inline;height:16px;margin:0 0 0 4px;padding:0;vertical-align:middle}#reviews .cr-summaryBox-wrap .cr-count-filtered-reviews,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews,.cr-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews{width:100%;padding:5px 10px;margin-top:0;font-size:14px;color:#0E252C}.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a,.cr-histogramTable tr.ivole-histogramRow .cr-histogram-a{display:inline;cursor:pointer;color:#0E252C}.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .ivole-histogram-a,.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .cr-histogram-a{display:inline;font-weight:700}#reviews.cr-reviews-ajax-reviews{width:100%}.cr-all-reviews-shortcode .cr-count-row,#reviews.cr-reviews-ajax-reviews .cr-count-row{background-color:#F9F9F9;padding:10px 12px;font-size:12px;color:#0E252C;margin:24px 0;display:flex;align-items:center;justify-content:space-between}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-count-row{display:none}.cr-all-reviews-shortcode .cr-count-row a,.cr-reviews-ajax-comments .cr-count-row a{color:#0E252C;text-decoration:underline}.cr-all-reviews-shortcode .cr-count-row a:hover,.cr-reviews-ajax-comments .cr-count-row a:hover{cursor:pointer;color:#0E252C}div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating,div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating,div.ivole-summaryBox.cr-summaryBar-updating,.cr-count-row .cr-seeAll-updating,.cr-ajax-reviews-sort.cr-sort-updating,.cr-review-tags-filter.cr-tags-updating{opacity:.5;pointer-events:none}.cr-voting-cont{display:flex;align-items:center;justify-content:flex-end}.cr-voting-cont img,.cr-voting-cont-uni svg{margin-left:0;margin-right:7px;margin-top:0;margin-bottom:0;width:13px;height:16px;cursor:pointer;pointer-events:auto}.rtl .cr-voting-cont img,.rtl .cr-voting-cont-uni svg{margin-right:0;margin-left:7px}.cr-voting-cont-uni .cr-voting-update svg{pointer-events:none}.cr-voting-cont-uni span.cr-voting-upvote svg:hover{color:#000}.cr-voting-cont-uni span{display:block;line-height:11px;font-size:11px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int{fill:none}.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext{fill:#18B394}.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int{fill:#00A382;fill-opacity:.4}.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext{fill:#00A382}.cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext{fill:#202020}.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int{fill:none;animation:pulse 1s infinite}@keyframes pulse{0%{fill:#FFF}50%{fill:#A9A9A9}100%{fill:#FFF}}.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int{fill:none}.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext{fill:#CE2B37}.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int{fill:#CA2430;fill-opacity:.4}.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext{fill:#CA2430}.cr-voting-cont-uni span.cr-voting-upvote-count{margin-right:10px;color:#18B394}.rtl .cr-voting-cont-uni span.cr-voting-upvote-count{margin-right:0;margin-left:10px}.cr-voting-cont-uni span.cr-voting-downvote-count{color:#CE2B37}.cr-all-reviews-shortcode ol li.comment,.cr-all-reviews-shortcode ol li.review{list-style:none;margin-right:0;margin-bottom:2.5em;position:relative;border:0}#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container,.cr-all-reviews-shortcode ol li.comment .comment_container,.cr-all-reviews-shortcode ol li.review .comment_container{position:relative;padding:0}#reviews .comment_container{position:relative}#reviews .comment_container .cr-avatar,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar{float:left;position:absolute;padding:0;top:0;left:0;width:50px;height:auto;border:0 solid #e4e1e3;margin:0;box-shadow:none;border-radius:25px;max-height:none}.rtl #reviews .comment_container .cr-avatar,.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar{float:right;position:absolute;padding:0;top:0;right:0;width:50px;height:auto;border:0 solid #e4e1e3;margin:0;box-shadow:none;border-radius:25px;max-height:none}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-std-avatar,.cr-all-reviews-shortcode ol li.comment .comment_container .cr-std-avatar,.cr-all-reviews-shortcode ol li.review .comment_container .cr-std-avatar{float:left;position:absolute;padding:0;top:0;left:0;width:50px;height:auto;margin:0;max-height:none}.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-std-avatar,.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-std-avatar,.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-std-avatar{float:right;position:absolute;padding:0;top:0;right:0;width:50px;height:auto;margin:0;max-height:none}.cr-all-reviews-shortcode ol li.review .comment_container.cr-comment-no-avatar .cr-avatar{display:none}.cr-avatar-check{display:none}.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,#reviews .comment_container .cr-avatar-check,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,.cr-reviews-grid .cr-review-card .cr-avatar-check,.cr-reviews-slider .cr-review-card .cr-avatar-check{width:20px;height:20px;background-color:#31856C;position:absolute;left:34px;top:28px;border-radius:10px;border:2px solid #FFF;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:10}.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,.rtl #reviews .comment_container .cr-avatar-check,.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,.rtl .cr-reviews-grid .cr-review-card .cr-avatar-check,.rtl .cr-reviews-slider .cr-review-card .cr-avatar-check{right:34px;left:auto}.cr-all-reviews-shortcode ol li.review .comment_container .meta,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta{display:flex;align-items:baseline;justify-content:space-between;color:#767676;font-size:14px;flex-wrap:wrap}.cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a{box-shadow:none}.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product{font-size:90%}.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a{box-shadow:none;line-height:0}.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img{width:20px;height:auto;vertical-align:top;margin-right:5px;display:inline;border-radius:3px}.cr-all-reviews-shortcode .commentlist.cr-pagination-load{opacity:.5;pointer-events:none}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text,.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text{margin:0 0 0 70px;border-top:0 solid #e4e1e3;border-left:0 solid #e4e1e3;border-right:0 solid #e4e1e3;border-bottom:1px solid #e4e1e3;padding:0 0 1em 0}.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text,.rtl .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text{margin:0 70px 0 0}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text.comment-text-no-avatar,.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text.comment-text-no-avatar{margin:0;float:none;width:100%}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text p,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text p{margin:9px 0 16px 0;text-align:left}.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text p{text-align:right}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta{font-size:16px}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta time{font-style:normal}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-featured-date,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text .meta .cr-meta-author-featured-date{display:flex;flex-direction:row;column-gap:20px;align-items:baseline}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name{display:flex;align-items:center;column-gap:20px}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture{display:flex;align-items:center;margin:0 0 0 0;column-gap:7px}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a{font-size:14px;color:#0E252C}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover{text-decoration:underline}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__author,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text .meta .woocommerce-review__author{color:#0E252C;font-size:16px;display:inline;font-weight:500;margin:0;text-indent:0}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__verified,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text .meta .woocommerce-review__verified{display:block;color:#4D5D64;font-size:14px;font-weight:400;margin:0;text-indent:0}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-date time{color:#4D5D64}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-title{display:flex;align-items:flex-start;flex-direction:column}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-title svg{width:18px;height:18px;display:block;margin:0 0 0 10px;color:#4D5D64}.cr-tag{color:#3d3d3d;background-color:#EEEFF2;display:inline-block;padding:.2em .4em;font-size:12px;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:.7em;border:1px solid #c3c6d1;border-color:#31856C;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.cr-review-tags-filter .cr-tag{font-size:14px;border-radius:.7em;margin-right:5px;margin-bottom:7px;border-color:#D0D0D0}.cr-review-tags-filter span.cr-tag:hover{border-color:#31856C;cursor:pointer}.cr-review-tags-filter{padding-top:5px;padding-left:0;padding-right:0;padding-bottom:0;pointer-events:auto;opacity:1}.cr-review-tags-filter span.cr-tag.cr-tag-selected{border-color:#31856C;background-color:#D3D3D3}div.cr-review-tags-filter.cr-review-tags-filter-disabled{pointer-events:none;opacity:.5}.cr-review-tags{margin-bottom:1em}.cr-incentivized-badge{display:flex;column-gap:4px;align-items:center;font-size:10px;line-height:10px;margin:0 0 1em 0}.cr-reviews-grid .cr-review-card .cr-incentivized-row .cr-incentivized-badge,.cr-reviews-slider .cr-review-card .cr-incentivized-row .cr-incentivized-badge{margin:0}.cr-incentivized-badge .cr-incentivized-icon{display:block;height:12px}.cr-incentivized-badge .cr-incentivized-icon .cr-incentivized-svg{width:12px;height:12px}.cr-all-reviews-shortcode ol.commentlist ul.children,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children{list-style:none outside;margin:20px 0 0 50px;margin-inline-start:70px;padding-inline-start:0}.ivole-verified-badge{font-size:12px;vertical-align:middle}.ivole-verified-badge-text{vertical-align:middle}.ivole-verified-badge span.ivole-review-country-text,p.ivole-verified-badge span.ivole-review-country-space{vertical-align:middle}.cr-all-reviews-shortcode ol.commentlist,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list{list-style-type:none;margin:0;padding:0 0 1.5em 0;display:block;position:relative}.cr-all-reviews-shortcode ol.commentlist li,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li{margin:0 0 30px 0;list-style:none;clear:both;border:0;padding:0}.cr-all-reviews-shortcode.cr-all-reviews-new-review ol.commentlist,.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-inner,.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-tags-filter,.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-tags-filter{display:none}.cr-all-reviews-shortcode .ivole-review-country-icon,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon{display:inline;height:12px;width:auto;margin:0 0 0 5px;border-radius:0}.woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon,#reviews p.ivole-verified-badge img.ivole-review-country-icon{float:none;height:12px;width:auto;vertical-align:middle;margin:0 5px 0 0;display:inline;border-radius:0}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,p.ivole-verified-badge img.ivole-verified-badge-icon,#reviews img.ivole-verified-badge-icon,img.ivole-verified-badge-icon{float:none;height:20px;width:auto;vertical-align:middle;margin:0 5px 0 0;display:inline;border-radius:0}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,#reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,#reviews img.ivole-verified-badge-ext-icon,img.ivole-verified-badge-ext-icon{float:none;height:11px;width:11px;vertical-align:middle;margin:0 0 0 5px;display:inline;border-radius:0}.cr-form-item-media-none{padding:24px;text-align:left;display:flex;align-items:center;cursor:pointer;border:1px dashed #D8E2E7;border-radius:2px}.cr-review-form-error .cr-form-item-media-none{border-color:#CE2B37}.cr-form-visible .cr-form-item-media-none{display:none}.cr-form-item-media-none .cr-form-item-media-icon{width:60px;height:60px;padding:8px;border:1px solid #e0e0e0;fill:#e0e0e0;border-radius:2px;flex-shrink:0}.cr-form-item-media-none .cr-form-item-media-icon:first-child{margin:0 5px 0 0}.rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child{margin:0 0 0 5px}.cr-rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child{margin-right:0;margin-left:5px}.cr-form-item-media-none span{display:inline-block;vertical-align:top;margin:0 0 0 20px;color:#4D5D64;font-size:12px}.rtl .cr-form-item-media-none span{margin:0 20px 0 0}.cr-rtl .cr-form-item-media-none span{margin-left:0;margin-right:20px}.cr-form-item-media-none:active{border-color:#c9c9c9}.cr-form-item-media-none:active .cr-form-item-media-icon{border:1px solid #c9c9c9;fill:#c9c9c9}.cr-form-item-media .cr-form-item-media-file{display:none}.cr-form-item-media-preview{display:none;margin:0;flex-wrap:wrap}.cr-form-visible .cr-form-item-media-preview{display:flex;row-gap:9px}.cr-form-item-media-preview .cr-upload-images-containers{width:108px;height:108px;margin-bottom:0;margin-right:9px;position:relative;display:flex;align-items:center;justify-content:center;pointer-events:auto;border:1px solid #D8E2E7;padding:0;overflow:hidden}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending{pointer-events:none}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok{padding:0}.cr-form-item-media-preview .cr-upload-images-containers img{margin:0 0 0 0;opacity:.3;object-fit:cover}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-video-thumbnail{width:108px;height:108px;margin:0 0 0 0;opacity:.3;padding:15px;border:1px solid #e0e0e0;fill:#e0e0e0;border-radius:2px}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok img{opacity:1}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail{opacity:.6;border-width:0}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending img{opacity:.2}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail{opacity:.2}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete{padding:1px;position:absolute;top:2px;right:2px;width:16px;height:16px;display:none;background-color:#CE2B37;border-radius:8px;border:0 solid;line-height:0;cursor:pointer}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete{display:block}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete{opacity:.2}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon{fill:#fff}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete-spinner{margin:0;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px;display:none;text-decoration:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner{display:block}.cr-form-item-media-preview .cr-form-item-media-add{cursor:pointer;width:108px;height:108px;text-align:center;line-height:108px;font-size:40px;color:#e0e0e0;border:1px dashed #e0e0e0;margin-bottom:0;display:inline-block}.cr-form-item-media-preview .cr-form-item-media-add:active{border-color:#c9c9c9;color:#c9c9c9}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar{width:94px;height:10px;margin:0 5px 0 5px;padding:0;position:absolute;top:50%;left:0;transform:translate(0,-50%);background-color:#ddd;border-radius:5px}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar{display:none}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar .cr-upload-images-pbarin{width:0;height:100%;margin:0;padding:0;background-color:#1AB394;border-radius:5px}.cr-pswp{display:none}.cr-reviews-rating{display:flex;column-gap:10px;align-items:center;margin:0;padding:0;line-height:0;.cr-qna-separator{margin:0}}.cr-average-rating-stars{line-height:0}.crstar-rating-svg{margin:8px 0;position:relative;display:inline-block}.cr-reviews-grid .cr-review-card .crstar-rating-svg,.cr-reviews-slider .cr-review-card .crstar-rating-svg,.cr-reviews-rating .crstar-rating-svg,.cr-ajax-reviews-slide-main-comment .crstar-rating-svg,.crf-custom-question-rating-cont .crstar-rating-svg{margin:0}.cr-average-rating-stars .crstar-rating-svg{margin:5px 0 0 0}.crstar-rating-svg .cr-rating-icon-base{display:flex;height:20px}.crstar-rating-svg .cr-rating-icon-frnt{display:flex;height:20px;position:absolute;top:0;left:0;overflow:hidden}.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base,.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt{height:25px;column-gap:3px}.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base,.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt{height:18px;column-gap:0}.rtl .crstar-rating-svg .cr-rating-icon-frnt{right:0;left:auto}.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg{width:20px;height:20px;fill:none;stroke:#FFBC00}.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{width:20px;height:20px;fill:#FFBC00;flex-shrink:0}.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{width:25px;height:25px}.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{width:18px;height:18px}.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg{stroke:#aaa}.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{fill:#aaa}@media (max-width:500px){#reviews .cr-summaryBox-wrap .ivole-summaryBox,#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap{width:100%;flex:0 0 100%}.cr-all-reviews-shortcode ol.commentlist{margin-left:0;margin-right:0}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator{width:100%;display:flex;justify-content:center;align-items:center}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int{width:50px;height:2px}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-side,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-side{display:none}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap{width:100%;padding:10px}}.woocommerce .product #reviews .comment-text p.ivf-custom-question-checkbox,.woocommerce .product #reviews .cr-comment-text p.ivf-custom-question-checkbox{font-weight:550;margin:.6em 0}.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul,.woocommerce .product #reviews .cr-comment-text ul.ivf-custom-question-ul{margin:.6em 0}.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul li,.woocommerce .product #reviews .cr-comment-text ul.ivf-custom-question-ul li{margin:0}.woocommerce .product #reviews .comment-text span.ivf-custom-question-radio,.woocommerce .product #reviews .cr-comment-text span.ivf-custom-question-radio{font-weight:550}.woocommerce .product #reviews .comment-text hr.ivf-custom-question-hr,.woocommerce .product #reviews .cr-comment-text hr.ivf-custom-question-hr,.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr{margin:.6em 0}.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr{display:none}.cr-all-reviews-shortcode .commentlist .cr-comment-text .ivf-custom-question-p{font-size:14px;margin:.5em 0}.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont,.woocommerce .product #reviews .cr-comment-text .crf-custom-question-rating-cont,.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont{margin:.6em 0;display:flex;align-items:center;flex-direction:row}.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont{font-size:14px}.woocommerce .product #reviews .comment-text p.ivf-custom-question-p,.woocommerce .product #reviews .cr-comment-text p.ivf-custom-question-p,.cr-all-reviews-shortcode .commentlist p.ivf-custom-question-p{margin:.6em 0}.woocommerce .product #reviews .comment-text .crf-custom-question-rating,.woocommerce .product #reviews .cr-comment-text .crf-custom-question-rating,.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating{padding-right:7px;font-weight:550}.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont .star-rating,.woocommerce .product #reviews .cr-comment-text .crf-custom-question-rating-cont .star-rating,.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont .star-rating{font-size:1em;height:1.1em;line-height:1.1em;float:none;margin:0}.cr-review-form-wrap .cr-onsite-key-question{display:block;margin:1.5em auto;position:relative;width:100%;max-width:500px}.cr-review-form-wrap .cr-onsite-key-question label{font-size:16px}.cr-review-form-wrap .cr-onsite-key-question .cr-onsite-question-inp{font-size:16px;width:100%;box-sizing:border-box}.cr-onsite-questions .cr-onsite-question{display:block;margin:1.5em 0;position:relative}.cr-onsite-questions .cr-onsite-question .required,.cr-onsite-ratings .cr-review-form-rating .required,.cr-review-form-rating-overall .cr-review-form-rating .required{margin:0 0 0 3px}.cr-onsite-questions .cr-onsite-question label,.cr-onsite-questions .cr-onsite-question input{display:block}.cr-onsite-questions .cr-onsite-question.cr-full-width label,.cr-onsite-questions .cr-onsite-question.cr-full-width input{width:100%}.cr-review-form-wrap .cr-onsite-questions .cr-onsite-question.cr-full-width label{width:auto}.cr-onsite-ratings{border-top:1px solid #DFE4E7;border-bottom:1px solid #DFE4E7}.cr-onsite-ratings.cr-onsite-ratings-only{border-bottom:none}.cr-review-form-wrap .cr-onsite-ratings{max-width:500px;margin:0 auto}.cr-customer-consent .checkbox input.cr-customer-consent-checkbox{margin-right:7px;position:relative}#kco-extra-checkout-fields .cr-customer-consent{display:none}.cr-show-more{width:100%}.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,.cr-all-reviews-shortcode .cr-show-more-button,.cr-reviews-grid .cr-show-more-button,.cr-qna-block .cr-show-more-que{display:block;margin:10px auto;height:40px;padding:0 20px 0 20px;border:solid 1px #BCCCD4;font-size:14px;background-color:#fff0;color:#0E252C}.cr-qna-block .cr-show-more-que{margin:20px auto}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-button,.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-button{display:none}.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,.cr-all-reviews-shortcode .cr-show-more-button:hover,.cr-all-reviews-shortcode .cr-show-more-button:focus,.cr-reviews-grid .cr-show-more-button:hover,.cr-reviews-grid .cr-show-more-button:focus,.cr-qna-block .cr-show-more-que:hover,.cr-qna-block .cr-show-more-que:focus{border:solid 1px #00A79D;background-color:#fff0;color:#0E252C}.cr-show-more-review-spinner,.cr-show-more .cr-show-more-spinner,.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner{display:block;margin:20px auto;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px}.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-review-spinner,.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-review-spinner,.cr-all-reviews-shortcode .commentlist .cr-pagination-review-spinner{display:none}.cr-show-more-review-spinner-cnt{width:100%;height:60px;display:flex;align-items:center}.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort{display:block;margin:0;background:#fff0;border:0;padding:4px;width:auto;height:auto;appearance:auto;color:#0E252C;font-size:12px;font-weight:500}.cr-ajax-reviews-sort-div{display:flex;justify-content:space-between}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-search-no-reviews{display:none}#reviews.cr-reviews-ajax-reviews .cr-button-search,.cr-all-reviews-shortcode .cr-button-search{border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;padding:3px 10px;background:-webkit-linear-gradient(top,#f7f8fa,#e7e9ec);background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);font-weight:400;color:#000;letter-spacing:normal;font-size:1em;text-transform:none;line-height:1.5em;margin-top:0;margin-bottom:0;margin-left:5px;margin-right:0;white-space:nowrap;width:auto}.rtl #reviews.cr-reviews-ajax-reviews .cr-button-search,.rtl .cr-all-reviews-shortcode .cr-button-search{margin-left:0;margin-right:5px}#reviews.cr-reviews-ajax-reviews .cr-button-search:hover,.cr-all-reviews-shortcode .cr-button-search:hover{background:#e0e3e9;background:-webkit-linear-gradient(top,#e7eaf0,#d9dce1);background:linear-gradient(to bottom,#e7eaf0,#d9dce1);text-decoration:none}#reviews.cr-reviews-ajax-reviews .cr-ajax-search,.cr-all-reviews-shortcode .cr-ajax-search{display:flex;padding:0;margin:24px 0;width:100%}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-ajax-search{display:none}#reviews.cr-reviews-ajax-reviews .cr-ajax-search div,.cr-all-reviews-shortcode .cr-ajax-search div,.cr-qna-block .cr-qna-search-block div{position:relative;flex-grow:1}.cr-reviews-ajax-reviews input.cr-input-text[type="text"],.cr-all-reviews-shortcode .cr-ajax-search input.cr-input-text[type="text"],.cr-ajax-search input[type="text"]{border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;background-color:#fff;padding:3px 10px;padding-left:calc(1.5em + .75rem);padding-right:1.8em;width:100%;line-height:1.5em;margin:0;font-size:1em;box-sizing:border-box}.rtl .cr-reviews-ajax-reviews input.cr-input-text[type="text"],.rtl .cr-all-reviews-shortcode .cr-ajax-search input.cr-input-text[type="text"],.rtl .cr-ajax-search input[type="text"]{padding-right:calc(1.5em + .75rem);padding-left:1.8em}#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,.cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,.cr-ajax-search .cr-ajax-search-icon{position:absolute;display:inline-block;top:50%;left:9px;transform:translateY(-50%);width:1.1em;height:1.1em}.rtl #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,.rtl .cr-ajax-search .cr-ajax-search-icon{right:9px}.cr-qna-block .cr-input-text,.cr-ajax-search input[type="text"]{border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;background-color:#fff;color:#898F92;padding:3px 10px;padding-left:calc(1.5em + .75rem);padding-right:1.5em;width:100%;margin:0;font-size:1em;box-shadow:none;outline:none;box-sizing:border-box}.cr-ajax-search input[type="text"]{height:42px}.cr-qna-block .cr-input-text{height:100%}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary{display:flex;justify-content:space-between;align-items:center;width:100%}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt{height:40px;display:flex;align-items:center}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val{font-size:25px;font-weight:700;margin:0 0 0 15px;color:#0E252C}.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val{margin:0 15px 0 0}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl{font-size:20px;font-weight:400;margin:0 0 0 15px;color:#4D5D64}.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl{margin:0 15px 0 0}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add{margin:0 0 0 15px;cursor:pointer;background-color:#31856C;color:#fff;display:flex;align-items:center;justify-content:center;min-height:40px;text-transform:none;line-height:20px;font-size:15px;border:none}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover{background-color:#276A56}#reviews.cr-reviews-ajax-reviews .cr-clear-input,.cr-all-reviews-shortcode .cr-clear-input,.cr-qna-block .cr-qna-search-block .cr-clear-input{display:none;position:absolute;cursor:pointer;margin-left:-1.7em;margin-top:-8px;height:16px;top:50%;right:8px}.rtl #reviews.cr-reviews-ajax-reviews .cr-clear-input,.rtl .cr-all-reviews-shortcode .cr-clear-input,.rtl .cr-qna-block .cr-qna-search-block .cr-clear-input{left:8px;right:auto;margin-left:0}.cr-all-reviews-shortcode .cr-clear-input.cr-visible{display:inline-block}#reviews.cr-reviews-ajax-reviews .cr-clear-input svg,.cr-all-reviews-shortcode .cr-clear-input svg,.cr-qna-block .cr-qna-search-block .cr-clear-input svg{display:block;height:16px}#reviews.cr-reviews-ajax-reviews .cr-qna-search-icon,.cr-all-reviews-shortcode .cr-qna-search-icon,.cr-qna-block .cr-qna-search-block .cr-qna-search-icon{fill:#18B394;display:inline-block;position:absolute;width:1.1em;height:1.1em;left:9px;top:50%;transform:translateY(-50%)}#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,.cr-all-reviews-shortcode .cr-input-text:focus,.cr-qna-block .cr-input-text:focus,.cr-ajax-search input[type="text"]:focus{background-color:#fff;outline:none;border-color:#e77600;box-shadow:0 0 3px 2px rgb(228 121 17 / .5)}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review{display:block;margin:1em 0;border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;padding:3px 10px;background:-webkit-linear-gradient(top,#f7f8fa,#e7e9ec);background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);font-weight:600;color:#000;letter-spacing:normal;font-size:1em;text-transform:none;line-height:normal}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover{background:#e0e3e9;background:-webkit-linear-gradient(top,#e7eaf0,#d9dce1);background:linear-gradient(to bottom,#e7eaf0,#d9dce1);text-decoration:none}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review{display:block;background-color:#31856C;color:#fff;border:0;height:40px;line-height:20px;font-size:15px;width:auto;padding:10px 20px;margin:0}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover{background-color:#276A56;text-decoration:none;cursor:pointer}.cr-ajax-reviews-review-form{display:none}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc{display:block}#reviews.cr-reviews-ajax-reviews .comment-reply-title{display:block;font-size:1.5em}.cr-ajax-reviews-review-form p.form-submit{display:flex;justify-content:space-between;align-items:center}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div{margin:12px 0 24px 0}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title{font-size:1em;margin:0 auto 5px auto}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div2,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div2{white-space:nowrap;overflow-x:auto;overflow-y:hidden}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(120 120 120 / .8);z-index:100001;display:none;opacity:0}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active{visibility:visible;opacity:1;display:flex;justify-content:center;align-items:center}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal{visibility:visible;position:relative;max-width:100vw;width:700px;background:#fff;z-index:100001;display:block;border-radius:3px;opacity:1;max-height:100vh}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr{height:36px;background:#f2f2f2;background:#f1f1f1;background:-webkit-linear-gradient(top,#f7f7f7,#eaeaea);background:linear-gradient(to bottom,#f7f7f7,#eaeaea);box-shadow:0 1px 0 rgb(255 255 255 / .5) inset,0 -1px 0 rgb(255 255 255 / .4) inset;position:relative;border-bottom:1px solid #cdcdcd;border-bottom-color:rgb(0 0 0 / .2);border-top-left-radius:3px;border-top-right-radius:3px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close{display:block;zoom:1;background-color:#fff0;border:none;float:right;padding:8px;position:absolute;top:50%;right:5px;margin:-15px 0 0;line-height:0;min-height:auto}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg{opacity:.64;width:15px;height:15px;font-size:15px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon{fill:#333}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex{display:flex;flex-direction:row;justify-content:space-evenly;gap:20px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav{width:80%;margin:0 auto 35px auto;background-color:#f4f4f4}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video{max-height:75px;margin:0 auto;width:auto}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav{padding:0;line-height:0;text-align:center;position:relative}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video{max-width:400px;max-height:400px;width:auto}.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment{width:250px;padding:0;line-height:1.5}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p{margin:0;display:block}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time{opacity:.5;font-size:.875em;display:block}.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body{max-height:300px;overflow-x:hidden;overflow-y:scroll;line-height:normal}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide{float:none;display:inline-block;vertical-align:middle}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-vote,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-vote{box-sizing:border-box;margin:1em 0 0 0}.cr-search-highlight{background:linear-gradient(0deg,#FFEB82,#FFEB82),#F9F9F9}.cr-noscroll{overflow:hidden}.product_meta .cr_gtin_val,.product_meta .cr_mpn_val,.product_meta .cr_brand_val{display:inline}.cr-reviews-slider .cr-slider-read-more a,.cr-reviews-slider .cr-slider-read-less a,.cr-reviews-grid .cr-grid-read-more a,.cr-reviews-grid .cr-grid-read-less a{font-size:.8em}.cr-reviews-slider .cr-slider-details,.cr-reviews-grid .cr-grid-details{display:none}.cr-qna-block .cr-qna-search-block{display:flex;justify-content:flex-end;margin-bottom:30px}.cr-qna-block .cr-qna-list-block{display:block}.cr-qna-block.cr-qna-new-q-form-open .cr-qna-search-block,.cr-qna-block.cr-qna-new-q-form-open .cr-qna-list-block{display:none}.cr-qna-block .cr-qna-search-block .cr-qna-ask-button{font-size:16px;font-weight:400;background:#31856C;border:0 solid;border-radius:0;min-height:42px;color:#FFF;cursor:pointer;display:inline-block;outline-style:none;margin-top:0;margin-bottom:0;margin-left:10px;margin-right:0;padding:5px 15px}.cr-qna-block .cr-qna-search-block .cr-qna-ask-button:hover{background:#276A56}.rtl .cr-qna-block .cr-qna-search-block .cr-qna-ask-button{margin-left:0;margin-right:10px}.cr-qna-block .cr-qna-list-block div.cr-qna-list-empty{padding:30px;text-align:center}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont{margin-top:20px;margin-bottom:0;margin-right:0;margin-left:0;overflow-wrap:break-word;word-break:break-word}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b{display:flex;margin:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b{margin-top:20px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l{min-width:50px;display:flex;align-items:center}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l{min-width:50px;display:flex;align-items:flex-start}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon{width:30px;height:30px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle{stroke:#31856C}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path{fill:#31856C}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon{width:16px;height:16px;max-width:100%;max-height:100%;display:inline-block;vertical-align:middle;margin-right:10px}.rtl .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon{margin-left:10px;margin-right:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r{display:block}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r{padding-bottom:20px;border-bottom:solid 2px #F9F9F9;border-top:solid 0;border-right:solid 0;border-left:solid 0;width:100%;display:flex;justify-content:space-between;align-items:flex-end}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r.cr-qna-list-q-b-r-no-ans{justify-content:right}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-q-b-r{display:none}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-inl-answ{padding-bottom:20px;border-bottom:solid 2px #F9F9F9;border-top:solid 0;border-right:solid 0;border-left:solid 0;width:100%;display:none}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-inl-answ{display:block}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting{display:flex;align-items:center}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer{display:block;border-left:solid 3px #BCCCD4;border-top:solid 0;border-right:solid 0;border-bottom:solid 0;padding-left:16px;padding-right:0;padding-top:0;padding-bottom:0;margin-bottom:10px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last{margin-bottom:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question{font-size:18px;font-weight:600;line-height:1.2;display:block;color:#203741}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s{font-size:16px;font-weight:400;line-height:1.2;display:block;color:#203741}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s p{margin:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s a{text-decoration:underline;color:#6d6d6d;cursor:pointer}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author{font-size:14px;font-weight:400;line-height:1.2;display:block;color:#276A56;font-style:italic;margin-top:5px;margin-bottom:0;margin-left:0;margin-right:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b{font-weight:600}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified{font-size:14px;color:#276A56}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button{font-size:14px;font-weight:600;background:#FFF;border:1px solid #BCCCD4;border-radius:0;height:42px;color:#276A56;cursor:pointer;display:inline-block;outline-style:none;padding:4px 15px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button:hover{border-color:#4D5D64}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b-r-no-ans .cr-qna-ans-button{display:none}.cr-qna-block #cr-show-more-q-spinner{display:block;margin:30px auto;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px}.cr-qna-block .cr-search-no-qna{margin:30px auto;text-align:center;color:#203741}#reviews.cr-reviews-ajax-reviews p.cr-featured-badge,.cr-all-reviews-shortcode p.cr-featured-badge{margin:0 0 10px 0}#reviews.cr-reviews-ajax-reviews .cr-featured-badge span,#reviews.cr-reviews-ajax-reviews .cr-all-featured-badge span,.cr-all-reviews-shortcode .cr-all-featured-badge span{text-transform:uppercase;display:inline-block;font-size:12px;-moz-box-shadow:inset 0 1px 0 0 #fff6af;-webkit-box-shadow:inset 0 1px 0 0 #fff6af;box-shadow:inset 0 1px 0 0 #fff6af;background-color:#ffec64;-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;text-indent:0;border:1px solid #fa2;color:#333;font-weight:400;font-style:normal;line-height:20px;text-decoration:none;text-align:center;text-shadow:0 1px 0 #fe6;padding:0 5px}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .review .cr-comment-text{display:block;border-bottom:1px solid #e4e1e3;padding-bottom:1em}.cr-comment-text .cr-comment-head-text{font-size:18px;font-weight:600;margin:0 0 9px 0}.comment-text .cr-comment-head-text{font-size:18px;font-weight:600;margin:0 0 .5em 0}.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch{text-align:center;background-color:#F9F9F9}.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a{color:#4D5D64}.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active{color:#0E252C}#review_form .cr-upload-local-images .cr-upload-images-status,.cr-upload-local-images .cr-upload-images-status{display:block;margin:0 0 10px 0;padding:3px 5px}#review_form .cr-upload-local-images #cr_review_image,.cr-upload-local-images #cr_review_image{margin:0 0 15px 0;width:100%}#review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error,.cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error{background-color:#FF4136;color:#303030}#review_form .cr-upload-images-preview,.cr-upload-images-preview{display:flex;margin:0 0 0 0}#review_form .cr-upload-images-preview .cr-upload-images-containers,.cr-upload-images-preview .cr-upload-images-containers{width:75px;height:75px;margin:0 10px 10px 0;position:relative;display:flex;align-items:center;justify-content:center;pointer-events:auto}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail{margin:0;opacity:.3;padding:15px;border:1px solid #e0e0e0;fill:#e0e0e0;border-radius:2px}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending{pointer-events:none}#review_form .cr-upload-images-preview .cr-upload-images-thumbnail,.cr-upload-images-preview .cr-upload-images-thumbnail{max-width:100%;max-height:100%;margin:0 0 0 0;opacity:.3}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail{opacity:.2}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar{width:65px;height:10px;margin:0 5px 0 5px;padding:0;position:absolute;top:50%;left:0;transform:translate(0,-50%);background-color:#ddd;border-radius:5px}#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,.cr-upload-images-preview .cr-upload-images-pbarin{width:0;height:100%;margin:0;padding:0;background-color:#4BBE67;border-radius:5px}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail{opacity:1}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail{opacity:1;border-width:0}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar{display:none}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete{padding:1px;position:absolute;top:0;right:0;width:20px;height:20px;display:none;background-color:#e7412c;border-radius:10px;border:0 solid;line-height:0;cursor:pointer}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover{background-color:#db2c1b}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete{display:block}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete{opacity:.2}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg{padding:0;width:18px;height:18px;font-size:18px;line-height:18px;display:block}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon{fill:#FFF}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner{margin:0;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px;display:none;text-decoration:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner{display:block}.cr-reviews-grid{padding:20px 0 10px 0;border-width:1px;border-style:solid;border-color:#fff0;display:block;border-radius:5px;margin:0;width:100%}.cr-reviews-grid-inner{border-radius:inherit;display:flex}.cr-reviews-grid-inner .cr-reviews-grid-col{flex-grow:1;width:0}.cr-reviews-grid-inner .cr-reviews-grid-col.cr-reviews-grid-col-none{display:none}.cr-reviews-grid-empty{border-radius:inherit;display:flex;padding:0 10px;margin:10px 0;justify-content:center}.cr-reviews-slider{padding:15px 0;margin:0 25px;opacity:0;visibility:hidden;transition:opacity 1s ease;-webkit-transition:opacity 1s ease}.cr-reviews-slider.slick-initialized{visibility:visible;opacity:1}.cr-reviews-grid .cr-review-card{padding:0 0 0 0;border-width:1px;border-style:solid;border-color:#fff0;border-radius:10px;margin:0 10px 20px 10px;max-width:100%;overflow:hidden;visibility:hidden;display:none}.cr-reviews-grid .cr-reviews-grid-col .cr-review-card{display:block}.cr-reviews-grid .cr-reviews-grid-inner.cr-colcade-loaded .cr-review-card{visibility:visible}.cr-reviews-slider .cr-review-card{box-sizing:border-box;padding:0 10px;height:100%}.cr-reviews-slider .cr-review-card .cr-review-card-inner{margin:0 auto;padding:10px;border-width:1px;border-style:solid;border-color:#fff0;border-radius:inherit;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.cr-reviews-grid .breaker{display:block;margin:5px 0;height:0;width:100%}.cr-reviews-grid .cr-review-card .image-row{display:block;width:100%;position:relative;line-height:0}.cr-reviews-grid .cr-review-card .image-row .image-row-img{display:block;max-width:100%;height:auto;border-style:none;border-radius:0;margin:0 auto;cursor:pointer}.cr-reviews-grid .cr-review-card .image-row .image-row-vid{display:block;max-width:100%;height:auto;border-style:none;border-radius:0;margin:0 auto;width:100%;object-fit:cover;cursor:pointer}.cr-reviews-grid .cr-review-card .image-row .image-row-img.image-row-img-none,.cr-reviews-grid .cr-review-card .image-row .image-row-vid.image-row-vid-none{display:none}.cr-ajax-reviews-video{display:block;position:relative;line-height:0;cursor:pointer;text-align:center}.cr-review-card-content .cr-comment-videoicon,.cr-ajax-reviews-video .cr-comment-videoicon{position:absolute;top:50%;left:50%;width:40px;margin-top:-20px;margin-left:-20px;cursor:pointer}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon{max-width:none;max-height:none;width:40px}.cr-review-card-content .cr-vid-playing .cr-comment-videoicon,.cr-ajax-reviews-video.cr-vid-playing .cr-comment-videoicon{display:none}.cr-reviews-grid .cr-review-card .image-row .image-row-count,.cr-reviews-grid .cr-review-card .image-row .media-row-count{position:absolute;max-width:100%;width:100%;height:60px;border-style:none;border-radius:0;bottom:0;background:#20374199;color:#FFF;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:5px}.cr-reviews-grid .cr-review-card .image-row.cr-vid-playing .media-row-count{display:none}.cr-reviews-grid .cr-review-card .top-row{display:flex;padding:16px 0 16px 0;border-bottom:solid 2px #F4F4F4;margin:0 15px 0 15px}.pswp .cr-video-wrapper{display:flex;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;align-items:center;justify-content:center}.cr-reviews-slider .cr-review-card .top-row{display:flex;padding:16px 0 16px 0;border-bottom:solid 2px #aaa;margin:0 10px 0 10px}.cr-reviews-grid .cr-review-card .top-row .rating,.cr-reviews-slider .cr-review-card .top-row .rating{flex:0 0 50%}.cr-reviews-grid .cr-review-card .top-row .reviewer,.cr-reviews-slider .cr-review-card .top-row .reviewer{text-align:left;display:flex;flex-direction:column;justify-content:center;row-gap:7px}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified{display:flex;align-items:center;line-height:1.2;font-size:16px}.cr-reviews-grid .cr-review-card .top-row .rating .datetime,.cr-reviews-slider .cr-review-card .top-row .rating .datetime{font-size:.9em;color:#676767}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name{font-family:sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:1.2;color:#203741;display:flex;align-items:center}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon{height:15px;display:block;margin:0 0 0 8px;border-radius:3px}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified{font-family:sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0em;text-align:left;color:#18B394;display:flex;align-items:center;margin:0}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified{height:16px;width:16px;display:inline;vertical-align:middle;margin:0 6px 0 0}.rtl .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified{margin:0 0 0 6px}.cr-reviews-grid .cr-review-card .middle-row,.cr-reviews-grid .cr-review-card .cr-incentivized-row{padding:16px;background:#FCFCFC;border:1px solid #F9F9F9;border-radius:6px;box-sizing:border-box;font-family:sans-serif;font-style:normal;font-weight:400;line-height:130%;font-size:16px;margin:0 15px 15px 15px}.cr-reviews-slider .cr-review-card .middle-row,.cr-reviews-slider .cr-review-card .cr-incentivized-row{padding:16px;background:#FCFCFC;border:1px solid #F9F9F9;border-radius:6px;box-sizing:border-box;font-family:sans-serif;font-style:normal;font-weight:400;line-height:130%;font-size:16px;margin:0 10px 15px 10px;flex:1}.cr-reviews-slider .cr-review-card .cr-incentivized-row{flex:0}.cr-reviews-grid .cr-review-card .top-row .review-thumbnail,.cr-reviews-slider .cr-review-card .top-row .review-thumbnail{flex-basis:56px;flex-shrink:0;margin-right:16px;position:relative;display:flex}.cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,.cr-reviews-slider .cr-review-card .top-row .review-thumbnail img{max-width:50px;max-height:50px;border-radius:25px}.cr-reviews-grid .cr-review-card .rating-row{padding:17px 0 17px 0;display:flex;align-items:center;margin:0 15px 0 15px;line-height:0}.cr-reviews-grid .cr-review-card .cr-comment-head-text{font-size:20px;font-weight:600;margin:0 15px 10px 15px;padding:0;line-height:normal;color:#203741}.cr-reviews-slider .cr-review-card .cr-comment-head-text{font-size:20px;font-weight:600;margin:0 10px 10px 10px;padding:0;line-height:normal;color:#203741}.cr-reviews-slider .cr-review-card .rating-row{padding:17px 0 17px 0;display:flex;align-items:center;margin:0 10px 0 10px;overflow:hidden;line-height:0}.cr-reviews-grid .cr-review-card .rating-row .rating-label,.cr-reviews-slider .cr-review-card .rating-row .rating-label{margin:0 0 0 15px;font-family:sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.1em;text-align:left;color:#898F92}.rtl .cr-reviews-slider .cr-review-card .rating-row .rating-label{margin:0 16px 0 0}.cr-reviews-grid .cr-review-card .middle-row .review-content,.cr-reviews-slider .cr-review-card .middle-row .review-content{margin:0 0 12px 0;color:#484E51}.cr-reviews-grid .cr-review-card .middle-row .review-content p,.cr-reviews-slider .cr-review-card .middle-row p{margin:0}.cr-reviews-grid .cr-review-card .middle-row .datetime,.cr-reviews-slider .cr-review-card .middle-row .datetime{font-weight:300;font-size:14px;color:#898F92}.cr-reviews-grid .cr-review-card .verified-review-row,.cr-reviews-slider .cr-review-card .verified-review-row{margin:0 0 12px 0;text-align:left;font-family:sans-serif}.cr-reviews-grid .cr-review-card .verified-review-row p.ivole-verified-badge,.cr-reviews-slider .cr-review-card .verified-review-row p.ivole-verified-badge{margin:0}.cr-reviews-grid .cr-review-card .verified-review-row .verified-badge-empty,.cr-reviews-slider .cr-review-card .verified-review-row .verified-badge-empty{min-height:20px}.cr-reviews-grid .cr-review-card .review-product,.cr-reviews-slider .cr-review-card .review-product{border-radius:inherit;display:flex;padding:10px;margin-top:10px;line-height:1}.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions{border-radius:inherit;display:block;padding:0;margin:0 10px 17px 10px;line-height:1;border-top:1px dashed #aaa;border-bottom:1px dashed #aaa;font-size:14px}.cr-reviews-grid .cr-review-card .review-product .cr-product-thumbnail,.cr-reviews-slider .cr-review-card .review-product .cr-product-thumbnail{flex:0 0 20%}.cr-reviews-grid .cr-review-card .review-product .cr-product-thumbnail img,.cr-reviews-slider .cr-review-card .review-product .cr-product-thumbnail img{width:50px;height:50px;max-width:none;max-height:none;min-width:auto}.cr-reviews-grid .cr-review-card .review-product .product-title,.cr-reviews-slider .cr-review-card .review-product .product-title{margin:auto 0;padding-left:5px;font-family:Helvetica;font-size:16px;font-style:normal;font-weight:700;line-height:21px;letter-spacing:0em;text-align:left;color:#203741}.cr-reviews-grid .cr-review-card .cr-grid-replies-container{.cr-grid-replies{display:flex;align-items:center;justify-content:flex-start;position:relative;margin:15px 0;padding:0;box-sizing:border-box}.cr-grid-replies-line{height:1px;background:#e9e9e9}.cr-grid-replies-line-left{width:15px;flex-shrink:0}.cr-grid-replies-line-right{flex-grow:1}.cr-grid-replies-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 15px;background:#FFF;border:solid 1px #F4F4F4;border-radius:18px;font-size:16px;font-weight:500;color:#484E51;z-index:2}.cr-grid-replies-pill .cr-grid-replies-pill-count{color:#898F92}.cr-grid-first-reply{margin:15px 15px}.cr-grid-reply-top-row{display:flex;gap:15px}.cr-grid-reply-top-row{.cr-grid-reply-thumbnail{flex-basis:40px;flex-shrink:0;margin:0;position:relative;display:flex}.cr-grid-reply-thumbnail img{max-width:40px;max-height:40px;border-radius:20px}.cr-grid-reply-thumbnail .cr-avatar-check{width:16px;height:16px;background-color:#31856C;position:absolute;left:28px;top:21px;border-radius:8px;border:2px solid #FFF;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:10}.cr-grid-reply-author{display:flex;flex-direction:column;justify-content:center;gap:2px}.cr-grid-reply-author-name{font-family:sans-serif;font-weight:700;line-height:1.2;font-size:16px;color:#203741}.cr-grid-reply-author-type{font-family:sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:14px;color:#18B394}}.cr-grid-reply-middle-row{margin:15px 0;padding:16px;background:#FCFCFC;border:1px solid #F9F9F9;border-radius:5px;font-size:14px;font-family:sans-serif;font-style:normal;box-sizing:border-box;font-weight:400}.cr-grid-reply-middle-row{.cr-grid-reply-content p{margin:0}}}.rtl .cr-reviews-slider .cr-review-card .review-product .product-title{padding-left:0;padding-right:5px}.rtl .cr-reviews-grid .cr-review-card .top-row .review-thumbnail,.rtl .cr-reviews-slider .cr-review-card .top-row .review-thumbnail{margin-left:16px;margin-right:0}.rtl .cr-reviews-grid .cr-review-card .rating-row .rating-label,.rtl .cr-reviews-slider .cr-review-card .rating-row .rating-label{margin-left:0;margin-right:15px}p.ivole-verified-badge{font-size:12px;vertical-align:middle}span.ivole-verified-badge-text{vertical-align:middle}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,p.ivole-verified-badge img.ivole-verified-badge-icon,#reviews img.ivole-verified-badge-icon,img.ivole-verified-badge-icon{float:none;height:20px;width:17px;vertical-align:middle;margin:0 5px 0 0;display:inline;border-radius:0}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,#reviews p.ivole-verified-badge img.ivole-verified-badge-ext-icon,p.ivole-verified-badge img.ivole-verified-badge-ext-icon,#reviews img.ivole-verified-badge-ext-icon,img.ivole-verified-badge-ext-icon{float:none;height:11px;width:11px;vertical-align:middle;margin:0 0 0 5px;display:inline;border-radius:0}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question{display:flex;align-items:center;margin:15px 0;column-gap:10px}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox{flex-direction:column;align-items:flex-start}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-p{margin:0}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox .cr-sldr-p{margin-bottom:7px}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox ul{margin:0 0 0 25px}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-label{font-weight:550}@font-face{font-display:swap;font-family:'slick';font-weight:400;font-style:normal;font-display:swap;src:url(/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot);src:url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woff) format('woff'),url(/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.ttf) format('truetype'),url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.svg#slick') format('svg')}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.cr-reviews-slider .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;opacity:1}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.cr-reviews-slider.slick-slider .slick-track{display:flex}.cr-reviews-slider.slick-slider .slick-slide{height:inherit}.cr-reviews-slider.slick-slider .slick-slide>div{height:100%}.cr-ajax-reviews-cus-images-slider-nav.cr-reviews-slider.slick-slider .slick-slide>div{line-height:0}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.cr-reviews-slider .slick-arrow.slick-prev,.cr-reviews-slider .slick-arrow.slick-next,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#fff0;border:none;outline:none;background:#fff0}.cr-reviews-slider .slick-arrow.slick-prev:not(:hover),.cr-reviews-slider .slick-arrow.slick-next:not(:hover){background:#fff0}.cr-reviews-slider .slick-prev:hover,.cr-reviews-slider .slick-prev:focus,.cr-reviews-slider .slick-next:hover,.cr-reviews-slider .slick-next:focus{color:#fff0;outline:none;background:#fff0}.cr-reviews-slider .slick-prev:hover:before,.cr-reviews-slider .slick-prev:focus:before,.cr-reviews-slider .slick-next:hover:before,.cr-reviews-slider .slick-next:focus:before{opacity:1}.cr-reviews-slider .slick-prev.slick-disabled:before,.cr-reviews-slider .slick-next.slick-disabled:before{opacity:.25}.cr-reviews-slider .slick-prev:before,.cr-reviews-slider .slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:grey;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cr-reviews-slider.slick-slider .slick-prev{left:-25px}[dir='rtl'] .cr-reviews-slider .slick-prev{right:-25px;left:auto}.cr-reviews-slider .slick-prev:before{content:'←'}[dir='rtl'] .cr-reviews-slider .slick-prev:before{content:'→'}.cr-reviews-slider.slick-slider .slick-next{right:-25px}[dir='rtl'] .cr-reviews-slider .slick-next{right:auto;left:-25px}.cr-reviews-slider .slick-next:before{content:'→'}[dir='rtl'] .cr-reviews-slider .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.cr-reviews-slider .slick-dots,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;border:none}.cr-reviews-slider .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.cr-reviews-slider .slick-dots li button,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:#fff0;border:0;outline:none;background:#fff0}.cr-reviews-slider .slick-dots li button:not(:hover),.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button:not(:hover){background:#fff0}.cr-reviews-slider .slick-dots li button:hover,.cr-reviews-slider .slick-dots li button:focus{outline:none}.cr-reviews-slider .slick-dots li button:hover:before,.cr-reviews-slider .slick-dots li button:focus:before{opacity:1}.cr-reviews-slider .slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cr-reviews-slider .slick-dots li.slick-active button:before{opacity:.75;color:#000}.cr-qna-separator{display:inline;margin:0 6px}.cr-all-reviews-pagination{text-align:center;font-size:15px}.cr-all-reviews-pagination.cr-pagination-load{pointer-events:none}.cr-all-reviews-pagination .cr-page-numbers-a{cursor:pointer}.cr-all-reviews-pagination .cr-page-numbers-a.next,.cr-all-reviews-pagination .cr-page-numbers-a.prev{text-decoration:none}.cr-all-reviews-pagination .cr-page-numbers.current{font-weight:700}@media all and (max-width:700px){#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex{flex-direction:column}#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment{width:100%;padding-top:10px;padding-right:10px;padding-left:10px;max-width:400px;margin:0 auto}#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal{overflow-y:scroll}}@media all and (max-width:600px){#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal{width:100%;height:100%;left:0;margin-left:0;margin-top:0;top:0;max-width:100%;max-height:100%}#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img{width:80px}}@media all and (max-width:415px){#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img{width:60px}.cr-qna-block .cr-qna-search-block{flex-wrap:wrap}.cr-qna-block .cr-qna-search-block div{width:100%}.cr-qna-block .cr-qna-search-block button.cr-qna-ask-button{width:100%;margin-top:10px;margin-bottom:0;margin-left:0;margin-right:0}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name{flex-direction:column;align-items:flex-start}}@media all and (max-width:370px){.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r{display:block}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting{margin-top:15px}}@media only screen and (max-width:800px){.cr-reviews-grid-inner .cr-reviews-grid-col3{display:none}}@media only screen and (max-width:550px){.cr-reviews-grid-inner .cr-reviews-grid-col2{display:none}}.cr-trustbadgef,.cr-trustbadgea{max-width:100%;overflow:hidden}.cr-trustbadgef .cr-trustbadge-border{border:1px solid #A3D8CD}.cr-trustbadgef .cr-trustbadge-border.badge_color_dark{border:1px solid #8B8B8B}#cr_floatingtrustbadge{position:fixed;box-sizing:border-box;right:0;bottom:0;width:135px;border-radius:15px;display:block;overflow:hidden;margin:30px;filter:drop-shadow(0 4px 54px rgb(0 0 0 / .25));z-index:99999;cursor:pointer}#cr_floatingtrustbadge.cr-floatingbadge-big{position:fixed;box-sizing:border-box;right:0;bottom:0;width:256px;border-radius:15px;display:block;overflow:hidden;margin:0 30px 30px 0;filter:drop-shadow(0 4px 54px rgb(0 0 0 / .25));z-index:99999;cursor:auto}#cr_floatingtrustbadge{border:1px solid}#cr_floatingtrustbadge .cr-floatingbadge-background{position:absolute;top:0;left:0;height:100%;width:100%}#cr_floatingtrustbadge .cr-floatingbadge-background div{width:100%}#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top{height:115px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top{height:155px}#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle{height:31px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle{height:179px}#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom{height:27px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom{height:43px;border-top:1px solid;border-left:0;border-right:0;border-bottom:0}#cr_floatingtrustbadge .cr-floatingbadge-top{position:relative;height:92px;display:block}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top{position:relative;height:124px;display:block}#cr_floatingtrustbadge .cr-floatingbadge-top svg{position:absolute;left:50%;top:14px;margin-left:-35px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg{position:absolute;width:84px;height:79px;left:50%;top:28px;margin-left:-42px}#cr_floatingtrustbadge img{margin:0;width:100%;position:relative;border:0;display:block}#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close{position:absolute;top:5px;right:5px;width:20px;height:20px;cursor:pointer}#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg{position:absolute;width:16px;height:16px;margin:2px;top:0;left:0;display:block}#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg{fill:#F8942D}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg{fill:#FFF}#cr_floatingtrustbadge .cr-floatingbadge-top svg{width:70px;height:65px}.cr-badge{display:inline-block;padding:40px;font-family:'Open Sans',sans-serif;font-size:0;color:#1F1F1F;line-height:normal;position:relative;text-align:left;text-decoration:none;box-sizing:border-box;transform-origin:left;visibility:hidden}.cr-badge .badge__nowrap{white-space:nowrap}.cr-badge .badge__nowrap-inline{display:inline-block;white-space:nowrap}.cr-badge .badge__store{font-size:24px;font-weight:700;margin-bottom:12px;white-space:nowrap}.cr-badge .badge__stars{display:inline-block;margin-bottom:14px;margin-right:24px}.cr-badge .badge__star{display:inline-block;position:relative;width:36px;height:36px;margin-right:3px;background-size:cover}.cr-badge .badge-vs .badge__star{display:block}.cr-badge .badge__star-icon{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat}.cr-badge .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-light.png)}.cr-badge .badge__star-icon_type_fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/small-star-full.png)}.cr-badge .verified{display:inline-block;vertical-align:middle;background:rgb(23 157 130 / .1);height:36px;border-radius:19px;padding:0 16px}.cr-badge.badge_size_small .verified{vertical-align:top}.cr-badge .verified__logo{display:inline-block;width:32px;height:32px;background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg);background-size:cover;position:relative;top:2px;left:-6px;margin-right:2px}.cr-badge .verified__text{display:inline-block;line-height:36px;vertical-align:top;font-size:18px;font-weight:600}.cr-badge .rating{font-size:17px;white-space:nowrap}.cr-badge.badge_size_wide .rating{font-size:16px}.cr-badge rating__store{font-weight:600}.cr-badge .rating__product b{font-weight:600}.cr-badge.badge_color_dark{color:#fff}.cr-badge.badge_color_dark .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-dark.png)}.cr-badge.badge_color_dark .verified{background:rgb(255 255 255 / .25)}.cr-badge.badge_size_wide{padding:20px;color:#6c6c6c}.cr-badge.badge_size_wide .badge__store{font-size:28px;margin-bottom:24px}.cr-badge .badge__info{position:relative}.cr-badge .badge__logo{position:absolute;top:0;left:0;width:60px;height:60px;background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg);background-size:contain;background-repeat:no-repeat}.cr-badge .badge__reviews{font-size:16px;padding-left:70px;padding-top:15px}.cr-badge.badge_size_wide .verified{font-size:16px;padding-left:70px;height:20px;background:#fff0}.cr-badge.badge_size_wide .badge__stars{margin-bottom:0;margin-right:10px;margin-left:20px;margin-top:0;vertical-align:middle}.cr-badge.badge_size_wide .badge__star{width:20px;height:20px}.cr-badge.badge_size_wide .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-light.png)}.cr-badge.badge_size_wide .badge__star-icon_type_fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-light.png)}.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-dark.png)}.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-dark.png)}.cr-badge.badge_size_wide .rating{display:inline-block;padding-top:0;vertical-align:middle;margin-top:0;height:18px}.cr-badge.badge_size_wide.badge_color_dark{color:#fff}.cr-badge.badge_target_mobile{position:relative;padding:0;margin:20px}.cr-badge.badge_target_mobile .badge__logo{top:41px;left:4px;width:32px;height:32px}.cr-badge.badge_target_mobile .badge__store{font-size:24px;margin-bottom:0;padding-left:2px}.cr-badge.badge_target_mobile .badge__reviews,.cr-badge.badge_target_mobile .verified{padding-left:48px;display:block}.cr-badge.badge_target_mobile .badge__stars{padding-left:2px;margin-left:0;margin-top:0}.cr-badge.badge_target_mobile .rating{font-size:15px;margin-top:2px}.cr-badge.badge_size_wide .rating b{display:inline-block;margin-left:8px}.cr-badge.badge_size_small{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.cr-badge .badge__link,.cr-badge__wrap .badge__link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.cr-badge__wrap{display:inline-block;position:relative}.cr-badge.badge-vs{position:relative;color:#4d4d4d;padding:20px;display:inline-block;flex-flow:row nowrap;text-align:left;font-family:sans-serif;border-radius:15px}.cr-badge.badge-vs .cr-badge-vs-flex{display:flex;flex-direction:row}.cr-badge.badge-vs .badge__store{font-size:25px;font-weight:500;margin-bottom:5px;line-height:1.2;max-width:500px;text-overflow:ellipsis;overflow:hidden}.cr-badge.badge-vs .badge__logo{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/logo-vs.svg);height:80px;width:80px;position:relative;display:inline-block;margin-right:20px;flex:0 0 auto}.cr-badge.badge-vs .badge__details{display:flex;flex-flow:row nowrap;align-items:center}.cr-badge.badge-vs .badge__rating-container{display:flex;flex-flow:column nowrap;justify-content:space-evenly;font-family:sans-serif;font-weight:400}.cr-badge.badge-vs .badge__rating-line{display:flex;flex-flow:row nowrap;justify-content:space-between}.cr-badge.badge-vs .badge__stars{margin:0;padding:0;display:flex;align-items:center}.cr-badge.badge-vs .badge__star{width:15px;height:15px;border-spacing:0;display:flex}.cr-badge.badge-vs .badge__star-icon--empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/star-stroke.svg);background-position:left;border-spacing:0}.cr-badge.badge-vs .badge__star-icon--fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/star-fill.svg);background-position:left;border-spacing:0}.cr-badge.badge-vs .badge__rating.rating{font-size:14px;line-height:1.5;justify-content:space-between;display:flex;flex:1 1 0%;margin:-1px 0 0;padding:0;height:20px}.cr-badge.badge-vs .badge__rating.rating span:last-child{padding-left:25px;font-weight:700}.cr-badge .badge__rating+.badge__stars{margin-left:15px}.cr-badge.badge-vs .badge__reviews{border-radius:30px;background-color:#F2F2F2;display:block;font-size:18px;line-height:1;padding:6px 25px 5px;margin-left:15px;border:1px solid #DFDFDF99}.cr-badge.badge-vs.badge_color_dark{color:#e5e5e5;border-color:#fff0}.cr-badge.badge-vs.badge_color_dark .badge__reviews{background-color:#24242499;border-color:#fff0}.badge_size_compact.cr-badge,.badge--wide-mobile.cr-badge{margin:0;padding:0;width:100%;height:100%;font-family:sans-serif}.badge_size_compact.cr-badge,.badge--wide-mobile.cr-badge{display:block;flex-direction:column;visibility:visible}.badge_size_compact.cr-badge .badge__verified,.badge--wide-mobile.cr-badge .badge__verified{font-size:10px;font-weight:700;color:#4c4c4c;text-align:center;margin-bottom:5px;margin-top:5px}.badge--wide-mobile.cr-badge .badge__verified{font-size:16px;color:#fff;margin-bottom:13px}.badge--wide-mobile.cr-badge .badge__store{min-height:50px;margin-bottom:15px;color:#4d4d4d;font-size:28px;font-weight:700;line-height:30px;display:flex;align-items:center;justify-content:center;padding:0 10px}.badge--wide-mobile.cr-badge .badge__store span{min-width:234px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.cr-badge.badge_size_compact .badge__middle,.cr-badge.badge--wide-mobile .badge__middle{padding:10px 0 9px}.cr-badge.badge_size_compact .badge__stars,.cr-badge.badge--wide-mobile .badge__stars{display:flex;justify-content:center;width:100%;margin:0}.cr-badge.badge_size_compact .badge__star,.cr-badge.badge--wide-mobile .badge__star{position:relative;width:14px;height:13px;margin:0 2px;color:#fff}.cr-badge.badge_size_compact .badge__star svg,.cr-badge.badge--wide-mobile .badge__star svg{display:block}.cr-badge.badge_size_compact .badge__star-fill-container,.cr-badge.badge--wide-mobile .badge__star-fill-container{position:absolute;top:0;left:0;overflow:hidden;width:14px;height:13px}.rtl .cr-badge.badge_size_compact .badge__star-fill-container,.rtl .cr-badge.badge--wide-mobile .badge__star-fill-container{left:auto;right:0}.cr-badge.badge_size_compact .badge__star-fill-container svg,.cr-badge.badge--wide-mobile .badge__star-fill-container svg{height:13px}.cr-badge.badge_size_compact .badge__rating,.cr-badge.badge--wide-mobile .badge__rating{font-size:12px;text-align:center;color:#4c4c4c}.cr-badge.badge_size_compact .badge__rating b,.cr-badge.badge--wide-mobile .badge__rating b{margin-left:8px}.cr-badge.badge_size_compact .badge__reviews,.cr-badge.badge--wide-mobile .badge__reviews{padding:8px 0 6px;font-size:10px;text-align:center;border-radius:0 0 15px 15px;color:#4d4d4d}.cr-badge.badge--wide-mobile .badge__middle{padding-top:0;padding-bottom:20px;background-color:#fff0}.cr-badge.badge--wide-mobile .badge__stars{margin-bottom:5px}.cr-badge.badge--wide-mobile .badge__star{color:#f8942d}.cr-badge.badge--wide-mobile .badge__reviews{font-size:13px;border-top:1px solid #fff0;min-height:37px;display:flex;align-items:center;justify-content:center;padding:0}.cr-badge.badge--wide-mobile .mb21{margin-bottom:21px}.cr-badge.badge_size_compact.badge_color_dark .badge__middle,.cr-badge.badge--wide-mobile.badge_color_dark .badge__middle{border:none;box-sizing:border-box}.cr-badge.badge_size_compact.badge_color_dark .badge__star,.cr-badge.badge--wide-mobile.badge_color_dark .badge__star{color:#f8942d}.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews{border:none}.cr-badge.badge_size_compact.badge_color_dark .badge__verified,.cr-badge.badge--wide-mobile.badge_color_dark .badge__verified,.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews,.cr-badge.badge_size_compact.badge_color_dark .badge__rating,.cr-badge.badge--wide-mobile.badge_color_dark .badge__rating,.cr-badge.badge_size_compact.badge_color_dark .badge__store,.cr-badge.badge--wide-mobile.badge_color_dark .badge__store{color:#e5e5e5}.cr-placeholder-tb{background-color:#FAFAFA;width:100%;padding:20px}.cr-placeholder-tb .cr-placeholder-tb-fr{width:50%;height:40px;margin:0 0 20px 0;background-color:#DCDEE2;animation:cr-placeholder-load 3s infinite}.cr-placeholder-tb .cr-placeholder-tb-sr{width:100%;height:60px;background-color:#DCDEE2;animation:cr-placeholder-load 3s infinite}@media all and (max-width:600px){#cr_floatingtrustbadge,#cr_floatingtrustbadge.cr-floatingbadge-big{display:none}}@keyframes cr-placeholder-load{0%{background-color:#DCDEE2}50%{background-color:#ededed}100%{background-color:#DCDEE2}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 #fff0 #fff0 #fff0;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#fff0 #fff0 #888 #fff0;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 #fff0 #fff0 #fff0;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#fff0 #fff0 #888 #fff0;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid #fff0}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}#toplevel_page_omnisend>a>div.wp-menu-image.dashicons-before>img{opacity:1;width:20px}.omnisend-settings-text{color:#35938f}#place_order.ppcp-hidden{display:none!important}.ppcp-disabled{cursor:not-allowed;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.ppcp-disabled *{pointer-events:none}.ppc-button-wrapper .ppcp-messages:first-child{padding-top:10px}#ppc-button-ppcp-gateway{line-height:0}#ppc-button-ppcp-gateway div[class^=item-]{margin-top:14px}#ppc-button-ppcp-gateway div[class^=item-]:first-child{margin-top:0}#ppc-button-minicart{line-height:0;display:block}.ppcp-button-apm{--apm-button-border-radius:4px;overflow:hidden;min-width:0;max-width:750px;line-height:0;border-radius:var(--apm-button-border-radius);height:45px;margin-top:14px}.ppcp-button-apm.ppcp-button-pill{--apm-button-border-radius:50px}.ppcp-button-apm.ppcp-button-minicart{display:block}.ppcp-width-min .ppcp-button-apm{height:35px}.ppcp-width-300 .ppcp-button-apm{height:45px}.ppcp-width-500 .ppcp-button-apm{height:55px}.wp-block-woocommerce-checkout .ppcp-button-apm,.wp-block-woocommerce-cart .ppcp-button-apm{margin:0;min-width:0}.wp-admin .ppcp-button-apm{pointer-events:none}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-display:swap;font-family:'simple-line-icons';src:url(/wp-content/plugins/woolentor-addons/assets/fonts/Simple-Line-Icons.eot?v=2.4.0);src:url('/wp-content/plugins/woolentor-addons/assets/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'),url(/wp-content/plugins/woolentor-addons/assets/fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'),url(/wp-content/plugins/woolentor-addons/assets/fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'),url(/wp-content/plugins/woolentor-addons/assets/fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'),url('/wp-content/plugins/woolentor-addons/assets/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');font-weight:400;font-style:normal}.wp-embed-responsive .wp-block{outline:0}.sli{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sli-user:before{content:"\e005"}.sli-people:before{content:"\e001"}.sli-user-female:before{content:"\e000"}.sli-user-follow:before{content:"\e002"}.sli-user-following:before{content:"\e003"}.sli-user-unfollow:before{content:"\e004"}.sli-login:before{content:"\e066"}.sli-logout:before{content:"\e065"}.sli-emotsmile:before{content:"\e021"}.sli-phone:before{content:"\e600"}.sli-call-end:before{content:"\e048"}.sli-call-in:before{content:"\e047"}.sli-call-out:before{content:"\e046"}.sli-map:before{content:"\e033"}.sli-location-pin:before{content:"\e096"}.sli-direction:before{content:"\e042"}.sli-directions:before{content:"\e041"}.sli-compass:before{content:"\e045"}.sli-layers:before{content:"\e034"}.sli-menu:before{content:"\e601"}.sli-list:before{content:"\e067"}.sli-options-vertical:before{content:"\e602"}.sli-options:before{content:"\e603"}.sli-arrow-down:before{content:"\e604"}.sli-arrow-left:before{content:"\e605"}.sli-arrow-right:before{content:"\e606"}.sli-arrow-up:before{content:"\e607"}.sli-arrow-up-circle:before{content:"\e078"}.sli-arrow-left-circle:before{content:"\e07a"}.sli-arrow-right-circle:before{content:"\e079"}.sli-arrow-down-circle:before{content:"\e07b"}.sli-check:before{content:"\e080"}.sli-clock:before{content:"\e081"}.sli-plus:before{content:"\e095"}.sli-minus:before{content:"\e615"}.sli-close:before{content:"\e082"}.sli-event:before{content:"\e619"}.sli-exclamation:before{content:"\e617"}.sli-organization:before{content:"\e616"}.sli-trophy:before{content:"\e006"}.sli-screen-smartphone:before{content:"\e010"}.sli-screen-desktop:before{content:"\e011"}.sli-plane:before{content:"\e012"}.sli-notebook:before{content:"\e013"}.sli-mustache:before{content:"\e014"}.sli-mouse:before{content:"\e015"}.sli-magnet:before{content:"\e016"}.sli-energy:before{content:"\e020"}.sli-disc:before{content:"\e022"}.sli-cursor:before{content:"\e06e"}.sli-cursor-move:before{content:"\e023"}.sli-crop:before{content:"\e024"}.sli-chemistry:before{content:"\e026"}.sli-speedometer:before{content:"\e007"}.sli-shield:before{content:"\e00e"}.sli-screen-tablet:before{content:"\e00f"}.sli-magic-wand:before{content:"\e017"}.sli-hourglass:before{content:"\e018"}.sli-graduation:before{content:"\e019"}.sli-ghost:before{content:"\e01a"}.sli-game-controller:before{content:"\e01b"}.sli-fire:before{content:"\e01c"}.sli-eyeglass:before{content:"\e01d"}.sli-envelope-open:before{content:"\e01e"}.sli-envelope-letter:before{content:"\e01f"}.sli-bell:before{content:"\e027"}.sli-badge:before{content:"\e028"}.sli-anchor:before{content:"\e029"}.sli-wallet:before{content:"\e02a"}.sli-vector:before{content:"\e02b"}.sli-speech:before{content:"\e02c"}.sli-puzzle:before{content:"\e02d"}.sli-printer:before{content:"\e02e"}.sli-present:before{content:"\e02f"}.sli-playlist:before{content:"\e030"}.sli-pin:before{content:"\e031"}.sli-picture:before{content:"\e032"}.sli-handbag:before{content:"\e035"}.sli-globe-alt:before{content:"\e036"}.sli-globe:before{content:"\e037"}.sli-folder-alt:before{content:"\e039"}.sli-folder:before{content:"\e089"}.sli-film:before{content:"\e03a"}.sli-feed:before{content:"\e03b"}.sli-drop:before{content:"\e03e"}.sli-drawer:before{content:"\e03f"}.sli-docs:before{content:"\e040"}.sli-doc:before{content:"\e085"}.sli-diamond:before{content:"\e043"}.sli-cup:before{content:"\e044"}.sli-calculator:before{content:"\e049"}.sli-bubbles:before{content:"\e04a"}.sli-briefcase:before{content:"\e04b"}.sli-book-open:before{content:"\e04c"}.sli-basket-loaded:before{content:"\e04d"}.sli-basket:before{content:"\e04e"}.sli-bag:before{content:"\e04f"}.sli-action-undo:before{content:"\e050"}.sli-action-redo:before{content:"\e051"}.sli-wrench:before{content:"\e052"}.sli-umbrella:before{content:"\e053"}.sli-trash:before{content:"\e054"}.sli-tag:before{content:"\e055"}.sli-support:before{content:"\e056"}.sli-frame:before{content:"\e038"}.sli-size-fullscreen:before{content:"\e057"}.sli-size-actual:before{content:"\e058"}.sli-shuffle:before{content:"\e059"}.sli-share-alt:before{content:"\e05a"}.sli-share:before{content:"\e05b"}.sli-rocket:before{content:"\e05c"}.sli-question:before{content:"\e05d"}.sli-pie-chart:before{content:"\e05e"}.sli-pencil:before{content:"\e05f"}.sli-note:before{content:"\e060"}.sli-loop:before{content:"\e064"}.sli-home:before{content:"\e069"}.sli-grid:before{content:"\e06a"}.sli-graph:before{content:"\e06b"}.sli-microphone:before{content:"\e063"}.sli-music-tone-alt:before{content:"\e061"}.sli-music-tone:before{content:"\e062"}.sli-earphones-alt:before{content:"\e03c"}.sli-earphones:before{content:"\e03d"}.sli-equalizer:before{content:"\e06c"}.sli-like:before{content:"\e068"}.sli-dislike:before{content:"\e06d"}.sli-control-start:before{content:"\e06f"}.sli-control-rewind:before{content:"\e070"}.sli-control-play:before{content:"\e071"}.sli-control-pause:before{content:"\e072"}.sli-control-forward:before{content:"\e073"}.sli-control-end:before{content:"\e074"}.sli-volume-1:before{content:"\e09f"}.sli-volume-2:before{content:"\e0a0"}.sli-volume-off:before{content:"\e0a1"}.sli-calendar:before{content:"\e075"}.sli-bulb:before{content:"\e076"}.sli-chart:before{content:"\e077"}.sli-ban:before{content:"\e07c"}.sli-bubble:before{content:"\e07d"}.sli-camrecorder:before{content:"\e07e"}.sli-camera:before{content:"\e07f"}.sli-cloud-download:before{content:"\e083"}.sli-cloud-upload:before{content:"\e084"}.sli-envelope:before{content:"\e086"}.sli-eye:before{content:"\e087"}.sli-flag:before{content:"\e088"}.sli-heart:before{content:"\e08a"}.sli-info:before{content:"\e08b"}.sli-key:before{content:"\e08c"}.sli-link:before{content:"\e08d"}.sli-lock:before{content:"\e08e"}.sli-lock-open:before{content:"\e08f"}.sli-magnifier:before{content:"\e090"}.sli-magnifier-add:before{content:"\e091"}.sli-magnifier-remove:before{content:"\e092"}.sli-paper-clip:before{content:"\e093"}.sli-paper-plane:before{content:"\e094"}.sli-power:before{content:"\e097"}.sli-refresh:before{content:"\e098"}.sli-reload:before{content:"\e099"}.sli-settings:before{content:"\e09a"}.sli-star:before{content:"\e09b"}.sli-symbol-female:before{content:"\e09c"}.sli-symbol-male:before{content:"\e09d"}.sli-target:before{content:"\e09e"}.sli-credit-card:before{content:"\e025"}.sli-paypal:before{content:"\e608"}.sli-social-tumblr:before{content:"\e00a"}.sli-social-twitter:before{content:"\e009"}.sli-social-facebook:before{content:"\e00b"}.sli-social-instagram:before{content:"\e609"}.sli-social-linkedin:before{content:"\e60a"}.sli-social-pinterest:before{content:"\e60b"}.sli-social-github:before{content:"\e60c"}.sli-social-google:before{content:"\e60d"}.sli-social-reddit:before{content:"\e60e"}.sli-social-skype:before{content:"\e60f"}.sli-social-dribbble:before{content:"\e00d"}.sli-social-behance:before{content:"\e610"}.sli-social-foursqare:before{content:"\e611"}.sli-social-soundcloud:before{content:"\e612"}.sli-social-spotify:before{content:"\e613"}.sli-social-stumbleupon:before{content:"\e614"}.sli-social-youtube:before{content:"\e008"}.sli-social-dropbox:before{content:"\e00c"}.sli-social-vkontakte:before{content:"\e618"}.sli-social-steam:before{content:"\e620"}.ht-text-center{text-align:center}.ht-container-fluid,.ht-container{margin-right:auto;margin-left:auto}.ht-container-fluid{padding-right:2rem;padding-left:2rem}.ht-container{padding-right:1rem;padding-left:1rem}.ht-d-flex{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.ht-row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.ht-row.ht-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ht-col.ht-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ht-col-xs,.ht-col-xs-1,.ht-col-xs-2,.ht-col-xs-3,.ht-col-xs-4,.ht-col-xs-5,.ht-col-xs-6,.ht-col-xs-7,.ht-col-xs-8,.ht-col-xs-9,.ht-col-xs-10,.ht-col-xs-11,.ht-col-xs-12,.ht-col-xs-offset-0,.ht-col-xs-offset-1,.ht-col-xs-offset-2,.ht-col-xs-offset-3,.ht-col-xs-offset-4,.ht-col-xs-offset-5,.ht-col-xs-offset-6,.ht-col-xs-offset-7,.ht-col-xs-offset-8,.ht-col-xs-offset-9,.ht-col-xs-offset-10,.ht-col-xs-offset-11,.ht-col-xs-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.ht-col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-xs-offset-0{margin-left:0}.ht-col-xs-offset-1{margin-left:8.33333333%}.ht-col-xs-offset-2{margin-left:16.66666667%}.ht-col-xs-offset-3{margin-left:25%}.ht-col-xs-offset-4{margin-left:33.33333333%}.ht-col-xs-offset-5{margin-left:41.66666667%}.ht-col-xs-offset-6{margin-left:50%}.ht-col-xs-offset-7{margin-left:58.33333333%}.ht-col-xs-offset-8{margin-left:66.66666667%}.ht-col-xs-offset-9{margin-left:75%}.ht-col-xs-offset-10{margin-left:83.33333333%}.ht-col-xs-offset-11{margin-left:91.66666667%}.ht-start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-xs{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.ht-container{width:49rem}.ht-col-sm,.ht-col-sm-1,.ht-col-sm-2,.ht-col-sm-3,.ht-col-sm-4,.ht-col-sm-5,.ht-col-sm-6,.ht-col-sm-7,.ht-col-sm-8,.ht-col-sm-9,.ht-col-sm-10,.ht-col-sm-11,.ht-col-sm-12,.ht-col-sm-offset-0,.ht-col-sm-offset-1,.ht-col-sm-offset-2,.ht-col-sm-offset-3,.ht-col-sm-offset-4,.ht-col-sm-offset-5,.ht-col-sm-offset-6,.ht-col-sm-offset-7,.ht-col-sm-offset-8,.ht-col-sm-offset-9,.ht-col-sm-offset-10,.ht-col-sm-offset-11,.ht-col-sm-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.ht-col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-sm-offset-0{margin-left:0}.ht-col-sm-offset-1{margin-left:8.33333333%}.ht-col-sm-offset-2{margin-left:16.66666667%}.ht-col-sm-offset-3{margin-left:25%}.ht-col-sm-offset-4{margin-left:33.33333333%}.ht-col-sm-offset-5{margin-left:41.66666667%}.ht-col-sm-offset-6{margin-left:50%}.ht-col-sm-offset-7{margin-left:58.33333333%}.ht-col-sm-offset-8{margin-left:66.66666667%}.ht-col-sm-offset-9{margin-left:75%}.ht-col-sm-offset-10{margin-left:83.33333333%}.ht-col-sm-offset-11{margin-left:91.66666667%}.ht-start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-sm{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.ht-container{width:65rem}.ht-col-md,.ht-col-md-1,.ht-col-md-2,.ht-col-md-3,.ht-col-md-4,.ht-col-md-5,.ht-col-md-6,.ht-col-md-7,.ht-col-md-8,.ht-col-md-9,.ht-col-md-10,.ht-col-md-11,.ht-col-md-12,.ht-col-md-offset-0,.ht-col-md-offset-1,.ht-col-md-offset-2,.ht-col-md-offset-3,.ht-col-md-offset-4,.ht-col-md-offset-5,.ht-col-md-offset-6,.ht-col-md-offset-7,.ht-col-md-offset-8,.ht-col-md-offset-9,.ht-col-md-offset-10,.ht-col-md-offset-11,.ht-col-md-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.ht-col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-md-offset-0{margin-left:0}.ht-col-md-offset-1{margin-left:8.33333333%}.ht-col-md-offset-2{margin-left:16.66666667%}.ht-col-md-offset-3{margin-left:25%}.ht-col-md-offset-4{margin-left:33.33333333%}.ht-col-md-offset-5{margin-left:41.66666667%}.ht-col-md-offset-6{margin-left:50%}.ht-col-md-offset-7{margin-left:58.33333333%}.ht-col-md-offset-8{margin-left:66.66666667%}.ht-col-md-offset-9{margin-left:75%}.ht-col-md-offset-10{margin-left:83.33333333%}.ht-col-md-offset-11{margin-left:91.66666667%}.ht-start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-md{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.ht-container{width:1200px}.ht-col-lg,.ht-col-lg-1,.ht-col-lg-2,.ht-col-lg-3,.ht-col-lg-4,.ht-col-lg-5,.ht-col-lg-6,.ht-col-lg-7,.ht-col-lg-8,.ht-col-lg-9,.ht-col-lg-10,.ht-col-lg-11,.ht-col-lg-12,.ht-col-lg-offset-0,.ht-col-lg-offset-1,.ht-col-lg-offset-2,.ht-col-lg-offset-3,.ht-col-lg-offset-4,.ht-col-lg-offset-5,.ht-col-lg-offset-6,.ht-col-lg-offset-7,.ht-col-lg-offset-8,.ht-col-lg-offset-9,.ht-col-lg-offset-10,.ht-col-lg-offset-11,.ht-col-lg-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.ht-col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-lg-offset-0{margin-left:0}.ht-col-lg-offset-1{margin-left:8.33333333%}.ht-col-lg-offset-2{margin-left:16.66666667%}.ht-col-lg-offset-3{margin-left:25%}.ht-col-lg-offset-4{margin-left:33.33333333%}.ht-col-lg-offset-5{margin-left:41.66666667%}.ht-col-lg-offset-6{margin-left:50%}.ht-col-lg-offset-7{margin-left:58.33333333%}.ht-col-lg-offset-8{margin-left:66.66666667%}.ht-col-lg-offset-9{margin-left:75%}.ht-col-lg-offset-10{margin-left:83.33333333%}.ht-col-lg-offset-11{margin-left:91.66666667%}.ht-start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-lg{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.wp-embed-responsive .wp-block{outline:0}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .slick-slider .slick-list{direction:rtl}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:fit-content;min-height:1px}[dir='rtl'] .slick-list .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.wp-embed-responsive .wp-block{outline:0}.cus-col-5.ht-col-md-6{flex:0 0 20%;max-width:20%}.product-style{position:relative;z-index:35}.product-slider{width:100%}.product-item{padding-bottom:10px;margin-bottom:30px}.product-item mark,.product-item ins{background:#fff0}.product-item .product-inner .image-wrap{position:relative;text-align:center;overflow:hidden}.product-item .product-inner .image-wrap .wishlist,.product-item .product-inner .image-wrap .tinv-wraper{display:block;position:absolute;right:20px;top:20px;left:auto!important;margin-top:0}.product-item .product-inner .image-wrap .tinv-wraper a,.ht-product-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin:0}.ht-product-list-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:0}.product-item .product-inner .image-wrap .tinv-wraper a .tinvwl_add_to_wishlist-text,.ht-product-action .tinv-wraper a .tinvwl_add_to_wishlist-text{display:none}.ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,.ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus::before{font-size:26px}.yith-wcwl-add-to-wishlist .ajax-loading{left:20px;margin:0;position:absolute;top:4px}.product-item .content{padding-top:10px}.content h4.title{margin:0}.product-item .product-inner .content .title{font-size:20px;margin-bottom:10px}.product-item .actions{background:#333 none repeat scroll 0 0;border-radius:20px;color:#fff;display:flex;left:50%;position:absolute;text-align:center;top:50%;transform:translateX(-50%);transition:all 0.4s ease 0s;width:150px;opacity:0;visibility:hidden}.product-item .actions>*{flex:1 0 auto}.product-item .product-inner .image-wrap .actions.style_two{width:85%;border-radius:0;bottom:0;top:auto}.product-item .woocommerce.compare-button a.button{background-color:#333;border-radius:20px}.product-item .product-inner .image-wrap .style_two .wishlist{position:static}.yith-wcwl-add-button{position:relative}.style_two .yith-wcwl-add-to-wishlist .ajax-loading{margin-left:0;top:11px}.product-item .woocommerce.product.compare-button,.product-item .actions .htcompare-btn{border-left:1px solid #999}.product-item .actions .htcompare-btn{border-radius:0}.product-item:hover .actions{opacity:1;transform:translateX(-50%) translateY(-50%);visibility:visible}.product-item .actions a,.product-item .woocommerce.compare-button a.button{color:#fff;display:block;font-weight:400;line-height:inherit;padding:7px 5px;text-indent:-999999px;position:relative;background:#fff0}.product-item .actions a{border-radius:20px 0 0 20px}.product-item .actions a::before{color:#fff;content:"";font-family:fontawesome;height:100%;left:0;position:absolute;text-indent:0;top:5px;width:100%}.product-item .actions .compare-button a::before,.product-item .actions .htcompare-btn::before{content:"\f021"}.product-item .product-inner .image-wrap .style_two .wishlist a::before{content:"\f08a"}.product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistexistsbrowse a::before,.product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistaddedbrowse a::before{content:"\f004"}.product-item .product-inner .actions.style_two a{text-indent:0}.product-item .product-inner .actions.style_two a::before{display:none}.product-item .product-inner .actions.style_two .tinv-wishlist a::before{display:block;font-size:20px;line-height:28px}.product-item .product-inner .actions.style_two .tinv-wishlist a{text-indent:-999999px;margin:0}.product-item.product_style_three .product-inner .image-wrap{overflow:visible}.product_information_area{background:#fff none repeat scroll 0 0;bottom:-90px;box-shadow:0 0 12px rgb(0 0 0 / .18);left:0;opacity:0;position:absolute;text-align:left;transition:all 0.4s ease 0s;visibility:hidden;width:100%;z-index:9}.product_information_area .content{padding-bottom:15px;text-align:center}.product-item .product-inner .image-wrap .product_information_area .actions.style_two{border-radius:0;bottom:0;opacity:1;overflow:hidden;padding:0 30px;position:static;top:auto;transform:translateX(0);visibility:visible;width:100%}.product-item:hover .product_information_area{bottom:-103px;opacity:1;visibility:visible}.woocommerce.woolentor_current_theme_hello-elementor span.onsale,.woolentor_current_theme_hello-elementor span.onsale,.elementor-widget-woolentor-product-tab span.onsale{background-color:#23252a;border-radius:3px;color:#fff;font-size:14px;font-weight:500;left:15px;top:15px;line-height:1!important;min-height:inherit!important;min-width:inherit!important;padding:5px 10px;position:absolute}.product-item a.button.added{display:none!important}.product-item .actions .htcompare-btn.added{display:block!important}.product-item .actions .htcompare-btn.loading{padding:0}.product-item .actions a.htcompare-btn.loading::after{right:20px}.product-item .product-inner .image-wrap .actions a.added_to_cart{text-indent:-99999px}.product-item .product-inner .image-wrap .actions a.added_to_cart::before{content:"";font-family:WooCommerce;font-size:20px;left:auto;position:absolute;text-indent:0;top:0;display:block}.elementor-widget-woolentor-product-tab .product-item .product-inner .image-wrap .actions a.added_to_cart::before{line-height:36px}.product-item a.button.added::after,.product-item a.button.loading::after{color:#fff;content:"";display:block;font-family:"fontawesome";margin:0 auto;position:absolute;text-indent:0;top:5px}.ht-tab-menus{margin:0;padding:0;list-style:none}.ht-tab-menus{margin-bottom:45px}.ht-tab-menus li{display:inline-block;margin-right:20px}.ht-tab-menus li:last-child{margin-right:0}.ht-tab-menus li a{border:1px solid #fff0;border-radius:50px;padding:5px 15px;text-transform:capitalize}.ht-tab-menus li a:focus{outline:none}.ht-tab-menus li a.htactive{border-color:#e5e5e5}.ht-tab-pane{display:none}.ht-tab-pane.htactive{display:block}.product_attribute ul{list-style:outside none none;margin:0 0 20px;padding:0;text-align:left}.product_information_area .attribute_label{font-weight:600}.product_attribute{margin-top:25px;padding:0 30px}.product_attribute ul li{display:inline-block;line-height:1;margin:0 10px 0 0}.product_attribute ul li.color_attribute{border-radius:100%;height:15px;width:15px}.product-slider .slick-arrow{background:#fff0 none repeat scroll 0 0;border:2px solid #ddd;color:#ddd;font-size:20px;height:40px;left:-30px;line-height:inherit;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:99;transition:0.4s}.product-slider .slick-arrow.slick-next{right:-30px;left:auto}.product-slider .slick-arrow:hover{border-color:#333;color:#333}.product-slider .slick-dots{bottom:0;display:flex;left:50%;list-style:outside none none;margin:0;padding:0;position:absolute;transform:translateX(-50%)}.product-slider .slick-dots li{line-height:12px;margin:0 4px}.product-slider .slick-dots li button{background-color:#fff0;border:1px solid #4e4f4f;border-radius:50px;height:13px;padding:0;text-indent:-9999px;width:13px;line-height:13px}.product-slider .slick-dots li.slick-active button{background-color:#282828;border-color:#282828}.col2-set .col-1,.col2-set .col-2{flex:0 0 100%;max-width:100%}.col2-set .form-row{display:block}[class*="elementor-widget-woolentor"] .slick-prev::before,[class*="elementor-widget-woolentor"] .slick-next::before,[class*="elementor-widget-wl"] .slick-prev::before,[class*="elementor-widget-wl"] .slick-next::before{display:none}.woocommerce div.product.mb-30{margin-bottom:30px}li.woolentor-cart .button:before{opacity:1;filter:inherit}[dir="rtl"] .slick-prev{right:auto}.ht-products .wlshop-grid-area.ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button,.elementor-widget-woolentor-universal-product .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button{line-height:40px}[class*="elementor-widget-woolentor"]:not(.elementor-widget-woolentor-product-tab) .wishsuite-shop-top_thumbnail{position:relative!important;top:0;left:0!important}.ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart{padding:0;margin:0}.woolentor_current_theme_blocksy .ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart{background-color:transparent!important}.woolentor-short-desc ul,.woolentor-short-desc ol,.woolentor-products .woocommerce-product-details__short-description ul,.woolentor-products .woocommerce-product-details__short-description ol{margin-left:15px}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a[class*="shopengine"]{display:none}.ht-product-image-wrap .ht-product-image{position:relative}.ht-product-image-wrap .ht-product-image .ht-product-hover-img{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#fff;opacity:0;transition:opacity 0.5s ease,transform 2s cubic-bezier(0,0,.44,1.18)}.ht-product-inner:hover .ht-product-image-wrap .ht-product-image .ht-product-hover-img{opacity:1;transform:scale(1.09)}.ht-products{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Roboto",sans-serif}.ht-products *{-webkit-box-sizing:border-box;box-sizing:border-box}.ht-products .ht-product .ht-product-inner{color:#444;border:1px solid #f1f1f1;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;position:relative;overflow:hidden}.woolentor-product-same-height.ht-products .ht-product .ht-product-inner{height:100%;display:flex;flex-direction:column}.woolentor-product-same-height.ht-products .ht-product .ht-product-content{flex:1 0}.woolentor-product-same-height.ht-products.product-slider .slick-list,.woolentor-product-same-height.ht-products.product-slider .slick-track,.woolentor-product-same-height.ht-products.product-slider .ht-product{height:100%!important}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap{position:absolute;left:0;width:100%;bottom:0}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{max-width:370px;padding:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:auto}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single{-webkit-box-flex:1;-webkit-flex:1 0 25%;-ms-flex:1 0 25%;flex:1 0 25%;max-width:25%;padding:2px}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:10px;background-color:rgb(0 0 0 / .75);text-align:center}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner h3{font-size:14px;font-weight:700;margin:0 0 2px;color:#fff}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner p{font-size:12px;color:#fff;margin:0}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap{position:relative;overflow:hidden}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label{font-size:13px;text-transform:uppercase;font-weight:700;position:absolute;top:18px;z-index:3}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-stockout{color:#f05b64!important}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-product-label-left{left:30px;right:auto}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-product-label-right{left:auto;right:30px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img{width:100%}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:25px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:30px;border:none;background-color:transparent!important;text-align:center;padding:0;cursor:pointer;z-index:99;color:#444}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow i{font-size:18px;line-height:30px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow.slick-prev{left:15px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow.slick-next{right:15px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow:focus{outline:none}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow:hover{color:#000}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;left:0;bottom:-25px;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;transform:translateX(0)}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li{margin:0 5px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li button{display:block;text-indent:-99999px;padding:0;width:10px;height:10px;border:none;border-radius:50%;background-color:#cccccc!important;cursor:pointer}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li.slick-active button{background-color:#666666!important}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-slide{height:auto}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab{overflow:hidden;width:100%}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane{display:none}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane.htactive{display:block}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane a{display:block}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane a img{width:100%}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links{position:absolute;left:50%;bottom:15px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0;list-style:none;width:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li{width:33.333333%;padding:0 2px;margin-bottom:5px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a{display:block;border:3px solid rgb(0 0 0 / .55);background:#fff none repeat scroll 0 0}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a.htactive{border-color:rgb(220 154 14 / .55)}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a img{width:100%}.ht-products .ht-product .ht-product-inner .ht-product-action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:25px;right:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9}.ht-products .ht-product .ht-product-inner .ht-product-action ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:-5px;padding:0}.ht-products .ht-product .ht-product-inner .ht-product-action ul li{padding:5px;position:relative}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a{color:#000;text-decoration:none;display:block;text-align:center;width:30px;height:30px;position:relative;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn,.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn .htcompare-btn-text{display:block!important}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button svg{width:18px;height:18px}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.loading{padding:0}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.loading::after{right:6px}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.added::after{display:none}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a i{font-size:20px;line-height:30px;margin:0}.woolentor-compare.compare,.ht-product-action ul li.woolentor-cart a{-webkit-text-indent:-99999px;text-indent:-99999px}.ht-products .ht-product .yith-wcwl-add-to-wishlist{margin-top:0}.woolentor-compare.compare::before,.ht-product-action ul li.woolentor-cart a::before{content:"";display:flex;font-family:simple-line-icons!important;font-size:20px;height:100%;justify-content:center;left:0;position:absolute;text-indent:0;width:100%;line-height:30px;opacity:1!important;filter:blur(0)!important;z-index:9999}.ht-product-action ul li.woolentor-cart a::before{content:"";font-weight:400}.ht-product-action ul li.woolentor-cart a.loading::before{animation:2s linear 0s normal none infinite running spin;content:"";font-family:"WooCommerce"!important;height:auto}.ht-product-action ul li.woolentor-cart a.wc-forward::before,.woolentor-compare.compare.added::before{content:""}.ht-products.woocommerce a.added_to_cart{padding:0;display:block}.ht-product-action ul li.woolentor-cart a.button{background:#fff0 none repeat scroll 0 0;padding:0}.ht-product-action ul li.woolentor-cart a.added{display:none!important}.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added{display:block!important}.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added::before{display:none}.woocommerce .elementor-widget-woolentor-cross-sell-product-custom a.button.added::after{position:absolute;left:0;top:0;text-indent:0}.woocommerce .elementor-widget-woolentor-cross-sell-product-custom .woolentor-btn-text-cart a.button.added::after{right:-15px;left:auto}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,span.woolentor-tip,[class*="elementor-widget-woolentor"]:not(.elementor-widget-woolentor-product-archive-addons) .wishsuite-button.wishlist span.wishsuite-btn-text{position:absolute;left:100%;top:50%;display:block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:10px;line-height:1;color:#f1f1f1;background-color:#282828;padding:5px 10px;border-radius:50px;white-space:nowrap;opacity:0;visibility:hidden;margin-left:-10px;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;z-index:99}[class*="elementor-widget-woolentor"]:not(.elementor-widget-woolentor-product-archive-addons) .wishsuite-button.wishlist span.wishsuite-btn-text{margin-right:-10px;-webkit-transform:translateY(-65%);-ms-transform:translateY(-65%);transform:translateY(-65%)}.ht-products .ht-product.ht-product-action-right span.woolentor-tip,.ht-products .ht-product.ht-product-action-right .wishsuite-button.wishlist span.wishsuite-btn-text{left:auto;right:35px}.tooltip_no .ht-product-action-tooltip{display:none!important}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a:hover{color:#dc9a0e}.ht-product-action .yith-wcwl-wishlistaddedbrowse a,.ht-product-action .yith-wcwl-wishlistexistsbrowse a{color:#dc9a0e!important}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product .ht-product-inner .ht-product-action ul li:hover span.woolentor-tip,.ht-products .ht-product .ht-product-inner .ht-product-action ul li:hover .wishsuite-button.wishlist span.wishsuite-btn-text{opacity:1;visibility:visible;margin-left:0;margin-right:0}.ht-products .ht-product .ht-product-inner .ht-product-content{padding:30px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner{position:relative}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner>*:not(.woolentor-stock-progress-bar,.stock-management-progressbar){margin-top:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner>*:last-child{margin-bottom:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories{position:relative;padding-left:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:15px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:1px;background-color:#949494}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories a{color:inherit;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories a:hover{color:#dc9a0e}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title{font-size:18px;line-height:1.2;font-weight:400;margin-bottom:10px;margin-top:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner span.ht-product-title{display:inline-block}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title a{color:inherit;text-decoration:none;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title a:hover{color:#dc9a0e}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:19px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span{line-height:1;font-weight:700;font-size:20px;color:#444}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price mark,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price ins{background:#fff0 none repeat scroll 0 0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span del{margin-right:8px;text-decoration:line-through}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span del span{font-size:16px;font-weight:500}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ht-products .woocommerce .ht-product-ratting-wrap .star-rating{float:none}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;margin-left:-3px;margin-right:-3px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i{font-size:13px;line-height:14px;padding-left:3px;padding-right:3px;color:#aaa}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i:last-child{margin-right:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:absolute;left:5px;top:0;z-index:3;margin-left:-5px;margin-right:-5px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting i{color:#dc9a0e}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-countdown-wrap{position:static;display:none;margin-top:20px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown{padding:0;margin:-2px}.ht-products .ht-product .ht-product-inner:hover{-webkit-box-shadow:0 4px 10px rgb(0 0 0 / .1);box-shadow:0 4px 10px rgb(0 0 0 / .1)}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{background-color:rgb(0 0 0 / .75)}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{background-color:#fff0;padding:0}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-content .ht-product-countdown-wrap{display:block;margin-bottom:-30px;margin-left:-30px;margin-right:-30px;margin-top:30px;width:auto}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown .cd-single{padding:10px 5px}.ht-products .ht-product.ht-product-countdown-fill.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner,.ht-products .ht-product.ht-product-countdown-fill.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:5px 3px}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap{bottom:auto;top:10px;width:auto;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single{max-width:100%;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:7px 10px}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap{bottom:auto;top:10px;left:auto;right:0;width:auto;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single{max-width:100%;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:7px 10px}.ht-products .ht-product.ht-product-countdown-middle .ht-product-inner .ht-product-countdown-wrap{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-countdown-wrap{display:none}.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-content .ht-product-countdown-wrap{display:block}.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown .cd-single{padding:10px 5px}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action{left:auto;right:25px}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip{left:auto;right:100%;margin-left:0;margin-right:-10px}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip{margin-right:0}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action{left:0;right:0;top:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);bottom:15px}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-10px}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li{padding:10px}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom span.woolentor-tip,.ht-products .ht-product.ht-product-action-bottom .wishsuite-button.wishlist span.wishsuite-btn-text{left:50%;right:auto;top:auto;bottom:100%;-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px);margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action{left:0;right:0}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-10px}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li{padding:10px}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-middle span.woolentor-tip,.ht-products .ht-product.ht-product-action-middle .wishsuite-button.wishlist span.wishsuite-btn-text{left:50%;right:auto;top:auto;bottom:100%;-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px);margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;position:relative;left:0}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-ratting-wrap+.ht-product-action{margin-top:20px!important}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-10px}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li{padding:10px}:is(.ht-products .ht-product.ht-product-action-bottom-content,.ht-products .ht-product.ht-product-action-bottom) .wishsuite-button.wishlist{padding-top:0}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom-content span.woolentor-tip,.ht-products .ht-product.ht-product-action-bottom-content .wishsuite-button.wishlist span.wishsuite-btn-text{left:50%;right:auto;top:auto;bottom:100%;-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px);margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(2){-webkit-transition:all 0.3s ease 0.2s;-o-transition:all 0.3s ease 0.2s;transition:all 0.3s ease 0.2s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(3){-webkit-transition:all 0.3s ease 0.4s;-o-transition:all 0.3s ease 0.4s;transition:all 0.3s ease 0.4s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(4){-webkit-transition:all 0.3s ease 0.6s;-o-transition:all 0.3s ease 0.6s;transition:all 0.3s ease 0.6s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-right .ht-product-inner .ht-product-action ul li{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-right .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner .ht-product-action ul li,.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner .ht-product-action ul li{-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul li,.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul{margin:0;background-color:#fff;-webkit-box-shadow:0 4px 10px rgb(0 0 0 / .1);box-shadow:0 4px 10px rgb(0 0 0 / .1);overflow:hidden}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul:hover{overflow:visible}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li{margin-left:10px;margin-right:10px}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li:first-child{margin-top:15px}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li:last-child{margin-bottom:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li:first-child,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li:last-child{margin:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom-content .ht-product-inner:hover .ht-product-action ul{width:auto}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-round .ht-product-inner .ht-product-action ul{border-radius:50px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action{bottom:20px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li{margin-top:5px;margin-bottom:5px;margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li:first-child{margin-left:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li:last-child{margin-right:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li{margin-top:5px;margin-bottom:5px;margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li:first-child{margin-left:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li:last-child{margin-right:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner .ht-product-action ul{height:auto;width:0;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible;-webkit-transition:none;-o-transition:none;transition:none}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner:hover .ht-product-action ul{width:60px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner .ht-product-action ul,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner .ht-product-action ul{width:auto;height:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul{height:60px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul li,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories{position:absolute;right:0;bottom:10px;margin:0;width:100%}.ht-product-content .woocommerce-product-details__short-description{padding:10px 0;overflow:hidden}.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price{margin:0}.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap{position:absolute;top:0;right:0}.ht-product-content-allcenter{text-align:center}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span,.ht-product-content-allcenter .ht-product-ratting-wrap>div{margin:0 auto}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories{display:block;text-align:center}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories::before{left:35%}.woocommerce.ht-products div.product p.price del,.woocommerce.ht-products div.product span.price del{opacity:1}.product-slider .ht-product.col-1,.ht-product.col.first{clear:unset}.woolentor-banner{align-items:center;display:flex;flex-flow:row wrap;overflow:hidden}.woolentor-banner-img,.woolentor-content{width:50%;float:left}.woolentor-content{padding-left:70px}.woolentor-banner .banner_subtitle{font-size:16px;font-weight:600;margin:0}.woolentor-banner .banner_title{font-size:28px;font-weight:400;margin:35px 0}.woolentor-banner .banner_button{border-bottom:1px solid #000;font-size:12px;font-weight:600;text-transform:uppercase}.woolentor-banner-img img{width:100%}.woolentor-content-align-right .woolentor-banner-img{order:1;padding-right:50px;padding-left:0}.woolentor-content-align-right .woolentor-content{order:2;padding-left:40px}.woolentor-content-align-right.woolentor-banner .banner_title{margin:20px 0}.woolentor-content-align-bottom .woolentor-banner-img{order:1;padding-left:0;width:100%}.woolentor-content-align-bottom .woolentor-content{order:2;padding:30px 0;text-align:center;width:100%}.woolentor-content-align-bottom .banner_title{margin:0 0 20px}.woolentor-banner-layout-2{display:block;position:relative}.woolentor-banner-layout-2 .woolentor-content{padding-left:0}.woolentor-banner-layout-2 .woolentor-banner-img{float:none;width:100%}.woolentor-banner-layout-2 .woolentor-content{padding-left:50px;position:absolute;top:50px;left:0;width:100%}.woolentor-banner-layout-2 .woolentor-content h2{margin:0}.woolentor-banner-layout-2.woolentor-content-align-bottom .woolentor-content{bottom:50px;padding:0 0 0 50px;top:auto;text-align:left}.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-content{left:auto;padding-right:50px;padding-left:0;right:0;text-align:right}.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-banner-img{padding-left:0}.woocommerce.product-slider div.product.ht-product{float:left}.wlspcial-banner .banner-thumb a{overflow:hidden;position:relative;display:block}.wlspcial-banner .banner-thumb a::before{background:#fff none repeat scroll 0 0;content:"";height:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all 0.5s ease 0s;width:0}.wlspcial-banner .banner-thumb a::after{background:#fff none repeat scroll 0 0;bottom:0;content:"";height:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:all 0.5s ease 0s;width:0}.wlspcial-banner .banner-thumb a img{width:100%}.wlspcial-banner:hover .banner-thumb a::before{height:100%;opacity:.3;width:100%}.wlspcial-banner:hover .banner-thumb a::after{height:100%;opacity:.3;width:100%}.wlspcial-banner{position:relative}.wlspcial-banner .banner-content{position:absolute;z-index:2;width:100%;text-align:center}.wlspcial-banner .banner-content a{color:#383838;font-size:14px;font-weight:700;text-transform:uppercase;transition:all 0.4s ease 0s;text-decoration:none;display:inline-block}.woolentor-banner-content-pos-center .banner-content{top:50%;right:0;left:auto;transform:translateY(-50%)}.woolentor-banner-content-pos-bottom .banner-content{bottom:0;padding-bottom:40px}.woolentor-banner-content-pos-top .banner-content{top:0;padding-top:40px}.wlspcial-banner.woolentor-banner-content-pos-right .banner-content{top:50%;right:0;width:auto;transform:translateY(-50%)}.wlspcial-banner.woolentor-banner-content-pos-left .banner-content{top:50%;left:0;width:auto;transform:translateY(-50%)}.wlbanner-badgeimage{position:absolute;top:0;left:0;display:inline-block}.wlbanner-badgeimage img{width:100%}.elementor-widget-woolentor-custom-product-archive .woocommerce[class*="columns-"] .product{margin:0}.elementor-widget-woolentor-custom-product-archive .woocommerce[class*="columns-"] .woolentor_current_theme_layout .product{margin-right:20px}.wl-row{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.wl-row.wlno-gutters{margin-right:0;margin-left:0}[class*="wl-col-"]{padding-right:15px;padding-left:15px}.wl-row>[class*="col-"]{min-height:1px;position:relative;width:100%;padding-right:10px;padding-left:10px}.wl-row.wlno-gutters>[class*="col-"]{padding-right:0;padding-left:0}.wl-columns-1 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl-columns-2 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl-columns-3 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.wl-columns-4 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl-columns-5 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wl-columns-6 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.wl-columns-7 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 14.285%;-ms-flex:0 0 14.285%;flex:0 0 14.285%;max-width:14.285%}.wl-columns-8 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.wl-columns-9 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 11.111%;-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.wl-columns-10 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.wlsingle-categorie{border:1px solid #f3f3f3;padding:35px 10px;text-align:center;margin-bottom:15px}.wlno-gutters .wlsingle-categorie{margin-bottom:0}.wlsingle-categorie .wlsingle-categorie-img a{font-size:30px}.wlsingle-categorie .wlcategorie-content h4{font-size:16px;margin:17px 0 0;line-height:1;position:relative;display:inline-block}.wlsingle-categorie .wlcategorie-content h4 sup,.wlsingle-categorie .wlcategorie-content p{display:none}.wl-layout-horizontal .wlsingle-categorie .wlcategorie-content h4 sup{position:absolute;top:0;right:0}.wl-layout-vertical .wlsingle-categorie{border:0;padding:0;align-items:center;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.wl-layout-vertical .wlsingle-categorie .wlcategorie-content h4{margin:0;display:flex}.wl-layout-vertical .wlsingle-categorie .wlsingle-categorie-img a{display:flex}.wl-layout-vertical .wlsingle-categorie-img{padding-right:22px}.wl-layout-vertical .wlsingle-categorie{padding:20px 0}.wl-layout-vertical .wl-col-8:first-child .wlsingle-categorie{padding-top:0!important;border-top:0!important}.wl-layout-vertical .wl-col-8:last-child .wlsingle-categorie{padding-bottom:0!important;border-bottom:0!important}.wl-row.slick-slider{margin-right:0;margin-left:0}.wl-single-brand{text-align:center;margin-bottom:20px}.slick-slide .wl-single-brand{margin-bottom:0}.slick-slide .wl-single-brand img{display:inline-block}.ht-product-action-bottom .ht-product-inner .wishsuite-button.wishlist,.ht-product-action-bottom-content .ht-product-inner .wishsuite-button.wishlist,.ht-product-action-middle .ht-product-inner .wishsuite-button.wishlist,.wl_single-product-item .product-content .action li .wishsuite-button.wishlist{padding-top:4px}.ht-product-2 .ht-product-action-2 .wishsuite-button.wishlist{line-height:42px}.ht-product-2 .wishsuite-button.wishlist svg{width:15px;height:15px}.ht-product-2 .ht-product-action-3 .wishsuite-button.wishlist{border-right:1px solid rgb(255 255 255 / .2)}.ht-product-2 .ht-product-action-5 .wishsuite-button.wishlist{line-height:48px}.ht-product-2 .ht-product-action-6 .wishsuite-button.wishlist{line-height:40px}.woocommerce .elementor-widget-wl-single-product-meta .product_meta>span{position:relative}.wlds-css{display:flex;justify-content:center}@keyframes wlds-ripple{0%{top:96px;left:96px;width:0;height:0;opacity:1}100%{top:18px;left:18px;width:156px;height:156px;opacity:0}}@-webkit-keyframes wlds-ripple{0%{top:96px;left:96px;width:0;height:0;opacity:1}100%{top:18px;left:18px;width:156px;height:156px;opacity:0}}.wlds-ripple{position:relative}.wlds-ripple div{box-sizing:content-box;position:absolute;border-width:4px;border-style:solid;opacity:1;border-radius:50%;-webkit-animation:wlds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation:wlds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.wlds-ripple div:nth-child(1){border-color:#51cacc}.wlds-ripple div:nth-child(2){border-color:#9df871;-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.wlds-ripple{width:200px!important;height:200px!important;-webkit-transform:translate(-100px,-100px) scale(1) translate(100px,100px);transform:translate(-100px,-100px) scale(1) translate(100px,100px)}.elementor-widget-wl-product-related .products>h2,.elementor-widget-wl-product-additional-information h2,.elementor-widget-wl-single-product-upsell .up-sells>h2{display:none}.elementor-widget-wl-product-related.wlshow-heading-yes .products>h2,.elementor-element.wl-show-heading-yes .up-sells>h2,.elementor-widget-wl-product-additional-information.wl-show-heading-yes h2{display:block}[class*="woolentorducts-columns-"] ul.products{display:flex!important;flex-flow:row wrap;column-gap:0;justify-content:start}[class*="woolentorducts-columns-"] ul.products li.product{margin-left:0!important}.woolentorducts-columns-6 ul.products li.product{width:calc(16% - 30px)!important;margin-right:30px!important;float:left}.woolentorducts-columns-5 ul.products li.product{width:calc(19% - 30px)!important;margin-right:30px!important;float:left}.woolentorducts-columns-4 ul.products li.product{width:calc(25% - 30px)!important;margin-right:30px!important;float:left}.woolentorducts-columns-3 ul.products li.product{width:calc(33.33% - 30px)!important;margin-right:30px!important;float:left}.woolentorducts-columns-2 ul.products li.product{width:calc(50% - 30px)!important;margin-right:30px!important;float:left}.woolentorducts-columns-1 ul.products li.product{width:100%!important}[class*="woolentorducts-columns-"] ul.products li.product.first{clear:none!important}.woolentorducts-columns-6 ul.products li.product:nth-child(6n),.woolentorducts-columns-5 ul.products li.product:nth-child(5n),.woolentorducts-columns-4 ul.products li.product:nth-child(4n),.woolentorducts-columns-3 ul.products li.product:nth-child(3n),.woolentorducts-columns-2 ul.products li.product:nth-child(2n),.woolentorducts-columns-1 ul.products li.product{margin-right:0!important}.woocommerce #content div.product .woolentor-woo-template-builder div.images,.woocommerce div.product .woolentor-woo-template-builder div.images{width:100%}.woolentor-product-loop-item-align-left ul.products li.product .star-rating{margin-right:auto}.woolentor-product-loop-item-align-right ul.products li.product .star-rating{margin-left:auto}.woolentor-product-loop-item-align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.elementor-widget-woolentor-product-archive-addons ul.products li.product span.onsale{display:none}.elementor-widget-woolentor-product-archive-addons ul.products li.product .onsale{margin:0}.woocommerce div.product .woolentor-woo-template-builder form.cart .button{transition:0.4s}.woocommerce div.product .woolentor-woo-template-builder .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woolentor-woo-template-builder .woocommerce-tabs ul.tabs li::before{display:none}.elementor-widget-wl-cart-total div[class^="ht-col"],.elementor-widget-wl-cart-total div[class^="col"]{width:100%!important;max-width:100%!important}.elementor-widget-wl-myaccount-login-form input[type="checkbox"]{width:auto;display:inline-block;height:auto}.woolentor-myaccount-form-login .form-row{display:block}.woolentor-product-gallery-video{position:relative}.video-cus-tab-pane{display:none}.video-cus-tab-pane img{width:100%}.video-cus-tab-pane.htactive{display:block}.woolentor-product-video-tabs{padding:0;list-style:none;margin:10px -5px 0}.woolentor-product-video-tabs li{display:block;padding:0 5px;width:25%;cursor:pointer;float:left;margin-bottom:10px}.woolentor-product-video-tabs li img{width:100%}.woolentor-product-video-tabs li a{position:relative;display:block}.woolentor-product-video-tabs li.wlvideothumb a::before{background:#000;opacity:.5;position:absolute;width:100%;height:100%;content:""}span.wlvideo-button{position:absolute;left:0;right:0;top:0;bottom:0;z-index:999;color:#fff;font-size:18px;display:flex;justify-content:center;align-items:center}.wlpro-product-thumbnails,.wlpro-product-videothumbnails{overflow:hidden;width:100%!important;float:none!important}.wlpro-product-videothumbnails.thumbnails-tab-position-left ul.woolentor-product-video-tabs,.wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs{float:left;margin:0;padding-right:10px;width:20%}.wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs{margin:0;padding-right:0;padding-left:10px}.wlpro-product-videothumbnails.thumbnails-tab-position-left ul.woolentor-product-video-tabs li,.wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs li{width:100%}.wlpro-product-videothumbnails.thumbnails-tab-position-left .woolentor-product-gallery-video,.wlpro-product-videothumbnails.thumbnails-tab-position-right .woolentor-product-gallery-video{width:80%;float:left}.woolentor-product-gallery-video span.ht-product-label{padding:10px;font-size:1em;font-weight:700;position:absolute;text-align:center;top:0;right:0;border-radius:10px;background-color:#b3af54;color:#fff;font-size:.857em;z-index:9}.elementor-widget-wl-checkout-order-review #order_review{width:100%!important;float:none!important;background-color:transparent!important}span.woolentor-order-item-title .product-thumbnail{display:none}.woolentor-order-review-product span.product-thumbnail{display:inline-block;padding-right:10px}.woolentor-order-review-product span.product-thumbnail img{max-width:70px}.woolentor_current_theme_storefront span.woolentor-order-item-title{display:flex;align-items:center}.woolentor-order-review-product .variation{display:none!important}.woolentor-order-review-product .woolentor-order-item-title .variation{display:block!important}.woolentor-order-review-product .woolentor-order-item-title{display:flex;overflow:hidden}.woolentor_current_theme_storefront .elementor-widget-wl-checkout-order-review table.woocommerce-checkout-review-order-table .product-name{width:auto!important}.woolentor_current_theme_99fy dd.variation-woolentor_cart_availability{display:block!important}.woolentor_current_theme_99fy .woolentor-order-review-product p{margin:0}.woolentor-field-radio span input{height:auto;width:auto}.woolentor-field-radio .woocommerce-input-wrapper label{display:inline-block!important;margin-left:5px;margin-right:5px}.woolentor-field-radio .woocommerce-input-wrapper{display:flex;align-items:center}.woolentor-woocommerce-checkout .form-row.woolentor-field-heading,.form-row.woolentor-field-heading{border-bottom:1px solid #ebebeb;padding:10px 0 10px}.woolentor-woocommerce-checkout .form-row.woolentor-field-heading *,.form-row.woolentor-field-heading *{margin:0}.woocommerce-additional-fields__field-wrapper .woolentor-field-area{margin:0 0 6px}.woocommerce-additional-fields__field-wrapper .woolentor-field-area select{width:100%}.woolentor-field-area .woocommerce-multicheckbox-wrapper label{display:block}.woolentor_archive_result_count .woocommerce-result-count,.woolentor_archive_catalog_ordering form.woocommerce-ordering{margin:0!important;float:none!important}.woolentor_archive_catalog_ordering form.woocommerce-ordering{display:block}.woolentor_archive_catalog_ordering form.woocommerce-ordering select{background-color:#fff0;width:100%;max-width:100%}.elementor-widget-wl-product-add-to-cart .stock:not(.available-on-backorder),.elementor-widget-wl-product-add-to-cart .ast-stock-detail{display:none}.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .stock,.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .ast-stock-detail{display:inline-block!important}.notifake{max-width:550px}.woolentor-notification-content{position:fixed;bottom:10px;background:#fff;display:flex;flex-flow:row wrap;left:-150px;align-items:center;box-shadow:0 0 10px #ccc;width:450px;border-radius:10px;z-index:99999}.woolentor-notification-content .elementor{width:100%}.woolentor-notification-content.topleft{left:10px;top:10px;bottom:auto}.woolentor-notification-content.topright{left:auto;right:10px;top:10px;bottom:auto}.logged-in .woolentor-notification-content.topleft,.logged-in .woolentor-notification-content.topright{top:45px}.woolentor-notification-content.bottomleft{left:10px}.woolentor-notification-content.bottomright{right:10px;left:auto}.woolentor-notification-content.imageright{flex-direction:row-reverse;padding-right:0;padding-left:20px}.wlnotification_image{padding-right:15px;flex:0 0 25%}.wlnotification_image img{border-radius:5px;width:100%}.woolentor-notification-content.imageright .wlnotification_image{padding-right:0;padding-left:15px}.wlnotification_content{flex:0 0 70%}.imageright .wlnotification_content{text-align:right}.wlnotification_content h4,.wlnotification_content h6{margin:0;color:#000}.wlnotification_content h4{font-size:18px;margin-bottom:0}.wlnotification_content h6{font-size:14px}.wlnotification_content p{margin-bottom:3px;max-width:450px;font-size:13px;font-weight:300;color:#7e7e7e}.woolentor-buyername{font-size:12px;float:right}.imageright .woolentor-buyername{float:left}.wlcross{position:absolute;right:0;top:4px;color:#000;font-size:20px;line-height:0;padding:10px;cursor:pointer;transition:0.4s}.wlcross:hover{color:#f05b64}.wl-call-forprice a{padding:8px 15px;display:inline-block;background:#000;color:#fff;border-radius:5px}.wl-call-forprice a:hover{color:#fff}.wl-suggest-price form{display:none;margin-top:10px}.wl-suggest-form-input input:not([type="submit"]){width:100%;display:block;border:1px solid #dddd;padding:10px 10px;border-radius:0;font-size:14px;margin-bottom:10px}.wl-suggest-form-input input[type="submit"]{font-size:14px;border-radius:0;font-weight:500;padding:8px 15px;cursor:pointer;transition:0.4s}.wl-suggest-form-input textarea{border:1px solid #dddd;padding:10px 10px;border-radius:0;font-size:14px;margin-bottom:10px;width:100%}.wlsugget-button{padding:8px 18px;font-size:16px;font-weight:400;border-radius:5px;cursor:pointer;transition:0.4s}.wlsendmessage{margin:0 0 10px 0;padding:0;display:none}.woolentor-add-to-cart-sticky .woolentor-flash-product-countdown{display:none}.woolentor-add-to-cart-sticky .woolentor-product-badge-area{display:none}.woolentor-add-to-cart-sticky{position:fixed;right:0;bottom:0;left:0;z-index:999;padding:10px 0;background-color:#fff;box-shadow:0 0 9px rgb(0 0 0 / .12);transition:-webkit-transform 0.25s ease;transition:transform 0.25s ease;transition:transform 0.25s ease,-webkit-transform 0.25s ease;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.woolentor-sticky-shown.woolentor-add-to-cart-sticky{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woolentor-add-to-cart-sticky .ht-container .ht-row{align-items:center;flex-direction:row;justify-content:space-between}.woolentor-sticky-thumbnail{overflow:hidden;margin-right:10px}.woolentor-sticky-thumbnail img{max-width:80px}.woolentor-addtocart-content{display:flex;align-items:center;margin-right:15px}.woolentor-addtocart-content .title{margin:0;font-size:18px;display:block}.woolentor-addtocart-content .price{font-size:14px}.woolentor-sticky-btn-area{display:flex;align-items:center;flex-direction:row;justify-content:flex-end}.woolentor-sticky-btn-area .yith-wcwl-add-to-wishlist{display:none}.woolentor-sticky-btn-area .woolentor-sticky-wishlist .yith-wcwl-add-to-wishlist{display:block}.woolentor-sticky-btn-area .cart{display:flex;flex:0 0 auto;align-items:center;flex-direction:row;flex-wrap:wrap}.woolentor-sticky-btn-area .quantity{margin-right:10px}.woolentor-sticky-btn-area .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:0}.woolentor-add-to-cart-sticky .tinv-wraper,.woocommerce .woolentor-add-to-cart-sticky .wc-forward,.woolentor-add-to-cart-sticky .wc-forward{display:none}.woolentor-add-to-cart-sticky .woolentor-sticky-wishlist .tinv-wraper{display:block}.woolentor-sticky-wishlist .yith-wcwl-add-to-wishlist{margin-top:0}.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse{display:block!important}.woolentor-add-to-cart-sticky .button{color:#fff;font-size:16px;text-transform:uppercase;font-weight:400!important;border-radius:0!important;margin-right:10px!important;background-color:#ff4136!important}.woolentor-sticky-btn-area .stock.in-stock{margin:0;margin-right:10px}.woolentor-stock-progress-bar,.stock-management-progressbar{margin-top:15px}.woolentor-stock-progress-bar .wlstock-info{color:#777;display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:5px}.woolentor-stock-progress-bar .wlstock-info span{color:#333;font-weight:600;margin-left:3px}.woolentor-stock-progress-bar .wlprogress-area{background-color:#444;width:100%}.woolentor-stock-progress-bar .wlprogress-area{height:10px}.woolentor-stock-progress-bar .wlprogress-bar{height:100%}.woolentor-stock-progress-bar .wlprogress-bar{background-color:#ff4136}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul[class*="woolentor-btn-text"] li a{margin-left:auto}.ht-product-action ul[class*="woolentor-btn-text"] li.woolentor-cart a{width:auto!important;height:auto!important;text-indent:0}.ht-product-action ul[class*="woolentor-btn-text"] li.woolentor-cart a:before{display:none}.ht-products .ht-product .ht-product-inner .ht-product-action ul[class*="woolentor-btn-text"] li a:hover .ht-product-action-tooltip,.ht-products .ht-product .ht-product-inner .ht-product-action ul[class*="woolentor-btn-text"] li:hover span.woolentor-tip{z-index:999}.htwl-modal-content{max-height:470px;overflow-y:auto;overflow-x:hidden}.wl-customer-review .wl-row>[class*="col-"]{margin-bottom:30px}.wlb-review-style-1 .wl-customer-testimonal{background:#f7f8f9;padding:30px;margin-top:30px}.wlb-review-style-1 .wl-customer-testimonal .content{display:flex;align-items:center}.wlb-review-style-1 .wl-customer-testimonal .content img{max-width:80px;border-radius:100%}.wlb-review-style-1 .wl-customer-testimonal .content img+.clint-info{padding-left:25px}.wlb-review-style-1 .wl-customer-testimonal .content .clint-info h4{font-size:18px;color:#383838;margin:0}.wlb-review-style-1 .wl-customer-testimonal .content .clint-info span{color:#1834a6;font-size:13px}.wlb-review-style-1 .wl-customer-testimonal p{color:#5b5b5b;font-size:14px;line-height:26px;margin:0;margin-top:22px}.wlb-review-style-2 .wl-customer-testimonal{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-top:30px;padding:40px 30px}.wlb-review-style-2 .wl-customer-testimonal img{border:2px solid #43df9c;border-radius:50%;box-sizing:content-box;float:left;max-width:90px}.wlb-review-style-2 .wl-customer-testimonal .content p{color:#3e3e3e;font-size:16px;line-height:28px;margin-bottom:20px}.wlb-review-style-2 .wl-customer-testimonal .content{overflow:hidden;padding-left:20px}.wlb-review-style-2 .wl-customer-testimonal .content .clint-info{padding-left:50px}.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4{position:relative}.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4::before{background:#383838 none repeat scroll 0 0;content:"";height:2px;left:-48px;position:absolute;top:18px;width:30px}.wl-customer-align-center .wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4::before{left:30%}.wl-customer-align-right .wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4::before{left:auto;right:80px}.wlb-review-style-3 .wl-customer-testimonal{background:#fff none repeat scroll 0 0;border-radius:10px;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-top:53px;padding-bottom:27px;position:relative;text-align:center}.wlb-review-style-3 .wl-customer-testimonal{margin-top:82px}.wlb-review-style-3 .wl-customer-testimonal img{border:2px solid #727272;border-radius:50%;box-sizing:content-box;left:50%;max-width:100px;position:absolute;top:0;transform:translate(-50%,-50%)}.wlb-review-style-3 .wl-customer-testimonal .content{margin-top:0;padding-top:73px}.wlb-review-style-3 .wl-customer-testimonal .content p{color:#5b5b5b;font-size:14px;font-style:italic;line-height:24px;margin-bottom:4px;padding:0 4%}.wlb-review-style-3 .wl-customer-testimonal .content h4{color:#5b5b5b;font-size:16px;font-weight:600;line-height:37px;margin:0}.wlb-review-style-3 .wl-customer-testimonal .clint-info .rating,.wlb-review-style-4 .wl-customer-testimonal .clint-info .rating{justify-content:center}.wlb-review-style-3 .wl-customer-testimonal .clint-info{padding:0 4%}.wl-customer-align-right .wlb-review-style-3 .wl-customer-testimonal img{right:-40px;left:auto}.wl-customer-align-left .wlb-review-style-3 .wl-customer-testimonal img{left:70px}.wlb-review-style-4 .wl-customer-testimonal .content{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgb(82 182 188 / .25);padding:50px 9%;position:relative;text-align:center}.wlb-review-style-4 .wl-customer-testimonal .clint-info{margin-top:40px;text-align:center}.wlb-review-style-4 .wl-customer-testimonal img{border:2px solid #ececec;border-radius:50%;box-sizing:content-box;display:inline-block;max-width:80px}.wlb-review-style-4 .wl-customer-testimonal .clint-info h4{color:#5c5c5c;font-size:22px;font-weight:700;margin-bottom:4px;margin-top:22px}.wlb-review-style-4 .wl-customer-testimonal .clint-info span{color:#5c5c5c;font-size:15px;font-weight:600}.wlb-review-style-4 .wl-customer-testimonal .content .triangle{border-color:#fff #fff0 #fff0;border-style:solid;border-width:20px;left:50%;margin-top:-1px;position:absolute;top:100%;transform:translateX(-50%)}.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .clint-info,.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .content{text-align:right}.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .clint-info,.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .content{text-align:left}.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .content .triangle{right:0;left:auto}.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .content .triangle{left:45px}.wl-customer-testimonal .clint-info h4{margin:0}.wl-customer-testimonal .clint-info .rating{color:#ffcf0e;display:flex;list-style:outside none none;margin:4px 0 0;padding:0}.wl-customer-testimonal .clint-info .rating li{margin-right:8px}.wl-customer-testimonal .clint-info .rating li:last-child{margin-right:0}.wl-customer-testimonal .content img.avatar{border-radius:100%}.wl-customer-align-center .wl-customer-testimonal .clint-info .rating{justify-content:center}.wl-customer-align-left .wl-customer-testimonal .clint-info .rating{justify-content:flex-start}.wl-customer-align-right .wl-customer-testimonal .clint-info .rating{justify-content:flex-end}.wlb-marker-style-1{padding:245px 0}.wlb-marker-style-1 .wlb_image_pointer{width:36px;height:36px;border-radius:100%;border:3px solid #ed552d;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:32px}.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px}.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0}.wlb-marker-style-1 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-1 .wlb_image_pointer::before{content:"\f129";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#ed552d;font-size:18px;width:100%;height:100%}.wlb-marker-style-1 .wlb_image_pointer{position:absolute;left:66%;top:15%}.wlb-marker-style-2{padding:245px 0}.wlb-marker-style-2 .wlb_image_pointer{width:46px;height:46px;border-radius:100%;border:5px solid #ddd;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px}.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px}.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0}.wlb-marker-style-2 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-2 .wlb_image_pointer::before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#ed552d;font-size:18px;width:100%;height:100%;transition:0.4s ease-in-out}.wlb-marker-style-2 .wlb_image_pointer:hover::before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-2 .wlb_image_pointer{position:absolute;left:50%;top:26%}.wlb-marker-style-3{padding:245px 0}.wlb-marker-style-3 .wlb_image_pointer{width:46px;height:46px;border-radius:100%;background-color:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:49px;z-index:2}.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.wlb-marker-style-3 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-3 .wlb_image_pointer::before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#fff;font-size:18px;width:100%;height:100%;transition:0.4s ease-in-out}.wlb-marker-style-3 .wlb_image_pointer::after{position:absolute;left:2px;background:#000;content:"";right:2px;top:2px;bottom:2px;border-radius:100%;border:2px solid #fff;z-index:-1}.wlb-marker-style-3 .wlb_image_pointer:hover::before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-3 .wlb_image_pointer{position:absolute;left:50%;top:26%}.wlb-marker-style-4{padding:245px 0}.wlb-marker-style-4 .wlb_image_pointer{width:46px;height:46px;border-radius:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px;border:5px solid #d88d78;z-index:2}.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box{background-position:center center;background-size:cover;background-repeat:no-repeat;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px}.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#18012c}.wlb-marker-style-4 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-4 .wlb_image_pointer::before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#d88d78;font-size:18px;width:100%;height:100%;transition:0.4s ease-in-out}.wlb-marker-style-4 .wlb_image_pointer:hover::before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-4 .wlb_image_pointer{position:absolute;left:83%;top:37%}.wlb-marker-style-5{padding:245px 0}.wlb-marker-style-5 .wlb_image_pointer{width:46px;height:46px;border-radius:4px;background:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:47px;z-index:2}.wlb-marker-style-5 .wlb_image_pointer .effect-1{position:relative}.wlb-marker-style-5 .wlb_image_pointer .effect-1::before,.wlb-marker-style-5 .wlb_image_pointer .effect-1::after{position:absolute;top:50%;left:50%;display:block;content:"";border:1px solid #f10;border-radius:50%;-webkit-transform:scale(.35) translateY(-50%) translateX(-50%);-ms-transform:scale(.35) translateY(-50%) translateX(-50%);transform:scale(.35) translateY(-50%) translateX(-50%);opacity:0;-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite}.wlb-marker-style-5 .wlb_image_pointer .effect-1::before{width:32px;height:32px;left:50%;top:50%;z-index:-1}.wlb-marker-style-5 .wlb_image_pointer .effect-1::after{width:32px;height:32px;z-index:-1;border-color:rgb(255 255 255 / .4);-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite}.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.wlb-marker-style-5 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-5 .wlb_image_pointer::before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#fff;font-size:18px;width:100%;height:100%;transition:0.4s ease-in-out}.wlb-marker-style-5 .wlb_image_pointer:hover::before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-5 .wlb_image_pointer{position:absolute;left:83%;top:37%}@-webkit-keyframes marker-ripple-animation{0%{-webkit-transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{-webkit-transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}@keyframes marker-ripple-animation{0%{transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}.elementor-widget-wl-empty-cart-message .woocommerce-notices-wrapper .cart-empty+.cart-empty{display:none}.wl-quantity-wrap .label,.wl-quantity-wrap .wl-quantity,.wl-cart-icon,.wl-wishlist-compare-txt{display:none}.wl-addto-cart .wishsuite-button.wltooltip_no span.wishsuite-btn-text{display:none}.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap span.label{margin:22px 0}.woolentor_current_theme_blocksy .wl-addto-cart a.htcompare-btn{display:unset!important}.woolentor_current_theme_oceanwp .wl-addto-cart form.cart .quantity{min-width:unset}.woolentor_current_theme_blocksy .wl-addto-cart.grouped.wl-style-5 form.cart .wl-cart-wrap,.woolentor_current_theme_blocksy .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap,#holmes .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap,#holmes .wl-addto-cart.variable.wl-style-5 form.cart .wl-quantity-wrap{flex-wrap:unset!important}#holmes .wl-addto-cart form.cart .button{height:auto!important}.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-2 .quantity .qty,.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-3 .quantity .qty,.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-5 .quantity .qty{width:inherit!important;text-align:center!important}.woolentor_current_theme_blocksy .wl-addto-cart.grouped.wl-style-5 form.cart .wl-cart-wrap,.woolentor_current_theme_blocksy .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap{flex-wrap:unset!important}.wl-addto-cart.wl-style-2 .cart .quantity[data-type="type-2"] .ct-increase,.wl-addto-cart.wl-style-4 .cart .quantity[data-type="type-2"] .ct-increase,.wl-addto-cart.wl-style-4 .cart .quantity[data-type="type-2"] .ct-decrease,.wl-addto-cart.wl-style-2 .cart .quantity[data-type="type-2"] .ct-decrease{display:none}.woolentor-page-template .ct-woo-account{display:block}.wl-addto-cart.wl-style-2 .cart .quantity a.plus,.wl-addto-cart.wl-style-4 .cart .quantity a.minus,.wl-addto-cart.wl-style-4 .cart .quantity a.plus,.wl-addto-cart.wl-style-2 .cart .quantity a.minus,.wl-addto-cart.wl-style-4 .cart .quantity>.plus,.wl-addto-cart.wl-style-2 .cart .quantity>.minus,.woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.plus,.woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.minus{display:none}.wl-addto-cart.wl-style-2 .wl-quantity-wrap .label,.wl-addto-cart.wl-style-2 .wl-quantity-wrap .wl-quantity,.wl-addto-cart.wl-style-3 .wl-quantity-wrap .label,.wl-addto-cart.wl-style-5 .wl-quantity-wrap .label{display:inline-block}.wl-addto-cart form.cart>a.wishsuite-product-before_cart_btn,.wl-addto-cart.grouped form.cart .wl-cart-wrap>a.wishsuite-product-before_cart_btn,.wl-addto-cart.variable form.cart .single_variation_wrap .woocommerce-variation-add-to-cart>a.wishsuite-product-before_cart_btn{display:none}.wl-addto-cart form.cart .htcompare-button-area,.wl-addto-cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .htcompare-button-area{display:none}.wl-addto-cart .wishsuite-btn,.wl-addto-cart .wishsuite-button{position:static!important}.woolentor-sticky-wishlist .wishsuite-button,.woolentor-sticky-wishlist .wishsuite-btn{display:none!important}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart div.quantity,.wl-addto-cart.wl-style-2 form.cart div.quantity{float:none;margin-right:0}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap{display:flex;margin-bottom:30px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity-cal{display:flex;flex-wrap:wrap;border-bottom:1px solid #333;align-items:center;margin-left:80px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap span.label{font-size:14px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:#333;margin-top:5px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity{background:#fff0;color:#666;font-size:14px}.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"]{border-width:0;color:#212529;font-weight:500;text-align:center;width:4em}.wl-addto-cart form.cart .wl-quantity-wrap .wl-quantity{cursor:pointer}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity{padding-left:0;padding-right:35px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity.wl-qunatity-plus{padding-right:0;padding-left:35px}.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"]::-webkit-outer-spin-button,.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"]{appearance:textfield;-moz-appearance:textfield}.woocommerce div.product .wl-addto-cart form.cart:after,.woocommerce div.product .wl-addto-cart form.cart:before,.wl-addto-cart form.cart:after,.wl-addto-cart form.cart:before{display:none}.woocommerce div.product .wl-addto-cart.external.wl-style-2 form.cart .button,.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button,.wl-addto-cart.wl-style-2 form.cart .button,.wl-addto-cart.external.wl-style-2 form.cart .button{vertical-align:baseline;float:none;font-weight:400;line-height:24px;margin-bottom:10px;padding:15px 40px;text-align:center;white-space:nowrap;letter-spacing:1px;text-transform:uppercase;color:#fff;border:1px solid #333;border-radius:500px;background-color:#333}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button:hover,.wl-addto-cart.wl-style-2 form.cart .button:hover{background:#fff;color:#333;border-color:#333}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap{display:flex;margin-bottom:30px;gap:15px}.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap{display:flex;flex-wrap:wrap;gap:15px}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .single_add_to_cart_button,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .single_add_to_cart_button{order:1}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .wishlist{order:2}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .compare{order:3}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .single_add_to_cart_button,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .single_add_to_cart_button{order:3}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .wishlist{order:1}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .compare{order:2}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .single_add_to_cart_button,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .single_add_to_cart_button{order:2}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .wishlist{order:1}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.wishlist,.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.woolentor-compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.woolentor-compare{width:100%;height:100%;justify-content:center}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .compare{order:3}.wl-addto-cart.external.before.wl-style-2 form.cart .single_add_to_cart_button,.wl-addto-cart.external.before.wl-style-5 form.cart .single_add_to_cart_button{order:3}.wl-addto-cart.external.before.wl-style-2 form.cart .wishlist,.wl-addto-cart.external.before.wl-style-5 form.cart .wishlist{order:1}.wl-addto-cart.external.before.wl-style-2 form.cart .compare,.wl-addto-cart.external.before.wl-style-5 form.cart .compare{order:2}.wl-addto-cart.external.after.wl-style-2 form.cart .single_add_to_cart_button,.wl-addto-cart.external.after.wl-style-5 form.cart .single_add_to_cart_button{order:1}.wl-addto-cart.external.after.wl-style-2 form.cart .wishlist,.wl-addto-cart.external.after.wl-style-5 form.cart .wishlist{order:2}.wl-addto-cart.external.after.wl-style-2 form.cart .compare,.wl-addto-cart.external.after.wl-style-5 form.cart .compare{order:3}.wl-addto-cart.external.both.wl-style-2 form.cart .single_add_to_cart_button,.wl-addto-cart.external.both.wl-style-5 form.cart .single_add_to_cart_button{order:2}.wl-addto-cart.external.both.wl-style-2 form.cart .wishlist,.wl-addto-cart.external.both.wl-style-5 form.cart .wishlist{order:1}.wl-addto-cart.external.both.wl-style-2 form.cart .compare,.wl-addto-cart.external.both.wl-style-5 form.cart .compare{order:3}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon,.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon,.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon{width:56px;height:56px;color:#333;border:1px solid dimgray;background-color:#fff0;border-radius:50%;display:flex;justify-content:center;font-size:22px;align-items:center;cursor:pointer;transition:1.2s}.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon.wishlist .wishsuite-button svg{height:22px;width:22px}.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon{border-radius:0}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover,.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover,.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover,.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover{color:#fff;background:#333}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover>a,.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover>a,.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover>a,.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover>a{color:#fff}.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon a svg{width:22px;height:22px}.wl-addto-cart.external.wl-style-2 form.cart{display:flex;flex-wrap:wrap;gap:10px}.woocommerce div.product .wl-addto-cart.external.wl-style-5 form.cart .button,.wl-addto-cart.external.wl-style-5 form.cart .button{padding:15px 40px;line-height:24px}.wl-addto-cart.wl-style-3 form.cart,.wl-addto-cart.wl-style-4 form.cart,.wl-addto-cart.wl-style-5 form.cart,.wl-addto-cart.variable.wl-style-3 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart,.wl-addto-cart.variable.wl-style-4 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart,.wl-addto-cart.variable.wl-style-5 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:15px;flex-direction:row;margin-bottom:30px;align-items:center}.woolentor-quickview-content-builder .wl-addto-cart.external.wl-style-5 form.cart{flex-wrap:unset}.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap,.wl-addto-cart.wl-style-5 form.cart .wl-quantity-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:15px}.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap{flex:1}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap,.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap{flex:1.5}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button,.wl-addto-cart.wl-style-3 form.cart .button,.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button,.wl-addto-cart.wl-style-4 form.cart .button{float:none;width:100%;background-color:#222}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button),.wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button){padding:19px 0;border-radius:5px}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button),.wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button){padding:15px 0;border-radius:5px}.woocommerce .wl-addto-cart.wl-style-5 .quantity .qty{width:4.631em;text-align:left;min-height:0}.woocommerce .wl-addto-cart.wl-style-5 .quantity input[type="number"]{padding:12px 7px}.woocommerce .wl-addto-cart.wl-style-3 .quantity input[type="number"]{text-align:left;width:100%;padding:10px 9px;border-radius:5px}.woocommerce div.product .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label,.wl-addto-cart.wl-style-3 .wl-quantity-wrap .label{flex:1}.woolentor-quickview-content-builder .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label{flex:unset}.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap .wl-quantity-cal{flex:2}.woolentor-quickview-content-builder .wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap .wl-quantity-cal{flex:unset}.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal{display:flex;background:#f7f8fa;align-items:center;padding:8px 0;border-radius:5px}.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap{display:flex;align-items:center;flex-wrap:wrap}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity,.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity{float:none;display:inline-block;text-align:center;width:50px;height:auto}.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"]{border-width:0;color:#212529;font-weight:500;text-align:center;padding:0;background:#fff0;margin:0}.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"]::-webkit-outer-spin-button,.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"]{appearance:textfield;-moz-appearance:textfield}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity,.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity{margin:0}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .wl-wishlist-compare-txt,.wl-addto-cart.wl-style-3 form.cart .wl-wishlist-compare-txt{display:block}.wl-wishlist-compare-txt{margin:0;padding:0;width:100%;margin-top:15px}.wl-wishlist-compare-txt li{list-style:none}.wl-wishlist-compare-txt .wishsuite-button.wltooltip_no span.wishsuite-btn-text{display:block}.wl-wishlist-compare-txt .htcompare-btn.woolentor-compare{margin-left:6px}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-wishlist-compare-txt,.wl-addto-cart.wl-style-4 form.cart .wl-wishlist-compare-txt{display:flex;flex-wrap:wrap;gap:20px}.wl-addto-cart.grouped .wl-quantity-grouped-cal{display:flex;align-items:center}.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity{padding:2px 16px;border:1px solid #eaeaea;cursor:pointer}.wl-addto-cart.grouped.wl-style-1 .wl-quantity-grouped-cal .wl-quantity{display:none}.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus{border-right:none}.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus{border-left:none}.wl-addto-cart.grouped.wl-style-3 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus,.wl-addto-cart.grouped.wl-style-5 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus{display:none}.wl-addto-cart.grouped.wl-style-3 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus,.wl-addto-cart.grouped.wl-style-5 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus{display:none}.wl-addto-cart.grouped .wl-quantity-grouped-cal .quantity input[type="number"]{border:1px solid #eaeaea}.woolentor-filter-wrap{overflow:hidden}.rtl .woolentor-filter-wrap ul li ul{padding-left:0;padding-right:20px}h2.wl_filter_title{margin:0 0 10px 0;color:#2d2a2a;font-weight:600;font-size:20px;padding:0 0 15px 0;border-bottom:1px solid #eee}.woolentor-filter-wrap form.wl_product_search_form{border:2px solid rgb(129 129 129 / .2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.woolentor-filter-wrap form.wl_product_search_form input[type="search"]{box-sizing:inherit;padding:0 15px;height:42px;border-radius:0;background-color:#fff0;-webkit-box-shadow:none;box-shadow:none;vertical-align:middle;font-size:14px;-webkit-transition:border-color 0.5s ease;transition:border-color 0.5s ease;border:0;width:calc(100% - 50px)}.woolentor-filter-wrap form.wl_product_search_form button{width:50px;padding:0;height:42px;text-align:center;background:#fff0;transition:0.4s;color:#222;border:none}.woolentor-filter-wrap ul{margin:0;padding:0;list-style:none}.woolentor-filter-wrap ul li{border-bottom:1px solid #eee;margin:0}.woolentor-filter-wrap ul li:last-child{border-bottom:0}.woolentor-filter-wrap ul li a{padding:12px 0;display:inline-block;color:#464646;font-weight:400;font-size:14px;transition:0.4s}.woolentor-filter-wrap ul>li:hover>i,.woolentor-filter-wrap ul li a:hover{color:#f05b64}.woolentor-filter-wrap ul li i{margin-right:10px}.woolentor-filter-wrap ul li ul{padding-left:20px;border-top:1px solid #eee}.woolentor-filter-wrap ul li.wlchosen i{display:none}.woolentor-filter-wrap ul li.wlchosen a{position:relative;padding-left:15px}.woolentor-filter-wrap ul li.wlchosen>a::before,.woolentor-filter-wrap ul li.wlchosen>a::after{position:absolute;top:calc(50% - 1px);left:0;width:12px;height:2px;content:"";-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#f05b64}.woolentor-filter-wrap ul li.wlchosen a:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.woolentor-filter-wrap select{padding-right:30px;background-position:right 10px top 50%;background-size:auto 18px;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);padding:0 15px;max-width:100%;width:100%;height:42px;border:2px solid rgb(129 129 129 / .2);border-radius:0;background-color:#fff0;-webkit-box-shadow:none;box-shadow:none;vertical-align:middle;font-size:14px;-webkit-transition:border-color 0.5s ease;transition:border-color 0.5s ease;-webkit-appearance:none;appearance:none}.woolentor_slider_range.ui-slider{position:relative;background:#dbdbdb none repeat scroll 0 0;border:medium none;border-radius:50px;height:5px;margin-bottom:12px;margin-left:auto;margin-right:0}.woolentor_slider_range .ui-slider-range.ui-widget-header.ui-corner-all{height:100%;position:absolute;display:block;border:0;background:#fa6bff none repeat scroll 0 0;border:none;-webkit-transition:all 0s ease 0s;-o-transition:all 0s ease 0s;transition:all 0s ease 0s}.woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all{position:absolute;background:#fff none repeat scroll 0 0;border:medium none;border-radius:50%;height:15px;margin-left:0;width:15px;border:4px solid #fa6bff;z-index:2;width:1em;height:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.wl_button_price{margin-top:10px;display:-webkit-box;display:-webkit-flex;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}.wl_button_price button{background:#29d8db;padding:5px 12px;border-radius:3px;border:none}.wl_button_price button:hover{background:#fa6bff;text-decoration:none}.wl_product-accordion{width:100%}.wl_product-accordion .panel.panel-default{margin-bottom:20px}.wl_product-accordion .wl_product-accordion-card{margin-bottom:20px;border-radius:35px;background:-webkit-linear-gradient(349deg,#612cf6 0,#ba73fa 65%);background:-o-linear-gradient(349deg,#612cf6 0,#ba73fa 65%);background:linear-gradient(-259deg,#612cf6 0,#ba73fa 65%)}.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card{background:#3951e1}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head{border:none;width:100%;text-align:left;color:#fff;padding:20px 30px;position:relative;overflow-wrap:break-word;white-space:normal;font-size:18px;line-height:1.2;font-weight:500;border-radius:35px;border-bottom:1px solid #fff0;position:relative;cursor:pointer}@media only screen and (max-width:479px){.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head{padding-left:15px;padding-right:20px}}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator{position:absolute;right:35px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;padding-top:6px;text-align:center;background:#fff;border-radius:50%;color:#ba73fa}@media only screen and (max-width:479px){.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator{right:15px}}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator i{visibility:hidden;opacity:0;display:none;color:#ba73fa}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator i:nth-child(2){visibility:visible;opacity:1;display:block}.wl_product-accordion .wl_product-accordion-card.active .wl_product-accordion-head-indicator i{visibility:hidden;opacity:0;display:none;color:#ba73fa}.wl_product-accordion .wl_product-accordion-card.active .wl_product-accordion-head-indicator i:nth-child(1){visibility:visible;opacity:1;display:block}.wl_product-accordion .wl_product-accordion-content{border-bottom:none;margin-bottom:20px;border:none;border-radius:35px}.wl_product-accordion .wl_product-accordion-content img{border-radius:15px}.wl_product-accordion .wl_product-accordion-content:last-child{margin-bottom:0}.wl_product-accordion .card-body{padding:15px 30px 29px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width:575px){.wl_product-accordion .card-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.wl_product-accordion .card-body .product-thumbnail{width:260px}.wl_product-accordion .card-body .product-content{margin-left:20px;width:100%}@media only screen and (max-width:575px){.wl_product-accordion .card-body .product-content{margin-left:0}}.wl_product-accordion .card-body .product-content .product-content-top{border-top:1px solid #fff;padding-top:30px}@media only screen and (max-width:575px){.wl_product-accordion .card-body .product-content .product-content-top{border-top:1px solid #fff0}}.wl_product-accordion .card-body .product-content .product-content-top p{color:#fff}.wl_product-accordion .card-body .product-content .product-content-top .reading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff}.wl_product-accordion .card-body .product-content .product-acontent-bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wl_product-accordion .card-body .product-content .product-acontent-bottom .product-price{color:#fff;font-weight:500;margin-top:10px}@media only screen and (min-width:992px) and (max-width:1199px){.wl_product-accordion .card-body .product-content .product-acontent-bottom .product-price{margin-bottom:5px;margin-top:5px}}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action{margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 0;border-radius:0 0 5px 5px;list-style:none;margin:0;margin-right:44px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action li{margin:0 5px}.wl_product-accordion .action .woocommerce.product.compare-button a:before,.wl_product-accordion .card-body .product-content .action .wishlist a,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .action-item,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .htcompare-btn,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button{font-size:14px;height:34px;padding:0 10px;line-height:34px;background:#fff;text-align:center;border-radius:50000px;color:#333;margin-left:10px;display:inline-block;text-align:center}.wl_product-accordion .card-body .product-content .action .wishlist a,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button{padding:3px 10px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button svg{width:15px;height:15px}.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator{color:#3951e1}.wl_single-product-item ul.action a.htcompare-btn.loading{padding:0}.wl_single-product-item ul.action a.htcompare-btn.added:after{display:none}@media only screen and (max-width:479px){.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator{right:15px}}.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator i{color:#3951e1}.wl_horizontal-hover-accordion{width:100%;max-width:1080px;height:600px;overflow:hidden}.wl_horizontal-hover-accordion .accordion-ul{width:100%;display:table;table-layout:fixed;margin:0;padding:0}.wl_horizontal-hover-accordion .accordion-ul li{display:table-cell;vertical-align:bottom;position:relative;width:16.666%;height:600px;background-repeat:no-repeat;background-position:center center;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content{display:block;overflow:hidden;width:100%}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item{display:block;height:600px;width:100%;position:relative;z-index:3;padding:50px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;text-decoration:none;-webkit-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease;opacity:0;margin:0;width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:relative;z-index:5;overflow:hidden;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width:767px){.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item{padding:30px 20px}}@media only screen and (max-width:575px){.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item{padding:30px 20px}}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content{background:rgb(255 255 255 / .9);width:250px;padding:20px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .sub-title{margin-bottom:0}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .sub-title a{font-size:12px;color:#000}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .title{margin:0}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .title a{color:#333;margin:0}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .product-price{color:#0a3aca;font-weight:500;margin-bottom:15px;margin-top:10px}@media only screen and (min-width:992px) and (max-width:1199px){.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .product-price{margin-bottom:5px;margin-top:5px}}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .reading{margin-top:20px;color:#75828e}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action{margin-top:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.action-item,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.htcompare-btn,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.wishsuite-button,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-to-wishlist a{height:35px;padding:0 9px;line-height:35px;background:#fff0;text-align:center;border-radius:35px;border:1px solid #0a3aca;color:#333;margin-right:10px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.wishsuite-button svg{width:15px;height:15px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .action-item i{margin-right:5px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-to-wishlist a{padding:2px 9px;display:inline-block}.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action .yith-wcwl-add-button>a i,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-button>a i{margin-right:0}.wl_horizontal-hover-accordion .accordion-ul:hover li{width:8%}.wl_horizontal-hover-accordion .accordion-ul:hover li:hover{width:20%}.wl_horizontal-hover-accordion .accordion-ul:hover li:hover .accordion-product-item{background:#fff0;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .star-rating{float:none}@media only screen and (max-width:575px){.wl_horizontal-hover-accordion .accordion-ul:hover li:hover{width:114%}}.va-title{font-size:20px}.va-content{display:none;margin-left:25px}.wl_product-accordion .wishlist.button-default i{margin-right:0}.wl_product-accordion .action .woocommerce.product.compare-button{position:relative}.wl_product-accordion .ht-product-action-tooltip,.wl_horizontal-hover-accordion .ht-product-action-tooltip{display:none}.wl_product-accordion .yith-wcwl-add-to-wishlist,.wl_horizontal-hover-accordion .yith-wcwl-add-to-wishlist{margin-top:0}.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button{position:relative;margin-top:-3px}.wl_product-accordion .woocommerce.product.compare-button a{font-size:0;font-weight:400;position:absolute;padding:0}.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a{text-indent:-9999px;background:inherit;margin-bottom:-10px;padding:0}.wl_product-accordion .action .woocommerce.product.compare-button a:before,.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before,.wl_single-product-item .action li .woolentor-compare.compare::before{content:"\f0ec";position:absolute;font-family:FontAwesome!important;font-size:18px}.wl_product-accordion .action .woocommerce.product.compare-button a:before{top:0}.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before{text-indent:0;left:0;right:0;color:#000;border:1px solid #0a3aca;width:37px;height:37px;line-height:35px;border-radius:50%;text-align:center}.wl_product-accordion-content .price ins{background:#fff0}.wl_single-product-item a{color:inherit;display:inline-block;line-height:inherit;text-decoration:none;cursor:pointer}.wl_single-product-item a.htcompare-btn{justify-content:center}.wl_single-product-item{margin-top:30px;margin-left:auto;margin-right:auto;border:1px solid #eeeffb;border-radius:10000px 10000px 20px 20px;background:#f7f7f7}.wl_single-product-item .product-thumbnail{border:15px solid #fff;text-align:center;border-radius:50000px;position:relative;z-index:9;background:#fff}.wl_single-product-item .product-thumbnail .images{width:100%!important;-webkit-box-shadow:0 0 6px rgb(112 112 112 / .2);box-shadow:0 0 6px rgb(112 112 112 / .2);border-radius:50%;margin-bottom:0!important}.wl_single-product-item .product-thumbnail .images img{display:inline-block;border-radius:100%;width:100%}@media only screen and (max-width:767px){.wl_single-product-item .product-thumbnail{height:auto}}@media only screen and (max-width:575px){.wl_single-product-item .product-thumbnail{height:auto}}.wl_single-product-item .product-content{margin-top:-124px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wl_single-product-item .product-content .product-content-top{padding:140px 20px 10px}.wl_single-product-item .product-content .product-content-top .title{font-weight:600;font-size:18px;margin:0;text-transform:inherit}.wl_single-product-item.wl_dark-item .product-content .product-content-top .title a{color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top p{font-weight:400;font-size:14px}.wl_single-product-item .product-content .product-content-top .title a{color:#333}.wl_single-product-item .product-content .product-content-top .title a:hover{color:#0a3aca}.wl_single-product-item .product-content .product-content-top .product-price{color:#0a3aca;font-weight:500;margin-bottom:15px;margin-top:10px;font-size:15px}@media only screen and (min-width:992px) and (max-width:1199px){.wl_single-product-item .product-content .product-content-top .product-price{margin-bottom:5px;margin-top:5px}}.wl_single-product-item .product-content .product-content-top .reading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wl_single-product-item .product-content .action{margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:#4e7cff;padding:10px 30px;border-radius:0 0 5px 5px;margin:0;list-style:none}.wl_single-product-item .product-content .action li{margin:0;position:relative;line-height:0}.wl_single-product-item .product-content .action li a,.wl_single-product-item .product-content .action .action-item{width:40px;height:40px;line-height:40px;background:#285ffc;text-align:center;border-radius:5px;color:#fff}.wl_single-product-item .product-content .action li .yith-wcwl-wishlistaddedbrowse.hide a,.wl_single-product-item .product-content .action li a.add_to_wishlist{padding:3px}.wl_single-product-item .product-content .action .action-item:hover{background:#2b2b4c}.wl_single-product-item.wl_left-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:100%;border-radius:500px 0 0 500px}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item{display:inherit;border-radius:500px 500px 5px 5px;max-width:270px;margin-left:auto;margin-right:auto}}.wl_single-product-item.wl_left-item .product-thumbnail{height:270px;width:340px;line-height:200px}.wl_single-product-item.wl_left-item .product-thumbnail .images{height:100%;width:100%;line-height:initial;-webkit-box-shadow:0 0 6px rgb(112 112 112 / .2);box-shadow:0 0 6px rgb(112 112 112 / .2);border-radius:50%}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-thumbnail{height:270px;width:270px}}.wl_single-product-item.wl_left-item .product-content{margin-top:0;margin-left:-144px;width:100%}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-content{margin-top:0;margin-left:0}}.wl_single-product-item.wl_left-item .product-content .product-price{margin-bottom:5px;margin-top:5px}.wl_single-product-item.wl_left-item .product-content .product-content-top{padding:30px 20px 12px 165px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px){.wl_single-product-item.wl_left-item .product-content .product-content-top{padding:10px 20px 10px 170px}}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-content .product-content-top{padding:10px 20px 12px 10px}}.wl_single-product-item.wl_left-item .product-content .action{padding:10px 30px 10px 150px;border-radius:0 0 5px 5px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px){.wl_single-product-item.wl_left-item .product-content .action{padding:10px 20px 10px 150px}}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-content .action{padding:10px 20px}}.wl_single-product-item.wl_dark-item .product-thumbnail{border:15px solid #707070}.wl_single-product-item.wl_dark-item .product-thumbnail .images{-webkit-box-shadow:0 0 6px rgb(112 112 112 / .2);box-shadow:0 0 6px rgb(112 112 112 / .2)}.wl_single-product-item.wl_dark-item .product-content{background:#2b2b4c;color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top{padding:140px 20px 10px}.wl_single-product-item.wl_dark-item .product-content .product-content-top .title{color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top .product-price{color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top .reading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#75828e}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;margin-left:-3px;margin-right:-3px}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:absolute;left:5px;top:0;z-index:3;margin-left:-5px;margin-right:-5px}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting,.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{position:inherit}.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price{margin-bottom:25px}.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{margin-top:8px}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting i,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting i{color:#dc9a0e}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting i,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i{color:#aaa}.wl_single-product-item .action li .woolentor-compare.compare::before{left:50%;top:60%;transform:translateX(-50%) translateY(-50%);color:#fff;font-size:18px;width:100%;height:100%}.wl_single-product-item .product-content .action li a:hover{background:#2b2b4c}.wl_single-product-item .product-content .action span.ht-product-action-tooltip{display:none}.wl_single-product-item .product-content .yith-wcwl-add-to-wishlist{margin-top:0}.wl_single-product-item .product-content .yith-wcwl-add-button>a i{margin-right:0}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .btn_cart{position:relative}.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.action-item.added,.wl_single-product-item .product-content .action .action-item.added{display:none}.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward{font-size:0;margin-right:30px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward{font-size:0;margin-right:30px}.wl_single-product-item .product-content .action a.added_to_cart.wc-forward{text-indent:-9999px;padding:0}.wl_single-product-item .product-content .action .action-item.loading:before{position:absolute;text-indent:0;content:"\e01c";font-family:WooCommerce;left:0;right:0}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after,.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after,.wl_single-product-item .product-content .action a.added_to_cart.wc-forward:after{position:absolute;text-indent:0;content:"\e017";font-family:WooCommerce;left:0;right:0;font-size:18px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after,.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after{font-size:18px;background:#fff;display:inline-table;height:34px;line-height:34px;border-radius:50%;padding:0 9px;margin-right:70px;color:#333}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .action-item.added,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .action-item.added{display:none}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.added_to_cart.wc-forward{height:35px;padding:0 9px;line-height:35px;background:#fff0;text-align:center;border-radius:35px;border:1px solid #0a3aca;color:#333;margin-right:10px}.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area{padding:40px 50px;background-color:#fff;border-radius:5px;margin-bottom:30px;box-shadow:0 0 10px rgb(0 0 0 / .1)}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area{padding:40px 20px}}@media only screen and (min-width:768px) and (max-width:991px){.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area{padding:40px 20px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side h2{margin:0;font-size:24px;font-weight:500}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{margin-bottom:20px}}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{margin-bottom:0}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-check-all-area{margin-right:20px}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-all-cart{background-color:#3326ae;color:#fff;padding:8px 25px;border-radius:25px}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-all-cart i{margin-right:10px}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-check-all-area{margin-right:0;margin-bottom:10px}}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-label-for-checkbox{margin-bottom:5px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-right-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-right-side{margin-top:20px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box{position:relative}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-filter-custom{margin-left:20px}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box{margin-right:10px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-box{border:none;background:#eeeffb;padding:10px 36px 10px 20px;border-radius:25px;height:40px;position:relative}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-box{padding:10px 36px 10px 10px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-inner-btn{position:absolute;background:#fff0;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:none;font-size:16px;padding:0;color:#222}.woolentor-horizontal-filter-wrap .woolentor-search-filter-custom .filter-icon{height:40px;width:40px;line-height:40px;text-align:center;background:#eeeffb;border-radius:50%;display:inline-block;color:#222}.woolentor-horizontal-filter-wrap .woolentor-filter-field-area{border-top:1px solid #eff6ff;padding-top:20px;margin-top:20px}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:768px) and (max-width:991px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item{margin-left:20px;margin-top:10px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item:first-child{margin-left:0}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item label{display:block;margin-bottom:10px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item .select2-container{width:120px!important;height:40px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter{margin-top:10px}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter{width:100%}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item{margin-left:10px}}.woolentor-horizontal-filter-wrap .select2-container .select2-selection--single{border-radius:25px;height:40px;padding:5px 25px 5px 10px;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;outline:none}.woolentor-horizontal-filter-wrap .select2-container .select2-selection--multiple{outline:none}.woolentor-horizontal-filter-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.woolentor-horizontal-filter-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:25px;border-bottom-right-radius:25px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection{background:#fff0 url(/wp-content/plugins/woolentor-addons/assets/images/selector-icon.png) no-repeat center right 10px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection--multiple{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:40px;padding:5px;height:40px;border-radius:25px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection__rendered{display:inline;list-style:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection__choice{background-color:#fff0;border:none;border-radius:25px;display:inline-block;margin-left:5px;margin-top:0;padding:0;font-size:14px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection .select2-selection__rendered{white-space:nowrap;overflow:hidden;padding-left:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;align-items:center;width:auto}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection .select2-results__option{padding-right:20px;vertical-align:middle;font-size:16px;padding:3px 7px;font-weight:600}.woolentor-select-drop span.select2-dropdown .select2-results__option{display:block}.woolentor-horizontal-filter-wrap .select2-container .select2-search--inline .select2-search__field{font-size:15px;max-width:100px;padding-right:13px;height:inherit;min-height:inherit;line-height:inherit;margin:0}.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:16px;margin-bottom:-5px;margin-left:6px}.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox .input-checkbox{opacity:0;line-height:1;height:inherit;display:none}.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox>span{display:inline-block;text-transform:inherit;position:relative;line-height:1;font-size:14px;font-weight:400}.woolentor-horizontal-filter-wrap .clear-filter{background:#fff0;padding:0;border:none;margin-left:20px;color:#4e7cff;font-size:14px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item.woolentor-states-input-auto .select2-container{width:auto!important;min-width:120px;overflow:hidden;height:40px}div[class*="woolentor-single-select-drop"] .select2-results__option::before{border-radius:100%}.woolentor-select-drop .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#ddd;color:#fff}.woolentor-filter-single-item button.select2-selection__choice__remove,.woolentor-filter-single-item .select2-selection__clear{display:none!important;margin-left:0!important}.woolentor-filter-single-item .select2-selection__choice{position:relative;margin-left:0}.woolentor-filter-single-item .select2-selection__choice::after{position:absolute;content:",";right:0}.woolentor-filter-single-item .select2-selection__choice:last-child::after{content:""}.woolentor-select-drop .select2-results__option[role="alert"]{border-radius:10px 10px 10px 10px!important}.woolentor-select-drop .select2-results__option[role="alert"]:before{display:none}.woolentor-select-drop .select2-results__option{font-size:14px;background-color:#fff;max-height:300px;font-weight:600;width:100%}.woolentor-select-drop .select2-results__option:before{content:"";display:inline-block;position:relative;height:14px;width:14px;border:1px solid #555;border-radius:2px;background-color:#fff;margin-right:10px;vertical-align:middle;top:-2px}.woolentor-select-drop .select2-results__option--selected:before{content:"";color:#fff;border-color:#fff0;background-image:url(/wp-content/plugins/woolentor-addons/assets/images/check.png);background-repeat:no-repeat;background-position:center center;border:0;display:inline-block;padding-left:3px;background-color:#00426e}.woolentor-select-drop .select2-results__options{width:200px;margin:0}.woolentor-select-drop .select2-results__options li{margin:0}.woolentor-select-drop .select2-results__options li:first-child{border-radius:10px 10px 0 0}.woolentor-select-drop .select2-results__options li:last-child{border-radius:0 0 10px 10px}.woolentor-select-drop .select2-container--default .select2-results__option--highlighted[aria-selected="true"]{background-color:#c4c7e0;color:#272727}.woolentor-select-drop .select2-container--default .select2-results>.select2-results__options{max-height:300px}.woolentor-select-drop .select2-container--default .select2-selection--multiple{margin-bottom:10px}.woolentor-select-drop .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-radius:25px;height:20px}.woolentor-filter-single-item .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#c4c7e0;border-width:1px;outline:none}.woolentor-filter-single-item .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.woolentor-select-drop .select2-container--open .select2-dropdown--below{border-radius:10px;top:10px;border:1px solid #ddd;width:202px!important}.woocommerce-page .woolentor-select-drop .select2-container .select2-dropdown{padding:0}form.woolentor-header-search-form{margin-bottom:0}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area [class*="woolentor-"] i{line-height:40px}.woolentor-filter-single-item.woolentor-states-input-auto input.select2-search__field{width:auto!important}.woolentor-select-drop span.select2-container.select2-container--default.select2-container--open{top:revert!important}.woolentor-breadcrumb span.breadcrumb-separator{margin:0 10px}.woolentor-breadcrumb span.breadcrumb-separator svg{fill:currentColor}.woolentor-product-same-height .woolentor-recently-viewed-product{height:100%;display:flex;flex-direction:column}.woolentor-product-same-height .woolentor-recently-viewed-product .woolentor-recently-view-content{flex:1 0}.woolentor-recently-viewed-product{margin-bottom:20px;overflow:hidden}.woolentor-recently-view-content{padding:20px;border:1px solid #f1f1f1;background-color:#fff;border-top:0}.woolentor-recently-view-image{position:relative}.woolentor-recently-view-image a{display:block}.woolentor-recently-view-image a img{width:100%}.woolentor-recently-view-image .ht-product-label{font-size:13px;text-transform:uppercase;font-weight:700;position:absolute;top:10px;z-index:3;right:15px}.woolentor-recently-view-title{font-size:18px;line-height:1.2;font-weight:400;margin-bottom:10px;margin-top:0}.woolentor-recently-view-title a{color:#444}.woolentor-recently-view-title a:hover{color:#dc9a0e}.woolentor-recently-view-price span{line-height:1;font-weight:700;font-size:20px;color:#444}.woolentor-recently-view-content :is(.button,.added_to_cart){display:inline-block;margin-top:10px;padding:10px 18px}.woolentor-no-view-product{padding:15px 15px 15px 20px;margin-bottom:10px;color:#000;font-size:14px;box-shadow:0 0 20px 0 rgb(0 0 0 / .15);background-color:#fff}.woolentor-page-template{width:100%}.woolentor_current_theme_hello-elementor.woocommerce .quantity .qty{padding-left:inherit;padding-right:inherit;text-align:center}.woolentor_current_theme_twentytwentyone.woocommerce span.onsale,.woolentor_current_theme_twentytwentyone span.onsale{left:auto}.woolentor_current_theme_blocksy .woolentor-page-template form.woocommerce-checkout{display:block}.woolentor_current_theme_blocksy .elementor-widget-woolentor-product-archive-addons ul.products li.product span.onsale{display:none!important}.woolentor_current_theme_blocksy .elementor-widget-woolentor-product-archive-addons.woolentor-sale-status-yes ul.products li.product span.onsale{display:inline-flex!important}.woolentor_current_theme_blocksy a.htcompare-btn{display:flex!important;margin-top:5px}.woolentor_current_theme_blocksy .elementor-edit-area div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),.woolentor_current_theme_woostify .elementor-edit-area div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block;padding:3px}.elementor-edit-area .woocommerce-tabs .woocommerce-Tabs-panel--reviews{display:none}.woolentor_current_theme_woostify .elementor-widget-wl-single-product-image .woostify-container .product-gallery{width:100%}.woocommerce-cart .woolentor-page-template .woocommerce:not(.ht-row){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}@media (min-width:992px) and (max-width:1200px){.cus-col-5.ht-col-md-6{flex:0 0 33.333%;max-width:33.333%}.elementor-section .elementor-container{padding:0 15px}.elementor-section.elementor-section-full_width .elementor-container{padding:0}}@media (min-width:768px) and (max-width:991px){.cus-col-5.ht-col-md-6{flex:0 0 50%;max-width:50%}.elementor-section .elementor-container{padding:0 15px}.elementor-section.elementor-section-full_width .elementor-container{padding:0}.wl-columns-tablet-1 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl-columns-tablet-2 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl-columns-tablet-3 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.wl-columns-tablet-4 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl-columns-tablet-5 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wl-columns-tablet-6 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.wl-columns-tablet-7 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 14.285%;-ms-flex:0 0 14.285%;flex:0 0 14.285%;max-width:14.285%}.wl-columns-tablet-8 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.wl-columns-tablet-9 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 11.111%;-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.wl-columns-tablet-10 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}[class*="woolentorducts-columns-"] ul.products li.product{width:calc(50% - 15px)!important;margin-right:15px!important}.woolentorducts-columns-tablet-1 ul.products li.product{width:100%!important;margin-right:0!important}.woolentorducts-columns-tablet-2 ul.products[class*="columns-"] li.product{width:calc(50% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-tablet-3 ul.products[class*="columns-"] li.product{width:calc(33.33% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-tablet-4 ul.products[class*="columns-"] li.product{width:calc(25% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-tablet-5 ul.products[class*="columns-"] li.product{width:calc(19% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-tablet-6 ul.products[class*="columns-"] li.product{width:calc(16% - 15px)!important;margin-right:15px!important;float:left}[class*="woolentorducts-columns-tablet-"] ul.products[class*="columns-"] li.product.first{clear:none!important}.woolentorducts-columns-tablet-6 ul.products[class*="columns-"] li.product:nth-child(6n),.woolentorducts-columns-tablet-5 ul.products[class*="columns-"] li.product:nth-child(5n),.woolentorducts-columns-tablet-4 ul.products[class*="columns-"] li.product:nth-child(4n),.woolentorducts-columns-tablet-3 ul.products[class*="columns-"] li.product:nth-child(3n),.woolentorducts-columns-tablet-2 ul.products[class*="columns-"] li.product:nth-child(2n),.woolentorducts-columns-tablet-1 ul.products[class*="columns-"] li.product{margin-right:0!important}}@media (max-width:767px){.cus-col-5.ht-col-md-6{flex:0 0 100%;max-width:100%}.woolentor-banner-img,.woolentor-content{float:none}.product-tab-list .nav a{margin-bottom:10px;margin-right:10px;padding:5px 10px}.elementor-section .elementor-container{padding:0 15px}.elementor-section.elementor-section-full_width .elementor-container{padding:0}.woolentor-notification-content{width:90%}.woolentor-sticky-btn-area{justify-content:start;margin-top:15px}.wl-columns-mobile-1 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl-columns-mobile-2 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl-columns-mobile-3 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.wl-columns-mobile-4 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl-columns-mobile-5 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wl-columns-mobile-6 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.wl-columns-mobile-7 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 14.285%;-ms-flex:0 0 14.285%;flex:0 0 14.285%;max-width:14.285%}.wl-columns-mobile-8 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.wl-columns-mobile-9 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 11.111%;-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.wl-columns-mobile-10 .wl-row>[class*="col-"]{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.product-slider .slick-arrow.slick-next{right:0}.product-slider .slick-arrow{left:0}.content-woolentorquickview.entry-summary,.ht-qwick-view-left{padding-right:15px}[class*="woolentorducts-columns-"] ul.products li.product{width:100%!important;margin-right:0!important}.woolentorducts-columns-mobile-1 ul.products li.product{width:100%!important;margin-right:0!important}.woolentorducts-columns-mobile-2 ul.products[class*="columns-"] li.product{width:calc(50% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-mobile-3 ul.products[class*="columns-"] li.product{width:calc(33.33% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-mobile-4 ul.products[class*="columns-"] li.product{width:calc(25% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-mobile-5 ul.products[class*="columns-"] li.product{width:calc(19% - 15px)!important;margin-right:15px!important;float:left}.woolentorducts-columns-mobile-6 ul.products[class*="columns-"] li.product{width:calc(16% - 15px)!important;margin-right:15px!important;float:left}[class*="woolentorducts-columns-mobile-"] ul.products[class*="columns-"] li.product.first{clear:none!important}.woolentorducts-columns-mobile-6 ul.products[class*="columns-"] li.product:nth-child(6n),.woolentorducts-columns-mobile-5 ul.products[class*="columns-"] li.product:nth-child(5n),.woolentorducts-columns-mobile-4 ul.products[class*="columns-"] li.product:nth-child(4n),.woolentorducts-columns-mobile-3 ul.products[class*="columns-"] li.product:nth-child(3n),.woolentorducts-columns-mobile-2 ul.products[class*="columns-"] li.product:nth-child(2n),.woolentorducts-columns-mobile-1 ul.products[class*="columns-"] li.product{margin-right:0!important}.woolentor_current_theme_storefront span.woolentor-order-item-title{display:block}.ht-tab-menus{margin-bottom:20px}.ht-tab-menus li{margin-right:0;margin-bottom:10px}}.woolentor-qrcode img{display:inline-block}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.wp-embed-responsive .wp-block{outline:0}body.woolentor-quickview-loader::before{content:url(/wp-content/plugins/woolentor-addons/includes/modules/quickview/assets/images/spinner.gif);position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:9999;display:flex;justify-content:center;align-items:center}a.woolentor-quickview-btn-pos-top_thumbnail{position:absolute!important;top:0;left:8px!important;z-index:9}.woolentor-quickview-btn{display:inline-flex!important;align-items:center;position:relative!important}.woolentor-quickview-btn svg{fill:currentColor;transition:all 200ms ease-out;width:23px;height:20px;margin-right:5px}.woolentor-quickview-btn svg .woolentor-quickview-loading{opacity:0}.woolentor-quickview-btn.loading svg .woolentor-quickview-loading{opacity:1}.woolentor-quickview-btn.loading svg .woolentor-quickview-eye-icon{opacity:0}.woolentor-quickview-btn-icon{font-size:20px;margin-right:5px;display:inline-flex}.woolentor-quickview-btn-image{width:25px;margin-right:5px}.woolentor-quickview-btn-image img{width:100%!important;margin:0!important}.woolentor-quickview-icon-pos-after_text{flex-flow:row-reverse}.woolentor-quickview-icon-pos-after_text .woolentor-quickview-btn-image,.woolentor-quickview-icon-pos-after_text .woolentor-quickview-btn-icon{margin-right:0;margin-left:5px}.woolentor-quickview-btn::after,.woocommerce a.button.woolentor-quickview-btn::after{display:none}.woolentor-quickview-btn.loading svg .woolentor-quickview-loading{animation:loading 500ms 0ms infinite normal linear;transform-origin:center;opacity:1}@keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.woolentor-quickview-modal{position:fixed;z-index:1043;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;overflow:hidden;width:100%;height:100%;padding-right:17px;-webkit-transition:all 0.25s cubic-bezier(.645,.045,.355,1);-o-transition:all 0.25s cubic-bezier(.645,.045,.355,1);transition:all 0.25s cubic-bezier(.645,.045,.355,1);opacity:0;background-color:rgb(0 0 0 / .5)}.woolentor-quickview-modal.woolentor-quickview-open{visibility:visible!important;opacity:1!important;z-index:1024!important}.woolentor-quickview-modal .woolentor-quickview-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.woolentor-quickview-modal-wrapper{width:calc(100% - 30px);max-width:1200px;margin:auto!important}.woolentor-quickview-modal-content{position:relative;-webkit-transition:all 0.25s cubic-bezier(.645,.045,.355,1);-o-transition:all 0.25s cubic-bezier(.645,.045,.355,1);transition:all 0.25s cubic-bezier(.645,.045,.355,1);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);background-color:#fff;overflow:hidden;padding:20px}.woolentor-quickview-modal.woolentor-quickview-open .woolentor-quickview-modal-content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.woolentor-quickview-custom-scroll{padding:25px 25px 0 0}.woolentor-quickview-custom-scroll .summary-content{max-height:550px;overflow-y:auto;overflow-x:hidden}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar{width:10px}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-track{background-color:#fff0}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:10px;border:3px solid #fff0;background-clip:content-box}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}span.woolentor-quickview-modal-close{cursor:pointer;position:absolute;top:0;right:0;line-height:50px;font-size:24px;height:50px;width:50px;text-align:center;padding:0;z-index:9;transition:0.4s}span.woolentor-quickview-modal-close:hover{color:red}.woolentor-quickview-content-area.woocommerce div.product div.summary,.woolentor-quickview-content-area.woocommerce div.product div.images{margin-bottom:0}.woolentor-quickview-content-area.woocommerce div.product div.images img{display:inline-block}.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.images{width:40%;float:left;opacity:1!important;margin-right:0}.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.summary{width:60%;float:left;padding:15px;padding-left:25px;padding-top:0}.woolentor-quickview-content-area.woocommerce .elementor-widget-wl-quickview-product-thumbnail-image div.images,.woolentor-quickview-content-area.woocommerce .woolentor_block_quickview_image div.images{width:100%}.woolentor-quickview-social-share{display:flex;align-items:center}.woolentor-quickview-social-share ul{margin:0;padding:0;list-style:none;display:flex}.woolentor-quickview-social-share ul li{display:inline-block}.woolentor-quickview-social-share ul li a{display:block;line-height:1;padding:5px;color:#3a3a3a}.woolentor-quickview-social-share ul li a .woolentor-quickview-social-icon svg{fill:currentColor;width:15px;height:15px}.woolentor-quickview-thumb-single{width:25%;float:left;padding:0 2.5px;cursor:pointer}.woolentor-quickview-thumbnail-slider{margin:5px -2px 0 -2px}.woolentor-quickview-main-image-slider img{width:100%}.woolentor-quickview-thumbnail-slider span.slick-arrow,.woolentor-quickview-main-image-slider span.slick-arrow{cursor:pointer;position:absolute;top:50%;left:0;width:25px;z-index:9;height:25px;text-align:center;background:#fff0;line-height:22px;font-size:22px;color:#222;opacity:0;visibility:hidden;transition:0.4s;transform:translateY(-10px)}.woolentor-quickview-main-image-slider span.slick-arrow{width:30px;height:30px;line-height:27px}.woolentor-quickview-thumbnail-slider span.slick-arrow.woolentor-quickview-slick-next,.woolentor-quickview-main-image-slider span.slick-arrow.woolentor-quickview-slick-next{left:auto;right:0}.woolentor-quickview-thumbnail-slider:hover span.slick-arrow,.woolentor-quickview-main-image-slider:hover span.slick-arrow{opacity:1;visibility:visible}.slick-current.slick-active .woolentor-quickview-thumb-single img{border:1px solid #0274be}@media (max-width:767px){.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.images,.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.summary{width:100%!important;float:none!important}.woolentor-quickview-modal-wrapper{overflow-y:auto}.woolentor-quickview-social-share ul{display:block}}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%;transition:none!important}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st .dgwt-wcas-score{color:#8e44ad;font-weight:700;font-size:80%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url('/wp-content/plugins/ajax-search-for-woocommerce/assets/img/preloader.gif')}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer;display:block}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.menu .dgwt-wcas-search-icon,html:not(.dgwt-wcas-overlay-mobile-on) .menu .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{width:auto}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form{max-width:20px;min-width:unset}.dgwt-wcas-icon-preloader{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer;display:block}li.menu-item a.dgwt-wcas-search-icon{padding-right:0;padding-left:0}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 5px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp{background:0 0;padding:4px;border-radius:10px 10px 0 0}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-top:10px;padding-bottom:10px;line-height:normal;font-size:14px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:15px;top:7px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:23px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background:#fff;box-shadow:0 0 0 1px #eee}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333;box-shadow:none}.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp{margin-top:1px}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}.dgwt-wcas-posts-results-grid{display:flex;flex-wrap:wrap;grid-gap:20px;justify-content:flex-start}.dgwt-wcas-posts-results-grid-item{width:calc(25% - 15px);margin-bottom:30px}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes donut-rotate{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:99999;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__bg{background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__scroll-wrap{overflow:hidden}.pswp__container{position:absolute}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__img,.pswp__item{position:absolute;top:0;left:0}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;box-shadow:none!important}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button{background-size:264px 88px;width:44px;height:44px}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/kadence-galleries/assets/photoswipe/light-skin.png) 0 0 no-repeat;background-size:264px 88px;content:'';top:35px;background-color:rgb(0 0 0 / .3);height:30px;width:32px;position:absolute}.pswp__button,.pswp__button:hover{background:url(/wp-content/plugins/kadence-galleries/assets/photoswipe/light-skin.png) 0 0 no-repeat}.kadence-galleries-pswp .pswp__button{background-image:url(/wp-content/plugins/kadence-galleries/assets/photoswipe/light-skin.png)!important}.kadence-galleries-pswp .pswp__button.pswp__button--arrow--left,.kadence-galleries-pswp .pswp__button.pswp__button--arrow--right{background:0 0!important}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.kadence-galleries-pswp.pswp--svg .pswp__button{background-image:url(/wp-content/plugins/kadence-galleries/assets/photoswipe/light-skin.svg)!important}.kadence-galleries-pswp.pswp--svg .pswp__button.pswp__button--arrow--left,.kadence-galleries-pswp.pswp--svg .pswp__button.pswp__button--arrow--right{background:0 0!important}}.kadence-galleries-pswp .pswp__button--close{background-position:0 -44px}.kadence-galleries-pswp .pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.kadence-galleries-pswp.pswp--zoom-allowed .pswp__button--zoom,.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.kadence-galleries-pswp .pswp__button--zoom{background-position:-88px 0;display:none}.pswp__caption{z-index:1590}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;z-index:10000;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgb(0 0 0 / .5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .25);box-shadow:0 2px 5px rgb(0 0 0 / .25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid #fff0;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;margin:0 auto;font-size:13px;padding:10px;line-height:20px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/kadence-galleries/assets/photoswipe/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active,.pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:#fff0;border-bottom-color:#fff0;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgb(255 255 255 / .9)}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar,.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:1}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}body.admin-bar .pswp{top:32px}.pswp__bg{background:#fff}.pswp__caption{transform:translate3d(0,-44px,0);cursor:pointer;text-align:center;min-height:30px}.pswp--zoomed-in .pswp__button--show--caption,.pswp--zoomed-in .pswp__caption{display:none!important}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgb(255 255 255 / .9)}.pswp__caption__center{position:relative;color:#111;max-height:35px;display:inline-block;width:auto;padding-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pswp__button--show--caption{position:absolute;top:-20px;z-index:9999999;left:50%;width:auto;text-align:center;padding:0 16px;color:#333;height:20px;margin:0;border-radius:0;font-size:11px;line-height:20px;transform:translate(-50%,0);outline:0!important}.pswp__button--show--caption:hover{color:#333}.kadence-galleries-pswp .pswp__button--show--caption,.kadence-galleries-pswp.pswp--svg .pswp__button--show--caption,.pswp__button--show--caption{background:rgb(255 255 255 / .9)!important}.pswp__caption.active .pswp__button--show--caption.kt-btn-show{display:none}.caption-shown-full .pswp__button--show--caption.kt-btn-hide,.caption-shown-full .pswp__button--show--caption.kt-btn-show,.pswp__button--show--caption.force-hide.kt-btn-show,.pswp__button--show--caption.kt-btn-hide.force-hide,.pswp__caption.caption-empty{display:none!important}.pswp__button--show--caption.kt-btn-hide,.pswp__button--show--caption.kt-btn-show{display:block!important}.pswp__caption.active .pswp__button--show--caption.kt-btn-hide{display:block}.pswp__ui--idle .pswp__button--show--caption,.pswp__ui--idle .pswp__caption{opacity:1}.pswp__caption.active .pswp__caption__center{max-height:inherit;padding-right:10px;overflow:visible;white-space:normal;text-align:left;display:block}.pswp__counter{color:#999}.pswp__caption__center .kt-gallery-categories,a.pswp__share--download{display:none}.pswp__caption__center .kt-gallery-caption-title h5{margin:0;font-weight:700;color:#333;display:inline;font-size:13px;line-height:20px}.pswp__caption__center .kt-gallery-caption-title{display:inline;padding-right:10px}.pswp__caption.active .pswp__caption__center .kt-gallery-caption-title{display:block;padding:0}.pswp__caption.active .pswp__caption__center .kt-gallery-categories{display:block}.pswp__caption__center .kt-gallery-caption-text{display:inline}@-webkit-keyframes kt-load-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes kt-load-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.kt-galleries-container{margin:0-5px}.kt-gallery-item{float:left;padding:0 5px 10px;list-style:none;overflow:hidden;box-sizing:border-box}.kadence-galleries-pagenav{text-align:center;margin-bottom:20px}.kadence-galleries-pagenav .current,.kadence-galleries-pagenav a:hover{background:#444;color:#fff}.kadence-galleries-pagenav a,.kadence-galleries-pagenav span{border:1px solid #444;color:#444;border-radius:3px;padding:6px 12px;font-size:12px;font-weight:700;margin:5px;display:inline-block;background:0 0;-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.kt-gallery-item a.kadence-galleries-pinterest-btn{position:absolute;left:5px;top:5px;color:#fff;background-color:#bd081c;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:800;opacity:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.kt-gallery-item a.kadence-galleries-pinterest-btn:hover{background-color:#a50718}.kt-gallery-item:hover a.kadence-galleries-pinterest-btn{opacity:1}.kt-gal-fade-in{opacity:0}.kt-ga-columns-sm-6 .kt-gallery-item{width:16.67%}.kt-ga-columns-sm-5 .kt-gallery-item{width:20%}.kt-ga-columns-sm-4 .kt-gallery-item,.ktg-ss-mosaic-3{width:25%}.kt-ga-columns-sm-3 .kt-gallery-item,.ktg-ss-mosaic-4{width:33.33%}.kt-ga-columns-sm-2 .kt-gallery-item,.ktg-ss-mosaic-6{width:50%}.ktg-ss-mosaic-8{width:66.66666667%}.gallery-albumn-content .kt-gallery-item a img,.kt-ga-columns-sm-1 .kt-gallery-item,.ktg-ss-mosaic-12{width:100%}@media (min-width:767px){.kt-ga-columns-md-6 .kt-gallery-item{width:16.67%}.kt-ga-columns-md-5 .kt-gallery-item{width:20%}.kt-ga-columns-md-4 .kt-gallery-item,.ktg-sm-mosaic-3{width:25%}.kt-ga-columns-md-3 .kt-gallery-item,.ktg-sm-mosaic-4{width:33.33%}.kt-ga-columns-md-2 .kt-gallery-item,.ktg-sm-mosaic-6{width:50%}.ktg-sm-mosaic-8{width:66.66666667%}.kt-ga-columns-md-1 .kt-gallery-item,.ktg-sm-mosaic-12{width:100%}}@media (min-width:992px){.kt-ga-columns-lg-6 .kt-gallery-item{width:16.67%}.kt-ga-columns-lg-5 .kt-gallery-item{width:20%}.kt-ga-columns-lg-4 .kt-gallery-item,.ktg-mosaic-3{width:25%}.kt-ga-columns-lg-3 .kt-gallery-item,.ktg-mosaic-4{width:33.33%}.kt-ga-columns-lg-2 .kt-gallery-item,.ktg-mosaic-6{width:50%}.ktg-mosaic-8{width:66.66666667%}.kt-ga-columns-lg-1 .kt-gallery-item,.ktg-mosaic-12{width:100%}}@media (max-width:991px){.mosaic-sm-wide-grid-size .kt-gallery-intrinsic{padding-bottom:50%!important}.mosaic-sm-wide-grid-size .kt-gallery-intrinsic .kt-gallery-intrinsic-inner img{width:auto;height:auto;min-width:100%}.mosaic-sm-square-grid-size .kt-gallery-intrinsic,.mosaic-tall-sm-square-grid-size .kt-gallery-intrinsic{padding-bottom:100%!important}.mosaic-sm-square-grid-size .kt-gallery-intrinsic .kt-gallery-intrinsic-inner img{width:auto;height:auto;max-height:100%;max-width:none}.mosaic-tall-sm-square-grid-size .kt-gallery-intrinsic .kt-gallery-intrinsic-inner img{width:auto;height:auto;max-width:100%}}.kt-gallery-mosaic .kt-gallery-item{padding:0}.kt-gallery-mosaic .kt-gallery-item .kt-gallery-intrinsic-inner,.kt-gallery-mosaic .kt-gallery-item .kt-gallery-item-overlay{position:absolute;top:3px;bottom:3px;left:3px;right:3px;width:auto;height:auto;overflow:hidden}.kt-gallery-mosaic .kt-gallery-caption-container{left:3px;right:3px;width:auto}.kt-galleries-show-caption-bottom.kt-gallery-mosaic .kt-gallery-item:hover .kt-gallery-caption-container{bottom:3px}.kt-galleries-show-caption-center.kt-gallery-mosaic .kt-gallery-caption-container{top:3px;bottom:3px;left:3px;right:3px;width:auto;height:auto}.kt-gal-outer-mosaic{margin:0-3px 3px}.kt-galleries-hide-caption .kt-gallery-caption-container{display:none}.kt-gallery-categories{text-transform:uppercase;font-size:11px}.kt-galleries-container .kt-gallery-caption-title h5{color:#222;line-height:26px;font-size:18px;margin:0 0 5px}.kt-gallery-intrinsic{height:0}.kt-gallery-intrinsic img{position:absolute;width:100%;height:100%}.kt-galleries-container.kt-galleries-show-caption-bottom .kt-gallery-caption-title h5{color:#333}.kt-galleries-show-caption-bottom .kt-gallery-item .kt-image-item,.kt-gallery-caption-container{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.kt-gallery-caption-container{color:#444;padding:15px 20px;position:absolute;bottom:0;width:100%;left:0;background:#fff;opacity:0;transform:translateY(100%)}.kt-galleries-show-caption-bottom .kt-gallery-caption-container{opacity:1}.kt-galleries-show-caption-bottom .kt-gallery-item:hover .kt-gallery-caption-container{opacity:1;transform:translateY(0)}.kt-galleries-show-caption-bottom .kt-gallery-item .kt-image-item{transform:translateY(0)}.kt-galleries-show-caption-bottom .kt-gallery-item:hover .kt-image-item{transform:translateY(-50px)}.kt-galleries-show-caption-bottom .kt-overlay-border{display:none}.kt-galleries-show-caption-bottom .kt-gallery-item-overlay{background:0 0}.kt-galleries-show-caption-bottom .kt-gallery-item-icon{background:0 0;transform:translateY(50px);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.kt-gallery-title:before{content:"";display:table;clear:both}.kt-gallery-title{margin-bottom:20px}.kt-galleries-show-caption-bottom .kt-gallery-item.kt-no-caption:hover .kt-image-item,.kt-galleries-show-caption-bottom .kt-gallery-item:hover .kt-gallery-item-icon{transform:translateY(0)}.kt-galleries-show-caption-bottom .kt-gallery-item.kt-no-caption:hover .kt-gallery-caption-container{transform:translateY(100%)}.kt-galleries-show-caption-center .kt-gallery-item-icon{display:none}.kt-galleries-show-caption-center .kt-gallery-item.kt-no-caption .kt-gallery-caption-container{font-size:0}.kt-galleries-show-caption-center .kt-gallery-caption-container{color:#222;padding:20px;position:absolute;bottom:0;width:100%;display:flex;height:100%;left:0;text-align:center;background:rgb(255 255 255 / .8);opacity:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;transform:none;justify-content:center;align-items:center}.kt-galleries-show-caption-center .kt-gallery-item-overlay{background:0 0;z-index:11}.kt-galleries-show-caption-center .kt-gallery-item:hover .kt-gallery-caption-container,.kt-gallery-item:hover .kt-gallery-item-overlay{opacity:1}.kt-galleries-show-caption-center .kt-overlay-border:after,.kt-galleries-show-caption-center .kt-overlay-border:before{border-color:#222;z-index:100}.kt-gallery-align-vertical,.kt-gallery-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.kt-gallery-item-overlay{background:rgb(255 255 255 / .3);opacity:0;-webkit-transform:translateZ(0);-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.kt-galleries-show-caption-bottom .kt-gallery-item a{overflow:hidden}.kt-gallery-align-vertical{display:flex;justify-content:center;align-items:center}i.kt-gallery-item-icon:before{background:#fff;width:1px;height:80px;content:"";display:block;margin-top:-40px;margin-bottom:-40px}i.kt-gallery-item-icon:after{background:#fff;width:80px;height:1px;margin-left:-40px;margin-right:-40px;content:"";display:block}.kt-gallery-item a{position:relative;display:block;box-shadow:none!important;border:0}.kt-gallery-item .kt-image-item img{width:100%;box-shadow:none;padding:0;margin:0;border-radius:0;display:block}.kt-gallery-tiles{position:relative}.kt-gallery-tiles .kt-gallery-item{display:inline-block;overflow:hidden;padding:0;width:auto}.kt-gallery-tiles .kt-gallery-item img{width:100%;position:static}.kt-gallery-tiles .kt-gallery-intrinsic{height:auto;padding-bottom:0!important}.kt-gallery-tiles.justified-gallery .kt-gallery-item{position:absolute}.kt-filters .kt-option-set li a,.kt-overlay-border{-webkit-transform:translateZ(0);border:1px solid #fff0}.kt-overlay-border{position:absolute;left:10px;right:10px;bottom:10px;top:10px}.kt-filters .kt-option-set li a:after,.kt-filters .kt-option-set li a:before,.kt-overlay-border:after,.kt-overlay-border:before{width:100%;height:100%;z-index:3;content:"";position:absolute;top:0;left:0;opacity:1;box-sizing:border-box;-ms-transition:all .5s ease-out;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-ms-transform:scale(0);-webkit-transform:scale(0);transform:scale(0)}.kt-overlay-border:before{border-bottom:1px solid #fff;border-left:1px solid #fff;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%}.kt-overlay-border:after{border-top:1px solid #fff;border-right:1px solid #fff;-ms-transform-origin:100%0;-webkit-transform-origin:100%0;transform-origin:100%0}.kt-filters .kt-option-set li a.selected:after,.kt-filters .kt-option-set li a.selected:before,.kt-filters .kt-option-set li a:hover:after,.kt-filters .kt-option-set li a:hover:before,.kt-gallery-item:hover .kt-overlay-border:after,.kt-gallery-item:hover .kt-overlay-border:before{-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.kt-galleries-loading .kt-filters,.kt-loaded .kt-load-cube-grid{display:none}.kt-galleries-loading.kt-loaded .kt-filters{display:block}.kt-filters .kt-option-set{padding:0;text-align:center;list-style:none;margin-bottom:10px;margin-top:5px}.kt-filters .kt-option-set li{display:inline-block;margin:3px}.kt-filters .kt-option-set li a{position:relative;color:#444;padding:6px 8px;text-transform:uppercase}.kt-filters .kt-option-set li a:after,.kt-filters .kt-option-set li a:before{-ms-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.kt-filters .kt-option-set li a:before{border-bottom:1px solid #444;border-left:1px solid #444;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%}.kt-filters .kt-option-set li a:after{border-top:1px solid #444;border-right:1px solid #444;-ms-transform-origin:100%0;-webkit-transform-origin:100%0;transform-origin:100%0}.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-left:after,.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-left:before,.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-right:after,.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-right:before{position:static;border:0;margin:0;width:auto;height:auto}.k-galleries-page-nav{text-align:center}.k-galleries-page-nav .nav-links>a,.k-galleries-page-nav .nav-links>span{padding:8px 18px;font-weight:700;font-size:14px;margin:5px;display:inline-block;float:none;min-width:14px;text-align:center;color:#aaa;background:#fff;border:solid 2px #aaa;transition:all .2s ease-in-out}.k-galleries-page-nav .nav-links>a:hover{border-color:#777;color:#777}.k-galleries-page-nav .nav-links>.current{border-color:#777;background:#777;color:#fff}.k-galleries-page-nav .nav-links:after,.k-galleries-page-nav:before{clear:both;display:table;content:""}.kt-load-cube-grid{width:40px;height:40px;margin:100px auto;position:relative}.kt-loading-text{position:absolute;bottom:-24px;width:180px;text-align:center;margin-left:-90px;font-size:11px;line-height:1;left:50%}.kt-load-cube-grid .kt-load-cube{width:33%;height:33%;background-color:#999;float:left;-webkit-animation:kt-load-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:kt-load-cubeGridScaleDelay 1.3s infinite ease-in-out}.kt-load-cube-grid .kt-load-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.kt-load-cube-grid .kt-load-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.kt-load-cube-grid .kt-load-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.kt-load-cube-grid .kt-load-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.kt-load-cube-grid .kt-load-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.kt-load-cube-grid .kt-load-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.kt-load-cube-grid .kt-load-cube7{-webkit-animation-delay:0s;animation-delay:0s}.kt-load-cube-grid .kt-load-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.kt-load-cube-grid .kt-load-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}.kt-galleries-container-outer .post-password-form{padding:20px}@font-face{font-display:swap;font-family:bwf-icon;src:url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/css/fonts/icons-fonts/bwf-icon.eot?rwcwgb);src:url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/css/fonts/icons-fonts/bwf-icon.eot?rwcwgb#iefix) format("embedded-opentype"),url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/css/fonts/icons-fonts/bwf-icon.ttf?rwcwgb) format("truetype"),url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/css/fonts/icons-fonts/bwf-icon.woff?rwcwgb) format("woff"),url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/css/fonts/icons-fonts/bwf-icon.svg?rwcwgb#funnelkitbump-icon) format("svg");font-weight:400;font-style:normal}body #wfob_wrap *{text-align:left;box-sizing:border-box}body #wfob_wrap{margin:16px 0}div#wfob_wrap .wfob_wrap_start{margin-bottom:16px}body #wfacp-e-form del span.amount{opacity:1}body #wfacp-e-form .wfob_wrapper h1,body #wfacp-e-form .wfob_wrapper h2,body #wfacp-e-form .wfob_wrapper h3,body #wfacp-e-form .wfob_wrapper h4,body #wfacp-e-form .wfob_wrapper h5,body #wfacp-e-form .wfob_wrapper h6,body #wfob_wrap .wfob_wrapper p{margin:0 0 8px}div#wfob_wrap .wfob_wrap_start:last-child{margin-bottom:0}body .wfob_qv-inner-modal *{box-sizing:border-box}body #wfob_wrap .wfob_bgBox_table{display:table;width:100%}body #wfob_wrap .wfob_skin_description ol,body #wfob_wrap .wfob_skin_description ul{padding-left:16px}body #wfob_wrap .wfob_wrapper .wfob_skin_description{margin-bottom:8px}body #wfob_wrap .wfob_wrapper .wfob_bump_section .bwf_display_flex .wfob_skin_description ol,body #wfob_wrap .wfob_wrapper .wfob_bump_section .bwf_display_flex .wfob_skin_description ol li,body #wfob_wrap .wfob_wrapper .wfob_bump_section .bwf_display_flex .wfob_skin_description ul,body #wfob_wrap .wfob_wrapper .wfob_bump_section .bwf_display_flex .wfob_skin_description ul li{text-align:left!important}body #wfacp-e-form #wfob_wrap .wfob_checkbox_input_wrap input,body #wfob_wrap .wfob_checkbox_input_wrap input{border:2px solid #dedfea;position:relative;left:auto;top:auto;bottom:auto;margin:0;display:inline-block;width:18px;height:18px;border-radius:3px;box-shadow:none}#wfob_qr_model_wrap .wfob_qr_wrap .button:hover:after,#wfob_qr_model_wrap .wfob_qr_wrap .button:hover:before,body #wfob_wrap .wfob_bump_wrapper:empty{display:none}body #wfob_wrap .woocommerce-input-wrapper .wfacp-form-control:-webkit-autofill,body #wfob_wrap .woocommerce-input-wrapper .wfacp-form-control:-webkit-autofill:focus,body #wfob_wrap .woocommerce-input-wrapper .wfacp-form-control:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0}body #wfob_wrap .wfob_bump_section{position:relative}body #wfob_wrap .wfob_bump_section:not(.wfob_layout_7){overflow:hidden}body #wfob_wrap .wfob_wrapper a{text-decoration:none}body #wfob_wrap .bwf_margin{margin:0 0 8px}body #wfob_wrap .bwf_mb_15{margin-bottom:15px}body #wfob_wrap .bwf_mb_20{margin-bottom:20px}body #wfob_wrap .wfob_bump.wfob_remove_read_more .wfob_read_more_link:not(.wfob_read_more_des_link){display:none}body #wfob_wrap a.wfob_read_more_link{font-weight:600}body #wfob_wrap .wfob_bump:not(.wfob_remove_read_more) .wfob_read_more_des_link{display:none}body #wfob_wrap .wfob_bump:not(.wfob_remove_read_more).bump_skin_type_2 .wfob_description_wrap .wfob_qv-button{display:none}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch{position:relative;display:none;left:auto;right:auto;top:auto;bottom:auto;margin:0;padding:0;vertical-align:middle}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch+label .sw:empty{display:block!important}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bwf_bump_toggle_checkout) .wfob_pro_txt_wrap .bwf_display_col_flex{position:relative}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch+label{top:6px;bottom:auto;left:auto;margin:0;right:-50px;display:block;position:absolute;width:auto!important;cursor:pointer}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch+label+span.sw{display:inline-block;width:34px;height:14px;float:right;border-radius:8px;margin-right:10px;margin-left:10px;background:#dcdcdc}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch+label .sw{display:inline-block;width:34px;height:14px;float:right;border-radius:8px;margin-right:10px;margin-left:10px;background-color:#dcdcdc}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch+label .sw:before{content:'';position:absolute;top:50%;background-color:#bababa;margin-top:-10px;height:20px;width:20px;border-radius:15px;left:0;transition:all ease .3s;box-shadow:0 2px 2px 0 #2929293D}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch:checked+label .sw:before{margin-left:14px}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout.wfob_enable_image:not(.wfob_img_position_top) .bwf_display_col_flex.wfob_pro_txt_wrap .bwf_display_col_flex{width:calc(100% - 50px)}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout:not(.wfob_enable_image) .bwf_display_col_flex.wfob_pro_txt_wrap .bwf_display_col_flex{flex:1;padding-right:50px}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .bwf_display_col_flex.wfob_pro_txt_wrap .bwf_display_col_flex{position:relative}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .bwf_display_col_flex.wfob_pro_txt_wrap .bwf_display_col_flex>label{display:block;width:100%;margin:0}body #wfob_wrap .wfob_wrapper .wfob_text_inner p:last-child{margin-bottom:0}body #wfob_wrap .wfob_wrapper .wfob_text_inner p:empty{display:none}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap bdi,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap label,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap span,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap span.amount,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap span:not(.wfob_blink_img_wrap){font-size:20px;color:#353030;line-height:1.5;margin:0}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_2 .wfob_btn_remove.wfob_product_show_btn{display:inline-block!important}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_2 .wfob_btn_remove .wfob_btn_text_remove,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_2 .wfob_btn_remove:hover .wfob_btn_text_added{display:none}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_2 .wfob_btn_remove:hover .wfob_btn_text_remove{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_2 .wfob_price_container *{line-height:1!important}body #wfob_wrap .wfob_wrapper .wfob_text_inner ul{list-style:inherit}body #wfob_wrap .wfob_wrapper .wfob_text_inner ol,body #wfob_wrap .wfob_wrapper .wfob_text_inner ol li{list-style-type:decimal}body #wfob_wrap .wfob_wrapper .wfob_text_inner ul li{list-style:inherit;margin-bottom:3px}body #wfob_wrap .wfob_wrapper .wfob_text_inner ul li:last-child{margin-bottom:0}body #wfob_wrap .wfob_wrapper .wfob_text_inner p{color:#353030;line-height:1.4;font-size:14px}body #wfob_wrap .wfob_wrapper .wfob_text_inner p:last-child{margin:0}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button,body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *,body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container+.wfob_l3_s_btn{text-align:right}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price del{margin-bottom:4px;display:inline-block}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price del,body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price ins{display:block;margin-right:0}body #wfob_wrap .wfob_wrapper .bwf_display_flex{display:flex}body #wfob_wrap .wfob_wrapper .bwf_display_col_flex{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}body #wfob_wrap .wfob_wrapper .wfob_pro_img_wrap{margin:0;float:none}body #wfob_wrap .wfob_wrapper .wfob_pro_image_wrap{max-width:200px}body #wfob_wrap .wfob_wrapper .wfob_pro_img_wrap{height:auto;width:100%}body #wfob_wrap .wfob_wrapper .wfob_pro_img_wrap img{max-width:100%;height:auto;display:block}.wfob_wrapper .wfob_blink_img_wrap img,.wfob_wrapper .wfob_pro_img_wrap img{display:initial}body #wfob_wrap .wfob_wrapper .wfob_pro_txt_wrap{width:100%}body #wfob_wrap .wfob_bump:not(.wfob_enable_image) .wfob_pro_image_wrap{display:none!important}body #wfob_wrap .wfob_wrapper .wfob_checkbox{position:relative;left:auto;right:auto;top:auto;bottom:auto;margin:0 10px 0 0;padding:0;vertical-align:middle}body #wfob_wrap .wfob_contentBox:before,body #wfob_wrap .wfob_wrapper .wfob_contentBox:after{display:block;content:''}body #wfob_wrap .wfob_wrapper .wfob_contentBox:after{clear:both}.wfob_Box .wfob_contentBox p:last-child{padding-bottom:0;margin-bottom:0}body #wfob_wrap .wfob_wrapper .wfob_enable_image .bwf_display_col_flex.wfob_pro_txt_wrap{width:calc(100% - 200px);margin-left:16px;flex:1}body #wfob_wrap .wfob_checkbox_input_wrap *{line-height:0!important}body #wfob_wrap .wfob_checkbox_input_wrap{max-width:53px;margin-right:0;position:absolute;top:0}body #wfob_wrap .wfob_check_wrap.wfob_arrow_true{margin-right:5px;float:none;display:inline-block}.et-db #et-boc .et-l .wfob_wrapper .wfob_blink_img_wrap .wfob_no_blink,.wfob_wrapper .wfob_blink_img_wrap .wfob_blink,.wfob_wrapper .wfob_blink_img_wrap .wfob_no_blink{display:none}.wfob_wrapper .wfob_point_animation .wfob_blink_img_wrap .wfob_blink{display:inline}.wfob_wrapper .wfob_bump:not(.wfob_point_animation) .wfob_blink_img_wrap img.wfob_no_blink{display:inline}body #wfob_wrap .wfob_bump.wfob_header_enable_pointing_arrow .wfob_display_pointer .wfob_label_wrap{padding-left:50px}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_display_pointer .wfob_label_wrap label{margin-bottom:0}body #wfob_wrap .wfob_bump:not(.wfob_header_enable_pointing_arrow) span.wfob_bump_checkbox{padding-left:0}body #wfob_wrap .wfob_bump:not(.wfob_header_enable_pointing_arrow) .wfob_label_wrap{padding-left:26px}body #wfob_wrap .wfob_bump:not(.wfob_header_enable_pointing_arrow) span.wfob_blink_img_wrap{display:none}body #wfob_wrap .wfob_wrapper .wfob_title_wrap:not(.wfob_display_pointer) span.wfob_bump_checkbox{max-width:16px;padding:0;margin:0}body #wfob_wrap .wfob_wrapper .wfob_title_wrap:not(.wfob_display_pointer) span.wfob_bump_checkbox .wfob_checkbox{margin:0}body #wfob_wrap .wfob_wrapper .wfob_title_wrap:not(.wfob_display_pointer) .wfob_label_wrap{padding-left:26px;line-height:1}body #wfob_wrap .wfob_wrapper .wfob_header_enable_pointing_arrow .wfob_title_wrap .wfob_label_wrap{padding-left:53px}body #wfob_wrap .wfob_wrapper .wfob_title_wrap .wfob_title{margin-bottom:0}.wfob_qv-opac{z-index:10001}.wfob_qv-panel{z-index:10002}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_display_pointer .wfob_checkbox_input_wrap span.wfob_bump_checkbox{display:inline;vertical-align:middle}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_header_enable_pointing_arrow .wfob_display_pointer .wfob_checkbox_input_wrap span.wfob_blink_img_wrap{margin-right:2px;display:inline-block;vertical-align:middle;max-width:18px;max-height:18px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_header_enable_pointing_arrow .wfob_display_pointer .wfob_checkbox_input_wrap span.wfob_blink_img_wrap svg{width:100%;height:100%}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_bump_title_start{position:relative}body #wfob_wrap .wfob_wrapper label.wfob_title{display:block;font-weight:600;line-height:1.5}body #wfob_wrap .wfob_wrapper .wfob_bump_section:not(.wfob_layout_3):not(.wfob_layout_4) label.wfob_title{cursor:pointer}body #wfob_wrap .wfob_wrapper label.wfob_title *{font-weight:600}body #wfob_wrap .wfob_wrapper .wfob_l3_c_sub_head{line-height:1.5}body #wfob_wrap .wfob_wrapper .wfob_title:empty{display:none}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .bwf_display_flex{display:block!important;text-align:center}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .bwf_display_flex .bwf_display_col_flex{display:block;width:auto;margin:0 auto 10px;text-align:center}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .bwf_display_flex .bwf_display_col_flex *{text-align:center}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob-switch+label{left:0;width:calc(100% - 60px);position:absolute;right:auto}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top:not(.bump_skin_type_1) .wfob_title{display:inline-block!important;width:auto!important}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_text_inner p:last-child{margin-bottom:0}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_price_container *,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_qv-button,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_text_inner,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_text_inner p{text-align:center}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_qv-button{display:inline-block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_pro_txt_wrap .bwf_display_col_flex{display:inline-block;margin:0}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.wfob_enable_price) .wfob_price_container{display:none!important}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_price_container{width:auto;padding:0}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.wfob_img_position_top) .wfob_price_container{display:inline-block}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_price_container .wfob_price del{margin-right:4px;opacity:1}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.wfob_img_position_top).wfob_layout_5 .wfob_price_container{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_3 .wfob_error_message{font-size:14px;line-height:1.5;padding:0;text-align:left;margin:0 0 8px}body #wfob_wrap .wfob_layout_5 .wfob_pro_txt_wrap .wfob_bgBox_table{border:1px solid #dedfea;display:inline-block;width:auto;padding:5px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .wfob_bgBox_table *{line-height:1}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .wfob_bgBox_table label.wfob_title{line-height:1.5}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .wfob_title_wrap{text-align:center}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .wfob_price_container{margin-bottom:8px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .wfob_exclusive_content.wfob_exclusive_below_description{margin-bottom:8px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_right>.bwf_display_flex{flex-direction:row-reverse}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_right .wfob_sec_start .bwf_display_flex{flex-direction:row-reverse}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_right .wfob-switch+label{left:-50px;width:calc(100% - 50px);position:absolute;right:auto}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_right .wfob_title{display:inline-block!important;width:auto!important}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6.wfob_enable_image.wfob_img_position_top .wfob_title{padding-left:50px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6.wfob_enable_image.wfob_img_position_top .wfob-switch+label{right:auto;left:0;top:4px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_right.wfob_layout_6 .wfob_title{text-align:left}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.wfob_enable_image) .wfob-switch+label{left:6px;width:calc(100% - 60px);position:absolute;right:auto}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6:not(.wfob_enable_image) .wfob-switch+label{left:auto;position:absolute;right:0;top:6px;margin:0!important}body #wfob_wrap .wfob_wrapper .wfob_img_position_right .bwf_display_col_flex.wfob_pro_txt_wrap{margin-left:0;margin-right:16px;display:block}body .wfob_img_position_top .wfob_text_inner .wfob_quantity.q_h{margin:0 0 8px}body #wfob_wrap .wfob_wrapper a.wfob_qv-button{margin:0 0 8px;line-height:1.5;font-size:14px}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 label.wfob_title *{line-height:1}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 label.wfob_title{line-height:1.5}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_bump_title_start *{line-height:1}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1.wfob_bump_section .wfob_bgBox_table{border-radius:0}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_title_wrap .wfob_price_container{font-weight:600}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_l3_f_btn{font-size:16px;text-decoration:none;border:1px solid;font-weight:700;text-align:center;padding:6px 8px;color:#5f5d5d;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.2);display:inline-block;margin:0;line-height:20px}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_btn_add{display:inline-block}body #wfob_wrap .wfob_wrapper .wfob_l3_f_btn.wfob_btn_remove{display:none}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_l3_f_btn{transition:none}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_l3_f_btn.wfob_btn_remove{background:#e43b2c;color:#fff}body #wfob_wrap .wfob_wrapper .bump_skin_type_2 .wfob_pro_txt_wrap .wfob_l3_c_sub_head{font-weight:600;margin:0 0 8px}body #wfob_wrap .wfob_wrapper .bump_skin_type_2 .wfob_pro_txt_wrap .wfob_l3_c_sub_head span,body #wfob_wrap .wfob_wrapper .bump_skin_type_2 .wfob_pro_txt_wrap .wfob_l3_c_sub_head span bdi{font-weight:600}body #wfob_wrap .wfob_wrapper .bump_skin_type_2 .wfob_pro_txt_wrap .wfob_l3_c_sub_desc{margin:0 0 8px}body #wfob_wrap .wfob_wrapper .bump_skin_type_2 .wfob_add_to_cart_button{bottom:auto}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_top .wfob_add_to_cart_button{margin:10px auto auto!important}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_top .wfob_pro_txt_wrap *{text-align:center}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_enable_image.wfob_img_position_left .bwf_display_col_flex:last-child{margin-left:16px;align-items:center}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_top .wfob_btn_add{margin:auto}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_right .bwf_display_flex{flex-direction:row-reverse}body #wfob_wrap .wfob_wrapper .bump_skin_type_2 .wfob_pro_txt_wrap .wfob_content_sec span{background:0 0!important;border:none!important}body #wfob_wrap .bump_skin_type_2 .wfob_content_sec{padding-left:0}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_enable_price .wfob_price_container{display:block!important;width:100%;margin-bottom:12px}body #wfob_wrap .bump_skin_type_2 .wfob_content_sec label{font-size:16px;margin-bottom:0;width:100%;line-height:1.5;display:inline-block;background:0 0!important;border:none!important}.wfob_bump.bump_skin_type_2.wfob_enable_price .wfob_add_to_cart_button{display:block!important}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_3 .wfob_text_inner.wfob_skin_description{margin:0 0 8px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6.wfob_img_position_right .bwf_display_col_flex.wfob_pro_txt_wrap{margin-right:0}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_8 .wfob_text_inner.wfob_skin_description p{margin:0 0 8px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_8 .wfob_text_inner.wfob_skin_description p:last-child{margin-bottom:0}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_l3_f_btn.wfob_bump_product{transition:none!important}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_l3_f_btn span{text-align:center}body #wfob_wrap .wfacp_bump_clicked a.wfob_l3_f_btn,body #wfob_wrap .wfacp_bump_clicked a.wfob_l3_f_btn span{color:transparent!important;position:relative;transition:none}body #wfob_wrap .wfacp_bump_clicked a.wfob_l3_f_btn:before{position:absolute;left:0;right:0;top:50%;content:'';width:16px;margin:-8px auto auto;height:16px;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_l3_f_btn:hover{transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s}body #wfob_wrap .wfob_wrapper .wfob_l3_s_btn .wfob_l3_f_btn{transition:none}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}#wfob_wrap .bump_skin_type_1 .wfob_error_message{text-align:center}body #wfob_wrap .wfob_wrapper .bump_skin_type_2 .wfob_error_message{padding:0;text-align:left}body #wfob_wrap .wfob_wrapper .wfob_error_message{padding:10px;display:block}.wfob_error_message a{display:none}body #wfob_wrap .wfob_wrapper .wfob_error_message{margin:0;font-size:13px;margin-bottom:10px;line-height:1.5;text-align:center;color:#e20707}body #wfob_wrap .wfob_wrapper .wfob_error_message:empty{display:none!important}body #wfob_wrap .wfob_wrapper .bump_skin_type_1 .wfob_error_message{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top.wfob_layout_1 .wfob_label_wrap{text-align:left}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .bwf_display_flex{display:block;width:100%}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .bwf_display_col_flex{display:block;width:100%}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top.bump_skin_type_1 .bwf_display_flex .bwf_display_col_flex{margin-bottom:0}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_top .bwf_display_flex .bwf_display_col_flex.wfob_pro_image_wrap{margin-bottom:15px}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4 .wfob_price_container{display:block;text-align:right;width:25%;padding-left:10px}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container *,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1:not(.wfob_img_position_top) .wfob_price_container .wfob_price,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4 .wfob_price,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4 .wfob_price_container *,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4:not(.wfob_img_position_top) .wfob_price_container .wfob_price{text-align:right}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1.wfob_enable_price .wfob_bump_title_start,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4.wfob_enable_price .wfob_bump_title_start{width:82%;display:table-cell;vertical-align:middle;padding-right:8px}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4 .wfob_price_container{display:table-cell;vertical-align:middle;text-align:right;width:18%;padding-left:8px}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1.wfob_bump_price_on_sale.wfob_enable_price .wfob_bump_title_start,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4.wfob_bump_price_on_sale.wfob_enable_price .wfob_bump_title_start{width:78%}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1.wfob_bump_price_on_sale.wfob_enable_price .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4.wfob_bump_price_on_sale.wfob_enable_price .wfob_price_container{width:22%}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_price ins,body #wfob_wrap .wfob_wrapper .wfob_bump ins{text-decoration:none}body #wfob_wrap .wfob_price ins{background:0 0;text-decoration:none}.wfob_bgBox_table:after,.wfob_bgBox_table:before{content:'';display:block}.wfob_bgBox_table:after{clear:both}body #wfob_wrap .wfob_price_container *{line-height:1.5}body #wfob_wrap .wfob_wrapper .wfob_text_inner .wfob_text_inner{padding:0!important;line-height:1.5}body #wfob_wrap .wfob_skin_description,body #wfob_wrap .wfob_skin_description *{line-height:1.5}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.wfob_img_position_top) .wfob_text_inner .bwf_display_flex{display:flex}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_text_inner .bwf_display_col_flex{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_right .wfob_text_inner .bwf_display_flex{flex-direction:row-reverse}body #wfob_wrap .wfob_wrapper .wfob_l3_c_sub_desc.wfob_text_inner,body #wfob_wrap .wfob_wrapper .wfob_l3_c_sub_desc.wfob_text_inner *{line-height:1.4}body #wfob_wrap .wfob_wrapper .wfob_l3_c_sub_desc.wfob_text_inner p:last-child{margin-bottom:0}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_bump_title_start .wfob_checkbox_input_wrap{line-height:1}body #wfob_wrap .wfob_bump_section.wfob_layout_7 .wfob_content_sec{padding-left:0;margin-bottom:15px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7{margin-bottom:32px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .bwf_display_flex{margin-bottom:16px}body #wfob_wrap .wfob_bump_section.wfob_layout_7.wfob_img_position_top .wfob_l3_c_sub_desc *,body #wfob_wrap .wfob_bump_section.wfob_layout_7.wfob_img_position_top .wfob_l3_c_sub_head,body #wfob_wrap .wfob_bump_section.wfob_layout_7.wfob_img_position_top .wfob_l3_c_sub_head *{text-align:center}body #wfob_wrap .wfob_wrapper .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_price_container *{font-weight:400}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_img_position_right.wfob_layout_7 .wfob_title{text-align:left}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_price_container{margin-top:15px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7.wfob_img_position_top .bwf_title_center .wfob_bgBox_table{text-align:center}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7.wfob_img_position_top .bwf_title_center .wfob_bgBox_table .wfob_bump_title_start{display:inline-block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_add_to_cart_button{text-align:center;transform:translateY(50%);bottom:0}body #wfob_wrap .wfob_add_to_cart_button{position:absolute;left:0;right:0;bottom:-16px;z-index:99}body #wfob_wrap .wfob_add_to_cart_button .wfob_l3_s_btn{display:inline-block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_add_to_cart_button .wfob_l3_s_btn a,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_add_to_cart_button .wfob_l3_s_btn span{font-weight:600}body .woocommerce form .wfob_bump_qty_wrap input[type=number]::-webkit-inner-spin-button,body .woocommerce form .wfob_bump_qty_wrap input[type=number]::-webkit-outer-spin-button{opacity:1}.wfob_qty_wrap{position:relative}body .wfob_bump_wrapper .wfob_quantity.q_h{display:inline-flex}body #wfob_wrap .wfob_wrapper .wfob_pro_txt_wrap input.wfob_quantity_increment:focus{outline:0}body #wfob_wrap .wfob_wrapper .wfob_pro_txt_wrap input.wfob_quantity_increment{max-width:100%;border:none;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;height:30px;-moz-appearance:textfield!important}body #wfob_wrap .wfob_wrap_start .wfob_qty_wrap .value-button{display:block;margin:0;width:25px;height:24px;position:absolute;border:1px solid #e6e6e6;background:#f9f9f9;line-height:24px;text-align:center;vertical-align:middle;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:400;color:#3a3a3a;font-size:0;top:0;cursor:pointer}body #wfob_wrap .wfob_qty_wrap input.wfob_quantity_increment{text-align:center!important;border:none;margin:0 20px;max-width:100%;height:30px;box-shadow:none;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;width:30px!important;background:#fff!important;min-height:30px!important;font-size:13px!important;line-height:1.2!important;padding:2px!important;border-radius:0!important;color:#3a3a3a!important;-webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none;-moz-appearance:textfield!important;appearance:none}body .wfob_bump_wrapper .wfob_wrap_start .wfob_qty_wrap .value-button.wfob_increase_item{right:0!important;left:auto}body .wfob_bump_wrapper .wfob_wrap_start .wfob_qty_wrap .value-button:before{content:'+';position:absolute;left:0;right:0;font-size:14px;line-height:1px;top:50%;margin-top:-1px}body .wfob_bump_wrapper .wfob_wrap_start .wfob_qty_wrap .value-button.wfob_decrease_item:before{content:'-'}body .wfob_bump_wrapper .wfob_wrap_start .wfob_qty_wrap input.wfob_quantity_increment::-webkit-inner-spin-button,body .wfob_bump_wrapper .wfob_wrap_start .wfob_qty_wrap input.wfob_quantity_increment::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}body.wfob_bump_trigger .blockUI{display:none!important}body.wfob_bump_trigger .wfob_bump .blockUI{display:block!important}#wfob_main_wrapper_start .wfob_clearfix:before{display:table;content:''}#wfob_main_wrapper_start .wfob_clearfix:after{display:table;content:'';clear:both}body .wfob_selected_attributes .wfob_pro_attr_single .wfob_attribute_id{text-transform:capitalize}body .wfob_selected_attributes{margin:5px 0 5px}span.wfob_subs_wrap{display:inline-block;margin:12px 0}.wfob_selected_attributes:before,body .wfob_selected_attributes:after{content:'';display:block}body .wfob_selected_attributes .wfob_pro_attr_single{font-weight:400;font-size:13px;float:left;padding-right:12px;font-style:italic;color:#737373;position:relative;margin-right:6px}body .wfob_selected_attributes:after{clear:both}body span.wfob_attribute_value{color:#737373}body .wfob_product_sec .wfob_attribute_value.wfob_attr_value_not_available{color:#dd7575}body .wfob_main_form .wfob_selected_attributes .wfob_pro_attr_single>span{font-size:13px}body .wfob_selected_attributes .wfob_pro_attr_single span:last-child{width:5px;height:5px;display:block;position:absolute;top:50%;right:0;background:#c7c7c7;border-radius:50%;margin-top:-2.5px;font-size:0}body .wfob_selected_attributes .wfob_pro_attr_single:last-child{margin:0;padding:0}.wfob_text_inner.wfob_skin_description h2{margin:0 0 5px}body #wfob_wrap .wfob_wrapper .wfob_layout_9 . wfob_price_container{margin-bottom:16px}body #wfob_wrap .wfob_layout_9 .wfob_content_sec label.wfob_title{margin-bottom:8px}body #wfob_wrap .wfob_wrapper .wfob_layout_9 .bwf_display_col_flex:last-child{align-items:flex-start}body #wfob_wrap .wfob_layout_10 .wfob_content_sec{margin-bottom:4px}body #wfob_wrap .wfob_layout_10 .wfob_qv-button{font-size:14px}body #wfob_wrap .wfob_layout_10 .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price del,body #wfob_wrap .wfob_layout_10 .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price ins{display:inline-block!important}body #wfob_wrap .wfob_layout_10:not(.wfob_enable_image) .bwf_display_col_flex.wfob_pro_txt_wrap{align-items:center}body #wfob_wrap .wfob_bump_section .wfob_exclusive_content,body #wfob_wrap .wfob_bump_section .wfob_exclusive_content *{font-weight:600}body #wfob_wrap .wfob_bump_section.wfob_active_exclusive.wfob_exclusive_below_description .wfob_exclusive_content.wfob_exclusive_below_description{display:block}body #wfob_wrap .wfob_bump_section.wfob_active_exclusive.wfob_exclusive_above_description .wfob_exclusive_content.wfob_exclusive_above_description{display:block}body #wfob_wrap .wfob_bump_section.wfob_active_exclusive.wfob_exclusive_above_title .wfob_exclusive_content.wfob_exclusive_above_title{display:block}body #wfob_wrap .wfob_bump_section .wfob_exclusive_content{display:none}body #wfob_wrap .wfob_exclusive_content.wfob_exclusive_above_description,body #wfob_wrap .wfob_exclusive_content.wfob_exclusive_above_title,body #wfob_wrap .wfob_exclusive_content.wfob_exclusive_below_description{margin-bottom:4px}body #wfob_wrap .wfob_wrapper .wfob_text_inner.wfob_skin_description:empty{display:none}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .wfob_qv-button{margin:0 0 8px}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_9 .wfob_qv-button{margin:0 0 8px}div#wfob_wrap.bwf_bump_skin_selection .wfob_wrap_start.wfob_layout_7{margin-bottom:8px}body #wfob_wrap.bwf_bump_skin_selection .wfob_wrap_start{margin-bottom:0}body #wfob_wrap .wfob_wrap_start .blockUI.blockOverlay{display:none!important}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_bump:not(.bump_skin_type_2):not(.wfob_layout_5) .wfob_price_container .wfob_price del,body #wfob_wrap.wfacp_below_mini_cart_items .wfob_bump:not(.bump_skin_type_2):not(.wfob_layout_5) .wfob_price_container .wfob_price ins{display:block;margin:0!important}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_bump:not(.bump_skin_type_2) .wfob_price_container .wfob_price del span{margin-right:0}body #wfob_wrap.wfacp_below_mini_cart_items .bump_skin_type_2 .wfob_pro_txt_wrap .wfob_bgBox_table{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_checkbox_input_wrap,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4 .wfob_checkbox_input_wrap{margin-top:2px;top:0}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1.wfob_enable_price .wfob_bump_title_start,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4 .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4.wfob_enable_price .wfob_bump_title_start{vertical-align:top}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_wrapper .wfob_bump.wfob_layout_5 .bwf_display_flex,body #wfob_wrap.wfacp_below_mini_cart_items .wfob_wrapper .wfob_bump.wfob_layout_5 .bwf_display_flex .bwf_display_col_flex:not(.wfob_pro_image_wrap){display:block;margin-left:0;margin-right:0;width:100%}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_wrapper .wfob_bump.wfob_layout_5 .wfob_pro_image_wrap{display:block;margin:auto auto 12px}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_wrapper .wfob_bump.wfob_layout_10 .bwf_display_flex .bwf_display_col_flex{display:block;text-align:left}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_wrapper .wfob_bump.wfob_layout_10 .bwf_display_flex .bwf_display_col_flex .bwf_display_col_flex.wfob_add_to_cart_button{margin:0!important;text-align:left}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_wrapper .wfob_bump.wfob_layout_10 .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *{text-align:left}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_layout_5 .wfob_pro_txt_wrap .wfob_bgBox_table{display:block}body #wfob_wrap .wfob_wrapper .wfob_checkbox_input_wrap .wfob_checkbox{border:2px solid #dedfea;position:relative;left:auto;top:auto;bottom:auto;margin:0;display:inline-block;width:18px;height:18px;border-radius:3px;box-shadow:none;opacity:1;-webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;font-size:14px;outline:0;padding:0;text-align:center;vertical-align:middle;transition:all .2s ease-in-out;background:#fff;cursor:pointer}body #wfob_wrap .wfob_wrapper input[type=checkbox]:checked:before{width:14px;content:"\e600";height:14px;font-size:14px;line-height:1;font-family:bwf-icon;position:absolute;left:0;right:0;margin:auto;color:#1e8cbe;top:50%;margin-top:-7px;transform:none;border:none}body #wfob_wrap .wfob_wrapper input[type=checkbox]:checked:after{-webkit-transform:scale(1);transform:scale(1);-webkit-transition-delay:.1s;transition-delay:.1s;opacity:1;display:none}body #wfob_wrap .wfob_wrapper input[type=checkbox]:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:scale(.2);transform:scale(.2);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:0;width:10px;height:8px;margin-left:-5px;margin-top:-4px;background-image:url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/img/wf-check.svg),none}body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_price_container .wfob_price del span,body #wfob_wrap .wfob_wrapper .wfob_bump .wfob_price_container .wfob_price ins span{margin:0;opacity:1}body #wfob_wrap .wfob_wrap_start .wfob_wrapper .wfob_layout_3.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *,body #wfob_wrap .wfob_wrap_start .wfob_wrapper .wfob_layout_4.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *{text-align:center}body #wfob_wrap .wfob_wrapper .wfob_price .tax_label{width:auto;display:inline-block}body #wfob_wrap .wfob_wrapper .wfob_price .tax_label:after{display:none}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_header_enable_pointing_arrow.wfob_point_animation .wfob_display_pointer .wfob_checkbox_input_wrap span.wfob_blink_img_wrap svg{animation:wfob-blink-animation 1s infinite}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_header_enable_pointing_arrow.wfob_point_animation .wfob_display_pointer .wfob_checkbox_input_wrap span.wfob_blink_img_wrap svg path{fill:#d80027}@keyframes wfob-blink-animation{0%,49%{opacity:1}100%,50%{opacity:0}}@media (min-width:768px){body #wfob_wrap:not(.wfacp_below_mini_cart_items) .wfob_wrapper .wfob_bump_section.wfob_layout_10:not(.wfob_img_position_right):not(.wfob_img_position_top) .bwf_display_col_flex.wfob_add_to_cart_button,body #wfob_wrap:not(.wfacp_below_mini_cart_items) .wfob_wrapper .wfob_bump_section.wfob_layout_10:not(.wfob_img_position_right):not(.wfob_img_position_top) .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *,body #wfob_wrap:not(.wfacp_below_mini_cart_items) .wfob_wrapper .wfob_bump_section.wfob_layout_10:not(.wfob_img_position_right):not(.wfob_img_position_top) .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container+.wfob_l3_s_btn{text-align:center}body #wfob_wrap.wfacp_below_mini_cart_items .wfob_bump_section.wfob_layout_10:not(.wfob_enable_image) .bwf_display_col_flex.wfob_add_to_cart_button,body #wfob_wrap.wfacp_below_mini_cart_items .wfob_bump_section.wfob_layout_10:not(.wfob_enable_image) .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *,body #wfob_wrap.wfacp_below_mini_cart_items .wfob_bump_section.wfob_layout_10:not(.wfob_enable_image) .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container+.wfob_l3_s_btn{text-align:center!important}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1.wfob_bump_price_on_sale.wfob_enable_price.wfob_display_tax_label .wfob_bump_title_start,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4.wfob_bump_price_on_sale.wfob_enable_price.wfob_display_tax_label .wfob_bump_title_start{width:70%}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1.wfob_bump_price_on_sale.wfob_enable_price.wfob_display_tax_label .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4.wfob_bump_price_on_sale.wfob_enable_price.wfob_display_tax_label .wfob_price_container{width:30%}}@media (max-width:767px){body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6 .wfob_pro_txt_wrap>.bwf_display_flex{display:flex}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 del span.amount{margin-right:0}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_4 .wfob_price_container{vertical-align:top}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container .wfob_price del{margin:0}body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container .wfob_price del,body #wfob_wrap .wfob_wrapper .wfob_bump.bump_skin_type_1 .wfob_price_container .wfob_price ins{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_add_to_cart_button{transform:none;position:relative}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_add_to_cart_button .wfob_l3_s_btn{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_7 .wfob_l3_s_btn a{width:100%}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_10 .bwf_display_flex .bwf_display_col_flex{display:block;text-align:left}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_10 .bwf_display_flex .bwf_display_col_flex .bwf_display_col_flex.wfob_add_to_cart_button{margin:0!important;text-align:left}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_10 .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *{text-align:left}body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap bdi,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap label,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap span,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap span.amount,body #wfob_wrap .wfob_wrapper .wfob_bump:not(.bump_skin_type_2) .wfob_pro_txt_wrap span:not(.wfob_blink_img_wrap){line-height:1.5}body #wfob_wrap .wfob_wrapper .bwf_bump_toggle_checkout .wfob-switch+label{top:3px;margin-top:0!important}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .bwf_display_flex,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .bwf_display_flex .bwf_display_col_flex:not(.wfob_pro_image_wrap),body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6 .bwf_display_flex,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6 .bwf_display_flex .bwf_display_col_flex:not(.wfob_pro_image_wrap){display:block;margin-left:0;margin-right:0}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_5 .wfob_pro_image_wrap,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_6 .wfob_pro_image_wrap{display:block;margin:auto auto 12px}body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button,body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *,body #wfob_wrap .wfob_wrapper .bump_skin_type_2.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container+.wfob_l3_s_btn{text-align:left}body #wfob_wrap .wfob_layout_5 .wfob_pro_txt_wrap .wfob_bgBox_table{display:block}body #wfob_wrap .wfob_layout_5 .wfob_title_wrap *{text-align:left!important}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_3 .wfob_pro_txt_wrap,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_4 .wfob_pro_txt_wrap{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_3 .wfob_pro_txt_wrap,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_4 .wfob_pro_txt_wrap{display:block}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_3 .wfob_pro_txt_wrap .bwf_display_col_flex.wfob_add_to_cart_button,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_4 .wfob_pro_txt_wrap .bwf_display_col_flex.wfob_add_to_cart_button{margin:0}body #wfob_wrap .wfob_wrap_start .wfob_wrapper .wfob_layout_4.wfob_img_position_left .bwf_display_col_flex.wfob_add_to_cart_button .wfob_price_container *{text-align:left}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_3 .bwf_display_flex,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_4 .bwf_display_flex{align-items:center}body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_3 .wfob_pro_image_wrap,body #wfob_wrap .wfob_wrapper .wfob_bump.wfob_layout_4 .wfob_pro_image_wrap{max-width:60px}}a.wfob_qv-button{cursor:pointer;overflow:hidden;z-index:10;display:table;margin:0 auto;line-height:1}.wfob_qv-btn-icon{display:table;float:left;margin-right:6px}.wfob_qv-panel{position:fixed;opacity:0;transition:opacity .25s ease-in;z-index:9999}.wfob_qv-panel-active{opacity:1;top:0;bottom:0;left:0;right:0}.wfob_qv-opac{background-color:#000;width:100%;height:100%;opacity:.8;display:none;position:fixed;z-index:9998;top:0;bottom:0;left:0;right:0}.wfob_qv_content_wrap{overflow:auto;position:relative;top:0;height:100%}.wfob_qv_content_inner_container{position:absolute;top:50%;background:#fff;left:50%;transform:translate(-50%,-50%);width:100%;margin:auto;box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-moz-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);max-width:875px;max-height:calc(100vh - 72px);overflow:auto;border-radius:12px}.wfob_qv_no_html .wfob_qv_content_inner_container{bottom:0}.wfob_qv_no_html .wfob_qv-main:after{position:absolute;left:0;right:0;top:50%;content:'';width:24px;margin:-8px auto auto;height:24px;border:2px solid #0073aa;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-top:-12px}.wfob_qv-animation-linear{animation:wfob_qv-key .5s ease;animation-fill-mode:forwards}.wfob_qv-animation-fadein{animation:wfob_qv-key-fadein .7s ease;animation-fill-mode:forwards}@keyframes wfob_qv-key{100%{transform:translate(0,0)}}@keyframes wfob_qv-key-fadein{100%{opacity:1}}.wfob_qv-outer-modal{position:absolute;z-index:1}.wfob_qv-container{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:absolute;top:50%;background:#fff;left:50%;transform:translate(-50%,-50%);width:100%;margin:auto;box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-moz-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);max-width:875px;max-height:calc(100vh - 72px);overflow:auto;border-radius:12px}.wfob_qr_wrap{margin:0 -15px}.wfob_qv-top-panel{position:absolute;top:-50px;left:0;right:0}.wfob_qv-images{width:50%;position:relative;margin:0;float:left;padding:0 15px}.wfob_qv-summary table,td,th{border:none}.wfob_qv-summary{width:50%;position:relative;margin:0;float:right;text-align:left;padding:0 15px}.wfob_qv-summary h1{font-size:24px;line-height:1.5;font-weight:600;margin:0 0 10px;color:#353030}#wfob_qr_model_wrap .wfob_qv-summary p{color:#353030;font-size:14px;line-height:1.5;margin:0 0 16px}.wfob_qr_wrap form.cart{padding:0}#wfob_qr_model_wrap .woocommerce-product-details__short-description p:last-child{margin:0}#wfob_qr_model_wrap .wfob_qr_wrap table.variations{table-layout:fixed;margin:0;border-spacing:0;width:100%;border-collapse:separate}#wfob_qr_model_wrap .woocommerce-variation-add-to-cart-disabled .button{cursor:not-allowed;opacity:.5;pointer-events:none}#wfob_qr_model_wrap .wfob_qr_wrap table.variations .value{margin-bottom:15px}#wfob_qr_model_wrap .wfob_qr_wrap table.variations select{font-size:14px;width:100%;border:1px solid #dcdcdc;max-width:100%;border-radius:4px;position:relative;vertical-align:middle;color:#404040;display:block;box-shadow:none;appearance:none;padding:12px 16px;height:auto;background:url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/img/icon-down-arrow.svg) no-repeat 98% 50% #fff;background-size:12px;margin:0 0 10px;min-height:48px;line-height:1.2}#wfob_qr_model_wrap .wfob_qr_wrap .single_variation_wrap .woocommerce-variation-price,#wfob_qr_model_wrap .wfob_qr_wrap .single_variation_wrap .woocommerce-variation-price span{font-size:16px;line-height:24px}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery__trigger,#wfob_qr_model_wrap .wfob_qr_wrap span.onsale{display:none}#wfob_qr_model_wrap .wfob_qr_wrap table.variations td,#wfob_qr_model_wrap .wfob_qr_wrap table.variations th{display:list-item;list-style:none;background-color:transparent;border:none;padding:0;width:auto}#wfob_qr_model_wrap .wfob_qr_wrap table.variations td label,#wfob_qr_model_wrap .wfob_qr_wrap table.variations th label{display:inline-block;max-width:100%;font-weight:700;text-transform:capitalize;margin-bottom:5px;font-size:14px;line-height:20px}#wfob_qr_model_wrap .wfob_qr_wrap .wfob_qv-summary p.price{font-size:20px;line-height:25px;color:#000;margin-bottom:10px}#wfob_qr_model_wrap .wfob_qr_wrap del span.amount{opacity:.6;font-weight:400;margin-right:.3em}#wfob_qr_model_wrap .wfob_qr_wrap span.amount{white-space:nowrap;color:#111;font-weight:700}#wfob_qr_model_wrap .wfob_qr_wrap .quantity .qty{width:4.235801032em;text-align:center;padding:.6180469716em;background-color:#f2f2f2;color:#43454b;outline:0;border:0;-webkit-appearance:none;box-sizing:border-box;font-weight:400;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);font-size:100%;margin:0;vertical-align:baseline}#wfob_qr_model_wrap .woocommerce-product-details__short-description{margin-top:15px}#wfob_qr_model_wrap .wfacp_qr_wrap table.variations .value{margin-bottom:15px}#wfob_qr_model_wrap .wfob_qr_wrap .button{position:relative;display:block;text-transform:uppercase;font-size:15px;color:#fff;-ms-touch-action:none;touch-action:none;cursor:pointer;font-weight:600;text-align:center;text-decoration:none;border:1px solid transparent;vertical-align:middle;border-radius:0;margin-top:0;text-shadow:none;line-height:1.5;min-height:50px;padding:13px 25px;max-width:100%;box-sizing:border-box;background-color:#24ae4e;width:100%}#wfob_qr_model_wrap .wfob_qr_wrap .quantity{margin-bottom:20px}#wfob_qr_model_wrap .wfob_qr_wrap label.screen-reader-text{display:none}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-viewport{margin-bottom:25px}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{border-radius:12px;border:1px solid #dedfea}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs{padding:0;position:relative;top:auto;right:auto;bottom:auto;line-height:1.5;margin:0 -10px}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none;margin-bottom:16px;cursor:pointer;box-shadow:none;padding:0 10px}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1){clear:both}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n){margin-right:0}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li img{opacity:.5;-webkit-transition:all,ease,.2s;transition:all,ease,.2s;width:100%;height:auto;border:1px solid #dedfea}#wfob_qr_model_wrap .wfob_qr_wrap .button.minus,#wfob_qr_model_wrap .wfob_qr_wrap .button.plus{display:none}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{opacity:1}.wfob_qv-main{overflow:auto;position:relative;top:0;height:100%;background-color:#fff;padding:24px}#wfob_qr_model_wrap .wfob_qv-main .wfob_qv_sec{padding-left:0;padding-right:0}#wfob_qr_model_wrap .wfob_qv-main .wfob_qv_sec h1.product_title{color:#353030;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.wfob_clear{clear:both}.wfob_qv-close{display:table;right:0;bottom:0;position:absolute;color:#fff;cursor:pointer}.wfob_qv-nxt,.wfob_qv-prev{color:#fff;display:table;position:fixed;top:50%;transform:translate(0,-50%);font-size:30px;cursor:pointer;z-index:100}.wfob_qv-prev{left:3%}.wfob_qv-nxt{right:3%}.wfob_qv-plink{padding:8px 13px;display:inline-block;background-color:#2d84d4;margin-top:10px}.wfob_qv-plink a{color:#fff}.wfob_qv-plink a:hover{color:#eee}.wfob_qv-panel .woocommerce-review-link{display:none}.woocommerce div.product .wfob_qv-images div.images{float:none;margin:auto;width:auto}.wfob_qv{width:24px;height:24px;display:block;z-index:555;border-radius:50%;right:15px;background:url(/wp-content/plugins/funnel-builder-pro/modules/order-bumps/assets/img/icon-cross.svg) no-repeat center center;top:0}.wfob_qv-preloader{text-align:center}@keyframes wfob_qv-spin{100%{transform:rotate(360deg)}}@-o-keyframes wfob_qv-spin{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes wfob_qv-spin{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes wfob_qv-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes wfob_qv-spin{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{transform:rotate(360deg);transform:rotate(360deg)}}.wfob_qv-opl{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wfob_qv-mpl{visibility:hidden;position:relative;display:table;margin:auto}.wfob_qv-pl-active{display:table;visibility:visible}body #wfob_qr_model_wrap .wfob_qr_wrap .wfob_button_loader_active:before,body #wfob_qr_model_wrap .wfob_qr_wrap .wfob_button_loader_active:hover:before{position:absolute;left:0;right:0;top:50%;content:'';width:16px;margin:-8px auto auto;height:16px;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}body #wfob_qr_model_wrap .wfob_qr_wrap .wfob_button_loader_active{pointer-events:none;font-size:0}.wfacp_anim_active .single_variation_wrap .amount:after{display:none}.wfob_qv_title_wrap .is-divider.small{display:none}.wfob_qv_title_wrap h1{margin:0}html.wfob_quick_view_opened{overflow:hidden!important}#wfob_qr_model_wrap .woocommerce-product-gallery__image a img{display:block;width:100%;height:auto;box-shadow:none}.single_variation_wrap .woocommerce-variation-price{display:none}.wfob_option_btn{display:none}.wfob_qv-main .single_variation_wrap .woocommerce-variation-price{display:block}#wfob_qr_model_wrap .wfob_qr_wrap .wfob_qv-summary p.price{display:none}.wfob_qv_title_wrap{padding-right:48px;margin-bottom:12px}#wfob_qr_model_wrap .wfob_qv-summary p.stock.out-of-stock{font-weight:600;display:inline-block;color:#e15334;background:#ffe9e9;border-radius:23px;padding:4px 8px;line-height:1}#wfob_qr_model_wrap figure.woocommerce-product-gallery__wrapper:after,#wfob_qr_model_wrap figure.woocommerce-product-gallery__wrapper:before{content:'';display:block}#wfob_qr_model_wrap figure.woocommerce-product-gallery__wrapper:after{clear:both}#wfob_qr_model_wrap figure.woocommerce-product-gallery__wrapper{margin:0!important}@media (max-width:767px){.wfob_option_btn{display:block}#wfob_qr_model_wrap .wfob_qr_wrap .button,.wfob_option_btn{background:#24ae4e;position:absolute;bottom:0;left:0;right:0;text-align:center;color:#fff;padding:18px 10px;font-size:18px;cursor:pointer;max-height:58px;min-height:58px;line-height:1}#wfob_qr_model_wrap .wfob_qr_wrap .button:hover,body .wfob_option_btn:hover{background:0 0}#wfob_qr_model_wrap .wfob_qr_wrap .button{position:fixed;width:100%}}@media only screen and (min-width:768px){.wfob_option_btn{display:none!important}}@media only screen and (max-width:768px){body .wfob_qv-opac{background:0 0}.wfob_qv-summary h1{font-size:18px}body .wfob_option_btn{position:fixed}.wfob_qv_content_inner_container{top:0;bottom:0;transform:none;left:0;right:0;margin:0;max-height:100vh;height:100%;border-radius:0}div.wfob_qv-images,div.wfob_qv-summary{width:100%;float:none;margin-bottom:15px}.wfob_qv-main{padding:80px 16px 72px 16px}.wfob_qv{top:50%;margin-top:-12px}.wfob_qv_title_wrap{position:fixed;margin-bottom:0;top:0;left:0;right:0;padding:16px 48px 16px 16px;box-shadow:0 1px 0 0 rgba(0,0,0,.1);background:#fff;z-index:999}}@media (max-width:480px){.wfob_qv-container{left:0;top:0;border-radius:0;transform:none;max-width:100vw;max-height:100vh;bottom:0;margin:0}.wfob_qv-images:after{clear:both}.wfob_qv-images:after,.wfob_qv-images:before{display:block;content:''}#wfob_qr_model_wrap .wfob_qr_wrap .button{display:inline-block}#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li,#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-viewport{margin-bottom:2%}}.fkwcs_stripe_icons{display:inline-block}#fkwcs_custom_express_button .fkwcs_ec_applepay_button-dark{background-color:#000!important}#fkwcs_custom_express_button .fkwcs-express-checkout-payment-button-light,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-light,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light-outline,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light-outline,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-light-outline{color:#39325c!important;border:solid 1px #ebebeb!important}#fkwcs_custom_express_button .fkwcs_ec_applepay_button-dark{background-color:#000!important}#fkwcs_custom_express_button .fkwcs-express-checkout-googlepay-button-dark,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-dark{color:#fff!important}#fkwcs_custom_express_button{max-width:100%}#fkwcs_stripe_smart_button_wrapper:not(.inline) #fkwcs_custom_express_button .fkwcs_smart_buttons{min-height:40px;min-width:100px;margin-top:8px}#fkwcs_custom_express_button .fkwcs_smart_buttons{user-select:none;white-space:nowrap;font-size:16px;width:100%;position:relative;border:none;outline:none;cursor:pointer}#fkwcs_custom_express_button .fkwcs_ec_googlepay_button{max-height:64px;border:0;cursor:pointer;position:relative;min-height:32px}#fkwcs_custom_express_button .fkwcs_ec_googlepay_button_logo{background-position:50%;background-repeat:no-repeat;background-size:contain;background-origin:content-box;padding:27.5vh 7.375vw;position:absolute;top:0;right:0;bottom:0;left:0}#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-dark{background-color:#000!important}#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-dark:active{background-color:#000}#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light-outline,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-light-outline{background-color:#fff!important}#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light:active,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light-outline:active,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-light-outline:active{background-color:#fff}#fkwcs_custom_express_button .fkwcs_ec_payment_button-dark,#fkwcs_custom_express_button .fkwcs_ec_payment_button-dark:hover{background:#32325d!important;color:#fff!important}#fkwcs_custom_express_button .fkwcs_ec_payment_button-dark,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-dark,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-dark{color:#fff!important}#fkwcs_custom_express_button .fkwcs_ec_payment_button-light,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-light,#fkwcs_custom_express_button .fkwcs_ec_payment_button-light-outline,#fkwcs_custom_express_button .fkwcs_ec_googlepay_button-light-outline,#fkwcs_custom_express_button .fkwcs_ec_applepay_button-light-outline{color:#39325c!important;border:solid 1px #ebebeb!important}#fkwcs_custom_express_button .fkwcs_express_checkout_button_content{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:0 10px}#fkwcs_custom_express_button span img.fkwcs_express_checkout_button_icon{margin:0 -1px -1px 7px!important;width:40px!important;vertical-align:middle;flex-shrink:0;z-index:10;will-change:opacity}#fkwcs_custom_express_button .fkwcs-express_checkout_button_content{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:0 10px}#fkwcs_stripe_smart_button_wrapper{display:none}#fkwcs_stripe_smart_button_wrapper.right #fkwcs-payment-request-title{margin-left:auto;margin-right:-2px;padding:0 2px}#fkwcs-expresscheckout-fieldset{border:1px solid #E5E5E5;padding:1em;border-radius:5px}#fkwcs-expresscheckout-fieldset #fkwcs-payment-request-title{background:#fff;width:max-content;max-width:calc(100% - 50px);margin:0;display:inline-block;transform:translateY(-33px)}#fkwcs_stripe_smart_button fieldset{border:1px solid #e6e6e6;margin:0;border-radius:5px;padding:15px 25px;font-size:14px;color:#333;position:relative;min-height:99px;width:100%}#fkwcs_stripe_smart_button fieldset legend{padding:0 1em;margin:0 auto;display:block;background:0 0;font-weight:400;text-transform:inherit;width:auto;border:none}#fkwcs_stripe_smart_button_wrapper{clear:both;margin-bottom:25px}#fkwcs_stripe_smart_button_wrapper.cart{margin:0}div#fkwcs-payment-request-separator{color:#737373;line-height:16px;background:0 0;position:relative;z-index:9;margin:25px 0;display:inline-block;width:100%;text-align:center;font-size:14px}fieldset#fkwcs-expresscheckout-fieldset{margin-bottom:25px}div#fkwcs-payment-request-separator:before{height:1px;background:#e6e6e6;top:8px;z-index:-99;max-width:45%;content:'';position:absolute;left:0;width:100%}div#fkwcs-payment-request-separator:after{content:'';position:absolute;right:0;width:100%;height:1px;background:#e6e6e6;top:8px;z-index:-99;max-width:45%}div#fkwcs-payment-request-separator label{background:0 0;position:relative;padding:0 5px;color:#737373;font-size:13px;margin-bottom:0;font-weight:400}@media screen and (max-width:921px){#fkwcs-expresscheckout-fieldset #fkwcs-payment-request-title{transform:translateY(-28px)}}body #payment #fkwcs-stripe-elements-wrapper label{font-size:13px;line-height:1.5;margin:0 0 5px;display:inline-block;vertical-align:middle}body #payment #fkwcs-stripe-elements-wrapper .fkwcs-save-cards input{margin:0 10px 0 0;vertical-align:middle}body #payment #fkwcs-stripe-elements-wrapper .fkwcs-stripe-elements-field,body #payment .fkwcs_stripe_ideal_form .fkwcs_stripe_ideal_select,body #payment .fkwcs_stripe_p24_form .fkwcs_stripe_p24_select,body #payment .fkwcs_stripe_pix_form .fkwcs_stripe_pix_select,body #payment .fkwcs_stripe_multibanco_form .fkwcs_stripe_multibanco_select,body #payment .fkwcs_stripe_eps_form .fkwcs_stripe_eps_select,body #payment .fkwcs_stripe_cashapp_form .fkwcs_stripe_cashapp_select{box-shadow:#efefef 0 0 0 1px;padding:10px;margin:0;outline:0;border-radius:4px;border:1px solid #ddd;background-color:#fff;font-size:14px}body #payment #fkwcs-stripe-elements-wrapper .fkwcs-stripe-elements-field.fkwcs-credit-card-number{background-repeat:no-repeat;background-position:right 10px center;background-size:40px;box-shadow:#efefef 0 0 0 1px}body #fkwcs-stripe-elements-wrapper .fkwcs-field-wrapper:after,body #fkwcs-stripe-elements-wrapper .fkwcs-field-wrapper:before{display:block;content:''}body #fkwcs-stripe-elements-wrapper .fkwcs-field-wrapper:after,body #fkwcs-stripe-elements-wrapper .fkwcs-clear{clear:both}body #fkwcs-stripe-elements-wrapper .fkwcs-form-row-first,.fkwcs-form-row-last{width:48%;float:left;margin-left:4%}body #fkwcs-stripe-elements-wrapper .fkwcs-form-row-first{margin-left:0}body #fkwcs-stripe-elements-wrapper .fkwcs-credit-card-field>.fkwcs-form-row-wide,body #fkwcs-stripe-elements-wrapper #fkwcs-stripe-elements-form .fkwcs-credit-card-field.fkwcs-stripe-elements-field,body .fkwcs-saved-payment-methods,body .fkwcs-test-description{margin:10px 0}body #fkwcs_stripe_sepa_iban_element{padding:8px!important;margin:5px 0!important;border:1px solid #ddd}body #fkwcs-stripe-elements-wrapper p{font-size:13px;line-height:1.5;margin:0 0 15px}body .fkwcs-credit-card-field .fkwcs-stripe-elements-field.fkwcs_brand{transition:0.5s}body #fkwcs-stripe-elements-wrapper p:last-child{margin-bottom:0}body #fkwcs-stripe-elements-wrapper ul{padding:0;margin:0}body #payment .fkwcs-saved-payment-methods input[type=radio]{margin:0 6px 0 0}body #payment .fkwcs-saved-payment-methods ul{margin:0;padding:0 0 0 20px;border:none}body #payment .fkwcs-saved-payment-methods ul li{border:none;margin:0 0 10px;padding:0}.haserror{border:1px solid #ff3535}.fkwcs-error-text{color:#ff3535;font-size:.8em}#fkwcs-stripe-elements-wrapper .fkwcs-stripe-card-group{position:relative}#fkwcs-stripe-elements-wrapper .fkwcs-question-icon{background:no-repeat url(/wp-content/plugins/funnelkit-stripe-woo-payment-gateway/assets/icons/question-circle.svg)}#fkwcs-stripe-elements-wrapper .fkwcs-question-icon,#fkwcs-stripe-elements-wrapper .fkwcs-hint-icon{background-size:14px!important;height:14px;width:14px;position:absolute;top:50%;margin-top:-7px;right:10px}#fkwcs-stripe-elements-wrapper .fkwcs-tooltip::before,#fkwcs-stripe-elements-wrapper .fkwcs-tooltip::after{left:50%;opacity:0;position:absolute;z-index:-100}#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:hover::before,#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:focus::before,#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:hover::after,#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:focus::after{opacity:1;transform:scale(1) translateY(0);z-index:9999;font-size:.75em}#fkwcs-stripe-elements-wrapper .fkwcs-tooltip::before{border-style:solid;border-width:1em .75em;border-color:#3E474F #fff0 #fff0 #fff0;bottom:100%;content:"";margin-left:-.5em;transition:all .65s cubic-bezier(.84,-.18,.31,1.26),opacity .65s .5s;transform:scale(.6) translateY(-90%)}#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:hover::before,#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:focus::before{transition:all .65s cubic-bezier(.84,-.18,.31,1.26) .2s}#fkwcs-stripe-elements-wrapper .fkwcs-tooltip::after{background:#3E474F;border-radius:.25em;bottom:180%;color:#EDEFF0;content:attr(data-tip);margin-left:-8.75em;padding:1em;transition:all .65s cubic-bezier(.84,-.18,.31,1.26) .2s;transform:scale(.6) translateY(50%);width:17.5em}#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:hover::after,#fkwcs-stripe-elements-wrapper .fkwcs-tooltip:focus::after{transition:all .65s cubic-bezier(.84,-.18,.31,1.26)}.stripe-icon{width:45px}#payment #fkwcs-stripe-elements-form .fkwcs-tooltip:empty{display:block}#fkwcs_stripe_smart_button_wrapper.fkwcs_hide_button{display:none!important}#fkwcs_stripe_smart_button_wrapper,#fkwcs_stripe_smart_button_wrapper:not(.inline) #fkwcs_custom_express_button .fkwcs_smart_buttons{max-width:100%}#fkwcs_custom_express_button .fkwcs_ec_link_button-dark,#fkwcs_custom_express_button .fkwcs_ec_link_button-light,#fkwcs_custom_express_button .fkwcs_ec_link_button-light-outline{background-color:#00D66F!important;color:#1d3944!important}#fkwcs_custom_express_button .fkwcs_ec_link_button-dark:hover,#fkwcs_custom_express_button .fkwcs_ec_link_button-light:hover,#fkwcs_custom_express_button .fkwcs_ec_link_button-light-outline:hover{background-color:#00D66F!important;color:#1d3944!important}li.wc_payment_method>label{width:80%}.fkwcs_paylater_div{display:inline-block;vertical-align:middle}.fkwc_paylater_wrapper.fkwcs_paylater_div>div{width:inherit}#payment .payment_box .fkwcs_local_gateway_wrapper{text-align:center}body #payment .payment_box .fkwcs_local_gateway_wrapper .fkwcs-offisite-redirect img{margin:0!important;max-height:80px;width:100%}.fkwcs-offisite-redirect{margin-top:16px}.wfacp_smart_button_container .gpay-card-info-container{width:100%}li.payment_method_fkwcs_stripe_apple_pay,li.payment_method_fkwcs_stripe_google_pay{display:none}li.payment_method_fkwcs_stripe_apple_pay,li.payment_method_fkwcs_stripe_google_pay{display:none}#fkwcs_stripe_smart_button_wrapper .fkwcs_disabled_btn,.fkwcs_google_pay_wrapper .fkwcs_disabled_btn{opacity:0.5!important;cursor:not-allowed;pointer-events:none}.fkwcs_google_pay_wrapper button{width:100%}.fkwcs_google_pay_wrapper{margin:8px 0}body .fkwcs_google_pay_wrapper.fkwcs_smart_product_button.fkwcs_google_button_theme_black .gpay-card-info-container-fill button{background-color:#000!important}body .fkwcs_google_pay_wrapper.fkwcs_smart_product_button.fkwcs_google_button_theme_white .gpay-card-info-container-fill button{background-color:#fff!important}.fkwcs_fkcart_gpay_wrapper{margin-top:8px}.fkwcs_smart_checkout_button .fkwcs_express_checkout_button_icon{display:block!important}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container .gpay-card-info-iframe,body #wfacp-sec-wrapper #payment .gpay-card-info-iframe,body #payment .gpay-card-info-iframe,body #fkwcs-expresscheckout-fieldset .gpay-card-info-iframe{margin:0 auto!important}.fkwcs_google_pay_wrapper .gpay-card-info-container.black{outline:none}.fkwcs_stripe_gpay_icons img,.fkwcs_stripe_apple_pay_icons img{width:56px}body button#gpay-button-online-api-id{padding:0}.wfacp-order-place-btn-wrap #place_order.fkwcs_hidden,.woocommerce-checkout-payment #place_order.fkwcs_hidden{display:none!important}#fkwcs_stripe_smart_button .fkwcs_google_pay_wrapper .gpay-button-fill button{background-size:65%}@media (max-width:760px){#fkwcs-stripe-elements-wrapper .fkwcs-tooltip::after{margin-left:-5em;width:10em}}#fkwcs_stripe_smart_button .fkwcs_google_pay_wrapper .gpay-button-fill button,.fkwcs_google_pay_wrapper button{background-size:contain!important;padding:4px!important}#fkwcs_stripe_smart_button .fkwcs_google_pay_wrapper.fkwcs-single-product .gpay-button-fill button{background-size:65%!important}.fkwcs_fkcart_gpay_wrapper .fkwcs_google_pay_wrapper .gpay-button-fill button{background-size:50%!important}#fkwcs_stripe_smart_button .fkwcs_google_pay_wrapper .gpay-button-fill button,.fkwcs_google_pay_wrapper button{background-size:contain!important;padding:4px!important}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-6045594845971{--e-global-color-primary:#7F9B84;--e-global-color-secondary:#9A7E6C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#049f82;--e-global-color-kadence2:#008f72;--e-global-color-kadence3:#222222;--e-global-color-kadence4:#353535;--e-global-color-kadence5:#454545;--e-global-color-kadence6:#676767;--e-global-color-kadence7:#eeeeee;--e-global-color-kadence8:#f7f7f7;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#fff0;background-image:linear-gradient(180deg,#049F82 0%,#049F82 100%)}.elementor-kit-6045594845971.el-is-editing{--global-palette1:#049f82;--global-palette2:#008f72;--global-palette3:#222222;--global-palette4:#353535;--global-palette5:#454545;--global-palette6:#676767;--global-palette7:#eeeeee;--global-palette8:#f7f7f7;--global-palette9:#ffffff}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-star-rating{color:#ccd6df;display:inline-block;font-family:eicons}.elementor-star-rating i{cursor:default;display:inline-block;font-style:normal;position:relative}.elementor-star-rating i:before{color:#f0ad4e;content:"\e934";display:block;font-family:inherit;font-size:inherit;inset-block-start:0;inset-inline-start:0;overflow:hidden;position:absolute}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{align-items:center;display:flex}.elementor-star-rating__title{margin-inline-end:10px}.elementor-star-rating--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}@media (min-width:-1){.elementor-star-rating-widescreen--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-widescreen--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-widescreen--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-widescreen--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:-1){.elementor-star-rating-laptop--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-laptop--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-laptop--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-laptop--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}.elementor-star-rating-tablet_extra--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-tablet_extra--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-tablet_extra--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-tablet_extra--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:1024px){.elementor-star-rating-tablet--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-tablet--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:-1){.elementor-star-rating-mobile_extra--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-mobile_extra--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-mobile_extra--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-mobile_extra--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:767px){.elementor-star-rating-mobile--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-mobile--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"★"}.elementor-6045594845966 .elementor-element.elementor-element-500998df>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center}.elementor-6045594845966 .elementor-element.elementor-element-500998df:not(.elementor-motion-effects-element-type-background),.elementor-6045594845966 .elementor-element.elementor-element-500998df>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-500998df>.elementor-container{max-width:1120px}.elementor-6045594845966 .elementor-element.elementor-element-500998df{box-shadow:0 0 8px 0 rgba(31,17.000000000000007,11,.1);transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin-top:0;margin-bottom:0;padding:19px 0 19px 0;z-index:1}.elementor-6045594845966 .elementor-element.elementor-element-500998df>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-705492ff>.elementor-element-populated{padding:0 0 0 0}.elementor-widget-image .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-6045594845966 .elementor-element.elementor-element-4fdcc81{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-4fdcc81 img{max-width:217px}.elementor-6045594845966 .elementor-element.elementor-element-31132f23>.elementor-element-populated{padding:0 0 0 0}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var(--e-global-color-text)}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var(--e-global-color-primary)}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var(--e-global-color-primary)}.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,.elementor-widget-icon-list .elementor-icon-list-item>a{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-icon-list .elementor-icon-list-text{color:var(--e-global-color-secondary)}.elementor-6045594845966 .elementor-element.elementor-element-21286f67 .elementor-icon-list-icon i{color:#007FFF;transition:color 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-21286f67 .elementor-icon-list-icon svg{fill:#007FFF;transition:fill 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-21286f67{--e-icon-list-icon-size:16px;--icon-vertical-align:center;--icon-vertical-offset:0px}.elementor-6045594845966 .elementor-element.elementor-element-21286f67 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-6045594845966 .elementor-element.elementor-element-21286f67 .elementor-icon-list-item>a{font-family:"Roboto",Sans-serif;font-size:16px;font-weight:500}.elementor-6045594845966 .elementor-element.elementor-element-21286f67 .elementor-icon-list-text{color:#007FFF;transition:color 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-62ebe583:not(.elementor-motion-effects-element-type-background),.elementor-6045594845966 .elementor-element.elementor-element-62ebe583>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FAFAFA}.elementor-6045594845966 .elementor-element.elementor-element-62ebe583>.elementor-container{max-width:1160px}.elementor-6045594845966 .elementor-element.elementor-element-62ebe583{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin-top:0;margin-bottom:0;padding:36px 0 36px 0}.elementor-6045594845966 .elementor-element.elementor-element-62ebe583>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-75dfd3b8>.elementor-element-populated{padding:0 10px 0 10px}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_form_steps .wfacp-order2StepTitle.wfacp-order2StepTitleS1{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_form_steps .wfacp-order2StepSubTitle.wfacp-order2StepSubTitleS1{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li a{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_steps_sec ul li a{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-comm-title h4{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce p.wfacp-form-control-wrapper label.wfacp-form-control-label,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .create-account label,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .create-account label span,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce p.wfacp-form-control-wrapper:not(.wfacp-anim-wrap) label.wfacp-form-control-label abbr,.elementor-widget-wfacp_form #wfacp-e-form .wfacp-form.wfacp-top .form-row:not(.wfacp_checkbox_field) label.wfacp-form-control-label,.elementor-widget-wfacp_form #wfacp-e-form .wfacp-form.wfacp-top .form-row:not(.wfacp_checkbox_field) label.wfacp-form-control-label abbr.required,.elementor-widget-wfacp_form #wfacp-e-form .wfacp-form.wfacp-top .form-row:not(.wfacp_checkbox_field) label.wfacp-form-control-label .optional{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce input[type="text"],.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce input[type="email"],.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce input[type="tel"],.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce input[type="password"],.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce input[type="number"],.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce input[type="date"],.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce select,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce textarea,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce number,.elementor-widget-wfacp_form #wfacp-e-form .woocommerce-input-wrapper .wfacp-form-control,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,body:not(.wfacp_pre_built) .select2-results__option,body:not(.wfacp_pre_built) .select2-container--default .select2-search--dropdown .select2-search__field,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .form-row label.checkbox,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .form-row label.checkbox *{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .wfacp_order_summary_item_name,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .product-name .product-quantity,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody td.product-total,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .cart_item .product-total span,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .cart_item .product-total span.amount,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .cart_item .product-total span.amount bdi,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .cart_item .product-total small,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dl,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dd,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dt,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container p,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody tr span.amount,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody tr span.amount bdi,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody dl,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody dd,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody dt,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody p,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tbody tr td span:not(.wfacp-pro-count){font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount),.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) th,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) th span,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td span,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td small,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td bdi,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td a{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total th,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total th,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total th span,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total th small,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total th a{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td span.woocommerce-Price-amount.amount,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td span.woocommerce-Price-amount.amount bdi,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td p,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td span,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td span,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td small,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td a,.elementor-widget-wfacp_form #wfacp-e-form table.shop_table tfoot tr.order-total td p{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .woocommerce-info>a,.elementor-widget-wfacp_form #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .woocommerce-info>a:not(.wfacp_close_icon):not(.button-social-login):not(.wfob_btn_add):not(.ywcmas_shipping_address_button_new):not(.wfob_qv-button):not(.wfob_read_more_link):not(.wfacp_step_text_have):not(.wfacp_cart_link){font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper label.wfacp-form-control-label{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper .wfacp-form-control{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .wfacp-coupon-field-btn,.elementor-widget-wfacp_form #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .wfacp-coupon-btn{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods p,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods label,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods span,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods p a,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods strong,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods input,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #add_payment_method #payment .payment_box p{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce #payment button#place_order,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce button#place_order,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #ppcp-hosted-fields .button,.elementor-widget-wfacp_form #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout button.button.button-primary.wfacp_next_page_button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4>.elementor-widget-container{margin:0 0 0 0}body.wfacp_main_wrapper{font-family:Roboto}body #wfacp-e-form *:not(i){font-family:Roboto}body .wfacp_qv-main *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_section_heading.wfacp_section_title{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_whats_included h3{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description .wfacp_description a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description .wfacp_description{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-section h4{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p.wfacp-form-control-wrapper label.wfacp-form-control-label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form input[type="text"]{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form input[type="email"]{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form input[type="tel"]{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form input[type="number"]{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form input[type="date"]{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form select{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form textarea{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form label span a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form button{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment button#place_order{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce button#place_order{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form ul li{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form ul li span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-payment-dec{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form label.checkbox{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-title>div{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_shipping_table ul li label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .select2-container .select2-selection--single .select2-selection__rendered{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #et-boc .et-l span.select2-selection.select2-selection--multiple{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_sec *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_quantity_selector input{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_price_sec span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset .wfacp_product_sec *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset .wfacp_quantity_selector input{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset .wfacp_product_price_sec span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form #product_switching_field fieldset .wfacp_best_value{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel .wfacp_product_switcher_col_2 .wfacp_you_save_text{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description h4{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset .wfacp_product_sec .wfacp_product_select_options .wfacp_qv-button{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_subs_details>span:not(.subscription-details):not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol){font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .woocommerce-info>span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info .wfacp_showcoupon{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form label.woocommerce-form__label span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr th{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot .shipping_total_fee td{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr td{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr td span.woocommerce-Price-amount.amount{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr td span.woocommerce-Price-amount.amount bdi{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr td p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset .wfacp_best_value{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tbody .wfacp_order_summary_item_name{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr:not(.order-total) td small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr:not(.order-total) th small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce table tfoot tr.order-total td small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .wfacp_order_summary_item_name{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .product-name .product-quantity{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody td.product-total{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .wfacp_order_summary_container dl{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .wfacp_order_summary_container dd{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .wfacp_order_summary_container dt{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .wfacp_order_summary_container p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody tr span.amount{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody tr span.amount bdi{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .cart_item .product-total span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .cart_item .product-total small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .cart_item .product-total span.amount{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table.shop_table tbody .cart_item .product-total span.amount bdi{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tbody dl{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tbody dd{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tbody dt{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tbody p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset .wfacp_you_save_text{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_row_wrap .wfacp_you_save_text span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description .wfacp_description p{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_coupon_field_msg{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-coupon-page .wfacp_coupon_remove_msg{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-coupon-page .wfacp_coupon_error_msg{font-family:Roboto}body:not(.wfacp_pre_built) .select2-results__option{font-family:Roboto}body:not(.wfacp_pre_built) .select2-container--default .select2-search--dropdown .select2-search__field{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_order_total .wfacp_order_total_wrap{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form #payment button#place_order{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form button#place_order{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-checkout button.button.button-primary.wfacp_next_page_button{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-order2StepTitle.wfacp-order2StepTitleS1{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-order2StepSubTitle.wfacp-order2StepSubTitleS1{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_steps_sec ul li a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_custom_breadcrumb ul li a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr td span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p.wfacp-form-control-wrapper:not(.wfacp-anim-wrap) label.wfacp-form-control-label abbr{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_row_wrap .wfacp_product_subs_details span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p.wfacp-form-control-wrapper.wfacp_checkbox_field label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .create-account label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .create-account label span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p.wfacp-form-control-wrapper.wfacp_checkbox_field label span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p.wfacp-form-control-wrapper.wfacp_custom_field_radio_wrap>label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr:not(.order-total) ul{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr:not(.order-total) ul li{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr:not(.order-total) ul li label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr:not(.order-total) td span.woocommerce-Price-amount.amount{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form table tfoot tr:not(.order-total) td span.woocommerce-Price-amount.amount bdi{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_sec .wfacp_product_name_inner *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_sec .wfacp_product_attributes .wfacp_selected_attributes *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_switcher_col_2 .wfacp_product_subs_details>span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_subs_details span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_subs_details *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset.wfacp-selected-product .wfacp_product_sec .wfacp_product_select_options .wfacp_qv-button{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_product_sec .wfacp_product_name_inner *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_product_sec .wfacp_product_attributes .wfacp_selected_attributes *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_quantity_selector input{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_product_price_sec span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_product_switcher_col_2 .wfacp_product_subs_details>span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_product_subs_details span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_product_subs_details *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp-product-switch-panel fieldset:not(.wfacp-selected-product) .wfacp_product_sec .wfacp_product_select_options .wfacp_qv-button{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp-coupon-field-btn{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon button.button.wfacp-coupon-btn{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_shipping_options{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li .wfacp_shipping_price span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li .wfacp_shipping_price{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment p span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment p a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment ul{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment ul li{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment ul li input{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment #add_payment_method #payment div.payment_box{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment #add_payment_method #payment .payment_box p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .woocommerce-info>a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .woocommerce-info>a:not(.wfacp_close_icon):not(.button-social-login):not(.wfob_btn_add):not(.ywcmas_shipping_address_button_new):not(.wfob_qv-button):not(.wfob_read_more_link):not(.wfacp_step_text_have):not(.wfacp_cart_link){font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount){font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) th{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) th span{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td span{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td small{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td bdi{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td a{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods p a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods strong{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #payment .payment_methods input{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #add_payment_method #payment .payment_box p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_item_name{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .product-name .product-quantity{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody td.product-total{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total span{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total span.amount{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total span.amount bdi{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total small{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dl{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dd{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dt{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container p{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody tr span.amount{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody tr span.amount bdi{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody dl{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody dd{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody dt{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody p{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody tr td span:not(.wfacp-pro-count){font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td{font-family:Roboto;color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td span{font-family:Roboto;color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td a{font-family:Roboto;color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td span bdi{font-family:Roboto;color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount th .wfacp_coupon_code{font-family:Roboto;color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td span.woocommerce-Price-amount.amount{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td span.woocommerce-Price-amount.amount bdi{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td p{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td span{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td small{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td a{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th span{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th small{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th a{font-family:Roboto;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-form-login-toggle .woocommerce-info{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-form-login.login p{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-privacy-policy-text p{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-info .message-container{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form #wc_checkout_add_ons .description{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-checkout-review-order h3{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .aw_addon_wrap label{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p:not(.woocommerce-shipping-contents):not(.wfacp_dummy_preview_heading):not(.checkout-inline-error-message){color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form p label:not(.wfacp-form-control-label):not(.wfob_title):not(.wfob_span):not(.checkbox){color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-message{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-error{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_payment h4{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment .woocommerce-privacy-policy-text p{color:#777}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form label.woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form fieldset{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form fieldset legend{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info a{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a:not(.wfacp_close_icon):not(.button-social-login):not(.wfob_btn_add):not(.ywcmas_shipping_address_button_new):not(.wfob_qv-button):not(.wfob_read_more_link):not(.wfacp_step_text_have):not(.wfacp_cart_link):not(.wfacp_summary_link):not(.wfacp_collapsible){color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a:not(.wfacp_summary_link) span:not(.wfob_btn_text_added):not(.wfob_btn_text_remove){color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form label a{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form ul li a:not(.wfacp_breadcrumb_link){color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table tr td a{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_steps_sec ul li a{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a.wfacp_remove_coupon{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a:not(.button-social-login):not(.wfob_read_more_link):not(.wfacp_collapsible):not(.wfob_btn_add){color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_collapsible{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_collapsible svg{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_collapsible span{color:#007FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info a:hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a:not(.wfacp_close_icon):not(.button-social-login):hover:not(.wfob_btn_add):hover:not(.ywcmas_shipping_address_button_new):hover:not(.wfacp_cart_link):hover:not(.wfacp_back_page_button):hover:not(.wfacp_summary_link){color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a:not(.wfacp_summary_link) span:not(.wfob_btn_text_added):not(.wfob_btn_text_remove):hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form label a:hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form ul li a:not(.wfacp_breadcrumb_link):hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table tr td a:hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a.wfacp_remove_coupon:hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a:not(.button-social-login):not(.wfob_read_more_link):not(.wfacp_collapsible):not(.wfob_btn_add):hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button:hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form a:not(.wfacp_close_icon):not(.button-social-login):not(.wfob_btn_add):not(.ywcmas_shipping_address_button_new):not(.wfob_qv-button):not(.wfob_read_more_link):not(.wfacp_step_text_have):not(.wfacp_cart_link):not(.wfacp_summary_link):not(.wfacp_collapsible):hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_collapsible:hover{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_collapsible:hover svg{color:#D84400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .wfacp_collapsible:hover span{color:#D84400}body:not(.wfacpef_page) .elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form{padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-payment-tab-list .wfacp-order2StepHeaderText{text-align:center}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_form_steps .wfacp-payment-tab-list{border-radius:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .tab{margin:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian{background-color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content{background-color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_show_icon_wrap a span{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_show_price_wrap span{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_collapsible_order_summary_wrap{margin:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_mini_cart_sec_accordion_content{border-radius:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title{font-family:"Roboto",Sans-serif;font-size:24px;font-weight:500;color:#333;text-align:left}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-comm-title h4{font-family:"Roboto",Sans-serif;font-size:14px;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-section .wfacp-comm-title{background-color:#fff0;padding:0 0 0 0;margin:0 0 15px 0;border-radius:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce p.wfacp-form-control-wrapper label.wfacp-form-control-label,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .create-account label,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .create-account label span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce p.wfacp-form-control-wrapper:not(.wfacp-anim-wrap) label.wfacp-form-control-label abbr,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form.wfacp-top .form-row:not(.wfacp_checkbox_field) label.wfacp-form-control-label,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form.wfacp-top .form-row:not(.wfacp_checkbox_field) label.wfacp-form-control-label abbr.required,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form.wfacp-top .form-row:not(.wfacp_checkbox_field) label.wfacp-form-control-label .optional{font-size:14px;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="text"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="email"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="tel"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="password"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="number"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="date"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce select,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce textarea,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce number,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .woocommerce-input-wrapper .wfacp-form-control,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,body:not(.wfacp_pre_built) .select2-results__option,body:not(.wfacp_pre_built) .select2-container--default .select2-search--dropdown .select2-search__field,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .form-row label.checkbox,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .form-row label.checkbox *{font-size:14px;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-input-wrapper .wfacp-form-control:not(.input-checkbox):not(.hidden){background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-form-control:not(.input-checkbox):not(.hidden){background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_allowed_countries strong{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .select2-container .select2-selection--single .select2-selection__rendered{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce select{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-login-wrapper input[type=email]{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-login-wrapper input[type=number]{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-login-wrapper input[type=password]{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-login-wrapper input[type=tel]{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-login-wrapper select{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-login-wrapper input[type=text]{background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form.wfacp-inside .form-row .wfacp-form-control-label:not(.checkbox){background-color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="text"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="email"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="tel"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="password"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="number"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="date"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce select,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce textarea,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper input[type="number"].wfacp-form-control,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper input[type="date"].wfacp-form-control,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper input[type="text"].wfacp-form-control,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper input[type="email"].wfacp-form-control,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_allowed_countries strong,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .iti__selected-flag{border-radius:4px 4px 4px 4px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce p.form-row:not(.woocommerce-invalid-email) .wfacp-form-control:not(.wfacp_coupon_code):focus{border-color:#F44D00;box-shadow:0 0 0 1px #F44D00}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form p.form-row:not(.woocommerce-invalid-email) .wfacp-form-control:not(.input-checkbox):focus{border-color:#F44D00;box-shadow:0 0 0 1px #F44D00}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce p.wfacp_coupon_failed .wfacp_coupon_code{border-color:#D0011B;box-shadow:0 0 0 1px #D0011B}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered:focus{border-color:#F44D00;box-shadow:0 0 0 1px #F44D00}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single:focus>span.select2-selection__rendered{border-color:#F44D00;box-shadow:0 0 0 1px #F44D00}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce p.woocommerce-invalid-required-field .wfacp-form-control{border-color:#D0011B;box-shadow:0 0 0 1px #D0011B}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce p.woocommerce-invalid-email .wfacp-form-control{border-color:#D0011B;box-shadow:0 0 0 1px #D0011B}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce p.woocommerce-invalid-required-field:not(.wfacp_select2_country_state):not(.wfacp_state_wrap) .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered{border-color:#D0011B;box-shadow:0 0 0 1px #D0011B}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-section{background-color:#FFF;border-style:solid;border-width:1px 1px 3px 1px;border-color:#EBEBEB;border-radius:8px 8px 8px 8px;margin:0 0 36px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-section{padding:24px 24px 24px 24px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_item_name,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .product-name .product-quantity,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody td.product-total,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total span.amount,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total span.amount bdi,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .cart_item .product-total small,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dl,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dd,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container dt,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody .wfacp_order_summary_container p,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody tr span.amount,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody tr span.amount bdi,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody dl,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody dd,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody dt,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody p,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tbody tr td span:not(.wfacp-pro-count){font-family:"Roboto",Sans-serif;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tr.cart_item .product-image img{border-radius:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount),.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) th,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) th span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td small,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td bdi,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr:not(.order-total):not(.cart-discount) td a{font-family:"Roboto",Sans-serif;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount th,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount th span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td a{font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th small,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total th a{font-family:"Roboto",Sans-serif;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td span.woocommerce-Price-amount.amount,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td span.woocommerce-Price-amount.amount bdi,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td p,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td small,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.order-total td p{font-family:"Roboto",Sans-serif;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .woocommerce-info>a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .woocommerce-info>a:not(.wfacp_close_icon):not(.button-social-login):not(.wfob_btn_add):not(.ywcmas_shipping_address_button_new):not(.wfob_qv-button):not(.wfob_read_more_link):not(.wfacp_step_text_have):not(.wfacp_cart_link){font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .woocommerce-info>a{color:#F44D00}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .woocommerce-info>a:not(.wfacp_close_icon):not(.button-social-login):not(.wfob_btn_add):not(.ywcmas_shipping_address_button_new):not(.wfob_qv-button):not(.wfob_read_more_link):not(.wfacp_step_text_have):not(.wfacp_cart_link){color:#F44D00}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper label.wfacp-form-control-label{font-family:"Roboto",Sans-serif;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper .wfacp-form-control{font-family:"Roboto",Sans-serif;font-weight:500;border-radius:4px 4px 4px 4px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper .wfacp-form-control:focus{border-color:#F44D00;box-shadow:0 0 0 1px #F44D00}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .wfacp-coupon-field-btn{background-color:#F44D00;color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .wfacp-coupon-btn{background-color:#F44D00;color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .wfacp-coupon-field-btn:hover{background-color:#E74900;color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page .wfacp-coupon-btn:hover{background-color:#E74900;color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment .woocommerce-privacy-policy-text p,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment .woocommerce-privacy-policy-text a{font-size:12px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row label,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row label span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce.woocommerce-terms-and-conditions-wrapper .form-row label a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce label.woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce label.woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wc-gzd-checkbox-placeholder *:not(a){font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-next-btn-wrap button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce #place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #ppcp-hosted-fields .button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .button.button#place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .button.wfacp_next_page_button{width:100%;padding:20px 24px 20px 24px;margin:0 0 0 0;border-radius:8px 8px 8px 8px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout .wfacp-order-place-btn-wrap{text-align:center}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout .wfacp-next-btn-wrap{text-align:center}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #ppcp-hosted-fields{text-align:center}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce #payment button#place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce button#place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #ppcp-hosted-fields .button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout button.button.button-primary.wfacp_next_page_button{font-size:24px;font-weight:500}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-order-place-btn-wrap button:before{color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-next-btn-wrap button:before{color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-order-place-btn-wrap button:after,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-next-btn-wrap button:after{font-size:12px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-order-place-btn-wrap button:after{color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-next-btn-wrap button:after{color:#fff}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-payment-dec{background-color:#FFFDFC}.elementor-6045594845966 .elementor-element.elementor-element-59d0df0d>.elementor-widget-container{margin:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-59d0df0d .elementor-icon-list-icon i{color:#09B29C;transition:color 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-59d0df0d .elementor-icon-list-icon svg{fill:#09B29C;transition:fill 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-59d0df0d{--e-icon-list-icon-size:16px;--icon-vertical-align:center;--icon-vertical-offset:0px}.elementor-6045594845966 .elementor-element.elementor-element-59d0df0d .elementor-icon-list-item>.elementor-icon-list-text,.elementor-6045594845966 .elementor-element.elementor-element-59d0df0d .elementor-icon-list-item>a{font-family:"Roboto",Sans-serif;font-size:14px;font-weight:500}.elementor-6045594845966 .elementor-element.elementor-element-59d0df0d .elementor-icon-list-text{color:#353030;transition:color 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-5378ad7f>.elementor-element-populated{padding:0 16px 0 16px}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp-order-summary-label{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total bdi,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total span:not(.wfacp_cart_product_name_h):not(.wfacp_delete_item_wrap),.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total small,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dl,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dt,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dd,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dd p,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td small,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container span.subscription-details,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td p,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name span:not(.subscription-details),.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name bdi{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp-coupon-section .wfacp-coupon-page .wfacp_main_showcoupon{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-form-control-label{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-form-control{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h button.wfacp-coupon-btn{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount),.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) th,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) th span,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td span,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td small,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td bdi,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td a{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th span,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th small,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th a{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span.woocommerce-Price-amount.amount,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span.woocommerce-Price-amount.amount bdi,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td p,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td small,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td a,.elementor-widget-wfacp_form_summary .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td p{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512>.elementor-widget-container{background-color:#FFF;margin:0 0 0 0;padding:24px 24px 24px 24px;border-style:solid;border-width:1px 1px 3px 1px;border-color:#EBEBEB;border-radius:8px 8px 8px 8px}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp-order-summary-label{font-family:"Roboto",Sans-serif;font-size:24px;font-weight:500}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp-order-summary-label{color:#333}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total bdi,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total span:not(.wfacp_cart_product_name_h):not(.wfacp_delete_item_wrap),.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items .product-total small,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dl,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dt,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dd,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_items dd p,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td small,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container span.subscription-details,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td p,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name span:not(.subscription-details),.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item td .product-name bdi{font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_sum .product-image .wfacp-pro-thumb img{border-radius:8px 8px 8px 8px}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-form-control-label{font-family:"Roboto",Sans-serif;font-size:14px;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-form-control:focus{border-color:#007FFF;box-shadow:0 0 0 1px #007FFF}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-form-control{border-radius:4px 4px 4px 4px}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h button.wfacp-coupon-btn{background-color:#007FFF;color:#FFF;font-family:"Roboto",Sans-serif;font-size:18px;font-weight:500}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h button.wfacp-coupon-btn:hover{background-color:#E74900;color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount),.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) th,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) th span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td small,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td bdi,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td a{font-size:14px;font-weight:400}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount){color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) th{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) th span{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td span{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td small{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td bdi{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount) td a{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td a{font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th span:not(.wfacp_coupon_code){color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td{color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td span{color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td a{color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table .cart-discount td span{color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table .cart-discount td span bdi{color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table .cart-discount th .wfacp_coupon_code{color:#24ae4e}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th small,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total th a{font-family:"Roboto",Sans-serif;font-weight:500}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span.woocommerce-Price-amount.amount,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span.woocommerce-Price-amount.amount bdi,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td p,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td small,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td a,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td p{font-size:18px;font-weight:500}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tr.order-total td span.amount{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tr.order-total td span.amount bdi{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tr.order-total td{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tr.order-total td span{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tr.order-total td small{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tr.order-total th{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tr.order-total th span{color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h *{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h tr.order-total td span.woocommerce-Price-amount.amount{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h tr.order-total td span.woocommerce-Price-amount.amount bdi{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items .product-total{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items .product-total span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items .product-total small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items dl{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items dt{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items dd{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items dd p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.order-total){font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.order-total) td{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.order-total) th{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.order-total) td span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.order-total) td small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr:not(.order-total) td a{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h span.wfacp_coupon_code{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr.order-total td span.woocommerce-Price-amount.amount{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr.order-total td span.woocommerce-Price-amount.amount bdi{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table .order-total td{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table .order-total th{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table .order-total td span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item .product-name{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .cart_item td{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .cart_item td small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .cart_item td p{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .cart_item td .product-name span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .cart_item td .product-name{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp-coupon-section .wfacp_main_showcoupon{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .shop_table tr.order-total td{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .shop_table tr.order-total th{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .shop_table tr.order-total td span{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .shop_table tr.order-total td small{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .checkout_coupon.woocommerce-form-coupon .wfacp-form-control-label{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .checkout_coupon.woocommerce-form-coupon .wfacp-form-control{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp-coupon-btn{font-family:Roboto}.elementor-6045594845966 .elementor-element.elementor-element-6d3e9380{padding:10px 0 0 0}.elementor-widget-heading .elementor-heading-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-primary)}.elementor-6045594845966 .elementor-element.elementor-element-25326307>.elementor-widget-container{margin:0 0 -8px 0}.elementor-6045594845966 .elementor-element.elementor-element-25326307 .elementor-heading-title{font-family:"Roboto",Sans-serif;font-size:16px;font-weight:500;color:#333}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de>.elementor-widget-container{margin:0 0 0 0;padding:5px 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(16px/2)}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(16px/2)}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(16px/2)}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-16px/2)}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-16px/2)}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-icon i{color:#09B29C;transition:color 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-icon svg{fill:#09B29C;transition:fill 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-item>.elementor-icon-list-text,.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-item>a{font-family:"Roboto",Sans-serif;font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-3eda32de .elementor-icon-list-text{color:#333;transition:color 0.3s}.elementor-6045594845966 .elementor-element.elementor-element-36067827 img{max-width:80px;border-radius:100px 100px 100px 100px}.elementor-widget-star-rating .elementor-star-rating__title{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-6045594845966 .elementor-element.elementor-element-6ca75952>.elementor-widget-container{margin:0 0 -16px 0;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-6ca75952 .elementor-star-rating i:not(:last-of-type){margin-inline-end:4px}.elementor-6045594845966 .elementor-element.elementor-element-6ca75952 .elementor-star-rating i:before{color:#FFBE37}.elementor-widget-text-editor{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);color:var(--e-global-color-text)}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var(--e-global-color-primary)}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-6045594845966 .elementor-element.elementor-element-62d9f5e7>.elementor-widget-container{margin:0 0 0 0;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-62d9f5e7{text-align:start;font-family:"Roboto",Sans-serif;font-size:14px;font-weight:400;font-style:normal;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-4441a6e0>.elementor-widget-container{margin:-10px 0 0 0;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-4441a6e0{columns:1;font-family:"Roboto",Sans-serif;font-size:14px;font-weight:400;color:#353030}.elementor-6045594845966 .elementor-element.elementor-element-5c020935>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center}.elementor-6045594845966 .elementor-element.elementor-element-5c020935:not(.elementor-motion-effects-element-type-background),.elementor-6045594845966 .elementor-element.elementor-element-5c020935>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6045594845966 .elementor-element.elementor-element-5c020935>.elementor-container{max-width:1150px}.elementor-6045594845966 .elementor-element.elementor-element-5c020935{border-style:solid;border-width:1px 0 0 0;border-color:#EBEBEB;transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:16px 16px 16px 16px}.elementor-6045594845966 .elementor-element.elementor-element-5c020935>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-bc-flex-widget .elementor-6045594845966 .elementor-element.elementor-element-12dcb10a.elementor-column .elementor-widget-wrap{align-items:center}.elementor-6045594845966 .elementor-element.elementor-element-12dcb10a.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-6045594845966 .elementor-element.elementor-element-12dcb10a.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-6045594845966 .elementor-element.elementor-element-12dcb10a>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-32b7d804>.elementor-widget-container{margin:0 0 0 0;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-32b7d804{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-32b7d804 .elementor-heading-title{font-family:"Roboto",Sans-serif;font-size:12px;font-weight:400;color:#82838E}.elementor-bc-flex-widget .elementor-6045594845966 .elementor-element.elementor-element-30ed2f38.elementor-column .elementor-widget-wrap{align-items:center}.elementor-6045594845966 .elementor-element.elementor-element-30ed2f38.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-6045594845966 .elementor-element.elementor-element-30ed2f38.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-6045594845966 .elementor-element.elementor-element-30ed2f38>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-7f715515>.elementor-widget-container{margin:0 0 0 0;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-7f715515{text-align:end}.elementor-6045594845966 .elementor-element.elementor-element-7f715515 .elementor-heading-title{font-family:"Roboto",Sans-serif;font-size:12px;font-weight:400;color:#82838E}@media(max-width:1024px){.elementor-6045594845966 .elementor-element.elementor-element-500998df{padding:15px 30px 15px 30px}.elementor-6045594845966 .elementor-element.elementor-element-4fdcc81{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-62ebe583{padding:15px 30px 0 30px}.elementor-6045594845966 .elementor-element.elementor-element-75dfd3b8>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4>.elementor-widget-container{margin:0 0 0 0;padding:0 0 0 0}body:not(.wfacpef_page) .elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form{padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .tab{margin:0 0 15px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_collapsible_order_summary_wrap{margin:16px 0 16px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_mini_cart_sec_accordion_content{border-radius:8px 8px 8px 8px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-section .wfacp-comm-title{margin:0 0 10px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-section{border-width:1px 1px 1px 1px;margin:0 0 15px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-section{padding:20px 20px 20px 20px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount th,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount th span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td a{font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment .woocommerce-privacy-policy-text p,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment .woocommerce-privacy-policy-text a{font-size:12px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row label,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row label span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce.woocommerce-terms-and-conditions-wrapper .form-row label a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce label.woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce label.woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wc-gzd-checkbox-placeholder *:not(a){font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-next-btn-wrap button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce #place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #ppcp-hosted-fields .button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .button.button#place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .button.wfacp_next_page_button{width:100%}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-order-place-btn-wrap button:after,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-next-btn-wrap button:after{font-size:12px}.elementor-6045594845966 .elementor-element.elementor-element-5378ad7f>.elementor-element-populated{margin:0 0 30px 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:5px 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td a{font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-25326307{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-620fb749{padding:20px 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-253a5d04>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:10px}.elementor-6045594845966 .elementor-element.elementor-element-6ca75952{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-6ca75952>.elementor-widget-container{margin:-8px 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-62d9f5e7{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-4441a6e0{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-12dcb10a>.elementor-element-populated{margin:12px 0 12px 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-32b7d804{text-align:center}.elementor-6045594845966 .elementor-element.elementor-element-7f715515{text-align:center}}@media(max-width:767px){.elementor-6045594845966 .elementor-element.elementor-element-500998df{padding:16px 16px 16px 16px}.elementor-6045594845966 .elementor-element.elementor-element-705492ff{width:50%}.elementor-6045594845966 .elementor-element.elementor-element-4fdcc81>.elementor-widget-container{margin:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-4fdcc81{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-4fdcc81 img{width:100%}.elementor-6045594845966 .elementor-element.elementor-element-31132f23{width:50%}.elementor-6045594845966 .elementor-element.elementor-element-21286f67{--e-icon-list-icon-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-21286f67 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-6045594845966 .elementor-element.elementor-element-21286f67 .elementor-icon-list-item>a{font-size:13px}.elementor-6045594845966 .elementor-element.elementor-element-62ebe583{margin-top:0;margin-bottom:0;padding:15px 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-75dfd3b8>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 15px 0 15px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4>.elementor-widget-container{padding:0 0 0 0}body:not(.wfacpef_page) .elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form{padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .tab{margin:16px 16px 16px 16px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_collapsible_order_summary_wrap{margin:0 0 20px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title{font-size:18px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-section .wfacp-comm-title{margin:0 0 10px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="text"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="email"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="tel"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="password"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="number"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce input[type="date"],.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce select,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce textarea,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce number,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .woocommerce-input-wrapper .wfacp-form-control,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,body:not(.wfacp_pre_built) .select2-results__option,body:not(.wfacp_pre_built) .select2-container--default .select2-search--dropdown .select2-search__field,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .form-row label.checkbox,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .form-row label.checkbox *{font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-section{border-radius:8px 8px 8px 8px;margin:0 0 20px 0}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-section{padding:16px 16px 16px 16px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount th,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount th span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form table.shop_table tfoot tr.cart-discount td a{font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment .woocommerce-privacy-policy-text p,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form #payment .woocommerce-privacy-policy-text a{font-size:12px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row label,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row label span,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce.woocommerce-terms-and-conditions-wrapper .form-row label a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce label.woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce label.woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text a,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wc-gzd-checkbox-placeholder *:not(a){font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-next-btn-wrap button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce #place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #ppcp-hosted-fields .button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .button.button#place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .button.wfacp_next_page_button{width:100%;padding:10px 20px 10px 20px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce #payment button#place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce button#place_order,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_payment #ppcp-hosted-fields .button,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout button.button.button-primary.wfacp_next_page_button{font-size:18px}.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-order-place-btn-wrap button:after,.elementor-6045594845966 .elementor-element.elementor-element-2614efc4 #wfacp-e-form .wfacp-next-btn-wrap button:after{font-size:12px}.elementor-6045594845966 .elementor-element.elementor-element-5378ad7f>.elementor-element-populated{margin:0 15px 0 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:0 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512>.elementor-widget-container{padding:12px 15px 12px 15px}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount th span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h .wfacp_order_summary_container .shop_table tbody tr.cart-discount td a{font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span.woocommerce-Price-amount.amount,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span.woocommerce-Price-amount.amount bdi,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td p,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td span,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td small,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td a,.elementor-6045594845966 .elementor-element.elementor-element-4ef9e512 .wfacp_mini_cart_start_h table.shop_table tbody tr.order-total td p{font-size:15px}.elementor-6045594845966 .elementor-element.elementor-element-7a1e851e>.elementor-element-populated{padding:10px 0 10px 0}.elementor-6045594845966 .elementor-element.elementor-element-25326307>.elementor-widget-container{margin:12px 0 -8px 0}.elementor-6045594845966 .elementor-element.elementor-element-25326307{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-620fb749{padding:24px 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-5366d0fd{width:25%}.elementor-6045594845966 .elementor-element.elementor-element-5366d0fd>.elementor-element-populated{padding:0 0 10px 0}.elementor-6045594845966 .elementor-element.elementor-element-36067827{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-36067827 img{width:100%;max-width:80px}.elementor-6045594845966 .elementor-element.elementor-element-253a5d04{width:75%}.elementor-6045594845966 .elementor-element.elementor-element-253a5d04>.elementor-element-populated{padding:0 0 10px 10px}.elementor-6045594845966 .elementor-element.elementor-element-6ca75952{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-6ca75952>.elementor-widget-container{margin:0 0 -4px 0}.elementor-6045594845966 .elementor-element.elementor-element-62d9f5e7{text-align:start;font-size:14px}.elementor-6045594845966 .elementor-element.elementor-element-4441a6e0>.elementor-widget-container{margin:-4px 0 0 0}.elementor-6045594845966 .elementor-element.elementor-element-4441a6e0{text-align:start}.elementor-6045594845966 .elementor-element.elementor-element-5c020935{padding:10px 8px 12px 8px}.elementor-6045594845966 .elementor-element.elementor-element-12dcb10a>.elementor-element-populated{margin:0 0 10px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-6045594845966 .elementor-element.elementor-element-32b7d804{text-align:center}.elementor-6045594845966 .elementor-element.elementor-element-32b7d804 .elementor-heading-title{line-height:1.5em}.elementor-6045594845966 .elementor-element.elementor-element-7f715515{text-align:center}.elementor-6045594845966 .elementor-element.elementor-element-7f715515 .elementor-heading-title{line-height:1.5em}}@media(min-width:768px){.elementor-6045594845966 .elementor-element.elementor-element-75dfd3b8{width:62%}.elementor-6045594845966 .elementor-element.elementor-element-5378ad7f{width:38%}.elementor-6045594845966 .elementor-element.elementor-element-5366d0fd{width:26.764%}.elementor-6045594845966 .elementor-element.elementor-element-253a5d04{width:73.209%}}@media(max-width:1024px) and (min-width:768px){.elementor-6045594845966 .elementor-element.elementor-element-75dfd3b8{width:100%}.elementor-6045594845966 .elementor-element.elementor-element-5378ad7f{width:100%}.elementor-6045594845966 .elementor-element.elementor-element-5366d0fd{width:15%}.elementor-6045594845966 .elementor-element.elementor-element-253a5d04{width:85%}.elementor-6045594845966 .elementor-element.elementor-element-12dcb10a{width:100%}.elementor-6045594845966 .elementor-element.elementor-element-30ed2f38{width:100%}}a.wfacp_qv-button{cursor:pointer;overflow:hidden;z-index:10;display:table;margin:0 auto;line-height:1}.wfacp_qv-btn-icon{display:table;float:left;margin-right:6px}.wfacp_qv-panel{position:fixed;opacity:0;transition:opacity .25s ease-in;z-index:9999}.wfacp_qv-panel-active{opacity:1;top:0;bottom:0;left:0;right:0}.wfacp_qv-opac,body #wfacp-e-form .wfacp_qv-opac{background-color:#fff!important;width:100%;height:100%;opacity:.8;display:none;position:fixed;z-index:9998;top:0;bottom:0;left:0;right:0}.wfacp_qv-inner-modal{position:fixed;opacity:1;width:100%;height:100%;z-index:-1}.wfacp_qv-animation-linear{animation:wfacp_qv-key .5s ease;animation-fill-mode:forwards}.wfacp_qv-animation-fadein{animation:wfacp_qv-key-fadein .7s ease;animation-fill-mode:forwards}@keyframes wfacp_qv-key{100%{transform:translate(0,0)}}@keyframes wfacp_qv-key-fadein{100%{opacity:1}}.wfacp_qv-outer-modal{position:absolute;z-index:1}#wfacp-e-form #wfacp_qr_model_wrap .wfacp_qv-container,.wfacp_qv-container{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);background:#fff!important;position:absolute;top:15%;bottom:15%;left:10%;right:10%;margin:auto!important;box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-moz-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);max-width:875px}.wfacp_qr_wrap{margin:0 -15px!important}.wfacp_qv-top-panel{position:absolute;top:-50px;left:0;right:0}.wfacp_qv-images{width:50%;position:relative;margin:0!important;float:left;padding:0 15px!important}.wfacp_qv-summary{width:50%;position:relative;margin:0!important;float:right;text-align:left!important;padding:0 15px!important}body #wfacp_qr_model_wrap .wfacp_qv-summary .product_title,body #wfacp_qr_model_wrap .wfacp_qv-summary .product_title span,body #wfacp_qr_model_wrap .wfacp_qv-summary h1,body #wfacp_qr_model_wrap .wfacp_qv-summary h1 span{font-size:25px;line-height:30px;font-weight:600;margin:0 0 10px}body #wfacp_qr_model_wrap .wfacp_qv-summary p{color:#6d6d6d;font-size:13px;line-height:22px;margin:0 0 15px}.wfacp_qr_wrap form.cart{margin:0 0 20px;padding:0}#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations{table-layout:fixed;margin:0;border-spacing:0;width:100%;border-collapse:separate;border:none}#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations .value{margin-bottom:15px}#wfacp-e-form #wfacp_qr_model_wrap .wfacp_qr_wrap table.variations select,#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations select{margin-bottom:5px;font-size:14px;line-height:1.5;width:100%;background-color:#fff;border:1px solid #dcdcdc;max-width:100%;border-radius:4px;position:relative;vertical-align:middle;color:#404040;display:block;padding:10px;box-shadow:none;min-height:48px;height:100%;-webkit-appearance:menulist;-moz-appearance:menulist}#wfacp_qr_model_wrap .wfacp_qr_wrap .single_variation_wrap .woocommerce-variation-price,#wfacp_qr_model_wrap .wfacp_qr_wrap .single_variation_wrap .woocommerce-variation-price span{font-size:16px;line-height:24px}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery__trigger,#wfacp_qr_model_wrap .wfacp_qr_wrap span.onsale{display:none}#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations td,#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations th{display:list-item;list-style:none;background-color:transparent;border:none;padding:0;width:auto}#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations td label,#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations th label{display:inline-block;max-width:100%;font-weight:700;text-transform:capitalize;margin-bottom:5px;font-size:14px;line-height:20px}#wfacp_qr_model_wrap .wfacp_qr_wrap .wfacp_qv-summary p.price,#wfacp_qr_model_wrap .wfacp_qr_wrap .wfacp_qv-summary p.price .wfacp_product_price_sec span bdi,#wfacp_qr_model_wrap .wfacp_qr_wrap .wfacp_qv-summary p.price span{font-size:20px;line-height:25px;color:#000;margin-bottom:10px}body #wfacp_qr_model_wrap .wfacp_qv-summary h1 span{color:#000}#wfacp_qr_model_wrap .wfacp_qr_wrap del span.amount{opacity:.6;font-weight:400;margin-right:.3em}#wfacp_qr_model_wrap .wfacp_qr_wrap span.amount{white-space:nowrap;color:#111;font-weight:700}#wfacp_qr_model_wrap .wfacp_qr_wrap .quantity .qty{width:4.235801032em;text-align:center;padding:.6180469716em;background-color:#f2f2f2;outline:0;border:0;-webkit-appearance:none;box-sizing:border-box;font-weight:400;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);font-size:100%;margin:0;vertical-align:baseline;height:auto;border-radius:0;color:#43454b!important}#wfacp_qr_model_wrap .wfacp_qr_wrap .button{position:relative;display:block;text-transform:uppercase;font-size:15px;color:#fff;-ms-touch-action:none;touch-action:none;cursor:pointer;font-weight:400;text-align:center;text-decoration:none;border:1px solid transparent;vertical-align:middle;border-radius:0;margin-top:0;text-shadow:none;line-height:1.5;min-height:48px;padding:13px 25px;max-width:100%;box-sizing:border-box;background-color:#24ae4e;width:100%}#wfacp_qr_model_wrap .wfacp_qr_wrap .button:hover{background-color:#34c961}#wfacp_qr_model_wrap .wfacp_qr_wrap .quantity{margin-bottom:20px}#wfacp_qr_model_wrap .wfacp_qr_wrap label.screen-reader-text{display:none}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-viewport{margin-bottom:25px}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-control-thumbs{margin:0;padding:0}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li{width:23.5%;float:left;margin:0 2% 0 0;list-style:none;margin-bottom:25px;cursor:pointer;padding:0}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1){clear:both}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n){margin-right:0}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li img{opacity:.5;-webkit-transition:all,ease,.2s;transition:all,ease,.2s;width:100%}#wfacp_qr_model_wrap .wfacp_qr_wrap .button.minus,#wfacp_qr_model_wrap .wfacp_qr_wrap .button.plus{display:none}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{opacity:1}.wfacp_qv-main{overflow:auto;position:relative;top:0;height:100%;background-color:#fff!important;padding:25px!important}#wfacp-e-form #wfacp_qr_model_wrap .wfacp_qv-close,.wfacp_qv-close{display:table;right:0;bottom:0;position:absolute;color:#fff;cursor:pointer}.wfacp_qv-nxt,.wfacp_qv-prev{color:#fff;display:table;position:fixed;top:50%;transform:translate(0,-50%);font-size:30px;cursor:pointer;z-index:100}.wfacp_qv-prev{left:3%}.wfacp_qv-nxt{right:3%}.wfacp_qv-plink{padding:8px 13px;display:inline-block;background-color:#2d84d4;margin-top:10px}.wfacp_qv-plink a{color:#fff}.wfacp_qv-plink a:hover{color:#eee}.wfacp_qv-panel .woocommerce-review-link{display:none}.woocommerce div.product .wfacp_qv-images div.images{float:none;margin:auto;width:auto}#wfacp_qr_model_wrap .woocommerce-product-gallery__image a img{display:block;width:100%;height:auto;box-shadow:none}.single_variation_wrap .woocommerce-variation-price{display:none}.wfacp_option_btn{display:none}@font-face{font-display:swap;font-family:wfacp_qv;src:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/qv.eot?9mvi0e);src:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/qv.eot?9mvi0e#iefix) format('embedded-opentype'),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/qv.ttf?9mvi0e) format('truetype'),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/qv.woff?9mvi0e) format('woff'),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/qv.svg?9mvi0e#wfacp_qv) format('svg');font-weight:400;font-style:normal}#wfacp-e-form #wfacp_qr_model_wrap .wfacp_qv,#wfacp_qr_model_wrap .wfacp_qv{font-family:wfacp_qv!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:26px;height:26px;background:#7f7f7f;text-align:center;display:block;top:42px;z-index:555;border-radius:50%;right:-6px}.xooqv-zoom-in:before{content:"\e987"}.xooqv-eye:before{content:"\e9ce"}.xooqv-cross:before{content:"\ea0f";font-family:wfacp_qv!important;font-size:13px;font-weight:400;line-height:26px}.xooqv-arrow-right:before{content:"\ea34"}.xooqv-arrow-left:before{content:"\ea38"}.xooqv-chevron-right:before{content:"\e900"}.xooqv-chevron-left:before{content:"\e901"}.wfacp_qv-preloader{text-align:center}.wfacp_qv-speeding-wheel{border:3px solid #222;margin:0 auto;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:wfacp_qv-spin 575ms infinite linear;-o-animation:wfacp_qv-spin 575ms infinite linear;-ms-animation:wfacp_qv-spin 575ms infinite linear;-webkit-animation:wfacp_qv-spin 575ms infinite linear;-moz-animation:wfacp_qv-spin 575ms infinite linear}@keyframes wfacp_qv-spin{100%{transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes wfacp_qv-spin{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes wfacp_qv-spin{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes wfacp_qv-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes wfacp_qv-spin{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{transform:rotate(360deg);transform:rotate(360deg)}}.wfacp_qv-opl{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wfacp_qv-opl .wfacp_qv-speeding-wheel{height:70px;width:70px}.wfacp_qv-mpl{visibility:hidden;position:relative;display:table;margin:auto}.wfacp_qv-pl-active{display:table;visibility:visible}.wfacp_qv-mpl .wfacp_qv-speeding-wheel{height:35px;width:35px;border-bottom-color:#fff;border-top-color:#fff}.wfacp_qv-summary .quantity{display:none!important}a.reset_variations{display:none!important}#wfacp_qr_model_wrap .woocommerce-product-details__short-description label{color:#000}body .wfacp_qv-images .woocommerce-product-gallery__image--placeholder img{width:100%}#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations td label,#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations th label,body #wfacp_qr_model_wrap .wfacp_qv-summary .product_title,body #wfacp_qr_model_wrap .wfacp_qv-summary .product_title span,body .wfacp_qv-summary h1,body .wfacp_qv-summary h1 span{color:#000}body #wfacp_qr_model_wrap table{text-align:left}body .wfacp_qv-images img{width:100%;height:auto}.xooqv-cross:before{position:absolute;left:0;right:0}#wfacp_qr_model_wrap .wfacp_qr_wrap .button,#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations select{font-family:inherit}#wfacp_qr_model_wrap .woocommerce-variation-add-to-cart-disabled .button{cursor:not-allowed;opacity:.5;pointer-events:none}#wfacp-e-form #wfacp_qr_model_wrap .woocommerce-product-details__short-description,#wfacp_qr_model_wrap .woocommerce-product-details__short-description{margin-top:15px}#wfacp_qr_model_wrap .woocommerce-product-details__short-description p:last-child{margin-bottom:0}body .wfacp_main_form .wfacp_qv-summary .woocommerce-variation>p{margin-bottom:10px;color:#b22323}body #wfacp_qr_model_wrap .wfacp_qv-summary p.stock.out-of-stock,body #wfacp_qr_model_wrap .woocommerce-variation>p{color:#d33}.woocommerce div.product .wfacp_qv-images div.images ul.flex-direction-nav{display:none}.wfacp_qv-main .single_variation_wrap .woocommerce-variation-price{display:block}#wfacp_qr_model_wrap .wfacp_qr_wrap .wfacp_qv-summary p.price{display:none}@media only screen and (max-width:768px){div.wfacp_qv-images,div.wfacp_qv-summary{width:100%;float:none;margin-bottom:15px}}@media (min-width:768px){.wfacp_qv-container{width:100%}.wfacp_qv-container .wfacp_option_btn{display:none!important}}@media (max-width:767px){.wfacp_option_btn{display:block}#wfacp_qr_model_wrap .wfacp_qr_wrap .button,.wfacp_option_btn{background:#24ae4e;position:absolute;bottom:0;left:0;right:0;text-align:center;color:#fff;padding:14px 10px;font-size:17px;cursor:pointer}#wfacp_qr_model_wrap .wfacp_qr_wrap .button{position:fixed;width:100%}.wfacp_qv-main{padding:10px 10px 35px}#wfacp_qr_model_wrap .woocommerce-product-details__short-description{padding-bottom:0}.wfacp_qr_wrap form.cart,div.wfacp_qv-summary{margin-bottom:0}body .wfacp_qv-main{padding-bottom:70px;margin-bottom:0}}@media (max-width:480px){.wfacp_qv-container{max-width:100%;left:20px;right:20px}.wfacp_qv-main{padding:10px}.wfacp_qv-images:after{clear:both}.wfacp_qv-images:after,.wfacp_qv-images:before{display:block;content:''}.wfacp_qv-summary h1{font-size:20px;line-height:20px}#wfacp_qr_model_wrap .wfacp_qr_wrap .button{display:inline-block}#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li,#wfacp_qr_model_wrap .wfacp_qr_wrap .woocommerce-product-gallery .flex-viewport{margin-bottom:2%}}@font-face{font-display:swap;font-family:bwf-icons;src:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/bwf-icons/bwf.eot?mq1o9z);src:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/bwf-icons/bwf.eot?mq1o9z#iefix) format('embedded-opentype'),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/bwf-icons/bwf.ttf?mq1o9z) format('truetype'),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/bwf-icons/bwf.woff?mq1o9z) format('woff'),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/bwf-icons/bwf.svg?mq1o9z#icomoon) format('svg');font-weight:400;font-style:normal;font-display:block}@font-face{font-display:swap;font-family:bwf-icon;src:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/icons-fonts/bwf-icon.eot?rwcwgb);src:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/icons-fonts/bwf-icon.eot?rwcwgb#iefix) format("embedded-opentype"),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/icons-fonts/bwf-icon.ttf?rwcwgb) format("truetype"),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/icons-fonts/bwf-icon.woff?rwcwgb) format("woff"),url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/css/fonts/icons-fonts/bwf-icon.svg?rwcwgb#funnelkit-icon) format("svg");font-weight:400;font-style:normal}html.wfacp_html_boxed{background:#f5f5f5}body.wfacp_checkout-template-wfacp-full-width{background:#f5f5f5!important}html.wfacp_html_canvas{background:0 0}body #wfacp-sec-wrapper #wfacp_checkout_form{display:block}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}html{min-width:auto;height:auto}body{line-height:1.5;text-align:inherit;margin:0}body table,body td,body th{border:none}body th,body tr,body tr td,body tr th{background:0 0}tr td img{vertical-align:middle;display:inherit}.wfacp_table_cell{display:table-cell;vertical-align:middle}.wfacp_table_div{display:table;width:100%;height:100%}body .wfacp_mini_cart_start_h dt{float:none}body #wfacp-e-form .wfacp_cart_empty,body .wfacp_cart_empty{text-align:left;border:none;background:#fae6e6;border-radius:8px;padding:5px 12px 5px 12px!important;color:#e15334;font-size:12px;margin-bottom:16px}body .wfacp-right-panel .wfacp_cart_empty{margin-left:-10px;margin-right:-10px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9>tbody>tr:not(.cart_item)>td:not(.product-name-area),.wfacp_min_cart_widget table.shop_table>tbody>tr:not(.cart_item)>td:not(.product-name-area){padding:0}body #wfacp-e-form .wfacp-product-switch-panel .wfacp_cart_empty{margin-bottom:0}body .wfacp_delete_item_wrap{position:relative}body .wfacp_delete_item_wrap a{border-radius:100%;display:block;text-align:center;color:#bbb;border:1px solid #bbb;width:14px;height:14px;padding:0;position:relative;line-height:22px;font-size:0;outline:0;transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s}body .wfacp_delete_item_wrap a:hover{color:#fd7a7a;border-color:#fd7a7a}body .wfacp_delete_item_wrap a:before{content:'x';position:absolute;left:0;font-size:12px;color:#bbb;right:0;top:50%;margin-top:-3px;line-height:4px;transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s}body .wfacp_delete_item_wrap a:hover:before{color:#fd7a7a}body .product-quantity .value-button:hover{color:#000;background-color:#f1f1f1}body .wfacp_main_form .wfacp-comm-title:empty,body .wfacp_main_form p span.woocommerce-input-wrapper+br{display:none}body .wfacp_main_form p.woocommerce-invalid-required-field:not(.wfacp_select2_country_state).wfacp_state_wrap .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered{box-shadow:none!important}body .wfacp_main_form.woocommerce .ywcmas_manage_addresses_cb_container input{position:relative;left:auto;top:auto;margin-right:5px;bottom:auto}#wfacp_smart_buttons .wfacp_smart_button_container .gpay-button{min-height:42px;width:100%}#wfacp-e-form span.wfacp_inline_field_error,.wfacp_main_form span.wfacp_inline_field_error{position:relative;font-size:13px;line-height:1.2;color:#e15334;display:block;margin-top:5px}body #wfacp-e-form .wfacp-form:not(.wfacp-top):not(.wfacp-inside) form .wfacp_empty_field:not(.wfacp-anim-wrap)>label:not(.wfacp_radio_field_label),body .wfacp-form:not(.wfacp-top):not(.wfacp-inside) .wfacp_main_form.woocommerce .wfacp_empty_field:not(.wfacp-anim-wrap)>label:not(.wfacp_radio_field_label){top:18px;bottom:auto;margin:0}body #wfacp-e-form .wfacp-form:not(.wfacp-top):not(.wfacp-inside) form .wfacp_empty_field:not(.wfacp-anim-wrap) .wfacp_radio_options_group label{top:0}#wfacp-e-form .wfacp-form.wfacp-inside form .wfacp_empty_field:not(.wfacp-anim-wrap) label.wfacp-form-control,.wfacp-form.wfacp-inside .wfacp_empty_field:not(.wfacp-anim-wrap) label.wfacp-form-control{top:16px;bottom:auto;margin:0}body #wfacp-e-form .wfacp-inside #billing_email_field:not(.wfacp-anim-wrap) input[type=email]{padding-bottom:12px;padding-top:12px}body #wfacp_checkout_form{position:relative}@media screen and (-webkit-min-device-pixel-ratio:0){body .wfacp_main_form input,body .wfacp_main_form select,body .wfacp_main_form textarea{font-size:16px}}@supports (-webkit-overflow-scrolling:touch){#wfacp_qr_model_wrap .wfacp_qr_wrap .button,.wfacp_option_btn{-webkit-transform:translate3d(0,0,0)}#wfob_qr_model_wrap .wfob_qr_wrap .button,.wfob_option_btn{-webkit-transform:translate3d(0,0,0)}}.wfacp_main_form #billing_address_2_field>label,.wfacp_main_form #shipping_address_2_field>label{width:auto;opacity:1}body .wfacp_main_form .wfacp_notice_dismise_link a{position:absolute;right:28px;width:18px;height:18px;text-decoration:none;border:1px solid #ccc;border-radius:100%;font-size:14px;line-height:13px;top:50%;margin-top:-9px;color:#ccc;padding-left:1px}.wfacp_main_form .wfacp-comm-title h4.wfacp-normal{font-weight:400}.wfacp_main_form .wfacp-comm-title h4.wfacp-bold{font-weight:700}.wfacp_main_form .wfacp-comm-title h4.wfacp-text-center,body .wfacp_main_form .wfacp-order-place-btn-wrap.wfacp-text-center{text-align:center}.wfacp_main_form .wfacp-comm-title h4.wfacp-text-right,body .wfacp_main_form .wfacp-next-btn-wrap.wfacp-text-right,body .wfacp_main_form .wfacp-order-place-btn-wrap.wfacp-text-right{text-align:right}.wfacp_main_form .wfacp-comm-title h4.wfacp-text-left,body .wfacp_main_form .wfacp-next-btn-wrap.wfacp-text-left,body .wfacp_main_form .wfacp-order-place-btn-wrap.wfacp-text-left{text-align:left}.woocommerce-terms-and-conditions{margin-bottom:16px}body .wfacp_main_form span.woocommerce-terms-and-conditions-checkbox-text{font-weight:400}.create-account label,body span.woocommerce-input-wrapper label.checkbox,label.wfacp-form-control-label{cursor:pointer}body .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control:-webkit-autofill,body .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control:-webkit-autofill:focus,body .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.wfacp_animate_shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}.wfacp_main_form h1,.wfacp_main_form h2,.wfacp_main_form h3,.wfacp_main_form h4,.wfacp_main_form h5,.wfacp_main_form h6{font-family:inherit}.wfacp-form-control-wrapper #billing_state,.wfacp-form-control-wrapper #shipping_state{width:100%}.wfacp-comm-title h2{font-family:inherit}.wfacp_main_form .wfacp_row_wrap:after,.wfacp_main_form .wfacp_row_wrap:before{content:'';display:block}.wfacp_main_form .wfacp_row_wrap:after{clear:both}.wfacp_checkbox_field label,.wfacp_checkbox_field span{margin-bottom:0;padding-bottom:0}body .wfacp_main_form .woocommerce-checkout .wfacp-next-btn-wrap.wfacp-btn-fullwidth .button,body .wfacp_main_form .woocommerce-checkout .wfacp-order-place-btn-wrap.wfacp-btn-fullwidth .button{width:100%}.wfacp-comm-title h4:empty,.wfacp-header-nav ul li span:empty:before,.wfacp_header .wfacp-header-nav ul li:empty,.wfacp_main_form .wfacp-comm-title h4:empty,.wfacp_main_form .wfacp-label-post-inside{display:none}.wfacp-payment-tab-list.full_width_cls{width:100%;float:none;box-sizing:border-box}span.wfacp_input_error_msg{color:red;font-size:13px}.wfacp-left-panel.single_step{display:block}.wfacp_payment{display:none}.wfacp_error_message{display:none;clear:both;padding:0 45px;color:#e15334}body:not(.wfacp_oxygen_template) .wfacp_main_form p.woocommerce-invalid-required-field:not(.wfacp_select2_country_state) .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,body:not(.wfacp_oxygen_template) p.woocommerce-invalid-required-field .wfacp-form-control{border-color:#e15334}.wfacp_main_form .wfacp-comm-title:not(.wfacp_internal_form_wrap).none{padding:0}.wfacp_error_message{padding:0!important;margin-bottom:5px}.wfacp_main_form p.form-row span.wfacp_input_error_msg{color:#e15334;display:block;width:100%;font-size:12px}.wfacp_main_form .wfacp_error_message{color:#e15334}span.woocommerce-input-wrapper .woocommerce-password-strength,span.woocommerce-input-wrapper small.woocommerce-password-hint{display:block;clear:both;font-size:14px;color:#565e66;font-weight:400;line-height:1.5}.woocommerce-checkout button.button.button-primary.wfacp_next_page_button{width:65%;padding:16px;background:#3665a6;color:#fff;margin:0 auto 15px;font-size:16px;font-weight:400;cursor:pointer}.wfacp-two-step-erap.wfacp-next-btn-wrap{text-align:center}button.button.button-primary.wfacp_back_page_button:before{content:'';background-image:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/left-arrow.png);background-position:center;background-size:cover;width:14px;height:12px;position:absolute;left:0;display:none;top:50%;margin-top:-6px}button.button.button-primary.wfacp_back_page_button{position:relative;padding-left:20px}.wfacp-back-btn-wrap button.button.button-primary.wfacp_back_page_button{color:#f5c443}body .wfacp-back-btn-wrap button.button.button-primary.wfacp_back_page_button{background-color:transparent;font-size:16px;border-radius:0;text-decoration:none;margin:0 0 16px;padding:0;padding-left:0;width:auto;cursor:pointer;font-weight:400;display:none}.woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wfacp-form-control-label span{margin-top:-3px}.wfacp-form-control-wrapper label{font-weight:500}.wfacp-section .form-row.place-order .wfacpob_Box .wfacpob_checkbox_div{padding:0;padding-left:28px;height:100%;vertical-align:middle;display:table-cell}.wfacp-section table:last-child{margin-bottom:0!important;padding-bottom:0!important}div#checkout_paypal_message{margin-bottom:15px}div#paypal_box_button p.checkoutStatus{margin-bottom:0}.wfacp_main_form .wfacp-payment-dec{padding:10px;margin:0 15px 15px}body table.shop_table tr td small{font-size:80%}.blockOverlay:after,.blockOverlay:before,.blockUI:after,.blockUI:before{display:none!important}body .wfacp_main_form .wc_payment_method .payment_box label{color:#000;display:block;font-size:13px}body .wfacp_main_form .woocommerce-checkout .button{line-height:1.5;min-height:auto;border:none;box-shadow:none;font-family:inherit;cursor:pointer}.create-account label.checkbox{display:block}.wfacp_main_form abbr[title]{border-bottom:none;cursor:inherit;text-decoration:none}.wfacp-form ul.woocommerce-side-nav.woocommerce-checkout-nav{display:none}body .wfacp_main_form{box-sizing:border-box}.wfacp_clearfix:after,.wfacp_clearfix:before{content:'';display:block}.wfacp_clearfix:after{clear:both}body .wfacp-form .wc-social-login.form-row-wide a:hover{opacity:1;color:#fff}body .wfacp-form .wc-social-login.form-row-wide a{color:#fff}body .wfacp-form .woocommerce-info.info.wc-amazon-payments-advanced-info{margin:0 0 16px}body .wfacp_text_center{text-align:center}.wfacp-form .checkout-wrap{display:none}body .wfacp-form .woocommerce-info.info.wc-amazon-payments-advanced-info:after{clear:both}body .wfacp-form .woocommerce-info.info.wc-amazon-payments-advanced-info:after,body .wfacp-form .woocommerce-info.info.wc-amazon-payments-advanced-info:before{content:'';display:block}body .wfacp-form .woocommerce-info.info.wc-amazon-payments-advanced-info{margin:0 0 16px}body .wfacp-form p.automatewoo-optin.form-row label{display:block;position:relative;text-align:left}.form-row.checkbox-legal .woocommerce-form__label-for-checkbox input[type=checkbox]{position:absolute;top:5px;float:none;width:auto;margin-top:0}.wfacp_invalid_variarion{padding-left:25px}.wfacp-form .cart-custom-field{display:none}p.woochimp_checkout_checkbox{text-align:left;position:relative;padding:0!important}p.woochimp_checkout_checkbox input#woochimp_user_preference{position:absolute;top:5px;float:none;width:auto;margin-top:0;display:inline-block}p.woochimp_checkout_checkbox label{padding-left:21px;display:inline;position:relative;vertical-align:middle;margin:0;font-weight:400}.wfacp_main_form .wfacp-form-control-label label{font-weight:400}.wfacp_coupon_error_msg,.wfacp_coupon_remove_msg{padding:0 12px}.wfacp-form-control-wrapper.form-row{margin-left:0;margin-right:0;display:block}p.mailchimp-newsletter label{display:inline}p.mc4wp-checkbox-woocommerce span{margin-left:5px}body .wfacp_main_form .woocommerce-info a{background:0 0}body .wfacp_main_form #customer_location_self_certified_field{border:none;margin-top:0}body .wfacp_main_form #customer_location_self_certified_field #customer_location_self_certified-description{margin-bottom:10px}body .wfacp_main_form .wfacp_drip_wrap+.clear{display:none}body .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-full{margin-bottom:15px}body .wfacp-col-clearfix{clear:both}.wfacp_main_form label.wfacp-form-control-label{clip:auto;height:auto;width:auto}body .wfacp_main_form.woocommerce input[type=date],body .wfacp_main_form.woocommerce input[type=email],body .wfacp_main_form.woocommerce input[type=number],body .wfacp_main_form.woocommerce input[type=password],body .wfacp_main_form.woocommerce input[type=tel],body .wfacp_main_form.woocommerce input[type=text],body .wfacp_main_form.woocommerce select,body .wfacp_main_form.woocommerce textarea{float:none}body #wfacp-e-form input[type=date]:not([hidden]),body #wfacp-e-form input[type=email]:not([hidden]),body #wfacp-e-form input[type=number]:not([hidden]),body #wfacp-e-form input[type=password]:not([hidden]),body #wfacp-e-form input[type=tel]:not([hidden]),body #wfacp-e-form input[type=text]:not([hidden]),body #wfacp-e-form select,body #wfacp-e-form textarea,body .wfacp_mini_cart_start_h input[type=date]:not([hidden]),body .wfacp_mini_cart_start_h input[type=email]:not([hidden]),body .wfacp_mini_cart_start_h input[type=number]:not([hidden]),body .wfacp_mini_cart_start_h input[type=password]:not([hidden]),body .wfacp_mini_cart_start_h input[type=tel]:not([hidden]),body .wfacp_mini_cart_start_h input[type=text]:not([hidden]),body .wfacp_mini_cart_start_h select,body .wfacp_mini_cart_start_h textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;max-width:100%;margin-bottom:0;margin-top:0}body #wfacp_checkout_form textarea,body .wfacp_main_form.woocommerce textarea{resize:vertical}.wfacp_main_form .woocommerce-error li{color:#737373}body .wfacp_main_form.woocommerce .select2-container input[type=text]{padding:0;border:none;min-height:48px;outline:0;box-shadow:none}body .wfacp_main_form.woocommerce .select2-container input[type=text]:hover{border:none!important}body .wfacp_main_form.woocommerce .select2-container input[type=text]:focus{box-shadow:none!important}body .wfacp_main_form .wfacp_drop_list .woocommerce-input-wrapper,body .wfacp_main_form .wfacp_dropdown .woocommerce-input-wrapper{position:relative;display:block}body .wfacp_main_form .wfacp_drop_list .woocommerce-input-wrapper select{cursor:pointer}.wfacp_main_wrapper .wc-amazon-payments-advanced-populated .create-account{margin-top:10px;position:relative}.wfacp_main_wrapper .wc-amazon-payments-advanced-populated .create-account label.checkbox{display:initial;margin:0;padding-left:25px!important;font-weight:400}.wfacp_main_wrapper .wc-amazon-payments-advanced-populated .create-account h3{margin:0 0 10px;line-height:1.5}body .wfacp_main_form.woocommerce label.checkbox{margin-bottom:5px}body .wfacp_main_form .wfacp_hidden_section{display:none}body .wfacp_main_form .wfacp-row .wfob_bump_wrapper{padding:0 15px;clear:both}body a.tm-cart-edit-options{display:none}body .wfacp_main_form.woocommerce .woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wfacp-form-control-label span{margin-top:0}body .wfacp_main_form.woocommerce form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span{cursor:pointer}body .wfacp_main_form .woocommerce-account-fields p label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wfacp-form-control-label{top:auto;left:0;margin-top:0;bottom:0;overflow:initial;pointer-events:unset;z-index:auto}body .wfacp_main_form.woocommerce .woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wfacp-form-control-label span{margin-top:0}body .wfacp_main_form p.form-row.form-row-wide.mailchimp-newsletter,body .wfacp_main_form.woocommerce .mc4wp-checkbox,body .wfacp_main_form.woocommerce .wfacp_checkbox_field{position:relative}body .wfacp_main_form.woocommerce .mc4wp-checkbox{clear:both}body .wfacp_clear{clear:both}body .wfacp_main_form #vat_number_field{margin-bottom:30px}body .wfacp_main_form .wfob_bump_wrapper{margin-bottom:25px}body .wfacp_main_form.woocommerce .wfacp-section{margin-bottom:10px}body .wfacp_main_form .shop_table.wfacp-product-switch-panel,body .wfacp_main_form .wfacp_wrapper_start{margin-bottom:25px}body .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{position:absolute;top:3px}body .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper p.form-row{position:relative}body .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-wrapper p.woocommerce-invalid-required-field input[type=checkbox]{border-color:#e15334!important;transition:all .4s ease-out!important}body .wfacp_main_form.woocommerce .wfob_bump_wrapper+p.form-row{margin-top:15px}body .wfacp_main_form.woocommerce .mc4wp-checkbox label{display:block;width:100%;margin:0;text-align:left;padding-left:25px}body .wfacp_main_form.woocommerce .mc4wp-checkbox label span{display:block;width:100%;margin:0;text-align:left}body .form-row ul li{list-style-type:disc;list-style-position:inside}body .wfacp_main_form .wfacp_custom_field_wfacp_wysiwyg ol{padding:0 15px}body .wfacp_main_form .wfacp_custom_field_wfacp_wysiwyg ol li{list-style-type:decimal}body .wfacp_main_form.woocommerce .wfacp_checkbox_field input[type=checkbox]{min-height:auto}body .wfacp_main_form .woocommerce-error .woocommerce-error{padding:0;margin:0;border:none}body .wfacp_main_form .wc-braintree-venmo-button-container .bfwc-venmo-tokenize img{display:block}body .wfacp_main_form .woocommerce_checkout_order_review_above_order_summary .wfob_wrap_start,body .wfacp_main_form .woocommerce_checkout_order_review_above_payment_gateway .wfob_wrap_start{margin-bottom:15px}body .wfacp_main_form.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 12px}body .wfacp_main_form .select2-container--default .select2-selection--single .select2-selection__clear{display:none}body .wfacp_main_form .other-themes-cc-header{height:auto}body .wfacp_main_form .wc-gzd-checkbox-placeholder label{font-weight:500}body .wfacp_main_form.woocommerce input[type=checkbox]+label{padding-left:0!important;display:initial!important}_:-ms-fullscreen,:root body .wfacp_main_form.woocommerce input[type=radio] + label{display:inline-block}body .wfacp_main_form.woocommerce input[readonly]{background:#fbfbfb}body .wfacp_main_form #wfacp_checkout_form p.form-row.form-row-wide.mailchimp-newsletter{margin-top:15px;clear:both}.wfacp_product.left_right:after,.wfacp_product.left_right:before{display:block;content:''}.wfacp_product.left_right:after{clear:both}body .wfacp_main_form .wfob_bump_wrapper:empty{display:none}body .wfacp_main_form .form-row:not(.woocommerce-invalid-email) input[type=date]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-email) input[type=number]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) .select2-selection__rendered:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=date]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:focus,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field).wfacp_custom_field_multiselect span.select2-selection.select2-selection--multiple:focus body .wfacp_main_form textarea:focus{transition:all .4s ease-out}body .wfacp_main_form .form-row:not(.woocommerce-invalid-email) input[type=date]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) .select2-container .select2-selection--single .select2-selection__rendered:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=date]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) select:hover,body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) textarea:hover,body .wfacp_main_form .select2-container .select2-selection--single .select2-selection__rendered:hover{transition:all .4s ease-out}body .wfacp_main_form .select2-container--default .select2-selection--single .select2-selection__placeholder{line-height:1.5}body .wfacp_main_form.woocommerce input[readonly]:-moz-placeholder,body .wfacp_main_form.woocommerce input[readonly]:-ms-input-placeholder,body .wfacp_main_form.woocommerce input[readonly]::-moz-placeholder,body .wfacp_main_form.woocommerce input[readonly]::-webkit-input-placeholder{opacity:1}body .wfacp_main_form p.wfacp_custom_field_radio_wrap .wfacp-form-control{padding:0 0 8px;border-color:transparent;background:0 0}.wfacp_steps_sec{margin-bottom:15px}.wfacp_steps_sec ul{list-style-type:none;margin:0 0 1.5em;padding:0}.wfacp_steps_sec ul li:last-child>a{margin-right:0;padding-right:0}.wfacp_steps_sec ul li:first-child>a{padding-left:0}.wfacp_steps_sec ul li a{padding-right:20px;font-size:14px;line-height:1.5;font-family:inherit;position:relative;display:inline-block;opacity:.5}.wfacp_steps_sec ul li{display:inline-block}.wfacp_steps_sec ul li.wfacp_bred_active{opacity:1}.wfacp_steps_sec ul li a{color:#333;position:relative}.wfacp_steps_sec ul li:not(.wfacp_bred_active)>a{opacity:.5}.wfacp_steps_sec ul li:not(:last-child) a:after{content:"";width:12px;height:12px;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/arrow-right.svg) center center no-repeat;margin-left:0;position:absolute;right:3px;background-size:cover;top:50%;margin-top:-6px}.wfacp_steps_sec ul li.wfacp_display_none,body .wfacp_steps_sec ul li a.wfacp_step_text_nohave{display:none}.wfacp_steps_sec ul li{margin:0 0 10px}.wfacp_steps_sec ul li.wfacp_bred_active.wfacp_bred_visited a{opacity:1}body .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item.wfacp-selected-product{background-color:#f7f7f7}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item{margin-bottom:10px;border:1px solid #e6e6e6}.shop_table.wfacp-product-switch-panel{margin-bottom:16px;padding:0 15px}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .product-price .wfacp_product_price_sec{text-align:right}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap{position:relative;display:flex}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .product-price span.woocommerce-Price-amount.amount{margin:0;width:100%;font-size:14px;font-weight:400}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_quantity_selector input.wfacp_product_switcher_quantity{max-width:100%;border:1px solid #ababab;height:100%;padding:4px;font-size:16px;color:#737373;height:32px;background:#f6f6f6}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .product-name .wfacp_pro_sec{position:relative}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item.wfacp-selected-product .wfacp_quantity_selector input.wfacp_product_switcher_quantity{background:#fff}.wfacp-product-switch-title:after{clear:both}.wfacp-product-switch-title:after,.wfacp-product-switch-title:before{display:block;content:''}body .wfacp_main_form.woocommerce .wfacp-product-switch-title .product-remove{float:left;width:70%;padding-right:10px;padding-left:10px}.wfacp-product-switch-title .product-quantity{float:left;font-size:16px;color:#999;max-width:50px;width:100%;text-align:center;margin:0}body .wfacp_main_form.woocommerce .wfacp-product-switch-title .product-quantity{text-align:center}.shop_table.wfacp-product-switch-panel.product-quantity{float:left}span.wfacp_you_save_text{display:block;margin-left:30px;font-size:14px;color:#f80a0a}span.wfacp_choose_options{display:block;margin-left:30px;font-size:13px;text-decoration:underline}.shop_table.wfacp-product-switch-panel .product-name label{cursor:pointer}body .wfacp_main_form .wfacp_product_switcher_description .product_name.product-name{width:100%}.wfacp_row_wrap .product-name input{max-width:15px}.wfacp_row_wrap .product-name .wfacp_product_sec span{font-size:15px;line-height:1.5;color:#4d4c4c;cursor:pointer}.shop_table.wfacp-product-switch-panel .product-price{cursor:pointer}.wfacp_row_wrap .product-name .wfacp_product_sec span.wfacp_choose_options{display:inline-block;margin:0 0 0 4px}.wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_ps_div_row:last-child{margin-bottom:0}.wfacp_row_wrap .product-name .wfacp_product_sec span.wfacp_choose_options.wfacp_ps_type_variable{display:block;text-align:left;margin-left:0}.wfacp_row_wrap .product-name .wfacp_product_sec span.wfacp_choose_options.wfacp_ps_type_variable a{display:block;margin-top:3px;color:#0c5796;font-size:13px;line-height:18px}.wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_you_save_text,.wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_you_save_text span{color:#f80a0a;font-size:15px;line-height:20px}.wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_ps_div_row a.wfacp_qv-button{display:inline-block;margin:0 0 0 5px}body .wfacp-product-switch-title{padding:0 10px 10px 0}.wfacp-product-switch-panel .wfacp_row_wrap.ps_hidden .wfacp_product_sec.wfacp_ps_checked{padding-left:0}.wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_ps_div_row a.wfacp_qv-button.var_product{display:block;margin:0;font-size:13px;line-height:20px}.wfacp_ps_div_row img{max-width:14px}.wfacp_product_subs_details,.wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_product_subs_details span{font-size:12px;line-height:1.5;font-style:italic}body .wfacp_main_form .wfacp_row_wrap .product-name .wfacp_product_sec span.wfacp_best_value{font-size:12px;line-height:12px;display:inline-block;padding:3px 5px;border-radius:3px;margin:0 4px}body .wfacp_main_form #product_switching_field .wfacp_best_val_wrap.below .wfacp_best_value{margin-top:5px}body .wfacp_main_form #product_switching_field .wfacp_best_val_wrap.above .wfacp_best_value{margin-bottom:5px}body .wfacp_main_form.woocommerce #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3.wfacp_sold_indi .wfacp_product_quantity_container,body .wfacp_main_form.woocommerce #product_switching_field.wfacp_setting_qty_hide .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{display:none}body .wfacp_main_form.woocommerce #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3.wfacp_sold_indi .product-price,body .wfacp_main_form.woocommerce #product_switching_field.wfacp_setting_qty_hide .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .product-price{width:100%;padding-left:0}body .wfacp_main_form .wfacp_qty_price_wrap{width:30%;float:left}body .wfacp_main_form .wfacp_qty_price_wrap .product-name{text-align:right;padding-left:80px;width:100%}.woocommerce-cart-form__cart-item.cart_item.wfacp_product_row.wfacp_incomplete_variation.wfacp_attributes_error_shake{animation:wfacp_wobble .5s;animation-iteration-count:1}body .wfacp_main_form .shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item input[type=number]::-webkit-inner-spin-button,body .wfacp_main_form .shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item input[type=number]::-webkit-outer-spin-button{opacity:1}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_ps_title_wrap{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;display:flex}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_1{-webkit-box-flex:0;-ms-flex:0 0 62px;flex:0 0 62px;display:flex}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:flex}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_3{display:flex}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{display:flex}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_3 .product-price{display:flex;text-align:right;width:calc(100% - 50px)}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_sec_start{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;display:flex}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.shop_table.wfacp-product-switch-panel .cart_item .wfacp_product_switcher_col_3 .product-price .wfacp_product_price_sec del,body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.shop_table.wfacp-product-switch-panel .cart_item .wfacp_product_switcher_col_3 .product-price .wfacp_product_price_sec ins{display:block}body .wfacp_main_form #product_switching_field .wfacp_ps_title_wrap{float:none;padding-left:33px;padding-right:10px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1{max-width:62px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2{max-width:100%;padding-left:10px;padding-right:62px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_3{width:100%}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item{padding:10px;position:relative}body .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item{background-color:transparent}body .wfacp_main_form #product_switching_field .wfacp_product_sec_start{float:none;max-width:30%}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .cart_item{margin-top:0}body .wfacp_main_form #product_switching_field.wfacp_setting_qty_hide .product-name{width:100%;padding-left:0}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_error{margin-top:5px;color:#d33}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item legend.wfacp_best_value.wfacp_top_right_corner{width:auto}body .wfacp_main_form .wfacp_sold_individually{display:none}body .wfacp_main_form #product_switching_field.wfacp_not_force_all .product-remove{padding-left:10px}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_image_hide .wfacp_product_switcher_error,body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_not_image_hide .wfacp_product_switcher_error{padding-left:33px}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_product_switcher_error,body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_not_image_hide.wfacp_disable_delete_item .wfacp_product_switcher_error{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_image_hide .wfacp_product_switcher_error,body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_not_image_hide .wfacp_product_switcher_error{padding-left:23px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all.wfacp_setting_not_image_hide .wfacp_product_switcher_error{padding-left:58px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all.wfacp_setting_image_hide .wfacp_product_switcher_error{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_not_force_all.wfacp_setting_not_image_hide .wfacp_product_switcher_error{padding-left:81px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .product-image img{max-width:100%;display:block;height:auto}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .product-image{border:1px solid #e1e1e1;position:relative;background-color:#fff;width:100%;height:auto}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .wfacp_product_switcher_remove_product.wfacp_delete_item{display:block;width:23px;height:23px;position:absolute;left:0}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .wfacp_product_switcher_remove_product.wfacp_delete_item a{display:block;font-weight:700;vertical-align:middle;text-align:center;color:#d0d0d0!important;height:100%;line-height:17px;font-size:15px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .wfacp_product_switcher_remove_product.wfacp_delete_item a:hover{color:transparent!important}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .wfacp_product_switcher_remove_product.wfacp_delete_item a.wfacp_remove_item_from_cart:hover{color:#dd7575!important;border-color:#dd7575}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=checkbox],body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=radio]{display:block;position:absolute;left:0;top:50%;margin-top:-8px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_1 .wfacp-qty-ball{position:absolute;right:-5px;top:-5px;z-index:10}.wfacp-qty-count{display:inline-block}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_1 .wfacp-qty-count{vertical-align:top;margin:1px 0 0 2px;padding:0 5px;min-width:22px;height:22px;border-radius:11px;background-color:#999;color:#fff;font-size:11px;line-height:22px;text-align:center;z-index:26}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_not_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_not_image_hide.wfacp_disable_delete_item .product-remove{padding-left:10px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all.wfacp_setting_not_image_hide.wfacp_disable_delete_item .wfacp_product_sec_start,body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all.wfacp_setting_not_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap{padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_image_hide.wfacp_enable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_1{max-width:0}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_image_hide.wfacp_enable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_2{padding-right:0;padding-left:0}body .wfacp_main_form #product_switching_field.shop_table.wfacp-product-switch-panel.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all.wfacp_setting_image_hide.wfacp_enable_delete_item .wfacp_product_sec_start{padding-left:0}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .product-remove{padding-left:10px}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_1{display:none}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_2{padding-left:0;padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_product_sec_start,body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap{padding-left:0;padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_setting_qty_hide .wfacp_product_switcher_col_2{padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_setting_qty_hide .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{display:none}body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_for_mb .wfacp_ps_title_wrap{padding-right:0;padding-left:23px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_not_force_all .wfacp_product_sec_start{padding-left:60px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_not_force_all.wfacp_setting_not_image_hide .wfacp_product_sec_start{padding-left:81px;padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_not_force_all.wfacp_setting_image_hide .wfacp_product_sec_start{padding-left:23px;padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_not_force_all .wfacp_ps_title_wrap{padding-left:26px}body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_image_hide.wfacp_enable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_1{max-width:0}body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_image_hide.wfacp_enable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_2{padding-right:0;padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_1{max-width:0}body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_image_hide.wfacp_disable_delete_item .wfacp_ps_title_wrap .wfacp_product_switcher_col_2{padding-left:0;padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_qty_hide .wfacp_product_switcher_col_2{padding-right:0}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description{width:100%}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button{display:inline-block;margin:0 0 0 1px;font-size:14px;line-height:1.5}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button img{max-width:14px;width:100%}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description .product_name,body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description label{font-weight:400;color:#4d4c4f;font-size:14px;margin-bottom:0}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description .product_name label,body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_not_image_hide .wfacp_product_switcher_col_1 .product-image{cursor:pointer}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_you_save_text{font-size:13px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_subs_details,body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_you_save_text{line-height:19px;margin:5px 0 0}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button{color:#dd7575}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button{overflow:inherit}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description label{display:inline!important;line-height:1.5}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_subs_details,body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_subs_details span{color:#737373}body .wfacp_main_form #product_switching_field .wfacp-selected-product .wfacp_product_switcher_col_2 .wfacp_product_switcher_description .product_name,body .wfacp_main_form #product_switching_field .wfacp-selected-product .wfacp_product_switcher_col_2 .wfacp_product_switcher_description .product_name label,body .wfacp_main_form #product_switching_field .wfacp-selected-product .wfacp_product_switcher_col_3 .product-price,body .wfacp_main_form #product_switching_field.wfacp_not_force_all.wfacp_setting_not_image_hide .wfacp-selected-product .wfacp_product_switcher_col_1 .product-image{cursor:default}body .wfacp_main_form #product_switching_field .wfacp-selected-product .wfacp_product_switcher_col_2 .wfacp_product_switcher_description .product_name label{pointer-events:none}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button.var_product{display:block;margin:5px 0 0 0}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity{width:100%}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:50px;width:100%}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_3 .product-price{padding-left:10px;float:none}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .cart_item .wfacp_product_switcher_col_3 .product-price .wfacp_product_price_sec{text-align:right;width:100%}body .wfacp_main_form #product_switching_field .wfacp_crossicon_for_mb{display:none}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .wfacp-selected-product .wfacp_product_switcher_col_3 .product-price{cursor:pointer}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_force_all.wfacp_setting_image_hide.wfacp_setting_qty_hide .wfacp_ps_title_wrap{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_force_all.wfacp_setting_image_hide.wfacp_setting_qty_hide .wfacp_product_sec_start{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.desk_only .wfacp_product_sec_start,body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.desk_only .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container,body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.desk_only .wfacp_product_switcher_col_1,body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.desk_only .wfacp_product_switcher_col_2,body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.desk_only .wfacp_product_switcher_col_3 .product-price,body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.desk_only .wfacp_ps_title_wrap{align-items:center}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1{max-width:40px;-ms-flex:0 0 40px;flex:0 0 40px;display:block;align-items:unset}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_force_all.wfacp_setting_not_image_hide .product-remove{padding-left:10px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_2{padding-right:40px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:70px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{width:calc(100% - 40px)}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3{display:block}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{display:block;float:left}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{width:100%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{width:100%;padding-left:40px;display:block}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3.wfacp_sold_indi .wfacp_product_price_container{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_force_all .wfacp_product_switcher_col_1 .wfacp_product_switcher_remove_product.wfacp_delete_item{display:none}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_force_all .wfacp_ps_title_wrap{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_crossicon_for_mb{display:block;clear:both;text-align:center}body .wfacp_main_form .wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_quantity_selector input.wfacp_product_switcher_quantity{height:auto}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_crossicon_for_mb .wfacp_product_switcher_remove_product a{border-radius:50%;display:block;font-weight:700;text-align:center;color:#d0d0d0!important;width:20px;line-height:14px;font-size:13px;height:20px;margin-top:5px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_crossicon_for_mb .wfacp_product_switcher_remove_product a svg{width:100%;height:100%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_crossicon_for_mb .wfacp_product_switcher_remove_product{float:right}body .wfacp_product_restore_wrap{position:relative;color:#737373;border-left:2px solid #e15334;width:auto;padding:0 0 0 10px;margin-bottom:16px;background:0 0}.wfacp_product_restore_wrap a{color:#dd7575}body .cart_item.wfacp_noborder{border-bottom:none}body .wfacp_main_form #product_switching_field .wfacp_best_value{font-size:12px;line-height:12px;display:inline-block;padding:3px 5px;border-radius:3px;margin-bottom:0}body .wfacp_main_form #product_switching_field .wfacp_best_value.wfacp_top_left_corner{text-align:left;margin:0}body .wfacp_main_form #product_switching_field .wfacp_best_value.wfacp_top_right_corner{text-align:right;margin:0}body .wfacp_main_form #product_switching_field.shop_table.wfacp-product-switch-panel .cart_item.wfacp_best_val_wrap.top_left_corner,body .wfacp_main_form #product_switching_field.shop_table.wfacp-product-switch-panel .cart_item.wfacp_best_val_wrap.top_right_corner{padding-bottom:18px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .wfacp_product_switcher_col_2 .wfacp_ps_div_row:empty{display:none}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_force_all .cart_item .wfacp_row_wrap.wfacp_you_save_text_blank .wfacp_product_switcher_col_1{position:absolute;top:0;left:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_not_force_all .cart_item .wfacp_row_wrap.wfacp_you_save_text_blank .wfacp_product_switcher_col_1 .product-image{position:absolute;left:23px;max-width:50px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel .wfacp-product-switch-title{display:none}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_1 input[type=checkbox],body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_1 input[type=radio]{margin-top:4px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel .cart_item .wfacp_row_wrap{position:relative;display:block}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel .wfacp_ps_title_wrap{display:block;padding-left:0;padding-right:0;max-width:100%;margin-bottom:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp_not_force_all.wfacp-product-switch-panel .wfacp_ps_title_wrap{padding-left:23px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel .wfacp_product_switcher_col_2 .wfacp_ps_div_row{margin-bottom:5px}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_2 .wfacp_you_save_text{line-height:1.5}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:40px;float:left;margin-right:10px}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_3{width:100%;display:table}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{margin-right:0;display:table-cell;width:50px;vertical-align:middle;padding-right:10px;float:none}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_3 .product-price{float:none;display:table-cell;vertical-align:middle;width:calc(100% - 40px);padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_3.wfacp_sold_indi .wfacp_product_quantity_container,body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_setting_qty_hide.wfacp_df_ps .wfacp_product_switcher_col_3 .wfacp_product_quantity_container{display:none}body .wfacp_df_ps .wfacp-product-switch-title{padding-bottom:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .product-price .wfacp_product_price_sec{text-align:left}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_1{display:block;float:left;max-width:50px}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_col_2{display:block;padding-left:60px;padding-right:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_ps_title_wrap:after{clear:both}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_ps_title_wrap:after,body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_ps_title_wrap:before{display:block;content:''}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_for_mb.wfacp-product-switch-panel .wfacp_ps_title_wrap{padding-right:30px}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_sec_start{display:block;max-width:100%;padding-left:60px;padding-right:30px}body .wfacp_main_form #product_switching_field.wfacp_for_mb .wfacp_product_switcher_remove_product.wfacp_delete_item a{border-radius:50%;display:block;font-weight:700;vertical-align:middle;text-align:center;color:#e1e1da;height:100%;line-height:13px;font-size:13px}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel .wfacp_row_wrap .product-price .wfacp_product_price_sec del,body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel .wfacp_row_wrap .product-price .wfacp_product_price_sec ins{display:inline-block}body .wfacp_main_form #product_switching_field.wfacp_for_mb .cart_item .wfacp_quantity_selector input.wfacp_product_switcher_quantity{height:28px;margin-bottom:0}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel.wfacp_force_all .wfacp_product_switcher_col_1 .wfacp_product_switcher_remove_product.wfacp_delete_item{display:none}body .wfacp_main_form #product_switching_field.wfacp_for_mb.wfacp-product-switch-panel.wfacp_force_all .wfacp_crossicon_for_mb{display:block}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .wfacp_product_restore_wrap{font-size:14px;line-height:1.5}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .product-image{display:none}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .wfacp_product_switcher_col_1{max-width:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .wfacp_product_switcher_col_2{padding-right:0;padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .wfacp_ps_title_wrap{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .wfacp_product_sec_start{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:45px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .product-remove{padding-left:10px;width:calc(70% - 30px)}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .product-remove{width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap .wfacp_qty_price_wrap{width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap.wfacp_force_all .wfacp_product_switcher_error{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap.wfacp_not_force_all .wfacp_product_switcher_error{padding-left:26px}body .wfacp_main_form.woocommerce .shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item{position:relative}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 .wfacp-qty-count{min-width:14px;height:14px;line-height:14px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_product_restore_wrap{font-size:14px;line-height:1.5}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_hideimg_wrap.wfacp_setting_image_hide .product-remove,body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active.wfacp_setting_image_hide .product-remove{padding-left:10px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_product_switcher_col_1{max-width:42px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_product_switcher_col_2{padding-right:42px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_ps_title_wrap{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_product_sec_start{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .product-remove{width:60%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_qty_price_wrap{width:40%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .product-name{padding-left:80px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_ps_disable_hideImg1 .product-name{padding-left:0}body #wfacp-e-form .shop_table.wfacp-product-switch-panel.wfacp_force_all.wfacp_setting_image_hide .product-name{padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active.wfacp_setting_not_qty_hide .wfacp_product_switcher_col_3 .product-price{width:100%;padding-left:80px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .product-remove{padding-left:33px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_ps_mb_active .wfacp_product_switcher_col_2 .wfacp_product_switcher_description label{display:inline-block;line-height:19px;font-size:13px}body .wfacp_main_form #product_switching_field.wfacp_ps_mb_active.wfacp_not_force_all.wfacp_setting_not_image_hide .wfacp-product-switch-title .product-remove{padding-left:10px;width:60%}body .wfacp_main_form #product_switching_field.wfacp_ps_mb_active.wfacp_not_force_all.wfacp_setting_not_image_hide .wfacp_qty_price_wrap{width:40%}body .wfacp_main_form #product_switching_field.wfacp_ps_mb_active.wfacp_force_all.wfacp_setting_not_image_hide .wfacp-product-switch-title .product-remove{padding-left:10px;width:60%}body .wfacp_main_form #product_switching_field.wfacp_ps_mb_active.wfacp_force_all.wfacp_setting_not_image_hide .wfacp_qty_price_wrap{width:40%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 input[type=checkbox],body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 input[type=radio]{top:auto;margin-top:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_not_force_all .wfacp_product_switcher_col_1 input[type=checkbox],body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_not_force_all .wfacp_product_switcher_col_1 input[type=radio]{margin-top:4px}body .wfacp_main_form #product_switching_field.wfacp_ps_mb_active.wfacp_force_all.wfacp_enable_delete_item.shop_table.wfacp-product-switch-panel .cart_item .wfacp_product_switcher_col_3 .product-price .wfacp_product_price_sec ins{margin-bottom:5px}body .wfacp_main_form #product_switching_field.wfacp_for_mb_style.wfacp_ps_mb_active.wfacp_force_all.wfacp_setting_image_hide .wfacp_qty_price_wrap{width:40%}body .wfacp_main_form #product_switching_field.wfacp_for_mb_style.wfacp_ps_mb_active.wfacp_force_all.wfacp_setting_image_hide .product-remove{width:60%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_crossicon_for_mb .wfacp_product_switcher_remove_product a:focus{color:#dd7575;border-color:#dd7575}body #wfacp-e-form .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item.wfacp-selected-product{border-color:#e6e6e6}body .wfacp_main_form.woocommerce .wfacp_main_form #product_switching_field .wfacp_ps_title_wrap{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body .wfacp_main_form.woocommerce .wfacp_main_form #product_switching_field .wfacp_product_sec_start{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single .wfacp_attribute_id{text-transform:capitalize}body .wfacp_main_form .wfacp_selected_attributes{margin-top:5px}.wfacp_selected_attributes:before,body .wfacp_main_form .wfacp_selected_attributes:after{content:'';display:block}body .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single{display:inline-block;float:left;padding-right:8px;font-style:italic;color:#737373;position:relative;margin-right:3px}body .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single span:last-child{width:5px;height:5px;display:block;position:absolute;top:50%;right:0;background:#c7c7c7;border-radius:50%;margin-top:-2.5px;font-size:0}body .wfacp_main_form .wfacp_selected_attributes:after{clear:both}body .wfacp_main_form .wfacp_product_switcher_description span.wfacp_attribute_value{color:#737373}body .wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_attribute_value.wfacp_attr_value_not_available{color:#dd7575}body .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single>span{font-size:13px}body .wfacp_main_form .wfacp_product_switcher_col dl.variation dt{font-style:italic;color:#737373;text-transform:capitalize;font-size:13px;line-height:1.5}body .wfacp_main_form .wfacp_product_switcher_col dl.variation dd{font-style:italic;color:#737373;font-size:13px;line-height:1.5}body .wfacp_main_form .wfacp_product_switcher_col dl.variation dd p{font-size:13px}body .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single:last-child span:last-child{display:none}.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item:hover{border-color:#dcdcdc}body .wfacp_main_form #product_switching_field .wfacp_best_val_wrap .wfacp_best_value.shake_top,body .wfacp_main_form #product_switching_field .wfacp_best_value.wfacp_top_left_corner.shake_top,body .wfacp_main_form #product_switching_field .wfacp_best_value.wfacp_top_right_corner.shake_top{animation:.8s cubic-bezier(.455,.03,.515,.955) 0s 1 normal both running shake-top}body .wfacp_selected_attributes .wfacp_pro_attr_single span,body table dd,body table dl,body table dl p,body table dt{font-weight:400;text-transform:initial;margin:0 0 1px;padding:0;text-transform:inherit;line-height:1.5;letter-spacing:0;margin:0 2px 0 0;font-size:12px;color:#666}body table dl p{margin-bottom:0}body .wfacp_main_form .product-name.product_name dl.variation.bundle_configuration{display:none}body .wfacp_main_form .wfacp_whats_included{background:#fafafa;padding:20px 15px 30px}body .wfacp_main_form.woocommerce .wfacp_whats_included h3{margin:0 0 10px;font-size:18px;line-height:1.5;font-weight:400}body .wfacp_main_form .wfacp_whats_included h1{margin:0 0 10px;font-size:25px;line-height:1.5;font-weight:600}body .wfacp_main_form .wfacp_whats_included h2{margin:0 0 10px;font-size:22px;line-height:1.5;font-weight:600}body .wfacp_main_form .wfacp_whats_included h3{margin:0 0 10px;font-size:20px;line-height:1.5;font-weight:600}body .wfacp_main_form .wfacp_whats_included h4{margin:0 0 10px;font-size:18px;line-height:1.5;font-weight:600}body .wfacp_main_form .wfacp_whats_included h5{margin:0 0 10px;font-size:17px;line-height:1.5;font-weight:600}body .wfacp_main_form .wfacp_whats_included h6{margin:0 0 10px;font-size:16px;line-height:1.5;font-weight:600}body .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description{margin:0 0 20px}body .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description h4{font-size:14px;line-height:1.5;margin:0 0 10px;color:#333;font-weight:400}body .wfacp_main_form .wfacp_whats_included .wfacp_description{font-size:14px;line-height:1.5;color:#6c6c6c}body .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description:last-child{margin-bottom:0}body .wfacp_html_widget ol,body .wfacp_html_widget ul,body .wfacp_main_form .wfacp_whats_included .wfacp_description ol,body .wfacp_main_form .wfacp_whats_included .wfacp_description ul{margin:0 0 10px;padding-left:15px}body .wfacp_html_widget ol li,body .wfacp_main_form .wfacp_whats_included .wfacp_description ol li{font-size:13px;line-height:1.5;margin:0 0 1px;list-style-type:decimal}body .wfacp_html_widget ul li,body .wfacp_main_form .wfacp_whats_included .wfacp_description ul li{list-style-type:disc;list-style-position:outside;font-size:13px;line-height:1.5;margin:0 0 5px}body .wfacp_main_form .wfacp_whats_included .wfacp_description ol li:last-child,body .wfacp_main_form .wfacp_whats_included .wfacp_description ul li:last-child{margin:0}body .wfacp_main_form .wfacp_whats_included .wfacp_description p{font-size:13px;line-height:1.5;color:#6c6c6c;margin:0 0 10px}body .wfacp_main_form .wfacp_whats_included h2:last-child,body .wfacp_main_form .wfacp_whats_included h3:last-child,body .wfacp_main_form .wfacp_whats_included h4:last-child,body .wfacp_main_form .wfacp_whats_included li:last-child,body .wfacp_main_form .wfacp_whats_included ol:last-child,body .wfacp_main_form .wfacp_whats_included p:last-child,body .wfacp_main_form .wfacp_whats_included ul:last-child{margin-bottom:0!important}body .wfacp_main_form.woocommerce input[type=checkbox],body .wfacp_main_form.woocommerce input[type=radio]{opacity:1}body #wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container #fkwcs_stripe_smart_button_wrapper{margin-bottom:0}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_wrap_st{text-align:center;position:relative}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_wrap_st input[type=checkbox],#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_wrap_st input[type=radio],body .wfacp_main_form.woocommerce #paypal_box_button input[type=checkbox],body .wfacp_main_form.woocommerce #paypal_box_button input[type=radio]{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-top:0;margin-right:5px}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{margin-right:1px}#wfacp_smart_buttons.wfacp_smart_buttons .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated{display:inline-block}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container .wc-amazon-checkout-message{margin:0}#wfacp_smart_buttons.wfacp_smart_buttons #pay_with_amazon img{opacity:0;width:100%!important;height:100%}#wfacp_smart_buttons.wfacp_smart_buttons div#pay_with_amazon{vertical-align:middle;cursor:pointer;box-shadow:none;border:0;padding:0;margin:0;display:block;line-height:0;width:150px;height:42px;float:none}body #wfacp_smart_buttons.wfacp_smart_buttons #pay_with_amazon{background:#f4d281 url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/amazon.png) no-repeat 50% 50%;background-size:25%}body #wfacp_smart_buttons #wfacp_smart_button_amazon_pay{position:relative}#wfacp_smart_buttons.wfacp_amazon_blocked .dynamic-checkout__skeleton{display:block}#wfacp_smart_buttons.wfacp_smart_buttons .woocommerce-info.info.wc-amazon-payments-advanced-info{background:0 0;padding:0!important;clear:none;border:none;box-shadow:none;border-radius:4px;overflow:hidden;display:block;margin:0;clear:none}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{margin-right:0;vertical-align:top;margin-bottom:10px}body #wfacp-e-form .wfacp_main_form.woocommerce #wfacp_smart_buttons.wfacp_smart_buttons .woocommerce-info{padding-bottom:0!important}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_hide_div{display:none}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_buttons{min-height:70px}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{display:inline-block}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container:last-child{margin-bottom:0}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{display:inline-block}#wfacp_smart_buttons.wfacp_smart_buttons div#checkout_paypal_message{margin-bottom:0}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner>fieldset{border:1px solid #e6e6e6;margin:0;border-radius:5px;padding:16px 24px;font-size:14px;color:#333;position:relative;min-height:99px;width:100%}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner>fieldset>legend{padding:0 1em;margin:0 auto;display:block;border:none}.wfacp_smart_button_wrap_st div#paypal_box_button{margin-bottom:0}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner fieldset legend{padding:0 1em;margin:0 auto;display:block;background:0 0;font-weight:400;text-transform:inherit;width:auto;border:none;float:none}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner .angelleye_ppcp legend.express-title,#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner .angelleye_ppcp span.express-divider{display:none}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner.wfacp_smart_button_or_text_placeholder:before{content:'';position:absolute;left:0;width:100%;height:1px;background:#e6e6e6;top:8px;z-index:-99;max-width:45%}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner.wfacp_smart_button_or_text_placeholder:after{content:'';position:absolute;right:0;width:100%;height:1px;background:#e6e6e6;top:8px;z-index:-99;max-width:45%}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner.wfacp_smart_button_or_text_placeholder{margin:0 0 25px;display:inline-block;width:100%;text-align:center;font-size:14px;color:#737373;line-height:16px;background:0 0;position:relative;z-index:9}#wfacp_smart_buttons .wfacp_smart_button_inner{margin-bottom:25px}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner.wfacp_smart_button_or_text_placeholder label{background:0 0;position:relative;padding:0 5px;color:#737373;font-size:13px;margin-bottom:0;font-weight:400}#wfacp_smart_buttons.wfacp_smart_buttons #pay_with_amazon{margin-bottom:0}#wfacp_smart_buttons.wfacp-dynamic-checkout-loading .dynamic-checkout__skeleton{display:block}#wfacp_smart_buttons .dynamic-checkout__skeleton{position:absolute;z-index:99999999;left:0;right:0;display:none;top:0;bottom:0;-webkit-animation:1.5s linear 0s infinite normal forwards running loading;animation:1.5s linear 0s infinite normal forwards running loading;background-repeat:no-repeat;background-size:200px 100%;background-image:-webkit-gradient(linear,right top,left top,from(#e6e6e6),color-stop(50%,#cdcdcd),to(#e6e6e6));background-image:linear-gradient(to left,#e6e6e6 0,#cdcdcd 50%,#e6e6e6 100%);margin:0 auto;border-radius:4px;border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#e6e6e6}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{line-height:1px;min-height:1px}body .wfacp_main_form .wfacp_shipping_options label:empty{display:none}.wfacp_shipping_options{padding:0 15px;margin-bottom:16px}.wfacp_shipping_table{width:100%}.wfacp_shipping_table ul#shipping_method{border-radius:4px;line-height:1;padding:0;border-bottom:0;margin-top:0}.wfacp_shipping_table ul#shipping_method li{margin:0;border-bottom:1px solid #ddd;display:block;float:none;border-radius:0;padding:11px;position:relative;line-height:1.5}.wfacp_shipping_table ul#shipping_method label{margin-bottom:0;color:#888;font-size:14px;font-weight:400;line-height:20px;display:block;cursor:pointer}.wfacp_main_form .wfacp_shipping_table{width:100%;border:1px solid #ddd;border-radius:4px;line-height:1;padding:0;border-bottom:0;margin-top:0}.wfacp_main_form .wfacp_shipping_table tr.shipping{margin:0;border-bottom:1px solid #ddd;font-weight:400;font-size:14px;float:none;border-radius:0;padding:11px}.wfacp_main_form .wfacp_shipping_table tr.shipping td{margin-bottom:0;color:#888;font-weight:400}.wfacp_shipping_table ul#shipping_method li:last-child{border-bottom:none}.wfacp_main_form .wfacp_shipping_table tr.shipping td[data-title]{font-size:14px;line-height:20px;font-weight:500}.wfacp_main_form tr.shipping.wfacp_multi_methods td[data-title]{padding:0}.wfacp_main_form .wfacp_shipping_options label{font-size:16px;color:#888;font-weight:400;margin-bottom:8px}.wfacp_main_form .wfacp_shipping_options>label{text-transform:capitalize}.wfacp_main_form .wfacp_shipping_table tr.shipping td p{font-size:14px;margin:0;line-height:20px}body .wfacp_main_form .shipping.recurring-total ul li label span{font-weight:400}body .wfacp_main_form .shipping.recurring-total ul li label{cursor:pointer;font-weight:400}body .wfacp-form .wfacp_shipping_table ul#shipping_method li label+div{padding-left:22px}tr.shipping-pickup-point td{padding-top:16px}.shipping-pickup-point th{display:none}tr.shipping-pickup-point,tr.shipping-pickup-point font,tr.shipping-pickup-point span{line-height:25px}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods td.wfacp_shipping_package_name>p{padding:0 0 10px;font-weight:600;font-size:13px;line-height:1.5}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods td.wfacp_shipping_package_name p br{display:none}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods td.wfacp_shipping_package_name p small{margin:0 2px}tr.shipping.recurring-total{border-top:1px solid #ddd}body .wfacp_main_form .wfacp_shipping_recurring.wfacp_multi_rec tr>th{display:none}body .wfacp_main_form .wfacp_shipping_recurring tr>th{color:#494949;font-size:14px;line-height:20px;font-weight:500}body .wfacp_main_form .wfacp_shipping_table tbody>tr{border:none}body .wfacp_main_form .wfacp_shipping_table ul li label{margin-bottom:0;color:#494949;font-size:14px;font-weight:400;line-height:20px;display:block}body .wfacp_main_form .wfacp_shipping_table ul{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}body .wfacp_main_form .wfacp_shipping_table ul li label{color:#494949}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td[data-title]{color:#494949}label.wfacp_main_form.label.label_shiping.wfacp_recurring_shipping_label{margin-bottom:10px}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td p.woocommerce-shipping-contents{margin-bottom:5px}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td{padding-bottom:20px;border:none;width:100%}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping:last-child td{padding-bottom:0}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td p.woocommerce-shipping-contents+p{padding:11px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr{margin:0;float:none;border-radius:0;padding:11px;display:block;border:none}.wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring.wfacp_multi_rec tr.shipping{padding:0;border:none;border-radius:0}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring.wfacp_multi_rec tr.shipping td[data-title]{text-align:left;padding:0;display:block;width:100%}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring.wfacp_multi_rec tr.shipping td[data-title]>p{padding:11px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring.wfacp_multi_rec tbody>tr.shipping td[data-title]>p.woocommerce-shipping-contents{padding:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}body .wfacp_main_form .wfacp_shipping_table.wfacp_multi_rec tr td{margin:0 0 16px}body .wfacp_main_form .wfacp_shipping_table.wfacp_multi_rec tr:last-child td{margin-bottom:0}body .wfacp_main_form .wfacp_shipping_table.wfacp_multi_rec tr td>ul{margin-bottom:2px}body .wfacp_main_form table.wfacp_shipping_table.wfacp_shipping_recurring.wfacp_multi_rec{margin-bottom:0}.wfacp_main_form .wfacp_shipping_table,.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_multi_methods,.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods{border:none}.wfacp_main_form tr.shipping.wfacp_single_methods td[data-title]{padding:0}.wfacp_shipping_table ul#shipping_method label{color:#888}.wfacp_main_form .wfacp_shipping_table,.wfacp_main_form .wfacp_shipping_table tr.shipping,.wfacp_shipping_table ul#shipping_method li{border-color:#ddd}.wfacp_shipping_options ul,.wfacp_shipping_table ul#shipping_method{border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;margin-bottom:0}.wfacp_shipping_options ul li p{font-size:14px;margin:0;line-height:20px}body .wfacp_main_form .wfacp_shipping_options ul li{margin:0;border-bottom:1px solid #ddd;display:block;float:none;border-radius:0;padding:11px;position:relative;text-indent:0}body .wfacp_main_form .wfacp_shipping_table ul li label{color:#888}body .wfacp_main_form .wfacp_shipping_options ul li:last-child{border-bottom:none}.wfacp_shipping_options{padding:0 12px}.wfacp_main_form .wfacp_shipping_table tr.shipping{padding:0}.wfacp_shipping_table ul#shipping_method{margin-bottom:20px}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping{display:table-row}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping th{width:35%;padding:10px}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td{width:65%}body .wfacp_main_form .wfacp_order_summary tr.shipping_total_fee td>label{margin-bottom:0}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td p.woocommerce-shipping-contents,body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td p.woocommerce-shipping-contents+p{margin-bottom:8px}ul#shipping_method li label{cursor:pointer}body .wfacp_main_form .wfacp_recuring_shiping_count_one ul li input[type=radio]+label,body .wfacp_main_form .wfacp_recuring_shiping_count_one ul li label{padding-left:0}body .wfacp_main_form .wfacp_recuring_shiping_count_one ul li input[type=radio]{display:none}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td .wfacp_subscription_count_wrap p,body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td>p:not(.woocommerce-shipping-contents){padding:11px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}body .wfacp_main_form .wfacp_shipping_table ul li .wfacp_single_shipping{position:relative}body .wfacp_main_form .wfacp_shipping_table ul li input[type=checkbox],body .wfacp_main_form .wfacp_shipping_table ul li input[type=radio]{left:0;margin-top:0}body .wfacp_main_form table.wfacp_shipping_table ul li .wfacp_shipping_radio{max-width:310px;float:left}.wfacp_shipping_table ul li .wfacp_shipping_price{padding-left:320px;text-align:right}body .wfacp_main_form .wfacp_shipping_table ul li .wfacp_single_shipping:after,body .wfacp_main_form .wfacp_shipping_table ul li .wfacp_single_shipping:before{content:'';display:block}body .wfacp_main_form .wfacp_shipping_table ul li .wfacp_single_shipping:after{clear:both}.wfacp_shipping_table.wfacp_shipping_recurring ul li .wfacp_single_shipping,body .wfacp_main_form table.wfacp_shipping_table.wfacp_shipping_recurring{padding-right:0}body .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring{padding:0!important}.wfacp_shipping_table.wfacp_shipping_recurring ul li .wfacp_single_shipping:after,.wfacp_shipping_table.wfacp_shipping_recurring ul li .wfacp_single_shipping:before{display:block;content:''}.wfacp_shipping_table.wfacp_shipping_recurring ul li .wfacp_single_shipping:after{clear:both}body .wfacp_shipping_table ul li .wfacp_single_shipping .amount{font-weight:400}body .wfacp_enable_mb_style .wfacp_main_form table.wfacp_shipping_table ul li .wfacp_shipping_radio{max-width:200px}body .wfacp_enable_mb_style .wfacp_shipping_table ul li .wfacp_shipping_price{padding-left:210px}.wfacp_order_total_shipping_table{width:100%}body .wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_multi_methods+.shipping.wfacp_single_methods td{padding-top:15px}body .wfacp_main_form .wfacp_shipping_table ul#shipping_method:last-child{margin-bottom:0}body .wfacp_main_form .wfacp_shipping_table ul#shipping_method{margin-bottom:15px}body .wfacp_main_form.woocommerce table.wfacp_shipping_table .shipping__table{width:100%;border:none}.wfacp_order_summary table{width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td small,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td small span{font-size:12px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td small{display:block}body .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td small{font-size:12px;display:block}table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td,table.shop_table.woocommerce-checkout-review-order-table th.product-total,table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,td.product-total{text-align:right}.wfacp_order_summary{clear:both}table.shop_table.woocommerce-checkout-review-order-table td.product-name{width:65%}body .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item .product-price ins{text-decoration:none}.wfacp_main_form .cart-discount td,.wfacp_order_summary tr td:last-child{text-align:right}.wfacp_order_summary tr td:first-child{text-align:left}body .wfacp_main_form table.shop_table.woocommerce-checkout-review-order-table tr.tax-total th{font-weight:400}.wfacp_main_form tr.order-total.recurring-total .first-payment-date{font-size:12px}.wfacp_main_form table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal:first-child{border:none}body .wfacp_main_form .ia_subscription_items{margin:25px 0}body .wfacp_main_form .ia_subscription_items table.shop_table thead{display:table-header-group}body .wfacp_main_form .ia_subscription_items table.shop_table thead th{font-size:14px;line-height:1.5;font-weight:600;padding:5px 10px}body .wfacp_main_form .ia_subscription_items table.shop_table{border:1px solid #ddd}body .wfacp_main_form .ia_subscription_items h3{margin:0 0 10px}body .wfacp_main_form .ia_subscription_items table.shop_table tbody tr td{padding:5px 10px 15px;text-align:left;font-weight:400}body .wfacp_main_form .ia_subscription_items table.shop_table tbody tr th{padding:10px 10px;text-align:left}body .wfacp_main_form .ia_subscription_items table.shop_table tbody tr td b{font-weight:400}body .wfacp_main_form .ia_subscription_items h3{text-transform:uppercase}body .wfacp_main_form table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal.recurring-total td,body .wfacp_main_form table.shop_table.woocommerce-checkout-review-order-table tr.order-total.recurring-total td{font-size:15px;line-height:1.5}body .wfacp_main_form.woocommerce .wfacp_order_summary_container .recurring-total ul li{position:relative;padding:0;margin:0 0 16px}body .wfacp_main_form.woocommerce .wfacp_order_summary_container .recurring-total ul li:last-child{margin-bottom:0}body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td,body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th{border-left:none!important}body .wfacp_form_cart .cart_item .product-image,body .wfacp_main_form.woocommerce .wfacp_order_summary .product-image{float:left}body .wfacp_main_form.woocommerce .wfacp_order_summary .wfacp-pro-thumb{display:inline-block;position:relative}.wfacp-qty-ball{position:absolute;right:-5px;top:-5px;z-index:10}.wfacp-qty-count{display:inline-block;vertical-align:top;margin:1px 0 0 2px;padding:0 5px;min-width:22px;height:22px;border-radius:11px;background-color:#999;color:#fff;font-size:11px;line-height:22px;text-align:center;z-index:26}body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img{max-width:55px;height:auto;border:1px solid #e1e1e1;width:100%}body .wfacp_main_form.woocommerce .wfacp_order_summary td.product-name-area .product-name.wfacp_summary_img_true{padding-left:75px}body .wfacp_main_form.woocommerce .wfacp_order_summary td.product-name-area .product-name.wfacp_summary_img_true strong.product-quantity{display:none}body .cart-discount svg{max-width:18px;height:18px;position:relative;margin:0 3px 0 5px;top:3px}.wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-half.wfacp-input-form{width:50%;float:left}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn{font-size:16px;font-weight:400;padding:8px 16px;height:50px;line-height:1;display:inline-block;width:100%;text-transform:capitalize;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.wfacp_mini_cart_start_h .wfacp-coupon-page .woocommerce-info a,.wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info,.wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info .wfacp_showcoupon{color:#057daf}.wfacp_woocommerce_form_coupon.wfacp_coupon_failed .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-half .wfacp_coupon_code{border-color:#e15334}.wfacp_coupon_field_msg>.wfacp_single_coupon_msg{color:#737373;margin:0 0 25px;padding:0 0 0 10px;border-top:none;border-left:2px solid #24ae4e}.wfacp-coupon-page .wfacp_coupon_remove_msg{margin:0 15px 15px;color:#737373;padding:0 0 0 10px;border-top:none;border-left:2px solid #24ae4e}body .wfacp_mb_cart_accordian{cursor:pointer}.wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message{color:#737373;border-left:2px solid #e15334;width:auto;position:relative;padding:0 0 0 10px}.wfacp_coupon_error_msg{padding:0 15px}.wfacp_coupon_field_msg,.wfacp_coupon_remove_msg{margin:0 15px;padding:0}.woocommerce-form-coupon-toggle{margin-bottom:10px}.wfacp_coupon_msg{padding:0 15px}body .wfacp_main_form .wfacp-coupon-page .message-container{margin:0}.wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-left-half{float:left}.wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-full{clear:both}.wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-full{width:100%}.wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-left-half{width:50%}.wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col3-left-half{width:33.3%;float:left}.wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-left-third{width:33.3%;float:left}.wfacp_woocommerce_form_coupon.wfacp-col-full .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-input-form{width:70%}.wfacp_woocommerce_form_coupon.wfacp-col-full .wfacp-coupon-section .wfacp_coupon_field_box .wfacp_coupon_btn_wrap{width:30%}.wfacp_woocommerce_form_coupon.wfacp-col-left-third .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-input-form{width:100%}body .wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-col-left-third .wfacp-coupon-section .wfacp_coupon_field_box .wfacp_coupon_btn_wrap{width:100%;float:none;max-width:100%;margin-top:0;padding:0 15px}body .wfacp_main_form .wfacp_coupon_btn_wrap label.wfacp-form-control-label{background:0 0;z-index:-1;top:auto;bottom:auto;margin:0;left:auto;right:auto}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message,body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp_coupon_field_msg>.wfacp_single_coupon_msg{margin-bottom:15px}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn,body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp_coupon_code{min-height:54px}.wfacp-row.wfacp_coupon_field_box.wfacp_coupon_collapsed,body .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .wfacp_coupon_field_box{margin-top:8px}body .wfacp_main_form .wfacp-coupon-page .wfacp_coupon_remove_msg:empty{margin-bottom:0}body .wfacp-coupon-page .message-container.container.medium-text-center{margin-bottom:0}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn{background-color:#999;color:#fff}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn:hover{background-color:#878484}.wfacp_main_showcoupon,.wfacp_showcoupon{cursor:pointer}.wfacp_woocommerce_form_coupon.wfacp_coupon_failed .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-half .wfacp_coupon_code,body .wfacp-right-panel #coupon_code.wfacp_coupon_failed_error{transition:all .4s ease-out!important;box-shadow:0 0 0 1px #e15334!important}.wfacp_modal_overlay{top:0;left:0;width:100%;height:100%;z-index:999;overflow:hidden;position:fixed;background:#000;opacity:.9;transition:opacity .25s}.wfacp_modal_container:after,.wfacp_modal_container:before{content:"";display:table}.wfacp_modal_container:after{content:"";clear:both}.wfacp_modal_outerwrap{top:0;left:0;width:100%;height:100%;z-index:999;position:fixed;outline:0;overflow-x:hidden;overflow-y:auto}.wfacp_modal_content{background-color:#fff;max-width:875px;padding:5px;margin:0 auto;transform:translateZ(0);box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);-moz-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);position:relative}.wfacp_modal_outerwrap .wfacp_modal_innerwrap{position:absolute;width:100%;height:auto;left:0;top:0;padding:30px;z-index:9999}.wfacp_modal_left{width:50%;position:relative;margin:0;float:left}.wfacp_modal_left img{width:100%}.wfacp_modal_right{width:50%;position:relative;margin:0;float:left;text-align:left}.wfacp_prod_info{padding:30px}button.wfacp_modal_close{position:absolute;top:-11px;right:-14px;opacity:.5;transform:translateY(0) translateZ(1px);-moz-transform:translateY(0) translateZ(1px);-webkit-transform:translateY(0) translateZ(1px);background:0 0;border:none;font-size:16px;cursor:pointer;background:#fff;width:30px;opacity:1;color:#000;border-radius:100%;height:30px;padding:0;margin:0;line-height:16px;letter-spacing:0;min-height:1px;font-weight:400;font-family:inherit;box-shadow:0 0 2px #8d8d8d;z-index:99}body.wfacp_overflow_hide::-webkit-scrollbar{display:none}.wfacp_modal_outerwrap.wfacp_display_none,.wfacp_modal_overlay.wfacp_display_none{display:none}body #wfacp-sec-wrapper #payment{border:none}#wfacp_checkout_form #payment ul.payment_methods li.payment_method_paypal_advanced img{max-width:100%}#wfacp_checkout_form #payment li.wc_payment_method.payment_method_stripe_cc .select2-selection__rendered{display:flex!important;padding:14px 10px!important}#wfacp_checkout_form #payment input[type=radio]+label.wc-stripe-label-payment-type,#wfacp_checkout_form #payment label.wc-stripe-label-klarna-category,#wfacp_checkout_form #payment label.wc-stripe-label-payment-type{margin-bottom:1em!important}#wfacp_checkout_form #payment li[class*=payment_method_stripe] .select2-container .select2-selection--single{height:auto}#wfacp_checkout_form #payment .payment_box fieldset{border:none;padding:0}#wfacp_checkout_form .payment_method_paypal img{max-width:130px;margin:0 10px}#wfacp_checkout_form #payment li.wc_payment_method.payment_method_paypal_express img{max-width:40%}#payment ul li input[type=number],#payment ul li input[type=password],#payment ul li input[type=tel],#payment ul li input[type=text],#payment ul li select{width:100%!important;padding:8px!important;margin:5px 0!important;border:1px solid #ddd;background-color:#fff;outline:0;font-size:16px!important}#payment .wc-stripe-elements-field,#payment .wc-stripe-iban-element-field{line-height:1.5px!important}#wfacp_checkout_form #payment ul.payment_methods label{font-weight:400;background-color:transparent}#payment ul.payment_methods label:before{display:none}#payment .wc_payment_method .payment_box ul li label{display:inline-block}#wfacp_checkout_form #payment div.payment_box label span{font-size:inherit!important}#wfacp_checkout_form #payment ul.payment_methods li.woocommerce-info{padding:11px!important}.payment_method_braintree_credit_card p.form-row input{margin-bottom:15px}body .wfacp_main_form input#bfwc_save_credit_card+label{padding-left:0}.wfacp-form .stripe-source-errors ul.woocommerce_error{padding:6px}.wfacp_main_wrapper .woocommerce-checkout #payment div.payment_box p{float:none;position:relative}body .wfacp_main_form.woocommerce #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label{background:0 0}.payment_box.payment_method_square .sq-input{margin:0!important;font-size:inherit;box-shadow:none;box-sizing:border-box;width:100%!important;border:1px solid #ddd;background-color:#fff;outline:0;vertical-align:top}.wfacp_main_wrapper .woocommerce-checkout #payment div.payment_box:last-child{margin-bottom:0}.wfacp_main_wrapper .woocommerce-checkout #payment div.payment_box.payment_method_square p{margin:0 0 10px}.wfacp_main_wrapper .woocommerce-checkout #payment div.payment_box.payment_method_square p label{line-height:24px;font-size:14px}body .wfacp_main_form table.bsnp_checkout_table{table-layout:fixed!important;margin:0!important}body .wfacp_main_form .bsnp_checkout_table>tbody>tr td{padding:5px;width:100%!important}body .wfacp_main_form .woocommerce-checkout #wc_gateway_bluesnap_cc-cc-form .defualt-credit-card-form{padding:0}body .wfacp_main_form .woocommerce-checkout #payment #wc_gateway_bluesnap_cc_exp_month{width:48%!important;float:left!important;margin-right:2%}body .wfacp_main_form .woocommerce-checkout #payment #wc_gateway_bluesnap_cc_exp_year{width:48%!important;float:left!important;margin-left:2%}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li input+label{line-height:16px}body .wfacp_main_form.woocommerce #add_payment_method #payment ul.payment_methods li>label span,body .wfacp_main_form.woocommerce .woocommerce-cart #payment ul.payment_methods li>label span,body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li>label span{margin-left:0;margin-right:0}body .wfacp_main_form #add_payment_method #payment ul.payment_methods li,body .wfacp_main_form .woocommerce-cart #payment ul.payment_methods li,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li{position:relative}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .form-row{margin:0;padding:0}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li{width:100%}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal a.about_paypal{margin-left:10px}body .wfacp_main_form .wfacp-section fieldset#wc-stripe-cc-form,body .wfacp_main_form .woocommerce-checkout #payment div.payment_box .form-row.woocommerce-validated{position:relative}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_gerencianet_oficial #gerencianet-container input,body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_gerencianet_oficial #gerencianet-container select{position:relative!important;left:auto;right:auto;bottom:auto;top:auto;min-height:1px;margin:0!important}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_gerencianet_oficial #gerencianet-container label.gn-card-brand{padding:0!important}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_gerencianet_oficial #gerencianet-container .gn-card-brand-content .gn-hide,body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_gerencianet_oficial #gerencianet-container .gn-hide{display:none}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_gerencianet_oficial .gn-label-birth,body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_gerencianet_oficial .gn-osc-row .gn-label{height:auto;text-align:left;padding-left:10px}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-credit-card-form input,body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-credit-card-form select{height:auto;min-height:3px!important}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-payment-methods li{display:inline-block;clear:none;background:0 0;padding:6px 5px}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-credit-card-form input,body .wfacp_main_form.woocommerce body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-credit-card-form select{height:auto;padding:5px 10px!important;min-height:3px!important}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-bank-transfer-form li{clear:none}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment div.payment_box #pagseguro-bank-transfer-form p{margin-bottom:10px}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-payment-methods li>label{padding:0!important}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment .payment_box.payment_method_pagseguro>p{margin-bottom:10px}body .wfacp_main_form .wfacp-section fieldset#wc-stripe-cc-form,body .wfacp_main_form .woocommerce-checkout #payment div.payment_box .form-row.woocommerce-validated{position:relative}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .form-row.form-row-wide{float:none;clear:both}.woocommerce-checkout #payment ul.payment_methods li .payment_method_paytrail input[type=radio]{margin:75px 0 0!important}.woocommerce-checkout #payment ul.payment_methods li .payment_method_paytrail label{display:none!important}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods .payment_box.payment_method_paytrail input[type=radio]{position:relative!important;left:auto;margin:75px 0 0!important}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li a.button{padding:0;text-align:left}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_authorize_net_cim_credit_card label img{margin-left:0}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li .payment_method_authorize_net_cim_credit_card fieldset{margin-top:15px}body .wfacp_main_form.woocommerce #woo_pp_ec_button_checkout:empty{display:none}body .wfacp_main_form.woocommerce #woo_pp_ec_button_checkout{padding-top:10px}body .wfacp_main_form.woocommerce .ebanx-form-row{position:relative}body .wfacp_main_form.woocommerce .ebanx-form-row #ebanx-container-new-credit-card #ebanx-save-credit-card{position:relative;top:auto;bottom:auto;left:auto;right:auto;margin:0 5px 0 0}body .wfacp_main_form #braintree_payment_methods .bfwc-selected-payment-method+.select2-container .select2-selection--single .select2-selection__rendered{padding:14px 12px 14px}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment a.button{padding:0;width:auto;line-height:1.5;display:block;float:none!important;margin:5px 0 5px;font-size:15px;font-weight:400}body .wfacp_main_form.woocommerce #add_payment_method #payment ul.payment_methods li input[type=radio],body .wfacp_main_form.woocommerce #payment ul.payment_methods li input[type=checkbox],body .wfacp_main_form.woocommerce .woocommerce-cart #payment ul.payment_methods li input[type=radio],body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li input[type=radio]{position:relative!important;margin:0 10px 0 0;top:auto;left:auto;right:auto;bottom:auto;vertical-align:middle}body .wfacp_main_form.woocommerce #payment ul.payment_methods li input[type=checkbox],body .wfacp_main_form.woocommerce #payment ul.payment_methods li input[type=radio]{float:none}body .wfacp_main_form.woocommerce #add_payment_method #payment ul.payment_methods li img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li>label{padding-left:0!important;display:initial!important}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}body .wfacp_main_form.woocommerce #payment input[type=checkbox]+label,body .wfacp_main_form.woocommerce #payment input[type=radio]+label{padding-left:0!important}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label img{max-width:100px}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li>label:before{display:none}body .wfacp_main_form .wfacp_step_preview:empty{display:none}body .wfacp_main_form .wfacp_step_preview{-webkit-box-sizing:border-box;border:1px #ddd solid;box-sizing:border-box;width:100%;padding:0;position:relative;zoom:1;border-radius:8px;color:#545454}body .wfacp_main_form .wfacp_step_preview_wrap{padding-bottom:16px}body .wfacp_main_form .single_preview{border-bottom:1px solid #ddd;position:relative;padding:10px 0}body .wfacp_main_form .single_preview .single_preview_contents{align-items:center;display:flex}body .wfacp_main_form .single_preview_inner{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%;display:flex;padding-right:70px;color:#333;font-size:14px;line-height:1.5}body .wfacp_main_form .single_preview_inner span{margin:0;display:inline-block}body .wfacp_main_form .single_preview_inner:first-child{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%;color:#737373;font-size:14px;line-height:1.5;padding-right:10px;padding-left:10px;text-transform:capitalize}body .wfacp_main_form .wfacp_step_preview .single_preview_change{position:absolute;right:10px;font-size:14px;line-height:1.5;top:50%;margin-top:-9px}body .wfacp_main_form .wfacp_step_preview .single_preview:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:none}body .wfacp_main_form .wfacp_step_preview .single_preview:first-child{border-top-left-radius:4px;border-top-right-radius:4px}body .wfacp_main_form .single_preview_inner font{margin:0}body .wfacp_main_form #wfacp_checkout_form .single_preview_inner.wfacp_val span{margin-left:5px}body #wfacp-e-form .wfacp_main_form .single_preview_inner.wfacp_val span:first-child{margin-left:0}.wfacp-form .woocommerce-checkout button.button.button-primary.wfacp_next_page_button{margin-bottom:0}.wfacp-form .wfacp_main_form.woocommerce #payment #place_order,.wfacp-form .wfacp_main_form.woocommerce button.button.button-primary.wfacp_next_page_button{height:auto}body .wfacp_main_form .woocommerce-checkout .wfacp-order-place-btn-wrap img{display:none}.place_order_back_btn a,body .btm_btn_sec .wfacp-back-btn-wrap button.button.button-primary.wfacp_back_page_button{display:block;margin-bottom:0;font-size:14px;line-height:1.5;color:#9e9e9e}.btm_btn_sec{position:relative;float:none;text-align:center;margin:20px 0 0}.wfacp-left-panel.wfacp_page.pre_built.third_step .btm_btn_sec{display:none}.place_order_back_btn{position:relative;float:none;text-align:center;margin:20px 0 0}.place_order_back_btn.wfacp_none_class{display:block}body .wfacp_main_form .btm_btn_sec .wfacp-back-btn-wrap button.button.button-primary.wfacp_back_page_button>span,body .wfacp_main_form .woocommerce-checkout .place_order_back_btn a span{text-transform:lowercase}body .wfacp_main_form .woocommerce-checkout .btm_btn_sec.wfacp_back_cart_link+button.button.button-primary.wfacp_next_page_button{margin-bottom:40px}body .wfacp_main_form .woocommerce-checkout .button.button#place_order{display:inline-block}body .wfacp_main_form .woocommerce-checkout .btm_btn_sec.wfacp_back_cart_link+button.button.button-primary.wfacp_next_page_button{margin-bottom:40px}body .wfacp_main_form .woocommerce-checkout .btm_btn_sec.wfacp_back_cart_link+button.button.button-primary.wfacp_next_page_button{margin-bottom:40px}body .wfacp_page>.wfacp-back-btn-wrap{display:none}body .wfacp_main_form.woocommerce input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;opacity:1;-webkit-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:14px;border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:0;top:3px;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;transition:.05s border-color ease-in-out;position:absolute;left:0;z-index:99}body .wfacp_main_form.woocommerce input[type=checkbox]:checked:before{width:14px;content:"\e600";height:14px;font-size:14px;line-height:1;font-family:bwf-icon;position:absolute;left:0;right:0;margin:auto;color:#1e8cbe;top:50%;margin-top:-7px;transform:none;border:none}body .wfacp_main_form.woocommerce input[type=checkbox]:focus{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}body .wfacp_main_form.woocommerce input[type=radio]{-webkit-appearance:none;-moz-appearance:none;opacity:1;-webkit-appearance:none;appearance:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:14px;border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:0;top:2px;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;transition:.05s border-color ease-in-out;position:absolute;left:0;z-index:99}body .wfacp_main_form.woocommerce #payment li.wc_payment_method input.input-radio:checked::before,body .wfacp_main_form.woocommerce #payment.wc_payment_method input[type=radio]:checked:before,body .wfacp_main_form.woocommerce input[type=radio]:checked:before{content:"";text-indent:-9999px;border-radius:50px;font-size:24px;width:6px;height:6px;margin:4px;line-height:16px;background-color:#1e8cbe;float:left;display:inline-block;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body .wfacp_main_form.woocommerce #payment li.wc_payment_method input.input-radio:checked::before{position:initial;left:auto;right:auto}body .wfacp_main_form.woocommerce input[type=radio]:focus{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}body .wfacp_main_form.woocommerce .checkbox_style1 label,body .wfacp_main_form.woocommerce input[type=checkbox]+label,body .wfacp_main_form.woocommerce input[type=radio]+label{display:block;padding-left:25px;line-height:20px;margin:0;cursor:pointer}body .wfacp_main_form.woocommerce .wfacp_checkbox_field>label,body .wfacp_main_form.woocommerce label.checkbox{display:block!important;padding:0;padding-left:25px!important;line-height:1.5;position:relative;margin-bottom:0;width:auto;font-size:14px}body .wfacp_main_form.woocommerce label.checkbox span body .wfacp_main_form.woocommerce .wfacp_checkbox_field>label span{margin-left:0;margin-right:0}dl dd{display:inline-block;margin:0 5px 0 0}dl dt{display:inline-block}dl dd p,dl dt p{margin-bottom:0}td dl{margin:5px 0}dl dd:last-child{margin:0}.wfacp_order_total_field{padding:0 15px}.wfacp_order_total_field table{width:100%;border-collapse:collapse;border-spacing:0;background-color:transparent;margin:0}.wfacp_order_total_field table tr.wfacp_order_subtotal td{border-bottom:1px solid #ddd}body .wfacp_main_form.woocommerce .wfacp_order_total_field{margin:0 0 16px}body .wfacp_main_form table.wfacp_order_total_wrap{border:1px solid #dedede;background:#f8f8f8}body .wfacp_main_form .wfacp_order_total_field table tr td{text-align:left;padding:10px;float:none;font-size:14px;line-height:1.5;color:#737373}body .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td{font-size:16px}body .wfacp_main_form .wfacp_order_total_field table tr td:last-child{text-align:right}.wfacp_form_cart form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half button,.wfacp_mini_cart_classes form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half button{width:100%}body .wfacp_main_form.woocommerce .wfacp_default_checkout_addon_multicheckbox br{clear:both}body .wfacp_main_form.woocommerce .wfacp_default_checkout_addon_multicheckbox label{padding:0!important;display:block!important}body .wfacp_main_form.woocommerce .wfacp_checkout_addon_wrap br{content:"";margin:0 0 10px;display:block;font-size:24%}body .wfacp_main_form.woocommerce .wfacp_checkout_addon_wrap br:last-child{margin:0}body .wfacp_main_form .gift-certificate.sc_info_box ul li{position:relative}body .wfacp_main_form .gift-certificate.sc_info_box ul li{margin:0 0 10px}body .wfacp_main_form .gift-certificate-show-form p,body .wfacp_main_form .gift-certificate.sc_info_box h1,body .wfacp_main_form .gift-certificate.sc_info_box h2,body .wfacp_main_form .gift-certificate.sc_info_box h3,body .wfacp_main_form .gift-certificate.sc_info_box h4,body .wfacp_main_form .gift-certificate.sc_info_box h5{margin:0 0 10px}body .wfacp_main_form ul li:last-child{margin-bottom:0}body .wfacp_main_form .sc_info_box{padding:25px!important}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .wfacp_qty_wrap{display:table;position:relative}body .wfacp_main_form #product_switching_field .wfacp_product_quantity_container{position:relative}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{margin:0 20px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button{display:block;margin:0;width:20px;height:30px;position:absolute;border:1px solid #e6e6e6;background:#f9f9f9;line-height:25px;text-align:center;vertical-align:middle;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:400;color:#3a3a3a;position:absolute;font-size:0;top:0}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button.wfacp_increase_item{right:0!important;left:auto}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button:hover{color:#000;background-color:#f1f1f1}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button.wfacp_decrease_item:before{content:'-'}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button:before{content:'+';position:absolute;left:0;right:0;font-size:14px;line-height:1px;top:50%;margin-top:-1px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button:hover{cursor:pointer}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel form .wfacp_decrease_item{margin-right:-4px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel form .wfacp_increase_item{margin-left:-4px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{text-align:center;border:none;margin:0 20px;width:30px;height:30px;min-height:30px;font-size:13px;line-height:1.5;padding:2px;border-radius:0;color:#3a3a3a;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]::-webkit-inner-spin-button,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wfacp-product-switch-title .product-quantity,body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:70px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_3 .product-price{width:calc(100% - 70px)}body .wfacp_main_form .mc4wp-checkbox{padding:0 15px}body .wfacp_main_form.woocommerce .wfacp-section.wfacp_order_coupon_box,body .wfacp_main_form.woocommerce .wfacp-section.wfacp_order_summary_box,body .wfacp_main_form.woocommerce .wfacp-section.wfacp_product_switcher,body .wfacp_main_form.woocommerce .wfacp-section:last-child{margin-bottom:0}.sec_text_wrap:not(.right){padding-bottom:40px;position:relative}.sec_text_wrap:not(.right) .btm_btn_sec{position:absolute;float:none;text-align:center;margin:0;bottom:0;right:0;left:0}body .wfacp_main_form.woocommerce label.wfacp-form-control-label abbr.required{display:none}body .wfacp_main_form.woocommerce span.optional{display:inline-block}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]+label{display:block;font-size:inherit}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li{padding-left:0!important}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]{position:relative;max-width:16px;float:left;margin-right:30px;display:block}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]+label{display:block;font-size:inherit;line-height:16px;text-align:right;color:#737373;padding-left:0}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li{padding-right:0;padding-left:50px!important;margin:0 0 16px;text-align:right;position:relative}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li:last-child{margin-bottom:0}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]{max-width:16px;display:block;position:absolute;margin:0;top:2px;left:0}.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal_express img{max-height:52px;vertical-align:middle;max-width:250px}body .wfacp_main_form .wfacp-section h4{margin-bottom:5px}.wcnlpc-error{padding:0 15px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel:not(.wfacp_type_checkbox) .wfacp-selected-product .wfacp_product_choosen_label_wrap,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel:not(.wfacp_type_checkbox) .wfacp-selected-product .wfacp_product_switcher_col_3 .product-price{cursor:default!important;pointer-events:none!important}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]+label{position:relative;padding:0!important;display:inline}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]{position:relative;display:inline;left:auto;right:auto;top:auto;bottom:auto;margin:-3px 5px 0 0;-webkit-appearance:radio;-moz-appearance:radio;-webkit-appearance:radio;appearance:radio;float:none;box-shadow:none}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li{padding-left:0!important}body .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]:focus{outline:0;border:none;box-shadow:none}body .wfacp_main_form.woocommerce .wfacp_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total).wfacp_no_shipping_method_field_used td,body .wfacp_main_form.woocommerce .wfacp_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total).wfacp_no_shipping_method_field_used th{padding-top:10px;padding-bottom:10px}body .wfacp_main_form.woocommerce .payment_box.payment_method_square_credit_card p.form-row{margin-bottom:10px!important}body .wfacp_main_form.woocommerce .validate-state span.optional{display:none}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal_pro_payflow img{max-width:100%}body .wfacp_main_form.woocommerce #econt_door_postcode_field,body .wfacp_main_form.woocommerce #econt_door_street_ap_field,body .wfacp_main_form.woocommerce #econt_door_street_bl_field,body .wfacp_main_form.woocommerce #econt_door_street_et_field,body .wfacp_main_form.woocommerce #econt_door_street_num_field,body .wfacp_main_form.woocommerce #econt_door_street_vh_field,body .wfacp_main_form.woocommerce #econt_machines_postcode_field,body .wfacp_main_form.woocommerce #econt_offices_postcode_field{clear:none}body .wfacp_main_form.woocommerce .econt_shipping_to_office+p.form-row.form-row-wide{padding:0 15px}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment .wfacp-order-place-btn-wrap.right a.button.alt.angelleye_cancel{text-align:right}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment .wfacp-order-place-btn-wrap.left a.button.alt.angelleye_cancel{text-align:left}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment .wfacp-order-place-btn-wrap.center a.button.alt.angelleye_cancel{text-align:center}body.wfacpef_page #wfacp-e-form .wfacp_main_form .wfacp_steps_wrap{display:block}body.wfacpef_page #wfacp-e-form .wfacp_steps_sec ul li a{padding-right:20px;font-size:14px;line-height:1.5;font-family:inherit;position:relative;display:inline-block;opacity:.5}body.wfacpef_page #wfacp-e-form .wfacp_steps_sec ul li.wfacp_bred_active.wfacp_bred_visited a{opacity:1}body .wfacp_main_form .wfacp_shipping_table ul li input[type=checkbox],body .wfacp_main_form .wfacp_shipping_table ul li input[type=radio]{left:11px;top:50%;margin-top:-8px}body .wfacp_main_form .wfacp_shipping_table ul li.wfacp_single_shipping_method input[type=checkbox],body .wfacp_main_form .wfacp_shipping_table ul li.wfacp_single_shipping_method input[type=radio]{left:0;top:2px;margin-top:0}body .wfacp_main_form .wc-amazon-checkout-message{margin:0 0 16px}body .wfacp_main_form.woocommerce .mailchimp-newsletter{margin-left:7px}body .wfacp_main_form.woocommerce .mailchimp-newsletter+.woocommerce-form__label{padding-left:18px!important}#shipping_calculator_field table.wfacp_shipping_table tr th:first-child{display:none}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul li,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul li{border:none;padding:0;clear:none;width:auto}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul:after,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul:before,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul:after,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul:before,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul:after,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul:before{display:block;content:''}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul:after,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul:after,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul:after{clear:both}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul{padding:25px}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul li img{float:none}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{max-width:100%;max-height:45px}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li input+label{line-height:1.5}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul{background:#fff;padding:25px}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul li.tcPaymentMethod{margin-bottom:15px}.wfacp_mini_cart_start_h .cart_item .product-quantity .wfacp_quantity_selector input[type=number]::-webkit-inner-spin-button,.wfacp_mini_cart_start_h .cart_item .product-quantity .wfacp_quantity_selector input[type=number]::-webkit-outer-spin-button,body .product-quantity .wfacp_quantity_selector input[type=number]::-webkit-inner-spin-button,body .product-quantity .wfacp_quantity_selector input[type=number]::-webkit-outer-spin-button,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity::-webkit-inner-spin-button,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity::-webkit-outer-spin-button,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]::-webkit-inner-spin-button,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]::-webkit-outer-spin-button,body .wfacp_main_form.woocommerce input[type=number]:not(.ywcmas_addresses_manager_table_qty)::-webkit-inner-spin-button,body .wfacp_main_form.woocommerce input[type=number]:not(.ywcmas_addresses_manager_table_qty)::-webkit-outer-spin-button{-webkit-appearance:none}.wfacp_mini_cart_start_h .cart_item .product-quantity .wfacp_quantity_selector input[type=number],body .product-quantity .wfacp_quantity_selector input[type=number],body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{-moz-appearance:textfield}body .wfacp_main_form.woocommerce #payment ul.payment_methods li.payment_method_pagantis img{max-width:initial;max-height:20px}body .wfacp_main_form.woocommerce .wfacp_shipping_options.wfacp_shipping_calculator{clear:both}.wfacp_mac div#wfacp_smart_buttons div#wfacp_smart_button_stripe_gpay_apay div#wc-stripe-payment-request-wrapper{padding-top:0!important;clear:none!important}body .wfacp_main_form.woocommerce #payment ul.payment_methods li label img{max-height:45px;float:none}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .product-image img,table.shop_table .product-name-area .wfacp-pro-thumb img{width:100%}body .wfacp_main_form.woocommerce .ebanx_billing_argentina_document span.optional{display:none}body .wfacp_main_form.woocommerce form p.wc-pv-phone input{padding-left:54px}body .wfacp_main_form.woocommerce .wfacp_ebanx_field label span.optional{display:none}body .wfacp_main_form.woocommerce .wfacp_ebanx_field span.woocommerce-input-wrapper .select2-container,body .wfacp_main_form.woocommerce p#billing_persontype_field span.woocommerce-input-wrapper .select2-container{width:100%!important}body .wfacp_main_form.woocommerce .wfacp_woocommerce_form_coupon{clear:both}body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li input[type=radio]{display:none}body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li .wfacp_shipping_price,body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li .wfacp_shipping_radio{display:inline-block}body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li .wfacp_shipping_radio{margin-right:1px}body .wfacp_main_form.woocommerce #add_payment_method #payment ul.payment_methods li>label span,body .wfacp_main_form.woocommerce .woocommerce-cart #payment ul.payment_methods li>label span,body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li>label span{display:inline-block}body .wfacp_main_form.woocommerce .form-row-wide:not(.wfacp-col-full){clear:unset}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_mb_style.wfacp_setting_image_hide .product-remove{width:50%}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_mb_style.wfacp_setting_image_hide .wfacp_qty_price_wrap{width:50%}body #wfacp_smart_button_stripe_gpay_apay div#wc-stripe-payment-request-wrapper{padding-top:0!important;width:150px}body .wfacp_main_form.woocommerce .wfacp_payment .col-md-6{width:auto;padding:0!important;float:none}body.woocommerce-order-pay .wfacp_form_steps{display:none!important}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@-webkit-keyframes shake-top{0%,100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}@keyframes shake-top{0%,100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}@-webkit-keyframes wfacp_wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wfacp_wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes loading{0%{background-position:-200px 0}100%{background-position:calc(100% + 200px) 0}}@keyframes loading{0%{background-position:-200px 0}100%{background-position:calc(100% + 200px) 0}}body .ywcmas_multiple_addresses_manager h3{margin:0}body .wfacp_main_form.woocommerce .ywcmas_qty{display:block;width:40px;float:left;margin-right:10px}body .wfacp_main_form.woocommerce .ywcmas_manage_addresses_cb_container input[type=checkbox]{position:relative;left:auto;right:auto;top:auto;bottom:auto;margin-right:7px}body #pp_full_res .select2-container .select2-selection--single .select2-selection__rendered,body #pp_full_res input[type=email],body #pp_full_res input[type=password],body #pp_full_res input[type=tel],body #pp_full_res input[type=text],body #pp_full_res select,body #pp_full_res textarea,body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager .select2-container .select2-selection--single .select2-selection__rendered,body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager input[type=email],body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager input[type=password],body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager input[type=tel],body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager input[type=text],body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager select,body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager textarea{font-size:14px;line-height:1.5;width:100%;background-color:#fff;border-radius:4px;position:relative;color:#404040;display:block;min-height:40px;padding:10px;vertical-align:top;box-shadow:none;opacity:1;border:1px solid #bfbfbf;transition:all .4s ease-out}body #pp_full_res select,body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager select{-webkit-appearance:menulist;-moz-appearance:menulist}body #pp_full_res label,body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager label{color:#777;font-size:14px;position:relative;left:auto;right:auto;top:auto;bottom:auto;margin:0}body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager input[type=number]{width:40px!important;height:40px;display:inline-block;padding:5px;background-color:#f2f2f2;color:#43454b;border:0;-webkit-appearance:none;box-sizing:border-box;font-weight:400;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);min-height:1px}span.ywcmas_addresses_manager_table_img img{max-width:100%;height:auto}body .wfacp_main_form.woocommerce .ywcmas_select{width:calc(100% - 50px);margin:0}body .wfacp_main_form.woocommerce select.ywcmas_addresses_manager_table_shipping_address_select{margin-bottom:0}div.ywcmas_addresses_manager_table_remove{float:none;width:15px;height:15px;position:absolute;right:0;top:50%;margin:0;margin-top:-7px;background:0 0;padding:0}select.ywcmas_addresses_manager_table_shipping_address_select{margin-bottom:0}.ywcmas_addresses_manager_table_qty_container{position:relative}#pp_full_res .button,#pp_full_res button{font-size:16px;font-weight:400;padding:8px 16px;height:50px;line-height:1;display:inline-block;text-transform:capitalize;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}#pp_full_res .button:hover,#pp_full_res button:hover{background-color:#878484}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods>td{padding-top:15px}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods:first-child>td{padding-top:0}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods>td .wfacp_recuring_shiping_count_one+ul{border-top:none!important}.wfacp_main_form.woocommerce table.shop_table_responsive.ywcmas_addresses_manager_table:last-child{margin:0}.wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table{margin:0 0 16px}.wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table thead th.ywcmas_addresses_manager_table_product_th{width:40%;padding-bottom:10px}.wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table thead th{border:none}.wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table{border:none;padding:0;margin:0;border-radius:0}.wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table tr td.ywcmas_addresses_manager_table_qty_td{padding:0;margin:0;border:none;border-radius:0}body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager tr td:not(.ywcmas_addresses_manager_table_foot):first-child{width:50%;padding-right:10px}body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager tr td:not(.ywcmas_addresses_manager_table_foot):last-child{width:50%;padding-left:10px}td.ywcmas_addresses_manager_table_foot span.ywcmas_increase_qty_alert{padding-left:0}.wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table thead tr th:empty{display:none}body .wfacp_main_form .ywcmas_manage_addresses_tables_container table.shop_table_responsive tr td{vertical-align:middle;display:table-cell}body .wfacp_main_form span.ywcmas_addresses_manager_table_img{float:none;display:inline-block;vertical-align:middle}body .wfacp_main_form span.ywcmas_addresses_manager_table_img{float:none;display:inline-block;vertical-align:middle}body .wfacp_main_form .ywcmas_addresses_manager_table_remove{float:none;width:10px;height:10px;position:absolute;right:-10px;top:50%;margin:0;margin-top:-5px;background:0 0;padding:0}body .wfacp_main_form .ywcmas_addresses_manager_table_remove_button{font-size:20px;line-height:10px}body .wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table tr:not(first-child) select{margin:0 0 10px!important}body .wfacp_main_form .ywcmas_addresses_manager_table tbody tr:first-child select{margin:0!important}body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager input[type=number]:hover::-webkit-inner-spin-button,body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager input[type=number]:hover::-webkit-outer-spin-button{opacity:1}body #pp_full_res .select2-container--default .select2-selection--single{border:none;border-radius:0;height:auto}body .wfacp_main_form.woocommerce a.button.ywcmas_shipping_address_button_new{padding:15px 15px;line-height:1.5;display:inline-block!important;color:#fff!important;text-transform:capitalize;box-shadow:none;font-family:inherit;background-color:#999;font-size:15px;width:auto;font-weight:400;border:none;min-height:48px;border-radius:4px;margin:0!important}body #wfacp-e-form .wfacp_main_form.woocommerce a.button.ywcmas_shipping_address_button_new:hover{background-color:#878484}body .shop_table tr.shipping_total_fee{line-height:1.5!important}body .wfacp_main_form.woocommerce #wfacp_checkout_form p.form-row{position:relative}.wfacp_main_form.woocommerce label.bwfan-label-title input[type=checkbox],.wfacp_main_form.woocommerce label.gh-checkbox-label input[type=checkbox]{position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;margin:0 5px 0 0!important}.wfacp_main_form.woocommerce label.bwfan-label-title,.wfacp_main_form.woocommerce label.gh-checkbox-label{display:block!important}span.variation-row p{display:inline-block;margin:0}body.wfacp_checkout-template-wfacp-canvas-php div#page-container,body.wfacp_checkout-template-wfacp-full-width-php div#page-container{padding-top:0!important}.wfacp_main_form.woocommerce .woocommerce-notices-wrapper:empty{display:none}body .wfacp_main_form .wfacp-error,body .wfacp_main_form .wfacp-message{color:#737373;margin:0 0 16px;padding:5px 10px;position:relative;border-top:none;border-left:2px solid transparent}body .wfacp-coupon-btn,body .wfacp-coupon-field-btn{line-height:1.5}body .wfacp_main_form #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label{border-left:none}body .wfacp_main_form #payment ul.wc_payment_methods li.wc_payment_method>label{border-left:none}body .wfacp_main_form form.checkout .woocommerce-checkout-review-order{padding-left:0;float:none}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe img{max-width:50%;margin-right:5px}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe img:last-child{margin-right:0}body .wfacp_main_form.woocommerce input[type=checkbox]+span:before{display:none}body .wfacp_main_form.woocommerce #wfacp_checkout_form p.bwfan_user_consent.wfacp-consent-term-condition.form-row label{padding-left:0}.woocommerce-checkout-review-order-table{display:table-cell}body .woocommerce-checkout-review-order-table tbody{display:table-row-group}body .woocommerce-checkout-review-order-table tfoot{display:table-footer-group}body .woocommerce-checkout-review-order-table{display:table}body .woocommerce-invalid:after{display:none}#mailchimp-gdpr-fields label{position:relative}body #wfacp_mailchild_field_wrap input[type=checkbox]{position:relative;left:auto!important;right:auto!important;top:auto;float:left;margin-right:0}body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss){border-color:#24ae4e!important}body .wfacp_main_form #wfacp_checkout_form #payment .wfacp-order-place-btn-wrap+.angelleye_smart_button_checkout_bottom,body .wfacp_main_form #wfacp_checkout_form #payment .wfacp-order-place-btn-wrap+.wc_ppec_responsive_payment_buttons{margin:20px auto;padding:0!important}.woocommerce #content input.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-page #content input.button,.woocommerce-page #respond input#submit,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,body a.button,body button.button,body input.button{opacity:1;left:auto;right:auto;bottom:auto;top:auto;position:relative;transform:none;margin:0}body #wfacp_checkout_form .woocommerce-account-fields p.create-account>label span{white-space:initial}.woocommerce-page .woocommerce-info{float:none}body .button,body button,body input[type=button],body input[type=reset],body input[type=submit]{text-transform:none}body .select2-results__option:empty{display:none}small.tax_label{font-size:10px!important}body .cart_item .product-quantity,body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity{width:75px}body .cart_item .product-quantity .value-button.wfacp_increase_item:before,body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .value-button.wfacp_increase_item:before{margin-top:-8px}body .cart_item .product-quantity .value-button:before,body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .value-button:before{font-size:16px;line-height:16px;margin-top:-9px;text-align:center}body .product-quantity .wfacp_quantity_selector,body .wfacp_main_form .wfacp_quantity_selector,body .wfacp_mini_cart_start_h .wfacp_quantity_selector{height:25px}.wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .value-button:before,body .cart_item .product-quantity .value-button:before,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button{width:25px;height:24px}body .cart_item .product-quantity .wfacp_quantity_selector input[type=number],body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .wfacp_quantity_selector input[type=number]{width:25px!important;margin:0 25px;height:24px;min-height:1px;line-height:24px;border-top:1px solid #dedfea;border-bottom:1px solid #dedfea}.wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .value-button.wfacp_decrease_item,body .cart_item .product-quantity .value-button.wfacp_decrease_item,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button.wfacp_decrease_item{border:1px solid #dedfea;border-top-left-radius:6px;border-bottom-left-radius:6px}.wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .value-button.wfacp_increase_item,body .cart_item .product-quantity .value-button.wfacp_increase_item,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button.wfacp_increase_item{border:1px solid #dedfea;border-top-right-radius:6px;border-bottom-right-radius:6px}body .cart_item .product-quantity .value-button:hover,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button:hover,body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .value-button:hover{background:#f1f1f1}.wfacp_mini_cart_start_h .wfacp_quantity_selector,body .cart_item .wfacp_quantity_selector,body .wfacp_mb_mini_cart_sec_accordion_content .wfacp_quantity_selector{height:24px}#wfacp-e-form .wfacp_mb_cart_accordian.wfacp_accordian_active{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content{border-top-left-radius:0!important;border-top-right-radius:0!important}body #wfob_wrap .wfob_qty_wrap .value-button{width:25px;height:24px}body #wfacp-e-form .wfob_bump_wrapper .wfob_qty_wrap input.wfob_quantity_increment,body #wfob_wrap .wfob_qty_wrap input.wfob_quantity_increment,body .wfob_bump_wrapper .wfob_qty_wrap input.wfob_quantity_increment{width:25px!important;margin:0 25px!important;height:24px!important;min-height:1px!important;line-height:24px;border:none!important;border-top:1px solid #dedfea!important;border-bottom:1px solid #dedfea!important;text-align:center}body #wfob_wrap .wfob_qty_wrap .value-button.wfob_decrease_item{border:1px solid #dedfea;border-top-left-radius:6px;border-bottom-left-radius:6px}body #wfob_wrap .wfob_qty_wrap .value-button.wfob_increase_item{border:1px solid #dedfea;border-top-right-radius:6px;border-bottom-right-radius:6px}body #wfob_wrap .wfob_qty_wrap .value-button:hover{background:#f1f1f1}body #wfob_wrap .wfob_qty_wrap .value-button:before{font-size:16px;line-height:16px;margin-top:-8px;font-weight:400}body #wfob_wrap .wfob_qty_wrap .value-button.wfacp_increase_item:before{margin-top:0!important}body .wfacp_main_form.woocommerce #wfacp_checkout_form .woocommerce-error{background:#fae6e6;border-radius:4px;padding-top:8px!important;padding-bottom:8px!important;border-color:#e15334!important}body .wfacp_main_form.woocommerce #wfacp_checkout_form .woocommerce-error li:last-child{margin:0}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg{margin-top:8px!important}body #wfacp-e-form .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message{margin-top:8px}body #wfacp-sec-wrapper .wfacp-error,body #wfacp-sec-wrapper .wfacp_error,body #wfacp-sec-wrapper .wfacp_main_form .woocommerce-error,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-error,body #wfacp-sec-wrapper .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message,body .wfacp_product_restore_wrap{color:#e15334!important;border-radius:8px;background:#fae6e6;padding:5px 12px 5px 24px;border:none;border-left:0;margin:0 0 16px;min-height:1px;font-size:12px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-error li{list-style-type:disc}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-error li{margin-bottom:4px;text-align:left}body #wfacp-sec-wrapper .wfacp-error *,body #wfacp-sec-wrapper .wfacp_error *,body #wfacp-sec-wrapper .wfacp_main_form .woocommerce-error *,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-error *,body #wfacp-sec-wrapper .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message *,body .wfacp_product_restore_wrap *{font-size:12px;line-height:1.5}body #wfacp-sec-wrapper .wfacp-error :not(a),body #wfacp-sec-wrapper .wfacp_error :not(a),body #wfacp-sec-wrapper .wfacp_main_form .woocommerce-error :not(a),body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-error :not(a),body #wfacp-sec-wrapper .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message :not(a),body .wfacp_product_restore_wrap :not(a){color:#e15334}body #wfacp-sec-wrapper .wfacp-success,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-message,body #wfacp-sec-wrapper .wfacp_success,body #wfacp-sec-wrapper .wfacp_sucuss,body #wfacp-sec-wrapper .woocommerce-message,body .wfacp-coupon-page .wfacp_coupon_remove_msg{border-color:#24ae4e!important;padding:5px 10px 5px 24px;border-radius:4px;color:#24ae4e!important;border:none;border-left:0;margin:0 0 16px;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/notice-tick.svg) #d2f3dc no-repeat 8px 8px;min-height:1px;font-size:12px;background-size:12px}body #wfacp-sec-wrapper #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg *,body #wfacp-sec-wrapper .wfacp-success :not(.wfacp-quickv-close),body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg *,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-message *,body #wfacp-sec-wrapper .wfacp_success *,body #wfacp-sec-wrapper .wfacp_sucuss *,body #wfacp-sec-wrapper .woocommerce-message *,body .wfacp-coupon-page .wfacp_coupon_remove_msg *{font-size:12px;line-height:1.5}body #wfacp-sec-wrapper #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg :not(a),body #wfacp-sec-wrapper .wfacp-success :not(a):not(.wfacp-quickv-close),body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg :not(a),body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-message :not(a),body #wfacp-sec-wrapper .wfacp_success :not(a):not(.wfacp-quickv-close),body #wfacp-sec-wrapper .wfacp_sucuss :not(a):not(.wfacp-quickv-close),body #wfacp-sec-wrapper .woocommerce-message :not(a),body .success-color,body .wfacp-coupon-page .wfacp_coupon_remove_msg :not(a){color:#24ae4e!important}body #wfacp-sec-wrapper .cart-discount span.amount,body #wfacp-sec-wrapper .wfacp_single_coupon_msg span.amount,body #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg td span.amount,body .shop_table .cart-discount td,body .shop_table .cart-discount td a,body .shop_table .cart-discount td span,body .shop_table .cart-discount td span.woocommerce-Price-amount.amount,body .shop_table tbody tr.cart-discount th span.wfacp_coupon_code,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg td span,body span.wfacp_coupon_code{color:#24ae4e}body .wfacp_coupon_remove_msg:empty,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg:empty,body .wfacp_mini_cart_start_h .woocommerce-error:empty,body .wfacp_mini_cart_start_h .woocommerce-message:empty,body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss):empty,body .woocommerce-error:empty,body .woocommerce-message:empty{display:none}body #wfacp-sec-wrapper #order_coupon_field .woocommerce-message:not(.wfacp_sucuss),body #wfacp-sec-wrapper #order_coupon_field div.woocommerce-error,body #wfacp-sec-wrapper #order_coupon_field ul.woocommerce-error,body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content .woocommerce-message:not(.wfacp_sucuss),body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content div.woocommerce-error,body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content ul.woocommerce-error,body #wfacp-sec-wrapper .wfacp_product_restore_wrap,body #wfacp-sec-wrapper .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message,body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss),body .wfacp_mini_cart_start_h div.woocommerce-error,body .wfacp_mini_cart_start_h ul.woocommerce-error,body .wfacp_product_restore_wrap,body .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message{color:#e15334!important;border-radius:3px;background:0 0;padding:0;border:none;font-size:12px;line-height:1.5}body #wfacp-sec-wrapper #order_coupon_field .wfacp_coupon_remove_msg,body #wfacp-sec-wrapper #order_coupon_field .woocommerce-message:not(.wfacp_sucuss),body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content .woocommerce-message:not(.wfacp_sucuss),body .wfacp-coupon-page .wfacp_coupon_remove_msg,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,body .wfacp_mini_cart_start_h .wfacp_coupon_success,body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss){padding:0 0 0 20px;border-radius:3px;color:#24ae4e!important;border:none;margin:0 0 16px;min-height:1px;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/notice-tick.svg) no-repeat 0 50%;background-size:12px;line-height:16px;font-size:12px}body #wfacp-sec-wrapper .woocommerce-message:not(.wfacp_sucuss) *,body .wfacp_mini_cart_start_h .wfacp_coupon_success *,body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss) *{color:#24ae4e!important}.wfacp_mini_cart_start_h form.checkout_coupon.wfacp_display_block .woocommerce-message,.wfacp_mini_cart_start_h form.checkout_coupon.wfacp_invalid_coupon .wfacp_coupon_msg{margin-top:8px}body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_error_msg>.woocommerce_single_error_message,body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_remove_msg{margin-top:8px!important;margin-bottom:0!important}#wfacp-sec-wrapper .wfacp_invalid_coupon .wfacp-form-control,.wfacp_mini_cart_start_h .wfacp_invalid_coupon .wfacp-form-control{border-color:#e15334;box-shadow:0 0 0 1px #e15334}body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_remove_msg{margin-left:8px;margin-right:8px}#wfacp_checkout_form #payment .woocommerce-privacy-policy-text p{font-size:12px;color:#777;line-height:1.5}#wfacp_checkout_form #payment .woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgb(0 0 0 / 10%);background:rgba(0,0,0,.05);margin-bottom:1.618em;padding:1.618em}#wfacp_checkout_form #payment .woocommerce-terms-and-conditions p{font-size:14px;line-height:1.5;font-weight:400}.product-name a.wfacp_qv-button svg{width:16px;height:16px;vertical-align:middle;fill:#999!important;margin-top:-2px}.wfacp_last_page .wfacp-next-btn-wrap{display:none!important}#wfacp-e-form .single_step .wfacp-next-btn-wrap button:after{font-family:inherit}body #wfacp-e-form .wfacp_main_form button:after,body #wfacp-e-form .wfacp_main_form button:before{font-family:inherit;line-height:1}body #wfacp-e-form #wfacp_checkout_form .wfacp-next-btn-wrap #place_order:after,body #wfacp-e-form #wfacp_checkout_form .wfacp-next-btn-wrap button:after{display:block;line-height:1.3;margin-top:2px}body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .wfacp_quantity_selector input[type=number]{background:#fff!important}body .select2-results__option:empty{display:none}.wfacp_main_form.woocommerce #wfacp_checkout_form #payment .wc-stripe-elements-field,.wfacp_main_form.woocommerce #wfacp_checkout_form #payment .wc-stripe-iban-element-field{padding:10px;margin:0 0 10px;height:auto}body #wfacp-e-form #wfacp_checkout_form #payment ul li ul li,body #wfacp_checkout_form #payment ul li ul li{width:auto;padding:0;border:none}.editor-styles-wrapper .wp-block{margin-left:auto;margin-right:auto}.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tbody td span,.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tbody th span{display:inline-block}.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tbody td del span{display:inline}#wfacp-e-form .wfacp_main_form .wfacp-section .wfacp_wrapper_start,.wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_product_switcher:not(.wfacp-section) .shop_table.wfacp-product-switch-panel{margin-bottom:0}.wfacp_main_form.woocommerce #wfacp_checkout_form .shop_table.wfacp-product-switch-panel{margin-bottom:16px}#wfacp-e-form table.shop_table tr.cart-subtotal,#wfacp-e-form table.shop_table tr.cart-subtotal td,#wfacp-e-form table.shop_table tr.cart-subtotal th{padding-top:16px!important}#wfacp_checkout_form .wfacp_checkbox_field label,#wfacp_checkout_form .wfacp_custom_field_cls label,#wfacp_checkout_form .wfacp_custom_field_cls span,#wfacp_checkout_form .wfacp_custom_field_radio_wrap label{color:#777}body .woocommerce-error::before,body .woocommerce-error:after,body .woocommerce-error:before,body .woocommerce-info::before,body .woocommerce-info:after,body .woocommerce-info:before,body .woocommerce-message::before,body .woocommerce-message:after,body .woocommerce-message:before,body .woocommerce-noreviews::before,body p.no-comments::before{display:none}body .woocommerce-info a{float:none}body .woocommerce-error,body .woocommerce-info,body .woocommerce-message{background-color:transparent;padding:0;margin:0;min-height:1px;text-transform:inherit;display:block;border:none;box-shadow:none;text-align:left}#wfacp-e-form .wfacp_main_form .wfacp_allowed_countries strong #wfacp-e-form .wfacp-image-wrapper .wfacp-prodct-image{width:100%;height:auto}.wfacp_order_summary_item_delete a.wfacp_remove_item_from_order_summary{display:inline-block;line-height:15px!important;font-size:0!important;font-weight:400;word-break:break-word;width:16px;height:16px;border-radius:100px}body:not(.wfacp_anim_active) #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper .wfacp-form-control:focus,body:not(.wfacp_anim_active) .wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-form-control:focus{border-color:#61bdf7;box-shadow:0 0 0 1px #61bdf7}body.woocommerce-page .select2-container .select2-dropdown{padding:0}#wfacp-e-form .wfacp-section.wfacp_payment{margin-bottom:0!important}.wfacp_mini_cart_start_h .form-row button.wfacp-coupon-btn{outline:0;outline-color:unset}#wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page button.button.wfacp-coupon-btn:focus{box-shadow:none}#wfacp-e-form button.button,.wfacp_mini_cart_start_h button.button{border:0}.wfacp_main_form .wfacp-intl-phone-flag-field.wfacp-anim-wrap label.wfacp-form-control-label,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label{left:90px}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-intl-phone-flag-field .wfacp-form-control{padding-left:83px}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__country-list{z-index:1000}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-intl-phone-flag-field .woocommerce-input-wrapper{display:block;position:relative}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__country-list li{padding:5px 10px}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-intl-phone-flag-field .woocommerce-input-wrapper .iti.iti--allow-dropdown{display:block}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__selected-flag{padding:10px 12px;border:none!important;width:auto;border-radius:0!important;margin-right:0;background:0 0;position:relative}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__selected-flag:after{content:'';display:block;width:1px;background:#d9d9d9;height:18px;position:absolute;right:0}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__selected-flag .iti__selected-dial-code{font-size:14px;line-height:1}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti--separate-dial-code .iti__selected-dial-code{margin-left:8px}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__arrow{margin-left:12px;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/select-dropdown-icon.svg) no-repeat center;border:none;width:10px;height:12px;background-size:12px}body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__arrow.iti__arrow--up{transform:rotate(180deg)}body .wfacp_main_form.woocommerce #wfacp_checkout_form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{transform:rotate(180deg);margin-top:0}body .wfacp_main_form.woocommerce #wfacp_checkout_form .woocommerce-invalid-phone-field .iti__selected-flag{height:calc(100% - 20px)}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_main_form p.woocommerce-invalid-required-field .iti__selected-flag{border-color:#e15334}body .iti__country-list,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-intl-phone-flag-field ul{list-style:none;padding:0;margin:0;margin-left:-1px;z-index:999;box-shadow:0 0 8px 0 rgba(0,0,0,.2);border:none;border-radius:4px;margin-top:2px!important}body .iti__country-list li,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-intl-phone-flag-field ul li{list-style:none}body .iti__country-list li,body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__country-list li{padding:8px 16px;border:none;cursor:pointer;line-height:1.5}body .iti__country-list li:hover,body .wfacp_main_form.woocommerce #wfacp_checkout_form .iti__country-list li:hover{background-color:#eee}.wfacp_main_form .wfacp_divider_billing,.wfacp_main_form .wfacp_divider_shipping{clear:both}body #wfacp-e-form .wfacp_order_summary_container table.shop_table tr.order-total td small.includes_tax,body #wfacp-e-form .wfacp_order_summary_container table.shop_table tr.order-total td small.includes_tax span,body #wfacp-e-form .wfacp_order_summary_container table.shop_table tr.order-total td small.includes_tax span.amount,body #wfacp-e-form .wfacp_order_summary_container table.shop_table tr.order-total td small.includes_tax span.woocommerce-Price-currencySymbol,body .wfacp_mini_cart_start_h .wfacp_order_summary_container table.shop_table tr.order-total td small.includes_tax,body .wfacp_mini_cart_start_h .wfacp_order_summary_container table.shop_table tr.order-total td small.includes_tax span,body .wfacp_mini_cart_start_h .wfacp_order_summary_container table.shop_table tr.order-total td small.includes_tax span.amount{font-size:12px!important}#wfacp-e-form button:disabled,#wfacp-e-form button[disabled],.wfacp_main_form button:disabled,.wfacp_main_form button[disabled],.wfacp_mini_cart_start_h button:disabled,.wfacp_mini_cart_start_h button[disabled],.wp-core-ui .wfacp_mini_cart_start_h button:disabled,.wp-core-ui .wfacp_mini_cart_start_h button[disabled]{border-color:#c8c8c8!important;background-color:#c8c8c8!important;color:#fff!important;cursor:inherit!important}#wfacp-e-form #payment li.wc_payment_method input.input-radio:checked::before,#wfacp-e-form #payment.wc_payment_method input[type=radio]:checked:before,#wfacp-e-form .wfacp_main_form.woocommerce input[type=radio]:checked:before,#wfacp-e-form input[type=radio]:checked:before{display:block}#wfacp-e-form #add_payment_method #payment ul.payment_methods li input[type=radio]:checked,#wfacp-e-form #payment ul.payment_methods li input[type=radio]:checked,#wfacp-e-form .wfacp_main_form.woocommerce #add_payment_method #payment ul.payment_methods li input[type=radio]:checked,#wfacp-e-form .wfacp_main_form.woocommerce #wfacp_checkout_form input[type=radio]:checked,#wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart #payment ul.payment_methods li input[type=radio]:checked,#wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked,#wfacp-e-form .wfacp_main_form.woocommerce input[type=radio]:checked,#wfacp-e-form input[type=radio]:checked{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:#fff}#wfacp-e-form .wfacp_main_form input[type=checkbox]:after{display:none}#wfacp-e-form #payment input[type=checkbox]:not(.wfob_bump_product):checked,#wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control:checked,#wfacp-e-form .wfacp_main_form input[type=checkbox]:not(.wfob_bump_product):checked,#wfacp-e-form input[type=checkbox]:not(.wfob_bump_product):checked{background:0 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-input-wrapper .wfacp-form-control:checked:focus,#wfacp-e-form .wfacp_main_form.woocommerce input[type=checkbox]:checked:focus,#wfacp-e-form .wfacp_main_form.woocommerce input[type=radio]:checked:focus{box-shadow:none}#wfacp-e-form .wfacp_main_form input[type=checkbox]:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:scale(.2);transform:scale(.2);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:0;width:10px;height:8px;margin-left:-5px;margin-top:-4px;background-image:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/wf-check.svg),none}#wfacp-e-form .wfacp_main_form input[type=checkbox]:checked:after{-webkit-transform:scale(1);transform:scale(1);-webkit-transition-delay:.1s;transition-delay:.1s;opacity:1}body .wfacp_delete_item_wrap a:before{display:none!important}body .wfacp_delete_item_wrap a{border:none!important;display:inline-block;padding-bottom:0!important}body .wfacp_delete_item_wrap a svg{width:100%;height:100%;color:#bbb}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .payment_box *,body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .payment_box a,body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .payment_box p,body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .payment_box p * body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .payment_box span{font-weight:400!important}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_remove_product a svg{width:100%;height:100%}#wfacp-e-form .woocommerce-info a.wfacp_main_showcoupon,body .woocommerce-info a.wfacp_main_showcoupon{display:inline-block}body .wfacp_main_form #wfacp_checkout_form.processing .blockUI.blockOverlay{background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/spinner.gif) no-repeat 50% #fff!important}body #wfacp_checkout_form #place_order:before,body #wfacp_checkout_form .wfacp-next-btn-wrap button:before{z-index:1;box-shadow:none;filter:none;text-shadow:none;transition:none;left:auto;right:auto;opacity:1}body .wfacp_main_form.woocommerce input[type=radio]:checked::after,body .wfacp_mini_cart_start_h input[type=radio]:checked::after{display:none}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text{display:block;content:'';background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/helping-text.svg) no-repeat center center;width:16px;height:16px;position:absolute;right:12px;top:50%;margin-top:-8px;cursor:pointer;z-index:99}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:after,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:before{display:block;opacity:0;pointer-events:none;position:absolute}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:after{border-right:6px solid transparent;border-bottom:6px solid rgba(0,0,0,.75);border-left:6px solid transparent;content:'';height:0;top:20px;left:20px;width:0}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:before{background:#353030;border-radius:3px;color:#fff;content:attr(wfacp-helping-text);font-size:12px;padding:4px 8px;top:20px;width:160px;text-align:center}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:after,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:before{transform:translate3d(-80px,-10px,0);transition:all .15s ease-in-out}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:hover:after,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:hover:before{opacity:1;transform:translate3d(-80px,0,0)}body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:after{display:none}#funnelkitLoginModal .wfacp_btn_clicked,#wfacp-e-form .wfacp-coupon-btn.wfacp_btn_clicked,#wfacp_checkout_form .wfacp-coupon-field-btn.wfacp_btn_clicked,.wfacp-coupon-btn.wfacp_btn_clicked,.wfacp_mb_mini_cart_sec_accordion_content .wfacp-coupon-btn.wfacp_btn_clicked{position:relative;color:transparent!important;transition:none}#funnelkitLoginModal .wfacp_btn_clicked:before,#wfacp_checkout_form .wfacp-coupon-field-btn.wfacp_btn_clicked:before,.wfacp-coupon-btn.wfacp_btn_clicked:before{position:absolute;left:0;right:0;top:50%;content:'';width:16px;margin:-8px auto auto;height:16px;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;display:block!important;box-sizing:border-box;animation:rotation 1s linear infinite;opacity:1;z-index:999;filter:none}#funnelkitLoginModal .wfacp_btn_clicked{transition:none}#wfacp-sec-wrapper #funnelkitLoginModal .wfacp_btn_clicked{pointer-events:none}body .wfacp_main_form #wfacp_checkout_form #shipping_calculator_field .wfacp_no_shipping_found ul#shipping_method li{padding:0}body #wfacp-sec-wrapper .wfacp_main_form .wfacp_notice_list .wfacp_error,body .wfacp_main_form #wfacp_checkout_form #shipping_calculator_field .wfacp_no_shipping_found ul{padding:12px 12px 12px 48px;border:none;border-radius:8px;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/icon-info-red.svg) no-repeat #ffe9e9 12px 50%!important;background-size:24px;position:relative}body #wfacp-e-form .wfacp_main_form #wfacp_checkout_form #shipping_calculator_field .wfacp_no_shipping_found ul li span *,body #wfacp-sec-wrapper .wfacp_main_form .wfacp_notice_list .wfacp_error *,body .wfacp_main_form #wfacp_checkout_form #shipping_calculator_field .wfacp_no_shipping_found ul li span{color:#e15334;font-size:14px;line-height:1.5}body .wfacp_main_form #wfacp_checkout_form #shipping_calculator_field .wfacp_no_shipping_found ul li span:after{display:none}body #wfacp-sec-wrapper #wfacp_checkout_form .wfacp_custom_field_multiselect label{position:relative;top:auto!important;left:0;bottom:auto;margin:0 0 4px}body #wfacp-sec-wrapper #wfacp_checkout_form .wfacp_custom_field_multiselect span.select2-selection.select2-selection--multiple{padding:0;min-height:48px}body #wfacp-sec-wrapper #wfacp_checkout_form .wfacp_custom_field_multiselect .select2-container--default .select2-search--inline .select2-search__field{min-height:1px;border:none}body .wfacp-modern-label #wfacp_checkout_form .wfacp_custom_field_multiselect .select2-container--default .select2-search--inline .select2-search__field{padding:12px 12px!important}body #wfacp-sec-wrapper #wfacp_checkout_form .form-row:not(.wfacp_custom_field_multiselect) .select2-container--default .select2-selection--multiple,body #wfacp-sec-wrapper #wfacp_checkout_form .form-row:not(.wfacp_custom_field_multiselect) .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:transparent}body #wfacp-sec-wrapper #wfacp_checkout_form .select2-container--default .select2-selection--single .select2-selection__arrow{background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/select-dropdown-icon.svg) no-repeat center center;height:12px;position:absolute;top:50%;margin-top:-6px;right:12px;z-index:99;background-size:14px;width:14px}body #wfacp-sec-wrapper .wfacp_drop_list .woocommerce-input-wrapper select,body #wfacp-sec-wrapper .wfacp_dropdown .woocommerce-input-wrapper select{background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/select-dropdown-icon.svg) no-repeat 98% center;background-size:14px;transition:none}body #wfacp-sec-wrapper .wfacp_drop_list .woocommerce-input-wrapper select:focus,body #wfacp-sec-wrapper .wfacp_dropdown .woocommerce-input-wrapper select:focus{background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/select-dropdown-icon-up.svg) no-repeat 98% center;background-size:14px;transition:none!important}body #wfacp-sec-wrapper #wfacp_checkout_form .select2-selection__rendered{padding-right:30px}body:not(.cartflows-canvas):not(.cartflows-default) #wfacp-sec-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}body #wfacp-sec-wrapper .wfacp_custom_field_radio_wrap span.wfacp_radio_options_group{position:relative;line-height:1}body #wfacp-sec-wrapper span.wfacp_radio_options_group{display:block;margin-bottom:8px}body #wfacp-sec-wrapper span.wfacp_radio_options_group:last-child{margin-bottom:0}body #wfacp-sec-wrapper span.wfacp_radio_options_group label.radio{font-weight:400;padding-left:25px;display:inline-block;vertical-align:middle}body #wfacp-sec-wrapper .checkout-inline-error-message,body #wfacp-sec-wrapper span.wfacp_inline_field_error{position:relative;font-size:12px;line-height:1;color:#e15334;display:block;margin-top:8px}body.wfacp_active_live_validation #wfacp-sec-wrapper .checkout-inline-error-message,body:not(.wfacp_active_live_validation) #wfacp-sec-wrapper .billing_email_field_error{display:none}body #wfacp-sec-wrapper .wfacp-inside .form-row:not(.wfacp-anim-wrap) .select2-container .select2-selection--single .select2-selection__rendered{font-size:0}body #wfacp-sec-wrapper .wfacp-inside #shipping_calculator_field .select2-container .select2-selection--single .select2-selection__rendered{font-size:inherit}body #wfacp-sec-wrapper .wfacp-inside #shipping_calculator_field .woocommerce-input-wrapper:not(.wfacp-anim-wrap) span.select2-selection__placeholder{display:block}body #wfacp-sec-wrapper .wfacp-form:not(.wfacp-top):not(.wfacp-inside) form .wfacp_empty_field:not(.wfacp-anim-wrap) label:not(.radio):not(.checkbox):not([for=radio-field]){top:18px;bottom:auto;margin:0}body #wfacp-sec-wrapper .wfacp-inside form .wfacp_empty_field:not(.wfacp-anim-wrap) label.wfacp-form-control-label{top:16px;bottom:auto;margin:0}body #wfacp-sec-wrapper .wfacp-inside label.wfacp-form-control-label:not(.checkbox),body #wfacp-sec-wrapper .wfacp-inside label.wfacp-form-control-label:not(.checkbox) *,body #wfacp-sec-wrapper .wfacp-inside p.wfacp-form-control-wrapper.wfacp-anim-wrap label.wfacp-form-control-label:not(.checkbox) *{line-height:1!important}body #wfacp-sec-wrapper .wfacp-inside label.wfacp-form-control-label{margin-top:-7px;bottom:auto}body #wfacp-sec-wrapper .wfacp-inside .woocommerce-input-wrapper:not(.wfacp-anim-wrap) span.select2-selection__placeholder{display:none}body #wfacp-sec-wrapper .wfacp-inside .wfacp_main_form .form-row .wfacp-form-control::-moz-placeholder{opacity:0}body #wfacp-sec-wrapper .wfacp-inside .wfacp_main_form .form-row .wfacp-form-control:-ms-input-placeholder{opacity:0}body #wfacp-sec-wrapper .wfacp-inside .wfacp_main_form .form-row .wfacp-form-control:-moz-placeholder{opacity:0}body #wfacp-sec-wrapper .wfacp-inside .form-row .wfacp-form-control::-webkit-input-placeholder{opacity:0}body #wfacp-sec-wrapper .wfacp-inside .wfacp_main_form .form-row.wfacp-anim-wrap .woocommerce-input-wrapper .wfacp-form-control::-moz-placeholder{opacity:1}body #wfacp-sec-wrapper .wfacp-inside .wfacp_main_form .form-row.wfacp-anim-wrap .woocommerce-input-wrapper .wfacp-form-control:-ms-input-placeholder{opacity:1}body #wfacp-sec-wrapper .wfacp-inside .wfacp_main_form .form-row.wfacp-anim-wrap .woocommerce-input-wrapper .wfacp-form-control:-moz-placeholder{opacity:1}body #wfacp-sec-wrapper .wfacp-inside .wfacp_main_form .form-row.wfacp-anim-wrap .woocommerce-input-wrapper .wfacp-form-control::-webkit-input-placeholder{opacity:1}.body #wfacp-sec-wrapper>div{width:100%}body #wfacp-sec-wrapper .wfacp_custom_field_radio_wrap .wfacp-form-control{box-shadow:none!important}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field.wfacp_divider_billing,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field.wfacp_divider_shipping{--bs-gutter-x:10px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;clear:both;width:100%}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap>.wfacp-col-full,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-full{flex:0 0 auto;width:100%}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap>.wfacp-col-left-third,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-left-third{flex:0 0 auto;width:33.33%;float:none}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap>.wfacp-col-left-half,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-left-half{float:none;flex:0 0 auto;width:50%}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap>.wfacp-col-two-third,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-two-third{float:none;flex:0 0 auto;width:66.66%}body #wfacp-sec-wrapper span.woocommerce-input-wrapper.wfacp-form-control.wfacp_radio_field{padding:0}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form #billing_email_name_field+.wfacp_advanced_field_wrap,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form #billing_first_name_field+.wfacp_advanced_field_wrap,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form #billing_last_name_field+.wfacp_advanced_field_wrap{display:block;clear:unset}body #wfacp-sec-wrapper #wfacp_checkout_form .wfacp_autocomplete_active .woocommerce-input-wrapper,body #wfacp-sec-wrapper .wfacp_autocomplete_active .woocommerce-input-wrapper{position:relative}body #wfacp-sec-wrapper .wfacp_autocomplete_active .woocommerce-input-wrapper .wfacp-form-control{padding-right:32px}body #wfacp-sec-wrapper .woocommerce-input-wrapper span.wfacp-search-icon{display:block;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/icon-search.svg) no-repeat center center;width:16px;height:16px;position:absolute;right:12px;top:50%;margin-top:-8px;cursor:pointer;z-index:98;content:''}.pac-container .pac-item{padding:3px 16px;border:none;cursor:pointer}.pac-container{box-shadow:0 0 8px 0 rgba(0,0,0,.2);border:none;border-radius:4px;margin-top:1px}.pac-container span.pac-item-query{color:#353030}.pac-container .pac-item:hover{background-color:#eee}body #wfacp-sec-wrapper .wfacp-top p.wfacp_textarea_fields textarea{padding-top:12px;padding-bottom:12px;min-height:100px}body #wfacp-sec-wrapper div:not(.wfacp-top).wfacp-modern-label p.wfacp_textarea_fields textarea{min-height:100px!important}body #wfacp-sec-wrapper .wfacp-inside .wfacp_textarea_fields label.wfacp-form-control-label{top:6px!important;font-size:12px!important;background:0 0!important;bottom:auto;right:8px;margin-top:0;line-height:1.5}body #wfacp-sec-wrapper .wfacp-inside p.wfacp_textarea_fields textarea{min-height:100px!important}body #wfacp-sec-wrapper .wfacp-inside p.wfacp_textarea_fields textarea{padding-top:24px;padding-bottom:24px}body #wfacp-sec-wrapper .wfacp-inside p.wfacp_textarea_fields label.wfacp-form-control-label .optional,body #wfacp-sec-wrapper .wfacp-inside p.wfacp_textarea_fields label.wfacp-form-control-label abbr.required{font-size:12px!important;line-height:1.5!important}body .wfob_bump_wrapper:after{display:none}body .select2-results__option{letter-spacing:0;font-size:14px;padding:8px 16px;border:none;line-height:1.5}body .select2-dropdown{box-shadow:0 2px 8px 0 rgba(0,0,0,.1);border:none;border-radius:4px}body .select2-container--default .select2-results>.select2-results__options{background:#fff}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #bfbfbf;background:#fff;border-radius:4px;box-shadow:none;outline:0}body .select2-container--default .select2-search--dropdown .select2-search__field:focus{color:#000}#wfacp-e-form .select2-container .select2-selection--single .select2-selection__rendered{border-radius:4px}.woocommerce-page .select2-container .select2-search__field,.woocommerce-page .select2-container .select2-selection{height:auto;padding:8px 12px;margin:0!important}body .select2-search--dropdown{display:block;padding:8px 12px;border-radius:4px}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:transparent}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#eee;color:#353030}body #wfacp-sec-wrapper span.woocommerce-input-wrapper{display:block}#wfacp-sec-wrapper .wfacp_main_form .wfacp_collapsible:hover,#wfacp-sec-wrapper .wfacp_main_form .wfacp_collapsible:hover svg{opacity:.9}body .wfacp_main_form.woocommerce #wfacp_checkout_form p.form-row.wfacp_collapsible_field_wrap,body .wfacp_main_form.woocommerce #wfacp_checkout_form p.form-row.wfacp_collapsible_field_wrap *{line-height:1!important}#wfacp-e-form .wfacp_main_form .wfacp_collapsible svg{display:inline}body #wfacp-sec-wrapper #wfacp_checkout_form .wfacp_collapsible_enable .select2-container{width:100%!important}#wfacp-sec-wrapper .wfacp-text-align-left{text-align:left}#wfacp-sec-wrapper .wfacp-text-align-center{text-align:center}#wfacp-sec-wrapper .wfacp-text-align-right{text-align:right}body #wfacp-sec-wrapper .woocommerce-form-login .wfacp-remember-me input[type=checkbox]{position:relative;left:auto;top:auto;margin:0 8px 0 0}#wfacp-sec-wrapper .woocommerce-form-login .wfacp-remember-me label{margin:0}#wfacp-sec-wrapper .woocommerce-form-login .wfacp-col-left-half.lost_password,#wfacp-sec-wrapper .woocommerce-form-login .wfacp-col-left-half.wfacp-remember-me{width:50%;float:left}#wfacp-sec-wrapper form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half label:empty{display:none}body #wfacp-sec-wrapper .tab{margin-bottom:24px}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .payment_method_woosa_adyen_ideal input[type=text]{min-height:1px;padding:0!important;margin:0!important;border:none}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .payment_method_woosa_adyen_ideal ul{z-index:999;background:#fff}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment ul li label img{border-radius:3px;margin-right:12px;margin-inline-start:5px;margin-inline-end:5px;max-height:30px}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .adyen-checkout__dropdown__button{box-shadow:none}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .adn-stored-cards .adyen-checkout__card__brands__brand-wrapper img,body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .adn-stored-cards .adyen-checkout__input-wrapper img.adyen-checkout__card__cardNumber__brandIcon{position:absolute;margin:0}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details{padding-left:15px}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{display:none}body .wfacp_main_form.woocommerce #wfacp_checkout_form #payment .adyen-checkout__checkbox__label{padding-left:0}body #wfacp_checkout_form .wfacp_advanced_field_wrap .wfacp_bwfan_birthday_date_field{width:100%}#wfacp_checkout_form #bwfan_birthday_field label{line-height:1.5!important}.wfob_bump_wrapper.woocommerce_checkout_order_review_below_payment_gateway{margin-top:24px}.wfacp_main_form.woocommerce label.wfacp-form-control-label{text-indent:unset}#wfacp_checkout_form form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span{margin:0;padding:0;font-weight:400;line-height:16px}#wfacp-sec-wrapper .show-password-input::after{display:none}#wfacp-sec-wrapper .g-recaptcha-response{display:none}#wfacp-sec-wrapper .g-recaptcha{padding:0 8px;margin-bottom:16px;transform:none!important}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment.woocommerce-checkout-payment .wc-stripe_cc-container input.wc-stripe-payment-type,body .wfacp_main_form.woocommerce #payment.woocommerce-checkout-payment .wc-stripe_cc-container input.wc-stripe-klarna-category{display:inline-block!important}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment.woocommerce-checkout-payment .wc-stripe_cc-container label.wc-stripe-label-klarna-category,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment.woocommerce-checkout-payment .wc-stripe_cc-container label.wc-stripe-label-payment-type{margin-right:8px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment.woocommerce-checkout-payment .wc-stripe-save-source label{padding-left:0!important}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment.woocommerce-checkout-payment .wc-stripe_cc-container .StripeElement:not(.payment-type){border:1px solid #ededed}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment ul.payment_methods li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{max-height:26px;max-width:43px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment li.wc_payment_method.payment_method_stripe_cc .select2-selection__rendered{padding:5px 10px!important}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment .wc-stripe-bootstrap-form .md-form.md-outline.StripeElement--complete+label,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment .wc-stripe-bootstrap-form .md-form.md-outline.focused+label,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment .wc-stripe-bootstrap-form .md-form.md-outline.invalid+label{-webkit-transform:translateY(-35px);-ms-transform:translateY(-35px);transform:translateY(-35px);background:#fff!important;font-weight:500;padding-right:5px;padding-left:5px;font-size:12px;left:20px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment .wc-stripe-inline-form .input,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment .wc-stripe-inline-form input{width:100%;padding:11px 15px 11px 0;background-color:transparent;-webkit-animation:1ms void-animation-out;box-shadow:none;border:none;color:#819efc}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment .wc-stripe-inline-form label,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment ul.payment_methods li .wc-stripe-inline-form label{width:110px;min-width:110px;padding:11px 0;color:#91b5c1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment ul.payment_methods li.payment_method_stripe_cc .wc-stripe_cc-container input+label{display:inline-block}body #wfacp-sec-wrapper .wfacp_main_form p.form-row.wfacp_drop_list.wfacp_dropdown label{right:40px;width:auto}body #wfacp-sec-wrapper .wfacp_main_form p.form-row.wfacp_drop_list.wfacp_dropdown:not(.wfacp-anim-wrap) select{padding:12px 12px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_custom_fields{clear:both}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_custom_fields label{padding-left:0;margin:0 5px 0 0;pointer-events:inherit}body #wfacp-sec-wrapper .wfacp-top .wfacp_main_form.woocommerce #wfacp_checkout_form #wfacp_custom_fields p.wfacp-form-control-wrapper:not(.wfacp_checkbox_field):not(.checkbox):not(.wfacp_textarea_fields){min-height:1px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_custom_fields input[type=radio]{position:relative;left:auto;right:auto;margin:0 5px 0 0}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form p.form-row select{-webkit-appearance:menulist;-moz-appearance:menulist}body #wfacp-sec-wrapper #wfacp-third-party-fields-wrap p:not(.wfacp-form-control-wrapper){padding:0 7px}body #wfacp-sec-wrapper #wfacp-third-party-fields-wrap input[type=checkbox]:not(.wfacp-form-control){position:relative;left:auto;top:auto;right:auto;bottom:auto;margin:0 8px 0 0}body #wfacp-sec-wrapper #wfacp-third-party-fields-wrap input[type=radio]:not(.wfacp-form-control){position:relative;left:auto;top:auto;right:auto;bottom:auto;margin:0 8px 0 0}body .modal{z-index:99999}body #wfacp-sec-wrapper .wfacp_main_form p.wfacp_field_type_hidden{display:none}body #wfacp-sec-wrapper .wfacp_main_form #payment .place-order .bwfan_user_consent.wfacp-consent-term-condition{padding:0}body #wfacp-e-form .wc-credit-card-form.wc-payment-form input[hidden]{display:none}body #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-error li a,body #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-error li a:hover{color:#e15334!important}@media (min-width:993px){body .select2-dropdown{z-index:999}}@media (min-width:768px){.wfacp_desktop_only{display:block}.wfacp_mobile_only{display:none}.wfacp-col-full,.wfacp-col-left-half{float:left}body .wfacp-col-left-half{float:left}body .wfacp-col-full{clear:both}body .wfacp-col-full{width:100%}body .wfacp-col-left-half,body .wfacp_main_form p.wfacp-col-left-half{width:50%}body .wfacp-col-left-third,body .wfacp-col3-left-half{width:33.3%;float:left}body .wfacp-col-two-third{width:66.66%;float:left}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe .form-row.form-row-first{width:47%;overflow:visible;float:left}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe .form-row.form-row-last{float:right;width:47%;overflow:visible}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe .form-row-wide,body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .form-row.form-row-last+.form-row{clear:both}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .form-row.form-row-first{float:left;width:48%;margin-right:2%;clear:none;margin-bottom:15px}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .form-row.form-row-last{float:left;width:48%;margin-left:2%;clear:none;margin-bottom:15px}body .wfacp_main_form .sec_text_wrap.right .btm_btn_sec+.wfacp-next-btn-wrap.right.initial{padding-left:0}body .wfacp_main_form .woocommerce-checkout .wfacp_page.single_step .wfacp-order-place-btn-wrap{padding-left:0}body .wfacp_main_form .woocommerce-checkout .right.initial .btm_btn_sec.wfacp_back_cart_link+button.button.button-primary.wfacp_next_page_button{margin-bottom:0}body .wfacp_main_form .wfacp-two-step-erap.wfacp-next-btn-wrap.right.initial{position:relative}body .wfacp_main_form #product_switching_field.shop_table.wfacp-product-switch-panel.wfacp_setting_qty_hide .wfacp_ps_title_wrap{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}body .wfacp_main_form #product_switching_field.shop_table.wfacp-product-switch-panel.wfacp_setting_qty_hide .wfacp_product_sec_start{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{margin-left:4px;margin-right:4px}#wfacp_smart_buttons.wfacp_smart_buttons #pay_with_amazon img{opacity:0}.customize-partial-edit-shortcuts-shown .wfacp-panel-wrapper{padding-left:35px;padding-right:35px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button,body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity .value-button{width:25px;height:24px}body #et-boc .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity,body .wfacp_mini_cart_start_h .wfacp_mini_cart_elementor .cart_item .product-quantity{width:75px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{width:25px!important;margin:0 25px;height:24px;min-height:1px;line-height:24px;border-top:1px solid #dedfea;border-bottom:1px solid #dedfea}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_3 .product-price{width:calc(100% - 75px)}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button.wfacp_increase_item:before{margin-top:-8px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button:before{font-size:16px;line-height:16px;margin-top:-8px}body .wfacp-product-switch-title .product-quantity,body .wfacp_main_form.woocommerce #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:75px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button{width:25px;height:24px}body .wfacp-product-switch-title .product-quantity,body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{width:75px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{width:25px!important;margin:0 25px;height:24px;min-height:1px;line-height:24px;border-top:1px solid #dedfea;border-bottom:1px solid #dedfea}}@media (min-width:1024px){body .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item:not(.wfacp-selected-product):hover{border-color:#dcdcdc;background:#fbfbfb}}@media (min-width:768px)and (max-width:1024px){body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:before{top:30px;text-align:left;width:160px;left:-60px}}@media (max-width:767px){body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:before{top:30px;text-align:left;width:160px;left:-60px}#wfacp_checkout_form #payment input[type=radio]+label.wc-stripe-label-payment-type,#wfacp_checkout_form #payment label.wc-stripe-label-klarna-category,#wfacp_checkout_form #payment label.wc-stripe-label-payment-type{display:inline-block!important}.sec_text_wrap{padding-bottom:40px;position:relative}.sec_text_wrap .btm_btn_sec{position:absolute;float:none;text-align:center;margin:0;bottom:0;right:0;left:0}#wfacp_smart_buttons .dynamic-checkout__skeleton{min-height:42px}body .wfacp_main_form .wfacp_smart_button_container{margin:0 0 16px}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{display:block;margin:0 0 10px}#wfacp_smart_buttons.wfacp_smart_buttons div#pay_with_amazon{width:100%}body .wfacp_main_form .wfacp_main_form #pay_with_amazon{margin:0}body .wfacp_main_form .wfacp_smart_button_container:last-child{margin-bottom:0}.wfacp_smart_button_inner fieldset,.wfacp_smart_button_inner.wfacp_smart_button_or_text_placeholder{margin-bottom:20px}body .wfacp_main_form .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated,body .wfacp_main_form .wfacp_smart_button_container{display:block}body .wfacp_main_form .wfacp_smart_buttons.wfacp-dynamic-checkout-loading .wfacp_smart_button_container{display:none}.dynamic-checkout__skeleton{left:0;right:0;top:50%;margin-top:-21px}.zoid-outlet{width:100%!important}#wc-stripe-payment-request-wrapper{padding-top:0!important}body .wfacp_main_form #pay_with_amazon{background-size:40%;text-align:center;height:auto}body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_woo-mercado-pago-custom #custom_checkout_fieldset label{display:block;text-transform:uppercase;font-size:10px;margin:0 0 2px 0;line-height:1.5}.wfacp_desktop_only{display:none}.wfacp_mobile_only{display:block}body .wfacp-form table.shop_table.woocommerce-checkout-review-order-table td.product-name{width:50%}.wfacp-coupon-code-btn-wrap{text-align:center}.none.div_wrap_sec{padding:5px 15px}body .wfacp_main_form .wfacp-col-full,body .wfacp_main_form .wfacp-col-left-half:not(.wfacp-remember-me):not(.lost_password),body .wfacp_main_form .wfacp-col-left-third,body .wfacp_main_form .wfacp-col-two-third,body .wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-left-half,body .wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-left-third{width:100%;float:none}body .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-half{width:50%;float:left}body .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-one-third{width:33.3%;float:left}body .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-two-third{width:66.66%;float:left}body .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-half+.wfacp_clear{clear:none}body .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-half,body .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-one-third,body .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-two-third{clear:none}body .wfacp-mobile-col-clearfix,body .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-clearfix{clear:both}body .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-full{margin-bottom:15px}.wfacp_pro_img_disabled .wfacp-prodct-detail-left{width:calc(100% - 99px)}body .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-full label.wfacp-form-control-label,body .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-half label.wfacp-form-control-label,body .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-third label.wfacp-form-control-label,body .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-two-third label.wfacp-form-control-label{width:auto;float:none}body .wfacp-permission-icon ul li.wfacp-one-cols,body .wfacp-permission-icon ul li.wfacp-three-cols,body .wfacp-permission-icon ul li.wfacp-two-cols{width:50%;border:none;float:left}body .wfacp-permission-icon ul li.wfacp_odd:last-child{margin:auto;float:none;clear:both;width:100%}body .wfacp-form #payment .payment_methods>li{padding-bottom:7px}body .wfacp-form div#payment ul.wc_payment_methods.payment_methods.methods li label{display:inline}body .wfacp-form div#payment ul.wc_payment_methods.payment_methods.methods li label img{float:none}body.yes_sticky .wfacp-form .wfacp_main_form .woocommerce-checkout #payment button#place_order,body.yes_sticky .wfacp-form .wfacp_main_form .woocommerce-checkout button#place_order,body.yes_sticky .wfacp-form .wfacp_main_form .woocommerce-checkout button.wfacp_next_page_button{position:fixed;bottom:0;left:0;right:0;z-index:99999;border-radius:0;margin:0;padding:14px 20px;line-height:1.5}.wfacp_footer_wrap_n a,.wfacp_footer_wrap_n ul li{display:inline-block;padding:0 7px;margin:0 0 10px}.wfacp_steps_wrap{padding:0}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn{font-size:14px}body .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-full #vat_number-description{position:relative;bottom:auto;left:auto;top:auto}body .wfacp_main_form .aelia_wc_eu_vat_assistant label{bottom:auto}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message,body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp_coupon_field_msg>.wfacp_single_coupon_msg{margin-bottom:25px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=checkbox],body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=radio]{top:auto;margin-top:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_restore_wrap{font-size:14px;line-height:1.5}body .wfacp_main_form #product_switching_field.wfacp_force_all.wfacp_enable_delete_item.shop_table.wfacp-product-switch-panel .cart_item .wfacp_product_switcher_col_3 .product-price .wfacp_product_price_sec ins{margin-bottom:5px}body .wfacp_type_simple .wfacp_option_btn,body .wfacp_type_subscription .wfacp_option_btn{display:none}body .wfacp_qv-main{overflow-x:hidden}body .wfacp_html_widget img{width:100%}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-payment-methods li{display:block}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-payment-methods li>label{position:relative;padding-left:25px!important}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods #pagseguro-payment-methods li>label>input[type=radio]{left:0}body .wfacp_main_form .single_preview_inner:first-child{flex:0 0 25%;-ms-flex:0 0 25%;max-width:25%}body .wfacp_main_form .single_preview_inner{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding-right:65px}body.yes_sticky .wfacp-form .wfacp-order-place-btn-wrap{padding-bottom:0;margin-bottom:0}body.yes_sticky .wfacp_main_form .woocommerce-checkout .btm_btn_sec.wfacp_back_cart_link+button.button.button-primary.wfacp_next_page_button{margin-bottom:0}body.yes_sticky .wfacp-form .btm_btn_sec,body.yes_sticky .wfacp-form .place_order_back_btn{position:relative;bottom:auto;z-index:1;margin:0 0 20px}body .wfacp_main_form table.wfacp_shipping_table ul li .wfacp_shipping_radio{max-width:200px}.wfacp_shipping_table ul li .wfacp_shipping_price{padding-left:210px}#wfacp_smart_buttons.wfacp_smart_buttons #pay_with_amazon img{height:auto!important}#wfacp_smart_buttons.wfacp_smart_buttons #pay_with_amazon img{min-height:1px!important}#wfacp_smart_buttons.wfacp_smart_buttons .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated{display:block}body .wfacp_main_form.woocommerce p.wfacp-form-control-wrapper.wfacp-anim-wrap label.wfacp-form-control-label{line-height:16px}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{width:100%!important}.wfacp_mac div#wfacp_smart_button_stripe_gpay_apay #wc-stripe-payment-request-button.StripeElement>div{width:100%}.wfacp_smart_button_container .angelleye_smart_button_bottom,.wfacp_smart_button_container .angelleye_smart_button_checkout_top,.wfacp_smart_button_container .angelleye_smart_button_top{max-width:100%}body .wfacp_main_form.woocommerce #amazon_customer_details{padding:15px}body #amazon_wallet_widget div,body .wfacp_main_form.woocommerce #amazon_addressbook_widget{min-width:100%}body .wfacp_main_form.woocommerce .col2-set>div+div,body .wfacp_main_form.woocommerce .u-columns>div+div{padding-left:0}body .wfacp_main_form.woocommerce .col2-set,body .wfacp_main_form.woocommerce .u-columns{display:block}body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager tr td:not(.ywcmas_addresses_manager_table_foot):first-child{width:40%}body .wfacp_main_form.woocommerce .ywcmas_multiple_addresses_manager tr td:not(.ywcmas_addresses_manager_table_foot):last-child{width:60%}body .wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table tr.ywcmas_addresses_manager_table_shipping_selection_row span{margin:0;text-align:left;display:block}body .wfacp_main_form table.shop_table_responsive.ywcmas_addresses_manager_table tr.ywcmas_addresses_manager_table_shipping_selection_row td.ywcmas_addresses_manager_table_product_name_td_empty{display:block}#wfacp_smart_buttons .wfacp_smart_button_container #wc-stripe-payment-request-wrapper,#wfacp_smart_buttons .wfacp_smart_button_container *{width:100%!important}body .wfacp_main_form .single_preview_inner{word-break:break-word}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{min-height:1px;height:24px}body #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item .product-image img{min-width:55px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap>.wfacp-col-left-third,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-left-third{width:100%}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap>.wfacp-col-left-half,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-left-half{width:100%}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_advanced_field_wrap>.wfacp-col-two-third,body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-two-third{width:100%}}@media (max-width:480px){.wfacp_main_form .woocommerce-checkout button.button.button-primary.wfacp_next_page_button,body .wfacp_main_form .woocommerce-checkout .button.button#place_order{width:100%}body .wfacp-form .woocommerce-info.info.wc-amazon-payments-advanced-info{text-align:center}.wfacp_main_form #pay_with_amazon{float:none;display:block;margin-bottom:5px}#pay_with_amazon img{margin:0 auto}.wfacp_steps_sec ul li a{font-size:13px}.wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-half.wfacp-input-form,.wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-third.wfacp-input-form,.wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-two-third.wfacp-input-form{width:100%;float:none}body .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .form-row.wfacp_coupon_btn_wrap{width:100%;float:none;margin-top:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_setting_qty_hide .wfacp_ps_title_wrap{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_setting_qty_hide .wfacp_product_sec_start{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.wfacp-product-switch-title .product-remove{font-size:15px}body .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item .product-price del,body .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item.wfacp-selected-product .product-price ins{font-size:14px}span.wfacp_you_save_text{margin-left:19px;font-size:13px}#wfacp-e-form button.wfacp-login-btn,body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper .select2-container .select2-selection--single .select2-selection__rendered,body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=date],body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=email],body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=number],body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=password],body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=tel],body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=text]:not(.select2-search__field),body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper select,body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper select#join_referral_program,body #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper textarea,body #wfacp-e-form .wfacp-top .wfacp_main_form.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,body #wfacp-e-form .wfacp_collapsible_order_summary_wrap p.wfacp-form-control-wrapper .wfacp-form-control,body #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn,body #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp_coupon_code,body #wfacp-e-form .wfacp_main_form.woocommerce .form-row input[type=date],body #wfacp-e-form .wfacp_main_form.woocommerce .form-row input[type=email],body #wfacp-e-form .wfacp_main_form.woocommerce .form-row input[type=number],body #wfacp-e-form .wfacp_main_form.woocommerce .form-row input[type=password],body #wfacp-e-form .wfacp_main_form.woocommerce .form-row input[type=tel],body #wfacp-e-form .wfacp_main_form.woocommerce .form-row input[type=text],body #wfacp-e-form .wfacp_main_form.woocommerce .form-row select,body #wfacp-e-form .wfacp_main_form.woocommerce .form-row textarea,body #wfacp-e-form button.wfacp-coupon-btn,body #wfacp-e-form button.wfacp-login-btn,body #wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half input,body .wfacp_mini_cart_start_h .wfacp-form-control-wrapper .wfacp-form-control{min-height:46px}body .wfacp_main_form .wfacp_step_preview .single_preview_change{top:6px;margin-top:0}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text:before{top:32px;text-align:left;width:200px;left:-90px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp-helping-text{width:44px;height:44px;right:0;margin-top:-22px;background-size:16px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .wfacp-form-control-wrapper.wfacp-helping-text-wrap label.wfacp-form-control-label{right:50px}body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .wfacp-form-control-wrapper.wfacp-helping-text-wrap .wfacp-form-control{padding-right:50px}}@media (min-width:375px) and (max-width:600px){body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1{max-width:42px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_2{padding-right:42px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:45px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{width:100%;padding-left:55px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .product-remove{padding-left:10px;width:60%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_qty_price_wrap{width:40%}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_force_all.wfacp_setting_image_hide .product-remove{padding-left:10px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_ps_title_wrap{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_sec_start{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_force_all .wfacp_product_switcher_error{padding-left:0}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_not_force_all .wfacp_product_switcher_error{padding-left:26px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .woocommerce-cart-form__cart-item.cart_item{padding:8px}body .wfacp-product-switch-title{padding:0 8px 10px 0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_ps_title_wrap{padding-left:24px;padding-right:8px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{padding-left:80px;word-break:break-all}}@media (max-width:374px){body .wfacp_main_form.woocommerce #product_switching_field.wfacp_force_all .wfacp_product_switcher_error{padding-left:0}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_not_force_all .wfacp_product_switcher_error{padding-left:26px}body .wfacp_main_form #product_switching_field.wfacp_for_mb_style.shop_table.wfacp-product-switch-panel .cart_item .wfacp_product_switcher_col_3 .product-price .wfacp_product_price_sec ins{margin-bottom:5px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_2 .wfacp_product_switcher_description label{display:inline-block;line-height:19px;font-size:13px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .product-image{display:none}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1{max-width:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_2{padding-right:0;padding-left:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_ps_title_wrap{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_sec_start{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:45px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{padding-left:80px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .product-remove{padding-left:10px;width:calc(70% - 30px)}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .product-remove{width:50%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_qty_price_wrap{width:50%}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_force_all.wfacp_setting_image_hide .product-remove{padding-left:10px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_setting_qty_hide .wfacp_ps_title_wrap{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_setting_qty_hide .wfacp_product_sec_start{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}}@media (max-width:320px){body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_3 .product-price{word-wrap:break-word}.wfacp_order_summary table.shop_table.woocommerce-checkout-review-order-table thead tr th{font-size:13px}body .wfacp_main_form.woocommerce .wfacp_order_summary td.product-name-area .product-name.wfacp_summary_img_true{padding-left:60px}body .wfacp_order_summary span.wfacp_order_summary_item_name{font-size:14px}body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img{max-width:50px}}@media (max-width:768px){.bwf_reverse_column{display:flex;flex-direction:column-reverse}}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=text],.iti input[type=tel]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid #fff0;border-right:3px solid #fff0;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgb(0 0 0 / .2);background-color:#fff;border:1px solid #CCC;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #CCC}.iti__country{padding:5px 10px;outline:none}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgb(0 0 0 / .05)}.iti__flag-box,.iti__country-name,.iti__dial-code{vertical-align:middle}.iti__flag-box,.iti__country-name{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgb(0 0 0 / .05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:#fff0}.iti--separate-dial-code .iti__selected-flag{background-color:rgb(0 0 0 / .05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}body .iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/flags.png);background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0;background-size:auto}body:not(.wfacp-top) #wfacp-e-form #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,body:not(.wfacp-top) .wfacp_main_form #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,body:not(.wfacp-top) .wfacp_main_form #wfacp-intl-phone-flag-field .wfacp-intl-phone-flag-field.wfacp-anim-wrap label.wfacp-form-control-label{left:90px}body:not(.wfacp-top) #wfacp-e-form #wfacp_checkout_form #shipping_phone_field label.wfacp-form-control-label,body:not(.wfacp-top) .wfacp_main_form #wfacp_checkout_form #shipping_phone_field label.wfacp-form-control-label,body:not(.wfacp-top) .wfacp_main_form #wfacp-intl-phone-flag-field #shipping_phone_field.wfacp-anim-wrap label.wfacp-form-control-label{left:90px}#wfacp-e-form .wfacp-top #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,.wfacp-top #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,.wfacp-top #wfacp_checkout_form .wfacp-intl-phone-flag-field.wfacp-anim-wrap label.wfacp-form-control-label{left:0px!important}body.rtl:not(.wfacp-top) #wfacp-e-form #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,body.rtl:not(.wfacp-top) .wfacp_main_form #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,body.rtl:not(.wfacp-top) .wfacp_main_form #wfacp-intl-phone-flag-field .wfacp-intl-phone-flag-field.wfacp-anim-wrap label.wfacp-form-control-label{left:auto;right:90px}body.rtl:not(.wfacp-top) #wfacp-e-form #wfacp_checkout_form #shipping_phone_field label.wfacp-form-control-label,body.rtl:not(.wfacp-top) .wfacp_main_form #wfacp_checkout_form #shipping_phone_field label.wfacp-form-control-label,body.rtl:not(.wfacp-top) .wfacp_main_form #wfacp-intl-phone-flag-field #shipping_phone_field.wfacp-anim-wrap label.wfacp-form-control-label{left:auto;right:90px}.rtl #wfacp-e-form .wfacp-top #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,.rtl .wfacp-top #wfacp_checkout_form .wfacp-intl-phone-flag-field label.wfacp-form-control-label,.rtl .wfacp-top #wfacp_checkout_form .wfacp-intl-phone-flag-field.wfacp-anim-wrap label.wfacp-form-control-label{right:0px!important;left:auto!important}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body .iti__flag{background-image:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/flags@2x.png);background-size:auto 15px}}.iti__flag.iti__np{background-color:#fff0}#wfacp-e-form a:not(.button-social-login),#wfacp-e-form abbr,#wfacp-e-form address,#wfacp-e-form b,#wfacp-e-form big,#wfacp-e-form blockquote,#wfacp-e-form caption,#wfacp-e-form center,#wfacp-e-form cite,#wfacp-e-form code,#wfacp-e-form del,#wfacp-e-form em,#wfacp-e-form fieldset,#wfacp-e-form font,#wfacp-e-form form,#wfacp-e-form h1,#wfacp-e-form h2,#wfacp-e-form h3,#wfacp-e-form h4,#wfacp-e-form h5,#wfacp-e-form h6,#wfacp-e-form i,#wfacp-e-form iframe,#wfacp-e-form img,#wfacp-e-form ins,#wfacp-e-form label,#wfacp-e-form legend,#wfacp-e-form p,#wfacp-e-form pre,#wfacp-e-form small,#wfacp-e-form strike,#wfacp-e-form strong,#wfacp-e-form sub,#wfacp-e-form sup,#wfacp-e-form table,#wfacp-e-form tbody,#wfacp-e-form td,#wfacp-e-form tfoot,#wfacp-e-form th,#wfacp-e-form thead,#wfacp-e-form tr,#wfacp-e-form u{margin:0;padding:0;border:0;outline:0;font-size:100%}body #wfacp-e-form .wfacp_form .wfacp-inner-form-detail-wrap{padding:16px}#wfacp-e-form .wfacp_main_form button[type=submit]:hover,#wfacp-e-form .wfacp_main_form input[type=button]:hover,#wfacp-e-form .wfacp_main_form input[type=reset]:hover,#wfacp-e-form .wfacp_main_form input[type=submit]:hover,#wfacp-e-form .woocommerce-checkout button.button.button-primary.wfacp_next_page_button:hover{border-color:transparent}#wfacp-e-form .wfacp_main_form button[type=submit],#wfacp-e-form .wfacp_main_form input[type=button],#wfacp-e-form .wfacp_main_form input[type=reset],#wfacp-e-form .wfacp_main_form input[type=submit],#wfacp-e-form .woocommerce-checkout button.button.button-primary.wfacp_next_page_button{font-weight:700;font-size:25px;letter-spacing:0;cursor:pointer;text-decoration:none;border-color:transparent;margin-bottom:0;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;outline:0}body #wfacp-e-form .wfacp-order2StepSubTitle.wfacp-order2StepSubTitleS1{margin-top:2px}body #wfacp-e-form .wfacp_form .wfacp-payment-tab-list.wfacp-active .wfacp-order2StepNumber{margin-top:-16px}body #wfacp-e-form .wfacp_form .wfacp-payment-tab-list.wfacpef_third_step .wfacp-order2StepNumber{margin-top:0}body #wfacp-e-form .wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_pro_attr_single span,body #wfacp-e-form table dd,body #wfacp-e-form table dl,body #wfacp-e-form table dl p,body #wfacp-e-form table dt{font-weight:400;padding:0;text-transform:inherit;line-height:1.5;letter-spacing:0;margin:0 2px 0 0;font-size:12px;color:#666}#wfacp-e-form .variation p{margin:0}body #wfacp-e-form .wfacp_main_form .wfacp-comm-title:not(.wfacp_internal_form_wrap).none{padding:0}#wfacp-e-form a:not(.button-social-login),#wfacp-e-form img a{text-decoration:none;border:0;outline:0;transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s}#wfacp-e-form a,#wfacp-e-form a svg,#wfacp-e-form button:not(.wfacp_btn_clicked){transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s}:focus{outline:0}#wfacp-e-form table{border-collapse:collapse;border-spacing:0;border:none}#wfacp-e-form li,#wfacp-e-form ol,#wfacp-e-form ul{list-style-type:none;margin:0;padding:0}#wfacp-e-form .wfacp_main_form .wfacp-col-full{float:none}body #wfacp-e-form .loop_head_sec.wfacp-bold,body #wfacp-e-form .loop_head_sec.wfacp-normal,body #wfacp-e-form .wfacp-subtitle.wfacp-bold,body #wfacp-e-form .wfacp-subtitle.wfacp-normal,body #wfacp-e-form .wfacp_section_title.wfacp-bold,body #wfacp-e-form .wfacp_section_title.wfacp-normal{font-weight:700}#wfacp-e-form #payment .place-order,.loop_head_sec.wfacp-text-center,.wfacp-permission-icon p.wfacp-text-center,.wfacp-subtitle.wfacp-text-center,.wfacp_section_title.wfacp-text-center{text-align:center}.loop_head_sec.wfacp-text-right,.wfacp-subtitle.wfacp-text-right,.wfacp_section_title.wfacp-text-right{text-align:right}#wfacp-e-form .wfacp_main_form .ia_subscription_items h3,#wfacp-e-form .wfacp_main_form .wfacp-text-left,.wfacp-subtitle.wfacp-text-left,.wfacp_section_title.wfacp-text-left,body #wfacp-e-form .wfacp_main_form .wfacp_shipping_table ul#shipping_method li,body #wfacp-e-form .woocommerce-terms-and-conditions-wrapper{text-align:left}#wfacp-e-form .wfacp_main_form .ia_subscription_items h3,#wfacp-e-form .wfacp_main_form .wfacp-normal{font-weight:400}.wfacp-prodct-image-wrap.clearfix{max-width:225px;max-height:230px;float:left}body #wfacp-e-form input[type=date]:not([hidden]),body #wfacp-e-form input[type=email]:not([hidden]),body #wfacp-e-form input[type=number]:not([hidden]),body #wfacp-e-form input[type=password]:not([hidden]),body #wfacp-e-form input[type=tel]:not([hidden]),body #wfacp-e-form input[type=text]:not([hidden]),body #wfacp-e-form select,body #wfacp-e-form select#join_referral_program,body #wfacp-e-form textarea,body .wfacp_mini_cart_start_h input[type=date]:not([hidden]),body .wfacp_mini_cart_start_h input[type=email]:not([hidden]),body .wfacp_mini_cart_start_h input[type=number]:not([hidden]),body .wfacp_mini_cart_start_h input[type=password]:not([hidden]),body .wfacp_mini_cart_start_h input[type=tel]:not([hidden]),body .wfacp_mini_cart_start_h input[type=text]:not([hidden]),body .wfacp_mini_cart_start_h select,body .wfacp_mini_cart_start_h textarea{font-size:14px;line-height:1;width:100%;background-color:#fff;border-radius:4px;position:relative;color:#404040;display:block;min-height:48px;padding:20px 12px 2px;vertical-align:top;box-shadow:none;border:1px solid #bfbfbf;font-weight:400;height:auto;margin-bottom:0;margin-top:0;max-width:100%}#wfacp-e-form .wfacp_main_form .wfacp-form-control-wrapper.form-row.wfacp_readonly input[readonly]::-moz-placeholder,#wfacp-e-form .wfacp_main_form .wfacp-form-control-wrapper.form-row.wfacp_readonly input[readonly]::-ms-input-placeholder,#wfacp-e-form .wfacp_main_form .wfacp-form-control-wrapper.form-row.wfacp_readonly input[readonly]::-webkit-input-placeholder{color:#67717a}body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=date]:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) select:hover,body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) textarea:hover,body #wfacp-e-form .wfacp_main_form .select2-container .select2-selection--single .select2-selection__rendered:hover{transition:all .4s ease-out}body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single:focus{border-radius:4px}body #wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .select2-container .select2-selection--single{padding:0;background:0 0;box-shadow:none;border-radius:0}#wfacp-e-form .wfacp_main_form p.woocommerce-invalid-required-field:not(.wfacp_select2_country_state) .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered{transition:all .4s ease-out!important;border-color:#e15334!important}#wfacp-e-form input[type=file]:not(.thwcfe-checkout-file){display:none}#wfacp-e-form .clear,#wfacp-e-form .clearfix:after,#wfacp-e-form .wfacp-clearfix:after{clear:both}#wfacp-e-form .clearfix:after,#wfacp-e-form .clearfix:before,#wfacp-e-form .wfacp-clearfix:after,#wfacp-e-form .wfacp-clearfix:before{content:" ";display:table}#wfacp-e-form article,#wfacp-e-form aside,#wfacp-e-form details,#wfacp-e-form figcaption,#wfacp-e-form figure,#wfacp-e-form footer,#wfacp-e-form header,#wfacp-e-form hgroup,#wfacp-e-form menu,#wfacp-e-form nav,#wfacp-e-form section{display:block;margin:0;padding:0}#wfacp-e-form p{margin:0 0 16px;font-size:14px}body #wfacp-e-form a:not(.button-social-login):not(.wfob_read_more_link){background-color:transparent;text-decoration:none}body:not(.wfacpef_page) #wfacp-e-form a:not(.button-social-login):not(.wfob_read_more_link){color:#dd7575}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wfacp-e-form h1,#wfacp-e-form h2,#wfacp-e-form h3,#wfacp-e-form h4,#wfacp-e-form h5,#wfacp-e-form h6{font-family:inherit;font-weight:500;line-height:1.5;color:inherit;margin-top:20px;margin-bottom:10px}#wfacp-e-form h1:after,#wfacp-e-form h1:before,#wfacp-e-form h2:after,#wfacp-e-form h2:before,#wfacp-e-form h3:after,#wfacp-e-form h3:before,#wfacp-e-form h4:after,#wfacp-e-form h4:before,#wfacp-e-form h5:after,#wfacp-e-form h5:before,#wfacp-e-form h6:after,#wfacp-e-form h6:before{display:none}#wfacp-e-form .pull-left{float:left}#wfacp-e-form .pull-right{float:right}#wfacp-e-form table{border-collapse:collapse;border-spacing:0;background-color:transparent}#wfacp-e-form label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:400}#wfacp-e-form td,#wfacp-e-form th{padding:0;text-align:left}#wfacp-e-form table tbody tr:hover>td,#wfacp-e-form table tbody tr:hover>th,#wfacp-e-form table tbody>tr:nth-child(odd)>td,#wfacp-e-form table tbody>tr:nth-child(odd)>th,.wfacp_mini_cart_start_h table tbody tr:hover>td,.wfacp_mini_cart_start_h table tbody tr:hover>th,.wfacp_mini_cart_start_h table tbody>tr:nth-child(odd)>td,.wfacp_mini_cart_start_h table tbody>tr:nth-child(odd)>th{background-color:transparent}#wfacp-e-form tr td img,.wfacp_mini_cart_start_h tr td img{vertical-align:middle;display:inherit}body #wfacp-e-form .wfacp-row{margin-right:-8px;margin-left:-8px}#wfacp-e-form p.form-row.wfacp-col-full,#wfacp-e-form p.form-row.wfacp-col-left-half{position:relative;display:inline-block;padding-right:8px;padding-left:8px}#wfacp-e-form .wfacp-container,#wfacp-e-form .wfacp-container.wfacp-inner-header,#wfacp-e-form .wfacp-middle-container{margin:0 auto}#wfacp-e-form .woocommerce-terms-and-conditions{background:0 0;padding:10px;border:1px solid #ecececd2}#wfacp-e-form .wfacp-panel-wrapper .wfacp-container{border-radius:5px;padding-bottom:4px;position:relative;z-index:3}#wfacp-e-form .wfacp-wrapper-decoration{min-height:100%}.wfacp-form-panel{position:relative;z-index:3}#wfacp-e-form .input-text:focus,#wfacp-e-form input[type=date]:focus,#wfacp-e-form input[type=password]:focus,#wfacp-e-form input[type=search]:focus,#wfacp-e-form input[type=tel]:focus,#wfacp-e-form input[type=text]:focus,#wfacp-e-form input[type=url]:focus,#wfacp-e-form textarea:focus,input[type=email]:focus{color:#404040}body #wfacp-e-form .wfacp_main_form .wfacp-comm-title{margin-bottom:10px;display:block;clear:both;border:1px solid #e2e2e2;border-style:none;padding-left:0;padding-right:0;background-color:transparent}#wfacp-e-form .wfacp-comm-title h2{margin:0;font-weight:600;font-size:18px;color:#000}#wfacp-e-form .wfacp-comm-title h4{margin:0 0 5px;color:#999;padding:0;font-size:14px}#wfacp-e-form .wfacp-comm-title h4 span{color:red;display:inline-block}#wfacp-e-form .wfacp_main_form button[type=submit],#wfacp-e-form .wfacp_main_form input[type=button],#wfacp-e-form .wfacp_main_form input[type=reset],#wfacp-e-form .wfacp_main_form input[type=submit]{font-size:15px;cursor:pointer;background-color:#999;color:#fff;text-decoration:none;font-weight:400;line-height:1.5;margin-bottom:0;padding:10px 20px;border:1px solid rgba(0,0,0,.1);border-radius:4px;margin-right:0;margin-left:0}#wfacp-e-form .wfacp_main_form #payment .place-order,#wfacp-e-form .wfacp_main_form .wfacp-order-place-btn-wrap{padding-top:16px;margin:0}#wfacp-e-form .wfacp-btn-wrap{text-align:right;margin:0}#wfacp-e-form .wfacp-btn-wrap .wfacp-btn-for-order:hover{outline:unset;background-color:#00ca57;color:#fff;text-decoration:none}#wfacp-e-form .wfacp-btn-wrap .wfacp-btn-for-order:focus{outline:unset;background-color:#00ca57;color:#fff;text-decoration:none}#wfacp-e-form .sec_text_wrap{position:relative}body:not(.wfacpef_page):not(.wfacp_oxygen_template) #wfacp-e-form .wfacp_main_form .wfacp-next-btn-wrap button,body:not(.wfacpef_page):not(.wfacp_oxygen_template) #wfacp-e-form .wfacp_main_form .wfacp-order-place-btn-wrap{color:#fff;font-weight:700;border-radius:4px;font-size:16px;width:100%}#wfacp-e-form .wfacp_main_form .woocommerce-checkout .wfacp-order-place-btn-wrap{text-align:center;margin-bottom:0}body #wfacp-e-form .wfacp_enable_mb_style .wfacp_main_form.woocommerce.wfacp_single_step_form .wfacp-order-place-btn-wrap{padding-bottom:0}body #wfacp-e-form .wfacp_enable_mb_style .wfacp_main_form .woocommerce-checkout .wfacp-order-place-btn-wrap{position:relative}#wfacp-e-form .wfacp-terms-wrap{margin:0;color:#c9d3dc;border-radius:3px;border:1px solid #c9d3dc;min-height:48px;background:#f4f7f9;margin-bottom:16px;font-size:16px}#wfacp-e-form .wfacp-terms-wrap:last-child{margin-bottom:0}#wfacp-e-form .wfacp-terms-wrap a{color:#1d96f3;font-size:16px;font-weight:400;text-decoration:underline}#wfacp-e-form .wfacp-term-cond-panel{border:1px solid;border-color:transparent #dedede #dedede;margin-bottom:38px}#wfacp-e-form label.wfacp-terms-conditions{cursor:pointer}#wfacp-e-form .wfacp-input-form{position:relative;margin-bottom:10px}#wfacp-e-form label.wfacp-form-control-label{position:absolute;top:50%;left:20px;margin-top:-10px;transform-origin:left top;color:#969595;font-size:14px;line-height:1;font-weight:400;background-color:#fff;pointer-events:none;transition:all .235s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:9;bottom:5px;right:22px;margin-bottom:0}body #wfacp-e-form .wfacp-inside p.wfacp-anim-wrap label.wfacp-form-control-label .optional,body #wfacp-e-form .wfacp-inside p.wfacp-anim-wrap label.wfacp-form-control-label abbr.required{font-size:12px!important;line-height:1.3!important}#wfacp-e-form .wfacp-form:not(.wfacp-top) p.wfacp-form-control-wrapper.wfacp-anim-wrap:not(.fattura24) label.wfacp-form-control-label{top:6px!important;font-size:12px!important;background:0 0!important;bottom:auto;right:8px;margin-top:0;line-height:1.3}#wfacp-e-form .wfacp-comm-wrapper form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half{width:calc(100% - 151px)}body #wfacp-e-form .wfacp-row.wfacp_coupon_field_box.wfacp_coupon_collapsed,body #wfacp-e-form .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .wfacp_coupon_field_box .wfacp_coupon_btn_wrap label{background:0 0}body #wfacp-e-form .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .wfacp_coupon_field_box .wfacp_coupon_btn_wrap label{background:0 0!important}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half label{margin-bottom:0;font-size:13px;line-height:15px;margin-top:-8px;background:0 0}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half input{font-size:14px;padding:20px 12px 5px;background:#fff;height:auto;min-height:48px;margin-bottom:0;border:1px solid #d9d9d9;width:100%}#wfacp-e-form .wfacp-input-form p{margin-bottom:16px}#wfacp-e-form .wfacp_form_cart .cart_item .product-image,#wfacp-e-form .wfacp_order_summary .product-image{width:70px}#wfacp-e-form .wfacp-input-form.wfacp-row-first{width:47.0588235294%;float:left;margin-right:5.8823529412%}#wfacp-e-form .wfacp-input-form.wfacp-row-last{width:47.0588235294%;float:right;margin-right:0}#wfacp-e-form .wfacp-input-form.wfacp-row-first p,#wfacp-e-form .wfacp-input-form.wfacp-row-last p{margin:0;width:100%;float:unset;clear:none}#wfacp-e-form .wfacp-input-form p{margin:0;width:100%;float:unset;clear:none}#wfacp-e-form .wfacp-order-summary-header h2{font-size:18px;font-weight:600;padding:5px;margin:0;color:#001}#wfacp-e-form .wfacp-product-quantity p.form-row span.woocommerce-input-wrapper select{background:0 0}#wfacp-e-form .wfacp-product-pic img.wfacp-product-thumb-img{max-width:100%;background:#fff;padding:2px}#wfacp-e-form a.wfacp-disabled{opacity:.3;cursor:default}#wfacp-e-form .wfacp-payment-detail-wrap.wfacp-hg-by-box{margin-bottom:0}body.wfacpef_page #wfacp-e-form .wfacp-payment-title.wfacp-hg-by-box.wfacp_embed_step_3{margin-right:-1px}#wfacp-e-form .wfacp-payment-detail-wrap.wfacp-hg-by-box .wfacp-comm-form-detail{padding:8px 0 0}#wfacp-e-form .wfacp-order-summary-toggle{background-color:#fafafa;border:0;border-bottom:1px solid #e1e1e1;display:block;padding:16px 20px;text-align:left;width:100%}#wfacp-e-form .wfacp-order-summary-toggle-wrapper{display:table;width:100%}#wfacp-e-form .wfacp-order-summary-toggle-text{font-size:14px;padding-right:12px;width:100%}#wfacp-e-form .wfacp-order-summary-toggle-price{font-size:18px;font-weight:600;text-align:right;display:table-cell;vertical-align:middle}#wfacp-e-form .wfacp-shipping-title{display:block;width:150px;float:left}#wfacp-e-form table.woocommerce-checkout-review-order-table tbody.wfacp-order-summaery-products .product-name{width:80%;word-wrap:break-word}#wfacp-e-form table.woocommerce-checkout-review-order-table tbody.wfacp-order-summaery-products td.product-total{text-align:right;vertical-align:top}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table{margin:10px 0}#wfacp-e-form tbody.wfacp-order-summaery-products{border-bottom:1px solid #e1e1e1}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.wfacp-cart-subtotal td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.wfacp-cart-subtotal th{border-bottom:1px solid #e1e1e1;padding:20px 0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.wfacp-order-total td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.wfacp-order-total th{border-bottom:1px solid #e1e1e1;padding:20px 0}#wfacp-e-form tr.wfacp-order-total td{text-align:right}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.wfacp-shipping th{width:30%;vertical-align:top;padding:14px 0}#wfacp-e-form tr.wfacp-shipping td ul li{display:block;padding:10px 0 0;list-style:none outside}#wfacp-e-form tr.wfacp-shipping td ul li label{width:90%;vertical-align:top;line-height:28px}#wfacp-e-form tr.wfacp-shipping td ul#shipping_method input{vertical-align:middle}#wfacp-e-form tr.wfacp-shipping td ul#shipping_method li{margin:0}#wfacp-e-form .wfacp_shipping_table ul#shipping_method label{margin-top:0}#wfacp-e-form tr td.wfacp-shipping-outer{border-bottom:1px solid #e1e1e1;padding:5px 0 10px}#wfacp-e-form tr.wfacp-order-total td span.woocommerce-Price-amount.amount{font-size:20px}#wfacp-e-form tr.wfacp-cart-subtotal td span.woocommerce-Price-amount.amount{font-size:20px;font-weight:700}#wfacp-e-form tr.wfacp-cart-subtotal td{text-align:right}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table{width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table td.product-name{padding-bottom:18px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table td.product-total{color:#4d4c4c;font-size:15px}#wfacp-e-form .wfacp-product-quantity p{margin:0}#wfacp-e-form label.woocommerce-form__label span{font-size:14px;font-weight:500}#wfacp-e-form .woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wfacp-form-control-label span{font-weight:400}#wfacp-e-form p#wfacp_shipping_add label.checkbox abbr.required{display:none}#wfacp-e-form .woocommerce-form-coupon-toggle.wfacp-woocom-coupon{width:100%;clear:both;position:relative;z-index:9}#wfacp-e-form .woocommerce-form-coupon-toggle.wfacp-woocom-coupon .woocommerce-info,#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info{border-radius:unset;clear:both;border-left:none;padding:1em 1em;margin:0 0 1em;position:relative;background-color:#f7f6f7;list-style:none outside;width:auto;word-wrap:break-word;border-top:3px solid #0274be}#wfacp-e-form .wfacp_main_form .select2-container .select2-selection--single .select2-selection__rendered,#wfacp-e-form .wfacp_main_form .woocommerce-checkout select#join_referral_program{width:100%;position:relative;display:block;min-height:48px;padding:20px 12px 2px;vertical-align:top;box-shadow:none;border:1px solid #bfbfbf;height:auto;margin-bottom:0;max-width:100%}body #wfacp-e-form .wfacp_main_form p.wfacp_custom_field_radio_wrap .wfacp-form-control:not(.wfacp_radio_field){padding:8px}body #wfacp-e-form .wfacp_main_form p.wfacp_custom_field_radio_wrap .wfacp-form-control{border-color:transparent!important;background:0 0}#wfacp-e-form .wfacp_main_form input[type=checkbox]{opacity:1;-webkit-appearance:none!important;-moz-appearance:none!important;-webkit-appearance:none!important;appearance:none!important;-webkit-border-radius:0;-moz-border-radius:0;font-size:14px;border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:0;top:3px;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;position:absolute;left:0;z-index:99;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp_checkbox_field>label,#wfacp-e-form .wfacp_main_form.woocommerce label.checkbox{display:block!important;padding:0;padding-left:25px!important;position:relative;margin-bottom:0;width:auto;font-size:14px}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-checkbox-text{line-height:1.2;position:relative;cursor:pointer;color:#595a5a;font-weight:400;margin:0}#wfacp-e-form .wfacp-coupon-section{clear:both;width:100%;box-sizing:border-box}#wfacp-e-form *,.wfacp_mini_cart_start_h *{text-rendering:optimizelegibility!important;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale;outline:0;box-sizing:border-box}#wfacp-e-form .woocommerce-form-coupon-toggle.wfacp-woocom-coupon .woocommerce-info a,#wfacp-e-form p.lost_password a{color:#dd7575;text-decoration:none}.wfacp-coupon-btn:after,.wfacp-coupon-btn:before{display:none}body #wfacp-e-form .button,body .wfacp_mini_cart_start_h .button,body .wfacp_mini_cart_start_h .wfacp-coupon-page .button,body button.button.wfacp-coupon-btn,body button.button.wfacp-login-btn{cursor:pointer;background-color:#999;color:#fff;text-decoration:none;font-weight:400;line-height:1.5;padding:10px 20px;border-radius:4px;min-height:48px;letter-spacing:0;text-transform:capitalize;margin:0;width:100%;display:block;text-align:center}body button.wfacp-coupon-btn:hover,body button.wfacp-login-btn:hover{background-color:#878484}body button.button.wfacp-coupon-btn:disabled[disabled],body button.button.wfacp-coupon-field-btn:disabled[disabled]{opacity:1!important}#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info a.showlogin{color:#dd7575;text-decoration:none}#wfacp-e-form form.woocommerce-form.woocommerce-form-login.login{border:none;padding:0}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last{margin:0}#wfacp-e-form label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span{display:inline-block;vertical-align:middle}#wfacp-e-form label.wfacp-form-control-label abbr.required{color:#999;text-decoration:none}#wfacp-e-form .select2-container--default .select2-selection--single{border:none}#wfacp-e-form .select2-container .select2-selection--single{display:block;height:auto;margin:0;line-height:normal;padding:0}#wfacp-e-form form.checkout .form-row-first{margin-right:0;clear:unset}#wfacp-e-form .wfacp-form-control-wrapper{padding:0 8px;margin-bottom:16px;position:relative}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp-form-control-wrapper{padding:0 8px;margin-bottom:16px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table{margin:0;width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table thead tr th{border-bottom:1px solid #f5f5f5}#wfacp-e-form .wfacp_order_summary thead{display:none}#wfacp-e-form .wfacp_order_summary a{color:#dd7575}#wfacp-e-form .wfacp_order_summary label.wfacp-order-summary-label{margin-bottom:20px;display:block;line-height:1.5}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr th{padding:12px 10px;font-size:14px;vertical-align:top;letter-spacing:0}#wfacp-e-form .wfacp_mb_mini_cart_wrap table.shop_table.woocommerce-checkout-review-order-table tr td,#wfacp-e-form .wfacp_mb_mini_cart_wrap table.shop_table.woocommerce-checkout-review-order-table tr th{padding:0}#wfacp-e-form .wfacp_mb_mini_cart_wrap{margin:0 0 0}#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table td.product-name{width:65%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table td.product-name{width:63%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th{font-weight:400}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.shipping th{font-weight:400}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr th,table.shop_table.woocommerce-checkout-review-order-table tr td{background-color:transparent}#wfacp-e-form .wfacp-right-panel h2,#wfacp-e-form h2.wfacp-list-title{color:#565e66;display:block;clear:both;line-height:1.5;font-size:22.4px;font-weight:700;margin:0 0 16px;letter-spacing:1px;padding:0}#wfacp-e-form .wfacp-relative-wrapper{text-align:center}#wfacp-e-form .shop_table.wfacp-product-switch-panel{padding:0 8px;position:relative}#wfacp-e-form .shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item{clear:both;width:100%;padding:12px}#wfacp-e-form .shop_table.wfacp-product-switch-panel .product-price{font-size:15px;color:#4d4c4c}#wfacp-e-form .shop_table.wfacp-product-switch-panel .amount{color:#4d4c4c}#wfacp-e-form .shop_table.wfacp-product-switch-panel .product-name{font-size:14px}#wfacp-e-form .shop_table.wfacp-product-switch-panel .product-name label{display:inline-block;vertical-align:middle;font-size:15px;color:#4d4c4c;font-weight:400}#wfacp-e-form .shop_table.wfacp-product-switch-panel .wfacp-product-header{padding:0;margin:0 0 12px;font-size:35px;font-weight:400;color:#333}#wfacp-e-form .wfacp-product-switch-title .product-remove{font-size:14px}#wfacp-e-form .wfacp-product-switch-title .product-quantity{font-size:14px;text-align:center}#wfacp-e-form .wfacp-product-switch-title{font-size:14px;clear:both;width:100%}#wfacp-e-form .wfacp_coupon_field_msg .wfacp_single_coupon_msg .wfacp_remove_coupon:hover{color:#d84d4d}#wfacp-e-form form.woocommerce-form.woocommerce-form-login.login p.lost_password{padding:0 8px}#wfacp-e-form p.wfacp-coupon-code-title{font-size:14px;line-height:20px}#wfacp-e-form p.wfacp-coupon-code-title{padding:0 8px;display:none}#wfacp-e-form .woocommerce-account-fields{display:block;clear:both;position:relative}#wfacp-e-form .woocommerce-account-fields p.create-account{margin-bottom:16px;padding-bottom:0}#wfacp-e-form .woocommerce-checkout-review-order.wfacp-oder-detail{width:100%;border-radius:4px;color:#565e66;background-color:transparent}#wfacp-e-form .wfacp-section .woocommerce-checkout-payment{background:0 0;margin-bottom:24px}#wfacp-e-form #add_payment_method #payment ul.payment_methods,#wfacp-e-form .woocommerce-cart #payment ul.payment_methods,#wfacp-e-form .woocommerce-checkout #payment ul.payment_methods{padding:0;text-align:left;margin:0;border:1px solid #bfbfbf;-moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px}body #wfacp-e-form #add_payment_method #payment ul.payment_methods li,body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods li,body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods li{line-height:1.5;text-align:left;margin:0;font-weight:400;clear:both;border:none;border-bottom:1px solid #ddd;padding:11px}body #wfacp-e-form #add_payment_method #payment ul.payment_methods li:last-child,body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods li:last-child,body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods li:last-child{border-bottom:none}#wfacp-e-form .wc_payment_method label{display:initial;font-weight:400}#wfacp-e-form #add_payment_method #payment div.payment_box,#wfacp-e-form .woocommerce-cart #payment div.payment_box,#wfacp-e-form .woocommerce-checkout #payment div.payment_box{background-color:#efefef;position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;color:#515151;margin-left:-11px;margin-right:-11px;border-top:1px solid #efefef;margin-bottom:-11px}body #wfacp-e-form #payment ul.payment_methods li img.stripe-icon{float:unset}#wfacp-e-form .wfacp-relative-wrapper img{max-width:57px;height:auto;display:block;margin:0 auto 16px}#wfacp-e-form .wfacp-relative-wrapper p{text-align:center;font-size:14px;font-family:inherit;line-height:1.5;color:#999}#wfacp-e-form .wfacp_custom_breadcrumb{text-align:center;margin:5px auto 45px}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul{list-style-type:none;padding:0;display:flex;position:relative;align-items:center;justify-content:center;background-repeat:repeat-x;background-position:top;max-width:80%;background-image:none;margin:0 auto 40px}#wfacp-e-form .wfacp_steps_sec{margin-top:48px}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul:before{content:'';width:100%;height:1px;background:#000;position:absolute;left:0;right:0;margin:auto;top:10px}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li{font-size:14px;line-height:18px;padding-top:0;text-align:center;position:relative;display:block;opacity:1;min-width:40px;background:0 0;margin-left:40px}#wfacp-e-form .wfacp_steps_wrap.wfacp_breadcrumb_wrap_here .wfacp_steps_sec ul li a{padding-right:8px}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li:first-child{margin-left:0}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li:before{content:'';width:20px;height:20px;background:#fff;position:absolute;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;top:0;left:0;right:0;margin:auto;z-index:9;border:2px solid #000;margin-top:0}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li a{padding-top:32px;z-index:99}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li.df_cart_link.wfacp_bred_visited:before,#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li.wfacp_active_prev:before,#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li.wfacp_bred_active:before{background:#000}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li:after{display:none}#wfacp-e-form .wfacp_checkbox_field label{font-weight:400}#wfacp-e-form .layout_9_login_wrap .form-row.wfacp-input-form input{border-radius:5px}#wfacp-e-form .woocommerce-form-coupon-toggle.wfacp-woocom-coupon .woocommerce-info,#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info{border:none;background:0 0;padding:16px 0;line-height:1.5!important;text-align:left;font-size:14px!important;text-transform:inherit}#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info .message-container,body #wfacp-e-form .wfacp_main_form.woocommerce .medium-text-center,body #wfacp-e-form .wfacp_main_form.woocommerce .text-center{text-align:left!important}#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info{padding-top:0;margin-bottom:0}#wfacp-e-form .wfacp_main_form .woocommerce-account-fields p{padding-left:8px;padding-right:8px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total{border-top:1px solid #ddd}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td small,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td small span{font-size:12px!important}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td strong,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total th{font-weight:400}#wfacp-e-form .wfacp_order_summary{margin-left:0;margin-right:0}#wfacp-e-form .wfacp-order-summary-label{font-weight:400;color:#333}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img{max-width:55px;height:auto;border:1px solid #e1e1e1;width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td:first-child,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee td:first-child{padding-left:0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td:last-child,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee td:last-child,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.tax-total td:last-child{padding-right:0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) th{padding-bottom:20px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount td{padding-right:0;text-align:right}#wfacp-e-form .wfacp_row_wrap .product-name .wfacp_product_sec span{font-size:14px}#wfacp-e-form .wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_you_save_text,#wfacp-e-form .wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_you_save_text span{color:#b22323;font-size:14px;line-height:20px}#wfacp-e-form .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item.wfacp-selected-product{border-color:#ddd}#wfacp-e-form .shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_quantity_selector input.wfacp_product_switcher_quantity{border-color:#b0b0b0}#wfacp-e-form .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe]{display:inline-block;padding-left:0}#wfacp-e-form #add_payment_method #payment input#payment_method_stripe,#wfacp-e-form .woocommerce-checkout #payment input#payment_method_stripe{position:static;top:auto}#wfacp-e-form .wfacp_main_form .wfacp-anim-wrap label.wfacp-form-control-label[for=billing_state]{background-color:transparent}#wfacp-e-form .wfacp_order_summary .wfacp-pro-thumb{display:inline-block;position:relative}.wfacp-qty-ball{position:absolute;right:-11px;top:-11px;z-index:10}body .wfacp-qty-count{display:inline-block;vertical-align:top;margin:6px 3px 0 5px;padding:0 5px;min-width:22px;height:22px;border-radius:11px;background-color:#999;color:#fff;font-size:11px;line-height:22px;text-align:center;z-index:26}.wfacp-pro-thumb{display:inline-block;position:relative}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr th{color:#666}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.tax-total th{padding-left:0;font-weight:400}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount th{font-weight:400}#wfacp-e-form .wfacp-right-panel .woocommerce-form-coupon-toggle.wfacp-woocom-coupon .woocommerce-info{padding-top:0}body:not(.wfacp_oxygen_template) #wfacp-e-form p.woocommerce-invalid-required-field .wfacp-form-control{border-color:#e15334}#wfacp-e-form .wfacp_main_form .wfacp_shipping_options label{display:block;font-size:14px}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half input:focus{background:#fff}#wfacp-e-form .woocommerce-checkout #payment div.payment_box p{margin-bottom:0;color:#494949;font-size:14px}#wfacp-e-form .woocommerce-checkout #payment ul.payment_methods label{color:#494949}#wfacp-e-form .wfacp-left-panel{position:relative;width:100%}#wfacp-e-form .wfacp-order-place-btn-wrap{position:relative}body .wfacp_main_form .button#place_order,body .wfacp_main_form .wfacp_next_page_button{background-color:#24ae4e}body .wfacp_main_form .woocommerce-checkout .button.button#place_order:hover,body .wfacp_main_form .woocommerce-checkout .button.wfacp_next_page_button:hover{background-color:#7aa631}#wfacp-e-form #payment button#place_order{position:relative;z-index:2}#wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control{border:1px solid #bfbfbf}#wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control:-moz-placeholder,#wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control:-ms-input-placeholder,#wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control::-moz-placeholder,#wfacp-e-form .wfacp_main_form .woocommerce-input-wrapper .wfacp-form-control::-webkit-input-placeholder{color:#d9d9d9}#wfacp-e-form .wfacp_main_form .wfacp_shipping_table tr.shipping td p{font-weight:400}#wfacp-e-form .wfacp_main_form .wfacp_order_summary label.wfacp-order-summary-label{display:none}#wfacp-e-form .wfacp_order_summary_layout_9 a{color:#dd7575}#wfacp-e-form .wfacp_order_summary_layout_9 label.wfacp-order-summary-label{margin-bottom:25px;display:block}#wfacp-e-form .wfacp_order_summary_layout_9 label.wfacp-order-summary-label{margin-bottom:20px;display:block;font-size:20px;line-height:1.5}#wfacp-e-form .wfacp-form .wfacp_order_summary_layout_9{padding:0 8px}#wfacp-e-form .wfacp_order_summary_layout_9 .wfacp-pro-thumb{display:inline-block;position:relative}#wfacp-e-form .wfacp_order_summary_layout_9{margin-left:0;margin-right:0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total{border-top:1px solid #ddd}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td strong>span{font-size:24px}#wfacp-e-form table.shop_table tr.order-total td small.includes_tax,.wfacp_mini_cart_start_h table.shop_table tr.order-total td small.includes_tax{display:block}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td strong,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th{font-weight:400}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item .product-image img{height:auto;border:1px solid #e1e1e1;width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-discount th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item td:first-child,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.shipping_total_fee td:first-child{padding-left:0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item td:last-child,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.shipping_total_fee td:last-child,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.tax-total td:last-child{padding-right:0}#wfacp-e-form .wfacp_form_cart table.shop_table tfoot tr:first-child>td,#wfacp-e-form .wfacp_form_cart table.shop_table tfoot tr:first-child>th{padding-top:10px}#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) td,#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) th{padding-bottom:10px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-discount td{padding-right:0;text-align:right}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr th{color:#666}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.tax-total th{padding-left:0;font-weight:400}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-discount th{font-weight:400}#wfacp-e-form table.woocommerce-checkout-review-order-table_layout_9 tbody.wfacp-order-summaery-products .product-name{width:80%;word-wrap:break-word}#wfacp-e-form table.woocommerce-checkout-review-order-table_layout_9 tbody.wfacp-order-summaery-products td.product-total{text-align:right;vertical-align:top}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9{margin:10px 0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wfacp-cart-subtotal td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wfacp-cart-subtotal th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wfacp-order-total td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wfacp-order-total th{border-bottom:1px solid #e1e1e1;padding:20px 0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wfacp-shipping th{width:30%;vertical-align:top;padding:14px 0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9{width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-name{padding-bottom:18px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-total{color:#4d4c4c;font-size:15px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9{margin:0;width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 thead tr th{border-bottom:1px solid #f5f5f5}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr th,table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr td{padding:14px 10px}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr:not(.order-total) th,table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr:not(.order-total) td{font-size:14px}#wfacp-e-form .wfacp_in_active_coupon table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item:last-child{border-bottom:none}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-name{width:45%}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-name{width:80%}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-total{width:20%}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.woocommerce-checkout-review-order-table_layout_9 .product-image+td.product-name{width:45%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 .cart_item .product-image{float:left;max-width:55px}#wfacp-e-form .wfacp-right-panel .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9.wfacp_order_sum tbody tr.cart_item td{padding-left:8px;padding-right:8px}#wfacp-e-form .wfacp-right-panel .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9.wfacp_order_sum tbody tr.cart_item td.product-image{padding-left:0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.shipping th{font-weight:400}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr th,table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr td{background-color:transparent}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon{position:relative!important}#wfacp-e-form form.checkout_coupon.wfacp_display_none{margin-top:8px}#wfacp-e-form .layout_9_order_summary tfoot tr td:last-child{text-align:right}#wfacp-e-form .wfacp-right-panel .wfacp_order_summary tfoot tr.shipping td{text-align:left;padding-left:0;padding-right:0}#wfacp-e-form .wfacp-right-panel .wfacp_order_summary tfoot tr.shipping td ul li label{font-weight:400;font-size:14px;line-height:1.5}#wfacp-e-form .wfacp-right-panel .wfacp_order_summary tfoot tr.shipping td ul li{margin:0 0 5px}#wfacp-e-form .wfacp-right-panel .wfacp_order_summary tfoot tr.shipping td ul li:last-child{margin-bottom:0}body #wfacp-e-form .login_sec_content{padding-left:8px;padding-right:8px}#wfacp-e-form .wfacp_display_none{display:none}#wfacp-e-form .form-row.validate-required .woocommerce-form__label-for-checkbox{position:relative}#wfacp-e-form .wfacp-information-container{margin-bottom:20px}#wfacp-e-form .wfacp-information-container .wfacp_enable_border{padding-bottom:10px;margin-bottom:10px}#wfacp-e-form .div_wrap_sec img{max-width:100%}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr td:first-child,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr th:first-child{padding-left:0;font-weight:400}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary td.product-name-area .product-name.wfacp_summary_img_true strong.product-quantity,body .wfacp_mini_cart_start_h .product-name.wfacp_summary_img_true .wfacp_mini_cart_item_title .product-quantity,body .wfacp_order_summary td.product-name-area .product-name.wfacp_summary_img_true strong.product-quantity{display:none}#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) th{font-weight:400;padding-left:0}#wfacp-e-form .wfacp-form table.shop_table tfoot tr td:first-child,#wfacp-e-form .wfacp-form table.shop_table tfoot tr th:first-child,#wfacp-e-form .wfacp_form_cart table.shop_table tfoot tr td:first-child,#wfacp-e-form .wfacp_form_cart table.shop_table tfoot tr th:first-child{font-weight:400;padding-left:0}#wfacp-e-form .wfacp-form table.shop_table tfoot tr td:last-child,#wfacp-e-form .wfacp-form table.shop_table tfoot tr th:last-child,#wfacp-e-form .wfacp_form_cart table.shop_table tfoot tr th:last-child,#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr td:last-child{font-weight:400;padding-right:0}#wfacp-e-form .wfacp-form table.shop_table tfoot tr.order-total td:last-child,#wfacp-e-form .wfacp_form_cart table.shop_table tfoot tr.order-total td:last-child{font-weight:400}#wfacp-e-form .wfacp_order_total_container{display:block;width:100%;padding:14px;background:#ecf1f5;border-radius:3px;border:1px solid #ced5db;font-weight:700;font-size:18px}#wfacp-e-form .wfacp_order_total_value{display:block;float:right}#wfacp-e-form .wfacp_main_form .wfacp_allowed_countries strong{font-size:14px;line-height:1.5;width:100%;background-color:#fff;border-radius:4px;position:relative;color:#404040;display:block;min-height:48px;padding:22px 12px 2px;vertical-align:top;box-shadow:none;font-weight:400;border:1px solid #bfbfbf}#wfacp-e-form .wfacp_steps_sec ul li a{padding-right:0}#wfacp-e-form .wfacp_steps_sec ul li:not(:last-child) a:after{display:none}#wfacp-e-form .wfacp-form .wfacp_steps_sec ul li:not(:last-child) a:after{display:block}#wfacp-e-form .wfacp-form .stripe-source-errors ul.woocommerce_error{padding:5px 10px!important;background:#fae6e6!important}#wfacp-e-form .wfacp_pro_img_disabled .wfacp-prodct-detail-left{width:100%}#wfacp-e-form .wfacp_main_form select.wfacp-form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #bfbfbf}#wfacp-e-form .wfacp_coupon_msg{margin:0 12px;padding:0}#wfacp-e-form .wfacp-right-panel div.woocommerce-error{margin-top:25px}#wfacp-e-form .wfacp-right-panel .wfacp_coupon_msg .woocommerce-error{padding:0 0 0 10px}body #wfacp-e-form .wfacp-coupon-page .wfacp_coupon_remove_msg,body #wfacp-e-form .wfacp_coupon_field_msg{margin:0;padding:0 8px}body #wfacp-e-form .wfacp-coupon-page+.wfacp_coupon_field_box .wfacp_coupon_remove_msg{border-color:#24ae4e!important;background:#d2f3dc;padding:5px 10px;border-radius:3px;color:#24ae4e!important;border:none;border-left:2px solid #24ae4e;margin:0 0 16px;min-height:1px}body #wfacp-e-form .wfacp_coupon_error_msg{padding:0 8px}#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-half.wfacp-anim-wrap label.wfacp-form-control-label,#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-third.wfacp-anim-wrap label.wfacp-form-control-label{font-size:12px}#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-half label.wfacp-form-control-label,#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-third label.wfacp-form-control-label,#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-two-third label.wfacp-form-control-label{bottom:auto;top:20px;margin-top:0}#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-half.wfacp-anim-wrap label.wfacp-form-control-label,#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-left-third.wfacp-anim-wrap label.wfacp-form-control-label,#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-two-third.wfacp-anim-wrap label.wfacp-form-control-label{top:4px;background:0 0;bottom:auto;right:auto;margin-top:0}body #wfacp-e-form .wfacp-login-wrapper{margin:0 -8px}#wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment div.payment_box.payment_box.payment_method_braintree_credit_card p{margin-bottom:10px}#wfacp-e-form .button:before,#wfacp-e-form .cl-btn:before,#wfacp-e-form .w-btn:before{display:none}#wfacp-e-form .wfacp_main_form .woocommerce-error li{color:#e15334}#wfacp-e-form .wfacp_form_cart.div_wrap_sec tr.shipping.recurring-total{border:none}#wfacp-e-form .wfacp_form_cart.div_wrap_sec tr.order-total.recurring-total td small{font-size:12px}#wfacp-e-form .wfacp_main_form .wfacp-row .wfob_bump_wrapper{padding:0 8px}#wfacp-e-form .wfacp_woocommerce_form_coupon.wfacp_template_9_coupon .wfacp-coupon-page{padding:8px 0 16px}#wfacp-e-form .wfacp_main_form button.wfacp-login-btn{display:block}#wfacp-e-form .wfacp_main_form .wfacp-login-wrapper .wc-social-login.form-row-wide{padding:0 8px;margin:0 0 16px}body #wfacp-e-form .wfacp_main_form a.button-social-login:hover{color:#fff!important}#wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn,#wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp_coupon_code{min-height:48px}#wfacp-e-form .wfacp_main_form .woocommerce-invalid-email .woocommerce-input-wrapper .wfacp-form-control{border-color:#e15334}#wfacp-e-form .wfacp_order_summary .product-image,body .wfacp_form_cart .cart_item .product-image{max-width:60px;float:left}#wfacp-e-form .wfacp_order_summary td.product-name-area .product-name.wfacp_summary_img_true{padding-left:75px;display:block}.wfacp_collapsible_summary .wfacp_order_summary_item_name.wfacp_summary_img_true{padding-left:75px;display:block}#wfacp-e-form #wfacp-e-form .wfacp-form-control-wrapper.wfacp_last_section_feilds p{margin-bottom:0}#wfacp-e-form .wfacp_main_form .wfacp-coupon-section.wfacp_custom_row_wrap .wfacp_coupon_field_box p,#wfacp-e-form .wfacp_main_form .wfacp_shipping_table ul#shipping_method,#wfacp-e-form .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td{margin-bottom:0;padding-bottom:0}#wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp_coupon_field_msg>.wfacp_single_coupon_msg{margin:16px 0 0;font-size:14px}#wfacp-e-form .wfacp_main_form .wfacp_shipping_calculator .border .wfacp_shipping_table.wfacp_shipping_recurring tr td{padding-top:16px}#wfacp-e-form .wfacp_main_form .wfacp_shipping_calculator .border .wfacp_shipping_table.wfacp_shipping_recurring tr:first-child td{padding-top:0}#wfacp-e-form .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .cart_item,#wfacp-e-form .wfacp_main_form .wfacp_shipping_calculator .border,#wfacp-e-form .wfacp_main_form .wfacp_whats_included,#wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_remove_msg,#wfacp-e-form .wfacp_main_form .woocommerce-terms-and-conditions-wrapper{margin-top:16px}#wfacp-e-form .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .cart_item:first-child,#wfacp-e-form .wfacp_main_form .wfacp_shipping_calculator .border:first-child,#wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_remove_msg:empty{margin-top:0}#wfacp-e-form .wfacp_main_form .shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item{margin-bottom:0}#wfacp-e-form .wfacp_main_form .wfacp-section .woocommerce-checkout-payment{margin-bottom:0}#wfacp-e-form .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .cart_item{margin-top:16px;margin-bottom:0}#wfacp-e-form .wfacp_main_form #join_referral_program_field label,#wfacp-e-form .wfacp_main_form #referral_code_field label{display:block;visibility:visible}#wfacp-e-form .wfacp-right-panel table.shop_table.woocommerce-checkout-review-order-table_layout_9.layout_9_order_summary tr td label{margin:0}#wfacp-e-form .wfacp_main_form .shop_table.wfacp-product-switch-panel,#wfacp-e-form .wfacp_main_form .wfacp_wrapper_start{margin-bottom:16px}#wfacp-e-form .wfacp_main_form #customer_location_self_certified_field #customer_location_self_certified-description{margin-top:0}#wfacp-e-form .wfacp_main_form .woocommerce-form-coupon-toggle{margin-bottom:0}#wfacp-e-form .wfacp_order_summary_container table.shop_table.woocommerce-checkout-review-order-table.layout_9:first-child .blockUI{display:none!important}#wfacp-e-form .woocommerce-checkout #payment div.payment_box:last-child{margin-bottom:-11px}#wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table{table-layout:fixed}#wfacp-e-form .wfacp-right-panel table.shop_table.woocommerce-checkout-review-order-table_layout_9.layout_9_order_summary tfoot td,#wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td{width:50%}#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{vertical-align:top}#wfacp-e-form.wfacp-right-panel table.shop_table.woocommerce-checkout-review-order-table_layout_9.layout_9_order_summary{table-layout:fixed}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li a:empty{padding-top:52px}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half input.blank_field{border-color:#e15334}#wfacp-e-form .wfacp_main_form .wfacp_default_checkout_addon.wfacp-form-control-wrapper:not(.wfacp-anim-wrap) label.wfacp-form-control-label{top:20px;font-size:12px;bottom:auto;right:auto;margin-top:0}#wfacp-e-form .wfacp_main_form.woocommerce .wc_checkout_add_ons_fileupload+.wc-checkout-add-ons-input-file-plupload,#wfacp-e-form .wfacp_main_form.woocommerce .wc_checkout_add_ons_fileupload+.wc-checkout-add-ons-input-file-plupload+.description{margin:0 12px}#wfacp-e-form .wfacp_main_form #wc_checkout_add_ons .wc_checkout_add_ons_fileupload{margin:0}#wfacp-e-form .wfacp_main_form #wc_checkout_add_ons .wc_checkout_add_ons_fileupload>label{position:relative;left:0;top:0;margin:0}#wfacp-e-form .wfacp_main_form.woocommerce .wc_checkout_add_ons_fileupload+.wc-checkout-add-ons-input-file-plupload{padding:10px 12px}#wfacp-e-form .wfacp_main_form .wfacp-form-control-wrapper.form-row.wfacp_readonly label{top:4px;font-size:12px;background:0 0;bottom:auto;right:auto;margin-top:0}#wfacp-e-form.wfacp-main-container .wfacp-wrapper-decoration.multistep_bar .wfacp_left_right .wfacp-left-wrapper,#wfacp-e-form.wfacp-main-container .wfacp-wrapper-decoration.multistep_bar .wfacp_top_bottom .wfacp-left-wrapper{padding-top:0}#wfacp-e-form .wfacp_preview_content_box .wfacp-comm-title{margin-bottom:0}#wfacp-e-form .wfacp_main_form p.woocommerce-invalid-email .wfacp-form-control,#wfacp-e-form .wfacp_main_form p.woocommerce-invalid-required-field .wfacp-form-control{transition:all .4s ease-out!important}#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr td,#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr th{padding:10px 10px;vertical-align:middle}#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th{padding-left:0}#wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td{padding-right:0}#wfacp-e-form body span.wfacp_coupon_code{color:#000}#wfacp-e-form .wfacp_woocommerce_form_coupon.wfacp_template_9_coupon .wfacp-coupon-page>.woocommerce-info.message-wrapper{padding:0}#wfacp-e-form .form-row-wide{clear:unset;width:100%}#wfacp-e-form .wfacp_main_form .wfacp_shipping_options label{margin-bottom:0;font-weight:400}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table th.product-total,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,#wfacp-e-form td.product-total{text-align:right}#wfacp-e-form .wfacp_main_form.woocommerce .checkbox_style1 label,#wfacp-e-form .wfacp_main_form.woocommerce input[type=checkbox]+label,#wfacp-e-form .wfacp_main_form.woocommerce input[type=radio]+label{display:block;padding-left:25px;line-height:20px;margin:0;cursor:pointer}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp_whats_included h3{margin:0 0 10px;font-size:18px;line-height:1.5;font-weight:400}#wfacp-e-form .variation p{margin:0}#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table .product-name dl.variation dd,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table .product-name dl.variation dt{font-weight:400;text-transform:initial}#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tr span.amount{word-break:break-all}body #wfacp-e-form .wfacp_main_form .woocommerce-account-fields p label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wfacp-form-control-label{top:auto;left:0;margin-top:0;bottom:0;overflow:initial;pointer-events:unset;z-index:auto;background:0 0}#wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li p{margin:0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr td:last-child{text-align:right}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_options label{margin-bottom:8px}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_options label:empty{display:none}#wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td:last-child{text-align:right}#wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td{padding:10px;text-align:left;float:none;font-size:14px;line-height:1.5}body .wfacp_main_form .wfacp_order_total_field table tr td>span{float:none;font-size:14px;line-height:1.5}#wfacp-e-form .message-wrapper{margin:0;padding:0}#wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td span{font-weight:400}#wfacp-e-form .wfacp_main_form .container{padding:0}body #wfacp-e-form .wfacp_main_form .woocommerce-info:before{display:none}body #wfacp-e-form .wfacp_main_form .woocommerce-info{background:0 0;padding:0;border:none;margin:0;font-size:14px}body #wfacp-e-form .wfacp_main_form #payment .place-order{padding:0;margin:0}#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single:focus>span.select2-selection__rendered,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=date]:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) select:focus,#wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) textarea:focus,#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half input:focus{border-color:#61bdf7;box-shadow:0 0 0 1px #61bdf7}#wfacp-e-form .shop_table.wfacp-product-switch-panel .product-name,#wfacp-e-form .wfacp-form .wfacp_checkbox_field label,#wfacp-e-form .wfacp-form .woocommerce-form-login-toggle .woocommerce-info,#wfacp-e-form .wfacp-form form.woocommerce-form.woocommerce-form-login.login p,#wfacp-e-form .wfacp-form label.woocommerce-form__label span,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table .product-name,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table td.product-name,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table td.product-total,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td span,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td span bdi,#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,#wfacp-e-form .wfacp-product-switch-title,#wfacp-e-form .wfacp-product-switch-title .product-quantity,#wfacp-e-form .wfacp-product-switch-title .product-remove,#wfacp-e-form .wfacp_checkbox_field label,#wfacp-e-form .wfacp_checkbox_field span,#wfacp-e-form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,#wfacp-e-form .wfacp_form_cart .woocommerce-error,#wfacp-e-form .wfacp_form_cart .woocommerce-info,#wfacp-e-form .wfacp_form_cart .woocommerce-message,#wfacp-e-form .wfacp_main_form #wc_checkout_add_ons .description,#wfacp-e-form .wfacp_main_form .shop_table .wfacp-product-switch-title div,#wfacp-e-form .wfacp_main_form .wfacp-comm-title h4,#wfacp-e-form .wfacp_main_form .wfacp-payment-dec,#wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td,#wfacp-e-form .wfacp_main_form .wfacp_shipping_options label,#wfacp-e-form .wfacp_main_form .wfacp_shipping_table tr.shipping td p,#wfacp-e-form .wfacp_main_form .woocommerce-checkout-review-order h3,#wfacp-e-form .wfacp_main_form .woocommerce-info .message-container,#wfacp-e-form .wfacp_main_form label.wfab-label-title,#wfacp-e-form .wfacp_main_form ol li,#wfacp-e-form .wfacp_main_form ul li,#wfacp-e-form .wfacp_main_form ul li span,#wfacp-e-form .wfacp_mb_cart_accordian a,#wfacp-e-form .wfacp_mb_cart_accordian span,#wfacp-e-form .wfacp_mb_cart_accordian span.amount,#wfacp-e-form .wfacp_order_total_container,#wfacp-e-form .wfacp_row_wrap .product-name .wfacp_product_sec span,#wfacp-e-form .wfacp_show_icon_wrap a span,#wfacp-e-form .woocommerce-form-coupon-toggle.wfacp-woocom-coupon .woocommerce-info,#wfacp-e-form .woocommerce-form-coupon-toggle.wfacp-woocom-coupon .woocommerce-info a:hover,#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info,#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover,#wfacp-e-form .woocommerce-message,#wfacp-e-form form.woocommerce-form.woocommerce-form-login.login p,#wfacp-e-form label.woocommerce-form__label span,#wfacp-e-form p.lost_password a:hover,#wfacp-e-form p.wfacp-coupon-code-title,#wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) th,#wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) th span,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-name,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td,#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th,#wfacp-e-form ul.woocommerce-error li,.wfacp_mini_cart_start_h .wfacp-form table.shop_table.woocommerce-checkout-review-order-table td.product-total,.wfacp_mini_cart_start_h .wfacp_product_restore_wrap,.wfacp_mini_cart_start_h div.woocommerce-error,.wfacp_mini_cart_start_h ul.woocommerce-error,.wfacp_mini_cart_start_h:not(.oxy) .wfacp_order_summary_container .wfacp_mini_cart_reviews tr td,.wfacp_mini_cart_start_h:not(.oxy) .wfacp_order_summary_container .wfacp_mini_cart_reviews tr th,.wfacp_mini_cart_start_h:not(.oxy) .wfacp_order_summary_container tfoot tr.order-total td span.woocommerce-Price-amount.amount,.wfacp_mini_cart_start_h:not(.oxy) .wfacp_order_summary_container tfoot tr.order-total th,.wfacp_mini_cart_start_h:not(.oxy) .woocommerce-message:not(.wfacp_sucuss),.wfacp_mini_cart_start_h:not(.oxy) span.amount,.wfacp_mini_cart_start_h:not(.oxy) table tr.order-total td,.wfacp_mini_cart_start_h:not(.oxy) table tr.order-total th,.wfacp_mini_cart_start_h:not(.oxy) table tr.order-total:not(.recurring-total) td span:not(.woocommerce-Price-currencySymbol),.wfacp_mini_cart_start_h:not(.oxy) table tr.order-total:not(.recurring-total) th span:not(.woocommerce-Price-currencySymbol),.wfacp_mini_cart_start_h:not(.oxy) table.shop_table.woocommerce-checkout-review-order-table .product-name,body #wfacp-e-form #wfob_wrap .wfob_wrapper .wfob_pro_txt_wrap input.wfob_quantity_increment,body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td,body #wfacp-e-form .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container .recurring-total ul li label,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]+label,body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-error,body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-message,body #wfacp-e-form .woocommerce-error,body #wfacp-e-form .woocommerce-message,body #wfacp-e-form table.shop_table tr.order-total td strong>span,body #wfacp-e-form table.shop_table tr.order-total td strong>span>span,body #wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) td span *,body #wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) td span:not(.woocommerce-Price-currencySymbol),body .success-color,body .wfacp_main_form .aw_addon_wrap label,body .wfacp_main_form .wfacp_order_total_field table tr td>span,body .wfacp_mini_cart_start_h .wfacp_order_summary_container .recurring-total ul li label,body .wfacp_mini_cart_start_h:not(.oxy) table tr.order-total:not(.recurring-total) td span *{color:#737373}#wfacp-e-form .wfacp-form table.shop_table.woocommerce-checkout-review-order-table .product-name{font-weight:400}#wfacp-e-form .wfacp-form .woocommerce-form-login-toggle .woocommerce-info a,#wfacp-e-form .wfacp-form .woocommerce-form-login-toggle .woocommerce-info a.showlogin{color:#dd7575;text-transform:inherit;font-weight:400}#wfacp-e-form .woocommerce-password-strength{text-align:left}#wfacp-e-form .wfacp-form p.lost_password a{color:#dd7575}#wfacp-e-form .wfacp-form .wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_ps_div_row a.wfacp_qv-button.var_product{color:#dd7575}body:not(.wfacpef_page) #wfacp-e-form .wfacp-form a:not(.wfob_read_more_link){color:#dd7575}#wfacp-e-form .wfacp_html_widget a{color:#dd7575}#wfacp-e-form .wfacp-form .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover{color:#965d5d}#wfacp-e-form .wfacp-form p.lost_password a:hover{color:#965d5d}#wfacp-e-form .wfacp-form .wfacp_row_wrap .product-name .wfacp_product_sec .wfacp_ps_div_row a.wfacp_qv-button.var_product:hover{color:#965d5d}body:not(.wfacpef_page) #wfacp-e-form .wfacp-form a:not(.wfob_read_more_link):hover{color:#965d5d}body .wfacp_main_form .woocommerce-checkout .button{float:none}#wfacp-e-form .wfacp_main_form .ia_subscription_items h3{font-size:20px}#wfacp-e-form .wfacp_main_form .wfacp_section_title{color:#333;font-weight:400;margin-bottom:0;font-size:18px}#wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description,#wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description li,#wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description li a,#wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description p,#wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description h4{color:#666}body #wfacp-e-form .wfacp_main_form .wfacp_whats_included{background:#fafafa;padding:10px;border:1px solid #efefef}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_whats_included h3{margin:0 0 10px;font-size:18px;line-height:1.5;font-weight:400;color:#333}body #wfacp-e-form .wfacp_html_widget h1,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h1{margin:0 0 10px;font-size:25px;line-height:1.5;font-weight:600}body .wfacp_html_widget h2,body .wfacp_main_form .wfacp_whats_included h2{margin:0 0 10px;font-size:22px;line-height:1.5;font-weight:600}body #wfacp-e-form .wfacp_html_widget h3,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h3{margin:0 0 10px;font-size:20px;line-height:1.5;font-weight:600}body #wfacp-e-form .wfacp_html_widget h4,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h4{margin:0 0 10px;font-size:18px;line-height:1.5;font-weight:600}body #wfacp-e-form .wfacp_html_widget h5,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h5{margin:0 0 10px;font-size:17px;line-height:1.5;font-weight:600}body #wfacp-e-form .wfacp_html_widget h6,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h6{margin:0 0 10px;font-size:16px;line-height:1.5;font-weight:600}body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description{margin:0 0 20px}body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description h4{font-size:14px;line-height:1.5;margin:0 0 10px;color:#333;font-weight:400}body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description{font-size:14px;line-height:1.5;color:#6c6c6c}body .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description:last-child{margin-bottom:0}body #wfacp-e-form .wfacp_html_widget ol,body #wfacp-e-form .wfacp_html_widget ul,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description ol,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description ul{margin:0 0 8px;padding-left:16px}body #wfacp-e-form .wfacp_html_widget ol li,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description ol li{font-size:13px;line-height:1.5;margin:0 0 1px;list-style-type:decimal}body #wfacp-e-form .wfacp_html_widget ul li,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description ul li{list-style-type:disc;list-style-position:outside;font-size:13px;line-height:1.5;margin:0 0 5px}body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description ol li:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description ul li:last-child{margin:0}body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_description p{font-size:13px;line-height:1.5;color:#6c6c6c;margin:0 0 10px}body #wfacp-e-form .wfacp_html_widget h1:last-child,body #wfacp-e-form .wfacp_html_widget h2:last-child,body #wfacp-e-form .wfacp_html_widget h3:last-child,body #wfacp-e-form .wfacp_html_widget h4:last-child,body #wfacp-e-form .wfacp_html_widget h5:last-child,body #wfacp-e-form .wfacp_html_widget h6:last-child,body #wfacp-e-form .wfacp_html_widget li:last-child,body #wfacp-e-form .wfacp_html_widget ol:last-child,body #wfacp-e-form .wfacp_html_widget p:last-child,body #wfacp-e-form .wfacp_html_widget ul:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h2:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h3:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included h4:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included li:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included ol:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included p:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_whats_included ul:last-child{margin-bottom:0!important}body #wfacp-e-form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info{color:#057daf;font-weight:400;font-size:14px!important;margin:0;text-transform:inherit}body #wfacp-e-form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info .wfacp_showcoupon{color:#057daf;font-weight:400;font-size:14px;margin:0}body #wfacp-e-form .wfacp_form_cart .wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info,body #wfacp-e-form .wfacp_form_cart .wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info .wfacp_showcoupon{color:#057daf;padding:0!important;border:none;margin:0!important}#wfacp-e-form .wfacp_woocommerce_form_coupon .wfacp-coupon-page>.woocommerce-info{padding-left:0}body #wfacp-e-form .wfacp_main_form .wfacp_shipping_table ul li .wfacp_single_shipping{font-size:14px;line-height:1.5}#wfacp-e-form .wfacp-col-left-half.form-row-wide{clear:both}#wfacp-e-form .shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item legend{width:auto}body #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li{padding:11px}body #wfacp-e-form .wfacp_main_form p.woocommerce-store-notice.demo_store.wfacp_dummy_preview_heading{top:auto;color:#fff!important;background:#969696;padding:10px;font-size:15px;line-height:1.5;margin:0;text-align:center}body.wfacp_checkout-template #wfacp-e-form .wfacp_main_form p.woocommerce-store-notice.demo_store.wfacp_dummy_preview_heading{color:#fff!important}body #wfacp-e-form .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single span:last-child{width:5px;height:5px;display:block;position:absolute;top:50%;right:0;background:#c7c7c7;border-radius:50%;margin-top:-2.5px;font-size:0}body #wfacp-e-form .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single:last-child span:last-child{display:none}body #wfacp-e-form .wfacp_main_form .wfacp_whats_included .wfacp_product_switcher_description:last-child{margin-bottom:0}body #wfacp-e-form .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single{line-height:1.5}body #wfacp-e-form .wfacp_main_form label.wfab-label-title{padding-left:25px;padding-bottom:0!important}body:not(.electro-v1) #wfacp-e-form form.woocommerce-checkout .col2-set,body:not(.electro-v1) #wfacp-e-form form.woocommerce-checkout .order-review-wrapper,body:not(.electro-v1) #wfacp-e-form form.woocommerce-checkout .woocommerce-NoticeGroup-checkout{padding:0}body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .wfacp_product_switcher_remove_product.wfacp_delete_item a.wfacp_remove_item_from_cart:hover{color:#dd7575!important}body #wfacp-e-form #wc_checkout_add_ons p:empty{display:none}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_default_checkout_addon_multicheckbox input[type=checkbox]{position:relative;left:auto;right:auto;bottom:auto;top:2px;margin-right:10px;margin-bottom:0;vertical-align:middle}body #wfacp-e-form .wfacp_main_form.woocommerce .wc_checkout_add_ons_radio input[type=radio]{position:relative;top:auto;left:auto;bottom:auto;vertical-align:middle!important;margin:0 10px 0 0;display:inline-block}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_checkbox_field input[type=checkbox]{min-height:auto}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_default_checkout_addon_multicheckbox input[type=checkbox]+label,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_default_checkout_addon_multicheckbox label{padding-left:0!important;display:initial!important}body #wfacp-e-form .wfacp_main_form.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}body #wfacp-e-form .wfacp_main_form.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}body #wfacp-e-form .wfacp_main_form.woocommerce .select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;padding:0;min-height:48px}body #wfacp-e-form .wfacp_main_form.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 8px}body #wfacp-e-form #wc_checkout_add_ons{width:100%;margin:0}body #wfacp-e-form .wfacp-form .woocommerce form .form-row .select2-container{height:auto;display:block}#wfacp-e-form .woocommerce-checkout #ship-to-different-address span,#wfacp-e-form .woocommerce-checkout .create-account span{margin-left:0;font-weight:400}#wfacp_qr_model_wrap .wfacp_qr_wrap .button{background-color:#24ae4e}#wfacp_qr_model_wrap .wfacp_qr_wrap .button:hover{background-color:#34c961}.entry-title{text-align:left}#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations select{font-weight:400}#wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp-coupon-section{padding:0}.wfacp-comm-wrapper form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half{float:left}.wfacp_mb_mini_cart_wrap .wfacp_form_cart .wfacp_section_title{display:none}#wfacp-e-form .wfacp_mb_mini_cart_wrap{background:0 0}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content{padding:16px 20px 0;background:0 0;border:1px solid #ddd}#wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian{padding:16px 24px;border:1px solid #ddd}#wfacp-e-form .wfacp_mb_cart_accordian span{font-size:20px;font-weight:400;line-height:20px}#wfacp-e-form .wfacp_mb_cart_accordian a,#wfacp-e-form .wfacp_show_icon_wrap a span{font-size:14px;line-height:24px;position:relative;display:block;min-width:12px}#wfacp-e-form .wfacp_mb_cart_accordian .no_text_available a img{left:-25px;right:auto}#wfacp-e-form .wfacp_mb_cart_accordian a img{max-width:12px;position:absolute;right:-20px;top:5px;margin-top:0}#wfacp-e-form .wfacp_show_icon_wrap img.wfacp_up_arrow{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(180deg)}#wfacp-e-form .wfacp_mb_cart_accordian a.wfacp_arrow_up{transform:rotate(20deg)}#wfacp-e-form .wfacp_show_icon_wrap,.et-db #et-boc #wfacp-e-form .wfacp_show_icon_wrap{max-width:195px;float:left;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/cart.svg) no-repeat 0 50%;background-size:15px;padding-left:25px;min-height:20px}#wfacp-e-form span.amount{font-weight:400;color:#666}#wfacp-e-form .wfacp_show_price_wrap{width:calc(100% - 195px);float:right;text-align:right;padding-left:25px;word-break:break-all}body #wfacp-e-form .wfacp-qty-count{line-height:22px}body #wfacp-e-form .wfacp_main_form.woocommerce .select2-selection__arrow:after,body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-ordering:after,body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-select:after{display:none}#wfacp-e-form .woocommerce-info .success-icon{display:none}body #wfacp-e-form .woocommerce-form-coupon-toggle.wfacp-woocom-coupon .woocommerce-info:before,body #wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info:before,body #wfacp-e-form .woocommerce-info:before{display:none}body #wfacp-e-form .wfacp_main_form .woocommerce-error li:before{display:none}#wfacp-e-form .wfacp_main_form button:after,#wfacp-e-form .wfacp_main_form button:before{display:none}.wfacp_checkout-template-wfacp-canvas p.wpml-ls-statics-post_translations.wpml-ls{display:none}body #wfacp-e-form .wfacp_main_form .loading-spin.centered,body #wfacp-e-form .wfacp_main_form .processing:before,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout:before{display:none}body #wfacp-e-form .wfacp_main_form .woocommerce-error:after,body #wfacp-e-form .wfacp_main_form .woocommerce-error:before,body #wfacp-e-form .wfacp_main_form .woocommerce-message:after,body #wfacp-e-form .wfacp_main_form .woocommerce-message:before{display:none}body .wfacp_desktop.wfacp_tablet.wfacp_mobile.tab:empty,body .woocommerce-error:empty{display:none}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active.single_step.full_width_cls.wfacp-tab1 .wfacp-order2StepNumber{display:none}#wfacp-e-form .wfacp_main_form .woocommerce-message .message-container i{display:none}#wfacp-e-form .wfacp_mb_mini_cart_wrap{display:none}#wfacp-e-form .wfacp_custom_breadcrumb.wfacp_custom_breadcrumb_el .wfacp_steps_sec ul li:not(:last-child) a:after{display:none}body #wfacp-e-form .wfacp-left-panel.third_step.wfacp_last_page .btm_btn_sec{display:none}body #wfacp-e-form .wfacp_order_summary label:empty{display:none}body #wfacp_checkout_form .blockUI.blockOverlay{display:none}body .woocommerce-message:empty{display:none}body.wc-braintree-body .wfacp_main_form.woocommerce .row .form-group input[type=checkbox]+label.wc-braintree-save-label:after{display:none}body #payment .payment_methods>.wc_payment_method>label:before,body #payment .payment_methods>.woocommerce-PaymentMethod>label:before,ul#shipping_method li label:before{display:none}body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li input[type=radio]{display:none}#wfacp_qr_model_wrap .wfacp_qr_wrap .button:after,#wfacp_qr_model_wrap .wfacp_qr_wrap .button:before{display:none}body #wfacp-e-form .wfacp_main_form.woocommerce .ebanx_billing_argentina_document span.optional{display:none}#wfacp-e-form .wfacp_main_form .wfacp_order_summary label.wfacp-order-summary-label{display:none}#wfacp-e-form .wfacp_main_form .wfacp_order_summary label.wfacp-order-summary-label{display:none}#wfacp-e-form #checkout_paypal_message+div:empty,#wfacp-e-form .wfacp_main_form .woocommerce-checkout-payment span:empty,.wfacp_mini_cart_classes.wfacp_mobile_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_none,.wfacp_mini_cart_classes.wfacp_tablet_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_none,body #wfacp-e-form .wfacp_custom_breadcrumb,body #wfacp-e-form .wfacp_form_steps,body #wfacp-e-form .wfacp_main_form .wfacp_steps_wrap,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_ebanx_field label span.optional,body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content label.wfacp-order-summary-label,body .wfacp_mobile_view,body .wfacp_not_active_view,body .wfacp_tablet_view{display:none}body #wfacp-e-form .wfacp_desktop .wfacp_custom_breadcrumb,body #wfacp-e-form .wfacp_desktop .wfacp_form_steps,body #wfacp-e-form .wfacp_desktop .wfacp_mb_mini_cart_wrap,body #wfacp-e-form .wfacp_desktop .wfacp_steps_wrap,body .wfacp_desktop_view,body .wfacp_desktop_view.wfacp_tablet_view.wfacp_mobile_view{display:block}.wfacp_mini_cart_classes.wfacp_desktop_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_block{display:block!important;margin-top:0}body #wfacp-e-form .wfacp_main_form.woocommerce #order_coupon_field .woocommerce-info{padding-bottom:0!important}body #wfacp-e-form .wfacp_main_form.woocommerce input[type=radio]{top:3px;opacity:1;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li .payment_method_authorize_net_cim_credit_card fieldset{background:0 0}body #wfacp-e-form .row{margin:0 -8px}#wfacp-e-form #woocommerce_billing_fields_ro h3,body #wfacp-e-form .col-lg-1,body #wfacp-e-form .col-lg-10,body #wfacp-e-form .col-lg-11,body #wfacp-e-form .col-lg-12,body #wfacp-e-form .col-lg-2,body #wfacp-e-form .col-lg-3,body #wfacp-e-form .col-lg-4,body #wfacp-e-form .col-lg-5,body #wfacp-e-form .col-lg-6,body #wfacp-e-form .col-lg-7,body #wfacp-e-form .col-lg-8,body #wfacp-e-form .col-lg-9,body #wfacp-e-form .col-md-1,body #wfacp-e-form .col-md-10,body #wfacp-e-form .col-md-11,body #wfacp-e-form .col-md-12,body #wfacp-e-form .col-md-2,body #wfacp-e-form .col-md-3,body #wfacp-e-form .col-md-4,body #wfacp-e-form .col-md-5,body #wfacp-e-form .col-md-6,body #wfacp-e-form .col-md-7,body #wfacp-e-form .col-md-8,body #wfacp-e-form .col-md-9,body #wfacp-e-form .col-sm-1,body #wfacp-e-form .col-sm-10,body #wfacp-e-form .col-sm-11,body #wfacp-e-form .col-sm-12,body #wfacp-e-form .col-sm-2,body #wfacp-e-form .col-sm-3,body #wfacp-e-form .col-sm-4,body #wfacp-e-form .col-sm-5,body #wfacp-e-form .col-sm-6,body #wfacp-e-form .col-sm-7,body #wfacp-e-form .col-sm-8,body #wfacp-e-form .col-sm-9,body #wfacp-e-form .col-xs-1,body #wfacp-e-form .col-xs-10,body #wfacp-e-form .col-xs-11,body #wfacp-e-form .col-xs-12,body #wfacp-e-form .col-xs-2,body #wfacp-e-form .col-xs-3,body #wfacp-e-form .col-xs-4,body #wfacp-e-form .col-xs-5,body #wfacp-e-form .col-xs-6,body #wfacp-e-form .col-xs-7,body #wfacp-e-form .col-xs-8,body #wfacp-e-form .col-xs-9{padding:0 8px}#wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout-payment input[type=checkbox]+label,#wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout-payment input[type=radio]+label{display:inline-block}body #wfacp-e-form .woocommerce_paypal_ec_checkout_message p:last-child{margin:0}#wfacp-e-form .wfacp_main_form .wfacp_recuring_shiping_count_one ul li input[type=radio]+label,body .wfacp_main_form .wfacp_recuring_shiping_count_one ul li label{padding:0}#wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_authorize_net_cim_credit_card,body .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_authorize_net_cim_credit_card:before{display:block;content:''}#wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_authorize_net_cim_credit_card{clear:both}body #wfacp-e-form .woocommerce_paypal_ec_checkout_message p:last-child{margin:0}body #wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-full #vat_number-description{position:relative;bottom:0;left:0;font-size:13px}body.elementor-editor-active #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button{pointer-events:none}.wfacp_coupon_msg>div{margin:0!important}.wfacp_mini_cart_start_h *{box-sizing:border-box}.wfacp_mini_cart_start_h .container{padding:0;max-width:100%;width:100%}.wfacp_mini_cart_start_h .wfacp-order-summary-label{color:#333;font-weight:600;font-size:18px;display:block;clear:both;line-height:1.5;margin:0 0 10px;padding:0}.wfacp_mini_cart_start_h .wfacp_order_summary_container table{margin:0;width:100%}.wfacp_mini_cart_start_h .wfacp_order_summary_container table td,.wfacp_mini_cart_start_h .wfacp_order_summary_container table th{border:0}.wfacp_mini_cart_start_h .wfacp_order_summary_container table td:first-child{padding-left:0;text-align:left}.wfacp_mini_cart_start_h .wfacp_order_summary_container table th:last-child{padding-right:0}.wfacp_mini_cart_start_h .wfacp_order_summary_container .product-image{display:inherit;vertical-align:top;padding:0;width:70px}.wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item .product-name{display:inherit;vertical-align:top;width:100%}tr.cart_item .product-name strong.product-quantity{font-weight:400;padding-left:4px}.wfacp_mini_cart_start_h .wfacp_order_summary_container tr.cart_item .product-name.wfacp_summary_img_true{display:block;padding-left:78px}.wfacp_mini_cart_start_h .wfacp_order_summary_container .product-total{vertical-align:top}.wfacp_mini_cart_start_h .wfacp_order_summary_container table th:first-child{padding-left:0;text-align:left}.wfacp_mini_cart_start_h .wfacp_order_summary_container table td:last-child{padding-right:0;text-align:right}.wfacp_mini_cart_start_h img{height:auto}.wfacp_mini_cart_start_h .wfacp_order_summary_container .product-name,.wfacp_mini_cart_start_h .wfacp_order_summary_container tfoot tr.shipping_total_fee td,.wfacp_order_summary_container .product-total,.wfacp_order_summary_container tfoot tr.cart-subtotal td,.wfacp_order_summary_container tfoot tr.cart-subtotal th,.wfacp_order_summary_container tfoot tr.shipping_total_fee th{color:#666;font-size:14px;padding-top:3px;font-weight:400}.wfacp_order_summary_container tfoot tr.order-total td,.wfacp_order_summary_container tfoot tr.order-total th{font-weight:400;color:#666;padding-top:3px}.wfacp_mini_cart_start_h .wfacp_order_summary_container .product-name{padding-top:0}.wfacp_mini_cart_start_h .wfacp_order_summary_container .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount{font-weight:400!important;line-height:44px}.wfacp_mini_cart_start_h .wfacp_wrapper_start .wfacp_order_summary_container tfoot tr.order-total{border-top:1px solid #ddd}.wfacp_mini_cart_start_h .wfacp-coupon-section .wfacp-coupon-page{padding:8px 0 16px;position:relative;border-bottom:1px solid #ddd}.wfacp_mini_cart_start_h .wfacp_form_cart form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half label{bottom:auto;margin-top:-8px}.wfacp_mini_cart_start_h label.wfacp-form-control-label{position:absolute;top:50%;left:12px;margin-top:-10px;transform-origin:left top;color:#969595;font-size:15px;line-height:20px;font-weight:400;pointer-events:none;transition:all .235s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:9;bottom:5px;right:30px;margin-bottom:0}.wfacp_mini_cart_start_h .wfacp-coupon-page .wfacp_layout_shopcheckout .wfacp-form-control.wfacp_coupon_failed_error,.wfacp_mini_cart_start_h .wfacp-coupon-page .wfacp_layout_shopcheckout .wfacp-form-control:focus{outline:inherit;border-color:#61bdf7}.wfacp_mini_cart_start_h .wfacp_product_switcher_remove_product.wfacp_delete_item{line-height:16px}.wfacp_mini_cart_start_h .wfacp_mini_cart_remove_item_from_cart{color:#b22323;font-size:0;font-weight:400;word-break:break-word;width:16px;height:16px}body .wfacp_mini_cart_start_h .wfacp_delete_item_wrap a:before{left:1px}.wfacp_cart_title_sec{position:relative;display:inline-block;padding-right:20px}span.wfacp_mini_cart_item_title{display:inline-block}body .wfacp_coupon_msg i{display:none}.wfacp_mini_cart_start_h dd,.wfacp_mini_cart_start_h dl,.wfacp_mini_cart_start_h dt{text-transform:inherit;line-height:1.5;letter-spacing:0;margin:0 2px 0 0;font-size:12px;color:#666}.wfacp_mini_cart_start_h dl.variation dd{margin:0 0 0}.wfacp_mini_cart_start_h table.shop_table{margin-bottom:0!important}.wfacp_mini_cart_start_h .shop_table .variation p,.wfacp_mini_cart_start_h dd p,.wfacp_mini_cart_start_h dl p,.wfacp_mini_cart_start_h dt p{margin:0;font-size:12px;color:#666}.wfacp_mini_cart_start_h .shop_table tbody tr{height:auto}.wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half{width:60%;position:relative;margin:0;float:left;padding-right:8px}.wfacp_mini_cart_start_h p{padding-bottom:0}.wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-col-full{width:40%;float:left;margin:0;clear:none;padding-left:8px}.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr td,.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr th,.wfacp_mini_cart_start_h span.amount{text-transform:capitalize;font-size:14px;font-weight:400}.wfacp_mini_cart_start_h span.amount{white-space:normal;word-break:break-word}.wfacp_mini_cart_start_h span{font-size:14px;font-weight:400}.wfacp_mini_cart_start_h p.wfacp-form-control-wrapper.wfacp-anim-wrap label.wfacp-form-control-label{top:6px!important;font-size:12px!important;background:0 0;bottom:auto;right:auto;margin-top:0;line-height:1}.wfacp_mini_cart_start_h .wfacp_coupon_msg{padding:0}.wfacp_mini_cart_start_h .checkout_coupon{margin-bottom:0}.wfacp_mini_cart_start_h table.shop_table tr.cart-subtotal{border-top:none;background:0 0}.wfacp_mini_cart_start_h table.shop_table tr.order-total{border-top:1px solid #ddd}.wfacp_mini_cart_start_h .wfacp_cart_title_sec{position:relative;display:block}.wfacp_mini_cart_start_h span.wfacp_mini_cart_item_title{display:block}.wfacp_mini_cart_start_h .wfacp_delete_item_wrap{display:inline-block}.wfacp_mini_cart_start_h .shop_table tr{border-bottom:none}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr td.product-total{min-width:55px}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .wfacp_quantity_selector input[type=number]{text-align:center;border:none;margin:0 20px;width:20px;height:25px;line-height:20px;padding:2px;float:left;font-size:12px;font-weight:400;box-shadow:none;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-radius:0}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .wfacp_quantity_selector input[type=number]:focus{outline:0}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .wfacp_quantity_selector input[type=number]::-webkit-inner-spin-button,.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .wfacp_quantity_selector input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity,body #et-boc .wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity{vertical-align:top;width:60px;padding-left:0;padding-right:0;margin-top:12px}.wfacp_mini_cart_start_h .wfacp_quantity_selector{position:relative}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .value-button{cursor:pointer;display:table-cell;margin:0;width:25px;height:24px;border:1px solid #e6e6e6;line-height:1.5;text-align:center;vertical-align:middle;background:#faf9f9;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;color:#666;font-size:0;position:absolute;top:0;left:0}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .value-button.wfacp_increase_item{right:0;left:auto}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .value-button.wfacp_decrease_item:before{content:'-'}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .value-button:before{content:'+';position:absolute;left:0;right:0;font-size:12px;line-height:1px;top:50%;margin-top:-1px}.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .value-button:hover{color:#000;background-color:#f1f1f1}.wfacp_mini_cart_start_h table.shop_table tr.cart-subtotal.tax-total{border:none}.wfacp_mini_cart_start_h table.shop_table tr.wfacp_ps_error_state tr{border:none}.wfacp_mini_cart_start_h .wfacp_order_summary_container table tbody.wfacp_noborder tr.cart_item{border:none}.wfacp_mini_cart_start_h table.shop_table tr.wfacp_ps_error_state td{padding:0 0 10px;border-bottom:1px solid #ddd}.wfacp_mini_cart_start_h .wfacp_order_summary_container table{table-layout:fixed;margin:0;width:100%;border-collapse:collapse;border-spacing:0;background-color:transparent}.wfacp_mini_cart_start_h .wfacp_order_summary_container table tbody{margin:0 auto;padding:0;border:0;outline:0;font-size:100%}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr.cart_item{border-bottom:1px solid #ddd}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr td,.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr th{border-left:none!important}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td:first-child{padding-left:0}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr td:first-child,.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr th:first-child{padding-left:0;font-weight:400}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr td,.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr th{background-color:transparent}.wfacp_mini_cart_start_h table.shop_table tr td,.wfacp_mini_cart_start_h table.shop_table tr th,.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr td,.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr th{padding:12px 10px;font-size:14px;vertical-align:top;letter-spacing:0}.wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr td,.wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr th{vertical-align:middle}.wfacp_mini_cart_start_h .wfacp_order_sum tr td:first-child{text-align:left;width:70%}.wfacp_mini_cart_start_h .wfacp_order_sum tr td:last-child{width:30%}.wfacp_mini_cart_start_h .wfacp_order_sum .product-image{max-width:60px;float:left}.wfacp_mini_cart_start_h .wfacp_order_sum .product-image img{border:1px solid #e1e1e1}.wfacp_mini_cart_start_h .wfacp_order_sum .wfacp-pro-thumb{display:inline-block;position:relative}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img{max-width:55px;height:auto;border:1px solid #e1e1e1;width:100%}.wfacp_mini_cart_start_h .wfacp_order_sum td.product-name-area .product-name.wfacp_summary_img_true{padding-left:75px}.wfacp_mini_cart_start_h .wfacp_order_sum tr td:last-child{text-align:right}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td:last-child{padding-right:0}.wfacp_mini_cart_start_h table.shop_table.woocommerce-checkout-review-order-table td.product-total{color:#4d4c4c;font-size:15px}.wfacp_mini_cart_start_h form.checkout_coupon{border:none;padding:0;text-align:left;width:100%;display:block}.wfacp_mini_cart_start_h form.checkout_coupon.wfacp_display_block{margin-bottom:8px}body.elementor-editor-active #wfacp_smart_buttons .placeholder-line{background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/smart_button_preview.png) center center no-repeat;animation:unset;max-width:100%;border:none;height:42px}body.elementor-editor-active #wfacp_smart_buttons .dynamic-checkout__skeleton{animation:unset;max-width:100%;border:none;position:relative;background:0 0;min-height:42px}body.elementor-editor-active #wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{display:none}body #wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_container{line-height:1px;min-height:1px}body #wfacp-e-form .wfacp_main_form.woocommerce #wfacp_smart_buttons.wfacp_smart_buttons .woocommerce-info{padding-bottom:0!important}#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_wrap_st input[type=checkbox],#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_wrap_st input[type=radio],body .wfacp_main_form.woocommerce #paypal_box_button input[type=checkbox],body .wfacp_main_form.woocommerce #paypal_box_button input[type=radio]{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-top:0;margin-right:5px}body #wfacp-e-form .wfacp_main_form #wfacp_smart_button_amazon_pay .wc-amazon-checkout-message{padding:0}.wfacp_smart_button_container .wc-stripe-checkout-banner-gateway{display:inline-block}.wfacp_preview_content_box{clear:both}body #wfacp-e-form *{line-height:1.5;font-size:14px}.wfacp_funnel_6_form #wfacp-e-form .wfacp-form{padding:0!important}body #wfacp-e-form .wfacp_main_form span.wfacp_product_switcher_quantity{display:inline-block}body #wfacp-e-form .wfacp_main_form .wfacp_product_choosen_label span.wfacp_product_switcher_quantity{margin-left:4px}body.wfacp_main_wrapper .wfacp_order_summary{padding:0 8px}body #wfacp-e-form .wfacp_main_form table.wfacp_shipping_table ul li .wfacp_shipping_radio{max-width:100%;width:60%}body #wfacp-e-form .wfacp_main_form .wfacp_shipping_table ul li .wfacp_shipping_price{padding-left:0;float:right;width:40%;text-align:right}body #wfacp-e-form p.wfacp-form-control-wrapper.wfacp-anim-body #wfacp-e-form .wfacp-payment-tab-wrapperwrap label.wfacp-form-control-label{width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#wfacp-e-form .wfacp_main_form.woocommerce p.aelia_wc_eu_vat_assistant.wfacp-anim-wrap label.wfacp-form-control-label{top:4px;font-size:12px!important;background:0 0;bottom:auto;right:auto;margin-top:0;line-height:16px}body #wfacp-e-form .wfacp_main_form #payment .place-order,body #wfacp-e-form .wfacp_main_form .wfacp-section .woocommerce-checkout-payment ul,body #wfacp-e-form .wfacp_main_form table,body #wfacp-e-form .wfacp_main_form table td{background:0 0}body #wfacp-e-form p.wfacp-form-control-wrapper p{margin-bottom:0}#wfacp-e-form .wfacp_main_form .woocommerce-checkout .button.button#place_order{float:none}#wfacp-e-form .wfacp_main_form .woocommerce-form-coupon-toggle .woocommerce-info{padding:0!important}#wfacp-e-form .wfacp_main_form #payment .payment_methods li>.input-radio{float:none;top:auto;left:auto;right:auto;bottom:auto;display:inline-block}#wfacp-e-form .col-lg-1,#wfacp-e-form .col-lg-10,#wfacp-e-form .col-lg-11,#wfacp-e-form .col-lg-12,#wfacp-e-form .col-lg-2,#wfacp-e-form .col-lg-3,#wfacp-e-form .col-lg-4,#wfacp-e-form .col-lg-5,#wfacp-e-form .col-lg-6,#wfacp-e-form .col-lg-7,#wfacp-e-form .col-lg-8,#wfacp-e-form .col-lg-9{width:100%;display:block;float:none;max-width:100%;padding:0}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-info{padding:0 0 16px!important;height:auto!important;line-height:1.5!important;min-height:1px;margin:0!important;text-align:left;font-size:14px!important;font-weight:400;text-transform:inherit}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-info a{text-transform:initial}#wfacp-e-form .wfacp_main_form table dd,#wfacp-e-form .wfacp_main_form table dl,#wfacp-e-form .wfacp_main_form table dl p,#wfacp-e-form .wfacp_main_form table dt{text-transform:inherit;line-height:1.5;letter-spacing:0;margin:0 2px 0 0;font-size:12px;color:#666}body #wfacp-e-form .form-row .select2-container{margin-bottom:0}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul#shipping_method li{padding:11px}body #wfacp-e-form .wfacp_main_form.woocommerce form.woocommerce-form-login{width:100%;max-width:100%;background:0 0;border-radius:0;margin:0}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_main_form ul{display:block}body #wfacp-e-form .wfacp_main_form.woocommerce #add_payment_method #payment div.payment_box,body #wfacp-e-form .wfacp_main_form.woocommerce #wfacp-e-form #payment div.payment_box,body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart #wfacp-e-form #payment div.payment_box{padding:10px}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_selected_attributes .wfacp_pro_attr_single span:last-child{font-size:0!important}body #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .woocommerce-error li{color:#e15334}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-first{width:60%}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-last{width:40%}body #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn{font-size:14px;padding:8px 10px;height:auto;min-height:48px}body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button{color:#dd7575}body #wfacp-e-form .place_order_back_btn a,body #wfacp-e-form .wfacp_back_wrap a,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-back-btn-wrap a{font-size:14px;display:inline-block}body #wfacp-e-form .woocommerce_paypal_ec_checkout_message p.checkoutStatus{font-size:14px;line-height:1.5;width:100%;margin-bottom:16px}body #wfacp-e-form .woocommerce_paypal_ec_checkout_message p:last-child{margin-bottom:0}body #wfacp-e-form .payment_box.payment_method_stripe p a{color:#3a3a3a}body #wfacp-e-form .payment_box.payment_method_stripe p a:hover{text-decoration:underline}body #wfacp-e-form .wfacp_main_form .wfacp-payment-dec{padding:10px;text-align:center;font-size:14px;color:#888;line-height:1.5;margin:0 0 16px;background-color:#f8f8f8}body #wfacp-e-form #add_payment_method #payment,body #wfacp-e-form .woocommerce-cart #payment,body #wfacp-e-form .woocommerce-checkout #payment{background:0 0;border-radius:0}body #wfacp-e-form .wfacp_main_form li.wc_payment_method p.form-row-first,body #wfacp-e-form .wfacp_main_form li.wc_payment_method p.form-row-last{width:100%}body #wfacp-e-form .wfacp_main_form li.wc_payment_method p{font-size:14px}.woocommerce-cart #wfacp-e-form #payment div.form-row,body #wfacp-e-form #add_payment_method #payment div.form-row,body.woocommerce-checkout #wfacp-e-form #payment div.form-row{padding:0}.woocommerce-checkout #wfacp-e-form #payment .payment_method_stripe label[for=payment_method_stripe]{display:inline-block;clear:both;width:100%}.woocommerce-page #wfacp-e-form form .wc-payment-form .form-row-first{width:100%;padding:0;margin:0}.woocommerce-page #wfacp-e-form form .wc-payment-form .form-row.form-row-last{width:100%;padding:0;margin:0}.woocommerce-page.woocommerce-checkout #wfacp-e-form #payment div.form-row,.woocommerce.woocommerce-checkout #wfacp-e-form #payment div.form-row{padding:0}body #wfacp-e-form #payment .payment_methods>li:not(.woocommerce-notice){background-color:transparent!important}body #wfacp-e-form .wfacp_main_form.woocommerce #add_payment_method #payment ul.payment_methods li>label,body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart #payment ul.payment_methods li>label,body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li>label,body #wfacp-e-form .wfacp_main_form.woocommerce label.checkbox{margin-bottom:0}#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods:empty{padding:0}body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods .payment_box input[type=checkbox]+label{padding-left:0!important}body #wfacp-e-form #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child,body #wfacp-e-form #payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child{border:1px solid #b4b9be;clip:auto;-webkit-clip-path:none;clip-path:none;height:16px}body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods label{font-weight:400;font-size:14px;line-height:1.5;padding-bottom:0;margin-bottom:0;padding-top:0;margin-left:0;background:0 0!important}body #wfacp-e-form .wfacp_main_form .wc_payment_methods li.payment_method_braintree_payment_gateway .bfwc-card-icons-container,body #wfacp-e-form .wfacp_main_form .woocommerce-PaymentMethods li.payment_method_braintree_payment_gateway .bfwc-card-icons-container,ul.payment_methods li.payment_method_braintree_payment_gateway .bfwc-card-icons-container{float:none}#wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{background:0 0}#wfacp-e-form .wfacp_main_form .woocommerce-form-login-toggle .woocommerce-info a,#wfacp-e-form .wfacp_main_form a span:not(.wfob_btn_text_added):not(.wfob_btn_text_remove),#wfacp-e-form .wfacp_main_form a.wfacp_remove_coupon,#wfacp-e-form .wfacp_main_form table tr td a,body:not(.wfacpef_page) #wfacp-e-form .wfacp_main_form a:not(.wfob_read_more_link),body:not(.wfacpef_page) #wfacp-e-form .wfacp_main_form label a,body:not(.wfacpef_page) #wfacp-e-form .wfacp_main_form ul li a{color:#dd7575}#wfacp-e-form .wfacp_main_form .woocommerce-form-login-toggle .woocommerce-info a:hover,#wfacp-e-form .wfacp_main_form a:not(.wfacp_collapsible) span:not(.wfob_btn_text_added):not(.wfob_btn_text_remove):hover:not(.wfob_btn_add):hover,#wfacp-e-form .wfacp_main_form label a:hover,#wfacp-e-form .wfacp_main_form table tr td a:hover,body:not(.wfacpef_page) #wfacp-e-form .wfacp_main_form a:not(.wfacp_breadcrumb_link):hover:not(.wfob_read_more_link):hover:not(.wfacp_collapsible):hover:not(.wfob_btn_add):hover,body:not(.wfacpef_page) #wfacp-e-form .wfacp_main_form ul li a:not(.wfacp_breadcrumb_link):hover{color:#965d5d}#wfacp-e-form .wfacp_main_form table.woocommerce-checkout-review-order-table .product-name{width:100%}body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_restore_wrap{font-size:14px;line-height:1.5}body #wfacp-e-form .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping>td p:last-child{padding:11px;border:1px solid #ddd}body #wfacp-e-form .wfacp_main_form .wfacp_qty_price_wrap .product-name{width:100%}body #wfacp-e-form .wfacp_order_total_field{padding:0 8px}body #wfacp-e-form .wfacp_main_form table.wfacp_order_total_wrap{border:1px solid #dedede;background:#f8f8f8;border-collapse:separate}body #wfacp-e-form .wfacp_order_total_field table{width:100%;border-collapse:collapse}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_total_field{margin:0 0 25px}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon.wfacp_display_block{margin-top:0!important;display:block!important}#wfacp-e-form form.checkout_coupon.wfacp_display_block{margin-bottom:8px}.wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_items .product-total small{font-size:80%}body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td{text-align:left;padding:10px 0;float:none;font-size:14px;line-height:1.5;border:none}body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field .wfacp_order_total_wrap tr td{padding:10px}body #wfacp-e-form .wfacp_order_total_field table tr.wfacp_order_subtotal td{border-bottom:1px solid #ddd}body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td{font-size:16px;border:none}#wfacp-e-form .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td span{font-size:16px}#wfacp-e-form .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td small,#wfacp-e-form .wfacp_main_form .wfacp_order_total_field table.wfacp_order_total_wrap tr td small span{font-size:12px;font-weight:400}body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td:last-child{text-align:right}body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr{border:none!important;background:0 0}body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_best_value{text-transform:capitalize;font-weight:400;color:#fff;background-color:#b22323}body #wfacp-e-form .wfacp_main_form .single_preview_inner:first-child{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}body #wfacp-e-form .wfacp_main_form .single_preview_inner{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}body #wfacp-e-form button.wfacp_back_page_button{color:#f5c443;font-size:16px;padding:10px 16px;border-radius:0;text-decoration:none;margin-bottom:28px}body #wfacp-e-form button.wfacp_back_page_button:hover{color:#f5c954}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout .wfacp_back_wrap .button.button{padding:0;text-align:left;font-size:14px}#wfacp-e-form .wfacp_main_form.woocommerce #payment button#place_order{height:auto;line-height:1.5}body #wfacp-e-form .wfacp_enable_mb_style .wfacp-form .btm_btn_sec,body #wfacp-e-form .wfacp_enable_mb_style .wfacp-form .place_order_back_btn{z-index:1;position:absolute;bottom:0;margin:0;right:0;left:0;text-align:center}body #wfacp-e-form .wfacp_enable_mb_style .wfacp_main_form .btm_btn_sec .wfacp-back-btn-wrap button.button.button-primary.wfacp_back_page_button{width:100%}body #wfacp-e-form .wfacp_enable_mb_style .wfacp-form .sec_text_wrap{padding-bottom:40px;position:relative}body #wfacp-e-form .wfacp_enable_mb_style .wfacp_main_form.woocommerce .btm_btn_sec .wfacp-back-btn-wrap button{margin-bottom:0;text-align:center}body #wfacp-e-form .wfacp_order_summary_container .shop_table .recurring-total ul li>input{top:50%;margin-top:-8px}body #wfacp-e-form .wfacp_order_summary_container .shop_table .recurring-total ul li{padding-left:0}body #wfacp_qr_model_wrap .wfacp_qr_wrap .button,body .wfacp_option_btn{margin:0}#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations td,#wfacp_qr_model_wrap .wfacp_qr_wrap table.variations th{padding-bottom:0!important;line-height:1.5}body #wfacp-e-form table td,body #wfacp-e-form table th{text-transform:inherit}body #wfacp-e-form .variation dd,body #wfacp-e-form .variation dt{margin:0 0 1px;padding:0;font-weight:400}#wfacp-e-form #payment{border-top:none}#wfacp-e-form .checkout .product-name,#wfacp-e-form .checkout_coupon_box+.checkout .product-name{font-weight:400!important}body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description .product_name,body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description label{font-weight:400}body #wfacp-e-form .checkout .product-name span,body #wfacp-e-form .checkout_coupon_box+.checkout .product-name span{padding-right:0}body #wfacp-e-form .wfacp-next-btn-wrap{margin-bottom:0}body #wfacp-e-form .tab{margin-bottom:0}body #wfacp-e-form .wfacp-payment-tab-list{background-color:#2f5a99;color:#fff;opacity:1;border-radius:0;display:table-cell;width:50%;position:relative;box-sizing:border-box;padding:12px 10px 12px;cursor:pointer;border-bottom:4px solid #cecece}body #wfacp-e-form .wfacp-payment-tab-list:not(.wfacpef_third_step){vertical-align:middle}body #wfacp-e-form .wfacp-payment-tab-list.wfacpef_two_step{padding:18px 10px 18px 50px}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active{background-color:#5686cc;opacity:1}body #wfacp-e-form .wfacp-order2StepNumber{background-color:#3f6cae;width:30px;height:30px;text-align:center;border-radius:50%;font-weight:700;font-size:20px;line-height:1.4;float:left;border:1px solid transparent}body #wfacp-e-form .wfacpef_two_step .wfacp-order2StepNumber{margin-right:16px;position:absolute;left:10px;top:50%;margin-top:-16px;float:none}body #wfacp-e-form .wfacp-order2StepHeaderText{overflow:hidden;text-align:center}body:not(.wfacpef_page) #wfacp-e-form .wfacp-order2StepTitle{font-size:17px}body #wfacp-e-form .wfacp-payment-tab-wrapper{clear:both;display:table;width:100%;border-radius:0}body #wfacp-e-form .wfacp-order2StepSubTitle.wfacp-order2StepSubTitleS1{font-weight:500;line-height:1.5}body #wfacp-e-form .wfacp-inner-form-detail{padding:16px 0;background-color:#67c9f5;border-radius:0 0 5px 5px;clear:both}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-tab2:before{content:'';width:8px;height:8px;border-top:2px solid #fff;border-left:0 solid transparent;border-right:8px solid #2f5a99;position:absolute;top:0;z-index:9;left:0;display:none}body #wfacp-e-form .wfacp-order2StepTitle.wfacp-order2StepTitleS1{line-height:1.5}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active:after,body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active:before{content:unset!important}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-tab1:after{content:'';width:2px;height:2px;border-bottom:3.5px solid transparent;border-right:1.8px solid #fff;position:absolute;top:0;z-index:9;display:none;right:0}body #wfacp-e-form .wfacp-payment-tab-list.wfacpef_third_step .wfacp-order2StepNumber,body #wfacp-e-form .wfacp-payment-tab-list.wfacpef_two_step.wfacp-tab1 .wfacp-order2StepNumber{display:block}body #wfacp-e-form .wfacp-payment-tab-list.wfacpef_third_step .wfacp-order2StepHeaderText{width:100%;padding:8px 0 0}body #wfacp-e-form .wfacp-payment-tab-list.wfacpef_third_step.wfacp-tab1 .wfacp-order2StepNumber{display:block}body #wfacp-e-form .wfacpef_third_step{width:33.3%}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active{background-color:#5686cc;position:relative;top:-10px}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active.single_step.full_width_cls.wfacp-tab1{padding:12px 10px 12px}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active.full_width_cls{top:0}body #wfacp-e-form .wfacp-payment-tab-list.wfacpef_third_step .wfacp-order2StepNumber{float:none;margin:0 auto}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active{top:0}#wfacp-e-form .wfacp_form_steps .wfacp-payment-tab-list:not(:last-child){border-top-right-radius:0!important}#wfacp-e-form .wfacp_form_steps .wfacp-payment-tab-list:not(:first-child){border-top-left-radius:0!important}body #wfacp-e-form .wfacp-payment-tab-list.full_width_cls{width:100%;float:none;box-sizing:border-box}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active{background-color:transparent;border-bottom-color:#f77f53}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active .wfacp-order2StepNumber{color:#fff}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active .wfacp-order2StepNumber{background-color:#f77f53;border-color:transparent}body #wfacp-e-form .wfacp-payment-tab-list.wfacp-active .wfacp_tcolor{color:#000}body #wfacp-e-form .wfacp-payment-tab-list .wfacp_tcolor{color:#a8a8a8}body #wfacp-e-form .wfacp-payment-tab-list{background-color:transparent}body #wfacp-e-form .wfacp-payment-tab-list .wfacp-order2StepNumber{background-color:transparent;border-color:#cecece}body #wfacp-e-form .wfacp-payment-tab-list .wfacp-order2StepNumber{color:#cecece}body #wfacp-e-form .wfacp-order2StepTitle{font-size:14px}body #wfacp-e-form .wfacp-order2StepSubTitle{font-size:13px}#wfacp-e-form .wfacp_custom_breadcrumb_el,#wfacp-e-form .wfacp_steps_sec{margin:0}#wfacp-e-form .wfacp_custom_breadcrumb_el .wfacp_steps_sec ul{margin-bottom:0}.wfacp_custom_breadcrumb.wfacp_custom_breadcrumb_el{padding:20px 16px}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp_steps_wrap{margin-bottom:16px}body #wfacp-e-form .container{padding:0}body #wfacp-e-form .cart-discount{background:0 0}#wfacp-e-form .wfacp_main_form .wfacp_select2_country_state label{right:35px}#wfacp-e-form #billing_state_field.woocommerce-invalid-required-field label,#wfacp-e-form #shipping_state_field.woocommerce-invalid-required-field label{right:30px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .product-image img{display:inherit;vertical-align:middle}#wfacp-e-form .wfacp_steps_wrap.wfacp_breadcrumb_wrap_here li{font-size:14px;margin-right:12px}#wfacp-e-form .wfacp_steps_wrap.wfacp_breadcrumb_wrap_here li a{font-size:12px}#wfacp-e-form .wfacp_steps_wrap.wfacp_breadcrumb_wrap_here li:last-child{margin-bottom:0;padding-right:0}#wfacp-e-form .wfacp_steps_sec ul li:not(:last-child) a:after{right:-8px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{padding-left:45px}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_quantity_selector input.wfacp_product_switcher_quantity,.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_quantity_selector input.wfacp_product_switcher_quantity:focus{box-shadow:none}.wfacp-product-switch-title .product-quantity,body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:70px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{width:30px;font-family:inherit;opacity:1;font-weight:400;color:#3a3a3a;-webkit-text-fill-color:#3a3a3a}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal_pro_payflow img{max-width:100%}body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li.payment_method_openpayment img{height:20px}body .wfacp_main_form.woocommerce button#LayerPayNow{width:auto;padding:16px;margin:0 auto 16px;font-size:16px;font-weight:400;cursor:pointer}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_ps_title_wrap{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_sec_start{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.wfacp-product-switch-title .product-remove{width:65%}body .wfacp_main_form .wfacp_qty_price_wrap{width:35%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_switcher_col_3 .product-price{width:calc(100% - 70px)}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content,#wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian{background:#f7f7f7}#wfacp-e-form p.wfacp-anim-wrap label.wfacp-form-control-label abbr.required{height:auto}body .wfacp_main_form #product_switching_field.wfacp_for_mb_style.shop_table.wfacp-product-switch-panel .cart_item .wfacp_product_switcher_col_3 .product-price .wfacp_product_price_sec ins{margin-bottom:5px}#wfacp-e-form .checkout .product-name span.wfacp_product_switcher_item{display:inline-block}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_force_all .wfacp_product_switcher_error{padding-left:0}body .wfacp_main_form.woocommerce #product_switching_field.wfacp_not_force_all .wfacp_product_switcher_error{padding-left:26px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_2 .wfacp_product_switcher_description label{display:inline-block;line-height:19px;font-size:13px}#wfacp-e-form .wfacp_three_step .wfacp_custom_breadcrumb .wfacp_steps_sec ul{max-width:100%;margin-bottom:0;display:table;width:100%;height:100%}#wfacp-e-form .wfacp_three_step .wfacp_custom_breadcrumb .wfacp_steps_sec ul li{width:33%;margin-left:25px;margin-bottom:0;display:table-cell;vertical-align:top;padding:0 20px}body #wfacp-e-form label.checkbox{position:relative!important}body .table-responsive{display:table}.wfacp_mb_mini_cart_sec_accordion_content table td:last-child{text-align:right}#wfacp-e-form .woocommerce table.shop_table tbody{background-color:transparent}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container .recurring-total ul li label,body .wfacp_mini_cart_start_h .wfacp_order_summary_container .recurring-total ul li label{text-align:right}.wfacp_mini_cart_start_h form.checkout_coupon.wfacp_display_block{display:block!important}.wfacp_mini_cart_start_h form.checkout_coupon.wfacp_display_none{margin-top:8px}.wfacp_mini_cart_start_h table.shop_table tr.cart-subtotal.cart-discount{border:none}body .wfacp_mini_cart_start_h a.woocommerce-remove-coupon{color:#dd7575}.wfacp_mini_cart_start_h table,.wfacp_mini_cart_start_h table tr,.wfacp_mini_cart_start_h table tr td,body #wfacp-e-form table,body #wfacp-e-form table tr,body #wfacp-e-form table tr td{background:0 0}#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-name strong.product-quantity{font-weight:400}fieldset,fieldset legend,table:not(.has-background) tbody tr:nth-child(2n) td{background-color:transparent}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 .wfacp-qty-count{line-height:16px;margin:0}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 .wfacp-qty-ball{line-height:16px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 .wfacp-qty-count{line-height:16px;width:16px;max-width:16px;height:16px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 .wfacp-qty-count span{line-height:12px;font-size:12px}body .wfacp_main_form .woocommerce-checkout-review-order .blockUI.blockOverlay::before{content:normal}body #wfacp-e-form .wfacp_main_form.woocommerce table tbody dl p{margin:0}body #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td,body #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th{padding:2px 0}#wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.tax-rate td,#wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.tax-rate th{padding-bottom:22px}.wfacp_mini_cart_start_h table.shop_table tr.cart-subtotal.tax-rate td,.wfacp_mini_cart_start_h table.shop_table tr.cart-subtotal.tax-rate th{padding-bottom:22px}.wfacp_mb_mini_cart_sec_accordion_content .wfacp-coupon-section ul.woocommerce-error.message-wrapper{display:none}body #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,body #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th{padding-top:20px}body #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) td,body #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) th{padding-bottom:22px}body #wfacp-e-form .wfacp_global_checkout_wrap .single_step .wfacp-two-step-erap.wfacp-next-btn-wrap,body .wfacp_global_checkout_wrap .single_step .wfacp-two-step-erap.wfacp-next-btn-wrap{padding-bottom:35px}body #wfacp-e-form .wfacp_main_form .checkout .shop_table tfoot td,body #wfacp-e-form .wfacp_main_form .checkout .shop_table tfoot th{vertical-align:middle}#wfacp-e-form .wfacp_main_form select{background:0 0}body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td small.includes_tax span{font-size:12px!important}body .wfacp_main_form.woocommerce #payment li.wc_payment_method.payment_method_paypal_express img{max-width:40%}#wfacp-e-form .cart_empty{text-align:center;padding:11px;border:1px dashed #a0a0a0;margin-bottom:16px;background:#f7f7f7}body #wfacp-e-form .wfacp_form{margin:auto}body #wfacp-e-form .wfacp_main_wrapper .woocommerce-checkout #payment div.payment_box:last-child{margin-bottom:-11px;margin-left:-11px;margin-right:-11px}body #wfacp-e-form .wfacp-section .woocommerce-checkout-payment{background:0 0;margin-bottom:27px}body #wfacp-e-form .wfacp-section .woocommerce-checkout-payment ul{background:#fff}body #wfacp-e-form #add_payment_method #payment ul.payment_methods,body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods,body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods{padding:0;text-align:left;margin:0;border:1px solid #ddd;-moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px}body #wfacp-e-form .wc_payment_method label{display:initial;font-weight:400}body #wfacp-e-form #add_payment_method #payment div.payment_box,body #wfacp-e-form .woocommerce-cart #payment div.payment_box,body #wfacp-e-form .woocommerce-checkout #payment div.payment_box{background-color:#fafafa;position:relative;box-sizing:border-box;padding:1em;margin:1em -11px -11px -11px;font-size:.92em;border-radius:2px;line-height:1.5;color:#515151;width:auto;border-top:1px solid #ddd}body #wfacp-e-form #add_payment_method #payment ul.payment_methods li img,body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods li img,body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}body #wfacp-e-form #payment ul.payment_methods li img.stripe-icon{float:unset}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label img{max-width:100px}.shop_table.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .product-price span.woocommerce-Price-amount.amount,body span.amount{white-space:inherit}body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name-area{width:70%}body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total{width:30%}body #wfacp-sec-wrapper .select2-container--default .select2-selection--multiple{background:0 0;box-shadow:none;border:1px solid #bfbfbf}body #wfacp-e-form .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single{line-height:12px;font-size:12px}body #wfacp-e-form .wfacp_main_form.woocommerce span.optional{display:inline-block}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal_advanced img{max-width:100%}body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td:first-child,body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr th:first-child{padding-right:5px}body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr td:last-child,body #wfacp-e-form .wfacp_main_form .wfacp_order_total_field table tr th:last-child{padding-left:5px}body #wfacp-e-form p.woocommerce-store-notice.demo_store.wfacp_dummy_preview_heading{top:auto;color:#fff!important;background:#969696;padding:10px;font-size:15px;line-height:1.5;margin:0;text-align:center}body #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce .wfacp_notice_dismise_link a{color:#ccc}body #wfacp-e-form .wfacp_notice_dismise_link a{position:absolute;right:28px;width:18px;height:18px;text-decoration:none;border:1px solid #ccc;border-radius:100%;font-size:14px;line-height:13px;top:50%;margin-top:-9px;color:#ccc!important;padding-left:1px}body #wfacp-e-form p.woocommerce-store-notice.demo_store.wfacp_dummy_preview_heading a:hover{color:#fff!important;border-color:#fff}body #wfacp-e-form .wfacpef_two_step .wfacp-order2StepNumber{position:relative;top:auto;margin:0 auto 5px!important;bottom:auto;right:auto;left:auto}body #wfacp-e-form .wfacp_form .wfacpef_two_step .wfacp-payment-tab-list.wfacp-active .wfacp-order2StepNumber{margin-top:0}body #wfacp-e-form .wfacp-payment-tab-list.wfacpef_two_step{padding:10px}#wfacp-e-form .wfacp_main_form .wfacp_order_summary:not(.wfacp_tax_enabled) table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee td,#wfacp-e-form .wfacp_main_form .wfacp_order_summary:not(.wfacp_tax_enabled) table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee th{padding-bottom:16px}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]+label{display:block;font-size:inherit;line-height:16px;text-align:right;padding-left:0}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li{padding-right:0;padding-left:50px!important;margin:0 0 16px;text-align:right;position:relative}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container .recurring-total ul li{padding:0}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li:last-child{margin-bottom:0}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]{max-width:16px;display:block;position:absolute;margin:0;top:2px;left:0}body #wfacp-e-form .wfacp_main_form.woocommerce input[type=radio]{-webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:14px;border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:0;top:2px;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;transition:.05s border-color ease-in-out;position:absolute;left:0;z-index:99}.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal_express img{max-height:52px;vertical-align:middle;max-width:250px}body #wfacp-e-form .wfacp_main_form .wfacp_recuring_shiping_count_one ul li input[type=radio]{display:none}body .wfacp_mini_cart_start_h table.shop_table tr.order-total td small,body .wfacp_mini_cart_start_h table.shop_table tr.order-total td small span{font-size:12px!important}.wfacp_mini_cart_start_h tr.cart_item.wfacp_delete_active span.wfacp_cart_product_name_h{line-height:16px}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]+label{position:relative;padding:0!important;display:inline}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]{position:relative;display:inline-block;left:auto;right:auto;top:auto;bottom:auto;margin:-3px 5px 0 0;float:none;box-shadow:none}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li{padding-left:0!important}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_summary_container ul li input[type=radio]:focus{outline:0;border:none;box-shadow:none}.wfacp_mini_cart_start_h td.product-total{position:relative}.wfacp_mini_cart_start_h td.product-total span.wfacp_cart_product_name_h{position:absolute;bottom:0;margin:0;text-align:center;right:0}.wfacp_mini_cart_start_h .wfacp_delete_active td.product-total span.wfacp_cart_product_name_h{position:relative;bottom:auto;top:auto;display:block;margin-top:8px;text-align:right}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp-form-control-wrapper.wfacp_dropdown.wfacp_add_select_2 .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.wfacp_mini_cart_start_h span.subscription-details{text-transform:inherit;line-height:1.5;letter-spacing:0;margin:0 2px 0 0;font-size:12px;color:#666}.wfacp_mini_cart_start_h .wfacp_product_subs_details{text-transform:inherit;line-height:1.5;letter-spacing:0;margin:0 2px 0 0;font-size:12px;color:#666}body #wfacp-e-form .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item{border:1px solid #ddd}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total).wfacp_no_shipping_method_field_used td,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total).wfacp_no_shipping_method_field_used th{padding-top:10px;padding-bottom:10px}body #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce:not(.wfacp_single_step_form) .sec_text_wrap.wfacp_back_link_empty,body #wfacp-e-form .wfacp-form .wfacp_main_form.woocommerce:not(.wfacp_single_step_form) .wfacp-order-place-btn-wrap.wfacp_back_link_empty{padding-bottom:0}.pac-icon{display:none}.pac-icon{display:none}.pac-container:after{display:none!important}span.wfacp_mini_cart_item_title strong.product-quantity{font-weight:400}.elementor-editor-active #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_custom_field_multiselect select{padding:10px;background:0 0;height:58px}.elementor-editor-active #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_custom_field_multiselect select option{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_custom_field_select2 .select2-container--default .select2-selection--single .select2-selection__arrow b{display:block!important;height:auto}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_custom_field_select2 .woocommerce-input-wrapper:before{display:none}body #wfacp-e-form .wfacp-product-switch-title{padding:0 10px 10px 0}body #wfacp-e-form .wfacp_main_form .wfacp_qty_price_wrap .product-name{text-align:right}body #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li{margin:0;border-bottom:1px solid #ddd;display:block;float:none;border-radius:0;padding:11px;position:relative;text-indent:0}body #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li:last-child{border-bottom:none}body #wfacp-e-form .wfacp_shipping_options ul,body #wfacp-e-form .wfacp_shipping_table ul#shipping_method{border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;margin-bottom:0}body #wfacp-e-form .wfacp_main_form .wfacp_selected_attributes .wfacp_pro_attr_single{display:inline-block;float:left;padding-right:8px;font-style:italic;position:relative;margin-right:3px}body #wfacp-e-form .wfacp-qty-count,body .wfacp-qty-count{display:inline-block;vertical-align:top;margin:0;padding:0;width:20px;border-radius:50%;height:20px;background-color:#82838e;text-align:center;min-width:1px;z-index:26;line-height:20px}body #wfacp-e-form .wfacp-qty-count span,body .wfacp-qty-count span{font-size:12px;color:#fff}body #wfacp-e-form #payment ul li input[type=date],body #wfacp-e-form #payment ul li input[type=number],body #wfacp-e-form #payment ul li input[type=password],body #wfacp-e-form #payment ul li input[type=tel],body #wfacp-e-form #payment ul li input[type=text],body #wfacp-e-form #payment ul li select,body #wfacp-e-form .wc-stripe-elements-field{border:1px solid #ddd;background-color:#fff;outline:0}.wc-stripe-iban-element-field{width:100%!important;padding:8px!important;margin:5px 0!important;border:1px solid #ddd;background-color:#fff;outline:0;font-size:16px!important}body #wfacp-e-form form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button[type=submit]{margin-top:0}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout #payment .wfacp-order-place-btn-wrap.right a.button.alt.angelleye_cancel{text-align:right}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout #payment .wfacp-order-place-btn-wrap.left a.button.alt.angelleye_cancel{text-align:left}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout #payment .wfacp-order-place-btn-wrap.center a.button.alt.angelleye_cancel{text-align:center}body #wfacp-e-form .wfacp_main_form .wc-amazon-checkout-message{margin:0 0 16px}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half{width:60%;float:left}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon.woocommerce-form-coupon .form-row-last.wfacp-col-left-half{width:100%;max-width:40%}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-last button{width:100%}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-first{float:left}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul li input[type=checkbox],body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul li input[type=radio]{left:11px;top:50%;margin-top:-8px}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul li.wfacp_single_shipping_method input[type=checkbox],body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul li.wfacp_single_shipping_method input[type=radio]{left:0;top:2px;margin-top:0}body #wfacp-e-form #shipping_calculator_field table.wfacp_shipping_table tr th:first-child{display:none}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul li,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul li{border:none;padding:0;clear:none;width:auto}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul:before,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul:before,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul:before{display:block;content:''}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul{clear:both}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul{padding:25px}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul li img{float:none}body #wfacp-e-form #add_payment_method #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef img,body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs img,body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc img{max-width:100%;max-height:45px}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li input+label{line-height:1.5}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_bs ul,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul,body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_tef ul{background:#fff;padding:25px}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_yapay_intermediador_cc ul li.tcPaymentMethod{margin-bottom:16px}body #wfacp-e-form .wfacp_allowed_countries strong{min-height:48px}body #wfacp-e-form .wfacp_main_form.woocommerce #payment ul.payment_methods li label img{max-height:30px;float:none}body #wfacp-e-form p#e_deliverydate_field:not(.wfacp-anim-wrap) label{top:30px;bottom:auto}body #wfacp-e-form .wfacp_main_form.woocommerce #payment ul.payment_methods li.payment_method_wcpaygreen img{max-width:100%;max-height:45px}body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 .product-image img,body .wfacp_mini_cart_start_h tr td img{width:100%}body #wfacp-e-form .wfacp_main_form.woocommerce form p.wc-pv-phone input{padding-left:54px}body #amazon_wallet_widget div,body #wfacp-e-form #amazon_addressbook_widget{min-width:100%}body #wfacp-e-form .col2-set>div+div,body #wfacp-e-form .u-columns>div+div{padding-left:0}body #wfacp-e-form .col2-set,body #wfacp-e-form .u-columns{display:block}form#wfacp_checkout_form.wfacp_amazon_checkout{padding:0 16px;margin:0}form#wfacp_checkout_form div#amazon_consent_widget+.create-account{margin-top:16px}form#wfacp_checkout_form.wfacp_amazon_checkout #amazon_addressbook_widget div,form#wfacp_checkout_form.wfacp_amazon_checkout #amazon_wallet_widget div{min-width:1px}body #wfacp-e-form form#wfacp_checkout_form.wfacp_amazon_checkout #amazon_customer_details{padding:0}body #wfacp-e-form .wfacp_main_form .wc-amazon-checkout-message{padding:16px 16px 0}body #wfacp-e-form .wfacp_main_form .wc-amazon-checkout-message .woocommerce-info.info{padding-bottom:0!important}form#wfacp_checkout_form.wfacp_amazon_checkout div#shipping_calculator_field{padding:0}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_delete_active td.product-total span.wfacp_cart_product_name_h{position:relative;bottom:auto;top:auto;display:block;margin-top:8px;line-height:16px;right:0;text-align:right}body #wfacp-e-form .wfacp_mb_mini_cart_wrap span{font-size:14px;font-weight:400}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_delete_item_wrap{text-align:right}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_delete_item_wrap a{border-radius:100%;display:inline-block;text-align:center;color:#bbb;border:1px solid #bbb;width:16px;height:16px;padding:0;position:relative;line-height:22px;font-size:0}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_delete_item_wrap a:before{left:1px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap a:before{transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_delete_item_wrap a:before{content:'x';position:absolute;left:0;font-size:12px;color:#bbb;right:0;top:50%;margin-top:-3px;line-height:4px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_delete_item_wrap a:hover:before{color:#fd7a7a}body #wfacp-e-form .wfacp_delete_item_wrap a:hover{color:#fd7a7a;border-color:#fd7a7a}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity{vertical-align:top;width:60px;padding-left:0;padding-right:0;margin-top:10px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button{cursor:pointer;display:table-cell;margin:0;width:25px;height:24px;border-top:1px solid #dedfea;border-bottom:1px solid #dedfea;line-height:1.5;text-align:center;vertical-align:middle;background:#f9f9f9;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;color:#666;font-size:0;position:absolute;top:0;left:0}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button.wfacp_decrease_item{border:1px solid #dedfea;border-top-left-radius:6px;border-bottom-left-radius:6px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button.wfacp_increase_item{border:1px solid #dedfea;border-top-right-radius:6px;border-bottom-right-radius:6px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .wfacp_quantity_selector input[type=number]{text-align:center;border:none;margin:0 25px;width:25px;height:24px;line-height:24px;padding:2px;float:left;font-size:12px;font-weight:400;box-shadow:none;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-radius:0;background:#fff;min-height:1px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button.wfacp_increase_item{right:0;left:auto}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_quantity_selector{position:relative;vertical-align:top;width:75px;padding-left:0;padding-right:0;margin-top:5px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button.wfacp_decrease_item:before{content:'-'}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button.wfacp_increase_item:before{margin-top:-8px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button:before{content:'+';position:absolute;left:0;right:0;font-size:12px;line-height:1px;top:50%;margin-top:-1px}body #wfacp-e-form .wfacp_mb_mini_cart_wrap .cart_item .product-quantity .value-button:before{content:'+';position:absolute;left:0;right:0;top:50%;font-size:16px;line-height:16px;margin-top:-9px}div#wfacp-e-form p.form-row.form-row-wide.create-account.woocommerce-validated{position:relative}body #wfacp-e-form .wfacp_main_form .wc-amazon-checkout-message+.woocommerce-notices-wrapper+.wfacp-coupon-section{padding:0 16px}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_ebanx_field span.woocommerce-input-wrapper .select2-container,body #wfacp-e-form .wfacp_main_form.woocommerce p#billing_persontype_field span.woocommerce-input-wrapper .select2-container{width:100%!important}body #wfacp-e-form .checkout-col.col-left{padding-right:0;width:100%;float:none}body #wfacp-e-form .checkout-col.col-right{padding:0;width:100%;border:none;box-shadow:none;float:none}body #wfacp-e-form .wfacp_main_form .woocommerce-checkout .button.button{white-space:inherit}body #wfacp-e-form .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item .product-price{word-break:break-all}body #wfacp-e-form .woocommerce form .form-row .select2-container{margin-top:0;max-width:100%}body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li .wfacp_shipping_radio,body .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li .wfacp_shipping_price{display:inline-block}body.wfacp_do_not_show_block .blockUI{display:none!important}body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.wfacp_no_shipping_method_field_used .wfacp_recuring_shiping_count_one #shipping_method li .wfacp_shipping_radio{margin-right:1px}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_mb_style.wfacp_setting_image_hide .wfacp_ps_title_wrap{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_mb_style.wfacp_setting_image_hide .wfacp_product_sec_start{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body #wfacp-e-form .wfacp_main_form p.woocommerce-invalid-required-field:not(.wfacp_select2_country_state).wfacp_state_wrap .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered{border-color:#bfbfbf!important;box-shadow:none!important}#wfacp-e-form .wfacp_main_form .woocommerce-error li strong{font-weight:700}#wfacp-e-form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg{margin:0 0 25px;padding:0 0 0 10px;border-top:none;border-left:2px solid #24ae4e}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-product-switch-title .product-remove{padding-right:10px;padding-left:10px}body #wfacp-e-form form.checkout_coupon{width:auto}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods>td{padding-top:16px}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods:first-child>td{padding-top:0}.wfacp_main_form .wfacp_shipping_table tr.shipping.wfacp_single_methods>td .wfacp_recuring_shiping_count_one+ul{border-top:none!important}.bwf_button_sec{position:relative}body .wfacp-row #order_summary_field{padding:0 8px}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon.wfacp_display_block .wfacp_coupon_row p{margin:0}#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper label.wfacp-form-control-label,#wfacp-e-form .wfacp_collapsible_order_summary_wrap.wfacp-modern-label p.wfacp-form-control-wrapper .wfacp-form-control-label,.wfacp-modern-label .wfacp_mini_cart_start_h p.wfacp-form-control-wrapper .wfacp-form-control-label,.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper .wfacp-form-control-label{top:6px;background:0 0;bottom:auto;right:8px;margin-top:0;opacity:0;transform:none;transition:all .2s ease-out;font-size:12px!important;line-height:1.3}#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap label.wfacp-form-control-label,#wfacp-e-form .wfacp_collapsible_order_summary_wrap.wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap .wfacp-form-control-label,.wfacp-modern-label .wfacp_mini_cart_start_h p.wfacp-form-control-wrapper.wfacp-anim-wrap .wfacp-form-control-label,.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap .wfacp-form-control-label{opacity:1;line-height:1.3}#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper label.wfacp-form-control-label .optional,#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper label.wfacp-form-control-label abbr.required,#wfacp-e-form .wfacp_main_form.woocommerce .wfacp-login-wrapper span.required{line-height:1.3;font-size:12px!important}#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap .select2-container .select2-selection--single .select2-selection__rendered,#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap input[type=date],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap input[type=email],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap input[type=number],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap input[type=password],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap input[type=tel],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap input[type=text]:not(.select2-search__field),#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap select,#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap select#join_referral_program,#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap textarea,#wfacp-e-form .wfacp_collapsible_order_summary_wrap.wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap .wfacp-form-control,.wfacp-modern-label .wfacp_mini_cart_start_h p.wfacp-form-control-wrapper.wfacp-anim-wrap .wfacp-form-control,.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap .wfacp-form-control{padding:20px 12px 4px!important}#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper .select2-container .select2-selection--single .select2-selection__rendered,#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=date],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=email],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=number],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=password],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=tel],#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper input[type=text]:not(.select2-search__field),#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper select,#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper select#join_referral_program,#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper textarea,#wfacp-e-form .wfacp_collapsible_order_summary_wrap.wfacp-modern-label p.wfacp-form-control-wrapper .wfacp-form-control,.wfacp-modern-label .wfacp_mini_cart_start_h .wfacp-form-control-wrapper .wfacp-form-control,.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label .wfacp-form-control-wrapper .wfacp-form-control{padding:12px 12px!important;transition-delay:0s,0s;transition-duration:.2s,0s;transition-property:all,width;transition-timing-function:ease-out,ease}#wfacp-e-form .wfacp-form-control:-moz-placeholder,#wfacp-e-form .wfacp-form-control:-ms-input-placeholder,#wfacp-e-form .wfacp-form-control::-moz-placeholder,#wfacp-e-form .wfacp-form-control::-webkit-input-placeholder{color:transparent;opacity:0}#wfacp-e-form .wfacp-anim-wrap .wfacp-form-control:-moz-placeholder,#wfacp-e-form .wfacp-anim-wrap .wfacp-form-control:-ms-input-placeholder,#wfacp-e-form .wfacp-anim-wrap .wfacp-form-control::-moz-placeholder,#wfacp-e-form .wfacp-anim-wrap .wfacp-form-control::-webkit-input-placeholder,#wfacp-e-form [placeholder]:focus::-webkit-input-placeholder{opacity:1}body .wfacp_main_form.woocommerce input:-moz-placeholder,body .wfacp_main_form.woocommerce input:-ms-input-placeholder,body .wfacp_main_form.woocommerce input::-moz-placeholder,body .wfacp_main_form.woocommerce input::-webkit-input-placeholder{opacity:1!important}#wfacp-e-form .wfacp-modern-label p.form-row .wfacp-form-control:not(.input-checkbox)::-webkit-input-placeholder{opacity:1}#wfacp-e-form .wfacp-modern-label p.form-row .wfacp-form-control:not(.input-checkbox):-moz-placeholder{opacity:1}#wfacp-e-form .wfacp-modern-label p.form-row .wfacp-form-control:not(.input-checkbox):-ms-input-placeholder{opacity:1}#wfacp-e-form .wfacp-modern-label p.form-row .wfacp-form-control:not(.input-checkbox)::-moz-placeholder{opacity:1}.wfacp_mini_cart_start_h .wfacp-form-control::-webkit-input-placeholder{opacity:0!important}.wfacp_mini_cart_start_h .wfacp-form-control::-moz-placeholder{opacity:0!important}.wfacp_mini_cart_start_h .wfacp-form-control:-ms-input-placeholder{opacity:0!important}.wfacp_mini_cart_start_h .wfacp-form-control:-moz-placeholder{opacity:0!important}.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label .wfacp-form-control-wrapper .wfacp-form-control::-webkit-input-placeholder{opacity:1!important}.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label .wfacp-form-control-wrapper .wfacp-form-control::-moz-placeholder{opacity:1!important}.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label .wfacp-form-control-wrapper .wfacp-form-control:-ms-input-placeholder{opacity:1!important}.wfacp_mini_cart_start_h:not(.wfacp-top).wfacp-modern-label .wfacp-form-control-wrapper .wfacp-form-control:-moz-placeholder{opacity:1!important}.wfacp-modern-label .wfacp_mini_cart_start_h .wfacp-form-control-wrapper .wfacp-form-control::-webkit-input-placeholder{opacity:1!important}.wfacp-modern-label .wfacp_mini_cart_start_h .wfacp-form-control-wrapper .wfacp-form-control::-moz-placeholder{opacity:1!important}.wfacp-modern-label .wfacp_mini_cart_start_h .wfacp-form-control-wrapper .wfacp-form-control:-ms-input-placeholder{opacity:1!important}.wfacp-modern-label .wfacp_mini_cart_start_h .wfacp-form-control-wrapper .wfacp-form-control:-moz-placeholder{opacity:1!important}body #wfacp-e-form .wfacp_show_price_wrap span{display:inline-block}body #wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(.order-total) td,body #wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(.order-total) th,body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.wfacp_mini_cart_reviews tr:not(.order-total) td,body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.wfacp_mini_cart_reviews tr:not(.order-total) th,body .wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr:not(.order-total) td,body .wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr:not(.order-total) th{padding:0 0 4px}body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.wfacp_mini_cart_reviews tfoot tr:first-child td,body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.wfacp_mini_cart_reviews tfoot tr:first-child th,body .wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr:first-child td,body .wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr:first-child th{padding-top:16px}body #wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) td,body #wfacp-e-form .wfacp_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) th,body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.wfacp_mini_cart_reviews tr:nth-last-child(2) td,body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content table.shop_table.wfacp_mini_cart_reviews tr:nth-last-child(2) th,body .wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr:nth-last-child(2) td,body .wfacp_mini_cart_start_h table.shop_table.wfacp_mini_cart_reviews tr:nth-last-child(2) th{padding-bottom:16px}body #wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) td span *,body #wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) td span:not(.woocommerce-Price-currencySymbol),body #wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) th,body #wfacp-e-form table.shop_table tr.order-total:not(.recurring-total) th span,body .wfacp_mini_cart_start_h table.shop_table tr.order-total:not(.recurring-total) td span *,body .wfacp_mini_cart_start_h table.shop_table tr.order-total:not(.recurring-total) td span:not(.woocommerce-Price-currencySymbol),body .wfacp_mini_cart_start_h table.shop_table tr.order-total:not(.recurring-total) th span *,body .wfacp_mini_cart_start_h table.shop_table tr.order-total:not(.recurring-total) th span:not(.woocommerce-Price-currencySymbol){line-height:1;font-weight:600}body #wfacp-e-form table.shop_table tr.order-total *,body #wfacp-e-form table.shop_table tr.order-total td,body #wfacp-e-form table.shop_table tr.order-total td span,body #wfacp-e-form table.shop_table tr.order-total td span bdi,body .wfacp_mini_cart_start_h table.shop_table tr.order-total td,body .wfacp_mini_cart_start_h table.shop_table tr.order-total td *,body .wfacp_mini_cart_start_h table.shop_table tr.order-total td span,body .wfacp_mini_cart_start_h table.shop_table tr.order-total td span bdi body #wfacp-e-form table.shop_table tr.order-total td *,body .wfacp_mini_cart_start_h table.shop_table tr.order-total th,body .wfacp_mini_cart_start_h table.shop_table tr.order-total th *,body .wfacp_mini_cart_start_h table.shop_table tr.order-total th span,body .wfacp_mini_cart_start_h table.shop_table tr.order-total th span bdi{font-size:20px}body #wfacp-e-form .wfacp_show_price_wrap,body #wfacp-e-form .wfacp_show_price_wrap *,body #wfacp-e-form .wfacp_show_price_wrap span,body #wfacp-e-form .wfacp_show_price_wrap span bdi{font-size:16px;font-weight:600}#wfacp-e-form .wc-amazon-payments-advanced-populated .create-account>h3{padding-left:8px;padding-right:8px}#wfacp-e-form .wc-amazon-payments-advanced-populated .create-account p{padding:0 8px}#wfacp-e-form .wc-amazon-payments-advanced-populated .create-account{margin-left:-8px;margin-right:-8px}#wfacp-e-form .wfacp_main_wrapper .wc-amazon-payments-advanced-populated .create-account h3{font-size:18px}.editor-styles-wrapper .wp-block{margin-left:auto;margin-right:auto}body #wfacp-e-form a:focus,body .wfacp_mini_cart_start_h a:focus{box-shadow:none;outline-style:none}body #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper .wfacp-form-control{width:100%}body .wfacp-right-panel #coupon_code.wfacp_coupon_failed_error,body .wfacp_woocommerce_form_coupon.wfacp_coupon_failed .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-half .wfacp_coupon_code{box-shadow:0 0 0 1px #e15334!important;border-color:#e15334!important}#wfacp-e-form #add_payment_method #payment div.payment_box::before,#wfacp-e-form #payment div.payment_box::before{display:none}body #wfacp-e-form .wfacp_coupon_msg{margin:0;padding:0 8px}#coupon_code.wfacp_coupon_failed_error,#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half input#coupon_code.wfacp_coupon_failed_error{border-color:#e15334;box-shadow:0 0 0 1px #e15334}body #wfacp-e-form .wfacp_display_block .wfacp_coupon_msg .woocommerce-error,body #wfacp-e-form .wfacp_display_block .wfacp_coupon_msg .woocommerce-message,body #wfacp-e-form .wfacp_display_none .wfacp_coupon_msg .woocommerce-error,body #wfacp-e-form .wfacp_display_none .wfacp_coupon_msg .woocommerce-message{margin-top:8px!important}body .wfacp_mini_cart_start_h .wfacp_display_block .wfacp_coupon_msg .woocommerce-error,body .wfacp_mini_cart_start_h .wfacp_display_block .wfacp_coupon_msg .woocommerce-message,body .wfacp_mini_cart_start_h .wfacp_display_none .wfacp_coupon_msg .woocommerce-error,body .wfacp_mini_cart_start_h .wfacp_display_none .wfacp_coupon_msg .woocommerce-message{margin-top:8px!important}body #wfacp-e-form .wfacp_display_block .wfacp_coupon_msg .woocommerce-error:empty,body #wfacp-e-form .wfacp_display_block .wfacp_coupon_msg .woocommerce-message:empty,body #wfacp-e-form .wfacp_display_none .wfacp_coupon_msg .woocommerce-error:empty,body #wfacp-e-form .wfacp_display_none .wfacp_coupon_msg .woocommerce-message:empty{display:none}body #wfacp-e-form .wfacp_display_none p{margin-bottom:0}body #wfacp-e-form #place_order:after,body #wfacp-e-form .wfacp-next-btn-wrap button:after{opacity:1;font-family:inherit}body #wfacp-e-form #place_order:before,body #wfacp-e-form .wfacp-next-btn-wrap button:before{top:0!important;line-height:1!important;opacity:1}body .wfacp_mini_cart_start_h .shop_table .cart_item:last-child{border:none}body .wfob_bump_wrapper.wfacp_below_mini_cart_items:empty+.shop_table{border-top:1px solid #ddd}#wfacp-e-form .wfacp_checkbox_sec *,#wfacp-e-form .wfacp_main_form .wfacp_checkbox_field *,#wfacp-e-form .wfacp_main_form .woocommerce-account-fields *{line-height:1.2!important}#wfacp-e-form .wfacp_checkbox_sec input[type=checkbox],#wfacp-e-form .wfacp_main_form .wfacp_checkbox_field input[type=checkbox],#wfacp-e-form .wfacp_main_form .woocommerce-account-fields input[type=checkbox]{top:auto}body:not(.wfacpef_page):not(.wfacp_oxygen_template) #wfacp-e-form .woocommerce #place_order,body:not(.wfacpef_page):not(.wfacp_oxygen_template) #wfacp-e-form .woocommerce .wfacp-next-btn-wrap button{padding-top:16px;padding-bottom:16px;padding-right:24px;padding-left:24px}.mo-openid-app-icons+br{display:none}body #wfacp-sec-wrapper #order_coupon_field .woocommerce-message:not(.wfacp_sucuss),body #wfacp-sec-wrapper #order_coupon_field div.woocommerce-error,body #wfacp-sec-wrapper #order_coupon_field ul.woocommerce-error,body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content .woocommerce-message:not(.wfacp_sucuss),body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content div.woocommerce-error,body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content ul.woocommerce-error,body #wfacp-sec-wrapper .wfacp_product_restore_wrap,body #wfacp-sec-wrapper .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message,body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss),body .wfacp_mini_cart_start_h div.woocommerce-error,body .wfacp_mini_cart_start_h ul.woocommerce-error,body .wfacp_product_restore_wrap,body .wfacp_woocommerce_form_coupon .wfacp-coupon-page .wfacp_coupon_error_msg .woocommerce_single_error_message{color:#e15334!important;border-radius:3px;background:0 0;padding:0;border:none!important;font-size:12px;line-height:1.5}body #wfacp-sec-wrapper #order_coupon_field .wfacp_coupon_remove_msg,body #wfacp-sec-wrapper #order_coupon_field .woocommerce-message:not(.wfacp_sucuss),body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,body #wfacp-sec-wrapper .wfacp_mb_mini_cart_sec_accordion_content .woocommerce-message:not(.wfacp_sucuss),body .wfacp-coupon-page .wfacp_coupon_remove_msg,body .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,body .wfacp_mini_cart_start_h .wfacp_coupon_success,body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss){padding:0 0 0 16px;border-radius:3px;color:#24ae4e!important;border:none;margin:0 0 16px;min-height:1px;background:url(/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/notice-tick.svg) no-repeat 0 2px;background-size:12px}body #wfacp-sec-wrapper .woocommerce-message:not(.wfacp_sucuss) *,body .wfacp_mini_cart_start_h .wfacp_coupon_success *,body .wfacp_mini_cart_start_h .woocommerce-message:not(.wfacp_sucuss) *{color:#24ae4e!important}.wfacp_mini_cart_start_h form.checkout_coupon.wfacp_display_block .woocommerce-message,.wfacp_mini_cart_start_h form.checkout_coupon.wfacp_invalid_coupon .wfacp_coupon_msg{margin-top:8px}body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_error_msg>.woocommerce_single_error_message,body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_field_msg>.wfacp_single_coupon_msg,body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_remove_msg{margin-top:8px!important;margin-bottom:0!important}#wfacp-sec-wrapper .wfacp_invalid_coupon .wfacp-form-control,.wfacp_mini_cart_start_h .wfacp_invalid_coupon .wfacp-form-control{border-color:#e15334;box-shadow:0 0 0 1px #e15334}body #wfacp-sec-wrapper .wfacp_main_form #wfacp_checkout_form .wfacp_coupon_remove_msg{margin-left:8px;margin-right:8px}#wfacp-e-form .wfacp_collapsible_order_summary_wrap:not(.wfacp-top) .wfacp_mb_mini_cart_wrap p.wfacp-form-control-wrapper.wfacp-anim-wrap label.wfacp-form-control-label{top:6px;font-size:12px!important;background:0 0;bottom:auto;right:auto;margin-top:0;line-height:16px}body #wfacp-e-form .wfacp_collapsible_order_summary_wrap.wfacp .wfacp-top label.wfacp-form-control-label{font-size:14px}@media (pointer:coarse){html{-webkit-overflow-scrolling:touch;overflow:auto}body{-webkit-overflow-scrolling:touch}}@media (max-width:1200px){#wfacp-e-form .wfacp-product-quantity p.form-row{display:inline-block;width:50%}}@media (min-width:768px)and (max-width:1024px){body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-first{width:60%!important;float:left!important}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-last{width:40%!important;float:left!important}#wfacp-e-form .wfacp_desktop .wfacp_custom_breadcrumb,#wfacp-e-form .wfacp_desktop .wfacp_form_steps,#wfacp-e-form .wfacp_desktop .wfacp_mb_mini_cart_wrap,#wfacp-e-form .wfacp_main_form .wfacp_desktop .wfacp_steps_wrap,body .wfacp_desktop_view{display:none}#wfacp-e-form .wfacp_main_form .wfacp_tablet .wfacp_steps_wrap,#wfacp-e-form .wfacp_tablet .wfacp_custom_breadcrumb,#wfacp-e-form .wfacp_tablet .wfacp_form_steps,#wfacp-e-form .wfacp_tablet .wfacp_mb_mini_cart_wrap,body .wfacp_tablet_view{display:block}.wfacp_mini_cart_classes.wfacp_tablet form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_block{display:block!important;margin-top:0}.wfacp_mini_cart_classes.wfacp_desktop_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_none,.wfacp_mini_cart_classes.wfacp_mobile_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_none{display:none}}@media (min-width:991px){#wfacp-e-form .has-multi-step-checkout .multi-step-checkout-wrapper{width:100%;padding-right:0;float:none;margin:0}}@media (max-width:991px){body .wfacp-template-wrap.wfacp-template-container .wfacp-template-primary{padding:20px 16px}#wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian{padding:16px 12px}#wfacp-e-form .wfacp_mb_cart_accordian span{font-size:16px;line-height:1.5}#wfacp-e-form .wfacp-left-wrapper{width:100%;float:none;padding-left:8px;padding-right:8px}#wfacp-e-form .wfacp-right-wrapper{width:auto;float:none;margin:16px}#wfacp-e-form .wfacp-right-panel{position:unset;width:100%;border-bottom:1px solid #e1e1e1;bottom:0;display:block;float:none}.wfacp_mini_cart_start_h .wfacp_order_sum tr td:first-child{text-align:left;width:60%}#wfacp-e-form .wfacp-right-panel{padding:20px;margin-bottom:30px}#wfacp-e-form .wfacp-coupon-section{clear:both;width:100%}#wfacp-e-form .wfacp_main_form .woocommerce-checkout .button.button#place_order{font-size:14px}#wfacp-e-form .wfacp_main_form label.wfacp-form-control-label{font-size:13px}#wfacp-e-form .wfacp_main_form .wfacp-comm-title h4{font-size:14px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_ps_title_wrap{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet .wfacp_product_sec_start{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}@media (max-width:1024px){.wfacp-order2StepNumber{width:30px;height:30px;border-radius:50px;font-size:18px;line-height:28px;margin-right:12px}.wfacp-payment-tab-list.wfacp-active{padding:22px 12px}.wfacp-payment-tab-list.wfacp-tab2{padding:18px 15px}}@media (min-width:668px)and (max-width:956px){#wfacp-e-form .wfacp-container.wfacp-inner-header p{padding:0 18px 8px}}@media (min-width:481px)and (max-width:767px){body .wfacp_main_form.woocommerce .wfacp-product-switch-title .product-remove{width:60%}body .wfacp_main_form.woocommerce .wfacp_qty_price_wrap{width:40%}}@media (min-width:320px)and (max-width:767px){#wfacp-e-form .mob_list{display:block}#wfacp-e-form .wfacp-container{width:100%}#wfacp-e-form .wfacp-right-panel{width:100%;max-width:100%;float:unset;margin-bottom:30px}#wfacp-e-form .wfacp-oder-detail_left span{font-size:18px}#wfacp-e-form .wfacp-oder-detail_right{font-size:16px}#wfacp-e-form .step-by-txt{padding:0 16px}#wfacp-e-form .step-by-step ul li{width:100%;margin-right:0}#wfacp-e-form .wfacp-middle-container{max-width:100%}#wfacp-e-form .wfacp-container.wfacp-inner-header p{float:unset;padding:45px 0 10px;text-align:right}#wfacp-e-form .wfacp-left-wrapper{width:100%;float:unset;padding:0}#wfacp-e-form .wfacp-right-wrapper{width:100%;float:unset}#wfacp-e-form .wfacp-image-wrapper{max-width:225px;max-height:230px;float:unset;margin:0 auto 14px}#wfacp-e-form .wfacp-prodct-detail-left{margin:0;width:100%}#wfacp-e-form .wfacp_layout_content_wrapper{padding:0}#wfacp-e-form .none.div_wrap_sec{padding:0}#wfacp-e-form .wfacp_product .wfacp-prodct-image-wrap{max-width:80%;float:none;margin:auto auto 10px auto}body .wfacp_main_form.woocommerce .wfacp-product-switch-title .product-remove{width:60%}body .wfacp_main_form .wfacp_qty_price_wrap{width:40%}}@media (min-width:768px){#wfacp-e-form p.form-row.wfacp-col-full{clear:both;width:100%}#wfacp-e-form p.form-row.wfacp-col-left-half{float:left;width:50%;clear:none}#wfacp-e-form p.form-row.wfacp-col-left-third{width:33.3%;float:left;clear:none}#wfacp-e-form p.form-row.wfacp-col-two-third{width:66.7%;float:left;clear:none}#wfacp-e-form .wfacp-panel-wrapper.wfacp_left_right,#wfacp-e-form .wfacp-panel-wrapper.wfacp_top_bottom{padding-bottom:30px}body #wfacp-e-form .wfacp_order_summary{padding:0 8px}#wfacp-e-form .wfacp_form_cart form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half label{bottom:auto;margin-top:-8px}#wfacp-e-form .wfacp_form_cart form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half.wfacp-anim-wrap label{margin-top:0}body #wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant.wfacp-col-full #vat_number-description{position:relative;bottom:0;left:0;font-size:13px}body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=checkbox],body #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=radio]{top:50%;margin-top:-8px}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon.woocommerce-form-coupon .form-row-last.wfacp-col-left-half button.button.wfacp-coupon-btn{margin:0;width:100%;letter-spacing:0}body .wfacp_main_form .wfacp_qty_price_wrap .product-name{padding-left:70px}#wfacp_smart_buttons #checkout_paypal_message+div{margin-bottom:0!important}body .wfacp-template-wrap.wfacp-template-container{max-width:1200px;width:100%;margin:60px auto}.wfacp-template-wrap.wfacp-template-container #wfacp-e-form .wfacp-main-container{background:0 0}.wfacp-template-wrap.wfacp-template-container .wfacp-template-primary{background-color:#fff;padding:70px;overflow:hidden;max-width:100%}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_not_force_all .wfacp_product_switcher_col_1 input[type=checkbox],body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_not_force_all .wfacp_product_switcher_col_1 input[type=radio]{margin-top:-8px}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 input[type=checkbox]{top:0;margin-top:0}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 input[type=checkbox],body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 input[type=radio]{top:auto;margin-top:0}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 .product-image,body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 input[type=checkbox],body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_1 input[type=radio],body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_quantity_selector{margin-top:4px}body #wfacp-e-form .wfacp-form .wfacp_main_form:not(.wfacp_single_step_form) .wfacp-order-place-btn-wrap{padding-bottom:0}body #wfacp-e-form .wfacp-form .wfacp_main_form:not(.wfacp_single_step_form) .sec_text_wrap,body #wfacp-e-form .wfacp-form .wfacp_main_form:not(.wfacp_single_step_form) .wfacp_back_cart_link{padding:0;margin-top:16px;position:relative}body #wfacp-e-form .wfacp-form .wfacp_main_form:not(.wfacp_single_step_form) .btm_btn_sec:not(.wfacp_back_cart_link),body #wfacp-e-form .wfacp-form .wfacp_main_form:not(.wfacp_single_step_form) .place_order_back_btn{z-index:1;position:relative;margin:0;bottom:auto;right:auto;top:auto;left:auto;text-align:center}body #wfacp-e-form .wfacp-form .wfacp_main_form:not(.wfacp_single_step_form) .place_order_back_btn{margin-top:16px}body .wfacp_main_form.woocommerce .wfacp-product-switch-title .product-remove{width:65%}body .wfacp_main_form.woocommerce .wfacp_qty_price_wrap{width:35%}body.wfacpef_page #wfacp-e-form form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last .wfacp-coupon-btn{width:100%}}@media (max-width:767px){.wfacp-template-wrap.wfacp-template-container .wfacp-template-primary{padding:0}body.elementor-editor-active #wfacp_smart_buttons .placeholder-line{background-size:contain;height:60px}#wfacp-e-form .wfacp_desktop .wfacp_custom_breadcrumb,#wfacp-e-form .wfacp_desktop .wfacp_form_steps,#wfacp-e-form .wfacp_desktop .wfacp_mb_mini_cart_wrap,#wfacp-e-form .wfacp_desktop .wfacp_steps_wrap,#wfacp-e-form .wfacp_tablet .wfacp_custom_breadcrumb,#wfacp-e-form .wfacp_tablet .wfacp_form_steps,#wfacp-e-form .wfacp_tablet .wfacp_mb_mini_cart_wrap,#wfacp-e-form .wfacp_tablet .wfacp_steps_wrap,body .wfacp_desktop_view,body .wfacp_tablet_view{display:none}#wfacp-e-form .wfacp_mobile .wfacp_custom_breadcrumb,#wfacp-e-form .wfacp_mobile .wfacp_form_steps,#wfacp-e-form .wfacp_mobile .wfacp_mb_mini_cart_wrap,#wfacp-e-form .wfacp_mobile .wfacp_steps_wrap,body .wfacp_mobile_view{display:block}.wfacp_mini_cart_classes.wfacp_mobile_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_block{display:block!important;margin-top:0}.wfacp_mini_cart_classes.wfacp_desktop_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_none,.wfacp_mini_cart_classes.wfacp_tablet_view form.wfacp_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wfacp_display_none{display:none}#wfacp-e-form .wfacp_main_form table.shop_table.woocommerce-checkout-review-order-table{table-layout:fixed}#wfacp-e-form .wfacp_main_form table.shop_table.woocommerce-checkout-review-order-table td.product-name-area{width:70%}#wfacp-e-form .wfacp_main_form table.shop_table.woocommerce-checkout-review-order-table td.td.product-total{width:30%}#wfacp-e-form .wfacp_custom_breadcrumb{display:none}#wfacp-e-form .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item .product-price del,#wfacp-e-form .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item.wfacp-selected-product .product-price ins{display:block}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul{max-width:100%;margin-bottom:0;display:table;width:100%;height:100%}#wfacp-e-form .wfacp_custom_breadcrumb .wfacp_steps_sec ul li{width:33%;margin-left:25px;font-size:12px;line-height:16px;margin-bottom:0;display:table-cell;vertical-align:top;padding:0 20px}body #wfacp-e-form .wfacp_main_form.woocommerce.wfacp_single_multi_form.wfacp_two_step .wfacp_custom_breadcrumb_el ul li{width:50%}#wfacp-e-form .wfacp_custom_breadcrumb{text-align:center;margin:0 auto 30px}#wfacp-e-form .wfacp-comm-wrapper form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half{float:left}#wfacp-e-form .wfacp-coupon-section{padding:0}#wfacp-e-form .wfacp-left-panel{padding:0}#wfacp-e-form .wfacp_main_form .woocommerce-checkout .button.button{width:100%}#wfacp-e-form .wfacp-form .woocommerce-form-login-toggle .woocommerce-info{padding-bottom:16px;margin-bottom:0}#wfacp-e-form .wfacp_main_form .woocommerce-checkout .button.button{width:100%;margin:0}#wfacp-e-form .wfacp-form .wfacp_main_form .woocommerce-checkout #place_order,#wfacp-e-form .wfacp-form .wfacp_main_form .woocommerce-checkout button.wfacp_next_page_button{margin:0;padding:14px 20px;width:100%}#wfacp-e-form form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half.wfacp-anim-wrap label{margin-top:0}#wfacp-e-form .wfacp-form .wfacp_order_summary{padding:0 8px}#wfacp-e-form .wfacp_main_form .aelia_wc_eu_vat_assistant>label{top:20px;bottom:auto;margin-top:0}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-section.wfacp_custom_row_wrap .wfacp_coupon_field_box p:first-child{margin-top:0!important}#wfacp-e-form .wfacp_main_form #customer_location_self_certified_field #customer_location_self_certified-description{margin-top:0}#wfacp-e-form .woocommerce-form-login-toggle .woocommerce-info a.showlogin:focus{color:#dd7575}#wfacp-e-form .wfacp_main_form .woocommerce-checkout .button.button#place_order{font-size:20px}#wfacp-e-form .wfacp_main_form .wfacp_section_title{font-size:18px}#wfacp-e-form .wfacp_main_form label.wfacp-form-control-label{font-size:13px}#wfacp-e-form .wfacp_main_form .wfacp-comm-title h4{font-size:14px}#wfacp-e-form body p{font-size:14px}body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon p.form-row{width:100%;float:none;margin:0 0 10px}body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon p.form-row button{width:100%}body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon p.form-row:last-child{margin-bottom:0}#wfacp-e-form .wfacp-order-place-btn-wrap{margin-bottom:0}.wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-col-left-half{width:100%;margin-bottom:16px}.wfacp_mini_cart_start_h form.checkout_coupon.woocommerce-form-coupon .wfacp-col-full{max-width:100%;padding:0;width:100%}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-info.wc-amazon-payments-advanced-info{text-align:center}body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-info.wc-amazon-payments-advanced-info img{margin:0 auto}body #wfacp-e-form .wfacp_main_form.woocommerce #payment button#place_order,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-next-btn-wrap button{margin:0}body #wfacp-e-form .wfacp-col-full,body #wfacp-e-form .wfacp_main_form .wfacp-col-full,body #wfacp-e-form .wfacp_main_form .wfacp-col-left-half:not(.wfacp-remember-me):not(.lost_password),body #wfacp-e-form .wfacp_main_form .wfacp-col-left-third,body #wfacp-e-form .wfacp_main_form .wfacp-col-two-third,body #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-left-half,body #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon.wfacp-form-control-wrapper.wfacp-col-left-third,body #wfacp-e-form form.checkout #billing_first_name_field,body #wfacp-e-form form.checkout #billing_last_name_field,body #wfacp-e-form form.checkout #shipping_first_name_field,body #wfacp-e-form form.checkout #shipping_last_name_field,body.woocommerce-page #wfacp-e-form form .wfacp-col-full{width:100%;float:none}#wfacp-e-form .wfacp_main_form input[type=date],#wfacp-e-form .wfacp_main_form input[type=email],#wfacp-e-form .wfacp_main_form input[type=password],#wfacp-e-form .wfacp_main_form input[type=tel],#wfacp-e-form .wfacp_main_form input[type=text],#wfacp-e-form .wfacp_main_form select,#wfacp-e-form .wfacp_main_form textarea,body #wfacp-e-form .wfacp_form_steps .wfacp-panel-wrapper .wfacp_main_form .form-row .wfacp-form-control,body #wfacp-e-form .wfacp_form_steps .wfacp-panel-wrapper .wfacp_main_form .woocommerce-page .form-row .wfacp-form-control,body #wfacp-e-form .wfacp_form_steps .wfacp-panel-wrapper .wfacp_main_form input[type=date],body #wfacp-e-form .wfacp_form_steps .wfacp-panel-wrapper .wfacp_main_form input[type=text]{width:100%}body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-half{width:50%!important;float:left!important}body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-one-third{width:33.3%!important;float:left!important}body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-two-third{width:66.66%!important;float:left!important}body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-half,body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-one-third,body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-two-third,body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row.wfacp-mobile-col-half+.wfacp_clear{clear:none}body #wfacp-e-form .wfacp-mobile-col-clearfix,body #wfacp-e-form .wfacp_main_form.woocommerce p.form-row-wide.wfacp-mobile-col-clearfix{clear:both}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item:not(.wfacp-selected-product):hover{background-color:transparent}body #wfacp-e-form .wfacp_single_multi_form .sec_text_wrap{padding-bottom:35px}body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=checkbox],body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 input[type=radio]{top:auto;margin-top:4px!important}body.yes_sticky #wfacp-e-form .wfacp-form .wfacp_main_form .woocommerce-checkout #payment button#place_order,body.yes_sticky #wfacp-e-form .wfacp-form .wfacp_main_form .woocommerce-checkout button#place_order,body.yes_sticky .wfacp-form .wfacp_main_form .woocommerce-checkout button.wfacp_next_page_button{position:fixed;bottom:0;left:0;right:0;z-index:999;border-radius:0;margin:0;line-height:1.5}.wfacp_show_icon_wrap.wfacp_no_title span:empty{height:20px}.wfacp_show_icon_wrap.wfacp_no_title a span:empty+img{right:0}body.wfacp_checkout-template-wfacp-full-width,html.wfacp_html_boxed{background:#fff}body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name-area{width:70%}body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total{width:30%}body #wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content form.checkout_coupon p.form-row-last{margin:0}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_setting_qty_hide .wfacp_ps_title_wrap{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}body #wfacp-e-form .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style.wfacp_setting_qty_hide .wfacp_product_sec_start{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}body #wfacp-e-form .wfacp_mb_mini_cart_wrap table.shop_table.woocommerce-checkout-review-order-table_layout_9{table-layout:fixed}body #wfacp-e-form .wfacp_mb_mini_cart_wrap table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr td{width:50%}body #wfacp-e-form .woocommerce .form-row:not(.wfacp-remember-me):not(.lost_password){width:100%!important;float:none!important}#wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper:first-child{width:60%!important;float:left!important}body #wfacp-e-form .woocommerce .wfacp-coupon-section .wfacp-coupon-page p.form-row-last{width:40%!important;float:left}}@media (max-width:668px){#wfacp-e-form .wfacp-oder-detail_left{width:40%}#wfacp-e-form .wfacp-terms-wrap p{font-size:12px}#wfacp-e-form .wfacp-terms-wrap a{font-size:14px}#wfacp-e-form .wfacp-product-details h2{font-size:14px}#wfacp-e-form h1.has-image.product-title{font-size:16px}#wfacp-e-form .wfacp-product-quantity p.form-row{display:inline-block;width:50%}#wfacp-e-form .wfacp_layout_content_wrapper .wfacp-form .wfacp_order_summary_box .wfacp-comm-form-detail .wfacp-row{margin-left:-8px;margin-right:-8px}#wfacp-e-form .wfacp_mb_mini_cart_wrap{padding:0}}@media (max-width:480px){body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-first,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-last,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-last button,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-half.wfacp-input-form,body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-left-third.wfacp-input-form body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-col-two-third.wfacp-input-form{width:100%;float:none}body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .form-row.wfacp_coupon_btn_wrap{width:100%;float:none;margin-top:0}#wfacp-e-form .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian{padding:16px 10px}#wfacp-e-form .wfacp_mb_mini_cart_sec_accordion_content{padding:10px 10px 0 10px}.wfacp_custom_breadcrumb.wfacp_custom_breadcrumb_el{padding:16px 10px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{-webkit-appearance:none}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:60px}#wfacp-e-form .wfacp-product-switch-title .product-quantity,body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_3 .wfacp_product_quantity_container{max-width:60px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity,body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel input[type=number]{width:30px}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button{width:15px}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{padding-left:70px}.wfacp_quantity.q_h{position:relative}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button{width:15px;position:absolute}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button.wfacp_decrease_item{left:0;top:0}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .value-button.wfacp_increase_item{right:0;top:0}body .wfacp_main_form #product_switching_field.wfacp-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wfacp_product_switcher_col_3 .wfacp_quantity_selector input.wfacp_product_switcher_quantity{margin:0 16px}body .wfacp_main_form .single_preview .single_preview_contents{display:flex;flex-direction:column;align-items:baseline}body #wfacp-e-form .wfacp_main_form .single_preview_inner:first-child{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%;padding:0;margin:0 0 4px}body #wfacp-e-form .wfacp_main_form .single_preview_inner{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}body #wfacp-e-form .wfacp_main_form .single_preview{padding:6px 0!important}body #wfacp-e-form .wfacp_main_form .wfacp_step_preview a{font-size:12px!important}body #wfacp-e-form .wfacp_main_form .wfacp_step_preview{padding:2px 10px!important}}@media (max-width:375px){#wfacp-e-form .wfacp_show_price_wrap{width:auto}body .wfacp_main_form #product_switching_field.wfacp_for_desktop_tablet.wfacp_for_mb_style .wfacp_product_switcher_col_3 .product-price{padding-left:70px}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}p{margin-bottom:1.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}.wffn-page-template label{font-size:16px}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,button,input,optgroup,select,textarea{color:#404040;font-family:sans-serif;font-size:16px;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both;margin-top:0}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#ccc #ccc #bbb;-webkit-border-radius:8px;border-radius:8px;background:#e6e6e6;color:rgba(0,0,0,.8);font-size:12px;font-size:.75rem;line-height:1;padding:.6em 1em .4em}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text] :not(#oxygen-add-sidebar),input[type=time],input[type=url],input[type=week],textarea :not(#oxygen-add-sidebar){color:#666;border:1px solid #ccc;-webkit-border-radius:8px;border-radius:8px;padding:3px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus :not(#oxygen-add-sidebar),input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus :not(#oxygen-add-sidebar){color:#111}select{font-family:"Open Sans",Sans-serif;font-size:14px;border:1px solid #cecece;border-radius:8px;background-color:transparent;width:250px;color:#333;-webkit-border-radius:8px;-moz-border-radius:8px;padding:8px}textarea{width:100%}a{color:#4169e1}a:active,a:hover{outline:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:after,.clear:before{content:"";display:table;table-layout:fixed}.clear:after{clear:both}.widget{margin:0 0 1.5em}.widget select{max-width:100%}embed,iframe,object{max-width:100%}#oxygen-sidebar img.oxygen-add-global-color-icon{width:16px;height:16px}iframe#ct-artificial-viewport{max-width:unset}.wffn-page-template td .label,.wffn-page-template td dl,.wffn-page-template td form,.wffn-page-template td input,.wffn-page-template td label,.wffn-page-template td p,.wffn-page-template td select{margin:inherit}.wffn-page-template .button,.wffn-page-template button,.wffn-page-template fieldset,.wffn-page-template input,.wffn-page-template select,.wffn-page-template textarea{margin-bottom:inherit}.wffn-page-template .elementor-widget-container .elementor-image-gallery .gallery-item{padding:0}.wffn-page-template #oceanwp-cart-sidebar-wrap,.wffn-page-template #owp-qv-wrap{display:none}.wffn-page-template .mk-post-nav.mk-post-next,.wffn-page-template .mk-post-nav.mk-post-prev{display:none}.wffn-page-template .fusion-privacy-bar.fusion-privacy-bar-bottom{display:none}.wffn-page-template .elementor-image-gallery .w-gallery-item:last-child{padding-right:0}.wffn-page-template .elementor-image-gallery .w-gallery-item{padding-right:5px;display:inline-block}.wffn-page-template .elementor-image-gallery .w-gallery-list{display:block;text-align:center}.wffn-page-template .variations td{border:none}.wffn-page-template .cart-widget-side,.wffn-page-template .mobile-nav.slide-from-left,.wffn-page-template .woodmart-search-full-screen{display:none}.wfocu-product-gallery a{display:block;text-align:center}.wfocu-product-carousel-nav .wfocu-thumb-col{text-align:-webkit-center}.wfocu-skip-offer-link{-webkit-transition:ease-in-out .4s all;-khtml-transition:ease-in-out .4s all;-moz-transition:ease-in-out .4s all;-ms-transition:ease-in-out .4s all;-o-transition:ease-in-out .4s all;transition:ease-in-out .4s all}.wfocuswal-popup #wfocuswal-content{font-size:19px;font-family:"Open Sans" sans-serif}@media (max-width:767px){.wffn-page-template .elementor-widget-container .elementor-image-gallery{text-align:center}.wffn-page-template .elementor-widget-container .elementor-image-gallery figure img{width:50px}.wffn-page-template .elementor-widget-container .elementor-image-gallery .gallery{display:block}.wffn-page-template .elementor-widget-container .elementor-image-gallery .gallery-item{padding-right:5px;display:inline-block;float:none;width:auto}.wffn-page-template .elementor-widget-container .elementor-image-gallery .gallery-item:last-child{padding-right:0}}.wfty-order-notice{width:100%;float:left;margin-bottom:20px}.wfty-order-notice p{margin-bottom:0!important;padding-bottom:15px!important}.wfty-order-notice a{color:#2ea3f2!important}.wfty-order-notice a:hover{color:#444!important}.wfty-order-notice a.wfty_n_btn{font-size:14px;font-weight:500;padding:.3em 1em;line-height:1.7em!important;background:0 0;position:relative;border:2px solid;border-radius:8px;-webkit-transition:all .2s;transition:all .2s;color:#444!important}.wfty-order-notice a.wfty_n_btn:hover{background:rgba(0,0,0,.05);border:2px solid transparent;color:#2ea3f2!important}body.wffn_landing-template-wflp-boxed,body.wffn_optin-template-wfop-boxed,body.wffn_oty-template-wfoty-boxed,body.wffn_ty-template-wftp-boxed,html.wflp_html_boxed,html.wfop_html_boxed,html.wfoty_html_boxed,html.wftp_html_boxed{background:#f5f5f5}html.wflp_html_canvas,html.wfop_html_canvas,html.wfoty_html_canvas,html.wftp_html_canvas{background:0 0}#et_wfty_order_details .wffn_order_details_table .wfty_wrap .wfty_subscription table tr td,#et_wfty_order_details .wffn_order_details_table .wfty_wrap .wfty_subscription table tr th{text-align:left}@media (max-width:767px){body .woofunnels-container.wflp-boxed .woofunnels-primary,body .woofunnels-container.wfop-boxed .woofunnels-primary,body .woofunnels-container.wfoty-boxed .woofunnels-primary,body .woofunnels-container.wftp-boxed .woofunnels-primary{padding:15px}}@media (min-width:768px){body .woofunnels-container.wflp-boxed,body .woofunnels-container.wfop-boxed,body .woofunnels-container.wfoty-boxed,body .woofunnels-container.wftp-boxed{max-width:1200px;width:100%;margin:60px auto}body .woofunnels-container.wflp-boxed .woofunnels-primary,body .woofunnels-container.wfop-boxed .woofunnels-primary,body .woofunnels-container.wfoty-boxed .woofunnels-primary,body .woofunnels-container.wftp-boxed .woofunnels-primary{background-color:#fff;padding:70px;overflow:hidden;max-width:100%}}@media (max-width:768px){.bwf_reverse_column,.bwfac_reverse{display:flex;flex-direction:column-reverse}}body .et_pb_section.wfacp-divi-fullwidth .et_pb_row,body .et_pb_section.wflp-divi-fullwidth .et_pb_row,body .et_pb_section.wfop-divi-fullwidth .et_pb_row,body .et_pb_section.wfoty-divi-fullwidth .et_pb_row,body .et_pb_section.wfty-divi-fullwidth .et_pb_row{width:100%!important}#page-container.wflp-canvas,#page-container.wfop-canvas,#page-container.wfoty-canvas,#page-container.wftp-canvas{padding-top:0!important}#oxygen-sidebar input,#oxygen-sidebar select,#oxygen-sidebar textarea{color:#fff;border:none;line-height:1.15}#oxygen-sidebar .oxygen-add-searchbar{padding:8px 30px 8px 30px}#oxygen-sidebar img.oxygen-add-global-color-icon{width:16px;height:16px}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://vaelys.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}p.bwfan_user_consent{text-align:left;padding:0}#wfacp-e-form p.bwfan_user_consent,#wfacp-e-form p.bwfan_user_consent.wfacp-col-full{text-align:left;padding:0}p.bwfan_user_consent label{font-weight:400;padding:0 0 0 25px;margin:0;position:relative}#wfacp-e-form p.bwfan_user_consent label{font-weight:400;padding:0 0 0 25px;margin:0;position:relative}p.bwfan_user_consent label input{position:absolute;left:0;top:2px;padding:0;margin:0}#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap.bwfan_birthday_date input[type=date]::-webkit-calendar-picker-indicator{top:-7px!important}#wfacp_checkout_form .wfacp_bwfan_birthday_date_field .wfacp-modern-label input[type=date]::-webkit-calendar-picker-indicator{position:relative;top:0}#wfacp_checkout_form .wfacp_bwfan_birthday_date_field .wfacp-inside input[type=date]::-webkit-calendar-picker-indicator{position:relative;top:-7px}#wfacp_checkout_form .wfacp_bwfan_birthday_date_field{clear:both}#wfacp_checkout_form .wfacp_bwfan_birthday_date_field .wfacp-form-control{padding-top:15px;background:#fff;box-shadow:none}.wfacp_bwfan_birthday_date_field #bwfan_birthday{width:100%}.bwfan-tyb-wrap{display:block;clear:both}.bwfan-tyb-wrap>div{display:block;clear:both;margin-bottom:5px}.bwfan-tyb-wrap .bwfan-tyb-field{display:flex;flex:250px 1;gap:10px}.bwfan-tyb-wrap .bwfan-tyb-field *{margin:0;box-sizing:border-box}.bwfan-tyb-wrap input#bwfan-tyb-field{width:40%;height:45px;padding:10px 12px}.bwfan-tyb-wrap #bwfan-tyb-save-btn{text-shadow:none;padding:0 20px;cursor:pointer;text-decoration:none!important;background-color:#e5e3e3;height:45px;line-height:45px;transition:all .4s ease-out;-webkit-transition:all .4s ease-out;white-space:nowrap}.bwfan-tyb-wrap #bwfan-tyb-save-btn:hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}#bwfan_birthday{width:40%;height:45px}.bwfan-tyb-response .bwfan-tyb-msg:empty{display:none}.bwfan-tyb-response .bwfan-tyb-msg{font-size:15px}.bwfan-btn-spin{opacity:1!important;position:relative;color:rgba(255,255,255,.05)!important;pointer-events:none!important}.bwfan-btn-spin::-moz-selection{color:rgba(255,255,255,.05)!important}.bwfan-btn-spin::selection{color:rgba(255,255,255,.05)!important}.bwfan-btn-spin:after{animation:bwfan_spin .5s infinite linear;border:2px solid #fff;border-radius:50%;border-right-color:transparent!important;border-top-color:transparent!important;content:"";display:block;width:16px;height:16px;top:50%;left:50%;margin-top:-8px;margin-left:-8px;position:absolute}@keyframes bwfan_spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#wfacp-sec-wrapper .woocommerce-input-wrapper.bwfan-dob-wrapper,.bwfan-dob-wrapper{display:flex;gap:8px}#wfacp-e-form label.bwfan-birthday-label{position:relative;left:0;margin-bottom:6px!important}#wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap select.bwfan-dob-field:not(:first-child){padding:8px!important}.bwfan-dob-wrapper input,.bwfan-dob-wrapper select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-color:#fff;border:1px solid #000;border-radius:4px;padding:10px;font-size:14px;color:#333;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E)!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:8px 8px!important}.bwfan-dob-wrapper select[name=bwfan_birthday_date_mm]{min-width:120px!important;width:40%!important}.bwfan-dob-wrapper select[name=bwfan_birthday_date_dd]{min-width:80px!important;width:30%!important}.bwfan-dob-wrapper select[name=bwfan_birthday_date_yy]{min-width:100px!important;width:30%!important}.bwfan-dob-wrapper input:focus,.bwfan-dob-wrapper select:focus{outline:0;border-color:#999}.bwfan-dob-wrapper select::-ms-expand{display:none}.bwfan-dob-wrapper select option:first-child{color:#757575}.bwfan-dob-wrapper select:disabled{background-color:#f5f5f5;cursor:not-allowed}body .wfacp_main_form.woocommerce #wfacp_checkout_form div.form-row.bwfan-birthday-wrap>label{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:0!important;opacity:1!important;display:block!important;margin-bottom:8px!important}body .wfacp_main_form.woocommerce #wfacp_checkout_form div.form-row.bwfan-birthday-wrap{margin:0!important}#wfacp-e-form .wfacp_main_form.woocommerce .wfacp-form-control-wrapper.bwf-dob-field-wrap select.wfacp-form-control.bwfan-dob-field{padding:12px!important;-webkit-appearance:none!important;-moz-appearance:none!important}body .wfacp_main_form.woocommerce #wfacp_checkout_form div.form-row.bwfan-birthday-wrap .form-row.bwf-dob-field-wrap.bwfan_birthday_date{min-height:auto!important;padding-left:0!important}