.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons #coupons_list{border:1px solid;border-radius:4px}.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons .sc-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1em .5rem;cursor:pointer;position:relative}.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons a.sc-accordion-header{padding-left:.7rem;padding-right:.7rem;color:#6d6d6d}.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons a.sc-accordion-header:focus{outline:none}.editor-styles-wrapper .wp-block-woocommerce-smart-coupons-available-coupons .wc-block-components-checkbox{margin-right:0;margin-top:0}
@charset "UTF-8";:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}
/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}
.wp-block-woocommerce-smart-coupons-send-coupon-form{margin:1.25em 0;padding-top:.25em;padding-bottom:.25em;color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form h2,.wp-block-woocommerce-smart-coupons-send-coupon-form p,.wp-block-woocommerce-smart-coupons-send-coupon-form span,.wp-block-woocommerce-smart-coupons-send-coupon-form hr{color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form p{margin:.5em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-radio-control{margin:.3em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-radio-control .components-radio-control__input{margin:.3em .3em .3em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form span.components-text{margin-right:1em;line-height:3em}.wp-block-woocommerce-smart-coupons-send-coupon-form input.components-text-control__input{margin:.25em 0;background-color:inherit;border-color:inherit;height:4em !important;border-radius:4px}.wp-block-woocommerce-smart-coupons-send-coupon-form input.components-text-control__input:focus{background-color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form textarea.components-textarea-control__input{margin:1em 0;background-color:inherit;border-color:inherit;border-radius:4px}.wp-block-woocommerce-smart-coupons-send-coupon-form textarea.components-textarea-control__input:focus{background-color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-datetime{width:50%;margin:.8em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-datetime .components-datetime__time-legend{margin-left:0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-datetime fieldset{background-color:inherit}
.wc-block-components-totals-wrapper.slot-wrapper>*>*{padding:0!important}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content{padding-bottom:.75em}.wc-block-components-order-summary .wc-block-components-panel__content{margin-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item{display:flex;font-size:.875em;padding-bottom:1px;padding-top:16px;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item:first-child{padding-top:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child{border-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata{font-size:1em}.wc-block-components-order-summary .wc-block-components-order-summary-item__description,.wc-block-components-order-summary .wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary .wc-block-components-order-summary-item__image{margin-top:10px;padding-bottom:16px;position:relative;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{max-width:48px;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{align-items:center;background:#fff;border:2px solid hsla(0,0%,7%,.11);border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;justify-content:center;line-height:1;min-height:20px;min-width:20px;padding:0 .4em;position:absolute;right:0;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary .wc-block-components-order-summary-item__description{padding-bottom:16px;padding-left:24px;padding-right:12px}.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary .wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:8px}.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price{font-weight:700;margin-left:auto;text-align:right}.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{display:block;padding-top:8px}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;display:block;flex-basis:0;flex-grow:1}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}
.mejs-offscreen{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;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;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;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//volumebk.it/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//volumebk.it/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//volumebk.it/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}
.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.wpa-test-msg{background:#d1ecf1 !important;border:1px solid #bee5eb !important;border-radius:5px !important;color:#0c5460 !important;font-size:14px !important;padding:.75rem 1.25rem !important;font-family:Arial !important;margin-top:5px !important}span.wpa-button{display:inline-block !important;padding-top:5px !important;color:#fff !important;background-color:#6c757d !important;border-color:#6c757d !important;padding:5px 10px !important;border-radius:5px !important;margin-top:5px !important;cursor:pointer !important}#altEmail_container,.altEmail_container{position:absolute !important;overflow:hidden !important;display:inline !important;height:1px !important;width:1px !important;z-index:-1000 !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:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before{content:" ";display:table}.woocommerce .col2-set:after,.woocommerce-page .col2-set:after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}.woocommerce #content div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before{content:" ";display:table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before{content:" ";display:table}.woocommerce ul.products:after,.woocommerce-page ul.products:after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before{content:" ";display:table}.woocommerce .cart-collaterals:after,.woocommerce-page .cart-collaterals:after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before{content:" ";display:table}.woocommerce form .form-row:after,.woocommerce-page form .form-row:after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input:before,.woocommerce-page form .show-password-input:before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password:before,.woocommerce-page form .show-password-input.display-password:before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-billing-fields:before,.woocommerce .woocommerce-shipping-fields:after,.woocommerce .woocommerce-shipping-fields:before,.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-billing-fields:before,.woocommerce-page .woocommerce-shipping-fields:after,.woocommerce-page .woocommerce-shipping-fields:before{content:" ";display:table}.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-shipping-fields:after,.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-shipping-fields:after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}
@charset "UTF-8";: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:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description:before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0;border-style:solid;border-color:#1e85be transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay: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(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader: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(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb:after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li:before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li:after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before{content:" ";display:table}.woocommerce div.product p.cart:after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before{content:" ";display:table}.woocommerce div.product form.cart:after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{content:" ";display:table}.woocommerce .products ul:after,.woocommerce ul.products:after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before{content:" ";display:table}.woocommerce #reviews #comments .add_review:after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist:after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text:after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li:before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating:before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before{content:" ";display:table}.woocommerce .woocommerce-product-rating:after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before{content:" ";display:table}.woocommerce #review_form #respond:after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a:before{content:"\e021"}.woocommerce p.stars:hover a:before{content:"\e020"}.woocommerce p.stars.selected a.active:before{content:"\e020"}.woocommerce p.stars.selected a.active~a:before{content:"\e021"}.woocommerce p.stars.selected a:not(.active):before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li dl:before{content:" ";display:table}.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details:after,.woocommerce ul.order_details:before{content:" ";display:table}.woocommerce ul.order_details:after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt:after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt:before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_rating_filter ul li:before{content:" ";display:table}.woocommerce .widget_rating_filter ul li:after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before{content:" ";display:table}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after{clear:both}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message:before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info:before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error:before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before{content:" ";display:table}.woocommerce-account .woocommerce:after{clear:both}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before{content:" ";display:table}.woocommerce-account .addresses .title:after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout:after,#add_payment_method .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button:after,.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods:after,#add_payment_method #payment ul.payment_methods:before,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before{content:" ";display:table}#add_payment_method #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#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{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(//volumebk.it/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
input#wc-codice-docente{display:block;margin-top:.5rem;width:100%}label[for=wc-codice-docente]{text-transform:uppercase;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}
.si{font-family:zocial;font-size:100%;font-style:normal;font-weight:400;margin:0 .5em 0 0;padding:0 .5em 0 0;text-align:center;text-decoration:none;text-transform:none;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.si-google{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/google.svg)}.si-twitter{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/twitter.svg)}.si-amazon{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/amazon.svg)}.si-facebook{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/facebook.svg)}.si-disqus{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/disqus.svg)}.si-vkontakte{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/vkontakte.svg)}.si-linkedin{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/linkedin.svg)}.si-paypal{background-image:url(//volumebk.it/wp-content/plugins/woocommerce-social-login/assets/css/frontend/../../images/paypal.svg)}span.social-badge{background:#333;border:1px solid #333;border-radius:2px;box-sizing:content-box;color:#fff;font-family:inherit;font-weight:700;line-height:2.5em;margin:6px 0;overflow:hidden;padding:0 .7em 0 0;position:relative;text-decoration:none;vertical-align:middle;white-space:nowrap}span.social-badge,span.social-badge .si{display:inline-block;font-size:100%;height:2.5em}span.social-badge .si{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:1.8em 1.8em;border-bottom-left-radius:1px;border-top-left-radius:1px;margin-right:.7em;padding:0;text-align:center;vertical-align:top;width:2.5em}.button-social-login,.widget-area .widget a.button-social-login,a.button-social-login,button.button-social-login,input.button-social-login{background:#333;border:1px solid #333;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.1);box-sizing:content-box;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;font-weight:700;height:2.5em;line-height:2.5em;margin:6px 0;overflow:hidden;padding:0 .7em 0 0;position:relative;text-decoration:none;vertical-align:middle;white-space:nowrap}.button-social-login .si,.widget-area .widget a.button-social-login .si,a.button-social-login .si,button.button-social-login .si,input.button-social-login .si{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:1.8em 1.8em;border-bottom-left-radius:1px;border-top-left-radius:1px;display:inline-block;font-size:100%;height:2.5em;margin-right:.7em;padding:0;text-align:center;vertical-align:top;width:2.5em}.button-social-login:focus,.button-social-login:hover,.widget-area .widget a.button-social-login:focus,.widget-area .widget a.button-social-login:hover,a.button-social-login:focus,a.button-social-login:hover,button.button-social-login:focus,button.button-social-login:hover,input.button-social-login:focus,input.button-social-login:hover{outline-color:transparent}.button-social-login:focus .si,.button-social-login:hover .si,.widget-area .widget a.button-social-login:focus .si,.widget-area .widget a.button-social-login:hover .si,a.button-social-login:focus .si,a.button-social-login:hover .si,button.button-social-login:focus .si,button.button-social-login:hover .si,input.button-social-login:focus .si,input.button-social-login:hover .si{background-color:hsla(0,0%,100%,.75)}.button-social-login:active,.widget-area .widget a.button-social-login:active,a.button-social-login:active,button.button-social-login:active,input.button-social-login:active{top:1px}.button-social-login:visited,.widget-area .widget a.button-social-login:visited,a.button-social-login:visited,button.button-social-login:visited,input.button-social-login:visited{color:#fff}.woocommerce-checkout form.login .wc-social-login{display:none}.wc-social-login.form-row-wide{float:none}.woocommerce table.shop_table.wc-social-login-linked-profiles td,.woocommerce table.shop_table.wc-social-login-linked-profiles th{padding:4px 8px;vertical-align:middle}.woocommerce table.shop_table.wc-social-login-linked-profiles .profile-actions{text-align:right}.woocommerce-MyAccount-content .wc-social-login-profile{border-top:1px solid #eee;padding-top:20px}@media (max-width:768px){.woocommerce table.shop_table.wc-social-login-linked-profiles tr td.profile-actions{text-align:left}.woocommerce table.shop_table.wc-social-login-linked-profiles tr td.profile-actions:before{display:none}.woocommerce table.shop_table.wc-social-login-linked-profiles tr td.profile-actions .button{float:none;margin:.125em .25em .125em 0}}

@font-face{font-family:"tinvwl-webfont";font-display:block;src:url(//volumebk.it/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.eot?ver=xu2uyi);src:url(//volumebk.it/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.eot?ver=xu2uyi#iefix) format("embedded-opentype"),url(//volumebk.it/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.woff2?ver=xu2uyi) format("woff2"),url(//volumebk.it/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.woff?ver=xu2uyi) format("woff"),url(//volumebk.it/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.ttf?ver=xu2uyi) format("truetype"),url(//volumebk.it/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.svg?ver=xu2uyi#tinvwl-webfont) format("svg");font-weight:normal;font-style:normal}
.ftinvwl{font-family:"tinvwl-webfont" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.ftinvwl-twitter:before{content:"\f099"}
.ftinvwl-facebook:before{content:"\f09a" !important}
.ftinvwl-facebook-f:before{content:"\f09a" !important}
.ftinvwl-google:before{content:"\f0d5" !important}
.ftinvwl-email:before{content:"\f0e0" !important}
.ftinvwl-pinterest:before{content:"\f231" !important}
.ftinvwl-whatsapp:before{content:"\f232" !important}
.ftinvwl-clipboard:before{content:"\e911" !important}
.ftinvwl-star:before{content:"\e912" !important}
.ftinvwl-shopping-cart:before{content:"\e913" !important}
.ftinvwl-magic:before{content:"\e914" !important}
.ftinvwl-info:before{content:"\e915" !important}
.ftinvwl-graduation-cap:before{content:"\e918" !important}
.ftinvwl-floppy-o:before{content:"\e919" !important}
.ftinvwl-eyedropper:before{content:"\e91a" !important}
.ftinvwl-exclamation-triangle:before{content:"\e91b" !important}
.ftinvwl-check:before{content:"\e91e" !important}
.ftinvwl-arrow-left:before{content:"\e91f" !important}
.ftinvwl-wrench:before{content:"\e920" !important}
.ftinvwl-chevron-down:before{content:"\e900" !important}
.ftinvwl-chevron-right:before{content:"\e901" !important}
.ftinvwl-chevron-left:before{content:"\e902" !important}
.ftinvwl-chevron-up:before{content:"\e903" !important}
.ftinvwl-cancel:before{content:"\e904" !important}
.ftinvwl-times:before{content:"\e905" !important}
.ftinvwl-heart-plus:before{content:"\e906" !important}
.ftinvwl-heart-mark-right:before{content:"\e907" !important}
.ftinvwl-heart2:before{content:"\e908" !important}
.ftinvwl-heart-o:before{content:"\e909" !important}
.ftinvwl-heart-mark-left:before{content:"\e90a" !important}
.ftinvwl-heart-mail:before{content:"\e90b" !important}
.ftinvwl-heart-tinv:before{content:"\e90c" !important}
.ftinvwl-key:before{content:"\e90d" !important}
.ftinvwl-lock:before{content:"\e90e" !important}
.ftinvwl-hearts:before{content:"\e90f" !important}
.ftinvwl-user:before{content:"\e910" !important}
.ftinvwl-pulse.ftinvwl-animated::before{-webkit-animation:ftinvwl-pulse 2s linear infinite;animation:ftinvwl-pulse 2s linear infinite}
@-webkit-keyframes ftinvwl-pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(0.8);transform:scale(0.8)}
100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}@keyframes ftinvwl-pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(0.8);transform:scale(0.8)}
100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}

.tinv-wishlist form,.tinv-wishlist p:last-child,.tinv-wishlist table{margin-bottom:0}
.tinv-wishlist *{-webkit-box-sizing:border-box;box-sizing:border-box}
.tinvwl-wishlist :after,.tinvwl-wishlist :before{-webkit-box-sizing:border-box;box-sizing:border-box}
.tinv-wishlist select{width:140px}
.tinv-wishlist ul:not(.woocommerce-error){list-style:none;margin:0;padding:0}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{margin-top:-10px;margin-left:-10px}
.woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt{text-align:center}
.tinv-wishlist .button i,.tinv-wishlist .navigation-button a i{margin-right:6px}
.tinv-wishlist input[type=button] i,.tinv-wishlist input[type=reset] i,.tinv-wishlist input[type=submit] i{margin-right:6px}
.tinv-wishlist a.tinv-close-modal i{margin-right:0}
a.wishlist_products_counter{text-decoration:none}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,a.wishlist_products_counter.top_wishlist-heart:before,span.wishlist_products_counter.top_wishlist-heart:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{content:"\e909";display:inline-block;font-family:tinvwl-webfont !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;font-size:20px;vertical-align:sub;margin-right:5px}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart-plus:before,span.wishlist_products_counter.top_wishlist-heart-plus:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before{content:"\e906";display:inline-block;font-family:tinvwl-webfont !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;font-size:20px;vertical-align:sub;margin-right:5px}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position:relative;width:18px;height:18px;vertical-align:sub}
a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,span.wishlist_products_counter.top_wishlist-heart-plus.no-txt{position:relative;width:18px;height:18px;vertical-align:sub}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;left:50%;margin-right:0}
.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{padding-left:1em;vertical-align:bottom}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{content:"\e908"}
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{content:"\e908"}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before{content:"\e907"}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,a.wishlist_products_counter.top_wishlist-white:before,span.wishlist_products_counter.top_wishlist-white:before{color:#FFF}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,a.wishlist_products_counter.top_wishlist-black:before,span.wishlist_products_counter.top_wishlist-black:before{color:#000}
.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button{margin-bottom:15px}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:15px}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt{width:18px;height:18px;line-height:1}
.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button{margin:0}
.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before{display:none}
a.wishlist_products_counter.top_wishlist-custom.no-txt,span.wishlist_products_counter.top_wishlist-custom.no-txt{width:18px;height:18px;line-height:1}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,a.wishlist_products_counter.top_wishlist-custom img,span.wishlist_products_counter.top_wishlist-custom img{display:inline-block !important;vertical-align:baseline;width:auto !important;max-width:16px;max-height:16px;margin:0 6px 0 0 !important}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,a.wishlist_products_counter.top_wishlist-custom.no-txt img,span.wishlist_products_counter.top_wishlist-custom.no-txt img{margin-right:0 !important}
.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,div.product form.cart .tinvwl_add_to_wishlist_button{float:none}
ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
.tinvwl_add_to_wishlist_button{display:inline-block;cursor:pointer;-webkit-transition:opacity 1s;transition:opacity 1s;opacity:1;visibility:visible;position:relative}
.tinv-wishlist.woocommerce .stock.in-stock:before{content:none}
.tinv-wraper.tinv-wishlist{font-size:100%}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{position:absolute;z-index:10;margin:0;top:10px;left:10px}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button{margin-top:0}
.tinv-create-list li input[type=radio]{margin-right:10px}
.tinv-create-list li+li{margin-top:15px}
.tinv-create-list .tinvwl-input-group+ul{margin-top:25px}
.tinv-search-list{margin-bottom:36px}
.tinv-wishlist .tinv-header{margin-bottom:30px}
.tinv-wishlist table{position:relative;table-layout:auto;margin-bottom:30px}
.tinv-overlay{top:0;left:0;position:fixed;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}
.tinv-wishlist .tinv-modal{top:0;left:0;position:fixed;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}
.tinv-wishlist table.tinvwl-table-manage-list{margin-bottom:27px;width:100%}
.tinv-wishlist table input[type=checkbox]{margin-right:0}
.tinv-wishlist table td,.tinv-wishlist table th{padding:1em;vertical-align:middle}
.tinv-wishlist .tinvwl-table-manage-list .product-cb{width:35px;text-align:center}
.tinv-wishlist .tinvwl-table-manage-list .product-remove{width:35px;text-align:center;padding:1em .5em}
.tinv-wishlist .product-remove button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;margin:0 auto;width:27px;height:27px;border-radius:50%;padding:0;-webkit-box-shadow:none;box-shadow:none;border:0;background-color:#f7f7f7;color:#000;font-size:20px;padding-left:1px;padding-top:3px;min-height:0}
.tinv-wishlist .product-thumbnail{min-width:100px;max-width:100%;width:100px}
.tinv-wishlist .product-thumbnail .wp-post-image{margin-bottom:0}
.tinv-wishlist td.product-name a+.variation{margin-top:2px}
.tinv-wishlist .product-stock i{margin-right:15px}
.tinv-wishlist .product-stock p{display:table}
.tinv-wishlist .product-stock p.stock::before{display:none}
.tinv-wishlist .product-stock span{display:table-cell;vertical-align:middle}
.tinv-wishlist .product-action>.button>i,.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove],.tinv-wishlist table thead th .tinvwl-mobile{display:none}
.tinv-wishlist.woocommerce .product-quantity{width:80px;text-align:center}
.tinv-wishlist.woocommerce table .quantity .qty{max-width:100%;width:62px;text-align:left}
.tinv-wishlist .product-action{width:135px;text-align:center}
.tinv-wishlist .product-action .button{width:100%}
.tinv-wishlist .product-action .tinvwl_move_product_button{margin-top:5px}
.tinv-wishlist .tinvwl-table-manage-list .product-action>button[name=tinvwl-remove]>i{margin-right:0}
.tinv-wishlist .wishlist-cb{width:33px;text-align:center}
.tinv-wishlist .wishlist-name .tinvwl-rename-input input{width:100%}
.tinv-wishlist .wishlist-name .tinvwl-rename-button{float:right}
.tinv-wishlist .wishlist-name .tinvwl-rename-button>i{margin-right:10px}
.tinv-wishlist .wishlist-privacy,.tinv-wishlist table:not(.tinvwl-public) .wishlist-date{width:18%}
.tinv-wishlist .wishlist-privacy select{width:100%}
.tinv-wishlist .wishlist-name{width:45%}
.tinv-wishlist .wishlist-action{width:120px;text-align:center}
.tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:none;margin-right:0}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:inline-block;vertical-align:middle}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list>a.button{margin-right:0}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:-10px}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){float:left;width:35%;margin-right:2%}
.tinv-wishlist tfoot .tinvwl-to-right{float:left;width:63%;text-align:right}
.tinv-wishlist tfoot .tinvwl-to-right>*{margin:10px 0 0;vertical-align:middle}
.tinv-wishlist tfoot .tinvwl-to-right>*+*{margin-left:10px}
.tinv-wishlist tfoot .tinvwl-to-left:empty+.tinvwl-to-right{width:100%}
.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button{margin-top:16px}
.tinv-wishlist .navigation-button{margin-top:-10px}
.tinv-wishlist .navigation-button>li{float:left}
.tinv-wishlist .navigation-button>li>.tinv-create-list>a,.tinv-wishlist .navigation-button>li>a{margin-right:30px;margin-top:10px;display:inline-block}
.tinv-wishlist .navigation-button>li>.tinv-create-list>a.button,.tinv-wishlist .navigation-button>li>a.button{margin-right:10px}
.tinv-wishlist .navigation-button>li:last-child>.tinv-create-list>a,.tinv-wishlist .navigation-button>li:last-child>a{margin-right:0}
.tinv-wishlist .social-buttons{text-align:right}
.tinv-wishlist .social-buttons>span,.tinv-wishlist .social-buttons>ul{display:inline-block;vertical-align:middle}
.tinv-wishlist .social-buttons>span{margin-right:27px}
.tinv-wishlist .social-buttons li{float:left;margin:0 5px 0 0;list-style:none}
.tinv-wishlist .social-buttons li:last-child{margin-right:0}
.tinv-wishlist .social-buttons li a.social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;border-radius:50%;text-align:center;-webkit-box-shadow:none;box-shadow:none;border:0;font-size:20px;text-decoration:none;text-transform:none !important}
.tinv-wishlist .social-buttons li a.social.white{color:#fff}
.tinv-wishlist .social-buttons li a.social.dark{color:#000}
.tinv-wishlist .social-buttons li a.social i{line-height:2em}
.tinv-wishlist .navigation-button .tinv-create-list>a.tinvwl-no-icon>i,.tinv-wishlist .navigation-button li>a.tinvwl-no-icon>i{display:none}
.tinv-wishlist .tinv-lists-nav{margin-top:35px;margin-bottom:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}
.tinv-wishlist .tinv-lists-nav>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.tinv-wishlist .tinv-lists-nav>span{font-weight:700}
.tinv-wishlist .tinv-next{display:inline-block;float:left}
.tinv-wishlist .tinv-prev{display:inline-block;float:left;margin-right:35px !important}
.tinv-wishlist .tinv-prev i{margin-left:0;margin-right:18px}
.tinv-wishlist .tinv-next i{margin-left:18px;margin-right:0}
.tinv-overlay{width:100%;height:100%;visibility:hidden;opacity:0;background:#191919}
.tinv-modal.tinv-modal-open .tinv-overlay{visibility:visible;opacity:.5}
.admin-bar .tinv-wishlist .tinv-modal{padding-top:32px !important}
.tinv-wishlist .tinv-modal{overflow-y:auto;overflow-x:hidden;width:0;height:0;z-index:9999;outline:0 !important;-webkit-backface-visibility:hidden;visibility:hidden;opacity:0;text-align:left}
.tinv-wishlist .tinv-modal .tinv-modal-inner{position:relative;margin:0 auto;background-color:#fff;max-width:360px;padding:40px}
.tinv-wishlist .tinv-modal.tinv-modal-open{visibility:visible;opacity:1;width:100%;height:100%}
.tinv-wishlist .tinv-modal .tinv-close-modal{display:inline-block;position:absolute;top:17px;right:14px;width:26px;height:26px;line-height:26px;font-size:12px;text-align:center;border-radius:50%;border-bottom:0;-webkit-box-shadow:none !important;box-shadow:none !important;background-color:#ebe9eb}
.tinv-wishlist .tinv-modal .icon_big_heart_check,.tinv-wishlist .tinv-modal .icon_big_times,.tinv-wishlist .tinv-modal img{display:block;margin:0 auto;margin-bottom:25px;opacity:1 !important}
.tinv-wishlist .tinv-modal ul{overflow:visible;list-style:disc;margin:10px 0 0 20px}
.tinv-wishlist .tinv-modal li{list-style:disc !important}
.tinv-wishlist .tinv-create-list .tinv-modal ul,.tinv-wishlist.tinv-create-list form ul{list-style:none !important;margin:25px 0 0}
.tinv-wishlist .tinv-create-list .tinv-modal li,.tinv-wishlist.tinv-create-list form li{list-style:none !important}
.tinv-wishlist .tinv-modal .already-in{margin-bottom:35px}
.tinv-wishlist .tinv-modal .delete-notification{margin-bottom:25px}
.tinv-wishlist .tinv-modal .already-in ul{overflow:visible;margin:12px 0 27px 17px}
.tinv-wishlist .tinv-modal select{width:100%}
.tinv-wishlist .tinv-modal button+.button,.tinv-wishlist .tinv-modal button+button{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal input+button{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal label+button,.tinv-wishlist .tinv-modal label+input{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal select+button,.tinv-wishlist .tinv-modal select+input{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal .already-in+label{display:block;margin-top:6px}
.tinv-wishlist .tinv-modal label select{margin-top:8px}
.tinv-wishlist .tinv-modal .delete-notification+button{width:100%}
.tinv-wishlist .tinvwl_added_to_wishlist,.tinv-wishlist .tinvwl_created_wishlist{text-align:center}
.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt{margin-bottom:25px}
.tinv-wishlist .tinvwl_created_wishlist .tinv-txt{margin-bottom:25px}
.tinv-wishlist .tinvwl_created_wishlist button{margin-top:0;margin-bottom:10px}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button{margin-top:0;margin-bottom:10px}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group{margin-top:20px}
.tinv-wishlist .tinvwl-buttons-group button{width:100%}
.tinv-wishlist .tinvwl-buttons-group button+button{margin-top:7px}
.tinv-wishlist .tinvwl-buttons-group button i{position:relative}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times{font-size:20px;top:0;vertical-align:initial}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before{position:relative;top:3px}
.tinv-wishlist .tinvwl-buttons-group+button{width:100%;margin-top:7px}
.tinv-wishlist .tinv-modal h2{text-align:center;margin:0 0 35px}
.tinv-wishlist .tinv-create-list .tinv-modal-inner{max-width:778px;padding:30px}
.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group),.tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control{border:2px solid red}
.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group){border:2px solid red}
.tinv-wishlist .tinvwl-has-error+.tinvwl-error{padding:5px 0 0 5px;color:red}
.tinvwl-tooltip{display:none}
.tinvwl-input-group{position:relative;display:table;border-collapse:separate}
.tinvwl-input-group .form-control{position:relative;z-index:1;float:left;height:38px;width:100%;margin:0}
.tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:15px}
.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:10px}
.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:9px}
.tinvwl-input-group .form-control,.tinvwl-input-group-addon,.tinvwl-input-group-btn{display:table-cell}
.tinvwl-input-group-addon,.tinvwl-input-group-btn{width:1%;white-space:nowrap;vertical-align:top}
.tinv-table{display:table;width:100%;height:100%}
.tinv-cell{display:table-cell;vertical-align:middle}
.tinv-wishlist .tinv-wishlist-clear{visibility:visible;width:auto;height:auto}
.tinv-wishlist-clear:before{content:"";display:table}
.tinv-wishlist-clear:after{content:"";display:table;clear:both}
.icon_big_heart_check{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !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;font-size:60px}
.icon_big_times{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !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;font-size:60px}
.icon_big_times::before{content:"\e904";top:-7px;left:-7px;position:relative}
.icon_big_heart_check::before{content:"\e90a";top:-7px;left:-7px;position:relative}
.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,.tinvwl_add_to_wishlist_button.disabled-add-wishlist{opacity:.5 !important;cursor:not-allowed}
.empty-name-wishlist{border-color:#f00 !important}
.tinvwl_remove_from_wishlist-text,.tinvwl_already_on_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-icon-custom img.icon-already-on-wishlist{display:none !important}
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text,.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text,.tinvwl-product-in-list.tinvwl-product-make-remove img.icon-already-on-wishlist,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_already_on_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-already-on-wishlist{display:inline !important}
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text,.tinvwl-product-in-list.tinvwl-product-make-remove img.icon-add-on-wishlist,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-add-on-wishlist{display:none !important}
.tooltipped{position:relative}
.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#1b1f23;border-radius:3px;opacity:0}
.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:"";border:6px solid transparent;opacity:0}
.tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after{display:inline-block;text-decoration:none;-webkit-animation-name:tooltip-appear;animation-name:tooltip-appear;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:.4s;animation-delay:.4s}
.tooltipped-no-delay:hover::before,.tooltipped-no-delay:hover::after,.tooltipped-no-delay:active::before,.tooltipped-no-delay:active::after,.tooltipped-no-delay:focus::before,.tooltipped-no-delay:focus::after{-webkit-animation-delay:0s;animation-delay:0s}
.tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after{display:table-cell}
.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after{top:100%;right:50%;margin-top:6px}
.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}
.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}
.tooltipped-sw::after{margin-right:-16px}
.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px}
.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}
.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px}
.tooltipped-nw::after{margin-right:-16px}
.tooltipped-s::after,.tooltipped-n::after{-webkit-transform:translateX(50%);transform:translateX(50%)}
.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;-webkit-transform:translateY(50%);transform:translateY(50%)}
.tooltipped-w::before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}
.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;-webkit-transform:translateY(50%);transform:translateY(50%)}
.tooltipped-e::before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}
.tooltipped-align-right-1::after,.tooltipped-align-right-2::after{right:0;margin-right:0}
.tooltipped-align-right-1::before{right:10px}
.tooltipped-align-right-2::before{right:15px}
.tooltipped-align-left-1::after,.tooltipped-align-left-2::after{left:0;margin-left:0}
.tooltipped-align-left-1::before{left:5px}
.tooltipped-align-left-2::before{left:10px}
.tooltipped-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate}
.tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{right:100%}
.tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}
.tooltipped-sticky.tooltipped-multiline::after{display:table-cell}
.tinvwl-table-manage-list .component_table_item_price:before{font-family:FontAwesomeCP;font-size:1rem;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg);content:"\e811";opacity:.25;margin:0 12px 0 2px}
.wishlist-icon{position:relative}
.wishlist-popup{opacity:0;max-height:0;position:absolute;overflow:hidden;padding:5px;margin-top:-10px;border-radius:5px;line-height:1.3;text-align:center;font-size:.9em;top:100%;background-color:rgba(0,0,0,0.8);right:0;color:#FFF;-webkit-transition:opacity .3s,max-height .3s;transition:opacity .3s,max-height .3s;-webkit-transition-delay:.3s;transition-delay:.3s}
.wishlist-popup:after{bottom:100%;right:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:rgba(0,0,0,0.8);border-width:10px;margin-left:-10px}
.wishlist-icon:hover .wishlist-popup{opacity:1;max-height:200px;overflow-y:auto}
.wishlist-popup a{color:#ccc;display:block}
.wishlist-popup a:hover{color:#FFF}
.wishlist-icon.added:after{background-color:red;-webkit-transform:translateY(-3px);transform:translateY(-3px)}
.wishlist-popup .ajax-loading,.wishlist-popup .feedback{display:none !important}
.wishlist-title{margin-bottom:20px}
span.tinvwl-product-stats{background-color:#ebe9eb;border-radius:50%;padding:.2em;line-height:1;font-size:.7em;min-width:1.5em;display:inline-block;position:absolute;top:-0.7em;right:-1.5em;text-align:center}
@media screen and (min-width:0 \0){.tooltipped-multiline::after{width:250px}
}@media only screen and (max-width:1024px) and (min-width:769px){.tinv-wishlist .tinvwl-table-manage-list td.product-stock p{display:block;text-align:center}
.tinv-wishlist .product-stock span{display:block}
.tinv-wishlist .tinvwl-table-manage-list td.product-stock i{margin-right:0}
.tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt{display:none}
.tinv-wishlist .product-thumbnail{max-width:76px;width:76px}
.tinv-wishlist .product-action .button>i{display:inline-block;margin-right:0}
.tinv-wishlist .product-action .button .tinvwl-txt{display:none}
}@media only screen and (max-width:1024px) and (min-width:768px){.tinv-wishlist .wishlist-action button[value=manage_remove] span{display:none}
.tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:inline-block}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:0}
}@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public){margin-top:0}
.tinv-wishlist .tinvwl-table-manage-list .product-remove{display:none}
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove]{display:inline-block;margin-top:5px}
.tinv-wishlist .product-action{width:60px}
.tinv-wishlist .wishlist-name .tinvwl-rename-button>i,.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){margin-right:0}
.tinv-wishlist .wishlist-name .tinvwl-rename-button span{display:none}
.tinv-wishlist .wishlist-action{width:60px}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){float:none;width:auto}
.tinv-wishlist tfoot .tinvwl-to-right{float:none;width:auto;text-align:left}
.tinv-wishlist .social-buttons{float:none;width:auto;text-align:left;margin-top:20px}
.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button{margin-top:30px}
.tinv-wishlist .tinv-login form input[name=login]{min-width:auto}
.tinv-wishlist .tinvwl-table-manage-list .product-remove{display:table-cell}
}@media only screen and (max-width:1023px){.tinv-wishlist .tinv-lists-nav a.tinv-prev>i,.tinv-wishlist .tinv-lists-nav a.tinv-next>i{margin:0}
.tinv-wishlist .tinv-lists-nav a.tinv-prev>span,.tinv-wishlist .tinv-lists-nav a.tinv-next>span{display:none}
}@media only screen and (max-width:768px){.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,.tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name){display:none}
.tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name){display:none}
.tinv-wishlist thead th .tinvwl-full{display:none}
.tinv-wishlist table.tinvwl-table-manage-list thead th.product-name,.tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name{display:block;width:100%;text-align:center}
.tinv-wishlist table thead th .tinvwl-mobile{display:block}
.tinv-wishlist table.tinvwl-table-manage-list tbody td{display:block;width:100% !important;text-align:center}
.tinv-wishlist table.tinvwl-table-manage-lists tbody td,.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td{display:block;width:100% !important;text-align:center}
.tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child){border-bottom:0}
.tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child),.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child){border-bottom:0}
.tinv-wishlist .product-stock p{margin:0 auto}
.tinv-wishlist .product-thumbnail img{margin:0 auto;max-width:80px}
.tinv-wishlist.woocommerce table .quantity .qty{text-align:center;width:100%}
.tinv-wishlist .product-action .tinvwl_move_product_button{margin-top:10px}
.tinv-wishlist table.tinvwl-table-manage-list tfoot td{display:block;width:100%}
.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove]{width:100%}
.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button{float:none}
.tinv-wishlist button[value=manage_apply] .tinvwl-mobile,.tinv-wishlist button[value=product_apply] .tinvwl-mobile{display:none}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:block}
.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
.tinv-wishlist tfoot .tinvwl-to-right>*{margin:10px 0 0}
.tinv-wishlist tfoot .tinvwl-to-right .button:first-child,.tinv-wishlist tfoot .tinvwl-to-right button:first-child{margin-top:0 !important}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:20px}
.tinv-wishlist .social-buttons{text-align:center}
.tinv-wishlist .social-buttons>span{display:block;margin-top:0;margin-right:0;margin-bottom:5px}
.tinv-wishlist.woocommerce .tinv-login form .form-row-first,.tinv-wishlist.woocommerce .tinv-login form .form-row-last{float:none;width:100%}
.tinv-wishlist.woocommerce .tinv-login form .form-row-first{padding:0}
.tinv-wishlist.woocommerce .tinv-login form .form-row-last{padding:0;margin-top:10px}
.tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn{display:block;padding:0;width:auto;margin-top:10px}
.navigation-button,.social-buttons,.tinv-lists-nav{margin-left:12px;margin-right:12px}
.tinvwl-input-group{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full){display:block}
.tinvwl-input-group:not(.tinvwl-no-full) .form-control,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn{display:block}
.tinvwl-input-group:not(.tinvwl-no-full) .form-control{float:none}
.tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn{padding-top:10px;padding-left:0}
.tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn{padding-top:10px;padding-left:0}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>button,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>input{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>button,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>input{width:100%}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove{display:block}
}@media screen and (max-width:768px){.admin-bar .tinv-wishlist .tinv-modal{padding-top:46px !important}
}@media screen and (max-width:600px){.admin-bar .tinv-wishlist .tinv-modal{padding-top:0 !important}
.tinv-wishlist .tinv-modal .tinv-close-modal{position:static;display:block;margin:0 auto 20px}
}@-webkit-keyframes tooltip-appear{from{opacity:0}
to{opacity:1}
}@keyframes tooltip-appear{from{opacity:0}
to{opacity:1}
}
@font-face{font-family:"Inter";font-style:italic;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwkT9mI1F55MKw.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-family:"Inter";font-style:italic;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwAT9mI1F55MKw.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:italic;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwgT9mI1F55MKw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:italic;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwcT9mI1F55MKw.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-family:"Inter";font-style:italic;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwsT9mI1F55MKw.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-family:"Inter";font-style:italic;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwoT9mI1F55MKw.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-family:"Inter";font-style:italic;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwQT9mI1F54.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-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvvYwYZ8UA3J58.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-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvuYwYZ8UA3J58.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvhYwYZ8UA3J58.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-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvtYwYZ8UA3J58.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-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvsYwYZ8UA3J58.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-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(//volumebk.it/wp-content/themes/vk-theme/assets/fonts/UcCo3FwrK3iLTcviYwYZ8UA3.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{}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}a,abbr,acronym,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}html{scroll-behavior:smooth;font-size:100%}body{font-family:"Inter",sans-serif;margin:0;color:var(--color-1);background-color:var(--color-6);transition:color .3s linear,background-color .3s linear}main{display:block}*:focus{outline:0}*,*::after,*::before{box-sizing:border-box}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{font-weight:normal;text-align:left}h1,h2,h3,h4,h5,h6{clear:both;margin:0;padding:0}a:focus{outline:thin dotted}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}ins{background:#fff9c0;text-decoration:none}hr{background-color:#ccc;border:0;height:1px;margin:24px 24px 1.714285714rem}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}small{font-size:smaller}img{margin:0;padding:0;border:0;vertical-align:middle;-ms-interpolation-mode:bicubic;max-width:100%}.clear:after,.format-status .entry-header:after,.wrapper:after{clear:both}.clear:after,.clear:before,.format-status .entry-header:after,.format-status .entry-header:before,.wrapper:after,.wrapper:before{display:table;content:""}a{text-decoration:none;border:none;outline:none !important;transition:all .3s linear}textarea{white-space:revert}::selection{background:var(--color-1);color:var(--color-7)}::-moz-selection{background:var(--color-1);color:var(--color-7)}#site-wrapper{position:relative;width:100%}.grecaptcha-badge{visibility:hidden}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}address,.breadcrumbs-holder,.mega-menu,h1,.as-h1,h4,.as-h4,p,.as-p,h5,.as-h5,h6,.as-h6,.default-button-b{font-weight:400}.footer-menu-service,.footer-menu,h2,.as-h2,h3,.as-h3{font-weight:500}.breadcrumbs-holder .current-item,.header-menu,.header-menu button{font-weight:700}.aligncenter{text-align:center}.alignright{text-align:right}.alignleft{text-align:left}.allupper{text-transform:uppercase}.be-bold,strong,b{font-weight:700}.be-semi-bold{font-weight:600}.last-child-no-margin h1:last-child,.last-child-no-margin h2:last-child,.last-child-no-margin h3:last-child,.last-child-no-margin h4:last-child,.last-child-no-margin h5:last-child,.last-child-no-margin h6:last-child,.last-child-no-margin ol:last-child,.last-child-no-margin p:last-child,.last-child-no-margin ul:last-child{margin-bottom:0 !important}.content-styled a:link,.content-styled a:visited{text-decoration:underline}.content-styled a:active,.content-styled a:hover{color:var(--color-1);text-decoration-thickness:2px}.content-styled ul{list-style-position:inside;list-style:none;padding:0}.content-styled ul li{display:table-row}.content-styled ul li:before{position:relative;display:table-cell;content:"●";padding:0 10px 0 0;color:var(--color-2)}.content-styled ul li:after{content:"";display:block}.content-styled ol{list-style-type:none;list-style-type:decimal;padding:0;counter-reset:li-counter}.content-styled ol>li{overflow:hidden;position:relative;margin:0;padding:0 0 0 20px;display:table-row}.content-styled ol>li:before{position:relative;display:table-cell;top:0;left:0;font-weight:600;text-align:right;content:counter(li-counter) ". ";counter-increment:li-counter;padding:0 15px 0 0;color:var(--color-2)}.content-styled ol>li:after{content:"";display:block}.blurred-counter{filter:blur(2px);-webkit-filter:blur(2px);-moz-filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);transition:all .3s linear}details summary{position:relative;cursor:pointer}details summary::marker,details summary::-webkit-details-marker{content:"" !important;background-image:none !important;appearance:none !important;visibility:hidden !important;display:none !important;color:rgba(0,0,0,0) !important;width:0 !important;height:0 !important}details summary::before{position:relative;display:inline-block;content:"+";margin-right:5px}details[open] summary::before{content:"-"}.editorial-content h2,.editorial-content h3,.editorial-content h4,.editorial-content h5,.editorial-content h6{color:var(--color-4)}.editorial-content ul{list-style-position:inside;list-style:none;padding:0}.editorial-content ul li{display:table-row;font-weight:700}.editorial-content ul li:before{position:relative;top:.125rem;display:inline-block;width:1.125rem;height:1.125rem;content:"";margin:0 .5rem 0 0;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/ul-icon.svg);mask-repeat:no-repeat;mask-size:contain;background-color:var(--color-4);mask-position:50% 50%}.editorial-content ul li:after{content:"";display:block}.editorial-content ul li ul{margin:.25rem 0 1rem 0;padding-left:1.125rem}.editorial-content ul li ul li{font-weight:400}.editorial-content ul li ul li:before{position:relative;top:0;display:table-cell;content:"●";margin:0;padding:0 .125rem 0 0;color:currentColor;mask-image:none;background-color:rgba(0,0,0,0)}.stock.out-of-stock{font-weight:700}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.clearer{clear:both}.last-message{position:relative;display:block;width:100%;text-align:center;color:var(--color-3);padding:20px}.bottom-message{position:fixed;z-index:9999;bottom:0;left:0;display:none;width:100%;text-align:center;background-color:var(--color-1);color:var(--color-3);padding:20px}.navigation{display:none}#infscr-loading{position:fixed;z-index:9999;bottom:0;left:0;width:calc(100% - 30px) !important;background-color:var(--color-1);text-align:center;padding:15px;display:none}#infscr-loading p{font-size:14;line-height:19;color:var(--color-4);text-transform:uppercase}.not-link{pointer-events:none}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.nav-simple-button{background-color:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left}#pre-header{position:relative;width:100%;text-align:center}#pre-header.hidden{display:none;visibility:hidden}#pre-header .intro-par,#pre-header p{margin-bottom:0 !important}#pre-header .avviso-header-container{position:relative;display:inline-block;padding-right:2rem}#pre-header .avviso-header-container.details{display:block}#pre-header .pre-header-hide{position:absolute;top:.0625rem;right:0;width:1.125rem;height:1.125rem;border:none;background-color:rgba(0,0,0,0);mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/close.svg);mask-repeat:no-repeat;mask-size:contain;background-color:var(--color-7);mask-position:0 0;cursor:pointer}#pre-header details{text-align:left}#header{position:sticky;z-index:9998;top:0;left:0;display:block;width:100%;transition:opacity .3s linear,visibility .3s linear,background-color .3s linear;background-color:var(--color-6)}#header.fixed{position:fixed}#header-structure{position:relative;display:flex !important;flex-wrap:wrap !important;align-items:center}#header-structure .logo{position:relative;-webkit-box-flex:1}#header-structure .logo a{position:absolute;top:0;left:0;display:block;width:100%;height:100%;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/site-logo-header.svg);mask-repeat:no-repeat;mask-size:contain;background-color:var(--color-4);mask-position:0 50%}#header-structure .logo a:hover{background-color:var(--color-1)}#header-structure .menu{-webkit-box-flex:1}#header-structure .menu a:link:nopt(.default-button),#header-structure .menu a:visited:nopt(.default-button){color:var(--color-1)}#header-structure .menu a:active:nopt(.default-button),#header-structure .menu a:hover:nopt(.default-button){color:var(--color-1)}#header-structure .menu .nav-simple-button{color:var(--color-1)}#header-structure .menu .nav-simple-button:after{background-color:var(--color-1)}#header-structure .menu .nav-simple-button:hover{color:var(--color-1)}#header-structure .menu .nav-simple-button:hover:after{background-color:var(--color-1)}#header-structure .side-head{-webkit-box-flex:1}#head-overlay{position:absolute;left:0;display:block;width:100%;opacity:1;pointer-events:all;visibility:visible;transition:opacity .3s linear,visibility .3s linear;background-color:var(--color-6);will-change:opacity;content-visibility:auto}#head-overlay .nav-simple-button{color:var(--color-1)}#head-overlay .nav-simple-button:hover{color:var(--color-2)}#head-overlay.hidden{opacity:0;pointer-events:none;visibility:hidden}.hide-y-overflow{overflow-y:hidden}.scroll-opportunity{position:relative;display:block;overflow-y:auto}.scroll-opportunity .wrapper{overflow:hidden}#footer{position:relative;display:block;width:100%;overflow:hidden;content-visibility:auto}#footer .footer-logo{position:relative}#footer .footer-logo a{position:absolute;top:0;left:0;display:block;width:100%;height:100%;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/site-logo-header.svg);mask-repeat:no-repeat;mask-size:contain;background-color:var(--color-1)}body .loader{position:absolute;z-index:99999;top:0;width:100vw;height:3px;background-color:var(--color-1);pointer-events:none;display:none;visibility:hidden;opacity:0;overflow:hidden}body .loader .bar{position:absolute;top:0;height:3px;background-color:var(--color-3);animation-name:load-animation;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;animation-direction:alternate}body.pwa-navigation .loader{display:block;visibility:visible;opacity:1}@keyframes load-animation{0%{width:0;left:0}40%{width:100vw;right:0}60%{width:100vw;right:0}100%{width:0;right:0}}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.txt-1{color:var(--color-1)}.txt-2{color:var(--color-2)}.txt-2 a:link,.txt-2 a:visited{color:var(--color-2)}.txt-2 a:active,.txt-2 a:hover{color:var(--color-2)}.txt-3{color:var(--color-3)}.txt-4{color:var(--color-4)}.txt-4 a:link,.txt-4 a:visited{color:var(--color-4)}.txt-4 a:active,.txt-4 a:hover{color:var(--color-4)}.txt-5{color:var(--color-5)}.txt-6{color:var(--color-6)}.txt-7{color:var(--color-7)}.txt-8{color:var(--color-8)}.bg-1{background-color:var(--color-1)}.bg-2{background-color:var(--color-2)}.bg-3{background-color:var(--color-3)}.bg-4{background-color:var(--color-4);color:var(--color-7)}.bg-4 details,.bg-4 p{color:var(--color-7)}.bg-4 a:link,.bg-4 a:visited{color:var(--color-7)}.bg-4 a:active,.bg-4 a:hover{color:var(--color-7)}.bg-4 .txt-lined span{border-bottom:solid .25rem var(--color-5)}.bg-5{background-color:var(--color-5);color:var(--color-1)}.bg-5 a:link,.bg-5 a:visited{color:var(--color-1)}.bg-5 a:active,.bg-5 a:hover{color:var(--color-1)}.bg-6{background-color:var(--color-6)}.bg-7{background-color:var(--color-7)}.bg-8{background-color:var(--color-8)}a:link,a:visited{color:var(--color-1)}a:active,a:hover{color:var(--color-2)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}:any-link{transition:all .3s linear}a.absl:active,a.absl:hover,a.absl:link,a.absl:visited{position:absolute;z-index:10;left:0;top:0;display:block;width:100%;height:100%;font-size:0}.last-focus{font-size:0;opacity:0}.underlined-links a:link,.underlined-links a:visited{text-decoration:underline}.underlined-links a:active,.underlined-links a:hover{text-decoration-thickness:.125rem}.underlined-links button{text-decoration:underline}.underlined-links button:hover{text-decoration-thickness:.125rem}.underlined-links-on-hover a:link,.underlined-links-on-hover a:visited{text-decoration:none}.underlined-links-on-hover a:active,.underlined-links-on-hover a:hover{text-decoration:underline;text-decoration-thickness:.125rem}.underlined-links-on-hover button:hover{text-decoration:underline;text-decoration-thickness:.125rem}.comma-separated-list a:link:after{content:", "}.comma-separated-list a:link:last-child:after{content:""}.comma-separated-list span:after{content:", "}.comma-separated-list span:last-child:after{content:""}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}html *:focus-visible:not(input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea,.absl,.card-link,.wc-empty-cart-message,.final-notifications,.woocommerce-notices-wrapper,.woocommerce-form-login-toggle,.woocommerce-form-coupon-toggle,.woocommerce-info,.woocommerce-message,.woocommerce-error,#page-content){z-index:99999 !important;background-color:var(--color-7) !important;color:var(--color-1) !important;box-shadow:0 0 0 2px var(--color-1),0 0 0 4px var(--color-7);transition-duration:0ms !important;transition-property:none !important;animation:none 0 !important;outline-style:solid;outline-color:rgba(0,0,0,0);outline-width:10px}html .absl:focus-visible{z-index:99999 !important;background-color:rgba(0,0,0,0) !important;color:var(--color-7) !important;box-shadow:0 0 0 2px var(--color-1),0 0 0 4px var(--color-7);transition-duration:0ms !important;transition-property:none !important;animation:none 0 !important;outline-style:solid;outline-color:rgba(0,0,0,0);outline-width:10px}html .element-icon-after:focus-visible:after{background-color:currentcolor !important}html .element-icon-before:focus-visible:before{background-color:currentcolor !important}html input[type=file]:focus-visible::-webkit-file-upload-button,html input[type=file]:focus-visible::file-selector-button{background-color:currentcolor !important}html .paperplane-toggle:focus-visible .paperplane-switch-off,html .paperplane-toggle:focus-visible .fake-label{color:var(--color-4) !important}html .masked-element:focus-visible{background-color:var(--color-4) !important;color:var(--color-4) !important;box-shadow:0 0 0 2px var(--color-1),0 0 0 4px var(--color-4)}html #header-structure .logo:has(a:focus-visible){box-shadow:0 0 0 2px var(--color-1),0 0 0 4px var(--color-7)}html #header-structure .logo a:focus-visible{background-color:var(--color-1) !important;color:var(--color-4) !important;box-shadow:none !important}html #header-structure .hambuger-element:focus-visible span{background-color:var(--color-1)}html .footer-logo:has(a:focus-visible){background-color:var(--color-4) !important;color:var(--color-4) !important;box-shadow:0 0 0 2px var(--color-1),0 0 0 4px var(--color-4)}html .play-pause-animation:focus-visible:before{background-color:var(--color-4)}html .image-as-link a:focus-visible,html .image-as-link button:focus-visible{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,0) !important}html .image-as-link a:focus-visible img,html .image-as-link button:focus-visible img{margin:11px;width:calc(100% - 22px);height:calc(100% - 22px);box-shadow:0 0 0 2px var(--color-1),0 0 0 6px var(--color-4),0 0 0 8px var(--color-1)}html .card-link:focus-visible{background-color:rgba(0,0,0,0) !important;box-shadow:inset 0 0 0 2px var(--color-1),inset 0 0 0 4px var(--color-4) !important}html .site-socials a:focus-visible:before{background-color:var(--color-4) !important}html[data-reduced-motion=true] *{transition-duration:0ms !important;transition-property:none !important;animation:none 0 !important;animation-duration:0 !important}html[data-reduced-motion=true] *:after,html[data-reduced-motion=true] *:before{transition-duration:0ms !important;transition-property:none !important;animation:none 0 !important}html[data-reduced-motion=true] .aos-init{opacity:1 !important}html .unset-aos-animate{opacity:1 !important;transform:none !important}html[data-reduced-transparency=true] * :not(#head-overlay,.sub-menu,span[class*=ham-bar-]){opacity:1 !important}html[data-reduced-transparency=true] .above-image-opacity{background-color:var(--color-3) !important}html[data-reduced-transparency=true] * :not(.sub-menu){opacity:1 !important}html[data-reduced-transparency=true] * :not(#head-overlay,.sub-menu,span[class*=ham-bar-]){opacity:1 !important}html[data-reduced-transparency=true] .above-image-opacity{background-color:var(--color-3) !important}.accessible-navi-container{position:relative}.accessible-navi{position:fixed !important;z-index:9999;top:2vh;left:3.5vw;transform:translateY(-40vh)}.accessible-navi:focus-visible{transform:translateY(0)}.accessible-menu-panel{position:fixed;z-index:99999;top:0;left:0;display:block;width:100%;background-color:var(--color-1);padding:2vw;transform:translateY(-100vh)}.accessible-menu-panel a:link,.accessible-menu-panel a:visited{color:var(--color-4)}.accessible-menu-panel a:hover{text-decoration:underline}.accessible-menu-panel ul li{display:inline-block;margin:0 10px 10px 0}.accessible-menu-panel:focus{transform:translateY(0)}.screen-reader-text{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;word-wrap:normal !important}.user-accessibility-options .paperplane-toggle:last-of-type{border-right:none}.paperplane-toggle{cursor:pointer;background-color:rgba(0,0,0,0);border:none;padding:3px 6px 0 3px;border-right:solid 1px var(--color-3)}.paperplane-toggle[aria-checked=true] .paperplane-switch{color:var(--color-4);background-color:var(--color-1)}.paperplane-toggle[aria-checked=true] .paperplane-switch-dot{transform:translate(38px, 0)}.paperplane-toggle:hover .paperplane-switch-dot{background-color:var(--color-3)}.paperplane-toggle .fake-label{position:relative;margin-bottom:0;display:inline-block;color:var(--color-1)}.paperplane-toggle .paperplane-switch{position:relative;display:inline-block;width:80px;height:24px;margin:0 0 0 10px;border:solid 1px var(--color-4);border-radius:7px;overflow:hidden;color:var(--color-1);background-color:var(--color-4);transition:all .3s ease-in-out}.paperplane-toggle .paperplane-switch-on,.paperplane-toggle .paperplane-switch-off{position:absolute;z-index:2;top:50%;transform:translate(0, -50%);font-size:10px;line-height:10px;text-transform:uppercase;color:var(--color-1)}.paperplane-toggle .paperplane-switch-on{left:10px}.paperplane-toggle .paperplane-switch-off{right:10px}.paperplane-toggle .paperplane-switch-inner{position:absolute;top:0;left:0;width:80px;height:24px;border-radius:6px;overflow:hidden;box-shadow:var(--switch-box-shadow);background-color:var(--color-3)}.paperplane-toggle .paperplane-switch-dot{position:absolute;z-index:3;top:1px;left:1px;width:38px;height:20px;border-radius:6px;overflow:hidden;border:solid 2px var(--color-2);background-color:var(--color-4);transform:translate(0, 0);transition:all .3s ease-in-out}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.wrapper{position:relative;width:100%;margin:0 auto}.wrapper-padded,.wrapper-padded-container,.wrapper-padded-more-672,.wrapper-padded-more-924,.wrapper-padded-slideshow,.content-area{position:relative;margin:0 auto}.video-error-message{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:rgba(0,0,0,.7);color:#fff;padding:1rem;border-radius:4px;text-align:center;z-index:10}.with-line{border-top:solid .0625rem var(--color-4)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.flex-hold{position:relative;width:100%;display:flex !important;flex-wrap:wrap !important}.flex-hold .flex-hold-child-full{width:100%}.flex-hold-child,.flex-hold-child-image,.flex-hold-child-texts,.left-fix,.module-stripe-image,.module-stripe-text,.page-opening-image,.page-opening-text,.right-fix{position:relative;-webkit-box-flex:1}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.modules-handler{position:relative;content-visibility:auto}.expandable-content{position:relative;interpolate-size:allow-keywords;transition:height .3s linear;overflow:hidden;height:0}.expandable-content.visible{height:auto}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.hambuger-element{width:20px;height:16px;position:relative;top:-3px;display:inline-block;z-index:9998;padding:0;margin:0;transform:rotate(0deg);cursor:pointer;border:none !important;background-color:rgba(0,0,0,0)}.hambuger-element:before{content:"";position:absolute;top:-15px;left:-20px;width:55px;height:48px}.hambuger-element span[class*=ham-bar-]{display:block;position:absolute;height:2px;width:100%;opacity:1;left:0;transform:rotate(0deg);transition:all .15s ease-in-out;border-radius:1px;background-color:var(--color-1)}.hambuger-element .ham-bar-1{top:0}.hambuger-element .ham-bar-2,.hambuger-element .ham-bar-3{top:7px}.hambuger-element .ham-bar-4{bottom:0}.hambuger-element.open .ham-bar-1{opacity:0 !important}.hambuger-element.open .ham-bar-2{transform:rotate(45deg)}.hambuger-element.open .ham-bar-3{transform:rotate(-45deg)}.hambuger-element.open .ham-bar-4{opacity:0 !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.yith-add-new-gc-my-account-button,.woocommerce-button,#place_order,.woocommerce_waitlist,.single_add_to_cart_button,.default-button{font-family:"Inter",sans-serif;font-weight:700;position:relative;display:inline-block;border-radius:.25rem;text-align:center !important;text-decoration:none !important;border:none;transition:all .3s linear;cursor:pointer}.woocommerce-button,.yith-add-new-gc-my-account-button,a.woocommerce-button:link,a.woocommerce-button:visited,#place_order,.woocommerce_waitlist,.single_add_to_cart_button,.default-button,.default-button:link,.default-button:visited{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px 0 var(--color-4)}.yith-add-new-gc-my-account-button:hover,a.woocommerce-button:hover,#place_order:hover,.woocommerce_waitlist:hover,.single_add_to_cart_button:hover,.default-button:hover,a.default-button:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-4)}a.default-button:active{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .125rem var(--color-4)}.default-button-b{position:relative;display:inline-block;text-decoration:underline;text-underline-offset:.125rem;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.default-button-b.as-button{border:solid .0625rem var(--color-4);background-color:var(--color-7);border-radius:.25rem;color:var(--color-4) !important;box-shadow:inset 0px 0px 0px 0 var(--color-4);text-transform:uppercase;text-decoration:none}.default-button-b.as-button:hover{box-shadow:inset 0px 0px 0px .125rem var(--color-4);text-decoration:underline}.default-button-b:after{position:relative;display:inline-block;margin:0 0 0 .3125rem;content:"";transition:all .15s linear;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/slider-button.svg);mask-repeat:no-repeat;mask-size:contain;background-color:currentColor;mask-position:50% 50%}.default-button-b:hover{text-decoration-thickness:.125rem}.default-button-b:hover:after{background-color:currentColor}.default-button-b,a.default-button-b:link,a.default-button-b:visited{color:var(--color-1)}.default-button-b:hover,a.default-button-b:active,a.default-button-b:hover{color:var(--color-2)}.green-cta .default-button,.green-cta .default-button:link,.green-cta .default-button:visited{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px 0 var(--color-4)}.green-cta .default-button:hover,.green-cta a.default-button:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-4)}.green-cta a.default-button:active{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .125rem var(--color-4)}.green-cta .default-button-b,.green-cta a.default-button-b:link,.green-cta a.default-button-b:visited{color:var(--color-1)}.green-cta .default-button-b:hover,.green-cta a.default-button-b:active,.green-cta a.default-button-b:hover{color:var(--color-1)}.yellow-cta .default-button,.yellow-cta .default-button:link,.yellow-cta .default-button:visited{color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px 0 var(--color-5)}.yellow-cta .default-button:hover,.yellow-cta a.default-button:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-5)}.yellow-cta a.default-button:active{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .125rem var(--color-5)}.yellow-cta .default-button-b,.yellow-cta a.default-button-b:link,.yellow-cta a.default-button-b:visited{color:var(--color-7)}.yellow-cta .default-button-b:hover,.yellow-cta a.default-button-b:active,.yellow-cta a.default-button-b:hover{color:var(--color-7)}.white-cta .default-button,.white-cta .default-button:link,.white-cta .default-button:visited{color:var(--color-1);background-color:var(--color-7);box-shadow:inset 0px 0px 0px 0 var(--color-7)}.white-cta .default-button:hover,.white-cta a.default-button:hover{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .25rem var(--color-7)}.white-cta a.default-button:active{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .125rem var(--color-7)}a.mix-match-link:link,a.mix-match-link:visited{color:var(--color-1);border:solid .0625rem var(--color-1);padding:.125rem .375rem;border-radius:.25rem;font-weight:600}a.mix-match-link:link .category-icon,a.mix-match-link:visited .category-icon{display:inline-block;height:1.1875rem;width:auto;margin-right:.375rem}a.mix-match-link:hover,a.mix-match-link:hover{text-decoration:underline}.disabled{pointer-events:none}.wishlist-button-hold{width:2.5rem;height:2.625rem;overflow:hidden}.wishlist-button-hold .tinvwl_add_to_wishlist_button{width:2.5rem !important;height:2.625rem !important;border-radius:.25rem;box-shadow:inset 0px 0px 0px .0625rem var(--color-1);background-color:var(--color-5);transition:all .3s linear}.wishlist-button-hold .tinvwl_add_to_wishlist_button:hover{box-shadow:inset 0px 0px 0px .25rem var(--color-1)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.card{position:relative}.card.card-product-listing{border:solid 1px var(--color-4);background-color:var(--color-7);border-radius:.5rem;height:100%;overflow:hidden;transition:all .3s linear}.card.card-product-listing.mix-match{border:none}.card.card-banner-listing{border-radius:.5rem;overflow:hidden;transition:all .3s linear}.card.card-banner-header-overlay{border:none}.card:has(a:focus-visible){z-index:99999 !important}.card:hover.no-underline .card-image img{transform:scale(1)}.card:hover.no-underline.green-cta .default-button{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px 0 var(--color-4)}.card:hover.no-underline.yellow-cta .default-button{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-5)}.card:hover.no-underline .element-hover{text-decoration:none}.card:hover .element-hover{text-decoration:underline}.card:hover .card-image img{transform:scale(1.15)}.card:hover.green-cta .default-button{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-4)}.card:hover.yellow-cta .default-button{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-5)}.card.out-of-stock .price{text-decoration:line-through}.card.out-of-stock .card-image img{opacity:.35}.card .card-image{width:100%;overflow:hidden;aspect-ratio:1/1}.card .card-image img{transition:all .3s linear}.card .card-texts{width:100%}.card .card-link{position:absolute;z-index:10;left:0;top:0;display:block;width:100%;height:100%}.card .preserve-text{position:relative;z-index:11}.card .elent-with-link{position:relative;z-index:11}.card a:not(.card-link){position:relative;z-index:11}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.no-the-100{position:relative;width:100% !important}.no-the-100 img{position:relative;width:100%;height:auto}.image-rounder{position:relative;display:inline-block;border-radius:50%;overflow:hidden}.above-image-opacity{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--above-image-opacity)}.wp-caption.aligncenter,.wp-caption.alignnone{position:relative;width:100% !important;display:block}.wp-caption.alignleft,.wp-caption.alignright{position:relative}.wp-caption.aligncenter img,.wp-caption.alignleft img,.wp-caption.alignnone img,.wp-caption.alignright img{width:100% !important;height:auto !important;padding:0;margin:0}.embedded-content{position:relative;overflow:hidden;max-width:100%;height:auto;padding-bottom:clamp(20vh,56.25%,50vh)}.embedded-content embed,.embedded-content iframe,.embedded-content object,.embedded-content embed,.embedded-content iframe,.embedded-content object{position:absolute;top:0;left:0;width:100%;height:100%}.video-frame,.video-container{position:relative;aspect-ratio:16/9;overflow:hidden;max-width:100%;height:auto}.video-frame .video-cover,.video-container .video-cover{position:absolute;z-index:2;display:block;width:100%;height:100%;background-color:var(--color-1);border:none;cursor:pointer}.video-frame .video-cover:before,.video-container .video-cover:before{position:absolute;width:70px;height:70px;z-index:2;top:50%;left:50%;transform:translate(-50%, -50%);content:"";background-color:var(--color-4);mask-repeat:no-repeat;mask-size:contain;mask-position:center;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/play.svg)}.video-frame .video-cover img,.video-container .video-cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;pointer-events:none}.video-container embed,.video-container iframe,.video-container object,.video-frame embed,.video-frame iframe,.video-frame object{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-1)}.video-frame video{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-1)}.play-pause-animation{position:absolute;z-index:2;bottom:10px;right:10px;width:35px;height:35px;border:none;background-color:var(--color-4);border:solid 1px var(--color-1);border-radius:50%;cursor:pointer;opacity:.8}.play-pause-animation:before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50%;height:50%;content:"";mask-repeat:no-repeat;mask-size:contain;mask-position:center;background-color:var(--color-1)}.play-pause-animation.pause:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/pause.svg)}.play-pause-animation.play:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/play.svg)}.vk-random-pattern.pattern-1{background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/pattern-1.svg)}.vk-random-pattern.pattern-2{background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/pattern-2.png)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}::-webkit-input-placeholder{color:var(--color-2)}:-moz-placeholder{color:var(--color-2)}::-moz-placeholder{color:var(--color-2)}input[type=file],input[type=submit],input[type=date],input[type=email],input[type=number],input[type=password],input[type=range],input[type=tel],input[type=text],input[type=url],textarea,button{font-family:"Inter",sans-serif}input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;border:var(--color-2) solid .0625rem;color:var(--color-1);background-color:var(--color-7);border-radius:.25rem}input[type=date],input[type=email],input[type=number],input[type=password],input[type=range],input[type=tel],input[type=text],input[type=url],textarea{font-weight:400;position:relative;padding:.625rem}input[type=checkbox]:before,input[type=radio]:before{color:var(--color-1)}input[type=checkbox]:focus-visible:before,input[type=radio]:focus-visible:before{color:var(--color-4)}input[type=checkbox],input[type=radio]{appearance:none;cursor:pointer}input[type=checkbox]:before,input[type=radio]:before{font-family:"Material Icons";font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}input[type=radio]:before{content:""}input[type=radio]:checked:before{content:""}input[type=checkbox]:before{content:""}input[type=checkbox]:checked:before{content:""}input[type=file]{position:relative;text-align:left;display:block;margin-top:10px;font-weight:400;background-color:var(--color-4)}input[type=file]::-webkit-file-upload-button,input[type=file]::file-selector-button{font-family:"Inter",sans-serif;font-weight:400;padding:8px 0 8px 20px;margin-right:10px;color:var(--color-4);-webkit-transition:.3s;transition:.3s;cursor:pointer;border:none;width:25px;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/file-upload.svg);mask-repeat:no-repeat;mask-size:25px 25px;mask-position:0 50%;background-color:var(--color-1)}select{appearance:none;position:relative;width:100%;padding:.625rem 1.875rem .625rem .625rem;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/html-select-icon.svg);background-position:calc(100% - .5rem) 50%;background-repeat:no-repeat;background-size:1.5rem auto;cursor:pointer}textarea{width:100%;height:100px;margin:10px 0 0;padding:10px;resize:none}input[type=submit]{font-family:"Inter",sans-serif;font-weight:700;position:relative;display:inline-block;border-radius:.25rem;text-align:center !important;text-decoration:none !important;border:none;transition:all .3s linear;cursor:pointer;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px 0 var(--color-4)}input[type=submit]:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-4)}input[type=submit][aria-disabled=true]{opacity:.7;cursor:not-allowed}input[type=submit]:disabled{opacity:.7}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px var(--color-1) !important;transition:all .3s linear}label,.as-label{color:var(--color-1);font-weight:600}.form-hold{position:relative;display:block;width:100%}.form-hold label,.form-hold p{position:relative;display:block;width:100%;margin-left:0}.form-hold .wpcf7-form-control-wrap .wpcf7-list-item{margin:0 !important}.form-hold .wpcf7-form-control-wrap.form-checkbox,.form-hold .wpcf7-form-control-wrap.form-radio{display:block;padding:0 !important;margin-bottom:10px !important}.form-hold .wpcf7-form-control-wrap.form-checkbox .wpcf7-list-item,.form-hold .wpcf7-form-control-wrap.form-radio .wpcf7-list-item{margin:0 10px 10px 0 !important}.form-hold .wpcf7-form-control-wrap.form-checkbox .wpcf7-list-item:last-child,.form-hold .wpcf7-form-control-wrap.form-radio .wpcf7-list-item:last-child{margin:0 0 10px 0 !important}.form-hold input[type=submit]{width:100%}.wpcf7-form .wpcf7-not-valid-tip:before,.wpcf7-form.invalid .wpcf7-response-output:before,.wpcf7-form.sent .wpcf7-response-output:before{position:relative;top:2px;display:inline-block;margin:0 5px 0 0;color:var(--color-form-error) !important;content:"";font-family:"Material Icons";font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-style:normal;font-weight:normal;font-size:20px}.wpcf7-form .wpcf7-not-valid-tip{position:relative;border:none !important;z-index:10;width:100% !important;top:-32px !important;padding:10px !important;margin:0 0 0 0 !important;color:var(--color-form-error) !important;background-color:var(--color-form-error-b) !important;font-weight:500 !important}.wpcf7-form .wpcf7-not-valid-tip:before{color:var(--color-form-error) !important;content:""}.wpcf7-form .wpcf7-response-output{position:relative;z-index:10;width:100% !important;padding:16px !important;margin:0 0 10px 0 !important;font-size:1.25rem !important}.wpcf7-form.invalid .wpcf7-response-output{color:var(--color-form-error) !important;background-color:var(--color-form-error-b) !important;border:none !important;font-weight:500 !important}.wpcf7-form.invalid .wpcf7-response-output:before{color:var(--color-form-error) !important;content:""}.wpcf7-form.sent .wpcf7-response-output{color:var(--color-form-ok) !important;background-color:var(--color-form-ok-b) !important;border:none !important;font-weight:500 !important}.wpcf7-form.sent .wpcf7-response-output:before{color:var(--color-form-ok) !important;content:""}.form-block{display:block}.form-block .wpcf7-not-valid-tip{top:0 !important;margin-bottom:32px !important}.phone-wrapper{position:relative;display:block;width:100%}.phone-wrapper .phone-prefix-populate{position:absolute;z-index:2;top:0;margin:0;width:95px;opacity:0;transition:opacity .3s linear}.phone-wrapper .phone-prefix-populate.visible{opacity:1}.phone-wrapper .phone-number-style{z-index:1;width:calc(100% - 94px);margin-left:94px}.phone-wrapper .just-hidden{opacity:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.slick-track{margin-left:0 !important}.slick-next,.slick-prev{position:absolute;z-index:9;border:solid .0625rem var(--color-4);background-color:var(--color-7);border-radius:.25rem;color:var(--color-4);box-shadow:inset 0px 0px 0px 0 var(--color-4);transition:all .3s linear;cursor:pointer}.slick-next:after,.slick-prev:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scaleX(1);display:block;width:1rem;height:1rem;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/slider-button.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:50% 50%;background-color:currentColor}.slick-next:hover,.slick-prev:hover{box-shadow:inset 0px 0px 0px .125rem var(--color-4)}.slick-next:active,.slick-prev:active{background-color:var(--color-4);color:var(--color-7)}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.7;pointer-events:none}.slick-prev:after{transform:translate(-50%, -50%) scaleX(-1)}.slick-dots li.slick-active button{background-color:var(--color-1)}.slick-dots li button{background-color:var(--color-3)}.slick-dots li button:hover{background-color:var(--color-1)}.hidden-dots .slick-dots{opacity:0;position:absolute;z-index:-1;top:0;left:0;width:0;height:0;overflow:hidden}.hidden-dots .slick-dots:has(button:focus-visible){top:auto;bottom:0;width:100%;height:40px;z-index:3;opacity:1}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.inline-socials{width:100%}.inline-socials li{position:relative;text-align:center !important;display:inline-block;margin:0 10px 0 0;width:32px;height:32px}.inline-socials li a{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.inline-socials li a:before{content:"";position:absolute;top:7%;left:7%;display:block;width:86%;height:86%;mask-repeat:no-repeat;mask-size:contain;mask-position:center;background-color:var(--color-1)}.paperplane-blank-theme-newsletter-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/envelope-regular.svg)}.paperplane-blank-theme-facebook-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/facebook-f.svg)}.paperplane-blank-theme-facebook-messenger-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/facebook-messenger.svg)}.paperplane-blank-theme-instagram-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/instagram.svg)}.paperplane-blank-theme-linkedin-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/linkedin-in.svg)}.paperplane-blank-theme-telegram-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/telegram.svg)}.paperplane-blank-theme-tiktok-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/tiktok.svg)}.paperplane-blank-theme-twitter-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/x-twitter.svg)}.paperplane-blank-theme-vk-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/vk.svg)}.paperplane-blank-theme-whatsapp-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/whatsapp.svg)}.paperplane-blank-theme-spotify-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/spotify.svg)}.paperplane-blank-theme-spotify-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/spotify.svg)}.paperplane-blank-theme-vimeo-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/vimeo.svg)}.paperplane-blank-theme-youtube-social:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/youtube.svg)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;font-display:swap;src:url(//volumebk.it/wp-content/themes/vk-theme/assets/fonts/material-icons/MaterialIcons-Regular.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(//volumebk.it/wp-content/themes/vk-theme/assets/fonts/material-icons/MaterialIcons-Regular.ttf) format("truetype")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.slick-slider{position:relative;display:block;box-sizing:border-box;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:grab}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 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 rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.wp-pagenavi{display:block;width:100%;font-size:1rem;font-weight:600;text-align:center;margin-top:2rem}.wp-pagenavi span,.wp-pagenavi a{position:relative;display:inline-block;width:2.375rem;height:2.375rem;line-height:2.375rem;border-radius:.25rem;margin:0 .5rem}.wp-pagenavi span.current,.wp-pagenavi a.current{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-4)}.wp-pagenavi a.page:link,.wp-pagenavi a.page:visited{width:2.375rem;height:2.375rem;line-height:2.375rem;display:inline-block;position:relative;color:var(--color-1);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .0625rem var(--color-1)}.wp-pagenavi a.page:hover,.wp-pagenavi a.page:active{color:var(--color-1);background-color:var(--color-8);box-shadow:inset 0px 0px 0px .125rem var(--color-1)}.wp-pagenavi a.nextpostslink:link,.wp-pagenavi a.nextpostslink:visited,.wp-pagenavi a.previouspostslink:link,.wp-pagenavi a.previouspostslink:visited{width:2.375rem;height:2.375rem;line-height:2.375rem;display:inline-block;position:relative;font-size:0;top:-0.375rem;color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .0625rem var(--color-1)}.wp-pagenavi a.nextpostslink:link:after,.wp-pagenavi a.nextpostslink:visited:after,.wp-pagenavi a.previouspostslink:link:after,.wp-pagenavi a.previouspostslink:visited:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scaleX(1);display:block;width:1rem;height:1rem;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/slider-button.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:50% 50%;background-color:currentColor}.wp-pagenavi a.previouspostslink:link:after,.wp-pagenavi a.previouspostslink:visited:after{transform:translate(-50%, -50%) scaleX(-1)}.wp-pagenavi a.nextpostslink:hover,.wp-pagenavi a.nextpostslink:active,.wp-pagenavi a.previouspostslink:hover,.wp-pagenavi a.previouspostslink:active{color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .125rem var(--color-1)}.wp-pagenavi .extend,.wp-pagenavi .first,.wp-pagenavi .last{display:none !important}.wp-pagenavi .pages{display:none;visibility:hidden}@media screen and (min-width: 1px)and (max-width: 1023px){:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}#pre-header{padding:5px 0;border-bottom:solid 1px var(--color-1);text-align:left}#pre-header .intro-par{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#pre-header .avviso-header-container{position:relative;display:inline-block;padding-right:1.375rem}#pre-header .pre-header-hide{top:.0625rem;right:-0.375rem}#pre-header details summary{position:relative;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#pre-header details summary::marker{content:""}#pre-header details summary::before{position:relative;display:inline-block;content:"+";margin-right:5px}#pre-header details[open] summary::before{content:"-"}#header{height:64px;border-bottom:solid .0625rem var(--color-1)}#header #header-structure{width:100%;height:64px}#header #header-structure .hamburger-navi{width:32px;height:64px;display:flex !important;flex-wrap:wrap !important;align-items:center}#header #header-structure .logo{width:174px;height:64px}#header #header-structure .menu{display:none;pointer-events:none;opacity:0}#header #header-structure .side-head{width:calc(100% - 174px - 32px);text-align:right}#header #header-structure .side-head ul{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center;text-align:right;justify-content:end}#header #header-structure .side-head ul li{display:inline-block;margin:0 0 0 1rem}#header #header-structure .side-head ul li.header-side-wishlist,#header #header-structure .side-head ul li.header-side-profile{display:none;visibility:hidden}#header #header-structure .side-head ul li:first-child{margin:0}#header #header-structure .side-head ul li a,#header #header-structure .side-head ul li button{position:relative;display:flex !important;flex-wrap:wrap !important;align-items:center;width:1.5rem;height:64px;color:var(--color-1)}#header #header-structure .side-head ul li a:hover,#header #header-structure .side-head ul li button:hover{color:var(--color-4)}#header #header-structure .side-head ul li .header-cart-counter{position:absolute;z-index:1;top:calc(50% - .9375rem);right:-0.5rem;transform:translate(0, -50%);width:1.25rem;height:1.25rem;border-radius:50%;font-size:.625rem;line-height:1.25rem;text-align:center;background-color:var(--color-4);color:var(--color-7);pointer-events:none}#header #header-structure .side-head ul li .header-cart-counter.hidden{display:none;visibility:hidden}#header #header-structure .side-head ul li .header-icons{background-color:rgba(0,0,0,0);border:none;cursor:pointer}#header #header-structure .side-head ul li .header-icons:after{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"";width:1.5rem;height:1.5rem;mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:currentColor}#header #header-structure .side-head ul li .header-icons.search:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/search-button.svg)}#header #header-structure .side-head ul li .header-icons.wishlist{display:none;visibility:hidden}#header #header-structure .side-head ul li .header-icons.wishlist:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/heart.svg)}#header #header-structure .side-head ul li .header-icons.profile{display:none;visibility:hidden}#header #header-structure .side-head ul li .header-icons.profile:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/account.svg)}#header #header-structure .side-head ul li .header-icons.cart:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/bag.svg)}#header #header-structure .side-head ul li:last-child{margin-right:0}#header .submenu-close{visibility:hidden;display:none;pointer-events:none}#header .submenu-close.active{visibility:hidden;display:none;pointer-events:none}.mega-menu{display:none;visibility:hidden}#head-overlay{bottom:0;transform:translate(0, 100%);width:100%;height:100dvh;border-top:solid .0625rem var(--color-1)}#head-overlay .overlay-menu-top-level-expander{margin-bottom:1.5rem}#head-overlay .top-overlay-menu{position:relative;interpolate-size:allow-keywords;transition:visibility .2s,height .3s linear;overflow:hidden;visibility:hidden;height:0;border-bottom:solid .125rem var(--color-1)}#head-overlay .top-overlay-menu.open{transition:visibility .2s,height .3s linear;height:auto;visibility:visible}#head-overlay .menu{width:100%}#head-overlay .menu .overlay-menu-css{margin-top:1.5rem}#head-overlay .menu .overlay-menu-css li{position:relative;display:block;text-align:left;overflow:hidden;width:100%;margin-top:0;margin-bottom:1.5rem}#head-overlay .menu .overlay-menu-css li.menu-item-has-children{margin-bottom:0}#head-overlay .menu .overlay-menu-css li a{position:relative;display:block}#head-overlay .menu .overlay-menu-css li.menu-item-has-children a,#head-overlay .menu .overlay-menu-css li.menu-item-has-children button{position:relative;width:100%;font-weight:700;font-size:1rem;line-height:1.75rem;margin-bottom:1.5rem}#head-overlay .menu .overlay-menu-css li.menu-item-has-children a.nav-simple-button,#head-overlay .menu .overlay-menu-css li.menu-item-has-children button.nav-simple-button{text-decoration:none}#head-overlay .menu .overlay-menu-css li.menu-item-has-children a:before,#head-overlay .menu .overlay-menu-css li.menu-item-has-children button:before{content:"+";position:relative;margin-right:.3125rem;transition:all .2s ease-in-out}#head-overlay .menu .overlay-menu-css li.menu-item-has-children a.clicked:before,#head-overlay .menu .overlay-menu-css li.menu-item-has-children button.clicked:before{content:"-"}#head-overlay .menu .overlay-menu-css .sub-menu{position:relative;interpolate-size:allow-keywords;transition:visibility .2s,height .3s linear;overflow:hidden;visibility:hidden;height:0}#head-overlay .menu .overlay-menu-css .sub-menu.visible{transition:visibility .2s,height .3s linear;height:auto;visibility:visible}#head-overlay .menu .overlay-menu-css .sub-menu li{width:100%;margin-top:0}#head-overlay .menu .overlay-menu-css .sub-menu li a{display:block;padding:0;margin:0;font-weight:400}#head-overlay .menu .overlay-menu-css .sub-menu li a:before{display:none;visibility:hidden}#head-overlay .header-overlay-toolbar{position:absolute;left:0;bottom:-0.0625rem;display:block;width:100%;border-top:solid .125rem var(--color-4);border-bottom:solid .125rem var(--color-4);background-color:var(--color-7)}#head-overlay .header-overlay-toolbar ul{display:flex !important;flex-wrap:wrap !important}#head-overlay .header-overlay-toolbar ul li{width:50%}#head-overlay .header-overlay-toolbar ul li:first-child{border-right:solid .125rem var(--color-4)}#head-overlay .header-overlay-toolbar ul li .header-overlay-icons{display:block;padding:1.5rem;text-align:center;font-size:.875rem;line-height:.875rem;font-weight:600}#head-overlay .header-overlay-toolbar ul li .header-overlay-icons:before{position:relative;display:inline-block;top:.3125rem;content:"";width:1.5rem;height:1.5rem;mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:currentColor;margin-right:.1875rem}#head-overlay .header-overlay-toolbar ul li .header-overlay-icons.search:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/search-button.svg)}#head-overlay .header-overlay-toolbar ul li .header-overlay-icons.wishlist-empty:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/heart.svg)}#head-overlay .header-overlay-toolbar ul li .header-overlay-icons.wishlist-full:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/heart-full.svg)}#head-overlay .header-overlay-toolbar ul li .header-overlay-icons.profile:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/account.svg)}#head-overlay .header-overlay-toolbar ul li .header-overlay-icons.cart:before{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/bag.svg)}.occupy-scrollbar{width:100% !important}.scroll-opportunity{width:100%;height:100%;padding:2.75rem 0 5.5rem 0}.header-banner{border:solid .0625rem var(--color-1);border-radius:.5rem;padding:.5rem;margin:2.25rem 0 1.5rem 0}.header-banner.flex-hold-banner .text{width:calc(100% - 4.5rem);padding-right:1rem}.header-banner.flex-hold-banner .text p{margin-bottom:.5rem}.header-banner.flex-hold-banner .text .cta-holder{margin:0;padding:0}.header-banner.flex-hold-banner .text .cta-holder a{margin-bottom:0}.header-banner.flex-hold-banner .image{width:4.5rem}.header-banner.flex-hold-banner .image img{border-radius:.25rem}#footer{border-top:solid .0625rem var(--color-4);padding-top:4.375rem;margin-top:1.5rem}#footer .with-line-mobile{border-top:solid .0625rem var(--color-4)}#footer .footer-big-menu{margin-bottom:4.375rem}#footer .footer-big-menu .first-letter,#footer .footer-big-menu .second-letter{background-size:contain;background-repeat:no-repeat;width:100%;aspect-ratio:1/.7;background-position:50% 50%}#footer .footer-big-menu .first-letter{background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/footer-big-menu-v.svg)}#footer .footer-big-menu .second-letter{background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/footer-big-menu-k.svg)}#footer .footer-big-menu .center-menu{width:100%}#footer .footer-big-menu .center-menu .footer-menu{width:100%;margin:3rem 0 .75rem 0;text-transform:uppercase;display:flex !important;flex-wrap:wrap !important}#footer .footer-big-menu .center-menu .footer-menu li{width:50%;margin:0 0 2.25rem 0}#footer .footer-big-menu .center-menu .footer-menu li:nth-child(odd){text-align:left}#footer .footer-big-menu .center-menu .footer-menu li:nth-child(even){text-align:right}#footer .footer-big-menu .center-menu .footer-menu li a{text-underline-offset:.625rem;text-decoration-thickness:.25rem;color:var(--color-4)}#footer .footer-big-menu .center-menu .footer-menu li a:hover{text-decoration-thickness:.125rem;color:var(--color-1)}#footer .shop-info{margin:2.875rem 0}#footer .shop-info .flex-hold-child{padding-bottom:2rem}#footer .shop-info .flex-hold-child:last-child{padding-bottom:0}#footer .shop-info h2{font-size:1rem;line-height:1.375rem;font-weight:600}#footer .shop-info img{max-width:90%}#footer .inline-socials{margin:2.5rem 0 0 0;text-align:left}#footer .inline-socials li{margin:0 1.25rem 1.25rem 0}#footer .footer-menu-service{margin-bottom:2.5rem !important}#footer .footer-menu-service li{margin-bottom:1.3125rem}#footer .legal-footer{margin-top:2.875rem}#footer .legal-footer .flex-hold-child{padding-bottom:0;margin-bottom:1.5rem}#search-panel-container{position:sticky;top:64px;z-index:999;width:100%;background-color:var(--color-6);border-bottom:solid .0625rem var(--color-1);padding:1.5rem 0;visibility:hidden;opacity:0;display:none;overflow:visible}#search-panel-container .wrapper{overflow:visible}#search-panel-container.visible{visibility:visible;opacity:1;display:block}.search-container{position:relative}.search-container label{display:block;margin-bottom:.3125rem}.search-container #search-input{margin:0;padding-right:5.3125rem}.search-container #search-submit{position:absolute;right:.0625rem;top:2rem;height:2.875rem;width:6.25rem;color:var(--color-1);background-color:var(--color-7);-webkit-border-top-right-radius:.1875rem;-webkit-border-bottom-right-radius:.1875rem;-moz-border-radius-topright:.1875rem;-moz-border-radius-bottomright:.1875rem;border-top-right-radius:.1875rem;border-bottom-right-radius:.1875rem;border:none;border-left:solid .0625rem var(--color-1);text-align:left;padding:0 .8125rem;text-transform:uppercase;font-weight:600;font-size:.875rem;line-height:.875rem;cursor:pointer}.search-container #search-submit:hover{color:var(--color-7);background-color:var(--color-4)}.search-container #search-submit:hover:after{background-color:currentColor}.search-container #search-submit:after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/search-button.svg);mask-repeat:no-repeat;mask-size:1.375rem 1.375rem;mask-position:calc(100% - .8125rem) 50%;background-color:var(--color-1);transition:all .2s linear;transform-origin:center}.search-container .search-submit{position:absolute;right:3px;top:1px;width:41px;height:41px}.suggestions-container{position:absolute;z-index:99999;left:0;bottom:.0625rem;transform:translate(0, 100%);width:100%;max-height:50vh;background-color:var(--color-7);overflow-y:scroll;border:solid 1px var(--color-1);transition:visibility .2s,opacity .3s linear;-webkit-border-bottom-right-radius:.3125rem;-webkit-border-bottom-left-radius:.3125rem;-moz-border-radius-bottomright:.3125rem;-moz-border-radius-bottomleft:.3125rem;border-bottom-right-radius:.3125rem;border-bottom-left-radius:.3125rem;visibility:hidden;opacity:0}.suggestions-container.visible{visibility:visible;opacity:1}.results-counter{position:relative;margin:0;padding:.625rem;border-bottom:solid 1px var(--color-1);font-size:.875rem;line-height:1.1875rem;font-weight:600}.suggestion-item{position:relative;margin:0;padding:.625rem;border-bottom:solid 1px var(--color-1)}.suggestion-item:hover{background-color:var(--color-6)}.suggestion-item:last-of-type{border-bottom:none}.flex-hold-search-suggestion .suggestion-image{width:3.125rem;height:3.125rem;border-radius:.3125rem;overflow:hidden}.flex-hold-search-suggestion .suggestion-image img{width:100%;height:100%;object-fit:cover}.flex-hold-search-suggestion .suggestion-txts{width:calc(100% - 3.125rem);padding-left:.625rem}.flex-hold-search-suggestion .suggestion-txts .suggestion-category-label{display:inline-block;border:solid .0625rem var(--color-1);padding:.1875rem .375rem;font-size:.625rem;line-height:.625rem;margin-bottom:.375rem;font-weight:600}.flex-hold-search-suggestion .suggestion-txts .suggestion-category-label img{height:auto;width:.75rem}.flex-hold-search-suggestion .suggestion-txts .suggestion-title{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:600}.search-input::selection{background-color:#e0e0e0;color:#666}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.minicart{position:fixed;z-index:998;top:0;right:0;display:block;height:100%;width:100vw;background-color:var(--color-7);visibility:visible;opacity:1;transition:opacity .2s linear,visibility .2s,right .2s linear}.minicart.hidden{visibility:hidden;opacity:0;right:-100vw;transition:opacity .2s linear .2s,visibility .2s .2s,right .2s linear .2s}.minicart .as-h4{font-weight:500;margin-bottom:.75rem}.minicart .minicart-inner{height:100%;display:flex;flex-direction:column}.minicart .minicart-top{position:sticky;top:0;z-index:100;flex-shrink:0;border-bottom:solid .0625rem var(--color-1)}.minicart .minicart-top .close{border-right:solid .0625rem var(--color-1)}.minicart .minicart-top .cart{text-align:right}.minicart .minicart-top .inner{width:100%;padding:.75rem}.minicart .minicart-products{position:relative;flex:1;overflow-y:auto}.minicart .minicart-bottom{position:sticky;bottom:0;z-index:100;border-top:solid .0625rem var(--color-1);padding:1.5rem .75rem .75rem .75rem}.minicart .minicart-bottom .minicart-subtotal{margin:0 0 .75rem 0}.minicart .minicart-bottom .minicart-subtotal p{margin-bottom:0}.minicart .minicart-bottom .minicart-subtotal-number{text-align:right}.minicart .minicart-bottom .default-button{width:100%}.minicart .minicart-bottom p{font-size:.875rem;line-height:1.1875rem;margin-bottom:.875rem}.minicart .avviso-header-container{margin-bottom:1.5rem}.minicart .pre-header-hide{display:none;visibility:hidden}.minicart-close{border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:600;color:var(--color-1)}.minicart-close:hover{text-decoration:underline;color:var(--color-2)}.minicart-close:before{content:"";position:relative;top:.1875rem;display:inline-block;width:1.25rem;height:1.25rem;mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:currentColor;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/close.svg)}.minicart-close-bottom{width:100%;border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:400;margin:1rem 0 0 0;text-align:center;text-decoration:underline}.minicart-close-bottom:hover{text-decoration-thickness:.125rem}.remove-from-cart-btn{border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:400;margin:.5rem 0 .75rem -0.375rem;text-decoration:underline}.remove-from-cart-btn:hover{text-decoration-thickness:.125rem}.gotochart{border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:600}.gotochart:hover{text-decoration:underline;color:var(--color-2)}.gotochart:after{content:"";position:relative;top:.125rem;display:inline-block;margin:0 0 0 .625rem;width:1rem;height:1rem;mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:currentColor;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/sub-menu-icon.svg);transform:rotate(-90deg)}.minicart-item{width:100%;border-bottom:solid .0625rem var(--color-1);padding:1rem}.minicart-item.with-qty{padding:1rem 0}.minicart-item.with-qty:last-of-type{border-bottom:solid .0625rem var(--color-1);margin-bottom:1.5rem}.minicart-item.with-qty .minicart-item-details{width:calc(100% - 6.5rem);padding:0 0 0 .75rem}.minicart-item.with-qty .flex-hold-minicart-item-details .data{width:100%}.minicart-item.with-qty .flex-hold-minicart-item-details .qty-col{display:none;visibility:hidden}.minicart-item:last-of-type{border-bottom:none}.minicart-item .minicart-item-image{width:6.25rem}.minicart-item .minicart-item-image img{width:100%;height:auto;border-radius:.25rem}.minicart-item .minicart-item-details{width:calc(100% - 6.25rem);padding:0 0 0 .75rem}.flex-hold-minicart-item-details .data{width:100%}.flex-hold-minicart-item-details .data .vk-single-product-categories{margin-bottom:.5rem}.flex-hold-minicart-item-details .data .vk-single-product-categories li{display:inline-block}.flex-hold-minicart-item-details .data .vk-single-product-categories li:nth-child(n+2){display:none;visibility:hidden}.flex-hold-minicart-item-details .data .vk-single-product-categories li a{display:inline-block}.flex-hold-minicart-item-details .data .quantity-value{font-size:1rem;line-height:1.375rem;font-weight:600}.flex-hold-minicart-item-details .price{width:100%;text-align:left;font-size:1.125rem;line-height:1.4375rem}.minicart-empty{padding:2.5rem 1.5rem 1.5rem 1.5rem}.minicart-item-variations dt,.minicart-item-variations dd{display:inline-block;width:auto}.minicart-item-variations dt{font-weight:600}.minicart-item-variations dd{margin:0 .3125rem 0 0}.minicart-item-variations dd p{margin-bottom:.25rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.reduce-motion-overlay{display:none;visibility:hidden;pointer-events:none}.paperplane-toggle{display:block;border-right:none;margin-bottom:20px}.paperplane-toggle .fake-label{font-size:cta1-size-smartphone;line-height:cta1-size-smartphone;top:-0.44rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.all-as-h1 p,.all-as-h1 .as-p{font-size:2.75rem;line-height:2.875rem;margin:0 0 1rem;font-weight:400}.all-as-h1 a:link,.all-as-h1 a:visited{font-weight:700;text-decoration:underline;text-decoration-thickness:.25rem;text-underline-offset:.375rem}.all-as-h1 a:active,.all-as-h1 a:hover{text-decoration-thickness:.125rem}.as-h1,h1{font-size:2.75rem;line-height:2.875rem;margin:0 0 1rem}.product_title{font-size:2rem;line-height:2.125rem;margin:0 0 1rem}.as-h2,h2{font-size:2.3125rem;line-height:2.625rem;margin:0 0 1.75rem}.all-as-h3 p,.all-as-h3 .as-p{font-size:1.6875rem;line-height:2.0625rem;margin:0 0 1rem;font-weight:400}.as-h3,h3{font-size:1.6875rem;line-height:2.0625rem;margin:0 0 1rem}.footer-menu{font-size:1.6875rem;line-height:2.0625rem}.as-h4,h4{font-size:1.375rem;line-height:1.6875rem;margin:0 0 1rem}.as-h4.h4-smaller,h4.h4-smaller{font-size:1.125rem;line-height:1.4375rem;margin:0 0 1rem}.as-h5,h5{font-size:1rem;line-height:1.3125rem;margin:0 0 1rem}.mega-menu,.menu{font-size:.875rem;line-height:1.1875rem}.mega-menu a,.mega-menu button,.menu a,.menu button{font-size:.875rem;line-height:1.1875rem}#pre-header p,.mega-menu p,.as-h6,h6{font-size:.875rem;line-height:1.1875rem;margin:0 0 1rem}figcaption{font-size:.875rem;line-height:1.1875rem;margin:0}#pre-header summary{font-size:.875rem;line-height:1.1875rem}address,p,.as-p{font-size:1rem;line-height:1.75rem;margin:0 0 1rem;padding:0}.footer-menu-service{font-size:1rem;line-height:1.75rem}summary{font-size:1rem;line-height:1.3125rem}.breadcrumbs-holder,small{font-size:.625rem;line-height:.8125rem}.content-styled{word-break:break-word}.content-styled h2:not(:first-of-type){margin-top:1.75rem}.content-styled p{margin-bottom:1.25rem}.content-styled ul{font-size:1rem;line-height:1.75rem;margin-bottom:1.25rem}.content-styled ul li{display:table-row}.content-styled ul li:before{font-size:1rem;font-weight:400}.content-styled ul li:after{height:calc(16/2)}.content-styled ol{font-size:1rem;line-height:1.75rem;margin-bottom:1.25rem}.content-styled ol>li:before{font-size:1rem}.content-styled ol>li:after{height:calc(16/2)}.wp-caption-text,.wp-caption.aligncenter .wp-caption-text,.wp-caption.alignleft .wp-caption-text,.wp-caption.alignnone .wp-caption-text,.wp-caption.alignright .wp-caption-text{padding:.3125rem 0 0;font-size:.875rem;line-height:1.1875rem;word-wrap:break-word;font-style:italic}.txt-lined span{position:relative;top:.25rem;display:inline-block;width:3.125rem;border-bottom:solid .25rem currentColor}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.page-opening-text-image{margin:2rem 0 0 0}.page-opening-text-image.incontro{margin-bottom:2rem}.page-opening-text-image .breadcrumbs-holder{margin:0 0 1rem 0}.page-opening-text-image .flex-hold-opening-text-image{border-radius:1rem;overflow:hidden}.page-opening-text-image .flex-hold-opening-text-image .texts{position:relative;width:100%;padding:1.5rem 1.25rem}.page-opening-text-image .flex-hold-opening-text-image .image{position:relative;width:100%;padding:2.5rem 0 0 0;min-height:5rem}.page-opening-text-image .flex-hold-opening-text-image .image.vk-random-pattern{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.page-opening-text-image .flex-hold-opening-text-image .image .image-hold{position:relative;width:100%;height:100%}.page-opening-text-image .flex-hold-opening-text-image .image .image-hold img{position:relative;width:100%;height:auto}.page-opening-text-products{margin:2rem 0 0 0}.page-opening-text-products .breadcrumbs-holder{margin:0 0 1rem 0}.page-opening-text-products .flex-hold-opening-text-image .texts{position:relative;width:100%;padding:0 0 2rem 0}.page-opening-text-products .flex-hold-opening-text-image .image{position:relative;z-index:2;width:100%}.opening-newsletter{margin-top:-4.25rem !important}.page-opening-simple-spacer{padding:calc(64px + 24px) 0 48px}.breadcrumbs-holder{margin-bottom:1.5rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.desktop-only{display:none !important;visibility:hidden !important;pointer-events:none !important;margin:0 !important;padding:0 !important}.desktop-only img,.desktop-only video,.desktop-only iframe,.desktop-only *,.desktop-only *::after,.desktop-only *::before{display:none;visibility:hidden;pointer-events:none}.wrapper{overflow:hidden}.wrapper-padded{width:100%;padding:0 .75rem}.wrapper-padded-slideshow{width:100%;padding:0 .75rem;overflow:hidden}.module-paddings-top{padding-top:3rem}.module-paddings-top-big{padding-top:4rem}.module-no-paddings-top{padding-top:0}.module-paddings-bottom{padding-bottom:3rem}.module-paddings-bottom-big{padding-bottom:4rem}.module-no-paddings-bottom{padding-bottom:0}#wpadminbar{display:none;visibility:hidden}body.admin-bar{margin-top:0 !important}html{margin-top:0 !important}.modules-handler{margin-top:2rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.header-offset-anchor{position:absolute;display:block;top:-64px}.flex-hold-minicart-info{width:100%;align-items:center}.flex-hold-minicart-info .flex-hold-child{width:50%}.flex-hold-2 .flex-hold-child,.flex-hold-3 .flex-hold-child,.flex-hold-4 .flex-hold-child,.flex-hold-5 .flex-hold-child,.flex-hold-6 .flex-hold-child{width:100%;padding:0 0 1rem}.flex-hold-2.mobile-keep-2-columns,.flex-hold-3.mobile-keep-2-columns,.flex-hold-4.mobile-keep-2-columns,.flex-hold-5.mobile-keep-2-columns,.flex-hold-6.mobile-keep-2-columns{width:calc(100% + 1rem);left:-0.5rem}.flex-hold-2.mobile-keep-2-columns .flex-hold-child,.flex-hold-3.mobile-keep-2-columns .flex-hold-child,.flex-hold-4.mobile-keep-2-columns .flex-hold-child,.flex-hold-5.mobile-keep-2-columns .flex-hold-child,.flex-hold-6.mobile-keep-2-columns .flex-hold-child{width:50%;padding:0 .5rem 1rem .5rem}.flex-hold-stripe-module .module-stripe-image{width:100%}.flex-hold-stripe-module .module-stripe-text{width:100%}.editor-info{display:none;visibility:hidden}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.taxonomy-filters-container{position:relative;margin:1.5rem 0 0 0;background-color:var(--color-6)}.taxonomy-filters-container .taxonomy-filter-title{font-weight:700;color:var(--color-4);margin-bottom:.5rem}.taxonomy-links-list{width:100%;overflow:auto;white-space:nowrap}.taxonomy-links-list li{display:inline-block;margin:0 .75rem 0 0}a.taxonomy-link:link,a.taxonomy-link:visited{display:inline-block;position:relative;width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:2.5rem;cursor:pointer;padding:.8125rem 1.875rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:600;transition:all .3s linear}a.taxonomy-link:link.active,a.taxonomy-link:visited.active{box-shadow:inset 0px 0px 0px .25rem var(--color-5)}a.taxonomy-link:hover,a.taxonomy-link:hover{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .125rem var(--color-7)}.taxonomy-checkboxes-list{position:relative;left:-0.75rem;width:calc(100% + 1.5rem);overflow:auto;white-space:nowrap;padding:0 0 .75rem .75rem;border-bottom:solid .0625rem var(--color-1)}.taxonomy-checkboxes-list li{display:inline-block;margin:0 .75rem 0 0;min-width:40%}.advanced-filter{position:relative}.advanced-filter-open{width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:2.5rem;cursor:pointer;text-align:left;padding:.75rem 3.375rem .75rem 2.125rem;border:none;transition:all .2s linear}.advanced-filter-open:after{content:"";position:absolute;top:50%;right:1.5rem;transform:translate(0, -50%) rotate(0);display:inline-block;width:.875rem;height:.5rem;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/sub-menu-icon.svg);mask-repeat:no-repeat;mask-size:contain;background-color:currentColor;transition:all .2s linear;transform-origin:center}.advanced-filter-open:before{content:"";position:absolute;top:50%;left:.75rem;transform:translate(0, -50%);display:inline-block;width:.75rem;height:.75rem;border-radius:50%;background-color:var(--color-5);transition:all .2s linear;transform-origin:center;opacity:0}.advanced-filter-open:hover{box-shadow:inset 0px 0px 0px .125rem var(--color-7)}.advanced-filter-open.active{box-shadow:inset 0px 0px 0px .125rem var(--color-7)}.advanced-filter-open.active:after{transform:translate(0, -50%) rotate(180deg)}.advanced-filter-open p{margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;line-height:1.25rem !important}.advanced-filter-open p small{font-weight:600;margin-bottom:0;text-transform:uppercase}.advanced-filter-open.checked-items{box-shadow:inset 0px 0px 0px .25rem var(--color-5)}.advanced-filter-open.checked-items:before{opacity:1}.advanced-filter-list{position:fixed;z-index:80;left:0;top:0;display:block;width:100vw;visibility:hidden;pointer-events:none;opacity:0;background-color:var(--color-6);overflow:hidden;transition:opacity .3s linear,visibility .2s linear}.advanced-filter-list.visible{visibility:visible;pointer-events:all;opacity:1}.advanced-filter-list .advanced-filter-inner{width:100%;position:relative;display:flex;flex-direction:column}.advanced-filter-list .advanced-filter-inner .scrollable-content{flex:1;overflow-y:auto;padding:0 .75rem 7.125rem .75rem}.advanced-filter-list .advanced-filter-inner .scrollable-content p{color:var(--color-4)}.advanced-filter-list .advanced-filter-inner .scrollable-content p.taxonomy-inner-filter-pretitle{margin-bottom:.125rem}.advanced-filter-list .advanced-filter-inner .scrollable-content p small{font-size:.75rem;line-height:.75rem;font-weight:700;text-transform:uppercase}.advanced-filter-list .advanced-filter-inner .top-element{position:relative;width:100%;padding:1.5rem .75rem 1.5rem .75rem}.advanced-filter-list .advanced-filter-inner .bottom-element{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem .75rem;background-color:var(--color-7);border-top:solid .125rem var(--color-4)}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item{position:relative;width:100%;padding:.75rem 0;border-bottom:solid .125rem var(--color-4);background-color:var(--color-6)}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item input[type=checkbox],.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item input[type=radio]{position:relative;top:-0.25rem;left:-0.125rem}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item label,.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item span{cursor:pointer;font-weight:500;font-size:1rem}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item:last-child{border-bottom:none}.advanced-filter-open-submit{width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:.25rem;cursor:pointer;text-align:left;padding:1rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:700;transition:all .3s linear}.advanced-filter-open-submit:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .125rem var(--color-4)}.list-active-filters{position:relative;margin-top:1.5rem;display:flex !important;flex-wrap:wrap !important;align-items:center}.list-active-filters p{margin-bottom:0}.list-active-filters li{margin:0 .5rem .5rem 0}.list-active-filters li:first-child{display:block;width:100%}.list-active-filters li:first-child p{font-weight:600}.list-active-filters .remove-filter{position:relative;width:100%;color:var(--color-4);background-color:var(--color-6);box-shadow:inset 0px 0px 0px .0625rem var(--color-4);border-radius:1.5rem;cursor:pointer;text-align:left;padding:.25rem 2.375rem .25rem .75rem;border:none;font-size:.875rem;line-height:1.1875rem;font-weight:600;transition:all .3s linear}.list-active-filters .remove-filter:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .125rem var(--color-4)}.list-active-filters .remove-filter:after{content:"";position:absolute;top:50%;right:.75rem;transform:translate(0, -50%) rotate(0);display:block;width:1.25rem;height:1.25rem;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/remove-filter.svg);mask-repeat:no-repeat;mask-size:contain;background-color:currentColor;transition:all .2s linear;transform-origin:center}.advanced-filter-close{position:relative;display:inline-block;transition:all .3s linear;cursor:pointer;background-color:rgba(0,0,0,0);border:none;padding:0 0 0 3rem;font-size:1.375rem;line-height:1.375rem;color:var(--color-4)}.advanced-filter-close:after{content:"";position:absolute;top:50%;left:0;display:block;width:1rem;height:1rem;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/slider-button.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:50% 50%;background-color:var(--color-1);transform:translate(50%, -50%) scaleX(-1)}.advanced-filter-close:before{content:"";position:absolute;top:50%;left:0;transform:translate(0, -50%) scaleX(1);display:block;width:2.375rem;height:2.375rem;border:solid .0625rem var(--color-4);background-color:var(--color-7);border-radius:.25rem;color:var(--color-4);box-shadow:inset 0px 0px 0px 0 var(--color-4)}.advanced-filter-reset{position:absolute;right:.75rem;top:50%;transform:translate(0, -50%);display:inline-block;transition:all .3s linear;cursor:pointer;background-color:rgba(0,0,0,0);border:none;padding:0;font-size:.875rem;line-height:.875rem;font-weight:600;color:var(--color-1)}.advanced-filter-reset:before{content:"";position:absolute;top:50%;left:0;transform:translate(0, -50%) scaleX(1);display:block;width:100%;height:2.375rem}.suggested-terms-list{position:relative;display:block;margin-top:2rem}.suggested-terms-list li{display:inline-block;margin:0 .75rem .75rem 0}.suggested-terms-list li:first-child{display:block;width:100%}.suggested-terms-list a:link,.suggested-terms-list a:visited{display:inline-block;position:relative;width:100%;color:var(--color-1);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .0625rem var(--color-1);border-radius:.25rem;cursor:pointer;padding:.5rem .75rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:600;transition:all .3s linear}.suggested-terms-list a:link.active,.suggested-terms-list a:visited.active{color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .25rem var(--color-1)}.suggested-terms-list a:hover,.suggested-terms-list a:hover{color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .25rem var(--color-1)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.single-product{padding:0 .75rem 2rem .75rem}.single-product .product-type-gift-card p.price{display:none !important;visibility:hidden !important}.single-product .woocommerce-notices-wrapper{position:relative;z-index:2;margin:.75rem 0 0 0}.single-product .woocommerce-notices-wrapper .woocommerce-message{margin-bottom:0}.single-product .product{position:relative;width:100%;margin:1.5rem 0 0 0}.single-product .product .custom-product-gallery{width:100%;position:relative}.single-product .product .custom-product-gallery .custom-product-gallery-list li,.single-product .product .custom-product-gallery .custom-video-gallery-list li{margin-bottom:1.5rem}.single-product .product .custom-product-gallery .custom-product-gallery-list li:last-child,.single-product .product .custom-product-gallery .custom-video-gallery-list li:last-child{margin-bottom:0}.single-product .product .summary{position:relative;width:100%;margin:2rem 0 0 0}.single-product .product .summary .breadcrumbs-holder{margin-bottom:1.5rem}.single-product .product .summary .as-h4,.single-product .product .summary h1{margin-bottom:.5rem}.single-product .product .summary h1{color:var(--color-4)}.single-product .product .summary .product-editore{margin-bottom:0;color:var(--color-2)}.single-product .product .summary .product-editore a{color:var(--color-2)}.single-product .product .summary .product-formati-disco{margin-bottom:.3125rem;color:var(--color-2)}.single-product .product .summary .product-formati-disco a{color:var(--color-2)}.single-product .product .summary .product-dettagli{margin-top:2.5rem}.single-product .product .summary .product-corso-info,.single-product .product .summary .product-descrizione-breve{margin-top:2rem}.single-product .product .summary .product-player-embed{position:relative;width:100%;margin-top:1.5rem}.single-product .product .summary .product-player-embed iframe{width:100%;height:auto}.single-product .product .summary details{margin-top:1rem;color:var(--color-2)}.single-product .product .summary details summary{font-weight:600;margin-bottom:.75rem;color:var(--color-1)}.single-product .product .summary details summary:before{width:.625rem}.single-product .product .summary .variations{width:100%}.single-product .product .summary .price{display:block;margin:2.5rem 0 1rem 0;font-size:1.375rem;line-height:1.6875rem;font-weight:500}.single-product .product .summary .price.hidden{display:none;visibility:hidden}.single-product .product .summary .price ins{background-color:rgba(0,0,0,0)}.single-product .product .summary .price .percent-discount{position:relative;top:-0.375rem;display:inline-block;margin:0 0 0 .3125rem;font-size:.875rem;line-height:1.1875rem;background-color:var(--color-5);color:var(--color-1);border-radius:.125rem;padding:.1875rem .375rem}.single-product .product .summary .price .original-price{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:400;color:var(--color-2)}.single-product .product .summary .stock{font-size:1rem;line-height:1.25rem;text-transform:uppercase}.single-product .product .summary .product-additional-details{margin-top:3rem}.single-product .product .summary .product-additional-details summary{font-size:1.375rem;line-height:1.6875rem;font-weight:400;margin-bottom:.5rem}.single-product .product .summary .product-additional-details summary:before{width:.9375rem}.vk-single-product-categories{width:100%;margin-bottom:1.5rem}.vk-single-product-categories li{display:inline-block;margin:0 .5rem .5rem 0}.vk-single-product-categories li a{display:block}a.cat-as-button:link,a.cat-as-button:visited,.fake-link{font-size:.875rem;line-height:1.1875rem;border:solid .0625rem var(--color-1);background-color:var(--color-7);color:var(--color-1);padding:.375rem .5rem}a.cat-as-button:link.main,a.cat-as-button:visited.main,.fake-link.main{background-color:var(--color-8)}a.cat-as-button:link .category-icon,a.cat-as-button:visited .category-icon,.fake-link .category-icon{display:inline-block;height:1.1875rem;width:auto;margin-right:.375rem}a.cat-as-button:hover,a.cat-as-button:active{text-decoration:underline;text-decoration-thickness:.125rem}.flex-hold-cart-form{margin:2rem 0 0 0}.flex-hold-cart-form .single_variation_wrap{width:100%}.flex-hold-cart-form .single_variation_wrap .woocommerce-variation{width:100%}.flex-hold-cart-form .single_variation_wrap .woocommerce-variation-add-to-cart{width:100%;display:flex !important;flex-wrap:wrap !important}.flex-hold-cart-form .reset_variations{display:none !important;visibility:hidden !important}.flex-hold-cart-form .price{margin:0 0 1rem 0 !important}.flex-hold-cart-form .label,.flex-hold-cart-form .value{display:block;width:100%}.flex-hold-cart-form .label{margin-bottom:.5rem}.flex-hold-cart-form .single_add_to_cart_button{width:calc(100% - 3rem - 1rem);margin-right:1rem}.flex-hold-cart-form .wishlist-button-hold{width:3rem;height:3rem;overflow:hidden}.flex-hold-cart-form .wishlist-button-hold .tinvwl_add_to_wishlist_button{width:3rem !important;height:3rem !important}.grouped-products-container{position:relative;margin:1.5rem 0 0 0}.grouped-products-container .flex-hold-grouped-product-item{border-bottom:solid .0625rem var(--color-4);padding:0 0 1.25rem 0;margin:2.0625rem 0 0 0}.grouped-products-container .flex-hold-grouped-product-item .image{width:5.5rem}.grouped-products-container .flex-hold-grouped-product-item .image .no-the-100{aspect-ratio:1/1;border-radius:.5rem;overflow:hidden;background-color:var(--color-4)}.grouped-products-container .flex-hold-grouped-product-item .txts{width:calc(100% - 5.5rem);padding:0 0 0 1.5rem}.grouped-products-container .flex-hold-grouped-product-item .vk-single-product-categories{margin-bottom:.75rem}.grouped-products-container .flex-hold-grouped-product-item .flex-hold-child{padding-bottom:0}.grouped-products-container .flex-hold-grouped-product-item .as-h4{margin-bottom:0 !important}.grouped-products-container .flex-hold-grouped-product-item .price{margin:.75rem 0 0 0 !important;text-align:left;font-size:1rem !important;line-height:1.375rem !important}.grouped-products-container .flex-hold-grouped-product-item .price .woocommerce-Price-amount bdi{font-weight:600 !important}.grouped-products-container .flex-hold-grouped-product-item .price .percent-discount{top:-0.05rem !important}.product-longform{margin-bottom:3rem}.product-buy-reminder{position:fixed;z-index:995;left:0;display:block;width:100%;padding:.75rem 0;border-bottom:solid .0625rem var(--color-1);text-align:center;opacity:1;visibility:visible;transition:opacity .2s linear,visibility .2s}.product-buy-reminder.hidden{opacity:0;visibility:hidden}.product-buy-reminder .default-button{width:100%}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.checkout-holder{margin:0 0 0 0}.checkout-holder #order_review_heading{display:none;visibility:hidden}.checkout-holder #order_review_heading-new{font-size:1.375rem;line-height:1.6875rem;margin-bottom:1.4375rem}.checkout-holder .checkout .woocommerce-NoticeGroup-checkout{width:100%}.checkout-holder .checkout .col2-set{width:100%;margin-bottom:1.5rem}.checkout-holder .checkout .col2-set .col-1{width:100%}.checkout-holder .checkout .col2-set .col-2{width:100%}.checkout-holder .checkout .order-review-box{width:100%}.checkout-holder .checkout .order-review-box label{font-weight:400}.checkout-holder .checkout .order-review-box .woocommerce-checkout-review-order{position:sticky;top:calc(64px + 1.875rem);border-radius:.25rem;background-color:var(--color-7);border:solid .0625rem var(--color-1);padding:.75rem}.woocommerce-checkout-review-order #place_order{width:100%}.form-row{width:100% !important;float:none !important}.form-row label{margin-bottom:0 !important}.woocommerce input[type=checkbox],.woocommerce input[type=radio]{position:relative;margin:0 .1875rem 0 0 !important;top:-0.625rem}.woocommerce .wc_payment_methods input[type=checkbox],.woocommerce .wc_payment_methods input[type=radio],.woocommerce #ship-to-different-address input[type=checkbox],.woocommerce #ship-to-different-address input[type=radio]{position:relative;margin:0 .1875rem 0 0 !important;top:-0.25rem}.woocommerce-checkout-payment{background-color:var(--color-8) !important}.payment_box{background-color:var(--color-7) !important}.payment_box:before{border-bottom-color:var(--color-7) !important}.checkout_coupon{width:100% !important;border:solid .0625rem var(--color-2) !important;padding:.75rem !important;border-radius:.3125rem !important}.cart-holder{width:100%;margin:2.0625rem 0 2.0625rem 0}.cart-holder .woocommerce-cart-form{width:100%;margin-bottom:2.0625rem}.cart-holder .woocommerce-cart-form .shop_table{display:none !important;visibility:hidden !important}.cart-holder .cart-collaterals{width:100%}.cart-holder .cart-collaterals .cart_totals{float:none !important;width:100% !important;position:relative;border-radius:.25rem;background-color:var(--color-7);border:solid .0625rem var(--color-1);padding:.75rem}.cart-holder .cart-collaterals .cart_totals h2{font-size:1.375rem;line-height:1.6875rem;margin-bottom:1.4375rem}.cart-holder .cart-collaterals .wc-proceed-to-checkout .checkout-button{display:block;width:100%;float:none !important;font-family:"Inter",sans-serif;font-weight:700;position:relative;display:inline-block;border-radius:.25rem;text-align:center !important;text-decoration:none !important;border:none;transition:all .3s linear;cursor:pointer;color:var(--color-7) !important;background-color:var(--color-4) !important;box-shadow:inset 0px 0px 0px 0 var(--color-4) !important;padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.75rem;margin:.75rem 0 0 0 !important}.cart-holder .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover{color:var(--color-4) !important;background-color:var(--color-7) !important;box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}.coupon{margin:0 0 1.5rem 0}[name=coupon_code]{width:100%;margin:0 0 .75rem 0 !important}.woocommerce-checkout-form-coupon [name=coupon_code]{width:100% !important;max-width:100% !important}[name=save_address],[name=apply_coupon],[name=update_cart]{width:100% !important;font-family:"Inter",sans-serif !important;font-weight:700 !important;position:relative !important;display:inline-block !important;border-radius:.25rem !important;text-align:center !important !important;text-decoration:none !important !important;border:none !important;transition:all .3s linear;cursor:pointer !important;color:var(--color-4) !important;background-color:var(--color-6) !important;box-shadow:inset 0px 0px 0px .0625rem var(--color-4) !important;padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.75rem}[name=save_address]:hover,[name=apply_coupon]:hover,[name=update_cart]:hover{background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}[name=apply_coupon]{width:13.125rem}[name=update_cart]{width:100%}table.shop_table{border:none !important}table.shop_table td,table.shop_table th{padding:.5rem 0 !important}table.shop_table .product-total,table.shop_table .cart-subtotal td,table.shop_table .order-total td{text-align:right}table.shop_table tr:nth-child(2n) td,table.shop_table tr:nth-child(2n) td{background-color:var(--color-7) !important}table.shop_table tr:nth-child(2n) td:before,table.shop_table tr:nth-child(2n) td:before{display:block;width:100%;margin-bottom:.75rem}table.shop_table tr:nth-child(2n) td input[type=checkbox]:before,table.shop_table tr:nth-child(2n) td input[type=radio]:before,table.shop_table tr:nth-child(2n) td input[type=checkbox]:before,table.shop_table tr:nth-child(2n) td input[type=radio]:before{top:.625rem}.woocommerce form .form-row{margin-bottom:.75rem !important}.woocommerce-order .woocommerce-customer-details address,.woocommerce-order .woocommerce-table--order-details,.woocommerce-order .order_details{padding:1.5rem !important;border:solid .0625rem var(--color-1) !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.woocommerce-MyAccount-navigation{position:relative;margin:1.5rem 0;background-color:var(--color-6)}.woocommerce-MyAccount-navigation ul{width:100%;overflow:auto;white-space:nowrap}.woocommerce-MyAccount-navigation ul .taxonomy-filter-title{margin-bottom:0}.woocommerce-MyAccount-navigation ul li{display:inline-block;margin:0 .75rem 0 0}.woocommerce-MyAccount-navigation ul li.is-active a:link,.woocommerce-MyAccount-navigation ul li.is-active a:visited{box-shadow:inset 0px 0px 0px .25rem var(--color-5)}.woocommerce-MyAccount-navigation ul a:link,.woocommerce-MyAccount-navigation ul a:visited{display:inline-block;position:relative;width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:2.5rem;cursor:pointer;padding:.8125rem 1.875rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:600;transition:all .3s linear}.woocommerce-MyAccount-navigation ul a:hover,.woocommerce-MyAccount-navigation ul a:hover{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .125rem var(--color-7)}.woocommerce-MyAccount-content a:link,.woocommerce-MyAccount-content a:visited{text-decoration:underline}.woocommerce-MyAccount-content a:active,.woocommerce-MyAccount-content a:hover{text-decoration-thickness:.125rem}.woocommerce-MyAccount-content .woocommerce-address-fields{max-width:42rem}.woocommerce-MyAccount-content table{width:100% !important;max-width:100% !important}.u-columns{margin:1.5rem 0;width:100%}.u-columns a:link,.u-columns a:visited{text-decoration:underline}.u-columns a:active,.u-columns a:hover{text-decoration-thickness:.125rem}.u-columns .u-column1,.u-columns .u-column2{width:100%;border:solid .0625rem var(--color-2) !important;padding:1.5rem !important;border-radius:.3125rem !important}.u-columns .u-column1{margin-bottom:1.5rem}.woocommerce-form-login,.woocommerce-form-register{border:none !important;padding:0 !important}.woocommerce-form-login input[type=checkbox],.woocommerce-form-login input[type=radio],.woocommerce-form-register input[type=checkbox],.woocommerce-form-register input[type=radio]{top:-0.25rem}.woocommerce-form-login__rememberme{display:block;width:100%}.woocommerce-ResetPassword,.checkout-login-wrapper{width:100% !important;border:solid .0625rem var(--color-2) !important;padding:.75rem !important;border-radius:.3125rem !important}.woocommerce-ResetPassword .wc-social-login,.checkout-login-wrapper .wc-social-login{display:block !important;margin-bottom:15px}.woocommerce-ResetPassword{margin:1.5rem 0}.woocommerce-ResetPassword .woocommerce-Button,.woocommerce-form-register__submit,.woocommerce-form-login__submit,.wc-backward{display:block;float:none !important;font-family:"Inter",sans-serif;font-weight:700;position:relative;display:inline-block;border-radius:.25rem;text-align:center !important;text-decoration:none !important;border:none;transition:all .3s linear;cursor:pointer;color:var(--color-7) !important;background-color:var(--color-4) !important;box-shadow:inset 0px 0px 0px 0 var(--color-4) !important;padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.375rem;margin:.75rem 0 0 0 !important}.woocommerce-ResetPassword .woocommerce-Button:hover,.woocommerce-form-register__submit:hover,.woocommerce-form-login__submit:hover,.wc-backward:hover{color:var(--color-4) !important;background-color:var(--color-7) !important;box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}.wc-social-login{margin:0 0 1.25rem 0}.button-social-login{display:inline-block !important;color:var(--color-7) !important;background-color:var(--color-4) !important;box-shadow:inset 0px 0px 0px 0 var(--color-4) !important;padding:.375rem 2.625rem .375rem 1.5rem !important;font-size:1rem;line-height:1.375rem;margin:0 .75rem .75rem 0 !important;text-decoration:none !important}.button-social-login:hover{color:var(--color-4) !important;background-color:var(--color-7) !important;box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}.button-social-login span{position:relative !important;padding:0 !important;background-image:none !important;background-color:var(--color-4) !important;mask-repeat:no-repeat;mask-size:contain;background-color:currentColor !important;mask-position:50% 50%;width:1rem !important}.button-social-login.button-social-login-facebook span{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/facebook-f.svg)}.button-social-login.button-social-login-google span{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/google.svg)}.woocommerce-orders-table__row{margin-bottom:1.5rem}table.shop_table tr:nth-child(2n) td,table.shop_table tr:nth-child(2n) td{background-color:rgba(0,0,0,0) !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.wc-empty-cart-message .woocommerce-info,.wc-empty-cart-message .woocommerce-message,.final-notifications .woocommerce-info,.final-notifications .woocommerce-message,.woocommerce-notices-wrapper .woocommerce-info,.woocommerce-notices-wrapper .woocommerce-message,.woocommerce-form-login-toggle .woocommerce-info,.woocommerce-form-login-toggle .woocommerce-message,.woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-form-coupon-toggle .woocommerce-message,.woocommerce-MyAccount-content .woocommerce-info,.woocommerce-MyAccount-content .woocommerce-message{border-top:none;background-color:var(--color-5) !important;color:var(--color-1) !important;border-radius:.25rem !important;padding:.75rem;margin:.75rem 0 0 0}.wc-empty-cart-message .woocommerce-info:last-of-type,.wc-empty-cart-message .woocommerce-message:last-of-type,.final-notifications .woocommerce-info:last-of-type,.final-notifications .woocommerce-message:last-of-type,.woocommerce-notices-wrapper .woocommerce-info:last-of-type,.woocommerce-notices-wrapper .woocommerce-message:last-of-type,.woocommerce-form-login-toggle .woocommerce-info:last-of-type,.woocommerce-form-login-toggle .woocommerce-message:last-of-type,.woocommerce-form-coupon-toggle .woocommerce-info:last-of-type,.woocommerce-form-coupon-toggle .woocommerce-message:last-of-type,.woocommerce-MyAccount-content .woocommerce-info:last-of-type,.woocommerce-MyAccount-content .woocommerce-message:last-of-type{margin:.75rem 0}.wc-empty-cart-message .woocommerce-info:before,.wc-empty-cart-message .woocommerce-message:before,.final-notifications .woocommerce-info:before,.final-notifications .woocommerce-message:before,.woocommerce-notices-wrapper .woocommerce-info:before,.woocommerce-notices-wrapper .woocommerce-message:before,.woocommerce-form-login-toggle .woocommerce-info:before,.woocommerce-form-login-toggle .woocommerce-message:before,.woocommerce-form-coupon-toggle .woocommerce-info:before,.woocommerce-form-coupon-toggle .woocommerce-message:before,.woocommerce-MyAccount-content .woocommerce-info:before,.woocommerce-MyAccount-content .woocommerce-message:before{display:none;visibility:hidden}.wc-empty-cart-message .woocommerce-info a:link,.wc-empty-cart-message .woocommerce-info a:visited,.wc-empty-cart-message .woocommerce-message a:link,.wc-empty-cart-message .woocommerce-message a:visited,.final-notifications .woocommerce-info a:link,.final-notifications .woocommerce-info a:visited,.final-notifications .woocommerce-message a:link,.final-notifications .woocommerce-message a:visited,.woocommerce-notices-wrapper .woocommerce-info a:link,.woocommerce-notices-wrapper .woocommerce-info a:visited,.woocommerce-notices-wrapper .woocommerce-message a:link,.woocommerce-notices-wrapper .woocommerce-message a:visited,.woocommerce-form-login-toggle .woocommerce-info a:link,.woocommerce-form-login-toggle .woocommerce-info a:visited,.woocommerce-form-login-toggle .woocommerce-message a:link,.woocommerce-form-login-toggle .woocommerce-message a:visited,.woocommerce-form-coupon-toggle .woocommerce-info a:link,.woocommerce-form-coupon-toggle .woocommerce-info a:visited,.woocommerce-form-coupon-toggle .woocommerce-message a:link,.woocommerce-form-coupon-toggle .woocommerce-message a:visited,.woocommerce-MyAccount-content .woocommerce-info a:link,.woocommerce-MyAccount-content .woocommerce-info a:visited,.woocommerce-MyAccount-content .woocommerce-message a:link,.woocommerce-MyAccount-content .woocommerce-message a:visited{font-weight:600;color:var(--color-1);text-decoration:underline}.wc-empty-cart-message .woocommerce-info a:active,.wc-empty-cart-message .woocommerce-info a:hover,.wc-empty-cart-message .woocommerce-message a:active,.wc-empty-cart-message .woocommerce-message a:hover,.final-notifications .woocommerce-info a:active,.final-notifications .woocommerce-info a:hover,.final-notifications .woocommerce-message a:active,.final-notifications .woocommerce-message a:hover,.woocommerce-notices-wrapper .woocommerce-info a:active,.woocommerce-notices-wrapper .woocommerce-info a:hover,.woocommerce-notices-wrapper .woocommerce-message a:active,.woocommerce-notices-wrapper .woocommerce-message a:hover,.woocommerce-form-login-toggle .woocommerce-info a:active,.woocommerce-form-login-toggle .woocommerce-info a:hover,.woocommerce-form-login-toggle .woocommerce-message a:active,.woocommerce-form-login-toggle .woocommerce-message a:hover,.woocommerce-form-coupon-toggle .woocommerce-info a:active,.woocommerce-form-coupon-toggle .woocommerce-info a:hover,.woocommerce-form-coupon-toggle .woocommerce-message a:active,.woocommerce-form-coupon-toggle .woocommerce-message a:hover,.woocommerce-MyAccount-content .woocommerce-info a:active,.woocommerce-MyAccount-content .woocommerce-info a:hover,.woocommerce-MyAccount-content .woocommerce-message a:active,.woocommerce-MyAccount-content .woocommerce-message a:hover{color:var(--color-1);text-decoration-thickness:.125rem}.wc-empty-cart-message .woocommerce-error,.wc-empty-cart-message .product-unavailable-notice,.final-notifications .woocommerce-error,.final-notifications .product-unavailable-notice,.woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .product-unavailable-notice,.woocommerce-form-login-toggle .woocommerce-error,.woocommerce-form-login-toggle .product-unavailable-notice,.woocommerce-form-coupon-toggle .woocommerce-error,.woocommerce-form-coupon-toggle .product-unavailable-notice,.woocommerce-MyAccount-content .woocommerce-error,.woocommerce-MyAccount-content .product-unavailable-notice{border-top:none;background-color:var(--color-form-error) !important;color:var(--color-7) !important;border-radius:.25rem !important;padding:.75rem;margin:.75rem 0 0 0}.wc-empty-cart-message .woocommerce-error:last-of-type,.wc-empty-cart-message .product-unavailable-notice:last-of-type,.final-notifications .woocommerce-error:last-of-type,.final-notifications .product-unavailable-notice:last-of-type,.woocommerce-notices-wrapper .woocommerce-error:last-of-type,.woocommerce-notices-wrapper .product-unavailable-notice:last-of-type,.woocommerce-form-login-toggle .woocommerce-error:last-of-type,.woocommerce-form-login-toggle .product-unavailable-notice:last-of-type,.woocommerce-form-coupon-toggle .woocommerce-error:last-of-type,.woocommerce-form-coupon-toggle .product-unavailable-notice:last-of-type,.woocommerce-MyAccount-content .woocommerce-error:last-of-type,.woocommerce-MyAccount-content .product-unavailable-notice:last-of-type{margin:.75rem 0}.wc-empty-cart-message .woocommerce-error:before,.wc-empty-cart-message .product-unavailable-notice:before,.final-notifications .woocommerce-error:before,.final-notifications .product-unavailable-notice:before,.woocommerce-notices-wrapper .woocommerce-error:before,.woocommerce-notices-wrapper .product-unavailable-notice:before,.woocommerce-form-login-toggle .woocommerce-error:before,.woocommerce-form-login-toggle .product-unavailable-notice:before,.woocommerce-form-coupon-toggle .woocommerce-error:before,.woocommerce-form-coupon-toggle .product-unavailable-notice:before,.woocommerce-MyAccount-content .woocommerce-error:before,.woocommerce-MyAccount-content .product-unavailable-notice:before{display:none;visibility:hidden}.wc-empty-cart-message .woocommerce-error a:link,.wc-empty-cart-message .woocommerce-error a:visited,.wc-empty-cart-message .product-unavailable-notice a:link,.wc-empty-cart-message .product-unavailable-notice a:visited,.final-notifications .woocommerce-error a:link,.final-notifications .woocommerce-error a:visited,.final-notifications .product-unavailable-notice a:link,.final-notifications .product-unavailable-notice a:visited,.woocommerce-notices-wrapper .woocommerce-error a:link,.woocommerce-notices-wrapper .woocommerce-error a:visited,.woocommerce-notices-wrapper .product-unavailable-notice a:link,.woocommerce-notices-wrapper .product-unavailable-notice a:visited,.woocommerce-form-login-toggle .woocommerce-error a:link,.woocommerce-form-login-toggle .woocommerce-error a:visited,.woocommerce-form-login-toggle .product-unavailable-notice a:link,.woocommerce-form-login-toggle .product-unavailable-notice a:visited,.woocommerce-form-coupon-toggle .woocommerce-error a:link,.woocommerce-form-coupon-toggle .woocommerce-error a:visited,.woocommerce-form-coupon-toggle .product-unavailable-notice a:link,.woocommerce-form-coupon-toggle .product-unavailable-notice a:visited,.woocommerce-MyAccount-content .woocommerce-error a:link,.woocommerce-MyAccount-content .woocommerce-error a:visited,.woocommerce-MyAccount-content .product-unavailable-notice a:link,.woocommerce-MyAccount-content .product-unavailable-notice a:visited{font-weight:600;color:var(--color-7);text-decoration:underline}.wc-empty-cart-message .woocommerce-error a:active,.wc-empty-cart-message .woocommerce-error a:hover,.wc-empty-cart-message .product-unavailable-notice a:active,.wc-empty-cart-message .product-unavailable-notice a:hover,.final-notifications .woocommerce-error a:active,.final-notifications .woocommerce-error a:hover,.final-notifications .product-unavailable-notice a:active,.final-notifications .product-unavailable-notice a:hover,.woocommerce-notices-wrapper .woocommerce-error a:active,.woocommerce-notices-wrapper .woocommerce-error a:hover,.woocommerce-notices-wrapper .product-unavailable-notice a:active,.woocommerce-notices-wrapper .product-unavailable-notice a:hover,.woocommerce-form-login-toggle .woocommerce-error a:active,.woocommerce-form-login-toggle .woocommerce-error a:hover,.woocommerce-form-login-toggle .product-unavailable-notice a:active,.woocommerce-form-login-toggle .product-unavailable-notice a:hover,.woocommerce-form-coupon-toggle .woocommerce-error a:active,.woocommerce-form-coupon-toggle .woocommerce-error a:hover,.woocommerce-form-coupon-toggle .product-unavailable-notice a:active,.woocommerce-form-coupon-toggle .product-unavailable-notice a:hover,.woocommerce-MyAccount-content .woocommerce-error a:active,.woocommerce-MyAccount-content .woocommerce-error a:hover,.woocommerce-MyAccount-content .product-unavailable-notice a:active,.woocommerce-MyAccount-content .product-unavailable-notice a:hover{color:var(--color-7);text-decoration-thickness:.125rem}.woocommerce-notices-wrapper .woocommerce-message .wc-forward{display:none;visibility:hidden}.entry-summary .woocommerce-message p{margin-bottom:0}.entry-summary .woocommerce-message.product-unavailable-notice,.entry-summary .woocommerce-message.product-puchased-notice{border-top:none;border-radius:.25rem !important;padding:.75rem;margin:.75rem 0 0 0}.entry-summary .woocommerce-message.product-unavailable-notice:last-of-type,.entry-summary .woocommerce-message.product-puchased-notice:last-of-type{margin:.75rem 0}.entry-summary .woocommerce-message.product-unavailable-notice:before,.entry-summary .woocommerce-message.product-puchased-notice:before{display:none;visibility:hidden}.entry-summary .woocommerce-message.product-unavailable-notice{background-color:var(--color-form-error) !important;color:var(--color-7) !important}.entry-summary .woocommerce-message.product-unavailable-notice a:link,.entry-summary .woocommerce-message.product-unavailable-notice a:visited{font-weight:600;color:var(--color-7);text-decoration:underline}.entry-summary .woocommerce-message.product-unavailable-notice a:active,.entry-summary .woocommerce-message.product-unavailable-notice a:hover{color:var(--color-7);text-decoration-thickness:.125rem}.entry-summary .woocommerce-message.product-puchased-notice{background-color:var(--color-5) !important;color:var(--color-1) !important}.entry-summary .woocommerce-message.product-puchased-notice a:link,.entry-summary .woocommerce-message.product-puchased-notice a:visited{font-weight:600;color:var(--color-1);text-decoration:underline}.entry-summary .woocommerce-message.product-puchased-notice a:active,.entry-summary .woocommerce-message.product-puchased-notice a:hover{color:var(--color-1);text-decoration-thickness:.125rem}.woocommerce-MyAccount-content .woocommerce-info,.woocommerce-MyAccount-content .woocommerce-message{margin-bottom:2rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.listing-grid-container{margin:3rem 0}.infinite-button,.wp-pagenavi{margin-bottom:3rem}.infinite-button span,.infinite-button a,.wp-pagenavi span,.wp-pagenavi a{margin:0 .25rem 1rem .25rem}.grid-listing-image{position:relative;margin-bottom:24px}.product-listing{margin:2rem 0 0 0}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-text .with-line{padding-top:2.375rem}.module-embed .with-line{padding-top:2.375rem}.mod-mix-match{padding:2rem 0 2rem 0}.mod-mix-match.module-paddings-top{margin-top:3rem}.mod-mix-match.module-paddings-top-big{margin-top:4rem}.mod-mix-match.module-no-paddings-top{margin-top:0}.mod-mix-match.module-paddings-bottom{margin-bottom:3rem}.mod-mix-match.module-paddings-bottom-big{margin-bottom:4rem}.mod-mix-match.module-no-paddings-bottom{margin-bottom:0}.flex-hold-contatti .texts{width:100%;padding-bottom:2rem}.flex-hold-contatti .form{width:100%;border-radius:.25rem;background-color:var(--color-7);border:solid .0625rem var(--color-4);padding:1.5rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-products-slider .product-slider-section{padding:2rem 0 2rem 0}.module-products-slider-categories{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center}.module-products-slider-categories li{display:inline-block;margin:0 .5rem .5rem 0}.module-products-slider-categories li p{margin-bottom:0;color:var(--color-4);text-transform:uppercase}.module-products-slider-categories li:last-child{margin-right:0}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-banner .with-line{padding-top:2.375rem}.module-banner .page-opening-text-image{margin-top:0}.module-banner .page-opening-text-image .flex-hold-opening-text-image{min-height:40vh}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-highlighted-sentence .with-line{padding-top:1.5rem}.module-highlighted-sentence .highlighted-sentence-deco-holder{position:relative;padding:3.4375rem 0 3.125rem 0}.module-highlighted-sentence .highlighted-sentence-deco{position:absolute;width:3.125rem;height:3.125rem;background-size:contain;background-repeat:no-repeat}.module-highlighted-sentence .highlighted-sentence-deco.deco-1{top:0;left:2.5rem;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/highlighted-sentence-deco-1.svg)}.module-highlighted-sentence .highlighted-sentence-deco.deco-2{bottom:0;right:0;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/highlighted-sentence-deco-2.svg)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-stripe .wrapper-padded{overflow-y:hidden}.module-stripe .with-line{padding-top:1.5rem}.module-stripe .stripe-listed{margin-bottom:1.5rem}.module-stripe .stripe-listed.bg-5{padding:1.5rem;border-radius:.5rem}.module-stripe .stripe-listed.bg-5.text-image .module-stripe-image .spacer,.module-stripe .stripe-listed.bg-5.image-text .module-stripe-image .spacer{width:calc(100% + 1.25rem)}.module-stripe .stripe-listed:last-of-type{margin-bottom:0}.module-stripe .stripe-listed.text-image .module-stripe-image,.module-stripe .stripe-listed.image-text .module-stripe-image{order:2;overflow:hidden}.module-stripe .stripe-listed.text-image .module-stripe-image .spacer,.module-stripe .stripe-listed.image-text .module-stripe-image .spacer{width:calc(100% + 1.5rem)}.module-stripe .stripe-listed.text-image .module-stripe-image .spacer .products-slider,.module-stripe .stripe-listed.image-text .module-stripe-image .spacer .products-slider{padding-top:0 !important}.module-stripe .stripe-listed.text-image .module-stripe-text,.module-stripe .stripe-listed.image-text .module-stripe-text{order:1}.module-stripe .stripe-listed.text-image .module-stripe-text .spacer,.module-stripe .stripe-listed.image-text .module-stripe-text .spacer{width:100%;padding:0 0 1.5rem 0;margin-left:auto}.module-stripe .stripe-listed .cta-holder{text-align:inherit}.module-stripe .cta-holder{text-align:center}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-slideshow{overflow:hidden !important}.module-slideshow.with-pattern{background-size:auto 11.25rem;background-repeat:repeat-x;background-position:50% 0;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/scoll-txt-bg.svg)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-expanding-text .txt-max-width{margin-bottom:3rem}.expanding-block{margin-bottom:24px;padding:24px;border:solid 2px var(--color-2);border-radius:12px}.expanding-block:last-child{margin-bottom:0}.expanding-block .expander-top h1,.expanding-block .expander-top h2,.expanding-block .expander-top h3,.expanding-block .expander-top h4,.expanding-block .expander-top h5,.expanding-block .expander-top h6,.expanding-block .expander-top p{all:unset}.expanding-block .expander{position:relative;width:100%;font-weight:500;padding-left:43px;text-align:left;border:none;background-color:rgba(0,0,0,0);color:var(--color-1);font-weight:500;font-size:1.375rem;line-height:1.6875rem;cursor:pointer}.expanding-block .expander:hover{color:var(--color-2)}.expanding-block .expander.exp-close .icon-js{transform:rotate(45deg)}.expanding-block .expander .icon-js{position:absolute;top:0;left:0;font-size:1.375rem;line-height:1.375rem;text-align:center;width:30px;height:30px;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/icon-txt-expand.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:var(--color-2);transition:transform .3s ease-in-out}.expanding-block .expandable-content .inner{padding:24px 0 0 0}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-banner{position:relative}.banner-content{position:relative;padding:3rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.video-block .video-caption,.video-block .expanding-block{margin-top:12px}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-scroll-text{position:relative;margin:3rem 0}.module-scroll-text .module-paddings-top{margin-top:3rem;padding-bottom:0}.module-scroll-text .module-paddings-top-big{margin-top:4rem;padding-top:0}.module-scroll-text .module-no-paddings-top{margin-top:0;padding-top:0}.module-scroll-text .module-paddings-bottom{margin-bottom:3rem;padding-bottom:0}.module-scroll-text .module-paddings-bottom-big{margin-bottom:4rem;padding-bottom:0}.module-scroll-text .module-no-paddings-bottom{margin-bottom:0;padding-bottom:0}@keyframes infiniteScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.module-scroll-text .module-scroll-text-pattern{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-size:auto 12.5rem;background-repeat:repeat-x;background-position:-25% 50%;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/scoll-txt-bg.svg)}.module-scroll-text .scrolling-txt-wrapper{position:relative;padding:1.5625rem 0;background-color:var(--color-5);color:var(--color-4);margin:6.75rem 0;width:100%;overflow:hidden}.module-scroll-text .scrolling-txt-container{position:relative;width:100%;overflow:hidden}.module-scroll-text .horizontal-scrolling-items{display:flex;width:200vw}.module-scroll-text .horizontal-scrolling-items-item{white-space:nowrap}.module-scroll-text .horizontal-scrolling-items-item .txt-item:nth-child(even){text-transform:uppercase}.module-scroll-text .txt-item{margin:0}.module-scroll-text .txt-item:before{content:"";display:inline-block;width:12.5rem;height:.25rem;background-color:var(--color-4)}.module-scroll-text .scrolling-txt-container-accessible{width:0;height:0;opacity:0;overflow:hidden}.module-scroll-text .play-pause-animation{bottom:-55px}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.cta-holder{margin-top:2rem}.cta-holder button,.cta-holder a{margin:0 .9375rem 0 0}.yith-add-new-gc-my-account-button,.woocommerce-button,#place_order,.default-button{padding:.625rem .625rem !important;font-size:1rem;line-height:1.75rem}.woocommerce_waitlist,.single_add_to_cart_button{padding:.625rem .625rem !important;font-size:1rem;line-height:1.75rem}.default-button-b{font-size:.875rem;line-height:1.1875rem}.default-button-b.as-button{padding:.5625rem 1rem;height:2.375rem}.default-button-b:after{top:.0625rem;width:.75rem;height:.75rem}.cta-holder .default-button-b{font-size:1.6875rem;line-height:2.0625rem;font-weight:600}.cta-holder .default-button-b:after{top:.0625rem;width:1.0625rem;height:1.0625rem}a.mix-match-link:link,a.mix-match-link:visited{font-size:.875rem;line-height:1.1875rem}a.mix-match-link:link .category-icon,a.mix-match-link:visited .category-icon{display:inline-block;height:.875rem;width:auto;margin-right:.375rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.card.card-product-listing{display:flex;flex-direction:column}.card.card-product-listing .card-image{margin-bottom:0}.card.card-product-listing .card-texts{padding:.75rem .75rem .75rem .75rem}.card.card-product-listing .card-texts .autori{margin-bottom:.75rem}.card.card-product-listing .card-texts .card-title{margin-bottom:1rem}.card.card-product-listing .card-texts .price{display:block;font-size:1rem;line-height:1.375rem;font-weight:700}.card.card-product-listing .card-texts .price .percent-discount{position:relative;top:-0.05rem;display:inline-block;margin:0 0 0 .3125rem;font-size:.875rem;line-height:1.1875rem;background-color:var(--color-5);color:var(--color-1);border-radius:.125rem;padding:.1875rem .375rem}.card.card-product-listing .card-texts .price .original-price{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:400;color:var(--color-2)}.card.card-product-listing .on-bottom{position:relative;display:block;width:100%;margin-top:auto}.card.card-product-listing .vk-single-product-categories{width:100%;margin-bottom:0;display:flex !important;flex-wrap:wrap !important;align-items:center}.card.card-product-listing .vk-single-product-categories li{position:relative;height:2rem;margin:0;padding:.0625rem 0 0 0;border-right:solid .0625rem var(--color-4)}.card.card-product-listing .vk-single-product-categories li:after{content:"";position:absolute;left:0;top:0;display:block;width:100vw;height:.0625rem;background-color:var(--color-4)}.card.card-product-listing .vk-single-product-categories li:last-child{border-right:none}.card.card-product-listing .vk-single-product-categories a.cat-as-button:link,.card.card-product-listing .vk-single-product-categories a.cat-as-button:visited,.card.card-product-listing .vk-single-product-categories .fake-link{display:inline-block;font-size:.875rem;line-height:1.1875rem;text-align:center;border:none;background-color:var(--color-7);color:var(--color-1);padding:.375rem .5rem .125rem .5rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.card.card-product-listing .vk-single-product-categories a.cat-as-button:link.main,.card.card-product-listing .vk-single-product-categories a.cat-as-button:visited.main,.card.card-product-listing .vk-single-product-categories .fake-link.main{background-color:var(--color-8);padding:.375rem .5rem .125rem .5rem}.card.card-product-listing .vk-single-product-categories a.cat-as-button:link .category-icon,.card.card-product-listing .vk-single-product-categories a.cat-as-button:visited .category-icon,.card.card-product-listing .vk-single-product-categories .fake-link .category-icon{display:inline-block;height:1.1875rem;width:auto;margin-right:.375rem}.card.card-banner-listing .card-image{position:relative;width:100%;aspect-ratio:1/1}.card.card-banner-listing .card-image.vk-random-pattern{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.card.card-banner-listing .card-image img,.card.card-banner-listing .card-image video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.card.card-banner-listing .card-texts{align-content:center;width:100%;padding:1.5rem}.card.card-banner-listing .card-texts .vk-single-product-categories{margin-bottom:1rem !important}.card.card-banner-listing .card-texts .flex-hold-child{padding-bottom:1rem !important}.card.card-banner-listing .card-texts .price{display:block;font-size:1rem;line-height:1.375rem;font-weight:700}.card.card-banner-listing .card-texts .price .percent-discount{position:relative;top:-0.05rem;display:inline-block;margin:0 0 0 .3125rem;font-size:.875rem;line-height:1.1875rem;background-color:var(--color-5);color:var(--color-1);border-radius:.125rem;padding:.1875rem .375rem}.card.card-banner-listing .card-texts .price .original-price{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:400}.card.card-banner-listing .card-texts .default-button{width:100%}.flex-hold-card-price .card-flex-price{width:calc(100% - 2.5rem)}.flex-hold-card-price .card-flex-wishlist{width:2.5rem;text-align:right}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.menu-mobile-button{position:relative;text-align:left;width:100%;background-color:rgba(0,0,0,0);border:none;border-bottom:solid .125rem var(--color-1);padding:0 0 1.25rem 0;color:var(--color-1);font-size:1.375rem;line-height:1.6875rem;font-weight:500}.menu-mobile-button:before{content:"";position:absolute;left:0;bottom:0;width:3.75rem;height:0;background-color:currentColor;transition:all .2s linear}.menu-mobile-button:after{content:"";position:absolute;top:.25rem;right:0;display:block;width:14px;height:8px;margin-left:5px;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/sub-menu-icon.svg);mask-repeat:no-repeat;mask-size:contain;background-color:currentColor;transition:all .2s linear;transform-origin:center}.menu-mobile-button.open{border-bottom:solid .125rem var(--color-4);color:var(--color-4)}.menu-mobile-button.open:before{height:.5rem}.menu-mobile-button.open:after{transform:rotate(180deg)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.wp-caption{margin-bottom:2rem}.rounded-image img{border-radius:.25rem;overflow:hidden}.coverize img,.coverize video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.editorial-content img{width:100%;height:auto;border-radius:.25rem;margin-bottom:1.25rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}label{font-size:1rem;line-height:1.75rem;margin-bottom:.875rem}input[type=password],input[type=date],input[type=email],input[type=file],input[type=number],input[type=range],input[type=tel],input[type=text],input[type=url]{font-size:1rem;line-height:1.75rem;margin-bottom:1rem}input[type=checkbox]:before,input[type=radio]:before{position:relative;top:.625rem;font-size:1.5rem}textarea{font-size:1rem;line-height:1.75rem;margin-bottom:2rem}select{font-size:1rem;line-height:1.75rem;margin-bottom:2rem}.wpcf7-submit,input[type=submit]{padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.75rem}.form-hold{margin:.625rem 0}.form-hold .required-fields{margin-bottom:2rem}.form-hold p{font-size:1rem;line-height:1.75rem;margin-bottom:.5rem;min-height:.5rem}.form-hold .form-block{margin-bottom:2rem}.form-hold .form-block .wpcf7-not-valid-tip{top:-3px !important}.form-hold input[type=checkbox]:before,.form-hold input[type=radio]:before{top:.3125rem;font-size:1.5rem}.form-hold input[type=submit]{margin-top:1.5rem}.as-label{font-size:1rem;line-height:1.75rem;margin-bottom:5px}.wpcf7-form .wpcf7-not-valid-tip{font-size:1rem !important;line-height:1rem !important}.wpcf7-form .wpcf7-response-output{font-size:1rem !important;line-height:1rem !important}.wpcf7-form.invalid .wpcf7-response-output{font-size:1rem !important;line-height:1rem !important}.wpcf7-form.sent .wpcf7-response-output{font-size:1rem !important;line-height:1rem !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.products-slider:not(.slick-initialized){display:flex;transform:translateX(0);width:100%;overflow:hidden}.products-slider:not(.slick-initialized) .flex-hold-child{width:80vw !important;margin-right:1.25rem;flex:none !important}.products-slider:not(.slick-initialized) .flex-hold-child:first-child{display:block !important}.product-slider-section{position:relative;width:100%;padding:2rem 0 2rem 0}.slider-wrapper{position:relative;display:flex;justify-content:center;padding-top:4.25rem}.products-slider-wrapper{position:relative;overflow:hidden}.products-slider-wrapper.with-slider .products-slider-cta-position{left:6.25rem}.products-slider-cta-position{position:absolute;z-index:9;top:0;left:0}.products-slider-cta-position a{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.products-slider{position:relative;width:100%;padding-top:3.5rem}.products-slider.opening{width:100%}.products-slider.gallery{width:100%;padding-bottom:3.875rem}.products-slider.gallery.no-slides{padding-bottom:0}.products-slider.gallery .slick-slide{width:calc(100vw - 1.5rem) !important}.products-slider.gallery .slick-next,.products-slider.gallery .slick-prev{bottom:0;top:auto;transform:translate(-100%, 0)}.products-slider.gallery .slick-prev{left:calc(50% - 1.5rem)}.products-slider.gallery .slick-next{left:calc(50% + 1.5rem)}.products-slider.gallery img{border-radius:.25rem}.products-slider.pictures-slider{padding-top:0;width:100%;overflow:hidden;aspect-ratio:1/1;border-radius:.25rem;background-color:var(--color-7)}.products-slider.pictures-slider .slick-next,.products-slider.pictures-slider .slick-prev{bottom:1rem;top:auto;transform:translate(-50%, 0)}.products-slider.pictures-slider .slick-prev{left:calc(50% - 1.75rem)}.products-slider.pictures-slider .slick-next{left:calc(50% + 1.75rem)}.products-slider.pictures-slider .slick-slide{width:100%;margin-right:0}.products-slider.pictures-slider img{border-radius:.25rem}.products-slider .slick-next,.products-slider .slick-prev{top:0}.products-slider .slick-prev{left:0}.products-slider .slick-next{left:3.125rem}.products-slider .slick-track{display:flex !important}.products-slider .slick-list,.products-slider .slick-track{overflow:visible}.products-slider .slick-slide{width:80vw;overflow:hidden;margin-right:1.25rem;height:inherit !important}.products-slider .slick-slide .flex-hold-child{height:100% !important}.slide-caption{position:relative;width:auto;height:auto;display:inline-block;overflow:visible;padding:.5rem 0 0 0}.slide-caption.hidden{position:absolute;overflow:hidden;width:0;height:0}.slick-next,.slick-prev{width:2.375rem;height:2.375rem}.slick-dots{text-align:center;padding:10px 0 0 0 !important}.slick-dots li{display:inline-block;margin:0 5px}.slick-dots li button{width:20px;height:20px;border:none;font-size:0;margin:0;padding:0;transition:all .3s linear;border-radius:20px;cursor:pointer}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.gift-cards-list{width:100%}.gift-cards-list .ywgc-manual-amount-container{position:relative;width:100%;border:var(--color-2) solid .0625rem;color:var(--color-1);background-color:var(--color-6) !important;border-radius:.25rem}.gift-cards-list .ywgc-manual-amount{position:relative;top:-0.0625rem;left:.125rem;width:100% !important;padding-right:2.5rem;font-size:1rem !important;line-height:1.75rem !important;height:2.875rem !important;background-color:var(--color-7) !important;border-bottom:var(--color-1) solid .0625rem !important;border-top:var(--color-1) solid .0625rem !important}.gift-cards-list .ywgc-manual-currency-symbol.left,.gift-cards-list .ywgc-manual-currency-symbol.right{display:block !important;position:absolute;right:.625rem;top:50%;transform:translate(0, -50%);background-color:rgba(0,0,0,0);font-weight:700}.gift-card-content-editor{text-align:left !important}.gift-card-content-editor h5{font-weight:600}.gift-card-content-editor .ywgc-sender-info-title,.gift-card-content-editor .ywgc_recipient_info_title{margin-top:1.5rem !important}.gift-card-content-editor label{font-size:1rem !important;line-height:1.75rem !important;text-align:left !important;display:block !important;width:100% !important}.gift-card-content-editor input[type=text],.gift-card-content-editor input[type=email],.gift-card-content-editor textarea{float:none !important;font-size:1rem !important;line-height:1.75rem !important;text-align:left !important;display:block !important;width:100% !important}.gift_card_template_button{display:block !important;width:100% !important}.gift_card_template_button .wishlist-button-hold{display:none;visibility:hidden}.gift-card-panel-title{display:block !important;width:100% !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.waitlist-products{position:relative;width:100%;display:flex !important;flex-wrap:wrap !important}.waitlist-products .waitlist-single-product{width:100%;margin-bottom:.75rem;text-align:left}.waitlist-products .waitlist-single-product p{text-align:left !important}.waitlist-products .waitlist-single-product img{display:none;visibility:hidden}.tinv-header h2{display:none;visibility:hidden}.card-remove-wishlist,.tinvwl_button_close{border:none;color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .0625rem var(--color-1);cursor:pointer;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;transition:all .3s linear;margin-top:.5rem}.card-remove-wishlist:hover,.tinvwl_button_close:hover{box-shadow:inset 0px 0px 0px .125rem var(--color-1)}.tinv-overlay .icon_big_heart_check{display:none !important;visibility:hidden !important}}@media screen and (min-width: 1024px){:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}#pre-header{padding:5px 0;border-bottom:solid 1px var(--color-1)}#header{height:90px;border-bottom:solid .0625rem var(--color-1)}#header.hidden{pointer-events:none;transform:translateY(-90px)}#header #header-structure{width:100%;height:90px}#header #header-structure .hamburger-navi{display:none;visibility:hidden}#header #header-structure .logo{width:200px;height:90px}#header #header-structure .menu{width:calc(100% - 200px - 150px)}#header #header-structure .menu .header-menu{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center;text-align:center;justify-content:center}#header #header-structure .menu .header-menu li{position:relative;margin:0 1% 0 1%;text-align:left}#header #header-structure .menu .header-menu li a:not(.mega-menu a),#header #header-structure .menu .header-menu li button:not(.mega-menu button){position:relative;display:flex !important;flex-wrap:wrap !important;align-items:center;height:90px}#header #header-structure .menu .header-menu li.menu-item-has-children a:after,#header #header-structure .menu .header-menu li .nav-simple-button:after{content:"";position:relative;top:-2px;display:inline-block;width:14px;height:8px;margin-left:5px;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/sub-menu-icon.svg);mask-repeat:no-repeat;mask-size:contain;background-color:var(--color-1);transition:all .2s linear;transform-origin:center}#header #header-structure .menu .header-menu li.menu-item-has-children a:before,#header #header-structure .menu .header-menu li .nav-simple-button:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0rem;background-color:var(--color-1);transition:all .2s linear}#header #header-structure .menu .header-menu li.menu-item-has-children a:hover,#header #header-structure .menu .header-menu li .nav-simple-button:hover{color:var(--color-4)}#header #header-structure .menu .header-menu li.menu-item-has-children a:hover:after,#header #header-structure .menu .header-menu li .nav-simple-button:hover:after{background-color:var(--color-4)}#header #header-structure .menu .header-menu li.menu-item-has-children a.clicked,#header #header-structure .menu .header-menu li .nav-simple-button.clicked{color:var(--color-4)}#header #header-structure .menu .header-menu li.menu-item-has-children a.clicked:after,#header #header-structure .menu .header-menu li .nav-simple-button.clicked:after{transform:rotate(180deg);background-color:var(--color-4)}#header #header-structure .menu .header-menu li.menu-item-has-children a.clicked:before,#header #header-structure .menu .header-menu li .nav-simple-button.clicked:before{height:.5rem}#header #header-structure .menu .header-menu li:first-child{margin:0 1% 0 0}#header #header-structure .menu .header-menu li:last-child{margin:0 0 0 1%}#header #header-structure .menu .header-menu li:last-child .sub-menu{left:auto;right:0}#header #header-structure .menu .header-menu li.menu-item-has-children{padding:0}#header #header-structure .menu .header-menu .sub-menu{position:absolute;z-index:9997 !important;top:30px;left:50%;width:220px;margin-left:-110px;padding:30px 0 !important;border-radius:12px;text-align:left;text-transform:none;opacity:0;visibility:hidden;pointer-events:none;transition:all .15s linear;overflow:hidden;color:var(--color-1);background-color:var(--color-4);border:solid 1px var(--color-1)}#header #header-structure .menu .header-menu .sub-menu:has(a:focus-visible),#header #header-structure .menu .header-menu .sub-menu.visible,#header #header-structure .menu .header-menu .sub-menu.activated{height:auto;pointer-events:all;opacity:1;visibility:visible}#header #header-structure .menu .header-menu .sub-menu li{width:100%;padding:0 0 10px;margin:0 0 10px;text-align:center;border-bottom:var(--color-2) solid 1px;font-weight:400}#header #header-structure .menu .header-menu .sub-menu li:last-child{border-bottom:none;padding:0;margin:0}#header #header-structure .menu .header-menu .sub-menu li a:link,#header #header-structure .menu .header-menu .sub-menu li a:visited{color:var(--color-1);display:inline-block;width:100%;padding:0 10px;margin:0}#header #header-structure .menu .header-menu .sub-menu li a:link:after,#header #header-structure .menu .header-menu .sub-menu li a:visited:after{display:none;visibility:hidden}#header #header-structure .menu .header-menu .sub-menu li a:active,#header #header-structure .menu .header-menu .sub-menu li a:hover{color:var(--color-2)}#header #header-structure .side-head{width:150px;text-align:right}#header #header-structure .side-head ul{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center;text-align:right;justify-content:end}#header #header-structure .side-head ul li{position:relative;display:inline-block;margin:0 0 0 1rem}#header #header-structure .side-head ul li:first-child{margin:0}#header #header-structure .side-head ul li a,#header #header-structure .side-head ul li button{position:relative;display:flex !important;flex-wrap:wrap !important;align-items:center;width:1.5rem;height:90px;color:var(--color-1)}#header #header-structure .side-head ul li a:hover,#header #header-structure .side-head ul li button:hover{color:var(--color-4)}#header #header-structure .side-head ul li .header-cart-counter{position:absolute;z-index:1;top:calc(50% - .9375rem);right:-0.5rem;transform:translate(0, -50%);width:1.25rem;height:1.25rem;border-radius:50%;font-size:.625rem;line-height:1.25rem;text-align:center;background-color:var(--color-4);color:var(--color-7);pointer-events:none}#header #header-structure .side-head ul li .header-cart-counter.hidden{display:none;visibility:hidden}#header #header-structure .side-head ul li .header-icons{background-color:rgba(0,0,0,0);border:none;cursor:pointer}#header #header-structure .side-head ul li .header-icons:after{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"";width:1.5rem;height:1.5rem;mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:currentColor}#header #header-structure .side-head ul li .header-icons.search:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/search-button.svg)}#header #header-structure .side-head ul li .header-icons.wishlist-empty:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/heart.svg)}#header #header-structure .side-head ul li .header-icons.wishlist-full:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/heart-full.svg)}#header #header-structure .side-head ul li .header-icons.profile:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/account.svg)}#header #header-structure .side-head ul li .header-icons.cart:after{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/bag.svg)}#header #header-structure .side-head ul li:last-child{margin-right:0}#header .submenu-close{position:absolute;top:90px;width:100%;height:calc(100dvh - 90px);visibility:hidden;display:none;pointer-events:none;visibility:visible;z-index:-1}#header .submenu-close.active{visibility:visible;display:block;pointer-events:all}#head-overlay{display:none;visibility:hidden}#footer{border-top:solid .0625rem var(--color-4);padding-top:5.75rem;padding-bottom:2.5rem;margin-top:1.5rem}#footer .footer-big-menu{align-items:flex-end;margin-bottom:5.75rem}#footer .footer-big-menu .first-letter,#footer .footer-big-menu .second-letter{background-size:contain;background-repeat:no-repeat;width:22%;aspect-ratio:1/1}#footer .footer-big-menu .first-letter{background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/footer-big-menu-v.svg);background-position:left bottom}#footer .footer-big-menu .second-letter{background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/footer-big-menu-k.svg);background-position:right bottom}#footer .footer-big-menu .center-menu{width:56%}#footer .footer-big-menu .center-menu .footer-menu{width:100%;text-align:center;margin:0;text-transform:uppercase}#footer .footer-big-menu .center-menu .footer-menu li{display:inline-block;margin-left:2%;margin-right:2%}#footer .footer-big-menu .center-menu .footer-menu li:first-child{margin-left:0}#footer .footer-big-menu .center-menu .footer-menu li:last-child{margin-right:0}#footer .footer-big-menu .center-menu .footer-menu li a{text-underline-offset:.625rem;text-decoration-thickness:.25rem;color:var(--color-4)}#footer .footer-big-menu .center-menu .footer-menu li a:hover{text-decoration-thickness:.125rem;color:var(--color-1)}#footer .shop-info{margin:2rem 0}#footer .shop-info .flex-hold-child{padding-bottom:0}#footer .shop-info h2{font-size:1rem;line-height:1.375rem;font-weight:600}#footer .shop-info .ti-widget{display:inline-block}#footer .shop-info .ti-widget .ti-header{padding:0}#footer .inline-socials{margin:0 0 1rem 0;text-align:right}#footer .inline-socials li{margin:0 0 1.25rem 1.25rem}#footer .footer-menu-service li{margin-bottom:1.3125rem}#footer .footer-menu-service li:last-child{margin-bottom:0}#footer .legal-footer{margin-top:4rem}#footer .legal-footer .flex-hold-child{padding-bottom:0}#search-panel-container{position:sticky;top:90px;z-index:999;width:100%;background-color:var(--color-6);border-bottom:solid .0625rem var(--color-1);padding:1.5rem 0;visibility:hidden;opacity:0;display:none}#search-panel-container.visible{visibility:visible;opacity:1;display:block}.search-container{position:relative}.search-container label{display:block;margin-bottom:.3125rem}.search-container #search-input{margin:0;padding-right:5.3125rem}.search-container #search-submit{position:absolute;right:.0625rem;top:1.75rem;height:2.625rem;width:6.25rem;color:var(--color-1);background-color:var(--color-7);-webkit-border-top-right-radius:.1875rem;-webkit-border-bottom-right-radius:.1875rem;-moz-border-radius-topright:.1875rem;-moz-border-radius-bottomright:.1875rem;border-top-right-radius:.1875rem;border-bottom-right-radius:.1875rem;border:none;border-left:solid .0625rem var(--color-1);text-align:left;padding:0 .8125rem;text-transform:uppercase;font-weight:600;font-size:.875rem;line-height:.875rem;cursor:pointer}.search-container #search-submit:hover{color:var(--color-7);background-color:var(--color-4)}.search-container #search-submit:hover:after{background-color:currentColor}.search-container #search-submit:after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/search-button.svg);mask-repeat:no-repeat;mask-size:1.375rem 1.375rem;mask-position:calc(100% - .8125rem) 50%;background-color:var(--color-1);transition:all .2s linear;transform-origin:center}.suggestions-container{position:absolute;z-index:99999;left:0;bottom:-0.125rem;transform:translate(0, 100%);width:100%;max-height:55vh;background-color:var(--color-7);overflow-y:scroll;border:solid 1px var(--color-1);visibility:hidden;opacity:0;transition:visibility .2s,opacity .3s linear;-webkit-border-bottom-right-radius:.3125rem;-webkit-border-bottom-left-radius:.3125rem;-moz-border-radius-bottomright:.3125rem;-moz-border-radius-bottomleft:.3125rem;border-bottom-right-radius:.3125rem;border-bottom-left-radius:.3125rem}.suggestions-container.visible{visibility:visible;opacity:1}.suggestions-container .show-all-btn{padding:.625rem;width:100%;border:none;background-color:rgba(0,0,0,0);font-size:.875rem;line-height:1.1875rem;font-weight:600;cursor:pointer}.suggestions-container .show-all-btn:hover{background-color:var(--color-6);box-shadow:inset 0px 0px 0px .0625rem var(--color-1)}.results-counter{position:relative;margin:0;padding:.625rem;border-bottom:solid 1px var(--color-1);font-size:.875rem;line-height:1.1875rem;font-weight:600}.suggestion-item{position:relative;margin:0;padding:.625rem;border-bottom:solid 1px var(--color-1)}.suggestion-item:hover{background-color:var(--color-6);box-shadow:inset 0px 0px 0px .0625rem var(--color-1)}.suggestion-item:last-of-type{border-bottom:none}.flex-hold-search-suggestion .suggestion-image{width:3.125rem;height:3.125rem;border-radius:.3125rem;overflow:hidden}.flex-hold-search-suggestion .suggestion-image img{width:100%;height:100%;object-fit:cover}.flex-hold-search-suggestion .suggestion-txts{width:calc(100% - 3.125rem);padding-left:.625rem}.flex-hold-search-suggestion .suggestion-txts mark{background-color:rgba(0,0,0,0)}.flex-hold-search-suggestion .suggestion-txts .suggestion-category-label{display:inline-block;border:solid .0625rem var(--color-1);padding:.1875rem .375rem;font-size:.625rem;line-height:.625rem;margin-bottom:.375rem;font-weight:600}.flex-hold-search-suggestion .suggestion-txts .suggestion-category-label img{height:auto;width:.75rem}.flex-hold-search-suggestion .suggestion-txts .suggestion-title{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:600}.search-input::selection{background-color:#e0e0e0;color:#666}.desktop-align-right{text-align:right}.header-banner .image{overflow:hidden}.header-banner .image img{border-radius:.25rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.minicart{position:fixed;z-index:998;top:0;right:0;display:block;height:100%;width:35rem;background-color:var(--color-7);border-left:solid .0625rem var(--color-1);visibility:visible;opacity:1;transition:opacity .2s linear,visibility .2s,right .2s linear}.minicart.hidden{visibility:hidden;opacity:0;right:-35rem;transition:opacity .2s linear .2s,visibility .2s .2s,right .2s linear .2s}.minicart.hidden:before{opacity:0;visibility:hidden;transition:opacity .2s linear,visibility .2s}.minicart:before{content:"";position:absolute;z-index:997;top:0;right:35rem;display:block;width:calc(100vw - 35rem);height:100%;background-color:rgba(0,0,0,.32);transition:opacity .2s linear .18s,visibility .2s .18s}.minicart .flex-hold-child{padding-bottom:0 !important}.minicart .as-h4{font-weight:500;margin-bottom:0}.minicart .minicart-inner{height:100%;display:flex;flex-direction:column}.minicart .minicart-top{position:sticky;top:0;z-index:100;flex-shrink:0;border-bottom:solid .0625rem var(--color-1)}.minicart .minicart-top .close{border-right:solid .0625rem var(--color-1)}.minicart .minicart-top .cart{text-align:right}.minicart .minicart-top .inner{padding:.75rem 1.5rem}.minicart .minicart-products{position:relative;flex:1;overflow-y:auto;overflow-x:hidden}.minicart .minicart-bottom{position:sticky;bottom:0;z-index:100;border-top:solid .0625rem var(--color-1);padding:2.5rem 1.5rem 1.5rem 1.5rem}.minicart .minicart-bottom .minicart-subtotal{margin:0 0 1.5rem 0}.minicart .minicart-bottom .minicart-subtotal-number{text-align:right}.minicart .minicart-bottom .default-button{width:100%}.minicart .avviso-header-container{margin-bottom:1.5rem}.minicart .pre-header-hide{display:none;visibility:hidden}.minicart-close{border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:600;color:var(--color-1)}.minicart-close:hover{text-decoration:underline;color:var(--color-2)}.minicart-close:before{content:"";position:relative;top:.1875rem;display:inline-block;width:1.25rem;height:1.25rem;mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:currentColor;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/close.svg)}.minicart-close-bottom{width:100%;border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:400;margin:1rem 0 0 0;text-align:center;text-decoration:underline}.minicart-close-bottom:hover{text-decoration-thickness:.125rem}.remove-from-cart-btn{border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:400;margin:1rem 0 0 0;margin:1rem 0 0 -0.375rem;text-decoration:underline}.remove-from-cart-btn:hover{text-decoration-thickness:.125rem}.gotochart{border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.375rem;font-weight:600}.gotochart:hover{text-decoration:underline;color:var(--color-2)}.gotochart:after{content:"";position:relative;top:.125rem;display:inline-block;margin:0 0 0 .625rem;width:1rem;height:1rem;mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:currentColor;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/sub-menu-icon.svg);transform:rotate(-90deg)}.minicart-item{width:100%;border-bottom:solid .0625rem var(--color-1);padding:2rem 1.5rem}.minicart-item.with-qty{padding:2rem 0}.minicart-item.with-qty .minicart-item-details{width:calc(100% - 6.5rem);padding:0 1.5rem 0 1.5rem}.minicart-item.with-qty .flex-hold-minicart-item-details .data{width:calc(100% - 6.5rem)}.minicart-item.with-qty .flex-hold-minicart-item-details .qty-col{display:none;visibility:hidden}.minicart-item:last-of-type{border-bottom:none}.minicart-item .minicart-item-image{width:6.5rem}.minicart-item .minicart-item-image img{width:100%;height:auto;border-radius:.25rem}.minicart-item .minicart-item-details{width:calc(100% - 6.5rem);padding:0 0 0 1.5rem}.flex-hold-minicart-item-details .data{width:calc(100% - 5rem)}.flex-hold-minicart-item-details .data .vk-single-product-categories{margin-bottom:.5rem}.flex-hold-minicart-item-details .data .vk-single-product-categories li{display:inline-block}.flex-hold-minicart-item-details .data .vk-single-product-categories li:nth-child(n+2){display:none;visibility:hidden}.flex-hold-minicart-item-details .data .vk-single-product-categories li a{display:inline-block}.flex-hold-minicart-item-details .data .quantity-value{font-size:1rem;line-height:1.375rem;font-weight:600}.flex-hold-minicart-item-details .price{width:5rem;text-align:right;font-size:1.375rem;line-height:1.6875rem}.minicart-empty{padding:2.5rem 1.5rem 1.5rem 1.5rem}.minicart-item-variations dt,.minicart-item-variations dd{display:inline-block;width:auto}.minicart-item-variations dt{font-weight:600}.minicart-item-variations dd{margin:0 .3125rem 0 0}.minicart-item-variations dd p{margin-bottom:.25rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.reduce-motion-overlay{position:fixed;bottom:0;left:0;z-index:99;background-color:var(--color-4);border:solid 2px var(--color-2);padding:10px 3px;transform:translate(0, 0);transition:all .3s ease-in-out}.reduce-motion-overlay.hidden{pointer-events:none;transform:translate(0, 100%)}.paperplane-toggle .fake-label{line-height:.88rem;top:-0.44rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.mega-menu{display:block !important;max-height:60vh;transition:visibility .3s linear,opacity .3s linear;opacity:1;pointer-events:all;visibility:visible;border:solid .125rem var(--color-2);background-color:var(--color-7);content-visibility:auto;-webkit-border-bottom-right-radius:.25rem;-webkit-border-bottom-left-radius:.25rem;-moz-border-radius-bottomright:.25rem;-moz-border-radius-bottomleft:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.mega-menu.compact{position:absolute;top:90px;left:50%;transform:translate(-50%, 0)}.mega-menu.compact.on-right{left:auto;right:0;transform:translate(0, 0)}.mega-menu.compact.on-left{left:0;transform:translate(0, 0)}.mega-menu.extended{position:fixed;top:90px;left:50%;transform:translate(-50%, 0);width:100%;margin:0 auto;max-width:calc(77.5rem - 3.5vw - 3.5vw)}.mega-menu.hidden{opacity:0;pointer-events:none;visibility:hidden}.mega-menu .flex-hold-mega-menu-compact{width:36.25rem}.mega-menu .flex-hold-mega-menu-compact .mega-menu-column-1{width:50%;padding:1.5rem}.mega-menu .flex-hold-mega-menu-compact .mega-menu-column-2{width:50%;border-left:solid .125rem var(--color-1);padding:1.5rem}.mega-menu .flex-hold-mega-menu-compact .mega-menu-column-2 .cta-holder{margin-top:0}.mega-menu .flex-hold-mega-menu-compact .mega-menu-column-2 .no-the-100{margin-top:1.5rem}.mega-menu .flex-hold-mega-menu-compact-one-col{width:18.125rem}.mega-menu .flex-hold-mega-menu-compact-one-col .mega-menu-column-1{width:100%;padding:1.5rem}.mega-menu .flex-hold-mega-menu-compact-one-col .mega-menu-column-2{display:none;visibility:hidden}.mega-menu .flex-hold-mega-menu-extended .mega-menu-column-1{width:75%;padding:1.5rem;display:flex !important;flex-wrap:wrap !important}.mega-menu .flex-hold-mega-menu-extended .mega-menu-column-1 ul{width:33.333%}.mega-menu .flex-hold-mega-menu-extended .mega-menu-column-2{width:25%;border-left:solid .125rem var(--color-1);padding:1.5rem}.mega-menu .flex-hold-mega-menu-extended .mega-menu-column-2 .cta-holder{margin-top:0}.mega-menu .flex-hold-mega-menu-extended .mega-menu-column-2 .no-the-100{margin-top:1.5rem}.mega-menu .flex-hold-mega-menu-extended-one-col .mega-menu-column-1{width:100%;padding:1.5rem;display:flex !important;flex-wrap:wrap !important}.mega-menu .flex-hold-mega-menu-extended-one-col .mega-menu-column-1 ul{width:33.333%}.mega-menu .flex-hold-mega-menu-extended-one-col .mega-menu-column-2{display:none;visibility:hidden}.mega-menu .mega-menu-holder{position:relative;z-index:2;width:100%;max-height:60vh;overflow-y:auto}.mega-menu .mega-menu-list li{width:100%;display:block;margin:0 0 1rem 0 !important;padding:0 !important}.mega-menu .mega-menu-list li:last-child{margin:0 0 0 0 !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.all-as-h1 p,.all-as-h1 .as-p{font-size:2.75rem;line-height:3.25rem;margin:0 0 .5rem;font-weight:400}.all-as-h1 a:link,.all-as-h1 a:visited{font-weight:700;text-decoration:underline;text-decoration-thickness:.25rem;text-underline-offset:.375rem}.all-as-h1 a:active,.all-as-h1 a:hover{text-decoration-thickness:.125rem}.as-h1,h1{font-size:2.75rem;line-height:3.25rem;margin:0 0 .5rem}.as-h1.product_title,h1.product_title{font-size:2.5rem;line-height:3.375rem;margin:0 0 1rem}.as-h2,h2{font-size:2.375rem;line-height:2.5625rem;margin:0 0 2.5rem}.all-as-h3 p,.all-as-h3 .as-p{font-size:1.875rem;line-height:2.0625rem;margin:0 0 2rem;font-weight:400}.as-h3,h3{font-size:1.875rem;line-height:2.0625rem;margin:0 0 2rem}.footer-menu{font-size:1.875rem;line-height:2.0625rem}.as-h4,h4{font-size:1.375rem;line-height:1.6875rem;margin:0 0 1.5rem}.as-h4.h4-smaller,h4.h4-smaller{font-size:1.25rem;line-height:1.5625rem;margin:0 0 1.5rem}.as-h5,h5{font-size:1rem;line-height:1.25rem;margin:0 0 1.25rem}.mega-menu,.menu{font-size:.875rem;line-height:1.1875rem}.mega-menu a,.mega-menu button,.menu a,.menu button{font-size:.875rem;line-height:1.1875rem}#pre-header p,.mega-menu p,.as-h6,h6{font-size:.875rem;line-height:1.1875rem;margin:0 0 1rem}figcaption{font-size:.875rem;line-height:1.1875rem;margin:0}#pre-header summary{font-size:.875rem;line-height:1.1875rem}address,p,.as-p{font-size:1rem;line-height:1.375rem;margin:0 0 1rem;padding:0}.footer-menu-service{font-size:1rem;line-height:1.375rem}summary{font-size:.875rem;line-height:1.1875rem}.breadcrumbs-holder,small{font-size:.625rem;line-height:.8125rem}.content-styled h2:not(:first-of-type){margin-top:2.5rem}.content-styled h2{margin-bottom:2rem}.content-styled p{margin-bottom:1.5rem}.content-styled ul{font-size:1rem;line-height:1.375rem;margin-bottom:1.5rem}.content-styled ul li{display:table-row}.content-styled ul li:before{font-size:1rem;font-weight:400}.content-styled ul li:after{height:calc(16/2)}.content-styled ol{font-size:1rem;line-height:1.375rem;margin-bottom:1.5rem}.content-styled ol>li:before{font-size:1rem}.content-styled ol>li:after{height:calc(16/2)}.wp-caption-text,.wp-caption.aligncenter .wp-caption-text,.wp-caption.alignleft .wp-caption-text,.wp-caption.alignnone .wp-caption-text,.wp-caption.alignright .wp-caption-text{padding:.3125rem 0 0;font-size:.875rem;line-height:1.1875rem;word-wrap:break-word;font-style:italic}.txt-lined span{position:relative;top:.25rem;display:inline-block;width:9.375rem;border-bottom:solid .25rem currentColor}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.on-header{position:relative;margin-top:-90px}.page-opening-text-image{margin:1.5rem 0 0 0}.page-opening-text-image.incontro{margin-bottom:3.5rem}.page-opening-text-image .breadcrumbs-holder{margin:0 0 1rem 0}.page-opening-text-image .flex-hold-opening-text-image{border-radius:1rem;overflow:hidden}.page-opening-text-image .flex-hold-opening-text-image .texts{position:relative;width:calc(100% - 24.375rem);padding:4.25rem 2.125rem}.page-opening-text-image .flex-hold-opening-text-image .texts .last-child-no-margin{max-width:36.875rem}.page-opening-text-image .flex-hold-opening-text-image .image{position:relative;width:24.375rem;padding-left:5.5rem}.page-opening-text-image .flex-hold-opening-text-image .image.vk-random-pattern{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.page-opening-text-image .flex-hold-opening-text-image .image .image-hold{position:relative;display:inline-block;margin-left:auto;width:100%;aspect-ratio:1/1}.page-opening-text-products{margin:2rem 0 0 0}.page-opening-text-products .breadcrumbs-holder{margin:0 0 1rem 0}.page-opening-text-products .flex-hold-opening-text-image .texts{position:relative;width:45%;padding:4.25rem 2.125rem 4.25rem 0}.page-opening-text-products .flex-hold-opening-text-image .texts .last-child-no-margin{max-width:36.875rem}.page-opening-text-products .flex-hold-opening-text-image .image{position:relative;z-index:2;width:55%}.opening-newsletter{margin-top:-5.5rem}.blog-post-date{margin-top:2.5rem}.blog-intro-text{margin-top:2.5rem}.page-opening-simple-spacer .last-child-no-margin{max-width:80%}.page-opening-simple-spacer.alignright .last-child-no-margin{float:right}.page-opening-simple-spacer.aligncenter .last-child-no-margin{margin:0 auto}.page-opening-simple-spacer{padding:1.5rem 0}.breadcrumbs-holder{margin-bottom:32px}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.mobile-only{display:none !important;visibility:hidden !important;pointer-events:none !important;margin:0 !important;padding:0 !important}.mobile-only img,.mobile-only video,.mobile-only iframe,.mobile-only *,.mobile-only *::after,.mobile-only *::before{display:none;visibility:hidden;pointer-events:none}.wrapper-padded,.content-area{width:100%;padding:0 3.5vw;max-width:calc(1376px + 3.5vw*2)}.wrapper-padded-slideshow{width:100%;padding:0 3.5vw;overflow:visible}.wrapper-padded-container{max-width:72.125rem}.wrapper-padded-more-924{max-width:57.75rem}.wrapper-padded-more-672{max-width:42rem}.module-paddings-top{padding-top:5rem}.module-paddings-top-big{padding-top:6.25rem}.module-no-paddings-top{padding-top:0}.module-paddings-bottom{padding-bottom:5rem}.module-paddings-bottom-big{padding-bottom:6.25rem}.module-no-paddings-bottom{padding-bottom:0}.sticky-element{position:sticky;top:calc(90px + 35px)}.modules-handler{margin-top:3.5rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.header-offset-anchor{position:absolute;display:block;top:-90px}.verticalize .module-stripe-image,.verticalize .module-stripe-text,.verticalize .flex-hold-child{display:flex;flex-direction:column;justify-content:center}.flex-hold .flex-hold-child-full{width:100%;padding:0 1rem 2rem 1rem}.flex-hold-minicart-info,.flex-hold-2{width:calc(100% + 1rem*2);left:-1rem}.flex-hold-minicart-info .flex-hold-child,.flex-hold-2 .flex-hold-child{width:50%;padding:0 1rem 2rem 1rem}.flex-hold-3{width:calc(100% + 2rem);left:-1rem}.flex-hold-3 .flex-hold-child{width:33.333333%;padding:0 1rem 2rem 1rem}.flex-hold-4{width:calc(100% + 2rem);left:-1rem}.flex-hold-4 .flex-hold-child{width:25%;padding:0 1rem 2rem 1rem}.flex-hold-6{width:calc(100% + 2rem);left:-1rem}.flex-hold-6 .flex-hold-child{width:16.666666%;padding:0 1rem 2rem 1rem}.flex-fix-column.left-fix .fix{order:1;width:400px;margin:0 1rem 2rem 0}.flex-fix-column.left-fix .nofix{order:2;width:calc(100% - 400px - 1rem);margin-right:0}.flex-fix-column.right-fix .fix{order:2;width:400px;margin:0 0 1rem 2rem}.flex-fix-column.right-fix .nofix{order:1;width:calc(100% - 400px - 1rem);margin-right:0}.flex-hold-stripe-module .module-stripe-image{width:50%}.flex-hold-stripe-module .module-stripe-text{width:50%}.editor-info{position:relative;z-index:30}.editor-info .admin-index{position:absolute;top:0;left:0;padding:7px 0;font-size:11px;line-height:11px;background-color:var(--color-1);color:var(--color-7)}.editor-info .admin-index .click-hide{background-color:var(--color-5);color:var(--color-1);padding:6px 8px;cursor:pointer}.editor-info .admin-index .hide-me{cursor:pointer;padding:5px 7px;margin-right:10px;font-weight:400}.editor-info .admin-index .hide-me.hidden-label{pointer-events:none;visibility:hidden;opacity:0;display:none}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.taxonomy-filters-container{position:relative;margin:1.5rem 0 0 0;border-radius:1rem;background-color:var(--color-4);color:var(--color-7)}.taxonomy-filters-container .taxonomy-checkboxes-list{padding:1.5rem}.taxonomy-filters-container .taxonomy-filter-title{font-weight:700}.taxonomy-links-list{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center;padding:1.5rem 1.5rem .5rem 1.5rem}.taxonomy-links-list .taxonomy-filter-title{margin-bottom:0}.taxonomy-links-list li{display:inline-block;margin:0 1rem 1rem 0}a.taxonomy-link:link,a.taxonomy-link:visited{display:inline-block;position:relative;width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:2.5rem;cursor:pointer;padding:.5rem 1.5rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:600;transition:all .3s linear}a.taxonomy-link:link.active,a.taxonomy-link:visited.active{box-shadow:inset 0px 0px 0px .25rem var(--color-5)}a.taxonomy-link:hover,a.taxonomy-link:hover{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .25rem var(--color-7)}.taxonomy-checkboxes-list{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center}.taxonomy-checkboxes-list .taxonomy-filter-title{margin-bottom:0}.taxonomy-checkboxes-list li{display:inline-block;margin-right:1rem;width:20%}.taxonomy-checkboxes-list li:first-child{width:auto}.advanced-filter{position:relative}.advanced-filter-open{width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:2.5rem;cursor:pointer;text-align:left;padding:.625rem 2.875rem .625rem 2rem;border:none;transition:all .2s linear}.advanced-filter-open:after{content:"";position:absolute;top:50%;right:1.5rem;transform:translate(0, -50%) rotate(0);display:inline-block;width:.875rem;height:.5rem;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/sub-menu-icon.svg);mask-repeat:no-repeat;mask-size:contain;background-color:currentColor;transition:all .2s linear;transform-origin:center}.advanced-filter-open:before{content:"";position:absolute;top:50%;left:.75rem;transform:translate(0, -50%);display:inline-block;width:.75rem;height:.75rem;border-radius:50%;background-color:var(--color-5);transition:all .2s linear;transform-origin:center;opacity:0}.advanced-filter-open:hover{box-shadow:inset 0px 0px 0px .25rem var(--color-7)}.advanced-filter-open.active{box-shadow:inset 0px 0px 0px .25rem var(--color-7)}.advanced-filter-open.active:after{transform:translate(0, -50%) rotate(180deg)}.advanced-filter-open p{margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.advanced-filter-open p small{font-weight:600;margin-bottom:.125rem;text-transform:uppercase}.advanced-filter-open.checked-items{box-shadow:inset 0px 0px 0px .25rem var(--color-5)}.advanced-filter-open.checked-items:before{opacity:1}.advanced-filter-list{position:absolute;z-index:80;display:block;width:110%;min-width:15.625rem;left:0;bottom:-0.625rem;transform:translate(0, 100%);visibility:hidden;pointer-events:none;opacity:0;border-radius:.5rem;border:solid .125rem var(--color-4);background-color:var(--color-7);overflow:hidden;transition:opacity .3s linear,visibility .2s linear}.advanced-filter-list.visible{visibility:visible;pointer-events:all;opacity:1}.advanced-filter-list .advanced-filter-inner{width:100%;position:relative;display:flex;flex-direction:column}.advanced-filter-list .advanced-filter-inner .scrollable-content{flex:1;overflow-y:auto;padding-bottom:0;max-height:30vh}.advanced-filter-list .advanced-filter-inner .scrollable-content p{display:none;visibility:hidden}.advanced-filter-list .advanced-filter-inner .top-element{display:none;visibility:hidden}.advanced-filter-list .advanced-filter-inner .bottom-element{position:sticky;bottom:0;left:0;width:100%;padding:.75rem 1rem;background-color:var(--color-7);border-top:solid .125rem var(--color-4)}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item{position:relative;width:100%;padding:.75rem 1rem;border-bottom:solid .125rem var(--color-4);background-color:var(--color-7)}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item input[type=checkbox],.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item input[type=radio]{position:relative;top:-0.3125rem}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item label,.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item span{cursor:pointer}.advanced-filter-list .advanced-filter-inner .advanced-filter-list-item:last-child{border-bottom:none}.advanced-filter-open-submit{width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:.25rem;cursor:pointer;text-align:left;padding:1rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:700;transition:all .3s linear}.advanced-filter-open-submit:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .125rem var(--color-4)}.list-active-filters{position:relative;margin-top:1.25rem;display:flex !important;flex-wrap:wrap !important;align-items:center}.list-active-filters p{margin-bottom:0}.list-active-filters li{margin:0 .5rem .5rem 0}.list-active-filters .remove-filter{position:relative;width:100%;color:var(--color-4);background-color:var(--color-6);box-shadow:inset 0px 0px 0px .0625rem var(--color-4);border-radius:1.5rem;cursor:pointer;text-align:left;padding:.25rem 2.375rem .25rem .75rem;border:none;font-size:.875rem;line-height:1.1875rem;font-weight:600;transition:all .3s linear}.list-active-filters .remove-filter:hover{color:var(--color-4);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .125rem var(--color-4)}.list-active-filters .remove-filter:after{content:"";position:absolute;top:50%;right:.75rem;transform:translate(0, -50%) rotate(0);display:block;width:1.25rem;height:1.25rem;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/remove-filter.svg);mask-repeat:no-repeat;mask-size:contain;background-color:currentColor;transition:all .2s linear;transform-origin:center}.suggested-terms-list{position:relative;display:block;margin-top:3.1875rem}.suggested-terms-list li{display:inline-block;margin:0 1rem 1rem 0}.suggested-terms-list li:first-child{display:block;width:100%}.suggested-terms-list a:link,.suggested-terms-list a:visited{display:inline-block;position:relative;width:100%;color:var(--color-1);background-color:var(--color-7);box-shadow:inset 0px 0px 0px .0625rem var(--color-1);border-radius:.25rem;cursor:pointer;padding:.5rem 1.5rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:600;transition:all .3s linear}.suggested-terms-list a:link.active,.suggested-terms-list a:visited.active{color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .25rem var(--color-1)}.suggested-terms-list a:hover,.suggested-terms-list a:hover{color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .25rem var(--color-1)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.single-product .product-type-gift-card p.price{display:none !important;visibility:hidden !important}.single-product .woocommerce-notices-wrapper{position:relative;z-index:2;margin:1.5rem 0 0 0}.single-product .woocommerce-notices-wrapper .woocommerce-message{margin-bottom:0}.single-product .product{position:relative;width:100%;display:flex !important;flex-wrap:wrap !important;margin:1.5rem 0 3.5rem 0}.single-product .product .custom-product-gallery{width:55%;position:relative}.single-product .product .custom-product-gallery .custom-product-gallery-list li,.single-product .product .custom-product-gallery .custom-video-gallery-list li{margin-bottom:1.5rem}.single-product .product .custom-product-gallery .custom-product-gallery-list li:last-child,.single-product .product .custom-product-gallery .custom-video-gallery-list li:last-child{margin-bottom:0}.single-product .product .summary{position:relative;width:45%;padding-left:2rem}.single-product .product .summary .inner{position:sticky;top:calc(90px + 1.5rem)}.single-product .product .summary .breadcrumbs-holder{margin-bottom:1.5rem}.single-product .product .summary .as-h4,.single-product .product .summary h1{margin-bottom:.5rem}.single-product .product .summary h1{color:var(--color-4)}.single-product .product .summary .product-editore{margin-bottom:0;color:var(--color-2)}.single-product .product .summary .product-editore a{color:var(--color-2)}.single-product .product .summary .product-formati-disco{margin-bottom:.3125rem;color:var(--color-2)}.single-product .product .summary .product-formati-disco a{color:var(--color-2)}.single-product .product .summary .product-dettagli{margin-top:2.5rem}.single-product .product .summary .product-corso-info,.single-product .product .summary .product-descrizione-breve{margin-top:2.5rem}.single-product .product .summary .product-descrizione-breve p{color:var(--color-2)}.single-product .product .summary .product-descrizione-breve details p{margin-bottom:2.5rem}.single-product .product .summary .product-player-embed{position:relative;width:100%;margin-top:1.5rem}.single-product .product .summary .product-player-embed iframe{width:100%;height:auto}.single-product .product .summary details{margin-top:1rem;color:var(--color-2)}.single-product .product .summary details summary{font-weight:600;margin-bottom:.75rem;color:var(--color-1)}.single-product .product .summary details summary:before{width:.625rem}.single-product .product .summary .variations{width:100%}.single-product .product .summary .price{display:block;margin:2.5rem 0 1rem 0;font-size:1.875rem;line-height:2.0625rem;font-weight:500}.single-product .product .summary .price.hidden{display:none;visibility:hidden}.single-product .product .summary .price ins{background-color:rgba(0,0,0,0)}.single-product .product .summary .price .percent-discount{position:relative;top:-0.375rem;display:inline-block;margin:0 0 0 .3125rem;font-size:.875rem;line-height:1.1875rem;background-color:var(--color-5);color:var(--color-1);border-radius:.125rem;padding:.1875rem .375rem}.single-product .product .summary .price .original-price{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:400;color:var(--color-2)}.single-product .product .summary .stock{font-size:1rem;line-height:1.25rem;text-transform:uppercase}.single-product .product .summary .product-additional-details{margin-top:3rem}.single-product .product .summary .product-additional-details summary{font-size:1.375rem;line-height:1.6875rem;font-weight:400;margin-bottom:.5rem}.single-product .product .summary .product-additional-details summary:before{width:.9375rem}.vk-single-product-categories{width:100%;margin-bottom:2rem}.vk-single-product-categories li{display:inline-block;margin:0 .5rem .5rem 0}.vk-single-product-categories li a{display:block}a.cat-as-button:link,a.cat-as-button:visited,.fake-link{font-size:.875rem;line-height:1.1875rem;border:solid .0625rem var(--color-1);background-color:var(--color-7);color:var(--color-1);padding:.375rem .5rem}a.cat-as-button:link.main,a.cat-as-button:visited.main,.fake-link.main{background-color:var(--color-8)}a.cat-as-button:link .category-icon,a.cat-as-button:visited .category-icon,.fake-link .category-icon{display:inline-block;height:1.1875rem;width:auto;margin-right:.375rem}a.cat-as-button:hover,a.cat-as-button:active{text-decoration:underline;text-decoration-thickness:.125rem}.flex-hold-cart-form{margin:2.5rem 0 0 0}.flex-hold-cart-form .single_variation_wrap{width:100%}.flex-hold-cart-form .single_variation_wrap .woocommerce-variation{width:100%}.flex-hold-cart-form .single_variation_wrap .woocommerce-variation-add-to-cart{width:100%;display:flex !important;flex-wrap:wrap !important}.flex-hold-cart-form .reset_variations{display:none !important;visibility:hidden !important}.flex-hold-cart-form .price{margin:0 0 1rem 0 !important}.flex-hold-cart-form .label,.flex-hold-cart-form .value{display:block;width:100%}.flex-hold-cart-form .label{margin-bottom:.5rem}.flex-hold-cart-form .single_add_to_cart_button{width:calc(100% - 2.5rem - 1rem);height:2.625rem;margin-right:1rem}.flex-hold-cart-form .wishlist-button-hold{width:2.5rem;height:2.625rem;overflow:hidden}.grouped-products-container{position:relative;margin:1.5rem 0 0 0}.grouped-products-container .flex-hold-grouped-product-item{border-bottom:solid .0625rem var(--color-4);padding:0 0 1.25rem 0;margin:2.0625rem 0 0 0}.grouped-products-container .flex-hold-grouped-product-item .image{width:5.5rem}.grouped-products-container .flex-hold-grouped-product-item .image .no-the-100{aspect-ratio:1/1;border-radius:.5rem;overflow:hidden;background-color:var(--color-4)}.grouped-products-container .flex-hold-grouped-product-item .txts{width:calc(100% - 5.5rem);padding:0 0 0 1.5rem}.grouped-products-container .flex-hold-grouped-product-item .vk-single-product-categories{margin-bottom:.75rem}.grouped-products-container .flex-hold-grouped-product-item .flex-hold-child{padding-bottom:0}.grouped-products-container .flex-hold-grouped-product-item .as-h4{margin-bottom:0 !important}.grouped-products-container .flex-hold-grouped-product-item .price{margin:0 !important;text-align:right;font-size:1rem !important;line-height:1.375rem !important}.grouped-products-container .flex-hold-grouped-product-item .price .percent-discount{top:-0.05rem !important}.product-longform{margin-bottom:5rem}.product-buy-reminder{position:fixed;z-index:995;left:0;display:block;width:100%;padding:1.625rem 0;border-bottom:solid .0625rem var(--color-1);text-align:center;opacity:1;visibility:visible;transition:opacity .2s linear,visibility .2s}.product-buy-reminder.hidden{opacity:0;visibility:hidden}.product-buy-reminder .default-button{width:100%}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.checkout-holder{margin:0 0 5rem 0}.checkout-holder #order_review_heading{display:none;visibility:hidden}.checkout-holder #order_review_heading-new{font-size:1.375rem;line-height:1.6875rem;margin-bottom:1.4375rem}.checkout-holder .checkout{display:flex !important;flex-wrap:wrap !important}.checkout-holder .checkout h3{margin-bottom:.625rem}.checkout-holder .checkout .woocommerce-NoticeGroup-checkout{width:100%}.checkout-holder .checkout .col2-set{width:60%;padding-right:2rem}.checkout-holder .checkout .col2-set .col-1{width:100%}.checkout-holder .checkout .col2-set .col-2{width:100%}.checkout-holder .checkout .order-review-box{width:40%}.checkout-holder .checkout .order-review-box label{font-weight:400}.checkout-holder .checkout .order-review-box .woocommerce-checkout-review-order{position:sticky;top:calc(90px + 1.875rem);border-radius:.25rem;background-color:var(--color-7);border:solid .0625rem var(--color-1);padding:1.5rem}.woocommerce-checkout-review-order #place_order{width:100%}.form-row{width:100% !important;float:none !important}.form-row label{margin-bottom:0 !important}.woocommerce input[type=checkbox],.woocommerce input[type=radio]{position:relative;margin:0 .1875rem 0 0 !important;top:-0.625rem}.woocommerce .wc_payment_methods input[type=checkbox],.woocommerce .wc_payment_methods input[type=radio],.woocommerce #ship-to-different-address input[type=checkbox],.woocommerce #ship-to-different-address input[type=radio]{position:relative;margin:0 .1875rem 0 0 !important;top:-0.25rem}.woocommerce-checkout-payment{background-color:var(--color-8) !important}.payment_box{background-color:var(--color-7) !important}.payment_box:before{border-bottom-color:var(--color-7) !important}.checkout_coupon{width:100% !important;border:solid .0625rem var(--color-2) !important;padding:1.5rem !important;border-radius:.3125rem !important}.cart-holder{width:100%;display:flex !important;flex-wrap:wrap !important;margin:2.0625rem 0 5rem 0}.cart-holder .woocommerce-cart-form{width:60%;padding-right:2rem}.cart-holder .woocommerce-cart-form .shop_table{display:none !important;visibility:hidden !important}.cart-holder .cart-collaterals{width:40%}.cart-holder .cart-collaterals .cart_totals{float:none !important;width:100% !important;position:sticky;top:calc(90px + 1.875rem);border-radius:.25rem;background-color:var(--color-7);border:solid .0625rem var(--color-1);padding:1.5rem}.cart-holder .cart-collaterals .cart_totals h2{font-size:1.375rem;line-height:1.6875rem;margin-bottom:1.4375rem}.cart-holder .cart-collaterals .wc-proceed-to-checkout .checkout-button{display:block;width:100%;float:none !important;font-family:"Inter",sans-serif;font-weight:700;position:relative;display:inline-block;border-radius:.25rem;text-align:center !important;text-decoration:none !important;border:none;transition:all .3s linear;cursor:pointer;color:var(--color-7) !important;background-color:var(--color-4) !important;box-shadow:inset 0px 0px 0px 0 var(--color-4) !important;padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.375rem;margin:.75rem 0 0 0 !important}.cart-holder .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover{color:var(--color-4) !important;background-color:var(--color-7) !important;box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}.coupon{margin:0 0 1.5rem 0}[name=coupon_code]{max-width:calc(100% - 14.25rem);margin:0 .75rem 0 0 !important}.woocommerce-checkout-form-coupon [name=coupon_code]{width:100% !important;max-width:100% !important}[name=save_address],[name=apply_coupon],[name=update_cart]{font-family:"Inter",sans-serif !important;font-weight:700 !important;position:relative !important;display:inline-block !important;border-radius:.25rem !important;text-align:center !important !important;text-decoration:none !important !important;border:none !important;transition:all .3s linear;cursor:pointer !important;color:var(--color-4) !important;background-color:var(--color-6) !important;box-shadow:inset 0px 0px 0px .0625rem var(--color-4) !important;padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.375rem}[name=save_address]:hover,[name=apply_coupon]:hover,[name=update_cart]:hover{background-color:var(--color-7);box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}[name=apply_coupon]{width:13.125rem}[name=update_cart]{width:100%}.shipping-calculator-button{text-decoration:underline}.checkout-heading-separator{margin-top:2rem !important}.ppcp-messages{margin-bottom:2rem}.woocommerce form .form-row .woocommerce-input-wrapper .description{display:block !important;float:none !important;background-color:var(--color-6) !important;color:var(--color-1) !important;padding:0 !important}.woocommerce form .form-row .woocommerce-input-wrapper .description:before{display:none !important;visibility:hidden !important}.woocommerce-notice--success.woocommerce-thankyou-order-received{font-size:2.75rem;line-height:3.25rem;margin:0 0 2.5rem}.shop_table.shop_table_responsive,.woocommerce-checkout-review-order-table{display:flex !important;flex-direction:column !important;width:100%;border-collapse:separate !important;gap:0 !important;background:none !important;border:none !important;padding:0 !important}.shop_table.shop_table_responsive .includes_tax,.woocommerce-checkout-review-order-table .includes_tax{display:block !important}.shop_table.shop_table_responsive .cart_item,.woocommerce-checkout-review-order-table .cart_item{border-bottom:solid .0625rem var(--color-3) !important}.shop_table tr,.woocommerce-checkout-review-order-table tr{display:flex !important;justify-content:space-between;align-items:flex-start;padding:0 !important;background:none !important}.shop_table thead,.shop_table tbody,.shop_table tfoot,.woocommerce-checkout-review-order-table thead,.woocommerce-checkout-review-order-table tbody,.woocommerce-checkout-review-order-table tfoot{display:contents !important}.shop_table th,.woocommerce-checkout-review-order-table th{display:block !important;width:70% !important;flex:none !important;font-weight:400;text-align:left !important;padding:.5rem 0 .5rem 0 !important;border:none !important;background:none !important}.shop_table th.product-total,.woocommerce-checkout-review-order-table th.product-total{width:30% !important;text-align:right !important}.shop_table td,.woocommerce-checkout-review-order-table td{display:block !important;width:70% !important;flex:none !important;text-align:left !important;padding:.5rem 0 .5rem 0 !important;border:none !important;background:none !important;font-weight:400}.shop_table td:last-child,.woocommerce-checkout-review-order-table td:last-child,.shop_table td.product-total,.woocommerce-checkout-review-order-table td.product-total{width:30% !important;text-align:right !important}dd p{margin-bottom:0 !important;display:inline !important}.cart-subtotal{border-bottom:solid .0625rem var(--color-1) !important}.woocommerce-shipping-totals{background:none !important}.woocommerce-shipping-totals.shipping{display:block !important;width:100% !important;padding:0 !important}.woocommerce-shipping-totals.shipping .amount{font-weight:400 !important}.woocommerce-shipping-totals.shipping th{display:block !important;width:100% !important;margin-bottom:0;font-size:16px;font-weight:400;background:none !important;border:none !important;padding:.5rem 0 0 0 !important;text-align:left !important}.woocommerce-shipping-totals.shipping td{display:block !important;width:100% !important;text-align:left !important;background:none !important;border:none !important;padding:.5rem 0 .5rem 0 !important}.cart-discount{background:none !important}.order-total{border-top:solid .0625rem var(--color-1) !important;background:none !important;font-size:1.375rem !important;line-height:1.6875rem !important}.order-total th{font-weight:400 !important}.order-total{font-size:16px;font-weight:400}.woocommerce-shipping-methods{list-style:none;padding:0;margin:0}.woocommerce-shipping-methods li{padding:0;border:none !important;background:none !important}.woocommerce-shipping-methods label{margin-left:.25rem;cursor:pointer}}@media screen and (min-width: 1024px)and (max-width: 768px){.shop_table tr,.woocommerce-checkout-review-order-table tr{flex-direction:column;align-items:flex-start;gap:.3125rem}.shop_table th,.shop_table td,.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{width:100% !important;text-align:left !important}.shop_table th,.woocommerce-checkout-review-order-table th{font-size:14px;margin-bottom:.3125rem}}@media screen and (min-width: 1024px){.woocommerce-order .woocommerce-customer-details address,.woocommerce-order .woocommerce-table--order-details,.woocommerce-order .order_details{padding:1.5rem !important;border:solid .0625rem var(--color-1) !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.woocommerce-MyAccount-navigation{position:relative;margin:1.5rem 0;border-radius:1rem;background-color:var(--color-4);color:var(--color-7)}.woocommerce-MyAccount-navigation ul{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center;padding:1.5rem 1.5rem .5rem 1.5rem}.woocommerce-MyAccount-navigation ul .taxonomy-filter-title{margin-bottom:0}.woocommerce-MyAccount-navigation ul li{display:inline-block;margin:0 1rem 1rem 0}.woocommerce-MyAccount-navigation ul li.is-active a:link,.woocommerce-MyAccount-navigation ul li.is-active a:visited{box-shadow:inset 0px 0px 0px .25rem var(--color-5)}.woocommerce-MyAccount-navigation ul a:link,.woocommerce-MyAccount-navigation ul a:visited{display:inline-block;position:relative;width:100%;color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .0625rem var(--color-7);border-radius:2.5rem;cursor:pointer;padding:.5rem 1.5rem;border:none;text-align:center;font-size:1rem;line-height:1.375rem;font-weight:600;transition:all .3s linear}.woocommerce-MyAccount-navigation ul a:hover,.woocommerce-MyAccount-navigation ul a:hover{color:var(--color-7);background-color:var(--color-4);box-shadow:inset 0px 0px 0px .125rem var(--color-7)}.woocommerce-MyAccount-content a:link,.woocommerce-MyAccount-content a:visited{text-decoration:underline}.woocommerce-MyAccount-content a:active,.woocommerce-MyAccount-content a:hover{text-decoration-thickness:.125rem}.woocommerce-MyAccount-content .woocommerce-address-fields{max-width:42rem}.woocommerce-MyAccount-content table{width:100% !important;max-width:100% !important}.u-columns{margin:1.5rem 0;width:100%;display:flex !important;flex-wrap:wrap !important}.u-columns a:link,.u-columns a:visited{text-decoration:underline}.u-columns a:active,.u-columns a:hover{text-decoration-thickness:.125rem}.u-columns .u-column1,.u-columns .u-column2{width:calc(50% - 1.75rem) !important;border:solid .0625rem var(--color-2) !important;padding:1.5rem !important;border-radius:.3125rem !important}.u-columns .u-column1{margin-right:1.75rem}.u-columns .u-column2{margin-left:1.75rem}.woocommerce-form-login,.woocommerce-form-register{border:none !important;padding:0 !important}.woocommerce-form-login input[type=checkbox],.woocommerce-form-login input[type=radio],.woocommerce-form-register input[type=checkbox],.woocommerce-form-register input[type=radio]{top:-0.25rem}.woocommerce-form-login__rememberme{display:block;width:100%}.woocommerce-ResetPassword,.checkout-login-wrapper{width:calc(50% - 1.75rem) !important;border:solid .0625rem var(--color-2) !important;padding:1.5rem !important;border-radius:.3125rem !important}.woocommerce-ResetPassword .wc-social-login,.checkout-login-wrapper .wc-social-login{display:block !important;margin-bottom:15px}.woocommerce-ResetPassword{margin:1.5rem 0}.woocommerce-ResetPassword .woocommerce-Button,.woocommerce-form-register__submit,.woocommerce-form-login__submit,.wc-backward{display:block;float:none !important;font-family:"Inter",sans-serif;font-weight:700;position:relative;display:inline-block;border-radius:.25rem;text-align:center !important;text-decoration:none !important;border:none;transition:all .3s linear;cursor:pointer;color:var(--color-7) !important;background-color:var(--color-4) !important;box-shadow:inset 0px 0px 0px 0 var(--color-4) !important;padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.375rem;margin:.75rem 0 0 0 !important}.woocommerce-ResetPassword .woocommerce-Button:hover,.woocommerce-form-register__submit:hover,.woocommerce-form-login__submit:hover,.wc-backward:hover{color:var(--color-4) !important;background-color:var(--color-7) !important;box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}.wc-social-login{margin:0 0 1.25rem 0}.button-social-login{color:var(--color-7) !important;background-color:var(--color-4) !important;box-shadow:inset 0px 0px 0px 0 var(--color-4) !important;padding:.375rem 2.625rem .375rem 1.5rem !important;font-size:1rem;line-height:1.375rem;margin:0 1.5rem 0 0 !important;text-decoration:none !important}.button-social-login:hover{color:var(--color-4) !important;background-color:var(--color-7) !important;box-shadow:inset 0px 0px 0px .25rem var(--color-4) !important}.button-social-login span{position:relative !important;padding:0 !important;background-image:none !important;background-color:var(--color-4) !important;mask-repeat:no-repeat;mask-size:contain;background-color:currentColor !important;mask-position:50% 50%;width:1rem !important}.button-social-login.button-social-login-facebook span{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/facebook-f.svg)}.button-social-login.button-social-login-google span{mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/google.svg)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.tinv-wishlist .woocommerce-info,.tinv-wishlist .woocommerce-message,.wc-empty-cart-message .woocommerce-info,.wc-empty-cart-message .woocommerce-message,.final-notifications .woocommerce-info,.final-notifications .woocommerce-message,.woocommerce-notices-wrapper .woocommerce-info,.woocommerce-notices-wrapper .woocommerce-message,.woocommerce-form-login-toggle .woocommerce-info,.woocommerce-form-login-toggle .woocommerce-message,.woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-form-coupon-toggle .woocommerce-message,.woocommerce-MyAccount-content .woocommerce-info,.woocommerce-MyAccount-content .woocommerce-message{border-top:none;background-color:var(--color-5) !important;color:var(--color-1) !important;border-radius:.25rem !important;padding:1rem 1.5rem;margin:1.5rem 0 0 0}.tinv-wishlist .woocommerce-info:last-of-type,.tinv-wishlist .woocommerce-message:last-of-type,.wc-empty-cart-message .woocommerce-info:last-of-type,.wc-empty-cart-message .woocommerce-message:last-of-type,.final-notifications .woocommerce-info:last-of-type,.final-notifications .woocommerce-message:last-of-type,.woocommerce-notices-wrapper .woocommerce-info:last-of-type,.woocommerce-notices-wrapper .woocommerce-message:last-of-type,.woocommerce-form-login-toggle .woocommerce-info:last-of-type,.woocommerce-form-login-toggle .woocommerce-message:last-of-type,.woocommerce-form-coupon-toggle .woocommerce-info:last-of-type,.woocommerce-form-coupon-toggle .woocommerce-message:last-of-type,.woocommerce-MyAccount-content .woocommerce-info:last-of-type,.woocommerce-MyAccount-content .woocommerce-message:last-of-type{margin:1.5rem 0}.tinv-wishlist .woocommerce-info:before,.tinv-wishlist .woocommerce-message:before,.wc-empty-cart-message .woocommerce-info:before,.wc-empty-cart-message .woocommerce-message:before,.final-notifications .woocommerce-info:before,.final-notifications .woocommerce-message:before,.woocommerce-notices-wrapper .woocommerce-info:before,.woocommerce-notices-wrapper .woocommerce-message:before,.woocommerce-form-login-toggle .woocommerce-info:before,.woocommerce-form-login-toggle .woocommerce-message:before,.woocommerce-form-coupon-toggle .woocommerce-info:before,.woocommerce-form-coupon-toggle .woocommerce-message:before,.woocommerce-MyAccount-content .woocommerce-info:before,.woocommerce-MyAccount-content .woocommerce-message:before{display:none;visibility:hidden}.tinv-wishlist .woocommerce-info a:link,.tinv-wishlist .woocommerce-info a:visited,.tinv-wishlist .woocommerce-message a:link,.tinv-wishlist .woocommerce-message a:visited,.wc-empty-cart-message .woocommerce-info a:link,.wc-empty-cart-message .woocommerce-info a:visited,.wc-empty-cart-message .woocommerce-message a:link,.wc-empty-cart-message .woocommerce-message a:visited,.final-notifications .woocommerce-info a:link,.final-notifications .woocommerce-info a:visited,.final-notifications .woocommerce-message a:link,.final-notifications .woocommerce-message a:visited,.woocommerce-notices-wrapper .woocommerce-info a:link,.woocommerce-notices-wrapper .woocommerce-info a:visited,.woocommerce-notices-wrapper .woocommerce-message a:link,.woocommerce-notices-wrapper .woocommerce-message a:visited,.woocommerce-form-login-toggle .woocommerce-info a:link,.woocommerce-form-login-toggle .woocommerce-info a:visited,.woocommerce-form-login-toggle .woocommerce-message a:link,.woocommerce-form-login-toggle .woocommerce-message a:visited,.woocommerce-form-coupon-toggle .woocommerce-info a:link,.woocommerce-form-coupon-toggle .woocommerce-info a:visited,.woocommerce-form-coupon-toggle .woocommerce-message a:link,.woocommerce-form-coupon-toggle .woocommerce-message a:visited,.woocommerce-MyAccount-content .woocommerce-info a:link,.woocommerce-MyAccount-content .woocommerce-info a:visited,.woocommerce-MyAccount-content .woocommerce-message a:link,.woocommerce-MyAccount-content .woocommerce-message a:visited{font-weight:600;color:var(--color-1);text-decoration:underline}.tinv-wishlist .woocommerce-info a:active,.tinv-wishlist .woocommerce-info a:hover,.tinv-wishlist .woocommerce-message a:active,.tinv-wishlist .woocommerce-message a:hover,.wc-empty-cart-message .woocommerce-info a:active,.wc-empty-cart-message .woocommerce-info a:hover,.wc-empty-cart-message .woocommerce-message a:active,.wc-empty-cart-message .woocommerce-message a:hover,.final-notifications .woocommerce-info a:active,.final-notifications .woocommerce-info a:hover,.final-notifications .woocommerce-message a:active,.final-notifications .woocommerce-message a:hover,.woocommerce-notices-wrapper .woocommerce-info a:active,.woocommerce-notices-wrapper .woocommerce-info a:hover,.woocommerce-notices-wrapper .woocommerce-message a:active,.woocommerce-notices-wrapper .woocommerce-message a:hover,.woocommerce-form-login-toggle .woocommerce-info a:active,.woocommerce-form-login-toggle .woocommerce-info a:hover,.woocommerce-form-login-toggle .woocommerce-message a:active,.woocommerce-form-login-toggle .woocommerce-message a:hover,.woocommerce-form-coupon-toggle .woocommerce-info a:active,.woocommerce-form-coupon-toggle .woocommerce-info a:hover,.woocommerce-form-coupon-toggle .woocommerce-message a:active,.woocommerce-form-coupon-toggle .woocommerce-message a:hover,.woocommerce-MyAccount-content .woocommerce-info a:active,.woocommerce-MyAccount-content .woocommerce-info a:hover,.woocommerce-MyAccount-content .woocommerce-message a:active,.woocommerce-MyAccount-content .woocommerce-message a:hover{color:var(--color-1);text-decoration-thickness:.125rem}.tinv-wishlist .woocommerce-error,.tinv-wishlist .product-unavailable-notice,.wc-empty-cart-message .woocommerce-error,.wc-empty-cart-message .product-unavailable-notice,.final-notifications .woocommerce-error,.final-notifications .product-unavailable-notice,.woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .product-unavailable-notice,.woocommerce-form-login-toggle .woocommerce-error,.woocommerce-form-login-toggle .product-unavailable-notice,.woocommerce-form-coupon-toggle .woocommerce-error,.woocommerce-form-coupon-toggle .product-unavailable-notice,.woocommerce-MyAccount-content .woocommerce-error,.woocommerce-MyAccount-content .product-unavailable-notice{border-top:none;background-color:var(--color-form-error) !important;color:var(--color-7) !important;border-radius:.25rem !important;padding:1rem 1.5rem;margin:1.5rem 0 0 0}.tinv-wishlist .woocommerce-error:last-of-type,.tinv-wishlist .product-unavailable-notice:last-of-type,.wc-empty-cart-message .woocommerce-error:last-of-type,.wc-empty-cart-message .product-unavailable-notice:last-of-type,.final-notifications .woocommerce-error:last-of-type,.final-notifications .product-unavailable-notice:last-of-type,.woocommerce-notices-wrapper .woocommerce-error:last-of-type,.woocommerce-notices-wrapper .product-unavailable-notice:last-of-type,.woocommerce-form-login-toggle .woocommerce-error:last-of-type,.woocommerce-form-login-toggle .product-unavailable-notice:last-of-type,.woocommerce-form-coupon-toggle .woocommerce-error:last-of-type,.woocommerce-form-coupon-toggle .product-unavailable-notice:last-of-type,.woocommerce-MyAccount-content .woocommerce-error:last-of-type,.woocommerce-MyAccount-content .product-unavailable-notice:last-of-type{margin:1.5rem 0}.tinv-wishlist .woocommerce-error:before,.tinv-wishlist .product-unavailable-notice:before,.wc-empty-cart-message .woocommerce-error:before,.wc-empty-cart-message .product-unavailable-notice:before,.final-notifications .woocommerce-error:before,.final-notifications .product-unavailable-notice:before,.woocommerce-notices-wrapper .woocommerce-error:before,.woocommerce-notices-wrapper .product-unavailable-notice:before,.woocommerce-form-login-toggle .woocommerce-error:before,.woocommerce-form-login-toggle .product-unavailable-notice:before,.woocommerce-form-coupon-toggle .woocommerce-error:before,.woocommerce-form-coupon-toggle .product-unavailable-notice:before,.woocommerce-MyAccount-content .woocommerce-error:before,.woocommerce-MyAccount-content .product-unavailable-notice:before{display:none;visibility:hidden}.tinv-wishlist .woocommerce-error a:link,.tinv-wishlist .woocommerce-error a:visited,.tinv-wishlist .product-unavailable-notice a:link,.tinv-wishlist .product-unavailable-notice a:visited,.wc-empty-cart-message .woocommerce-error a:link,.wc-empty-cart-message .woocommerce-error a:visited,.wc-empty-cart-message .product-unavailable-notice a:link,.wc-empty-cart-message .product-unavailable-notice a:visited,.final-notifications .woocommerce-error a:link,.final-notifications .woocommerce-error a:visited,.final-notifications .product-unavailable-notice a:link,.final-notifications .product-unavailable-notice a:visited,.woocommerce-notices-wrapper .woocommerce-error a:link,.woocommerce-notices-wrapper .woocommerce-error a:visited,.woocommerce-notices-wrapper .product-unavailable-notice a:link,.woocommerce-notices-wrapper .product-unavailable-notice a:visited,.woocommerce-form-login-toggle .woocommerce-error a:link,.woocommerce-form-login-toggle .woocommerce-error a:visited,.woocommerce-form-login-toggle .product-unavailable-notice a:link,.woocommerce-form-login-toggle .product-unavailable-notice a:visited,.woocommerce-form-coupon-toggle .woocommerce-error a:link,.woocommerce-form-coupon-toggle .woocommerce-error a:visited,.woocommerce-form-coupon-toggle .product-unavailable-notice a:link,.woocommerce-form-coupon-toggle .product-unavailable-notice a:visited,.woocommerce-MyAccount-content .woocommerce-error a:link,.woocommerce-MyAccount-content .woocommerce-error a:visited,.woocommerce-MyAccount-content .product-unavailable-notice a:link,.woocommerce-MyAccount-content .product-unavailable-notice a:visited{font-weight:600;color:var(--color-7);text-decoration:underline}.tinv-wishlist .woocommerce-error a:active,.tinv-wishlist .woocommerce-error a:hover,.tinv-wishlist .product-unavailable-notice a:active,.tinv-wishlist .product-unavailable-notice a:hover,.wc-empty-cart-message .woocommerce-error a:active,.wc-empty-cart-message .woocommerce-error a:hover,.wc-empty-cart-message .product-unavailable-notice a:active,.wc-empty-cart-message .product-unavailable-notice a:hover,.final-notifications .woocommerce-error a:active,.final-notifications .woocommerce-error a:hover,.final-notifications .product-unavailable-notice a:active,.final-notifications .product-unavailable-notice a:hover,.woocommerce-notices-wrapper .woocommerce-error a:active,.woocommerce-notices-wrapper .woocommerce-error a:hover,.woocommerce-notices-wrapper .product-unavailable-notice a:active,.woocommerce-notices-wrapper .product-unavailable-notice a:hover,.woocommerce-form-login-toggle .woocommerce-error a:active,.woocommerce-form-login-toggle .woocommerce-error a:hover,.woocommerce-form-login-toggle .product-unavailable-notice a:active,.woocommerce-form-login-toggle .product-unavailable-notice a:hover,.woocommerce-form-coupon-toggle .woocommerce-error a:active,.woocommerce-form-coupon-toggle .woocommerce-error a:hover,.woocommerce-form-coupon-toggle .product-unavailable-notice a:active,.woocommerce-form-coupon-toggle .product-unavailable-notice a:hover,.woocommerce-MyAccount-content .woocommerce-error a:active,.woocommerce-MyAccount-content .woocommerce-error a:hover,.woocommerce-MyAccount-content .product-unavailable-notice a:active,.woocommerce-MyAccount-content .product-unavailable-notice a:hover{color:var(--color-7);text-decoration-thickness:.125rem}.woocommerce-notices-wrapper .woocommerce-message .wc-forward{display:none;visibility:hidden}.entry-summary .woocommerce-message p{margin-bottom:0}.entry-summary .woocommerce-message.product-unavailable-notice,.entry-summary .woocommerce-message.product-puchased-notice{border-top:none;border-radius:.25rem !important;padding:1rem 1.5rem;margin:1.5rem 0 0 0}.entry-summary .woocommerce-message.product-unavailable-notice:last-of-type,.entry-summary .woocommerce-message.product-puchased-notice:last-of-type{margin:1.5rem 0}.entry-summary .woocommerce-message.product-unavailable-notice:before,.entry-summary .woocommerce-message.product-puchased-notice:before{display:none;visibility:hidden}.entry-summary .woocommerce-message.product-unavailable-notice{background-color:var(--color-form-error) !important;color:var(--color-7) !important}.entry-summary .woocommerce-message.product-unavailable-notice a:link,.entry-summary .woocommerce-message.product-unavailable-notice a:visited{font-weight:600;color:var(--color-7);text-decoration:underline}.entry-summary .woocommerce-message.product-unavailable-notice a:active,.entry-summary .woocommerce-message.product-unavailable-notice a:hover{color:var(--color-7);text-decoration-thickness:.125rem}.entry-summary .woocommerce-message.product-puchased-notice{background-color:var(--color-5) !important;color:var(--color-1) !important}.entry-summary .woocommerce-message.product-puchased-notice a:link,.entry-summary .woocommerce-message.product-puchased-notice a:visited{font-weight:600;color:var(--color-1);text-decoration:underline}.entry-summary .woocommerce-message.product-puchased-notice a:active,.entry-summary .woocommerce-message.product-puchased-notice a:hover{color:var(--color-1);text-decoration-thickness:.125rem}.woocommerce-MyAccount-content .woocommerce-info,.woocommerce-MyAccount-content .woocommerce-message{margin-bottom:2rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.listing-grid-container{margin:5rem 0}.grid-listing-image{position:relative;margin-bottom:24px}.product-listing{margin:3.75rem 0 0 0}.archive-switch{margin-top:1.75rem;padding-top:2.5rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-text .with-line{padding-top:2.375rem}.module-text.with-deco:before,.module-text.with-deco:after{content:"";position:absolute;display:block;width:15.625rem;height:15.625rem;background-size:contain;background-repeat:no-repeat}.module-text.with-deco:before{top:6vh;right:0;transform:translate(50%, 0) rotate(-60deg);background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/module-text-deco-1.svg)}.module-text.with-deco:after{bottom:3vh;left:0;transform:translate(-50%, -15.625rem) rotate(120deg);background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/module-text-deco-1.svg)}.module-embed .with-line{padding-top:2.375rem}.mod-mix-match{padding:4rem 0 2rem 0}.mod-mix-match.module-paddings-top{margin-top:5rem}.mod-mix-match.module-paddings-top-big{margin-top:6.25rem}.mod-mix-match.module-no-paddings-top{margin-top:0}.mod-mix-match.module-paddings-bottom{margin-bottom:5rem}.mod-mix-match.module-paddings-bottom-big{margin-bottom:6.25rem}.mod-mix-match.module-no-paddings-bottom{margin-bottom:0}.flex-hold-contatti .texts{width:45%;padding-right:2rem}.flex-hold-contatti .form{width:55%;border-radius:.25rem;background-color:var(--color-7);border:solid .0625rem var(--color-4);padding:2rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-products-slider .product-slider-section{padding:3.75rem 0 3.75rem 0}.module-products-slider-categories{width:100%;display:flex !important;flex-wrap:wrap !important;align-items:center}.module-products-slider-categories li{display:inline-block;margin:0 .75rem .75rem 0}.module-products-slider-categories li p{margin-bottom:0;color:var(--color-4);text-transform:uppercase}.module-products-slider-categories li:last-child{margin-right:0}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-banner .with-line{padding-top:2.375rem}.module-banner .page-opening-text-image{margin-top:0}.module-banner .page-opening-text-image .flex-hold-opening-text-image{min-height:40vh}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-highlighted-sentence .with-line{padding-top:2.375rem}.module-highlighted-sentence .highlighted-sentence-deco-holder{position:relative;padding:3.4375rem 0 3.125rem 0}.module-highlighted-sentence .highlighted-sentence-deco{position:absolute;width:3.125rem;height:3.125rem;background-size:contain;background-repeat:no-repeat}.module-highlighted-sentence .highlighted-sentence-deco.deco-1{top:0;left:2.5rem;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/highlighted-sentence-deco-1.svg)}.module-highlighted-sentence .highlighted-sentence-deco.deco-2{bottom:0;right:20%;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/highlighted-sentence-deco-2.svg)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-stripe .wrapper-padded{overflow-y:hidden}.module-stripe .with-line{padding-top:2.375rem}.module-stripe .stripe-listed{margin-bottom:100px}.module-stripe .stripe-listed.bg-5{padding:2rem;border-radius:.5rem}.module-stripe .stripe-listed:last-of-type{margin-bottom:0}.module-stripe .stripe-listed.image-text .module-stripe-image{order:1}.module-stripe .stripe-listed.image-text .module-stripe-image .spacer{width:100%}.module-stripe .stripe-listed.image-text .module-stripe-image .spacer .products-slider{padding-top:0 !important}.module-stripe .stripe-listed.image-text .module-stripe-text{order:2}.module-stripe .stripe-listed.image-text .module-stripe-text .spacer{width:100%;padding:0 0 0 4.5rem}.module-stripe .stripe-listed.text-image .module-stripe-image{order:2}.module-stripe .stripe-listed.text-image .module-stripe-image .spacer{width:100%}.module-stripe .stripe-listed.text-image .module-stripe-image .spacer .products-slider{padding-top:0 !important}.module-stripe .stripe-listed.text-image .module-stripe-text{order:1}.module-stripe .stripe-listed.text-image .module-stripe-text .spacer{width:100%;padding:0 4.5rem 0 0;margin-left:auto}.module-stripe .stripe-listed .cta-holder{text-align:inherit}.module-stripe .cta-holder{text-align:center}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-slideshow{overflow:hidden !important}.module-slideshow.with-pattern{background-size:auto 11.25rem;background-repeat:repeat-x;background-position:50% 0;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/scoll-txt-bg.svg)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-expanding-text .txt-max-width{margin-bottom:3rem}.expanding-block{margin-bottom:24px;border:solid 2px var(--color-2);border-radius:12px;transition:all .3s ease-in-out}.expanding-block.hovered{transition:transform .3s ease-in-out;box-shadow:0 0 0 2px var(--color-1)}.expanding-block:last-child{margin-bottom:0}.expanding-block .expander-top h1,.expanding-block .expander-top h2,.expanding-block .expander-top h3,.expanding-block .expander-top h4,.expanding-block .expander-top h5,.expanding-block .expander-top h6,.expanding-block .expander-top p{all:unset}.expanding-block .expander{position:relative;width:100%;font-weight:500;padding:24px 24px 24px 63px;text-align:left;border:none;background-color:rgba(0,0,0,0);color:var(--color-1);font-weight:500;font-size:1.375rem;line-height:1.6875rem;cursor:pointer}.expanding-block .expander:hover{color:var(--color-2)}.expanding-block .expander.exp-close .icon-js{transform:rotate(45deg)}.expanding-block .expander .icon-js{position:absolute;top:24px;left:20px;font-size:1.375rem;line-height:1.375rem;text-align:center;width:30px;height:30px;mask-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/icons/icon-txt-expand.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:0 0;background-color:var(--color-2);transition:transform .3s ease-in-out}.expanding-block .expandable-content .inner{padding:24px}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.banner-content{position:relative;padding:5rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.video-block .video-caption,.video-block .expanding-block{margin-top:12px}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.module-scroll-text .module-paddings-top{margin-top:5rem}.module-scroll-text .module-paddings-top-big{margin-top:6.25rem}.module-scroll-text .module-no-paddings-top{margin-top:0}.module-scroll-text .module-paddings-bottom{margin-bottom:5rem}.module-scroll-text .module-paddings-bottom-big{margin-bottom:6.25rem}.module-scroll-text .module-no-paddings-bottom{margin-bottom:0}@keyframes infiniteScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.module-scroll-text .module-scroll-text-pattern{position:absolute;top:0;left:0;display:block;width:100%;height:18.75rem;background-size:auto 18.75rem;background-repeat:repeat-x;background-position:-25% 50%;background-image:url(//volumebk.it/wp-content/themes/vk-theme/assets/images/scoll-txt-bg.svg)}.module-scroll-text .scrolling-txt-wrapper{position:relative;padding:1.5625rem 0;background-color:var(--color-5);color:var(--color-4);margin:6.75rem 0;width:100%;overflow:hidden}.module-scroll-text .scrolling-txt-container{position:relative;width:100%;overflow:hidden}.module-scroll-text .horizontal-scrolling-items{display:flex;width:200vw}.module-scroll-text .horizontal-scrolling-items-item{white-space:nowrap}.module-scroll-text .horizontal-scrolling-items-item .txt-item:nth-child(even){text-transform:uppercase}.module-scroll-text .txt-item{margin:0}.module-scroll-text .txt-item:before{content:"";display:inline-block;width:12.5rem;height:.25rem;background-color:var(--color-4)}.module-scroll-text .scrolling-txt-container-accessible{width:0;height:0;opacity:0;overflow:hidden}.module-scroll-text .play-pause-animation{bottom:-55px}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.cta-holder{margin-top:2rem}.cta-holder button,.cta-holder a{margin:0 15px 0 0}.yith-add-new-gc-my-account-button,.woocommerce-button,#place_order,.default-button{padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.375rem}.woocommerce_waitlist,.single_add_to_cart_button{padding:.625rem 2.625rem !important;font-size:1rem;line-height:1.375rem}.default-button-b{font-size:.875rem;line-height:1.1875rem}.default-button-b.as-button{padding:.5625rem 1rem;height:2.375rem}.default-button-b:after{top:.0625rem;width:.75rem;height:.75rem}.cta-holder .default-button-b{font-size:1.875rem;line-height:2.0625rem;font-weight:600}.cta-holder .default-button-b:after{top:.0625rem;width:1.25rem;height:1.25rem}a.mix-match-link:link,a.mix-match-link:visited{font-size:.875rem;line-height:1.1875rem}a.mix-match-link:link .category-icon,a.mix-match-link:visited .category-icon{display:inline-block;height:.875rem;width:auto;margin-right:.375rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.card.card-product-listing{display:flex;flex-direction:column}.card.card-product-listing .card-image{margin-bottom:0}.card.card-product-listing .card-texts{padding:.75rem .75rem .75rem .75rem}.card.card-product-listing .card-texts .autori{margin-bottom:.75rem}.card.card-product-listing .card-texts .card-title{margin-bottom:1rem}.card.card-product-listing .card-texts .blog-post-date{margin-top:0}.card.card-product-listing .card-texts .price{display:block;font-size:1rem;line-height:1.375rem;font-weight:700}.card.card-product-listing .card-texts .price .percent-discount{position:relative;top:-0.05rem;display:inline-block;margin:0 0 0 .3125rem;font-size:.875rem;line-height:1.1875rem;background-color:var(--color-5);color:var(--color-1);border-radius:.125rem;padding:.1875rem .375rem}.card.card-product-listing .card-texts .price .original-price{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:400;color:var(--color-2)}.card.card-product-listing .on-bottom{position:relative;display:block;width:100%;margin-top:auto}.card.card-product-listing .vk-single-product-categories{width:100%;margin-bottom:0;display:flex !important;flex-wrap:wrap !important;align-items:center}.card.card-product-listing .vk-single-product-categories li{position:relative;height:2rem;margin:0;padding:.0625rem 0 0 0;border-right:solid .0625rem var(--color-4)}.card.card-product-listing .vk-single-product-categories li:after{content:"";position:absolute;left:0;top:0;display:block;width:100vw;height:.0625rem;background-color:var(--color-4)}.card.card-product-listing .vk-single-product-categories li:last-child{border-right:none}.card.card-product-listing .vk-single-product-categories a.cat-as-button:link,.card.card-product-listing .vk-single-product-categories a.cat-as-button:visited,.card.card-product-listing .vk-single-product-categories .fake-link{display:inline-block;font-size:.875rem;line-height:1.1875rem;text-align:center;border:none;background-color:var(--color-7);color:var(--color-1);padding:.375rem .75rem .125rem .75rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.card.card-product-listing .vk-single-product-categories a.cat-as-button:link.main,.card.card-product-listing .vk-single-product-categories a.cat-as-button:visited.main,.card.card-product-listing .vk-single-product-categories .fake-link.main{background-color:var(--color-8);padding:.375rem .375rem .125rem .375rem}.card.card-product-listing .vk-single-product-categories a.cat-as-button:link .category-icon,.card.card-product-listing .vk-single-product-categories a.cat-as-button:visited .category-icon,.card.card-product-listing .vk-single-product-categories .fake-link .category-icon{display:inline-block;height:1.1875rem;width:1.1875rem;margin-right:.375rem}.card.card-banner-listing{display:flex !important;flex-wrap:wrap !important}.card.card-banner-listing .card-image{position:relative;width:13.75rem;aspect-ratio:1/1}.card.card-banner-listing .card-image.vk-random-pattern{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.card.card-banner-listing .card-image img,.card.card-banner-listing .card-image video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.card.card-banner-listing .card-texts{align-content:center;width:calc(100% - 13.75rem);padding:1.5rem 1.5rem}.card.card-banner-listing .card-texts .vk-single-product-categories{margin-bottom:1rem !important}.card.card-banner-listing .card-texts .price-hold{text-align:right}.card.card-banner-listing .card-texts .flex-hold-child{padding-bottom:1rem !important}.card.card-banner-listing .card-texts .price{display:block;font-size:1rem;line-height:1.375rem;font-weight:700}.card.card-banner-listing .card-texts .price .percent-discount{position:relative;top:-0.05rem;display:inline-block;margin:0 0 0 .3125rem;font-size:.875rem;line-height:1.1875rem;background-color:var(--color-5);color:var(--color-1);border-radius:.125rem;padding:.1875rem .375rem}.card.card-banner-listing .card-texts .price .original-price{display:block;font-size:.875rem;line-height:1.1875rem;font-weight:400}.card.card-banner-listing .card-texts .default-button{width:100%}.flex-hold-card-price .card-flex-price{width:calc(100% - 2.5rem)}.flex-hold-card-price .card-flex-wishlist{width:2.5rem;text-align:right}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.hambuger-element:hover span[class*=ham-bar-]{background-color:var(--color-1)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.wp-caption{margin-bottom:2rem}.rounded-image img{border-radius:.25rem;overflow:hidden}.coverize img,.coverize video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.editorial-content img{width:100%;height:auto;border-radius:.25rem;margin-bottom:1.5rem}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}label{font-size:1rem;line-height:1.375rem;margin-bottom:.5rem}input[type=password],input[type=date],input[type=email],input[type=file],input[type=number],input[type=range],input[type=tel],input[type=text],input[type=url]{font-size:1rem;line-height:1.375rem;margin-bottom:1rem}input[type=checkbox]:before,input[type=radio]:before{position:relative;top:.625rem;font-size:1.5rem}textarea{font-size:1rem;line-height:1.375rem;margin-bottom:2rem}select{font-size:1rem;line-height:1.375rem;margin-bottom:2rem}.wpcf7-submit,input[type=submit]{padding:.875rem 2.625rem !important;font-size:1rem;line-height:1.375rem}.form-hold{margin:.625rem 0}.form-hold .required-fields{margin-bottom:2rem}.form-hold p{font-size:1rem;line-height:1.375rem;margin-bottom:.5rem;min-height:.5rem}.form-hold .form-block{margin-bottom:2rem}.form-hold .form-block .wpcf7-not-valid-tip{top:-3px !important}.form-hold input[type=checkbox]:before,.form-hold input[type=radio]:before{top:.3125rem;font-size:1.5rem}.form-hold input[type=submit]{margin-top:1.5rem}.as-label{font-size:1rem;line-height:1.375rem;margin-bottom:5px}.wpcf7-form .wpcf7-not-valid-tip{font-size:1rem !important;line-height:1rem !important}.wpcf7-form .wpcf7-response-output{font-size:1rem !important;line-height:1rem !important}.wpcf7-form.invalid .wpcf7-response-output{font-size:1rem !important;line-height:1rem !important}.wpcf7-form.sent .wpcf7-response-output{font-size:1rem !important;line-height:1rem !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.products-slider:not(.slick-initialized){display:flex;transform:translateX(0);width:100%;overflow:hidden}.products-slider:not(.slick-initialized).opening .flex-hold-child{width:calc(50% - 2rem) !important}.products-slider:not(.slick-initialized).opening .flex-hold-child:first-child{display:block !important}.products-slider:not(.slick-initialized) .flex-hold-child{width:calc(25% - 2rem) !important;margin-right:2rem;flex:none !important}.products-slider:not(.slick-initialized) .flex-hold-child:first-child{display:block !important}.product-slider-section{position:relative;width:calc(100% + 2rem);padding:3.75rem 0 5rem 0}.slider-wrapper{position:relative;display:flex;justify-content:center;padding-top:68px}.products-slider-wrapper{position:relative;overflow:hidden}.products-slider-wrapper.with-slider .products-slider-cta-position{left:6.25rem}.products-slider-cta-position{position:absolute;z-index:9;top:0;left:0}.products-slider-cta-position a{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.products-slider{position:relative;width:100%;padding-top:3.875rem}.products-slider.opening{width:calc(100% + 2rem)}.products-slider.gallery{width:calc(100% + 2rem);padding-bottom:3.875rem}.products-slider.gallery.no-slides{padding-bottom:0}.products-slider.gallery .slick-next,.products-slider.gallery .slick-prev{bottom:0;top:auto;transform:translate(-100%, 0)}.products-slider.gallery .slick-prev{left:calc(50% - 1.5rem)}.products-slider.gallery .slick-next{left:calc(50% + 1.5rem)}.products-slider.gallery img{border-radius:.25rem}.products-slider .slick-next,.products-slider .slick-prev{top:0}.products-slider .slick-prev{left:0}.products-slider .slick-next{left:3.125rem}.products-slider .slick-track{display:flex !important}.products-slider .slick-slide{overflow:hidden;margin-right:2rem;height:inherit !important}.products-slider .slick-slide .flex-hold-child{height:100% !important;margin-right:0}.slide-caption{position:relative;width:auto;height:auto;display:inline-block;overflow:visible;padding:.5rem 0 0 0}.slide-caption.hidden{position:absolute;overflow:hidden;width:0;height:0}.slick-next,.slick-prev{width:2.375rem;height:2.375rem}.slick-dots{text-align:center;padding:10px 0 0 0 !important}.slick-dots li{display:inline-block;margin:0 5px}.slick-dots li button{width:20px;height:20px;border:none;font-size:0;margin:0;padding:0;transition:all .3s linear;border-radius:20px;cursor:pointer}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.gift-cards-list{width:100%}.gift-cards-list .ywgc-manual-amount-container{position:relative;width:100%;border:var(--color-2) solid .0625rem;color:var(--color-1);background-color:var(--color-6) !important;border-radius:.25rem}.gift-cards-list .ywgc-manual-amount{position:relative;top:-0.0625rem;left:.125rem;width:100% !important;padding-right:2.5rem;font-size:1rem !important;line-height:1.375rem !important;height:2.875rem !important;background-color:var(--color-7) !important;border-bottom:var(--color-1) solid .0625rem !important;border-top:var(--color-1) solid .0625rem !important}.gift-cards-list .ywgc-manual-currency-symbol.left,.gift-cards-list .ywgc-manual-currency-symbol.right{display:block !important;position:absolute;right:.625rem;top:50%;transform:translate(0, -50%);background-color:rgba(0,0,0,0);font-weight:700}.gift-card-content-editor{text-align:left !important}.gift-card-content-editor h5{font-weight:600}.gift-card-content-editor .ywgc-sender-info-title,.gift-card-content-editor .ywgc_recipient_info_title{margin-top:1.5rem !important}.gift-card-content-editor label{font-size:1rem !important;line-height:1.375rem !important;text-align:left !important;display:block !important;width:100% !important}.gift-card-content-editor input[type=text],.gift-card-content-editor input[type=email],.gift-card-content-editor textarea{float:none !important;font-size:1rem !important;line-height:1.375rem !important;text-align:left !important;display:block !important;width:100% !important}.gift_card_template_button{display:block !important;width:100% !important}.gift_card_template_button .wishlist-button-hold{display:none;visibility:hidden}.gift-card-panel-title{display:block !important;width:100% !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}.waitlist-products{position:relative;width:100%;display:flex !important;flex-wrap:wrap !important}.waitlist-products .waitlist-single-product{width:25%;padding:0 1rem 2rem 1rem;text-align:left}.waitlist-products .waitlist-single-product p{text-align:left !important}.waitlist-products .waitlist-single-product img{display:none;visibility:hidden}.tinv-header h2{display:none;visibility:hidden}.social-buttons span{font-size:1.375rem;line-height:1.6875rem;margin:0 0 1.5rem}.social-buttons ul{margin-top:.75rem}.social-buttons ul li{display:inline-block;font-size:1.5rem;margin:0 .5rem .5rem 0}.card-remove-wishlist,.tinvwl_button_close{border:none;color:var(--color-1);background-color:var(--color-5);box-shadow:inset 0px 0px 0px .0625rem var(--color-1);cursor:pointer;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;transition:all .3s linear;margin-top:.5rem}.card-remove-wishlist:hover,.tinvwl_button_close:hover{box-shadow:inset 0px 0px 0px .125rem var(--color-1)}.tinv-overlay .icon_big_heart_check{display:none !important;visibility:hidden !important}:root{--color-1: #171B1C;--color-2: #4B5658;--color-3: #8B9698;--color-4: #05697D;--color-5: #FFD500;--color-6: #FFFAE5;--color-7: #FFFFFF;--color-8: #F7F8F8;--above-image-opacity: rgba(255, 255, 255, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);--color-form-ok: #04621B;--color-form-ok-b: #F4FFF4;--color-form-error: #D11515;--color-form-error-b: #FFF7F4}[data-theme=dark]{color-scheme:dark;--color-1: #FFFFFF;--color-2: #F2F2F2;--color-3: #555555;--color-4: #111111;--above-image-opacity: rgba(0, 0, 0, 0.35);--switch-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2)}body.customize-support{margin-top:-32px;padding-bottom:32px}#wpadminbar{top:auto !important;bottom:0}#wpadminbar .quicklinks>ul>li{position:relative}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{bottom:32px}}/*# sourceMappingURL=style.min.css.map */
.wcwl_hide,.wcwl_nojs{display:none!important}.wcwl_notice,.wcwl_toggle+.wcwl_elements{display:none}#buy-tickets .wcwl_elements,.grouped_form .wcwl_elements,.wcwl_frontend_wrap{margin-top:10px}.wcwl_frontend_wrap .wcwl_intro,.wcwl_notice.woocommerce-message{margin-bottom:10px;position:relative}.wcwl_notice.woocommerce-info{display:block}.wcwl_elements .wcwl_control button{margin:10px 0}.wcwl_frontend_wrap .wcwl_control button{margin:5px auto 0}.wcwl_frontend_wrap .wcwl_email_elements{margin-top:5px}.wcwl_elements .wcwl_error_highlight{border:2px solid red}.wcwl_notice p{margin:0}.wcwl_notice_dismiss{position:absolute;top:0;right:0;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:5px;background:transparent}.wcwl_notice_dismiss:hover{background:none}.wcwl_notice_dismiss:before{content:"\f153";font:400 16px/20px dashicons;color:#fff}.grouped_form .wcwl_checkbox,.woocommerce.tribe-tickets-form-row .wcwl_checkbox{margin-left:5px}.woocommerce.tribe-tickets-form-row .woocommerce_waitlist_label{min-width:105px;display:block}.waitlist-user-waitlist-wrapper .spinner,.wcwl_elements .spinner,.wcwl_frontend_wrap .spinner{background:url(//volumebk.it/wp-content/plugins/woocommerce-waitlist/includes/css/src/../../img/spinner.gif) no-repeat;background-size:contain;display:none;width:28px;height:56px;margin:10px auto}.wcwl_frontend_wrap .spinner{margin:0 auto}.waitlist-user-waitlist-wrapper .waitlist-products{text-align:center}.waitlist-user-waitlist-wrapper .waitlist-thumbnail img{margin:0 auto}.wcwl_event_checkbox{text-align:right}.wcwl_visually_hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
[data-class=wpcf7cf_group],.wpcf7cf_remove,.wpcf7cf_add{display:none}.wpcf7cf_repeater_sub{margin-bottom:20px}.wpcf7cf_repeater_controls,.wpcf7cf_step_controls{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:20px}.wpcf7cf_multistep .wpcf7cf_step{width:100%}.wpcf7cf_multistep .wpcf7cf_step .step-title{display:none}.wpcf7cf_multistep .wpcf7cf_steps-dots{display:flex;width:100%;margin-bottom:20px;flex-wrap:wrap}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index{display:inline-block;border-radius:50%;background:#dfdfdf;color:#000;width:40px;height:40px;line-height:40px;text-align:center}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot{border-bottom:5px solid #dfdfdf;text-align:center;flex:1;padding:15px;min-width:120px}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed{border-bottom:5px solid #333}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active{border-bottom:5px solid #333;font-weight:700}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index{background-color:#333;color:#fff}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index{background-color:#333;color:#fff}.wpcf7cf_step_controls .disabled{pointer-events:none;cursor:default;opacity:.5}
div.sib-sms-field{display:inline-block;position:relative;width:100%}.sib-sms-field .sib-country-block{position:absolute;right:auto;left:0;top:0;bottom:0;padding:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sib-country-block .sib-toggle.sib-country-flg{z-index:1;position:relative;width:46px;height:100%;padding:0 0 0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#dbdbdb;cursor:pointer}.sib-country-block .sib-toggle .sib-cflags{position:absolute;top:0;bottom:0;margin:auto;height:15px;width:20px;background-repeat:no-repeat;background-color:#dbdbdb;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-image:url(//volumebk.it/wp-content/plugins/mailin/css/../img/flags/fr.png)}.sib-country-block .sib-toggle .sib-icon-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid}.sib-sms-field ul.sib-country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:rgba(0,0,0,.2) 1px 1px 4px;background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:150px;overflow-y:scroll;overflow-x:hidden;top:50px;width:250px}.sib-sms-field ul.sib-country-list li.sib-country-prefix{font-size:14px;padding:1px 10px;cursor:pointer}.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover{background-color:#dbdbdb}.sib-sms-field ul.sib-country-list li .sib-flag-box{width:20px}.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag{height:18px;width:20px;background-image:url(//volumebk.it/wp-content/plugins/mailin/css/../img/flags/ad.png);vertical-align:middle;display:inline-block;background-repeat:no-repeat}.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code{margin-left:20px}.sib-sms-field .sib-sms{padding-right:6px;padding-left:52px;margin-left:0;position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;margin-right:0}.sib-multi-lists.sib_error{color:#a94442}
.wc-stripe-payment-button-preview{display:flex;justify-content:center;align-items:center;background-color:#000;border-radius:5px;height:40px}.wc-stripe-payment-button-preview img{height:22px}.wc-stripe-payment-button-preview:hover{cursor:pointer;filter:opacity(.7)}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview{background-color:#ffd814}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview img{height:40px}.wc-stripe-payment-button-preview.wc-stripe-link-preview{background-color:#00d66f}.wc-stripe-payment-button-preview.wc-stripe-link-preview img{height:40px}button.stripe-gateway-stripelink-modal-trigger{display:none;position:absolute;right:5px;width:64px;height:40px;background:no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA3MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjEyIDMuNjc2ODNDMzYuMTIgMi41NDg4MiAzNy4wNzA0IDEuNjMyMDIgMzguMTg4OCAxLjYzMjAyQzM5LjMwNzIgMS42MzIwMiA0MC4yNTc2IDIuNTUzNjIgNDAuMjU3NiAzLjY3NjgzQzQwLjI1NzYgNC44MDAwMyAzOS4zNDA4IDUuNzQ1NjMgMzguMTg4OCA1Ljc0NTYzQzM3LjAzNjggNS43NDU2MyAzNi4xMiA0LjgyODgzIDM2LjEyIDMuNjc2ODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0yOS45ODA4IDEuOTIwMDFIMzMuNTgwOFYyMi4wOEgyOS45ODA4VjEuOTIwMDFaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik00MC4wMDggNy42ODAwMUgzNi4zNzkyVjIyLjA4SDQwLjAwOFY3LjY4MDAxWiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNjYuMDk2IDE0LjM5MDRDNjguODI3MiAxMi43MTA0IDcwLjY4NDggMTAuMjA5NiA3MS40MTkyIDcuNjc1MjRINjcuNzkwNEM2Ni44NDQ4IDEwLjA5NDQgNjQuNjc1MiAxMS45MTM2IDYyLjI4OTYgMTIuNjg2NFYxLjkxNTIzSDU4LjY2MDhWMjIuMDc1Mkg2Mi4yODk2VjE2LjA4QzY1LjA1OTIgMTYuNzcxMiA2Ny4yNDggMTkuMTY2NCA2Ny45OTY4IDIyLjA3NTJINzEuNjQ5NkM3MS4wOTI4IDE5LjAyMjQgNjkuMDA0OCAxNi4xNjY0IDY2LjA5NiAxNC4zOTA0WiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNDYuNDQgOS4yOTI4M0M0Ny4zOTA0IDguMDMwNDMgNDkuMjQzMiA3LjI5NjAyIDUwLjc0NTYgNy4yOTYwMkM1My41NDg4IDcuMjk2MDIgNTUuODY3MiA5LjM0NTYzIDU1Ljg3MiAxMi40NDE2VjIyLjA3NTJINTIuMjQzMlYxMy4yNDMyQzUyLjI0MzIgMTEuOTcxMiA1MS42NzY4IDEwLjUwMjQgNDkuODM4NCAxMC41MDI0QzQ3LjY3ODQgMTAuNTAyNCA0Ni40MzUyIDEyLjQxNzYgNDYuNDM1MiAxNC42NTkyVjIyLjA4NDhINDIuODA2NFY3LjY4OTYySDQ2LjQ0VjkuMjkyODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0xMiAyNEMxOC42Mjc0IDI0IDI0IDE4LjYyNzQgMjQgMTJDMjQgNS4zNzI1NyAxOC42Mjc0IDAgMTIgMEM1LjM3MjU5IDAgMCA1LjM3MjU3IDAgMTJDMCAxOC42Mjc0IDUuMzcyNTkgMjQgMTIgMjRaIiBmaWxsPSIjMDBENjZGIi8+CjxwYXRoIGQ9Ik0xMS40NDc5IDQuODAwMDVINy43NDcwN0M4LjQ2NzA3IDcuODA5NjUgMTAuNTY5NSAxMC4zODI0IDEzLjE5OTkgMTJDMTAuNTY0NyAxMy42MTc2IDguNDY3MDcgMTYuMTkwNCA3Ljc0NzA3IDE5LjJIMTEuNDQ3OUMxMi4zNjQ3IDE2LjQxNiAxNC45MDM5IDEzLjk5NjggMTguMDIzOSAxMy41MDI0VjEwLjQ5MjlDMTQuODk5MSAxMC4wMDMzIDEyLjM1OTkgNy41ODQwNSAxMS40NDc5IDQuODAwMDVaIiBmaWxsPSIjMDExRTBGIi8+Cjwvc3ZnPgo=);background-color:transparent !important;cursor:pointer;border:none}button.stripe-gateway-stripelink-modal-trigger:hover{background-color:transparent;border-color:transparent}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span{width:100%}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span>span{float:right;display:flex;align-items:center;justify-content:center}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element{padding-top:1.4em}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element .content:empty{display:none}#radio-control-wc-payment-method-options-stripe__label>span>span{border:none}
@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 rgba(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:transparent 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)}
.wc-stripe-upe-element{margin-bottom:4px}#payment .payment_methods li img.stripe-icon{height:24px;width:37px;-o-object-fit:contain;object-fit:contain}#payment .payment_methods li img.stripe-boleto-icon,#payment .payment_methods li img.stripe-sepa-icon{padding:4px}#payment .payment_methods li img.stripe-sepa-icon{background:#10298e}.woocommerce-checkout #payment ul.payment_methods li img.stripe-multibanco-icon{max-height:30px}.woocommerce-checkout #payment ul.payment_methods li img.stripe-alipay-icon{max-width:50px}
.stripe-gateway-checkout-email-field{position:relative}.stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger{display:none;position:absolute;right:5px;width:64px;height:40px;background:no-repeat url(//volumebk.it/wp-content/plugins/woocommerce-gateway-stripe/assets/css/../images/link.svg);background-color:transparent;cursor:pointer;border:none}