@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Rubik:wght@400;500;600;700&display=swap");
:root {
--andr-red-50:  #fbe8e9;
--andr-red-100: #f7d1d2;
--andr-red-200: #f3babc;
--andr-red-300: #efa3a6;
--andr-red-400: #e77579;
--andr-red-500: #df474d;
--andr-red-600: #d71920;
--andr-red-700: #b6040b;
--andr-red-800: #810f13;
--andr-red-900: #560a0d;
--andr-gray-0:   #ffffff;
--andr-gray-50:  #fafafa;
--andr-gray-100: #dfe1e3;
--andr-gray-200: #c0c3c8;
--andr-gray-300: #a0a6ac;
--andr-gray-400: #818891;
--andr-gray-500: #616a75;
--andr-gray-600: #4e555e;
--andr-gray-700: #3a4046;
--andr-gray-800: #272a2f;
--andr-gray-900: #1d2023;
--andr-green-50:  #ddf3ea;
--andr-green-100: #bfe8d9;
--andr-green-200: #9cd1bd;
--andr-green-300: #8ac5af;
--andr-green-400: #66ad92;
--andr-green-500: #439676;
--andr-green-600: #1f7e5a;
--andr-green-700: #196548;
--andr-green-800: #134c36;
--andr-green-900: #0c3224;
--andr-blue-50:  #edeffb;
--andr-blue-100: #dce0f7;
--andr-blue-200: #cad0f3;
--andr-blue-300: #b8c1ef;
--andr-blue-400: #95a1e7;
--andr-blue-500: #7182df;
--andr-blue-600: #4e63d7;
--andr-blue-700: #3e4fac;
--andr-blue-800: #2f3b81;
--andr-blue-900: #1f2856;
--andr-yellow-50:  #fff9ed;
--andr-yellow-100: #fff3dc;
--andr-yellow-200: #ffedca;
--andr-yellow-300: #ffe7b9;
--andr-yellow-400: #ffdb96;
--andr-yellow-500: #ffcf73;
--andr-yellow-600: #ffc350;
--andr-yellow-700: #d4a140;
--andr-yellow-800: #a97f30;
--andr-yellow-900: #684d18;
--andr-orange-50:  #fdefe9;
--andr-orange-100: #fae0d4;
--andr-orange-200: #f8d0be;
--andr-orange-300: #f6c1a9;
--andr-orange-400: #f1a27d;
--andr-orange-500: #ed8352;
--andr-orange-600: #e86427;
--andr-orange-700: #ba501f;
--andr-orange-800: #8b3c17;
--andr-orange-900: #5d2810;
--andr-violet-50:  #f5f3ff;
--andr-violet-100: #ede9fe;
--andr-violet-200: #ddd6fe;
--andr-violet-300: #c4b5fd;
--andr-violet-400: #a78bfa;
--andr-violet-500: #8b5cf6;
--andr-violet-600: #7c3aed;
--andr-violet-700: #6d28d9;
--andr-violet-800: #5b21b6;
--andr-violet-900: #4c1d95; --andr-color-brand:          var(--andr-red-600);
--andr-color-brand-hover:    var(--andr-red-700);
--andr-color-brand-pressed:  var(--andr-red-800);
--andr-color-brand-subtle:   var(--andr-red-50);
--andr-color-brand-on-brand: var(--andr-gray-0);
--andr-color-surface:         var(--andr-gray-0);
--andr-color-surface-subtle:  var(--andr-gray-50);
--andr-color-surface-muted:   var(--andr-gray-100);
--andr-color-surface-hover:   var(--andr-gray-50);
--andr-color-surface-overlay: rgba(29, 32, 35, 0.5);
--andr-color-text:            var(--andr-gray-900);
--andr-color-text-strong:     var(--andr-gray-900);
--andr-color-text-subtle:     var(--andr-gray-600);
--andr-color-text-muted:      var(--andr-gray-500);
--andr-color-text-disabled:   var(--andr-gray-300);
--andr-color-text-inverse:    var(--andr-gray-0);
--andr-color-text-link:       var(--andr-blue-600);
--andr-color-text-link-hover: var(--andr-blue-700);
--andr-color-border:        var(--andr-gray-100);
--andr-color-border-subtle: var(--andr-gray-50);
--andr-color-border-strong: var(--andr-gray-300);
--andr-color-border-focus:  var(--andr-red-600);
--andr-color-success:        var(--andr-green-600);
--andr-color-success-subtle: var(--andr-green-50);
--andr-color-success-strong: var(--andr-green-700);
--andr-color-error:        var(--andr-red-600);
--andr-color-error-subtle: var(--andr-red-50);
--andr-color-error-strong: var(--andr-red-700);
--andr-color-warning:        var(--andr-yellow-700);
--andr-color-warning-subtle: var(--andr-yellow-50);
--andr-color-warning-strong: var(--andr-yellow-800);
--andr-color-info:        var(--andr-blue-600);
--andr-color-info-subtle: var(--andr-blue-50);
--andr-color-info-strong: var(--andr-blue-700);
--andr-color-mm:        var(--andr-violet-600);
--andr-color-mm-subtle: var(--andr-violet-100);
--andr-color-mm-strong: var(--andr-violet-700); --andr-sp-0: 0;
--andr-sp-1: 4px;
--andr-sp-2: 8px;
--andr-sp-3: 12px;
--andr-sp-4: 16px;
--andr-sp-5: 24px;
--andr-sp-6: 32px;
--andr-sp-7: 48px;
--andr-sp-8: 64px; --andr-font-body:    'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
--andr-font-display: 'Rubik', var(--andr-font-body);
--andr-font-mono:    'Roboto Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
--andr-text-xs:   11px;
--andr-text-sm:   12px;
--andr-text-base: 13px;
--andr-text-md:   14px;
--andr-text-lg:   16px;
--andr-text-xl:   20px;
--andr-text-2xl:  24px;
--andr-text-3xl:  32px;
--andr-leading-tight:  1.2;
--andr-leading-snug:   1.35;
--andr-leading-normal: 1.5;
--andr-leading-loose:  1.7;
--andr-fw-light:    300;
--andr-fw-normal:   400;
--andr-fw-medium:   500;
--andr-fw-semibold: 600;
--andr-fw-bold:     700; --andr-radius-xs:   4px;
--andr-radius-sm:   8px;
--andr-radius-md:   16px;
--andr-radius-lg:   24px;
--andr-radius-pill: 999px; --andr-shadow-xs: 0 1px 1px rgba(29, 32, 35, 0.04);
--andr-shadow-sm: 0 1px 2px rgba(29, 32, 35, 0.06);
--andr-shadow-md: 0 4px 12px rgba(29, 32, 35, 0.08);
--andr-shadow-lg: 0 12px 32px rgba(29, 32, 35, 0.12);
--andr-shadow-xl: 0 24px 48px rgba(29, 32, 35, 0.16); --andr-z-base:           1;
--andr-z-sticky:         10;
--andr-z-dropdown:       50;
--andr-z-modal-backdrop: 100;
--andr-z-modal:          200;
--andr-z-toast:          300;
--andr-transition-fast: 120ms ease;
--andr-transition-base: 200ms ease;
--andr-transition-slow: 320ms ease;
--andr-container-max: 1280px;
--andr-bp-sm: 480px;
--andr-bp-md: 768px;
--andr-bp-lg: 1024px;
--andr-bp-xl: 1280px;
}.andr-scope,
.andr-scope *,
.andr-scope *::before,
.andr-scope *::after {
box-sizing: border-box;
}
.andr-scope {
font-family: var(--andr-font-body);
font-size: var(--andr-text-base);
line-height: var(--andr-leading-normal);
color: var(--andr-color-text);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.andr-scope h1,
.andr-scope h2,
.andr-scope h3,
.andr-scope h4,
.andr-scope h5,
.andr-scope h6 {
font-family: var(--andr-font-display);
font-weight: var(--andr-fw-semibold);
line-height: var(--andr-leading-tight);
color: var(--andr-color-text-strong);
margin: 0;
}
.andr-scope h1 { font-size: var(--andr-text-3xl); }
.andr-scope h2 { font-size: var(--andr-text-2xl); }
.andr-scope h3 { font-size: var(--andr-text-xl); }
.andr-scope h4 { font-size: var(--andr-text-lg); }
.andr-scope h5 { font-size: var(--andr-text-md); }
.andr-scope h6 { font-size: var(--andr-text-base); }
.andr-scope p {
margin: 0;
}
.andr-scope a {
color: var(--andr-color-text-link);
text-decoration: none;
transition: color var(--andr-transition-fast);
}
.andr-scope a:hover,
.andr-scope a:focus {
color: var(--andr-color-text-link-hover);
text-decoration: underline;
}
.andr-scope :focus-visible {
outline: 2px solid var(--andr-color-border-focus);
outline-offset: 2px;
border-radius: var(--andr-radius-xs);
}
.andr-scope code,
.andr-scope pre,
.andr-scope kbd,
.andr-scope samp {
font-family: var(--andr-font-mono);
font-size: 0.92em;
}
.andr-scope img,
.andr-scope svg {
max-width: 100%;
height: auto;
display: block;
}
.andr-scope input,
.andr-scope select,
.andr-scope textarea,
.andr-scope button {
font-family: inherit;
}
.andr-scope ul.andr-reset,
.andr-scope ol.andr-reset {
list-style: none;
margin: 0;
padding: 0;
}.andreani-calc-widget { --andreani-calc-primary: var(--andr-color-brand);
--andreani-calc-primary-dark: var(--andr-color-brand-hover);
--andreani-calc-success: var(--andr-color-success);
--andreani-calc-success-bg: var(--andr-color-success-subtle);
--andreani-calc-gray: var(--andr-color-text-muted);
--andreani-calc-gray-light: var(--andr-gray-100);
--andreani-calc-border: var(--andr-color-border);
--andreani-calc-transition: var(--andr-transition-slow);
--andreani-calc-bg: var(--andr-color-surface);
--andreani-calc-text: var(--andr-color-text);
--andreani-calc-text-secondary: var(--andr-color-text-subtle);
--andreani-calc-input-bg: var(--andr-color-surface);
--andreani-calc-input-border: var(--andr-color-border);
--andreani-calc-label: var(--andr-color-text-muted);
--andreani-calc-shadow: rgba(29, 32, 35, 0.1);
--andreani-calc-shadow-hover: rgba(215, 25, 32, 0.25);
--andreani-calc-focus-ring: rgba(215, 25, 32, 0.1);
position: relative;
display: inline-block;
width: 56px;
height: 56px;
margin: 1.5em 0;
font-family: var(--andr-font-body);
}
.andreani-calc-widget--theme-dark {
--andreani-calc-bg: var(--andr-gray-800);
--andreani-calc-text: var(--andr-gray-50);
--andreani-calc-text-secondary: var(--andr-gray-200);
--andreani-calc-input-bg: var(--andr-gray-900);
--andreani-calc-input-border: var(--andr-gray-600);
--andreani-calc-label: var(--andr-gray-300);
--andreani-calc-shadow: rgba(0, 0, 0, 0.3);
--andreani-calc-shadow-hover: rgba(215, 25, 32, 0.4);
--andreani-calc-border: var(--andr-gray-600);
}
@media (prefers-color-scheme: dark) {
.andreani-calc-widget--theme-auto {
--andreani-calc-bg: var(--andr-gray-800);
--andreani-calc-text: var(--andr-gray-50);
--andreani-calc-text-secondary: var(--andr-gray-200);
--andreani-calc-input-bg: var(--andr-gray-900);
--andreani-calc-input-border: var(--andr-gray-600);
--andreani-calc-label: var(--andr-gray-300);
--andreani-calc-shadow: rgba(0, 0, 0, 0.3);
--andreani-calc-shadow-hover: rgba(215, 25, 32, 0.4);
--andreani-calc-border: var(--andr-gray-600);
}
}
.andreani-calc-logo-fixed {
position: absolute;
top: 12px;
left: 12px;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
z-index: 102;
pointer-events: none;
}
.andreani-calc-logo-fixed .andreani-calc-logo {
width: 32px;
height: 32px;
color: var(--andreani-calc-primary);
}
.andreani-calc-bubble {
position: absolute;
top: 0;
left: 0;
width: 56px;
height: 56px;
background: var(--andreani-calc-bg);
border: 2px solid var(--andreani-calc-primary);
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all var(--andreani-calc-transition);
box-shadow: 0 2px var(--andr-sp-2) var(--andreani-calc-shadow);
z-index: 100;
outline: none;
}
.andreani-calc-bubble:hover {
transform: scale(1.08);
box-shadow: 0 4px 16px var(--andreani-calc-shadow-hover);
}
.andreani-calc-bubble:active {
transform: scale(0.92);
animation: bounce-press 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
}
.andreani-calc-bubble:focus {
outline: none;
border-color: var(--andreani-calc-primary);
}
@keyframes bounce-press {
0% { transform: scale(1); }
40% { transform: scale(0.88); }
60% { transform: scale(1.05); }
80% { transform: scale(0.98); }
100% { transform: scale(1); }
}
.andreani-calc-bubble .andreani-calc-logo {
width: 32px;
height: 32px;
color: var(--andreani-calc-primary);
} .andreani-calc-widget--expanded .andreani-calc-bubble .andreani-calc-logo {
opacity: 0;
transition: opacity 0.15s ease;
} .andreani-calc-bubble::after {
content: attr(data-tooltip);
position: absolute;
left: calc(100% + 10px);
top: 50%;
transform: translateY(-50%);
background: var(--andreani-calc-text);
color: var(--andreani-calc-bg);
padding: var(--andr-sp-1) var(--andr-sp-3);
border-radius: var(--andr-radius-xs);
font-size: var(--andr-text-sm);
font-weight: var(--andr-fw-medium);
white-space: nowrap;
opacity: 0;
visibility: hidden;
transition: all var(--andr-transition-base);
pointer-events: none;
}
.andreani-calc-bubble::before {
content: '';
position: absolute;
left: calc(100% + 4px);
top: 50%;
transform: translateY(-50%);
border: 5px solid transparent;
border-right-color: var(--andreani-calc-text);
opacity: 0;
visibility: hidden;
transition: all var(--andr-transition-base);
}
.andreani-calc-bubble:hover::after,
.andreani-calc-bubble:hover::before {
opacity: 1;
visibility: visible;
}
.andreani-calc-widget--align-right .andreani-calc-bubble::after {
left: auto;
right: calc(100% + 10px);
}
.andreani-calc-widget--align-right .andreani-calc-bubble::before {
left: auto;
right: calc(100% + 4px);
border-right-color: transparent;
border-left-color: var(--andreani-calc-text);
}
.andreani-calc-widget--expanded .andreani-calc-bubble {
opacity: 0;
transform: scale(0);
pointer-events: none;
transition: opacity var(--andr-transition-base), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.andreani-calc-content {
position: absolute;
top: 0;
left: 0;
background: var(--andreani-calc-bg);
border: 2px solid var(--andreani-calc-primary);
border-radius: 28px;
padding: 0;
width: 56px;
height: 56px;
box-shadow: 0 4px 20px var(--andreani-calc-shadow);
z-index: 101;
overflow: hidden;
opacity: 0;
pointer-events: none;
transform: scale(0.3);
transform-origin: 28px 28px;
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.5s cubic-bezier(0.34, 1.45, 0.64, 1),
width 0.5s cubic-bezier(0.34, 1.45, 0.64, 1),
height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s,
border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1),
top 0.5s cubic-bezier(0.34, 1.45, 0.64, 1),
left 0.5s cubic-bezier(0.34, 1.45, 0.64, 1);
}
.andreani-calc-widget--expanded .andreani-calc-content {
opacity: 1;
pointer-events: auto;
top: 0;
left: 0;
width: 320px;
max-width: calc(100vw - 32px);
height: auto;
padding: var(--andr-sp-5);
border-radius: var(--andr-radius-md);
transform: scale(1);
animation: expand-bounce 0.6s cubic-bezier(0.34, 1.45, 0.64, 1);
}
@keyframes expand-bounce {
0% { transform: scale(0.3); }
50% { transform: scale(1.05); }
70% { transform: scale(0.98); }
100% { transform: scale(1); }
}
.andreani-calc-widget--align-right .andreani-calc-content {
left: auto;
right: 0;
}
@media (max-width: 380px) {
.andreani-calc-widget--expanded .andreani-calc-content {
width: calc(100vw - 32px);
left: 50%;
transform: translateX(-50%) scale(1) rotate(0deg);
}
}
.andreani-calc-content > * {
opacity: 0;
transform: translateY(10px);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.andreani-calc-widget--expanded .andreani-calc-content > * {
opacity: 1;
transform: translateY(0);
}
.andreani-calc-header {
position: relative;
display: flex;
align-items: center;
margin-bottom: var(--andr-sp-4);
padding-left: 42px;
}
.andreani-calc-header__title {
font-size: 15px;
font-weight: var(--andr-fw-semibold);
color: var(--andreani-calc-text);
flex: 1;
line-height: 1.4;
}
.andreani-calc-form {
display: flex;
gap: 10px;
width: 100%;
}
.andreani-calc-input-wrapper {
flex: 1;
position: relative;
}
.andreani-calc-postcode {
width: 100%;
padding: 10px 10px 4px;
border: 1px solid var(--andreani-calc-input-border);
border-radius: var(--andr-radius-sm);
font-size: var(--andr-text-md);
height: 36px;
box-sizing: border-box;
transition: border-color var(--andreani-calc-transition), box-shadow var(--andreani-calc-transition);
background: var(--andreani-calc-input-bg);
color: var(--andreani-calc-text);
}
.andreani-calc-postcode:focus {
outline: none;
border-color: var(--andreani-calc-primary);
box-shadow: 0 0 0 3px var(--andreani-calc-focus-ring);
}
.andreani-calc-label {
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
font-size: var(--andr-text-base);
color: var(--andreani-calc-label);
pointer-events: none;
transition: all var(--andr-transition-base);
background: var(--andreani-calc-bg);
padding: 0 4px;
}
.andreani-calc-postcode:focus ~ .andreani-calc-label,
.andreani-calc-postcode:not(:placeholder-shown) ~ .andreani-calc-label,
.andreani-calc-postcode:valid:not(:placeholder-shown) ~ .andreani-calc-label {
top: 0;
transform: translateY(-50%);
font-size: var(--andr-text-xs);
font-weight: var(--andr-fw-medium);
color: var(--andreani-calc-primary);
}
.andreani-calc-postcode:not(:focus):not(:placeholder-shown) ~ .andreani-calc-label {
color: var(--andreani-calc-text-secondary);
}
.andreani-calc-button {
width: 36px;
height: 36px;
background: var(--andreani-calc-bg);
color: var(--andreani-calc-primary);
border: 1px solid var(--andreani-calc-primary);
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all var(--andreani-calc-transition);
flex-shrink: 0;
}
.andreani-calc-button:hover {
background: var(--andreani-calc-primary);
border-color: var(--andreani-calc-primary);
color: var(--andr-color-text-inverse);
}
.andreani-calc-button:focus {
outline: none;
}
.andreani-calc-button:disabled {
background: var(--andreani-calc-gray-light);
border-color: var(--andr-gray-300);
color: var(--andr-gray-300);
cursor: not-allowed;
}
.andreani-calc-button svg {
width: 16px;
height: 16px;
}
.andreani-calc-loading {
display: none;
align-items: center;
justify-content: center;
gap: 10px;
padding: var(--andr-sp-4);
color: var(--andreani-calc-gray);
font-size: var(--andr-text-base);
}
.andreani-calc-widget--loading .andreani-calc-form {
display: none;
}
.andreani-calc-widget--loading .andreani-calc-loading {
display: flex;
}
.andreani-calc-spinner {
width: 20px;
height: 20px;
border: 2px solid var(--andreani-calc-gray-light);
border-top-color: var(--andreani-calc-primary);
border-radius: 50%;
animation: andreani-calc-spin 0.7s linear infinite;
}
@keyframes andreani-calc-spin {
to {
transform: rotate(360deg);
}
}
.andreani-calc-results {
margin-top: var(--andr-sp-4);
}
.andreani-calc-results:empty {
margin-top: 0;
}
.andreani-calc-rates {
list-style: none;
margin: 0;
padding: 0;
font-family: inherit;
}
.andreani-calc-rate {
display: flex;
justify-content: space-between;
align-items: center;
padding: var(--andr-sp-2) 0;
border-bottom: 1px solid var(--andreani-calc-input-border);
}
.andreani-calc-rate:last-child {
border-bottom: none;
padding-bottom: 0;
}
.andreani-calc-rate:first-child {
padding-top: 0;
}
.andreani-calc-rate-label {
font-size: var(--andr-text-base);
color: var(--andreani-calc-text-secondary);
flex: 1;
padding-right: var(--andr-sp-3);
line-height: 1.3;
}
.andreani-calc-rate-cost {
font-size: var(--andr-text-md);
font-weight: var(--andr-fw-semibold);
white-space: nowrap;
color: var(--andreani-calc-text);
}
.andreani-calc-rate-cost .woocommerce-Price-amount,
.andreani-calc-rate-cost .woocommerce-Price-currencySymbol {
color: inherit;
}
.andreani-calc-rate--free .andreani-calc-rate-cost {
color: var(--andreani-calc-success);
}
.andreani-calc-error {
display: none;
margin-top: var(--andr-sp-3);
padding: 10px var(--andr-sp-3);
background: var(--andr-color-error-subtle);
border-left: 3px solid var(--andr-color-error);
color: var(--andr-color-error-strong);
font-size: var(--andr-text-base);
border-radius: 0 var(--andr-radius-sm) var(--andr-radius-sm) 0;
}
.andreani-calc-error--visible {
display: block;
}
@media (max-width: 480px) {
.andreani-calc-content {
max-width: 100%;
}
.andreani-calc-bubble::after,
.andreani-calc-bubble::before {
display: none;
}
} .andreani-calc-widget--floating {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9999;
margin: 0;
height: auto;
}
.andreani-calc-widget--floating .andreani-calc-bubble {
position: relative;
top: auto;
left: auto;
}
.andreani-calc-widget--floating .andreani-calc-logo-fixed {
top: auto;
bottom: 12px;
left: 12px;
transition: opacity var(--andr-transition-base);
} .andreani-calc-widget--floating.andreani-calc-widget--expanded .andreani-calc-logo-fixed {
opacity: 0;
pointer-events: none;
} .andreani-calc-widget--floating .andreani-calc-header {
padding-left: 0;
}
.andreani-calc-widget--floating .andreani-calc-content {
position: absolute;
bottom: 0;
right: 0;
top: auto;
left: auto;
transform-origin: bottom right;
}
.andreani-calc-widget--floating.andreani-calc-widget--expanded .andreani-calc-content {
bottom: 0;
right: 0;
transform: scale(1);
}
.andreani-calc-widget--floating .andreani-calc-bubble::after {
left: auto;
right: calc(100% + 10px);
}
.andreani-calc-widget--floating .andreani-calc-bubble::before {
left: auto;
right: calc(100% + 4px);
border-right-color: transparent;
border-left-color: var(--andreani-calc-text);
}
@media (max-width: 480px) {
.andreani-calc-widget--floating {
bottom: 20px;
right: 20px;
}
.andreani-calc-widget--floating.andreani-calc-widget--expanded .andreani-calc-content {
width: calc(100vw - 32px);
right: -8px;
}
}.yith-wcpb-product-bundled-items{width:100%;border:1px solid #d8d8d8;border-radius:5px;border-collapse:separate;-webkit-box-shadow:1px 2px 6px 0px rgba(0,0,0,.1);box-shadow:1px 2px 6px 0px rgba(0,0,0,.1);margin-bottom:40px;overflow:hidden;table-layout:auto}.yith-wcpb-product-bundled-items label{display:inline-block}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item{border-bottom:1px solid #d8d8d8;display:flex;padding:20px}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item:last-child{border-bottom:none}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-image{width:80px;padding:0 !important;vertical-align:top}.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-data{padding-left:20px;position:relative;flex:1;display:flex;flex-direction:column;justify-content:center}.yith-wcpb-product-bundled-items p.stock{display:block;margin:0 !important;text-align:right;padding:0 2px 10px 0;background:rgba(0,0,0,0);font-size:.92em}.yith-wcpb-product-bundled-items p.stock.out-of-stock{color:#5d5d5d}.yith-wcpb-product-bundled-items p.stock.in-stock{color:#5d5d5d}.yith-wcpb-product-bundled-item-data__variations_form{max-width:400px}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data__variations_form .variations select.yith-wcpb-select-for-variables{margin-right:0;width:100%}.yith-wcpb-product-bundled-item-data__optional{margin:15px 0}.yith-wcpb-product-bundled-item-data__optional label{font-weight:500;font-size:.9em;cursor:pointer}.yith-wcpb-product-bundled-item-image .images{margin:0 !important;padding:0 !important;width:100% !important;float:none !important}.yith-wcpb-product-bundled-item-image img{width:80px}.yith-wcpb-product-bundled-item-data h3,.single-product .yith-wcpb-product-bundled-item-data h3{font-size:1em;margin:5px 0}h3.yith-wcpb-product-bundled-item-data__title,.single-product h3.yith-wcpb-product-bundled-item-data__title{margin-top:0}h3.yith-wcpb-product-bundled-item-data__title a,.single-product h3.yith-wcpb-product-bundled-item-data__title a{text-decoration:none}.yith-wcpb-product-bundled-item-data p{margin-bottom:5px}.yith-wcpb-product-bundled-item-data .woocommerce-variation-price,.yith-wcpb-product-bundled-item-data .price{display:none}.yith-wcpb-product-bundled-item-data table.variations,.yith-wcpb-product-bundled-item-data table.variations tr{border:0 none}.yith-wcpb-product-bundled-item-data__price .price{display:block}.yith-wcpb-product-bundled-item-data__price .price del,.yith-wcpb-product-bundled-item-data__price .price del span.amount{font-size:12px !important;opacity:1 !important}.yith-wcpb-product-bundled-item-data__price .price ins{font-weight:bold;color:#485b6d;line-height:1.7}.yith-wcpb-product-bundled-item-data__price .price ins .woocommerce-Price-amount.amount{font-size:1em}.yith-wcpb-product-bundled-item-data__price .price label .woocommerce-Price-amount.amount{font-size:1em}.yith-wcpb-product-bundled-item-availability.not-variation p.stock{padding:10px 2px 0 0}.yith-wcpb-product-bundled-item-data__quantity input[type=number].yith-wcpb-bundled-quantity{width:70px;min-width:70px;padding:13px 5px;background:#fff;border:1px solid #d1d1d1;text-align:center;line-height:1;height:auto}.yith-wcpb-product-bundled-item-data__quantity input[type=number].yith-wcpb-bundled-quantity:invalid{border-color:red}.yith-wcpb-product-bundled-item-data__quantity input[type=number].yith-wcpb-bundled-quantity:invalid+.yith-wcpb-bundled-quantity__invalid-notice{display:block}.yith-wcpb-bundled-quantity__invalid-notice{display:none;margin-top:6px;border-radius:5px;font-size:.7em;font-weight:600;color:red}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations{margin:15px 0 7px}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations td{font-size:.9em;font-weight:500}.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations .reset_variations{float:right;text-transform:none;text-decoration:none}.yith-wcpb-bundled-items-heading{font-size:1.1em;margin:15px 0 10px;font-weight:500}.yith-wcpb-saving-amount{font-size:.8em;margin-left:10px;font-weight:600;color:#c81313}tr.yith-wcpb-bundle-table-item td{border-bottom:0 !important}tr.yith-wcpb-child-of-bundle-table-item{border-top:0 !important}tr.yith-wcpb-child-of-bundle-table-item td{border-top:0 !important;padding-top:0 !important;font-size:0.8em}tr.yith-wcpb-child-of-bundle-table-item td img{transform:scale(0.7)}tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last){border-top:0 !important}tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last) td{border-top:0 !important;padding-bottom:0 !important}tr.yith-wcpb-child-of-bundle-table-item .product-price>*,tr.yith-wcpb-child-of-bundle-table-item .product-subtotal>*,tr.yith-wcpb-child-of-bundle-table-item .product-total>*{opacity:.6}tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,tr.yith-wcpb-child-of-bundle-table-item dl.variation dd,tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li{font-size:0.8em}body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dt p,body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dd p,body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta p,body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dt p,body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dd p,body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta p{font-size:1em;margin-top:.3em}body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li,body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li{font-size:0.8em}@media only screen and (max-width: 768px){.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item{height:auto}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-price,.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-subtotal,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-price,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-subtotal{display:none}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name a,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name a{font-size:inherit;padding-left:inherit}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name::before,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name::before{content:"- "}.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dd,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dd{margin:inherit;font-size:inherit;padding:inherit;line-height:inherit}}.yith_wcpb_bundle_widget{background:#fff !important;border:2px solid #f1f1f1;padding:20px 30px !important}.yith_wcpb_bundle_widget h3{font:700 17px "Open Sans",Helvetica,sans-serif !important;text-transform:uppercase;color:#777 !important}ul.yith_wcpb_bundle_list_widget{list-style:none !important;padding:0;margin:0}ul.yith_wcpb_bundle_list_widget>li{min-height:65px;padding-bottom:20px}ul.yith_wcpb_bundle_list_widget>li img{float:right;margin-left:4px;width:45px;height:auto;box-shadow:none}ul.yith_wcpb_bundle_list_widget>li a{display:block;font-weight:700}div.yith-wcpb-widget-bundle-container{overflow:auto;display:block;margin-bottom:10px;padding-top:20px;border-top:1px solid #eaeaea}div.yith-wcpb-widget-bundle-container a{font:600 16px "Open Sans",Helvetica,sans-serif !important;text-transform:uppercase;text-decoration:none;color:#cf1a00}.yith-wcpb-widget-bundle-price del{font:300 14px "Open Sans",Helvetica,sans-serif !important;color:#777}.yith-wcpb-widget-bundle-price ins{font:700 15px "Open Sans",Helvetica,sans-serif !important;background:rgba(0,0,0,0);font-weight:800}.yith-wcpb-widget-bundle-price>span.amount{font:700 15px "Open Sans",Helvetica,sans-serif !important;background:rgba(0,0,0,0);font-weight:800}ul.yith-wcpb-widget-bundled-items{margin:0 !important;padding:0 !important;list-style:none !important}ul.yith-wcpb-widget-bundled-items li a{font:600 13px "Open Sans",Helvetica,sans-serif !important;padding:3px 0;display:flex;align-items:center;text-decoration:none;color:#777}ul.yith-wcpb-widget-bundled-items li img{margin:0 10px 0 0;width:40px;height:auto;box-shadow:none}.storefront-full-width-content.single-product .yith-quick-view-content .product .images{margin:0 !important}.theme-yith-proteo.single-product div.product .summary.entry-summary .yith-wcpb-product-bundled-item-data__price .price{margin-bottom:5px;font-size:1em}.theme-yith-proteo .yith-wcpb-product-bundled-item-data__price .price ins{font-size:15px}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations{margin:20px 0 7px;text-transform:uppercase}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td{font-size:.9375rem;font-weight:500}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td.label{padding:7px 30px 20px 0;vertical-align:top;min-width:70px}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td.value{width:100%;padding-bottom:20px}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations tr:last-child td{padding-bottom:0}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations .reset_variations{margin-top:5px;float:right;text-transform:none;text-decoration:none}.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations tr>td .select2-container{width:100% !important}.theme-yith-proteo .yith-wcpb-saving-amount{font-size:.5em}.woocommerce div.product.elementor form.yith-wcpb-bundle-form{display:block !important}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundle:not(.yith-wcpb-has-fixed-price) .wc-block-cart-item__prices,.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundle:not(.yith-wcpb-has-fixed-price) .wc-block-components-sale-badge{display:none}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item td:after{border:none}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item .wc-block-cart-item__image img{transform:scale(0.7)}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item .wc-block-cart-item__product,.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item .wc-block-cart-item__total{font-size:.8em}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item .wc-block-components-quantity-selector{pointer-events:none;width:auto;display:inline-flex}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input{min-width:0}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{opacity:.3}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item .wc-block-components-quantity-selector:after{opacity:.2}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item.yith-wcpb-is-thumbnail-hidden .wc-block-cart-item__image img{opacity:0}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item.yith-wcpb-is-hidden{display:none !important}.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item.yith-wcpb-has-fixed-price .wc-block-components-sale-badge,.wc-block-cart .wc-block-cart-items tr.yith-wcpb-is-bundled-item.yith-wcpb-has-fixed-price .wc-block-components-product-price ins{display:none}.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundle:not(.yith-wcpb-has-fixed-price) .wc-block-components-order-summary-item__individual-prices{display:none}.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundled-item>*{font-size:.85em}.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundled-item .wc-block-components-order-summary-item__image img{transform:scale(0.7);transform-origin:100% 50%}.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundled-item.yith-wcpb-is-thumbnail-hidden .wc-block-components-order-summary-item__image img{opacity:0}.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundled-item.yith-wcpb-is-hidden{display:none !important}.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundled-item:not(.yith-wcpb-is-last-visible-bundled-item):after{border:none !important}.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundled-item.yith-wcpb-has-fixed-price .wc-block-components-product-price ins{display:none}