/*!
 * WooCommerce Bulk Variations 2.1.5
 * Copyright 2022 Barn2 Plugins
 */
.wc-bulk-variations-table-wrapper{--color:#666;--background-color:#e2e2e2;--highlight-color:#fff;--highlight-background-color:#65bc7b;--selected-color:var(--highlight-background-color);--radius:30px;margin:1.5em 0;padding:0 2px;width:100%}.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper{overflow-x:auto}.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper::-webkit-scrollbar{-webkit-appearance:none;height:10px;margin:0}.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border-radius:5px;box-shadow:0 0 1px hsla(0,0%,100%,.5)}.wc-bulk-variations-table{--v:2;--h:4;--cols:var(--v);--rows:var(--h);--min-col:40px;margin:0 -10px 15px}.wc-bulk-variations-table .wcbvp-row{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;grid-auto-rows:1fr;width:auto}.wc-bulk-variations-table .wcbvp-row>*{padding:4px 8px;word-break:normal}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header{align-items:flex-start;flex-direction:column-reverse;grid-row:1}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header>.product-thumbnail-wrapper,.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header>img{margin-top:1em}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-row-header{align-items:flex-start;grid-column:1;margin:0}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-row-header .wcbvp-header-block>span{margin:0 1em}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header.wcbvp-row-header{flex-direction:column;grid-column:1;grid-row:1;height:100%;margin:auto 0 0}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header.wcbvp-row-header>*{align-self:center;margin:0;white-space:nowrap}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header.wcbvp-row-header>div:nth-child(2){margin:0 .5ch}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header.wcbvp-row-header>select{display:block;font-weight:400;height:auto;padding:6px;width:100%}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header.wcbvp-row-header>select:not(:last-child){margin-bottom:3px}.wc-bulk-variations-table .wcbvp-row>.wcbvp-header .wcbvp-header-block{display:flex}.wc-bulk-variations-table .wcbvp-row>.wcbvp-cell .price,.wc-bulk-variations-table .wcbvp-row>.wcbvp-cell .stock{margin:0}.wc-bulk-variations-table .wcbvp-row:not(.vert).left-label>.wcbvp-row-header:not(.wcbvp-col-header){flex-direction:row-reverse;justify-content:space-between}.wc-bulk-variations-table .wcbvp-row:not(.vert).top-label>.wcbvp-col-header:not(.wcbvp-row-header){flex-direction:column-reverse}.wc-bulk-variations-table .wcbvp-row:not(.vert).top-label>.wcbvp-col-header.wcbvp-row-header{margin:0 0 auto}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation{border:2px solid transparent;border-radius:4px;display:flex;flex-flow:row wrap;margin:0 -4px;padding:1px 0}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation.selected{border-color:var(--selected-color)}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation>*{flex:1;margin:1px 2px;min-width:var(--min-col)}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation select.wcbvp-additional-attribute{height:auto;padding:6px}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button{display:flex;margin-bottom:3px}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button>*{flex:1}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button>:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button>:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button>input[type=number]{height:auto;min-width:var(--min-col);padding:6px}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button>button[type=button] .icon{display:block;height:100%;width:16px}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button>button[type=button].add .icon{--mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="%23999" d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z" class=""></path></svg>');background-color:var(--color);mask:var(--mask);-webkit-mask:var(--mask);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.wc-bulk-variations-table .wcbvp-row .wcbvp-form-variation .wcbvp-quantity-button>button[type=button].edit .icon{--mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" d="M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z" class=""></path></svg>');background-color:var(--color);mask:var(--mask);-webkit-mask:var(--mask)}.wc-bulk-variations-table .wcbvp-row input.wcbvp-quantity{border:1px solid #ccc;box-sizing:border-box;height:100%;margin-bottom:0!important;padding:5px;width:100%}.wc-bulk-variations-table .wcbvp-row input.wcbvp-quantity:disabled{opacity:.5}.wc-bulk-variations-table .wcbvp-row .woocommerce-Price-amount{text-align:left}.wc-bulk-variations-table .wcbvp-row .woocommerce-price-suffix .woocommerce-Price-amount{display:inline-block}.wc-bulk-variations-table.vert{--cols:var(--h);--rows:var(--v);display:flex}.wc-bulk-variations-table.vert .wcbvp-row{flex:1 0 auto;grid-auto-flow:row}.wc-bulk-variations-table.vert .wcbvp-row.both-header-images,.wc-bulk-variations-table.vert .wcbvp-row.row-header-images{grid-auto-columns:1fr}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-col-header{align-items:flex-start;flex-direction:row-reverse;grid-column:1;grid-row:auto;margin:0}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-col-header>*{flex:1}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-col-header>span{margin:0}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-col-header>.product-thumbnail-wrapper,.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-col-header>img{margin-left:1em;margin-top:0}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-row-header{align-items:flex-start;flex-direction:column;grid-column:auto;grid-row:1;margin:0}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-row-header>*{margin:0}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-col-header.wcbvp-row-header{flex-direction:row-reverse;grid-column:1;grid-row:1;justify-content:flex-end;margin:auto 0 0}.wc-bulk-variations-table.vert .wcbvp-row.top-label>.wcbvp-row-header:not(.wcbvp-col-header){flex-direction:column-reverse;justify-content:flex-end}.wc-bulk-variations-table.vert .wcbvp-row.top-label>.wcbvp-row-header.wcbvp-col-header{margin:0 0 auto}.wc-bulk-variations-table.vert .wcbvp-row.left-label>.wcbvp-col-header:not(.wcbvp-row-header){flex-direction:row-reverse;justify-content:space-between}.wc-bulk-variations-table.headless .wcbvp-row{grid-auto-columns:1fr}.wc-bulk-variations-table.headless .wcbvp-row>.wcbvp-row-header{display:none}.wc-bulk-variations-table.headless.vert .wcbvp-row{grid-auto-columns:1fr;grid-template-rows:repeat(var(--rows),auto)}.wc-bulk-variations-table.headless.vert .wcbvp-row>.wcbvp-row-header{display:flex}.wc-bulk-variations-table td{min-width:var(--min-col);padding:.5em;vertical-align:top}.wc-bulk-variations-table td:first-child a{display:inline-block}.wc-bulk-variations-table td:nth-child(1n+3){vertical-align:top}.wc-bulk-variations-table th{padding:.5em;text-align:left}.wc-bulk-variations-table ins:before{content:""!important;display:none!important;padding:0!important}.wc-bulk-variations-table .stock-status{display:inline-block;line-height:1.15}.wc-bulk-variations-table .amount:not(:first-child){margin-top:6px}.wc-bulk-variations-table .cell-wrapper{display:flex;flex-direction:column;justify-content:flex-start}.wc-bulk-variations-table .cell-wrapper .amount{margin-top:auto}form.wcbvp-cart{width:100%}form.wcbvp-cart fieldset{margin:0;padding:0}form.wcbvp-cart .wcbvp-total-wrapper{display:grid;grid-template-columns:1fr 1fr;padding-bottom:10px;width:100%}form.wcbvp-cart .wcbvp-total-wrapper .wcbvp-variation-pool{display:none}form.wcbvp-cart .wcbvp-total-wrapper .wcbvp-total-left p{margin:0}form.wcbvp-cart .wcbvp-total-wrapper .wcbvp-total-left label[role=status]{display:block;height:0;overflow:hidden;width:0}form.wcbvp-cart .wcbvp-total-wrapper .wcbvp-total-right{align-self:end;text-align:right}form.wcbvp-cart .wcbvp-total-wrapper .wcbvp-total-right a.added_to_cart,form.wcbvp-cart .wcbvp-total-wrapper .wcbvp-total-right button.single_add_to_cart_button{display:inline-block;float:none;margin:5px 0 0 5px;width:auto}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool{margin:0;text-align:right}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool .wcbvp-variation-pool-item{background-color:var(--background-color);border:2px solid var(--background-color);border-radius:var(--radius);color:var(--color);display:inline-block;font-size:.85em;margin:3px;padding:0 8px}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool .wcbvp-variation-pool-item.selected{background-color:var(--highlight-background-color);border-color:var(--highlight-background-color);color:var(--highlight-color)}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool .wcbvp-variation-pool-item.selected .action-delete{background-color:var(--highlight-color)}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool .wcbvp-variation-pool-item.layer-selected{border-color:var(--highlight-background-color)}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool .wcbvp-variation-pool-item .action-delete{--mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z"></path></svg>');background-color:var(--color);display:inline-block;height:16px;margin:5px -3px -1px 6px;mask:var(--mask);-webkit-mask:var(--mask);width:16px}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool .wcbvp-variation-pool-item:hover{cursor:pointer}form.wcbvp-cart.wcbvp-fast-pool .wcbvp-variation-pool .wcbvp-variation-pool-item .label{display:inline-block;font-size:14px;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:2px}.woocommerce-message ul.wcbvp-cart-variation-list{margin:0 0 0 2em}.pswp.wbv-gallery{z-index:9999999}@media(min-width:800px){.with-product-details.has-bulk-variations .wc-quick-view-product-gallery{max-width:30%;min-width:15%}}.has-subtle-light-gray-background-color{background-color:#f3f4f5}.has-subtle-pale-green-background-color{background-color:#e9fbe5}.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0}.is-style-stripes .wcbvp-cell.wcbvp-alt,.is-style-stripes .wcbvp-col-header,.is-style-stripes .wcbvp-row-header.wcbvp-alt{background-color:#f0f0f0}.is-style-stripes.has-subtle-light-gray-background-color .wcbvp-cell.wcbvp-alt,.is-style-stripes.has-subtle-light-gray-background-color .wcbvp-col-header,.is-style-stripes.has-subtle-light-gray-background-color .wcbvp-row-header.wcbvp-alt{background-color:#f3f4f5}.is-style-stripes.has-subtle-pale-green-background-color .wcbvp-cell.wcbvp-alt,.is-style-stripes.has-subtle-pale-green-background-color .wcbvp-col-header,.is-style-stripes.has-subtle-pale-green-background-color .wcbvp-row-header.wcbvp-alt{background-color:#e9fbe5}.is-style-stripes.has-subtle-pale-blue-background-color .wcbvp-cell.wcbvp-alt,.is-style-stripes.has-subtle-pale-blue-background-color .wcbvp-col-header,.is-style-stripes.has-subtle-pale-blue-background-color .wcbvp-row-header.wcbvp-alt{background-color:#e7f5fe}.is-style-stripes.has-subtle-pale-pink-background-color .wcbvp-cell.wcbvp-alt,.is-style-stripes.has-subtle-pale-pink-background-color .wcbvp-col-header,.is-style-stripes.has-subtle-pale-pink-background-color .wcbvp-row-header.wcbvp-alt{background-color:#fcf0ef}.wc-bulk-variations-table{margin:0 0 15px}.wc-bulk-variations-table .wcbvp-row{background-color:#fdfdfd}.wc-bulk-variations-table .wcbvp-row.wcbvp-alt{background-color:#f8f8f8}.wc-bulk-variations-table .wcbvp-row>*{padding:.5em}.wc-bulk-variations-table .wcbvp-row>.wcbv-cell input.wcbvp-quantity{height:auto;line-height:1.618}.wc-bulk-variations-table .wcbvp-head-group:first-child .wcbvp-row:first-child{background-color:#f0f0f0;font-weight:600}.wc-bulk-variations-table.vert .wcbvp-head-group:first-child .wcbvp-row.wcbvp-alt,.wc-bulk-variations-table.vert .wcbvp-head-group:first-child .wcbvp-row:first-child{background-color:#fdfdfd}.wc-bulk-variations-table.vert .wcbvp-row{grid-template-rows:auto repeat(var(--rows),1fr)}.wc-bulk-variations-table.vert .wcbvp-row.wcbvp-alt{background-color:#fdfdfd}.wc-bulk-variations-table.vert .wcbvp-row .wcbvp-col-header{background-color:#fdfdfd;font-weight:400}.wc-bulk-variations-table.vert .wcbvp-row .wcbvp-colrow-image,.wc-bulk-variations-table.vert .wcbvp-row .wcbvp-row-header{background-color:#f0f0f0;font-weight:600}.wc-bulk-variations-table.vert .wcbvp-row>.wcbvp-v-alt{background-color:#f8f8f8}.wc-bulk-variations-table.vert .wcbvp-row .wcbvp-colrow-image,.wc-bulk-variations-table.vert .wcbvp-row .wcbvp-row-header,.wc-bulk-variations-table.vert .wcbvp-row .wcbvp-row-header.wcbvp-col-header{height:2.67em;min-height:2.67em}.wc-bulk-variations-table.wcbvp-table{display:table;width:100%}.wc-bulk-variations-table.wcbvp-table .wcbvp-head-group{display:table-header-group}.wc-bulk-variations-table.wcbvp-table .wcbvp-row-group{display:table-row-group}.wc-bulk-variations-table.wcbvp-table .wcbvp-row{display:table-row}.wc-bulk-variations-table.wcbvp-table .wcbvp-row>*{display:table-cell;vertical-align:top}.wc-bulk-variations-table.legacy-grid{grid-template-columns:1fr repeat(var(--cols),1fr)}.wc-bulk-variations-table.legacy-grid.both-header-images,.wc-bulk-variations-table.legacy-grid.row-header-images,.wc-bulk-variations-table.legacy-grid.vert.both-header-images,.wc-bulk-variations-table.legacy-grid.vert.col-header-images{grid-template-columns:2fr repeat(var(--cols),1fr)}